1 2014-09-15 David Malcolm <dmalcolm@redhat.com>
3 * sched-deps.c (deps_start_bb): Strengthen param "head" and local
4 "insn" from rtx to rtx_insn *.
5 * sched-int.h (deps_start_bb): Likewise for 2nd param.
7 2014-09-15 Alexander Ivchenko <alexander.ivchenko@intel.com>
8 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
9 Anna Tikhonova <anna.tikhonova@intel.com>
10 Ilya Tocar <ilya.tocar@intel.com>
11 Andrey Turetskiy <andrey.turetskiy@intel.com>
12 Ilya Verbin <ilya.verbin@intel.com>
13 Kirill Yukhin <kirill.yukhin@intel.com>
14 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
17 (define_insn "vcvtph2ps<mask_name>"): Add masking.
18 (define_insn "*vcvtph2ps_load<mask_name>"): Ditto.
19 (define_insn "vcvtph2ps256<mask_name>"): Ditto.
20 (define_expand "vcvtps2ph_mask"): New.
21 (define_insn "*vcvtps2ph<mask_name>"): Add masking.
22 (define_insn "*vcvtps2ph_store<mask_name>"): Ditto.
23 (define_insn "vcvtps2ph256<mask_name>"): Ditto.
25 2014-09-15 Alexander Ivchenko <alexander.ivchenko@intel.com>
26 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
27 Anna Tikhonova <anna.tikhonova@intel.com>
28 Ilya Tocar <ilya.tocar@intel.com>
29 Andrey Turetskiy <andrey.turetskiy@intel.com>
30 Ilya Verbin <ilya.verbin@intel.com>
31 Kirill Yukhin <kirill.yukhin@intel.com>
32 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
34 * config/i386/sse.md (define_mode_iterator VI248_AVX512BW_AVX512VL):
36 (define_mode_iterator VI24_AVX512BW_1): Ditto.
37 (define_insn "<mask_codefor>ashr<mode>3<mask_name>"): Ditto.
38 (define_insn "<mask_codefor>ashrv2di3<mask_name>"): Ditto.
39 (define_insn "ashr<VI248_AVX512BW_AVX512VL:mode>3<mask_name>"): Enable
40 also for TARGET_AVX512VL.
41 (define_expand "ashrv2di3"): Update to enable TARGET_AVX512VL.
43 2014-09-15 Markus Trippelsdorf <markus@trippelsdorf.de>
45 * doc/install.texi (Options specification): add
46 --disable-libsanitizer item.
48 2014-09-14 James Clarke <jrtc27@jrtc27.com>
49 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
52 * config/darwin-c.c (version_as_macro): Added extra 0 for OS X 10.10
54 * config/darwin-driver.c (darwin_find_version_from_kernel): Removed
55 kernel version check to avoid incrementing it after every major OS X
57 (darwin_default_min_version): Avoid static memory buffer.
59 2014-09-13 Jan Hubicka <hubicka@ucw.cz>
61 * tree.c (need_assembler_name_p): Store C++ type mangling only
64 2014-09-13 Marek Polacek <polacek@redhat.com>
66 * tree.c (protected_set_expr_location): Don't check whether T is
69 2014-09-12 DJ Delorie <dj@redhat.com>
71 * config/msp430/msp430.md (extendhipsi2): Use 20-bit form of RLAM/RRAM.
72 (extend_and_shift1_hipsi2): Likewise.
73 (extend_and_shift2_hipsi2): Likewise.
75 2014-09-12 David Malcolm <dmalcolm@redhat.com>
77 * config/alpha/alpha.c (alpha_ra_ever_killed): Replace NULL_RTX
78 with NULL when dealing with an insn.
79 * config/sh/sh.c (sh_reorg): Strengthen local "last_float_move"
80 from rtx to rtx_insn *.
81 * rtl.h (reg_set_between_p): Strengthen params 2 and 3 from
82 const_rtx to const rtx_insn *.
83 * rtlanal.c (reg_set_between_p): Likewise, removing a checked cast.
85 2014-09-12 Trevor Saunders <tsaunders@mozilla.com>
87 * hash-table.h (gt_pch_nx): Don't call gt_pch_note_object within an
90 2014-09-12 Joseph Myers <joseph@codesourcery.com>
92 * target.def (libgcc_floating_mode_supported_p): New hook.
93 * targhooks.c (default_libgcc_floating_mode_supported_p): New
95 * targhooks.h (default_libgcc_floating_mode_supported_p): Declare.
96 * doc/tm.texi.in (LIBGCC2_HAS_DF_MODE, LIBGCC2_HAS_XF_MODE)
97 (LIBGCC2_HAS_TF_MODE): Remove.
98 (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): New @hook.
99 * doc/tm.texi: Regenerate.
100 * genmodes.c (emit_insn_modes_h): Define HAVE_%smode for each
102 * system.h (LIBGCC2_HAS_SF_MODE, LIBGCC2_HAS_DF_MODE)
103 (LIBGCC2_HAS_XF_MODE, LIBGCC2_HAS_TF_MODE): Poison.
104 * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE): Remove.
105 * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE): Remove.
106 * config/i386/djgpp.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
107 * config/i386/dragonfly.h (LIBGCC2_HAS_TF_MODE): Remove.
108 * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE): Remove.
109 * config/i386/gnu-user-common.h (LIBGCC2_HAS_TF_MODE): Remove.
110 * config/i386/i386-interix.h (IX86_NO_LIBGCC_TFMODE): Define.
111 * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p): New
113 (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Define.
114 * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
115 * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
116 * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
117 * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
118 * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
119 * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
120 * config/i386/openbsdelf.h (LIBGCC2_HAS_TF_MODE): Remove.
121 * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Define.
122 * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Remove.
123 * config/i386/vx-common.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Define.
124 * config/ia64/elf.h (IA64_NO_LIBGCC_TFMODE): Define.
125 * config/ia64/freebsd.h (IA64_NO_LIBGCC_TFMODE): Define.
126 * config/ia64/hpux.h (LIBGCC2_HAS_XF_MODE, LIBGCC2_HAS_TF_MODE):
128 * config/ia64/ia64.c (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P):
130 (ia64_libgcc_floating_mode_supported_p): New function.
131 * config/ia64/linux.h (LIBGCC2_HAS_TF_MODE): Remove.
132 * config/ia64/vms.h (IA64_NO_LIBGCC_XFMODE)
133 (IA64_NO_LIBGCC_TFMODE): Define.
134 * config/msp430/msp430.h (LIBGCC2_HAS_DF_MODE): Remove.
135 * config/pdp11/pdp11.c (TARGET_SCALAR_MODE_SUPPORTED_P): New
137 (pdp11_scalar_mode_supported_p): New function.
138 * config/rl78/rl78.h (LIBGCC2_HAS_DF_MODE): Remove.
139 * config/rx/rx.h (LIBGCC2_HAS_DF_MODE): Remove.
141 2014-09-12 Richard Biener <rguenther@suse.de>
144 * gimple-fold.c (get_maxval_strlen): Gimplify string length.
146 2014-09-12 Marc Glisse <marc.glisse@inria.fr>
148 * tree.c (integer_each_onep): New function.
149 * tree.h (integer_each_onep): Declare it.
150 * fold-const.c (fold_binary_loc): Use it for ~A + 1 to -A and
151 -A - 1 to ~A. Disable (X & 1) ^ 1, (X ^ 1) & 1 and ~X & 1 to
152 (X & 1) == 0 for vector and complex.
154 2014-09-12 Wilco Dijkstra <wilco.dijkstra@arm.com>
156 * gcc/config/aarch64/aarch64.c (cortexa57_regmove_cost): New cost table
158 (cortexa53_regmove_cost): New cost table for A53. Increase GP2FP/FP2GP
159 cost to spilling from integer to FP registers.
161 2014-09-12 Wilco Dijkstra <wilco.dijkstra@arm.com>
163 * config/aarch64/aarch64.c (aarch64_register_move_cost): Fix Q register
165 (generic_regmove_cost): Undo raised FP2FP move cost as Q register moves
166 are now handled correctly.
168 2014-09-12 Wilco Dijkstra <wilco.dijkstra@arm.com>
170 * config/aarch64/aarch64.c (aarch64_register_move_cost): Add cost
171 handling of CALLER_SAVE_REGS and POINTER_REGS.
173 2014-09-12 Wilco Dijkstra <wilco.dijkstra@arm.com>
175 * gcc/ree.c (combine_reaching_defs): Ensure inserted copy don't change
176 the number of hard registers.
178 2014-09-12 Alexander Ivchenko <alexander.ivchenko@intel.com>
179 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
180 Anna Tikhonova <anna.tikhonova@intel.com>
181 Ilya Tocar <ilya.tocar@intel.com>
182 Andrey Turetskiy <andrey.turetskiy@intel.com>
183 Ilya Verbin <ilya.verbin@intel.com>
184 Kirill Yukhin <kirill.yukhin@intel.com>
185 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
188 (define_mode_iterator VI48_AVX512VL): New.
189 (define_expand "<avx512>_vternlog<mode>_maskz"): Rename from
190 "avx512f_vternlog<mode>_maskz" and update mode iterator.
191 (define_insn "<avx512>_vternlog<mode><sd_maskz_name>"): Rename
192 from "avx512f_vternlog<mode><sd_maskz_name>" and update mode iterator.
193 (define_insn "<avx512>_vternlog<mode>_mask"): Rename from
194 "avx512f_vternlog<mode>_mask" and update mode iterator.
195 (define_insn "<mask_codefor><avx512>_align<mode><mask_name>"): Rename
196 from "<mask_codefor>avx512f_align<mode><mask_name>" and update mode
198 (define_insn "<avx512>_<rotate>v<mode><mask_name>"): Rename from
199 "avx512f_<rotate>v<mode><mask_name>" and update mode iterator.
200 (define_insn "<avx512>_<rotate><mode><mask_name>"): Rename from
201 "avx512f_<rotate><mode><mask_name>" and update mode iterator.
202 (define_insn "clz<mode>2<mask_name>"): Use VI48_AVX512VL mode iterator.
203 (define_insn "<mask_codefor>conflict<mode><mask_name>"): Ditto.
205 2014-09-12 Alexander Ivchenko <alexander.ivchenko@intel.com>
206 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
207 Anna Tikhonova <anna.tikhonova@intel.com>
208 Ilya Tocar <ilya.tocar@intel.com>
209 Andrey Turetskiy <andrey.turetskiy@intel.com>
210 Ilya Verbin <ilya.verbin@intel.com>
211 Kirill Yukhin <kirill.yukhin@intel.com>
212 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
214 * config/i386/sse.md (VI128_256): Delete.
215 (define_mode_iterator VI124_256): New.
216 (define_mode_iterator VI124_256_AVX512F_AVX512BW): Ditto.
217 (define_expand "<code><mode>3<mask_name><round_name>"): Delete.
218 (define_expand "<code><VI124_256_AVX512F_AVX512BW:mode>3"): New.
219 (define_insn "*avx2_<code><VI124_256:mode>3"): Rename from
220 "*avx2_<code><mode>3<mask_name><round_name>" and update mode iterator.
221 (define_expand "<code><VI48_AVX512VL:mode>3_mask"): New.
222 (define_insn "*avx512bw_<code><VI48_AVX512VL:mode>3<mask_name>"): Ditto.
223 (define_insn "<mask_codefor><code><mode>3<mask_name>"): Update mode
225 (define_expand "<code><VI8_AVX2:mode>3"): Update pettern generation
226 in presence of AVX-512.
228 2014-09-12 Alexander Ivchenko <alexander.ivchenko@intel.com>
229 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
230 Anna Tikhonova <anna.tikhonova@intel.com>
231 Ilya Tocar <ilya.tocar@intel.com>
232 Andrey Turetskiy <andrey.turetskiy@intel.com>
233 Ilya Verbin <ilya.verbin@intel.com>
234 Kirill Yukhin <kirill.yukhin@intel.com>
235 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
238 (define_expand "<avx512>_gathersi<mode>"): Rename from
239 "avx512f_gathersi<mode>".
240 (define_insn "*avx512f_gathersi<mode>"): Use VI48F.
241 (define_insn "*avx512f_gathersi<mode>_2"): Ditto.
242 (define_expand "<avx512>_gatherdi<mode>"): Rename from
243 "avx512f_gatherdi<mode>".
244 (define_insn "*avx512f_gatherdi<mode>"): Use VI48F.
245 (define_insn "*avx512f_gatherdi<mode>_2"): Use VI48F, add 128/256-bit
247 (define_expand "<avx512>_scattersi<mode>"): Rename from
248 "avx512f_scattersi<mode>".
249 (define_insn "*avx512f_scattersi<mode>"): Use VI48F.
250 (define_expand "<avx512>_scatterdi<mode>"): Rename from
251 "avx512f_scatterdi<mode>".
252 (define_insn "*avx512f_scatterdi<mode>"): Use VI48F.
254 2014-09-12 Richard Sandiford <richard.sandiford@arm.com>
256 * ira.h (ira_finish_once): Delete.
257 * ira-int.h (target_ira_int::~target_ira_int): Declare.
258 (target_ira_int::free_ira_costs): Likewise.
259 (target_ira_int::free_register_move_costs): Likewise.
260 (ira_finish_costs_once): Delete.
261 * ira.c (free_register_move_costs): Replace with...
262 (target_ira_int::free_register_move_costs): ...this new function.
263 (target_ira_int::~target_ira_int): Define.
264 (ira_init): Call free_register_move_costs as a member function rather
265 than a global function.
266 (ira_finish_once): Delete.
267 * ira-costs.c (free_ira_costs): Replace with...
268 (target_ira_int::free_ira_costs): ...this new function.
269 (ira_init_costs): Call free_ira_costs as a member function rather
270 than a global function.
271 (ira_finish_costs_once): Delete.
272 * target-globals.c (target_globals::~target_globals): Call the
273 target_ira_int destructor.
274 * toplev.c: Include lra.h.
275 (finalize): Call lra_finish_once rather than ira_finish_once.
277 2014-09-11 Jan Hubicka <hubicka@ucw.cz>
279 * common.opt (flto-odr-type-merging): New flag.
280 * ipa-deivrt.c (hash_type_name): Use ODR names for hasing if availale.
281 (types_same_for_odr): Likewise.
282 (odr_subtypes_equivalent_p): Likewise.
283 (add_type_duplicate): Do not walk type variants.
284 (register_odr_type): New function.
285 * ipa-utils.h (register_odr_type): Declare.
286 (odr_type_p): New function.
287 * langhooks.c (lhd_set_decl_assembler_name): Do not compute
289 * doc/invoke.texi (-flto-odr-type-merging): Document.
290 * tree.c (need_assembler_name_p): Compute ODR names when asked
292 * tree.h (DECL_ASSEMBLER_NAME): Update comment.
294 2014-09-11 H.J. Lu <hongjiu.lu@intel.com>
297 * config/i386/i386.c (ix86_option_override_internal): Also turn
298 off OPTION_MASK_ABI_X32 for -m16.
300 2014-09-11 Segher Boessenkool <segher@kernel.crashing.org>
302 * config/rs6000/rs6000.md (rs6000_mftb_<mode>): Use mode iterator
305 2014-09-11 Marc Glisse <marc.glisse@inria.fr>
308 * ginclude/float.h (FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
309 Directly forward to __*_DENORM_MIN__.
311 2014-09-11 David Malcolm <dmalcolm@redhat.com>
313 * rtl.h (LABEL_REF_LABEL): New macro.
315 * alias.c (rtx_equal_for_memref_p): Use LABEL_REF_LABEL in place
316 of XEXP (, 0), where we know that we have a LABEL_REF.
317 * cfgbuild.c (make_edges): Likewise.
318 (purge_dead_tablejump_edges): Likewise.
319 * cfgexpand.c (convert_debug_memory_address): Likewise.
320 * cfgrtl.c (patch_jump_insn): Likewise.
321 * combine.c (distribute_notes): Likewise.
322 * cse.c (hash_rtx_cb): Likewise.
323 (exp_equiv_p): Likewise.
324 (fold_rtx): Likewise.
325 (check_for_label_ref): Likewise.
326 * cselib.c (rtx_equal_for_cselib_1): Likewise.
327 (cselib_hash_rtx): Likewise.
328 * emit-rtl.c (mark_label_nuses): Likewise.
329 * explow.c (convert_memory_address_addr_space): Likewise.
330 * final.c (output_asm_label): Likewise.
331 (output_addr_const): Likewise.
332 * gcse.c (add_label_notes): Likewise.
333 * genconfig.c (walk_insn_part): Likewise.
334 * genrecog.c (validate_pattern): Likewise.
335 * ifcvt.c (cond_exec_get_condition): Likewise.
336 (noce_emit_store_flag): Likewise.
337 (noce_get_alt_condition): Likewise.
338 (noce_get_condition): Likewise.
339 * jump.c (maybe_propagate_label_ref): Likewise.
340 (mark_jump_label_1): Likewise.
341 (redirect_exp_1): Likewise.
342 (rtx_renumbered_equal_p): Likewise.
343 * lra-constraints.c (operands_match_p): Likewise.
344 * reload.c (operands_match_p): Likewise.
345 (find_reloads): Likewise.
346 * reload1.c (set_label_offsets): Likewise.
347 * reorg.c (get_branch_condition): Likewise.
348 * rtl.c (rtx_equal_p_cb): Likewise.
349 (rtx_equal_p): Likewise.
350 * rtlanal.c (reg_mentioned_p): Likewise.
351 (rtx_referenced_p): Likewise.
352 (get_condition): Likewise.
353 * sched-vis.c (print_value): Likewise.
354 * varasm.c (const_hash_1): Likewise.
355 (compare_constant): Likewise.
356 (const_rtx_hash_1): Likewise.
357 (output_constant_pool_1): Likewise.
359 2014-09-11 Segher Boessenkool <segher@kernel.crashing.org>
361 * config/rs6000/htm.md (tabort, tabortdc, tabortdci, tabortwc,
362 tabortwci, tbegin, tcheck, tend, trechkpt, treclaim, tsr): Use xor
364 * config/rs6000/vector.md (cr6_test_for_zero_reverse,
365 cr6_test_for_lt_reverse): Ditto.
367 2014-09-11 Paolo Carlini <paolo.carlini@oracle.com>
370 * doc/invoke.texi ([-Wmissing-field-initializers]): Update.
372 2014-09-11 Alan Lawrence <alan.lawrence@arm.com>
374 * config/aarch64/aarch64-builtins.c (aarch64_types_unop_su_qualifiers,
375 TYPES_REINTERP_SU, aarch64_types_unop_sp_qualifiers, TYPE_REINTERP_SP,
376 aarch64_types_unop_us_qualifiers, TYPES_REINTERP_US,
377 aarch64_types_unop_ps_qualifiers, TYPES_REINTERP_PS, BUILTIN_VD):
380 (aarch64_fold_builtin): Remove all reinterpret cases.
382 * config/aarch64/aarch64-protos.h (aarch64_simd_reinterpret): Delete.
384 * config/aarch64/aarch64-simd-builtins.def (reinterpret*) : Delete.
386 * config/aarch64/aarch64-simd.md (aarch64_reinterpretv8qi<mode>,
387 aarch64_reinterpretv4hi<mode>, aarch64_reinterpretv2si<mode>,
388 aarch64_reinterpretv2sf<mode>, aarch64_reinterpretdi<mode>,
389 aarch64_reinterpretv1df<mode>, aarch64_reinterpretv16qi<mode>,
390 aarch64_reinterpretv8hi<mode>, aarch64_reinterpretv4si<mode>,
391 aarch64_reinterpretv4sf<mode>, aarch64_reinterpretv2di<mode>,
392 aarch64_reinterpretv2df<mode>): Delete.
394 * config/aarch64/aarch64.c (aarch64_simd_reinterpret): Delete.
396 * config/aarch64/arm_neon.h (vreinterpret_p8_f64,
397 vreinterpret_p16_f64, vreinterpret_f32_f64, vreinterpret_f64_f32,
398 vreinterpret_f64_p8, vreinterpret_f64_p16, vreinterpret_f64_s8,
399 vreinterpret_f64_s16, vreinterpret_f64_s32, vreinterpret_f64_u8,
400 vreinterpret_f64_u16, vreinterpret_f64_u32, vreinterpret_s64_f64,
401 vreinterpret_u64_f64, vreinterpret_s8_f64, vreinterpret_s16_f64,
402 vreinterpret_s32_f64, vreinterpret_u8_f64, vreinterpret_u16_f64,
403 vreinterpret_u32_f64): Use cast.
405 * config/aarch64/iterators.md (VD_RE): Delete.
407 2014-09-11 Alan Lawrence <alan.lawrence@arm.com>
409 * config/aarch64/arm_neon.h (aarch64_vset_lane_any): New (*2).
410 (vset_lane_f32, vset_lane_f64, vset_lane_p8, vset_lane_p16,
411 vset_lane_s8, vset_lane_s16, vset_lane_s32, vset_lane_s64,
412 vset_lane_u8, vset_lane_u16, vset_lane_u32, vset_lane_u64,
413 vsetq_lane_f32, vsetq_lane_f64, vsetq_lane_p8, vsetq_lane_p16,
414 vsetq_lane_s8, vsetq_lane_s16, vsetq_lane_s32, vsetq_lane_s64,
415 vsetq_lane_u8, vsetq_lane_u16, vsetq_lane_u32, vsetq_lane_u64):
416 Replace inline assembler with __aarch64_vset_lane_any.
418 2014-09-11 James Greenhalgh <james.greenhalgh@arm.com>
420 * config/aarch64/arm_neon.h (vmull_high_lane_s16): Fix argument
422 (vmull_high_lane_s32): Likewise.
423 (vmull_high_lane_u16): Likewise.
424 (vmull_high_lane_u32): Likewise.
426 2014-09-11 Jason Merrill <jason@redhat.com>
429 * ipa-devirt.c (ipa_devirt): Don't check DECL_COMDAT.
431 2014-09-11 Georg-Johann Lay <avr@gjlay.de>
434 * config/avr/avr.md (*tablejump.3byte-pc): New insn.
435 (*tablejump): Restrict to !AVR_HAVE_EIJMP_EICALL. Add void clobber.
436 (casesi): Expand to *tablejump.3byte-pc if AVR_HAVE_EIJMP_EICALL.
438 2014-09-11 Alexander Ivchenko <alexander.ivchenko@intel.com>
439 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
440 Anna Tikhonova <anna.tikhonova@intel.com>
441 Ilya Tocar <ilya.tocar@intel.com>
442 Andrey Turetskiy <andrey.turetskiy@intel.com>
443 Ilya Verbin <ilya.verbin@intel.com>
444 Kirill Yukhin <kirill.yukhin@intel.com>
445 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
448 (define_expand "<avx512>_vpermi2var<VI48F:mode>3_maskz"): Rename from
449 "avx512f_vpermi2var<mode>3_maskz" and update mode iterator.
450 (define_expand "<avx512>_vpermi2var<VI2_AVX512VL:mode>3_maskz"):
452 (define_insn "<avx512>_vpermi2var<VI48F:mode>3<sd_maskz_name>"): Rename
453 from "avx512f_vpermi2var<mode>3<sd_maskz_name>" and update mode
455 (define_insn "<avx512>_vpermi2var<VI2_AVX512VL:mode>3<sd_maskz_name>"):
457 (define_insn "<avx512>_vpermi2var<VI48F:mode>3_mask"): Rename from
458 "avx512f_vpermi2var<mode>3_mask" and update mode iterator.
459 (define_insn "<avx512>_vpermi2var<VI2_AVX512VL:mode>3_mask"): New.
460 (define_expand "<avx512>_vpermt2var<VI48F:mode>3_maskz"): Rename from
461 "avx512f_vpermt2var<mode>3_maskz" and update mode iterator.
462 (define_expand "<avx512>_vpermt2var<VI2_AVX512VL:mode>3_maskz"): New.
463 (define_insn "<avx512>_vpermt2var<VI48F:mode>3<sd_maskz_name>"): Rename
464 from "avx512f_vpermt2var<mode>3<sd_maskz_name>" and update mode
466 (define_insn "<avx512>_vpermt2var<VI2_AVX512VL:mode>3<sd_maskz_name>"):
468 (define_insn "<avx512>_vpermt2var<VI48F:mode>3_mask"): Rename from
469 "avx512f_vpermt2var<mode>3_mask" and update mode iterator.
470 (define_insn "<avx512>_vpermt2var<VI2_AVX512VL:mode>3_mask"): New.
472 2014-09-10 Jan Hubicka <hubicka@ucw.cz>
474 * varpool.c (varpool_node::ctor_useable_for_folding_p): Do not try
475 to access removed nodes.
477 2014-09-10 Jan Hubicka <hubicka@ucw.cz>
479 PR tree-optimization/63186
480 * ipa-split.c (test_nonssa_use): Skip nonforced labels.
481 (mark_nonssa_use): Likewise.
482 (verify_non_ssa_vars): Verify all header blocks for label
485 2014-09-11 Alexander Ivchenko <alexander.ivchenko@intel.com>
486 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
487 Anna Tikhonova <anna.tikhonova@intel.com>
488 Ilya Tocar <ilya.tocar@intel.com>
489 Andrey Turetskiy <andrey.turetskiy@intel.com>
490 Ilya Verbin <ilya.verbin@intel.com>
491 Kirill Yukhin <kirill.yukhin@intel.com>
492 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
495 (define_mode_attr avx2_avx512): Rename from avx2_avx512bw.
496 (define_mode_iterator VI48F_256_512): Extend to AVX-512VL.
497 (define_insn "<avx2_avx512>_permvar<mode><mask_name>"): Rename from
498 "<avx2_avx512f>_permvar<mode><mask_name>".
499 (define_insn "<avx512>_permvar<mode><mask_name>"): New.
500 (define_insn "<avx2_avx512>_ashrv<VI48_AVX512F_AVX512VL:mode><mask_name>"):
501 Rename from "<avx2_avx512f>_ashrv<mode><mask_name>".
502 (define_insn "<avx2_avx512>_ashrv<VI2_AVX512VL:mode><mask_name>"):
504 (define_insn "<avx2_avx512>_<shift_insn>v<VI48_AVX512F:mode><mask_name>"):
505 Rename from "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>".
506 (define_insn "<avx2_avx512>_<shift_insn>v<VI2_AVX512VL:mode><mask_name>"):
507 Rename from "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>".
509 2014-09-10 Michael Meissner <meissner@linux.vnet.ibm.com>
511 * config/rs6000/vsx.md (vsx_fmav4sf4): Use correct constraints for
512 V2DF, V4SF, DF, and DI modes.
513 (vsx_fmav2df2): Likewise.
514 (vsx_float_fix_<mode>2): Likewise.
515 (vsx_reduc_<VEC_reduc_name>_v2df_scalar): Likewise.
517 2014-09-10 Xinliang David Li <davidxl@google.com>
520 * config/arm/arm.md (movcond_addsi): Handle case where source
521 and target operands are the same.
523 2014-09-10 David Malcolm <dmalcolm@redhat.com>
525 * final.c (this_is_asm_operands): Strengthen this variable from
526 rtx to const rtx_insn *.
527 * output.h (this_is_asm_operands): Likewise.
528 * rtl-error.c (location_for_asm): Strengthen param "insn" from
529 const_rtx to const rtx_insn *.
530 (diagnostic_for_asm): Likewise.
531 * rtl-error.h (error_for_asm): Likewise.
532 (warning_for_asm): Likewise.
534 2014-09-10 David Malcolm <dmalcolm@redhat.com>
536 * genextract.c (print_header): When writing out insn_extract to
537 insn-extract.c, strengthen the param "insn" from rtx to rtx_insn *.
538 * recog.h (insn_extract): Strengthen the param from rtx to
541 2014-09-10 Mike Stump <mikestump@comcast.net>
543 * doc/install.texi (Prerequisites): Note Tcl 8.6 bug fixed in
546 2014-09-10 Martin Jambor <mjambor@suse.cz>
548 * cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.
549 (analyze): Do not set analyze flag if expand_thunk returns false;.
550 (create_wrapper): Likewise.
551 * cgraphclones.c (duplicate_thunk_for_node): Likewise.
553 2014-09-10 Martin Jambor <mjambor@suse.cz>
556 * cgraphclones.c (duplicate_thunk_for_node): Copy arguments of the
557 new decl properly. Analyze the new thunk if it is expanded.
559 2014-09-10 Andreas Schwab <schwab@suse.de>
561 * coretypes.h (struct _dont_use_rtx_insn_here_, rtx_insn)
562 [USED_FOR_TARGET]: Define.
564 2014-09-10 Matthew Fortune <matthew.fortune@imgtec.com>
566 * config/mips/mips.c (mips_secondary_reload_class): Handle
569 2014-09-10 Robert Suchanek <robert.suchanek@imgtec.com>
571 * lra-lives.c (process_bb_lives): Replace assignment with bitwise OR
574 2014-09-10 Jakub Jelinek <jakub@redhat.com>
576 * flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE
577 and SANITIZE_RETURNS_NONNULL_ATTRIBUTE, or them into SANITIZE_UNDEFINED.
578 * opts.c (common_handle_option): Handle SANITIZE_NONNULL_ATTRIBUTE and
579 SANITIZE_RETURNS_NONNULL_ATTRIBUTE and disable
580 flag_delete_null_pointer_checks for them.
581 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG,
582 BUILT_IN_UBSAN_HANDLE_NONNULL_ARG_ABORT,
583 BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN,
584 BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN_ABORT): New.
585 * ubsan.c (instrument_bool_enum_load): Set *gsi back to
587 (instrument_nonnull_arg, instrument_nonnull_return): New functions.
588 (pass_ubsan::gate): Return true even for SANITIZE_NONNULL_ATTRIBUTE
589 or SANITIZE_RETURNS_NONNULL_ATTRIBUTE.
590 (pass_ubsan::execute): Call instrument_nonnull_{arg,return}.
591 * doc/invoke.texi (-fsanitize=nonnull-attribute,
592 -fsanitize=returns-nonnull-attribute): Document.
594 * ubsan.h (struct ubsan_mismatch_data): Removed.
595 (ubsan_create_data): Remove MISMATCH argument, add LOCCNT argument.
596 * ubsan.c (ubsan_source_location): For unknown locations,
597 pass { NULL, 0, 0 } instead of { "<unknown>", x, y }.
598 (ubsan_create_data): Remove MISMATCH argument, add LOCCNT argument.
599 Allow more than one location and arbitrary extra arguments passed
600 in ... instead of through MISMATCH pointer.
601 (ubsan_instrument_unreachable, ubsan_expand_bounds_ifn,
602 ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
603 instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
606 2014-09-10 Alexander Ivchenko <alexander.ivchenko@intel.com>
607 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
608 Anna Tikhonova <anna.tikhonova@intel.com>
609 Ilya Tocar <ilya.tocar@intel.com>
610 Andrey Turetskiy <andrey.turetskiy@intel.com>
611 Ilya Verbin <ilya.verbin@intel.com>
612 Kirill Yukhin <kirill.yukhin@intel.com>
613 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
616 (define_mode_iterator VI48F): New.
617 (define_insn "<avx512>_compress<mode>_mask"): Rename from
618 "avx512f_compress<mode>_mask" and update mode iterator.
619 (define_insn "<avx512>_compressstore<mode>_mask"): Rename from
620 "avx512f_compressstore<mode>_mask" and update mode iterator.
621 (define_expand "<avx512>_expand<mode>_maskz"): Rename from
622 "avx512f_expand<mode>_maskz" and update mode iterator.
623 (define_insn "<avx512>_expand<mode>_mask"): Rename from
624 "avx512f_expand<mode>_mask" and update mode iterator.
626 2014-09-10 Alexander Ivchenko <alexander.ivchenko@intel.com>
627 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
628 Anna Tikhonova <anna.tikhonova@intel.com>
629 Ilya Tocar <ilya.tocar@intel.com>
630 Andrey Turetskiy <andrey.turetskiy@intel.com>
631 Ilya Verbin <ilya.verbin@intel.com>
632 Kirill Yukhin <kirill.yukhin@intel.com>
633 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
636 (ix86_expand_args_builtin): Handle avx512dq_rangepv8df_mask_round,
637 avx512dq_rangepv16sf_mask_round, avx512dq_rangepv4df_mask,
638 avx512dq_rangepv8sf_mask, avx512dq_rangepv2df_mask,
639 avx512dq_rangepv4sf_mask.
641 (define_c_enum "unspec"): Add UNSPEC_REDUCE, UNSPEC_FPCLASS,
643 (define_insn "<mask_codefor>reducep<mode><mask_name>"): New.
644 (define_insn "reduces<mode>"): Ditto.
645 (define_insn "avx512dq_rangep<mode><mask_name><round_saeonly_name>"):
647 (define_insn "avx512dq_ranges<mode><round_saeonly_name>"): Ditto.
648 (define_insn "avx512dq_fpclass<mode><mask_scalar_merge_name>"): Ditto.
649 (define_insn "avx512dq_vmfpclass<mode>"): Ditto..
651 2014-09-10 Alexander Ivchenko <alexander.ivchenko@intel.com>
652 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
653 Anna Tikhonova <anna.tikhonova@intel.com>
654 Ilya Tocar <ilya.tocar@intel.com>
655 Andrey Turetskiy <andrey.turetskiy@intel.com>
656 Ilya Verbin <ilya.verbin@intel.com>
657 Kirill Yukhin <kirill.yukhin@intel.com>
658 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
661 (avx512f_vgetmantv2df_round): Rename from "avx512f_getmantv2df_round".
662 (avx512f_vgetmantv4sf_round): Rename from "avx512f_vgetmantv4sf_round".
663 (ix86_expand_args_builtin): Handle avx512vl_getmantv8sf_mask,
664 avx512vl_getmantv4df_mask, avx512vl_getmantv4sf_mask,
665 avx512vl_getmantv2df_mask.
666 (ix86_expand_round_builtin): Handle avx512f_vgetmantv2df_round,
667 avx512f_vgetmantv4sf_round.
669 (define_insn "<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask"):
670 Rename from "avx512f_storeu<ssemodesuffix>512_mask" and update
672 (define_insn "<mask_codefor>rcp14<mode><mask_name>"): Use VF_AVX512VL.
673 (define_insn "<mask_codefor>rsqrt14<mode><mask_name>"): Ditto.
674 (define_insn "<avx512>_scalef<mode><mask_name><round_name>"): Rename
675 from "avx512f_scalef<mode><mask_name><round_name>" and update mode
677 (define_insn "<avx512>_getexp<mode><mask_name><round_saeonly_name>"):
678 Rename from "avx512f_getexp<mode><mask_name><round_saeonly_name>" and
679 update mode iterator.
681 "<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>"): Rename from
682 "avx512f_fixupimm<mode>_maskz<round_saeonly_expand_name>" and update
685 "<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>"): Rename
686 from "avx512f_fixupimm<mode><sd_maskz_name><round_saeonly_name>" and
687 update mode iterator.
688 (define_insn "<avx512>_fixupimm<mode>_mask<round_saeonly_name>"): Rename
689 from "avx512f_fixupimm<mode>_mask<round_saeonly_name>" and update mode
692 "<avx512>_rndscale<mode><mask_name><round_saeonly_name>"): rename from
693 "avx512f_rndscale<mode><mask_name><round_saeonly_name>" and update
695 (define_insn "<avx512>_getmant<mode><mask_name><round_saeonly_name>"):
696 Rename from "avx512f_getmant<mode><mask_name><round_saeonly_name>" and
697 update mode iterator.
698 (define_insn "avx512f_vgetmant<mode><round_saeonly_name>"): Rename from
699 "avx512f_getmant<mode><round_saeonly_name>".
701 2014-09-10 Jan Hubicka <hubicka@ucw.cz>
704 * ipa-prop.c (compute_known_type_jump_func): Fix conditional.
706 2014-09-10 Alexander Ivchenko <alexander.ivchenko@intel.com>
707 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
708 Anna Tikhonova <anna.tikhonova@intel.com>
709 Ilya Tocar <ilya.tocar@intel.com>
710 Andrey Turetskiy <andrey.turetskiy@intel.com>
711 Ilya Verbin <ilya.verbin@intel.com>
712 Kirill Yukhin <kirill.yukhin@intel.com>
713 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
715 * config/i386/sse.md (define_mode_iterator VF_AVX512VL): New.
716 (define_mode_iterator FMAMODEM): Allow 128/256bit EVEX version.
717 (define_mode_iterator FMAMODE_AVX512): New.
718 (define_mode_iterator FMAMODE): Remove conditions.
719 (define_expand "fma4i_fmadd_<mode>"): Use FMAMODE_AVX512 mode iterator.
720 (define_expand "<avx512>_fmadd_<mode>_maskz<round_expand_name>"): Rename
721 from "<avx512>_fmadd_<mode>_maskz<round_expand_name>" and use VF_AVX512VL
723 (define_mode_iterator FMAMODE_NOVF512): Remove.
724 (define_insn "*fma_fmadd_<mode>"): Rename from
725 "<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>" and use
726 FMAMODE mode iterator.
727 (define_mode_iterator VF_SF_AVX512VL): New.
728 (define_insn "<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>"):
729 Use VF_SF_AVX512VL mode iterator.
730 (define_insn "<avx512>_fmadd_<mode>_mask<round_name>"): Rename from
731 "avx512f_fmadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
733 (define_insn "<avx512>_fmadd_<mode>_mask3<round_name>"): Rename from
734 "avx512f_fmadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
736 (define_insn "*fma_fmsub_<mode>"): Rename from
737 "<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>" and use
738 FMAMODE mode iterator.
739 (define_insn "<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>"):
740 Use VF_SF_AVX512VL mode iterator.
741 (define_insn "<avx512>_fmsub_<mode>_mask<round_name>"): Rename from
742 "avx512f_fmsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
744 (define_insn "<avx512>_fmsub_<mode>_mask3<round_name>"): Rename from
745 "avx512f_fmsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
747 (define_insn "*fma_fnmadd_<mode>"): Rename from
748 "<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>" and
749 use FMAMODE mode iterator.
750 (define_insn "<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>"):
751 Use VF_SF_AVX512VL mode iterator.
752 (define_insn "<avx512>_fnmadd_<mode>_mask<round_name>"): Rename from
753 "avx512f_fnmadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
755 (define_insn "<avx512>_fnmadd_<mode>_mask3<round_name>"): Rename from
756 "avx512f_fnmadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
758 (define_insn "*fma_fnmsub_<mode>"): Rename from
759 "<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>" and use
760 FMAMODE mode iterator.
761 (define_insn "<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>"):
762 Use VF_SF_AVX512VL mode iterator.
763 (define_insn "<avx512>_fnmsub_<mode>_mask<round_name>"): Rename from
764 "avx512f_fnmsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
766 (define_insn "<avx512>_fnmsub_<mode>_mask3<round_name>"): Rename from
767 "avx512f_fnmsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
769 (define_expand "<avx512>_fmaddsub_<mode>_maskz<round_expand_name>"):
770 Rename from "avx512f_fmaddsub_<mode>_maskz<round_expand_name>" and
771 use VF_AVX512VL mode iterator.
772 (define_insn "*fma_fmaddsub_<mode>"): Rename from
773 "<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>" and
775 (define_insn "<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>"):
776 Use VF_SF_AVX512VL mode iterator.
777 (define_insn "<avx512>_fmaddsub_<mode>_mask<round_name>"): Rename from
778 "avx512f_fmaddsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
780 (define_insn "<avx512>_fmaddsub_<mode>_mask3<round_name>"): Rename from
781 "avx512f_fmaddsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
783 (define_insn "*fma_fmsubadd_<mode>"): Rename from
784 "<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>" and
785 remove usage of subst.
786 (define_insn "<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>"):
787 Use VF_SF_AVX512VL mode iterator.
788 (define_insn "<avx512>_fmsubadd_<mode>_mask<round_name>"): Rename from
789 "avx512f_fmsubadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
791 (define_insn "<avx512>_fmsubadd_<mode>_mask3<round_name>"): Rename from
792 "avx512f_fmsubadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
795 2014-09-10 Kugan Vivekanandarajah <kuganv@linaro.org>
798 * calls.c (precompute_arguments): Check
799 promoted_for_signed_and_unsigned_p and set the promoted mode.
800 (promoted_for_signed_and_unsigned_p): New function.
801 (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
802 and set the promoted mode.
803 * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
804 * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
805 SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
807 2014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
809 * opth-gen.awk: Generate mapping from cpp message reasons to the
810 options that enable them.
811 * doc/options.texi (CppReason): Document.
813 2014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
815 * doc/invoke.texi (Wnormalized=): Update.
817 2014-09-09 Segher Boessenkool <segher@kernel.crashing.org>
820 * config/rs6000/rs6000.md (*bool<mode>3): Allow only register
821 operands. Split off the constant operand alternative to ...
822 (*bool<mode>3_imm): New.
824 2014-09-09 David Malcolm <dmalcolm@redhat.com>
826 * rtl.h (single_set_2): Strengthen first param from const_rtx to
827 const rtx_insn *, and move prototype to above...
828 (single_set): ...this. Convert this from a macro to an inline
829 function, enforcing the requirement that the param is a const
831 (find_args_size_adjust): Strengthen param from rtx to rtx_insn *.
833 * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
834 Strengthen both params from rtx to rtx_insn *.
835 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
836 Likewise; introduce locals "producer_set", "consumer_set", using
837 them in place of "producer" and "consumer" when dealing with SET
839 * config/avr/avr.c (avr_out_plus): Add checked cast to rtx_insn *
840 when invoking single_set in region guarded by INSN_P.
841 (avr_out_bitop): Likewise.
842 (_reg_unused_after): Introduce local rtx_sequence * "seq" in
843 region guarded by GET_CODE check, using methods to strengthen
844 local "this_insn" from rtx to rtx_insn *, and for clarity.
845 * config/avr/avr.md (define_insn_and_split "xload8<mode>_A"):
846 Strengthen local "insn" from rtx to rtx_insn *.
847 (define_insn_and_split "xload<mode>_A"): Likewise.
848 * config/bfin/bfin.c (trapping_loads_p): Likewise for param
850 (find_load): Likewise for return type.
851 (workaround_speculation): Likewise for both locals named
853 * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise for
855 * config/cris/cris.md (define_peephole2 ; moversideqi): Likewise
857 * config/h8300/h8300-protos.h (notice_update_cc): Likewise for
859 * config/h8300/h8300.c (notice_update_cc): Likewise.
860 * config/i386/i386.c (ix86_flags_dependent): Likewise for params
861 "insn" and "dep_insn".
862 (exact_store_load_dependency): Likewise for both params.
863 (ix86_macro_fusion_pair_p): Eliminate local named "single_set"
864 since this now clashes with inline function. Instead, delay
865 calling single_set until the point where its needed, and then
866 assign the result to "compare_set" and rework the conditional that
868 * config/ia64/ia64.md (define_expand "tablejump"): Strengthen
869 local "last" from rtx to rtx_insn *.
870 * config/mips/mips-protos.h (mips_load_store_insns): Likewise for
872 (mips_store_data_bypass_p): Likewise for both params.
873 * config/mips/mips.c (mips_load_store_insns): Likewise for second
875 (mips_store_data_bypass_p): Likewise for both params.
876 (mips_orphaned_high_part_p): Likewise for param "insn".
877 * config/mn10300/mn10300.c (extract_bundle): Likewise.
878 (mn10300_bundle_liw): Likewise for locals "r", "insn1", "insn2".
879 Introduce local rtx "insn2_pat".
880 * config/rl78/rl78.c (move_elim_pass): Likewise for locals "insn",
882 (rl78_remove_unused_sets): Likewise for locals "insn", "ninsn".
883 Introduce local rtx "set", using it in place of "insn" for the
884 result of single_set. This appears to fix a bug, since the call
885 to find_regno_note on a SET does nothing.
886 * config/rs6000/rs6000.c (set_to_load_agen): Strengthen both
887 params from rtx to rtx_insn *.
888 (set_to_load_agen): Likewise.
889 * config/s390/s390.c (s390_label_align): Likewise for local
890 "prev_insn". Introduce new rtx locals "set" and "src", using
891 them in place of "prev_insn" for the results of single_set
892 and SET_SRC respectively.
893 (s390_swap_cmp): Strengthen local "jump" from rtx to rtx_insn *.
894 Introduce new rtx local "set" using in place of "jump" for the
895 result of single_set. Use SET_SRC (set) rather than plain
897 * config/sh/sh.c (noncall_uses_reg): Strengthen param 2from
899 (noncall_uses_reg): Likewise.
900 (reg_unused_after): Introduce local rtx_sequence * "seq" in region
901 guarded by GET_CODE check, using its methods for clarity, and to
902 enable strengthening local "this_insn" from rtx to rtx_insn *.
903 * config/sh/sh.md (define_expand "mulhisi3"): Strengthen local
904 "insn" from rtx to rtx_insn *.
905 (define_expand "umulhisi3"): Likewise.
906 (define_expand "smulsi3_highpart"): Likewise.
907 (define_expand "umulsi3_highpart"): Likewise.
908 * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
909 local "after". Replace GET_CODE check with a dyn_cast,
910 introducing new local rtx_sequence * "seq", using insn method for
913 * dwarf2cfi.c (dwarf2out_frame_debug): Strengthen param "insn"
914 from rtx to rtx_insn *. Introduce local rtx "pat", using it in
915 place of "insn" once we're dealing with patterns rather than the
917 (scan_insn_after): Strengthen param "insn" from rtx to rtx_insn *.
918 (scan_trace): Likewise for local "elt", updating lookups within
919 sequence to use insn method rather than element method.
920 * expr.c (find_args_size_adjust): Strengthen param "insn" from rtx
922 * gcse.c (gcse_emit_move_after): Likewise for local "new_rtx".
923 * ifcvt.c (noce_try_abs): Likewise for local "insn".
924 * ira.c (fix_reg_equiv_init): Add checked cast to rtx_insn * when
926 * lra-constraints.c (insn_rhs_dead_pseudo_p): Strengthen param
927 "insn" from rtx to rtx_insn *.
928 (skip_usage_debug_insns): Likewise for return type, adding a
930 (check_secondary_memory_needed_p): Likewise for local "insn".
931 (inherit_reload_reg): Likewise.
932 * modulo-sched.c (sms_schedule): Likewise for local "count_init".
933 * recog.c (peep2_attempt): Likewise for local "old_insn", adding
935 (store_data_bypass_p): Likewise for both params.
936 (if_test_bypass_p): Likewise.
937 * recog.h (store_data_bypass_p): Likewise for both params.
938 (if_test_bypass_p): Likewise.
939 * reload.c (find_equiv_reg): Likewise for local "where".
940 * reorg.c (delete_jump): Likewise for param "insn".
941 * rtlanal.c (single_set_2): Strenghen param "insn" from const_rtx
943 * store-motion.c (replace_store_insn): Likewise for param "del".
944 (delete_store): Strengthen local "i" from rtx to rtx_insn_list *,
945 and use its methods for clarity, and to strengthen local "del"
946 from rtx to rtx_insn *.
947 (build_store_vectors): Use insn method of "st" when calling
948 replace_store_insn for typesafety and clarity.
950 2014-09-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
952 * config/rs6000/rs6000.c (rtx_is_swappable_p): Add
953 UNSPEC_VSX_CVDPSPN as an unswappable operand, and add commentary
954 on how to make it legal in future.
956 2014-09-09 David Malcolm <dmalcolm@redhat.com>
958 * caller-save.c (rtx saveinsn): Strengthen this variable from rtx
960 (restinsn): Likewise.
961 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
963 * config/aarch64/aarch64.c (aarch64_simd_attr_length_move):
965 * config/arc/arc-protos.h (arc_adjust_insn_length): Likewise for
967 (arc_hazard): Likewise for both params.
968 * config/arc/arc.c (arc600_corereg_hazard): Likewise, adding
969 checked casts to rtx_sequence * and uses of the insn method for
971 (arc_hazard): Strengthen both params from rtx to rtx_insn *.
972 (arc_adjust_insn_length): Likewise for param "insn".
973 (struct insn_length_parameters_s): Likewise for first param of
974 "get_variants" callback field.
975 (arc_get_insn_variants): Likewise for first param and local
976 "inner". Replace a check of GET_CODE with a dyn_cast to
977 rtx_sequence *, using methods for type-safety and clarity.
978 * config/arc/arc.h (ADJUST_INSN_LENGTH): Use casts to
979 rtx_sequence * and uses of the insn method for type-safety when
980 invoking arc_adjust_insn_length.
981 * config/arm/arm-protos.h (arm_attr_length_move_neon): Likewise
983 (arm_address_offset_is_imm): Likewise.
984 (struct tune_params): Likewise for params 1 and 3 of the
985 "sched_adjust_cost" callback field.
986 * config/arm/arm.c (cortex_a9_sched_adjust_cost): Likewise for
987 params 1 and 3 ("insn" and "dep").
988 (xscale_sched_adjust_cost): Likewise.
989 (fa726te_sched_adjust_cost): Likewise.
990 (cortexa7_older_only): Likewise for param "insn".
991 (cortexa7_younger): Likewise.
992 (arm_attr_length_move_neon): Likewise.
993 (arm_address_offset_is_imm): Likewise.
994 * config/avr/avr-protos.h (avr_notice_update_cc): Likewise.
995 * config/avr/avr.c (avr_notice_update_cc): Likewise.
996 * config/bfin/bfin.c (hwloop_pattern_reg): Likewise.
997 (workaround_speculation): Likewise for local "last_condjump".
998 * config/c6x/c6x.c (shadow_p): Likewise for param "insn".
999 (shadow_or_blockage_p): Likewise.
1000 (get_unit_reqs): Likewise.
1001 (get_unit_operand_masks): Likewise.
1002 (c6x_registers_update): Likewise.
1003 (returning_call_p): Likewise.
1004 (can_use_callp): Likewise.
1005 (convert_to_callp): Likewise.
1006 (find_last_same_clock): Likwise for local "t".
1007 (reorg_split_calls): Likewise for local "shadow".
1008 (hwloop_pattern_reg): Likewise for param "insn".
1009 * config/frv/frv-protos.h (frv_final_prescan_insn): Likewise.
1010 * config/frv/frv.c (frv_final_prescan_insn): Likewise.
1011 (frv_extract_membar): Likewise.
1012 (frv_optimize_membar_local): Strengthen param "last_membar" from
1013 rtx * to rtx_insn **.
1014 (frv_optimize_membar_global): Strengthen param "membar" from rtx
1016 (frv_optimize_membar): Strengthen local "last_membar" from rtx *
1018 * config/ia64/ia64-protos.h (ia64_st_address_bypass_p): Strengthen
1019 both params from rtx to rtx_insn *.
1020 (ia64_ld_address_bypass_p): Likewise.
1021 * config/ia64/ia64.c (ia64_safe_itanium_class): Likewise for param
1023 (ia64_safe_type): Likewise.
1024 (group_barrier_needed): Likewise.
1025 (safe_group_barrier_needed): Likewise.
1026 (ia64_single_set): Likewise.
1027 (is_load_p): Likewise.
1028 (record_memory_reference): Likewise.
1029 (get_mode_no_for_insn): Likewise.
1030 (important_for_bundling_p): Likewise.
1031 (unknown_for_bundling_p): Likewise.
1032 (ia64_st_address_bypass_p): Likewise for both params.
1033 (ia64_ld_address_bypass_p): Likewise.
1034 (expand_vselect): Introduce new local rtx_insn * "insn", using it
1035 in place of rtx "x" after the emit_insn call.
1036 * config/i386/i386-protos.h (x86_extended_QIreg_mentioned_p):
1037 Strengthen param from rtx to rtx_insn *.
1038 (ix86_agi_dependent): Likewise for both params.
1039 (ix86_attr_length_immediate_default): Likewise for param 1.
1040 (ix86_attr_length_address_default): Likewise for param.
1041 (ix86_attr_length_vex_default): Likewise for param 1.
1042 * config/i386/i386.c (ix86_attr_length_immediate_default):
1043 Likewise for param "insn".
1044 (ix86_attr_length_address_default): Likewise.
1045 (ix86_attr_length_vex_default): Likewise.
1046 (ix86_agi_dependent): Likewise for both params.
1047 (x86_extended_QIreg_mentioned_p): Likewise for param "insn".
1048 (vselect_insn): Likewise for this variable.
1049 * config/m68k/m68k-protos.h (m68k_sched_attr_opx_type): Likewise
1051 (m68k_sched_attr_opy_type): Likewise.
1052 * config/m68k/m68k.c (sched_get_operand): Likewise.
1053 (sched_attr_op_type): Likewise.
1054 (m68k_sched_attr_opx_type): Likewise.
1055 (m68k_sched_attr_opy_type): Likewise.
1056 (sched_get_reg_operand): Likewise.
1057 (sched_get_mem_operand): Likewise.
1058 (m68k_sched_address_bypass_p): Likewise for both params.
1059 (sched_get_indexed_address_scale): Likewise.
1060 (m68k_sched_indexed_address_bypass_p): Likewise.
1061 * config/m68k/m68k.h (m68k_sched_address_bypass_p): Likewise.
1062 (m68k_sched_indexed_address_bypass_p): Likewise.
1063 * config/mep/mep.c (mep_jmp_return_reorg): Strengthen locals
1064 "label", "ret" from rtx to rtx_insn *, adding a checked cast and
1066 * config/mips/mips-protos.h (mips_linked_madd_p): Strengthen both
1067 params from rtx to rtx_insn *.
1068 (mips_fmadd_bypass): Likewise.
1069 * config/mips/mips.c (mips_fmadd_bypass): Likewise.
1070 (mips_linked_madd_p): Likewise.
1071 (mips_macc_chains_last_hilo): Likewise for this variable.
1072 (mips_macc_chains_record): Likewise for param.
1073 (vr4130_last_insn): Likewise for this variable.
1074 (vr4130_swap_insns_p): Likewise for both params.
1075 (mips_ls2_variable_issue): Likewise for param.
1076 (mips_need_noat_wrapper_p): Likewise for param "insn".
1077 (mips_expand_vselect): Add a new local rtx_insn * "insn", using it
1078 in place of "x" after the emit_insn.
1079 * config/pa/pa-protos.h (pa_fpstore_bypass_p): Strengthen both
1080 params from rtx to rtx_insn *.
1081 * config/pa/pa.c (pa_fpstore_bypass_p): Likewise.
1082 (pa_combine_instructions): Introduce local "par" for result of
1083 gen_rtx_PARALLEL, moving decl and usage of new_rtx for after call
1085 (pa_can_combine_p): Strengthen param "new_rtx" from rtx to rtx_insn *.
1086 * config/rl78/rl78.c (insn_ok_now): Likewise for param "insn".
1087 (rl78_alloc_physical_registers_op1): Likewise.
1088 (rl78_alloc_physical_registers_op2): Likewise.
1089 (rl78_alloc_physical_registers_ro1): Likewise.
1090 (rl78_alloc_physical_registers_cmp): Likewise.
1091 (rl78_alloc_physical_registers_umul): Likewise.
1092 (rl78_alloc_address_registers_macax): Likewise.
1093 (rl78_alloc_physical_registers): Likewise for locals "insn", "curr".
1094 * config/s390/predicates.md (execute_operation): Likewise for
1096 * config/s390/s390-protos.h (s390_agen_dep_p): Likewise for both
1098 * config/s390/s390.c (s390_safe_attr_type): Likewise for param.
1099 (addr_generation_dependency_p): Likewise for param "insn".
1100 (s390_agen_dep_p): Likewise for both params.
1101 (s390_fpload_toreg): Likewise for param "insn".
1102 * config/sh/sh-protos.h (sh_loop_align): Likewise for param.
1103 * config/sh/sh.c (sh_loop_align): Likewise for param and local
1105 * config/sh/sh.md (define_peephole2): Likewise for local "insn2".
1106 * config/sh/sh_treg_combine.cc
1107 (sh_treg_combine::make_inv_ccreg_insn): Likewise for return type
1109 (sh_treg_combine::try_eliminate_cstores): Likewise for local "i".
1110 * config/stormy16/stormy16.c (combine_bnp): Likewise for locals
1111 "and_insn", "load", "shift".
1112 * config/tilegx/tilegx.c (match_pcrel_step2): Likewise for param
1114 * final.c (final_scan_insn): Introduce local rtx_insn * "other"
1115 for XEXP (note, 0) of the REG_CC_SETTER note.
1116 (cleanup_subreg_operands): Strengthen param "insn" from rtx to
1117 rtx_insn *, eliminating a checked cast made redundant by this.
1118 * gcse.c (process_insert_insn): Strengthen local "insn" from rtx
1120 * genattr.c (main): When writing out the prototype to
1121 const_num_delay_slots, strengthen the param from rtx to
1123 * genattrtab.c (write_const_num_delay_slots): Likewise when
1124 writing out the implementation of const_num_delay_slots.
1125 * hw-doloop.h (struct hw_doloop_hooks): Strengthen the param
1126 "insn" of callback field "end_pattern_reg" from rtx to rtx_insn *.
1127 * ifcvt.c (noce_emit_store_flag): Eliminate local rtx "tmp" in
1128 favor of new rtx locals "src" and "set" and new local rtx_insn *
1130 (noce_emit_move_insn): Strengthen locals "seq" and "insn" from rtx
1132 (noce_emit_cmove): Eliminate local rtx "tmp" in favor of new rtx
1133 locals "cond", "if_then_else", "set" and new rtx_insn * locals
1135 (noce_try_cmove_arith): Strengthen locals "insn_a" and "insn_b",
1136 "last" from rtx to rtx_insn *. Likewise for a local "tmp",
1137 renaming to "tmp_insn". Eliminate the other local rtx "tmp" from
1138 the top-level scope, replacing with new more tightly-scoped rtx
1139 locals "reg", "pat", "mem" and rtx_insn * "insn", "copy_of_a",
1140 "new_insn", "copy_of_insn_b", and make local rtx "set" more
1142 * ira-int.h (ira_setup_alts): Strengthen param "insn" from rtx to
1144 * ira.c (setup_prohibited_mode_move_regs): Likewise for local
1146 (ira_setup_alts): Likewise for param "insn".
1147 * lra-constraints.c (emit_inc): Likewise for local "add_insn".
1148 * lra.c (emit_add3_insn): Split local rtx "insn" in two, an rtx
1150 (lra_emit_add): Eliminate top-level local rtx "insn" in favor of
1151 new more-tightly scoped rtx locals "add3_insn", "insn",
1152 "add2_insn" and rtx_insn * "move_insn".
1153 * postreload-gcse.c (eliminate_partially_redundant_load): Add
1154 checked cast on result of gen_move_insn when invoking
1156 * recog.c (insn_invalid_p): Strengthen param "insn" from rtx to
1158 (verify_changes): Add a checked cast on "object" when invoking
1160 (extract_insn_cached): Strengthen param "insn" from rtx to
1162 (extract_constrain_insn_cached): Likewise.
1163 (extract_insn): Likewise.
1164 * recog.h (insn_invalid_p): Likewise for param 1.
1165 (recog_memoized): Likewise for param.
1166 (extract_insn): Likewise.
1167 (extract_constrain_insn_cached): Likewise.
1168 (extract_insn_cached): Likewise.
1169 * reload.c (can_reload_into): Likewise for local "test_insn".
1170 * reload.h (cleanup_subreg_operands): Likewise for param.
1171 * reload1.c (emit_insn_if_valid_for_reload): Rename param from
1172 "insn" to "pat", reintroducing "insn" as an rtx_insn * on the
1173 result of emit_insn. Remove a checked cast made redundant by this
1175 * sel-sched-ir.c (sel_insn_rtx_cost): Strengthen param "insn" from
1177 * sel-sched.c (get_reg_class): Likewise.
1179 2014-09-09 Marcus Shawcroft <marcus.shawcroft@arm.com>
1180 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1182 * config/aarch64/aarch64-elf-raw.h (ENDFILE_SPEC): Add crtfastmath.o.
1183 * config/aarch64/aarch64-linux.h (GNU_USER_TARGET_MATH_ENDFILE_SPEC):
1185 (ENDFILE_SPEC): Define and use GNU_USER_TARGET_MATH_ENDFILE_SPEC.
1187 2014-09-09 David Malcolm <dmalcolm@redhat.com>
1189 * rtl.h (INSN_LOCATION): Strengthen param from const_rtx to
1190 const rtx_insn *, and from rtx to rtx_insn * for the other
1192 (RTL_LOCATION): Add a checked cast to rtx_insn * when invoking
1193 INSN_LOCATION, since we know INSN_P holds.
1194 (insn_line): Strengthen param from const_rtx to const rtx_insn *.
1195 (insn_file): Likewise.
1196 (insn_scope): Likewise.
1197 (insn_location): Likewise.
1199 * config/mips/mips.c (mips16_gp_pseudo_reg): Strengthen local
1200 "insn" from rtx to rtx_insn *, introducing a new local rtx "set"
1201 for the result of gen_load_const_gp.
1202 * config/rs6000/rs6000-protos.h (output_call): Strengthen first
1203 param from rtx to rtx_insn *.
1204 * config/rs6000/rs6000.c (output_call): Likewise.
1205 * dwarf2out.c (dwarf2out_var_location): Likewise for local "prev",
1206 introducing a checked cast to rtx_sequence * and use of the insn
1208 * emit-rtl.c (emit_copy_of_insn_after): Strengthen both params
1209 from rtx to rtx_insn *.
1210 (insn_scope): Strengthen param from const_rtx to const rtx_insn *.
1211 (insn_line): Likewise.
1212 (insn_file): Likewise.
1213 (insn_location): Likewise.
1214 * emit-rtl.h (emit_copy_of_insn_after): Strengthen both params
1215 from rtx to rtx_insn *.
1216 * print-rtl.c (print_rtx): Introduce local "in_insn" via a checked
1217 cast, using it for calls to INSN_HAS_LOCATION and insn_location.
1218 * recog.c (peep2_attempt): Introduce local rtx_insn * "peepinsn"
1220 * reorg.c (relax_delay_slots): Strengthen locals named "after"
1221 from rtx to rtx_insn *; use methods of "pat" for type-safety.
1223 2014-09-09 David Malcolm <dmalcolm@redhat.com>
1225 * combine.c (try_combine): Eliminate checked cast on result of
1227 * emit-rtl.c (gen_rtx_INSN): New function, improving over the prior
1228 autogenerated one by strengthening the return type and params 2 and 3
1229 from rtx to rtx_insn *, and by naming the params.
1230 * gengenrtl.c (special_rtx): Add INSN to those that are
1232 * rtl.h (gen_rtx_INSN): New prototype.
1234 2014-09-09 David Malcolm <dmalcolm@redhat.com>
1236 * ira.c (ira_update_equiv_info_by_shuffle_insn): Use NULL rather
1238 (no_equiv): Likewise.
1239 (update_equiv_regs): Likewise.
1240 (setup_reg_equiv): Likewise. Strengthen locals "elem",
1241 "prev_elem", "next_elem" from rtx to rtx_insn_list *, and "insn"
1242 from rtx to rtx_insn *. Use methods of "elem" for typesafety and
1244 * ira.h (struct ira_reg_equiv_s): Strengthen field "init_insns"
1245 from rtx to rtx_insn_list *.
1246 * lra-assigns.c (spill_for): Strengthen local "x" from rtx to
1247 rtx_insn_list * and use methods for clarity and typesafety.
1248 * lra-constraints.c (contains_deleted_insn_p): Likewise for param
1250 (init_insn_rhs_dead_pseudo_p): Likewise for local "insns". Remove
1251 redundant check on INSN_P (insns): this cannot hold, as "insns" is
1252 an INSN_LIST, not an insn.
1253 (reverse_equiv_p): Strengthen local "insns" from rtx to
1254 rtx_insn_list * and use methods for clarity and typesafety.
1255 (contains_reloaded_insn_p): Likewise for local "list".
1257 2014-09-09 Jiong Wang <jiong.wang@arm.com>
1259 * config/arm/arm.c (NEON_COPYSIGNF): New enum.
1260 (arm_init_neon_builtins): Support NEON_COPYSIGNF.
1261 (arm_builtin_vectorized_function): Likewise.
1262 * config/arm/arm_neon_builtins.def: New macro for copysignf.
1263 * config/arm/neon.md (neon_copysignf<mode>): New pattern for vector copysignf.
1265 2014-09-09 Richard Sandiford <richard.sandiford@arm.com>
1267 * bb-reorder.h (default_target_bb_reorder): Remove redundant GTY.
1268 * builtins.h (default_target_builtins): Likewise.
1269 * gcse.h (default_target_gcse): Likewise.
1270 * target-globals.h (target_globals): Add a destructor. Convert
1271 void-pointer fields back to their real type and change from
1272 GTY((atomic)) to GTY((skip)).
1273 (restore_target_globals): Remove casts accordingly.
1274 * target-globals.c (save_target_globals): Use XCNEW rather than
1275 ggc_internal_cleared_alloc to allocate non-GC structures.
1276 Use ggc_cleared_alloc to allocate the target_globals structure
1278 (target_globals::~target_globals): Define.
1280 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1282 * config/arm/arm.md (vfp_pop_multiple_with_writeback): Use vldm
1283 mnemonic instead of fldmfdd.
1284 * config/arm/arm.c (vfp_output_fstmd): Rename to...
1285 (vfp_output_vstmd): ... This. Convert output to UAL syntax.
1286 Output vpush when address register is SP.
1287 * config/arm/arm-protos.h (vfp_output_fstmd): Rename to...
1288 (vfp_output_vstmd): ... This.
1289 * config/arm/vfp.md (push_multi_vfp): Update call to
1292 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1294 * config/arm/vfp.md (*movcc_vfp): Use UAL syntax.
1296 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1298 * config/arm/vfp.md (*sqrtsf2_vfp): Use UAL assembly syntax.
1299 (*sqrtdf2_vfp): Likewise.
1300 (*cmpsf_vfp): Likewise.
1301 (*cmpsf_trap_vfp): Likewise.
1302 (*cmpdf_vfp): Likewise.
1303 (*cmpdf_trap_vfp): Likewise.
1305 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1307 * config/arm/vfp.md (*extendsfdf2_vfp): Use UAL assembly syntax.
1308 (*truncdfsf2_vfp): Likewise.
1309 (*truncsisf2_vfp): Likewise.
1310 (*truncsidf2_vfp): Likewise.
1311 (fixuns_truncsfsi2): Likewise.
1312 (fixuns_truncdfsi2): Likewise.
1313 (*floatsisf2_vfp): Likewise.
1314 (*floatsidf2_vfp): Likewise.
1315 (floatunssisf2): Likewise.
1316 (floatunssidf2): Likewise.
1318 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1320 * config/arm/vfp.md (*mulsf3_vfp): Use UAL assembly syntax.
1321 (*muldf3_vfp): Likewise.
1322 (*mulsf3negsf_vfp): Likewise.
1323 (*muldf3negdf_vfp): Likewise.
1324 (*mulsf3addsf_vfp): Likewise.
1325 (*muldf3adddf_vfp): Likewise.
1326 (*mulsf3subsf_vfp): Likewise.
1327 (*muldf3subdf_vfp): Likewise.
1328 (*mulsf3negsfaddsf_vfp): Likewise.
1329 (*fmuldf3negdfadddf_vfp): Likewise.
1330 (*mulsf3negsfsubsf_vfp): Likewise.
1331 (*muldf3negdfsubdf_vfp): Likewise.
1333 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1335 * config/arm/vfp.md (*abssf2_vfp): Use UAL assembly syntax.
1336 (*absdf2_vfp): Likewise.
1337 (*negsf2_vfp): Likewise.
1338 (*negdf2_vfp): Likewise.
1339 (*addsf3_vfp): Likewise.
1340 (*adddf3_vfp): Likewise.
1341 (*subsf3_vfp): Likewise.
1342 (*subdf3_vfp): Likewise.
1343 (*divsf3_vfp): Likewise.
1344 (*divdf3_vfp): Likewise.
1346 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1348 * config/arm/arm.c (output_move_vfp): Use UAL syntax for load/store
1350 (arm_print_operand): Don't convert real values to decimal
1351 representation in default case.
1352 (fp_immediate_constant): Delete.
1353 * config/arm/arm-protos.h (fp_immediate_constant): Likewise.
1354 * config/arm/vfp.md (*arm_movsi_vfp): Convert to VFP moves to UAL
1356 (*thumb2_movsi_vfp): Likewise.
1357 (*movdi_vfp): Likewise.
1358 (*movdi_vfp_cortexa8): Likewise.
1359 (*movhf_vfp_neon): Likewise.
1360 (*movhf_vfp): Likewise.
1361 (*movsf_vfp): Likewise.
1362 (*thumb2_movsf_vfp): Likewise.
1363 (*movdf_vfp): Likewise.
1364 (*thumb2_movdf_vfp): Likewise.
1365 (*movsfcc_vfp): Likewise.
1366 (*thumb2_movsfcc_vfp): Likewise.
1367 (*movdfcc_vfp): Likewise.
1368 (*thumb2_movdfcc_vfp): Likewise.
1370 2014-09-09 James Greenhalgh <james.greenhalgh@arm.com>
1372 * doc/invoke.texi (-march): Use GNU/Linux rather than Linux.
1376 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1379 * config/aarch64/aarch64-builtins.c (aarch64_types_quadop_qualifiers):
1380 Use qualifier_immediate for last operand. Rename to...
1381 (aarch64_types_ternop_lane_qualifiers): ... This.
1382 (TYPES_QUADOP): Rename to...
1383 (TYPES_TERNOP_LANE): ... This.
1384 (aarch64_simd_expand_args): Return const0_rtx when encountering user
1385 error. Change return of 0 to return of NULL_RTX.
1386 (aarch64_crc32_expand_builtin): Likewise.
1387 (aarch64_expand_builtin): Return NULL_RTX instead of 0.
1388 ICE when expanding unknown builtin.
1389 * config/aarch64/aarch64-simd-builtins.def (sqdmlal_lane): Use
1390 TERNOP_LANE qualifiers.
1391 (sqdmlsl_lane): Likewise.
1392 (sqdmlal_laneq): Likewise.
1393 (sqdmlsl_laneq): Likewise.
1394 (sqdmlal2_lane): Likewise.
1395 (sqdmlsl2_lane): Likewise.
1396 (sqdmlal2_laneq): Likewise.
1397 (sqdmlsl2_laneq): Likewise.
1399 2014-09-09 Nick Clifton <nickc@redhat.com>
1401 * doc/invoke.texi (Optimization Options): Add missing @gol to the
1403 (S/390 and zSeries Options): Remove superfluous word from the
1404 description of the -mhotpatch option.
1406 2014-09-09 Zhenqiang Chen <zhenqiang.chen@arm.com>
1408 * shrink-wrap.h: #define SHRINK_WRAPPING_ENABLED.
1409 * ira.c: #include "shrink-wrap.h"
1410 (split_live_ranges_for_shrink_wrap): Use SHRINK_WRAPPING_ENABLED.
1411 * ifcvt.c: #include "shrink-wrap.h"
1412 (dead_or_predicable): Use SHRINK_WRAPPING_ENABLED.
1414 2014-09-08 Trevor Saunders <tsaunders@mozilla.com>
1416 * common/config/picochip/picochip-common.c: Remove.
1417 * config.gcc: Remove support for picochip.
1418 * config/picochip/constraints.md: Remove.
1419 * config/picochip/dfa_space.md: Remove.
1420 * config/picochip/dfa_speed.md: Remove.
1421 * config/picochip/picochip-protos.h: Remove.
1422 * config/picochip/picochip.c: Remove.
1423 * config/picochip/picochip.h: Remove.
1424 * config/picochip/picochip.md: Remove.
1425 * config/picochip/picochip.opt: Remove.
1426 * config/picochip/predicates.md: Remove.
1427 * config/picochip/t-picochip: Remove.
1428 * doc/md.texi: Don't document picochi.
1430 2014-09-08 David Malcolm <dmalcolm@redhat.com>
1432 * basic-block.h (control_flow_insn_p): Strengthen param from
1433 const_rtx to const rtx_insn *.
1434 * cfgbuild.c (control_flow_insn_p): Likewise.
1436 2014-09-08 David Malcolm <dmalcolm@redhat.com>
1438 * gcse.c (modify_mem_list): Strengthen this variable from
1439 vec<rtx> * to vec<rtx_insn *> *.
1440 (vec_rtx_heap): Strengthen this typedef from vec<rtx> to
1442 (load_killed_in_block_p): Strengthen local "list" from vec<rtx> to
1443 vec<rtx_insn *>, and local "setter" from rtx to rtx_insn *.
1444 (record_last_mem_set_info): Strengthen param "insn" from rtx to
1446 (record_last_set_info): Likewise for local "last_set_insn".
1448 2014-09-08 DJ Delorie <dj@redhat.com>
1450 * doc/invoke.texi (MSP430 Options): Add -minrt.
1452 2014-09-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1454 * config/rs6000/rs6000.c (special_handling_values): Add SH_SPLAT.
1455 (rtx_is_swappable_p): Convert UNSPEC cascading ||s to a switch
1456 statement; allow optimization of UNSPEC_VSPLT_DIRECT with special
1458 (adjust_extract): Fix test for VEC_DUPLICATE case; fix adjustment
1460 (adjust_splat): New function.
1461 (handle_special_swappables): Call adjust_splat for SH_SPLAT.
1462 (dump_swap_insn_table): Add case for SH_SPLAT.
1464 2014-09-08 Richard Biener <rguenther@suse.de>
1467 * tree-inline.c (copy_loops): The source loop header should
1469 (tree_function_versioning): If loops need fixup after removing
1470 unreachable blocks fix them.
1471 * omp-low.c (simd_clone_adjust): Do not add incr block to
1472 loop under construction.
1474 2014-09-08 Alan Lawrence <alan.lawrence@arm.com>
1476 * config/aarch64/aarch64-builtins.c
1477 (aarch64_types_cmtst_qualifiers, TYPES_TST): Remove as unused.
1479 2014-09-08 Joseph Myers <joseph@codesourcery.com>
1481 * config/i386/cygming.h (TF_SIZE): Remove.
1482 * config/i386/darwin.h (TF_SIZE): Remove.
1483 * config/i386/dragonfly.h (TF_SIZE): Remove.
1484 * config/i386/freebsd.h (TF_SIZE): Remove.
1485 * config/i386/gnu-user-common.h (TF_SIZE): Remove.
1486 * config/i386/openbsdelf.h (TF_SIZE): Remove.
1487 * config/i386/sol2.h (TF_SIZE): Remove.
1488 * config/ia64/hpux.h (XF_SIZE, TF_SIZE): Remove.
1489 * config/ia64/linux.h (TF_SIZE): Remove.
1490 * doc/tm.texi.in (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Remove.
1491 * doc/tm.texi: Regenerate.
1492 * system.h (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Poison.
1494 2014-09-08 Joseph Myers <joseph@codesourcery.com>
1496 * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO):
1498 * doc/tm.texi.in (ROUND_TOWARDS_ZERO, LARGEST_EXPONENT_IS_NORMAL):
1500 * doc/tm.texi: Regenerate.
1501 * system.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO):
1503 * config/arm/arm.h (LARGEST_EXPONENT_IS_NORMAL): Remove.
1504 * config/cris/cris.h (__make_dp): Remove.
1506 2014-09-08 Richard Biener <rguenther@suse.de>
1509 * cfgloop.c (mark_loop_for_removal): Track former header
1511 * cfgloop.h (struct loop): Add former_header member unconditionally.
1512 * loop-init.c (fix_loop_structure): Enable bogus loop removal
1513 diagnostic unconditionally.
1515 2014-09-07 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
1518 * config/aarch64/aarch64.md (stack_protect_test_<mode>) Add register
1519 constraint for operand0 and remove write only modifier from operand3.
1521 2014-09-07 Richard Sandiford <richard.sandiford@arm.com>
1523 PR rtl-optimization/62208
1524 * simplify-rtx.c (simplify_relational_operation_1): Use CONST0_RTX
1525 rather than const0_rtx in eq/ne-xor simplifications.
1527 2014-09-06 Joern Rennecke <joern.rennecke@embecosm.com>
1529 * config/arc/arc.c (arc_print_operand): Fix format for HOST_WIDE_INT.
1530 (arc_output_mi_thunk): Likewise.
1532 * config/arc/arc.c (arc_predicate_delay_insns): Swap comparison
1533 arguments to silence bogus warning.
1535 2014-09-06 Richard Sandiford <richard.sandiford@arm.com>
1538 * rtlanal.c (tls_referenced_p): Don't skip constant subrtxes.
1540 2014-09-06 Tom de Vries <tom@codesourcery.com>
1542 * ira-costs.c (ira_tune_allocno_costs): Don't conditionalize
1543 IRA_HARD_REGNO_ADD_COST_MULTIPLIER code on
1544 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
1546 2014-09-05 Dominique Dhumieres <dominiq@lps.ens.fr>
1549 * config/darwin.h (INIT_SECTION_ASM_OP): Define to "".
1550 * config/pa/pa64-hpux.h (INIT_SECTION_ASM_OP): Likewise.
1552 2014-09-05 Easwaran Raman <eraman@google.com>
1554 PR rtl-optimization/62146
1555 * ifcvt.c (dead_or_predicable): Make removal of REG_EQUAL note of
1556 hoisted instruction unconditional.
1558 2014-09-05 Segher Boessenkool <segher@kernel.crashing.org>
1561 * config/rs6000/rs6000.md (*and<mode>3_imm_dot, *and<mode>3_imm_dot2):
1562 Do not allow any_mask_operand for operands[2].
1563 (*and<mode>3_imm_mask_dot, *and<mode>3_imm_mask_dot2): New.
1565 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1567 * config/arc/arc.c (arc_print_operand): Use insn method of
1568 final_sequence for type-safety.
1569 * config/bfin/bfin.c (bfin_hardware_loop): Strengthen param
1570 "insn" from rtx to rtx_insn *.
1571 * config/frv/frv.c (frv_print_operand_jump_hint): Likewise.
1572 * config/mn10300/mn10300.c (mn10300_scan_for_setlb_lcc):
1573 Likewise for locals "branch", "label".
1574 * config/h8300/h8300.c (same_cmp_preceding_p): Likewise for
1575 locals "i1", "i2". Use NULL rather than NULL_RTX in comparisons.
1576 (same_cmp_following_p): Likewise for locals "i2", "i3".
1577 * config/sh/sh_optimize_sett_clrt.cc
1578 (sh_optimize_sett_clrt::sh_cbranch_ccreg_value): Likewise for
1579 param "cbranch_insn".
1580 * function.c (convert_jumps_to_returns): Likewis for local "jump".
1581 * ifcvt.c (cond_exec_get_condition): Likewise for param "jump".
1582 * jump.c (simplejump_p): Strengthen param "insn" from const_rtx to
1584 (condjump_p): Likewise.
1585 (condjump_in_parallel_p): Likewise.
1587 (any_uncondjump_p): Likewise.
1588 (any_condjump_p): Likewise.
1589 (condjump_label): Likewise.
1590 (returnjump_p): Strengthen param "insn" from rtx to
1592 (onlyjump_p): Strengthen param "insn" from const_rtx to
1594 (jump_to_label_p): Likewise.
1595 (invert_jump_1): Strengthen param "jump" from rtx to rtx_insn *.
1596 (invert_jump): Likewise.
1597 * reorg.c (simplejump_or_return_p): Add checked cast when calling
1599 (get_jump_flags): Strengthen param "insn" from rtx to
1601 (get_branch_condition): Likewise.
1602 (condition_dominates_p): Likewise.
1603 (make_return_insns): Move declaration of local "pat" earlier, to
1604 after we've handled NONJUMP_INSN_P and non-sequences, using its
1605 methods to simplify the code and for type-safety.
1606 * rtl.h (find_constant_src): Strengthen param from const_rtx to
1608 (jump_to_label_p): Strengthen param from rtx to const rtx_insn *.
1609 (condjump_p): Strengthen param from const_rtx to
1611 (any_condjump_p): Likewise.
1612 (any_uncondjump_p): Likewise.
1614 (condjump_label): Likewise.
1615 (simplejump_p): Likewise.
1616 (returnjump_p): Likewise.
1617 (onlyjump_p): Likewise.
1618 (invert_jump_1): Strengthen param 1 from rtx to rtx_insn *.
1619 (invert_jump): Likewise.
1620 (condjump_in_parallel_p): Strengthen param from const_rtx to
1622 * rtlanal.c (find_constant_src): Strengthen param from const_rtx
1623 to const rtx_insn *.
1624 * sel-sched-ir.c (fallthru_bb_of_jump): Strengthen param from rtx
1625 to const rtx_insn *.
1626 * sel-sched-ir.h (fallthru_bb_of_jump): Likewise.
1628 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1630 * reorg.c (relax_delay_slots): Move declaration of "trial_seq"
1631 above the conditional, and convert the check on GET_CODE to a
1632 dyn_cast, so that "trial_seq" is available as an rtx_sequence * in
1633 the conditional. Simplify the conditional by using methods of
1636 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1638 * haifa-sched.c (check_clobbered_conditions): Strengthen local
1639 "link" from rtx to rtx_insn_list *, and use its methods for
1640 clarity and type-safety.
1641 (toggle_cancelled_flags): Likewise.
1642 (restore_last_backtrack_point): Likewise.
1643 (queue_to_ready): Use insn method of "link" in one place.
1644 (schedule_block): Strengthen local "link" from rtx to
1645 rtx_insn_list *, and use its methods for clarity and type-safety.
1647 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1649 * sched-deps.c (sched_get_condition_with_rev_uncached): Strengthen
1650 param "insn" from const_rtx to const rtx_insn *.
1651 (sched_get_reverse_condition_uncached): Likewise.
1652 (sched_get_condition_with_rev): Likewise.
1653 (sched_has_condition_p): Likewise.
1654 (sched_insns_conditions_mutex_p): Likewise for both params.
1655 (sched_insn_is_legitimate_for_speculation_p): Likewise for param
1656 "insn"; conver use of CONST_CAST_RTX to CONST_CAST_RTX_INSN.
1657 (setup_insn_reg_uses): Move local "list" to be more tightly
1658 scoped, strengthening it from an rtx to an rtx_insn_list *. Use
1659 its methods for clarity and type-safety.
1660 (sched_analyze_1): Strengthen local "pending" from rtx to
1661 rtx_insn_list *, and local "pending_mem" from rtx to
1662 rtx_expr_list *. Use methods of each for clarity and type-safety.
1663 (sched_analyze_2): Likewise.
1664 (sched_analyze_insn): Likewise.
1666 * sched-int.h (sched_get_reverse_condition_uncached): Strengthen
1667 param from const_rtx to const rtx_insn *.
1668 (sched_insns_conditions_mutex_p): Likewise for both params.
1669 (sched_insn_is_legitimate_for_speculation_p): Likewise for first
1672 * system.h (CONST_CAST_RTX_INSN): New macro.
1674 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1676 * recog.c (peep2_attempt): Strengthen return type from rtx to
1678 (peep2_update_life): Likewise for params "last", "prev", removing
1679 a checked cast made redundant by this.
1680 (peephole2_optimize): Likewise for local "last".
1682 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1684 * basic-block.h (set_block_for_insn): Eliminate this macro in
1686 * rtl.h (set_block_for_insn): New inline function, imposing the
1687 requirement that the "insn" param is an rtx_insn *.
1689 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1691 * caller-save.c (setup_save_areas): Strengthen local "insn" from
1693 * final.c (get_call_reg_set_usage): Likewise for first param,
1694 eliminating a checked cast.
1695 * regs.h (get_call_reg_set_usage): Likewise for first param.
1696 * resource.c (mark_set_resources): Introduce local rtx_call_insn *
1697 "call_insn" for the case of a MARK_SRC_DEST_CALL via a checked
1698 cast, replacing references to "x" with "call_insn" where
1700 (mark_target_live_regs): Strengthen local "real_insn" from rtx to
1701 rtx_insn *, adding a checked cast.
1703 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1705 * output.h (final_scan_insn): Strengthen first param from rtx to
1708 * final.c (final_scan_insn): Likewise, renaming it back from
1709 "uncast_insn" to "insn", eliminating the checked cast.
1711 * config/h8300/h8300.md (define_insn "jump"): Replace local rtx
1712 "vec" with an rtx_sequence * "seq", taking a copy of
1713 "final_sequence", and using methods of "seq" for clarity, and for
1714 type-safety in the calls to final_scan_insn.
1715 * config/mips/mips.c (mips_output_conditional_branch): Use methods
1716 of "final_sequence" for clarity, and for type-safety in the call to
1718 * config/sh/sh.c (print_slot): Strengthen param from rtx to
1719 rtx_sequence * and rename from "insn" to "seq".
1721 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1723 * jump.c (delete_related_insns): Introduce a new local "table" by
1724 replacing JUMP_TABLE_DATA_P with a dyn_cast, then use the
1725 get_labels method of "table" to simplify access to the labels in
1728 2014-09-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1730 * config/arm/cortex-a53.md (cortex_a53_fpalu): Add f_rints, f_rintd,
1731 f_minmaxs, f_minmaxd types.
1733 2014-09-05 Richard Biener <rguenther@suse.de>
1735 * cfgloop.c (mark_loop_for_removal): Record former header
1736 when ENABLE_CHECKING.
1737 * cfgloop.h (strut loop): Add former_header member when
1739 * loop-init.c (fix_loop_structure): Sanity check loops
1740 marked for removal if they re-appeared.
1742 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1744 * config/aarch64/arm_neon.h (int32x1_t, int16x1_t, int8x1_t,
1745 uint32x1_t, uint16x1_t, uint8x1_t): Remove typedefs.
1747 (vqabsb_s8, vqabsh_s16, vqabss_s32, vqaddb_s8, vqaddh_s16, vqadds_s32,
1748 vqaddb_u8, vqaddh_u16, vqadds_u32, vqdmlalh_s16, vqdmlalh_lane_s16,
1749 vqdmlals_s32, vqdmlslh_s16, vqdmlslh_lane_s16, vqdmlsls_s32,
1750 vqdmulhh_s16, vqdmulhh_lane_s16, vqdmulhs_s32, vqdmulhs_lane_s32,
1751 vqdmullh_s16, vqdmullh_lane_s16, vqdmulls_s32, vqdmulls_lane_s32,
1752 vqmovnh_s16, vqmovns_s32, vqmovnd_s64, vqmovnh_u16, vqmovns_u32,
1753 vqmovnd_u64, vqmovunh_s16, vqmovuns_s32, vqmovund_s64, vqnegb_s8,
1754 vqnegh_s16, vqnegs_s32, vqrdmulhh_s16, vqrdmulhh_lane_s16,
1755 vqrdmulhs_s32, vqrdmulhs_lane_s32, vqrshlb_s8, vqrshlh_s16,
1756 vqrshls_s32, vqrshlb_u8, vqrshlh_u16, vqrshls_u32, vqrshrnh_n_s16,
1757 vqrshrns_n_s32, vqrshrnd_n_s64, vqrshrnh_n_u16, vqrshrns_n_u32,
1758 vqrshrnd_n_u64, vqrshrunh_n_s16, vqrshruns_n_s32, vqrshrund_n_s64,
1759 vqshlb_s8, vqshlh_s16, vqshls_s32, vqshlb_u8, vqshlh_u16, vqshls_u32,
1760 vqshlb_n_s8, vqshlh_n_s16, vqshls_n_s32, vqshlb_n_u8, vqshlh_n_u16,
1761 vqshls_n_u32, vqshlub_n_s8, vqshluh_n_s16, vqshlus_n_s32,
1762 vqshrnh_n_s16, vqshrns_n_s32, vqshrnd_n_s64, vqshrnh_n_u16,
1763 vqshrns_n_u32, vqshrnd_n_u64, vqshrunh_n_s16, vqshruns_n_s32,
1764 vqshrund_n_s64, vqsubb_s8, vqsubh_s16, vqsubs_s32, vqsubb_u8,
1765 vqsubh_u16, vqsubs_u32, vsqaddb_u8, vsqaddh_u16, vsqadds_u32,
1766 vuqaddb_s8, vuqaddh_s16, vuqadds_s32): Replace all int{32,16,8}x1_t
1767 with int{32,16,8}_t.
1769 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1771 * config/aarch64/arm_neon.h (__GET_HIGH): New macro.
1772 (vget_high_f32, vget_high_f64, vget_high_p8, vget_high_p16,
1773 vget_high_s8, vget_high_s16, vget_high_s32, vget_high_s64,
1774 vget_high_u8, vget_high_u16, vget_high_u32, vget_high_u64):
1775 Remove temporary __asm__ and reimplement.
1777 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1779 * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Remove code
1780 handling cmge, cmgt, cmeq, cmtst.
1782 * config/aarch64/aarch64-simd-builtins.def (cmeq, cmge, cmgt, cmle,
1783 cmlt, cmgeu, cmgtu, cmtst): Remove.
1785 * config/aarch64/arm_neon.h (vceq_*, vceqq_*, vceqz_*, vceqzq_*,
1786 vcge_*, vcgeq_*, vcgez_*, vcgezq_*, vcgt_*, vcgtq_*, vcgtz_*,
1787 vcgtzq_*, vcle_*, vcleq_*, vclez_*, vclezq_*, vclt_*, vcltq_*,
1788 vcltz_*, vcltzq_*, vtst_*, vtstq_*): Use gcc vector extensions.
1790 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1792 * config/aarch64/aarch64-builtins.c (aarch64_types_cmtst_qualifiers,
1794 (aarch64_fold_builtin): Update pattern for cmtst.
1796 * config/aarch64/aarch64-protos.h (aarch64_const_vec_all_same_int_p):
1799 * config/aarch64/aarch64-simd-builtins.def (cmtst): Update qualifiers.
1801 * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>):
1802 Switch operands, separate out more cases, refactor.
1804 (aarch64_cmtst<mode>): Rewrite pattern to match (plus ... -1).
1806 * config/aarch64.c (aarch64_const_vec_all_same_int_p): Take single
1807 argument; rename old version to...
1808 (aarch64_const_vec_all_same_in_range_p): ...this.
1809 (aarch64_print_operand, aarch64_simd_shift_imm_p): Follow renaming.
1811 * config/aarch64/predicates.md (aarch64_simd_imm_minus_one): Define.
1813 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1815 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
1816 Remove qualifier_const_pointer, update comment.
1818 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1820 * config/aarch64/aarch64.md (adddi3_aarch64): set type to neon_add.
1822 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1824 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Replace
1825 varargs with pointer parameter.
1826 (aarch64_simd_expand_builtin): pass pointer into previous.
1828 2014-09-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1830 * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add alu_ext,
1833 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1835 * config/aarch64/aarch64-simd.md (aarch64_rbit<mode>): New pattern.
1836 * config/aarch64/aarch64-simd-builtins.def (rbit): New builtin.
1837 * config/aarch64/arm_neon.h (vrbit_s8, vrbit_u8, vrbitq_s8, vrbitq_u8):
1838 Replace temporary asm with call to builtin.
1839 (vrbit_p8, vrbitq_p8): New functions.
1841 2014-09-05 Richard Biener <rguenther@suse.de>
1843 * cfgloop.c (mark_loop_for_removal): New function.
1844 * cfgloop.h (mark_loop_for_removal): Declare.
1845 * cfghooks.c (delete_basic_block): Use mark_loop_for_removal.
1846 (merge_blocks): Likewise.
1847 (duplicate_block): Likewise.
1848 * except.c (sjlj_emit_dispatch_table): Likewise.
1849 * tree-eh.c (cleanup_empty_eh_merge_phis): Likewise.
1850 * tree-ssa-threadupdate.c (ssa_redirect_edges): Likewise.
1851 (thread_through_loop_header): Likewise.
1853 2014-09-05 Richard Biener <rguenther@suse.de>
1856 * fold-const.c (try_move_mult_to_index): Remove.
1857 (fold_binary_loc): Do not call it.
1858 * tree-data-ref.c (dr_analyze_indices): Strip conversions
1859 from the base object again.
1861 2014-09-05 James Greenhalgh <james.greenhalgh@arm.com>
1863 * config/aarch64/aarch64.md (sibcall_value_insn): Give operand 1
1866 2014-09-05 Bin Cheng <bin.cheng@arm.com>
1869 * config/arm/arm.md (setmem): New pattern.
1870 * config/arm/arm-protos.h (struct tune_params): New fields.
1871 (arm_gen_setmem): New prototype.
1872 * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
1873 (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
1874 (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
1875 (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
1876 (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
1877 (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
1878 (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
1879 (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
1880 (arm_const_inline_cost): New function.
1881 (arm_block_set_max_insns): New function.
1882 (arm_block_set_non_vect_profit_p): New function.
1883 (arm_block_set_vect_profit_p): New function.
1884 (arm_block_set_unaligned_vect): New function.
1885 (arm_block_set_aligned_vect): New function.
1886 (arm_block_set_unaligned_non_vect): New function.
1887 (arm_block_set_aligned_non_vect): New function.
1888 (arm_block_set_vect, arm_gen_setmem): New functions.
1890 2014-09-05 Bin Cheng <bin.cheng@arm.com>
1892 * config/arm/arm.md (arm_movqi_insn): Use Uh instead of m constraint.
1894 2014-09-05 Bin Cheng <bin.cheng@arm.com>
1896 * config/arm/arm.c (output_move_neon): Handle REG explicitly.
1898 2014-09-04 Trevor Saunders <tsaunders@mozilla.com>
1900 * valtrack.c (dead_debug_insert_temp): Take an rtx_insn * instead of
1902 * valtrack.h: Adjust.
1904 2014-09-04 Trevor Saunders <tsaunders@mozilla.com>
1906 * emit-rtl.c (emit_insn_before_noloc): Take an rtx_insn * instead of
1908 (emit_jump_insn_before_noloc): Likewise.
1909 (emit_call_insn_before_noloc): Likewise.
1910 (emit_label_before): Likewise.
1911 (emit_label_after): Likewise.
1912 (emit_insn_before_setloc): Likewise.
1913 (emit_jump_insn_before_setloc): Likewise.
1914 (emit_call_insn_before_setloc): Likewise.
1915 (emit_call_insn_before): Likewise.
1918 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1920 * cse.c (cse_insn): Strengthen local "new_rtx" from rtx to
1921 rtx_insn *, eliminating a checked cast.
1923 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1925 * rtl.h (modified_between_p): Strengthen params 2 and 3 from
1926 const_rtx to const rtx_insn *.
1927 * rtlanal.c (modified_between_p): Likewise, eliminating a checked
1930 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1932 * emit-rtl.c (try_split): Update NULL_RTX to NULL in call to
1933 fixup_args_size_notes.
1934 * expr.c (fixup_args_size_notes): Strengthen first two params from
1935 rtx to rtx_insn *, eliminating a checked cast.
1936 * rtl.h (fixup_args_size_notes): Strengthen first two params from
1939 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1941 * haifa-sched.c (get_ready_element): Strengthen return type from
1943 * sched-int.h (get_ready_element): Likewise.
1945 2014-09-04 Segher Boessenkool <segher@kernel.crashing.org>
1948 * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax_mem): Use
1949 indexed_or_indirect_operand instead of memory_operand.
1950 (floatsi<mode>2_lfiwzx_mem): Ditto.
1952 2014-09-04 Trevor Saunders <tsaunders@mozilla.com>
1954 * config/bfin/bfin.c, config/c6x/c6x.c, config/m32c/m32c.c,
1955 config/mn10300/mn10300.c, config/s390/s390.c, config/sh/sh.c,
1956 ifcvt.c, reorg.c: Change types of variables from rtx to rtx_insn *.
1958 2014-09-04 Trevor Saunders <tsaunders@mozilla.com>
1960 * emit-rtl.c (get_first_nonnote_insn): Return rtx_insn * instead of
1962 (get_last_nonnote_insn): Likewise.
1963 (next_nonnote_insn_bb): Take rtx_insn * instead of rtx.
1964 * resource.c (find_basic_block): Likewise.
1966 * rtlanal.c (keep_with_call_p): Take const rtx_insn * instead of
1969 2014-09-04 David Malcolm <dmalcolm@redhat.com>
1971 * genattr.c (main): Within the prototype of insn_latency written
1972 out to insn-attr.h, strengthen both params from rtx to rtx_insn *.
1973 * genautomata.c (output_internal_maximal_insn_latency_func):
1974 Within the implementation of insn_latency written out to
1975 insn-automata.c, strengthen both params from rtx to rtx_insn *,
1976 eliminating a pair of checked casts.
1978 2014-09-04 David Malcolm <dmalcolm@redhat.com>
1980 * jump.c (eh_returnjump_p): Strengthen param "insn" from rtx to
1983 * rtl.h (eh_returnjump_p): Likewise.
1985 2014-09-04 Aldy Hernandez <aldyh@redhat.com>
1987 * Makefile.in (TAGS): Handle constructs in timevar.def.
1989 2014-09-04 Guozhi Wei <carrot@google.com>
1992 * config/aarch64/iterators.md (VQ_NO2E, VQ_2E): New iterators.
1993 * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): Split
1994 it into two patterns.
1995 (move_lo_quad_internal_be_<mode>): Likewise.
1997 2014-09-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
1999 * doc/options.texi: Document that Var and Init are required if CPP
2001 * optc-gen.awk: Require Var and Init if CPP is given.
2002 * common.opt (Wpedantic): Use Init.
2004 2014-09-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2006 * config/rs6000/rs6000.c (special_handling_values): Add
2008 (rtx_is_swappable_p): Look for patterns with a VEC_SELECT, perhaps
2009 wrapped in a VEC_DUPLICATE, representing an extract. Mark these
2010 as swappable with special handling SH_EXTRACT. Remove
2011 UNSPEC_VSX_XXSPLTW from the list of disallowed unspecs for the
2013 (adjust_extract): New function.
2014 (handle_special_swappables): Add default to case statement; add
2015 case for SH_EXTRACT that calls adjust_extract.
2016 (dump_swap_insn_table): Handle SH_EXTRACT.
2018 2014-09-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2020 * config/rs6000/vsx.md (*vsx_extract_<mode>_load): Always match
2021 selection of 0th memory doubleword, regardless of endianness.
2023 2014-09-04 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2025 * config/rx/rx.h (HARD_REGNO_MODE_OK): Add braces.
2027 2014-09-04 Alan Modra <amodra@gmail.com>
2030 * dwarf2out.c (mem_loc_descriptor <PLUS>): Return NULL if addend
2033 2014-09-03 Matthew Fortune <matthew.fortune@imgtec.com>
2035 * target.def (TARGET_DWARF_FRAME_REG_MODE): New target hook.
2036 * targhooks.c (default_dwarf_frame_reg_mode): New function.
2037 * targhooks.h (default_dwarf_frame_reg_mode): New prototype.
2038 * doc/tm.texi.in (TARGET_DWARF_FRAME_REG_MODE): Document.
2039 * doc/tm.texi: Regenerate.
2040 * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Abstract mode
2041 selection logic to default_dwarf_frame_reg_mode.
2043 2014-09-03 Marek Polacek <polacek@redhat.com>
2045 * doc/invoke.texi: Document that -Wlogical-not-parentheses is enabled
2048 2014-09-03 Richard Sandiford <richard.sandiford@arm.com>
2050 * doc/rtl.texi (RTX_AUTOINC): Document that the first operand is
2051 the automodified register.
2053 2014-09-03 Richard Sandiford <richard.sandiford@arm.com>
2055 * output.h (get_some_local_dynamic_name): Declare.
2056 * final.c (some_local_dynamic_name): New variable.
2057 (get_some_local_dynamic_name): New function.
2058 (final_end_function): Clear some_local_dynamic_name.
2059 * config/alpha/alpha.c (machine_function): Remove some_ld_name.
2060 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
2061 (print_operand): Report an error if '%&' is used inappropriately.
2062 * config/i386/i386.c (get_some_local_dynamic_name): Delete.
2063 (get_some_local_dynamic_name_1): Delete.
2064 * config/rs6000/rs6000.c (machine_function): Remove some_ld_name.
2065 (rs6000_get_some_local_dynamic_name): Delete.
2066 (rs6000_get_some_local_dynamic_name_1): Delete.
2067 (print_operand): Report an error if '%&' is used inappropriately.
2068 * config/s390/s390.c (machine_function): Remove some_ld_name.
2069 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
2070 (print_operand): Assert that get_some_local_dynamic_name is nonnull.
2071 * config/sparc/sparc.c: Include rtl-iter.h.
2072 (machine_function): Remove some_ld_name.
2073 (sparc_print_operand): Report an error if '%&' is used inappropriately.
2074 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
2076 2014-09-03 Richard Henderson <rth@redhat.com>
2078 * config/aarch64/aarch64.c (aarch64_popwb_single_reg): Remove.
2079 (aarch64_popwb_pair_reg): Remove.
2080 (aarch64_set_frame_expr): Remove.
2081 (aarch64_restore_callee_saves): Add CFI_OPS argument; fill it with
2082 the restore ops performed by the insns generated.
2083 (aarch64_expand_epilogue): Attach CFI_OPS to the stack deallocation
2084 insn. Perform the calls_eh_return addition later; do not attempt to
2085 preserve the CFA in that case. Don't use aarch64_set_frame_expr.
2086 (aarch64_expand_prologue): Use REG_CFA_ADJUST_CFA directly, or no
2087 special markup at all. Load cfun->machine->frame.hard_fp_offset
2088 into a local variable.
2089 (aarch64_frame_pointer_required): Don't check calls_alloca.
2091 2014-09-03 Richard Biener <rguenther@suse.de>
2093 * opts.c (default_options_optimization): Adjust
2094 max-combine-insns to 2 for -Og.
2096 2014-09-03 Martin Jambor <mjambor@suse.cz>
2099 * ipa-cp.c (intersect_aggregates_with_edge): Handle impermissible
2100 pass-trough jump functions correctly.
2102 2014-09-03 Martin Jambor <mjambor@suse.cz>
2105 * ipa-cp.c (find_aggregate_values_for_callers_subset): Chain
2106 created replacements in ascending order of offsets.
2107 (known_aggs_to_agg_replacement_list): Likewise.
2109 2014-09-03 Martin Liska <mliska@suse.cz>
2111 * tree-ssa-sccvn.c (vn_reference_lookup_call): default (NULL) value
2112 is set to set uninitialized value for vnresult.
2114 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2116 * config/nds32/nds32.c (nds32_must_pass_in_stack): New implementation
2117 for TARGET_MUST_PASS_IN_STACK.
2119 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2121 * config/nds32/nds32.c (nds32_arg_partial_bytes): New implementation
2122 for TARGET_ARG_PARTIAL_BYTES.
2124 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2126 * config/nds32/nds32.c (nds32_expand_prologue): Emit stack push
2127 instructions for varargs implementation.
2128 (nds32_expand_epilogue): Emit stack adjustment instructions for
2129 varargs implementation.
2131 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2133 * config/nds32/nds32.c (nds32_expand_prologue): Suppress fp-as-gp
2134 optimization detection.
2136 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2138 * config/nds32/nds32.c (nds32_function_arg): Deal with nameless
2140 (nds32_function_arg_advance): Deal with nameless arguments.
2141 * config/nds32/nds32.h (NDS32_ARG_PASS_IN_REG_P): Split it into ...
2142 (NDS32_ARG_ENTIRE_IN_GPR_REG_P): ... this one and ...
2143 (NDS32_ARG_PARTIAL_IN_GPR_REG_P): ... this one.
2145 2014-09-03 Richard Biener <rguenther@suse.de>
2147 * tree-ssa-pre.c (alloc_expression_id): Use quick_grow_cleared.
2148 (struct bb_bitmap_sets): Remove deferred member.
2149 (BB_DEFERRED): Remove.
2150 (defer_or_phi_translate_block): Remove.
2151 (compute_antic_aux): Remove deferring of blocks, assert
2152 proper iteration order.
2153 (compute_antic): Do not set BB_DEFERRED.
2154 (eliminate): Allocate el_avail of proper size initially.
2156 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2158 * config/nds32/nds32.h (FIRST_PARM_OFFSET): Set proper location
2159 according to the value of crtl->args.pretend_args_size.
2161 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2163 * config/nds32/nds32.c (nds32_compute_stack_frame): Prepare necessary
2164 varargs information.
2166 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2168 * config/nds32/nds32.c (nds32_setup_incoming_varargs): New
2169 implementation for TARGET_SETUP_INCOMING_VARARGS.
2170 (nds32_strict_argument_naming): Refine comment.
2171 * config/nds32/nds32.h (TARGET_SOFT_FLOAT, TARGET_HARD_FLOAT):
2172 Define for future implementation.
2174 2014-09-03 Ilya Tocar <ilya.tocar@intel.com>
2176 * config/i386/adxintrin.h (_subborrow_u32): New.
2177 (_addcarry_u32): Ditto.
2178 (_subborrow_u64): Ditto.
2179 (_addcarry_u64): Ditto.
2180 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_SBB32,
2182 (ix86_init_mmx_sse_builtins): Handle __builtin_ia32_sbb_u32,
2183 __builtin_ia32_sbb_u64
2185 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2187 * config/nds32/nds32.c (nds32_function_arg): Define and rename some
2189 (nds32_function_arg_advance): Likewise.
2190 (nds32_init_cumulative_args): Likewise.
2191 * config/nds32/nds32.h (NDS32_MAX_GPR_REGS_FOR_ARGS): Define.
2192 (NDS32_FIRST_GPR_REGNUM): Define.
2193 (NDS32_LAST_GPR_REGNUM): Define.
2194 (NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG): Define.
2195 (NDS32_ARG_PASS_IN_REG_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
2196 (FUNCTION_ARG_REGNO_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
2197 (machine_function): Use GRP-specific stuff.
2199 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2201 * config/nds32/nds32.c (nds32_expand_prologue): Remove unused variables.
2202 (nds32_expand_epilogue): Likewise.
2203 (nds32_expand_prologue_v3push): Likewise.
2204 (nds32_expand_epilogue_v3pop): Likewise.
2206 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2208 * config/nds32/nds32.c (nds32_compute_stack_frame): Do not use
2209 v3push/v3pop for variadic function.
2210 * config/nds32/nds32.md (prologue, epilogue): Likewise.
2212 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2214 * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
2215 Check rtx for varargs implementation.
2216 (nds32_output_stack_pop): Likewise.
2217 * config/nds32/nds32-protos.h: Have a rtx argument for
2218 nds32_output_stack_push and nds32_output_stack_pop.
2219 * config/nds32/nds32.md: Likewise.
2221 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2223 * config/nds32/nds32-isr.c (nds32_isr_function_p): Define new function
2224 to check if FUNC is an interrupt service routine.
2225 * config/nds32/nds32-protos.h (nds32_isr_function_p): Declaration.
2227 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2229 * config/nds32/nds32.h (machine_function): Add some fields for variadic
2230 arguments implementation.
2232 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2234 * config/nds32/nds32-predicates.c
2235 (nds32_valid_stack_push_pop): Rename to ...
2236 (nds32_valid_stack_push_pop_p): ... this.
2237 * config/nds32/nds32-protos.h: Likewise.
2238 * config/nds32/predicates.md: Likewise.
2240 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2242 * config/nds32/nds32.c (nds32_gen_stack_v3push): Rename to ...
2243 (nds32_emit_stack_v3push): ... this.
2244 (nds32_gen_stack_v3pop): Rename to ...
2245 (nds32_emit_stack_v3pop): ... this and consider CFA restore
2248 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2250 * config/nds32/nds32.c (nds32_gen_stack_push_multiple): Rename to ...
2251 (nds32_emit_stack_push_multiple): ... this.
2252 (nds32_gen_stack_pop_multiple): Rename to ...
2253 (nds32_emit_stack_pop_multiple): ... this and consider CFA restore
2256 2014-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2259 * config/s390/s390.md ("*negdi2_31"): Add s390_split_ok_p check
2260 and add a second splitter to handle the remaining cases.
2262 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
2264 * config/nds32/nds32.h (PIC_OFFSET_TABLE_REGNUM): Define.
2266 2014-09-02 Trevor Saunders <tsaunders@mozilla.com>
2268 * cfgexpand.c (label_rtx_for_bb): Change type to
2269 hash_map<basic_block, rtx_code_label *> *.
2270 (expand_gimple_basic_block): Adjust.
2271 (pass_expand::execute): Likewise.
2273 2014-09-02 Trevor Saunders <tsaunders@mozilla.com>
2275 * asan.c, cfgexpand.c, config/alpha/alpha.md, config/arm/arm.c,
2276 config/epiphany/epiphany.md, config/h8300/h8300.c, config/i386/i386.md,
2277 config/m32r/m32r.c, config/mcore/mcore.md, config/mips/mips.c,
2278 config/mips/mips.md, config/nios2/nios2.c, config/pa/pa.c,
2279 config/s390/s390.c, config/s390/s390.md, config/sh/sh-mem.cc,
2280 config/sh/sh.c, config/sparc/sparc.c, dojump.c, function.c, optabs.c,
2281 stmt.c: Assign the result of gen_label_rtx to rtx_code_label * instead
2284 2014-09-02 Trevor Saunders <tsaunders@mozilla.com>
2286 * alloc-pool.c: Include coretypes.h.
2287 * cgraph.h, dbxout.c, dwarf2out.c, except.c, except.h, function.c,
2288 function.h, symtab.c, tree-cfg.c, tree-eh.c: Use hash_map and
2289 hash_set instead of htab.
2290 * ggc-page.c (in_gc): New variable.
2291 (ggc_free): Do nothing if a collection is taking place.
2292 (ggc_collect): Set in_gc appropriately.
2293 * ggc.h (gt_ggc_mx(const char *)): New function.
2294 (gt_pch_nx(const char *)): Likewise.
2295 (gt_ggc_mx(int)): Likewise.
2296 (gt_pch_nx(int)): Likewise.
2297 * hash-map.h (hash_map::hash_entry::ggc_mx): Likewise.
2298 (hash_map::hash_entry::pch_nx): Likewise.
2299 (hash_map::hash_entry::pch_nx_helper): Likewise.
2300 (hash_map::hash_map): Adjust.
2301 (hash_map::create_ggc): New function.
2302 (gt_ggc_mx): Likewise.
2303 (gt_pch_nx): Likewise.
2304 * hash-set.h (default_hashset_traits::ggc_mx): Likewise.
2305 (default_hashset_traits::pch_nx): Likewise.
2306 (hash_set::hash_entry::ggc_mx): Likewise.
2307 (hash_set::hash_entry::pch_nx): Likewise.
2308 (hash_set::hash_entry::pch_nx_helper): Likewise.
2309 (hash_set::hash_set): Adjust.
2310 (hash_set::create_ggc): New function.
2311 (hash_set::elements): Likewise.
2312 (gt_ggc_mx): Likewise.
2313 (gt_pch_nx): Likewise.
2314 * hash-table.h (hash_table::hash_table): Adjust.
2315 (hash_table::m_ggc): New member.
2316 (hash_table::~hash_table): Adjust.
2317 (hash_table::expand): Likewise.
2318 (hash_table::empty): Likewise.
2319 (gt_ggc_mx): New function.
2320 (hashtab_entry_note_pointers): Likewise.
2321 (gt_pch_nx): Likewise.
2323 2014-09-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2325 * config/rs6000/rs6000-builtin.def (XVCVSXDDP_SCALE): New
2326 built-in definition.
2327 (XVCVUXDDP_SCALE): Likewise.
2328 (XVCVDPSXDS_SCALE): Likewise.
2329 (XVCVDPUXDS_SCALE): Likewise.
2330 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2331 entries for VSX_BUILTIN_XVCVSXDDP_SCALE,
2332 VSX_BUILTIN_XVCVUXDDP_SCALE, VSX_BUILTIN_XVCVDPSXDS_SCALE, and
2333 VSX_BUILTIN_XVCVDPUXDS_SCALE.
2334 * config/rs6000/rs6000-protos.h (rs6000_scale_v2df): New
2336 * config/rs6000/rs6000.c (real.h): New include.
2337 (rs6000_scale_v2df): New function.
2338 * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSXDDP): New unspec.
2339 (UNSPEC_VSX_XVCVUXDDP): Likewise.
2340 (UNSPEC_VSX_XVCVDPSXDS): Likewise.
2341 (UNSPEC_VSX_XVCVDPUXDS): Likewise.
2342 (vsx_xvcvsxddp_scale): New define_expand.
2343 (vsx_xvcvsxddp): New define_insn.
2344 (vsx_xvcvuxddp_scale): New define_expand.
2345 (vsx_xvcvuxddp): New define_insn.
2346 (vsx_xvcvdpsxds_scale): New define_expand.
2347 (vsx_xvcvdpsxds): New define_insn.
2348 (vsx_xvcvdpuxds_scale): New define_expand.
2349 (vsx_xvcvdpuxds): New define_insn.
2350 * doc/extend.texi (vec_ctf): Add new prototypes.
2351 (vec_cts): Likewise.
2352 (vec_ctu): Likewise.
2353 (vec_splat): Likewise.
2354 (vec_div): Likewise.
2355 (vec_mul): Likewise.
2357 2014-09-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2360 * config/arm/neon.md
2361 (neon_vcvt<NEON_VCVT:nvrint_variant><su_optab><VCVTF:mode>
2362 <v_cmp_result>): New pattern.
2363 * config/arm/iterators.md (NEON_VCVT): New int iterator.
2364 * config/arm/arm_neon_builtins.def (vcvtav2sf, vcvtav4sf, vcvtauv2sf,
2365 vcvtauv4sf, vcvtpv2sf, vcvtpv4sf, vcvtpuv2sf, vcvtpuv4sf, vcvtmv2sf,
2366 vcvtmv4sf, vcvtmuv2sf, vcvtmuv4sf): New builtin definitions.
2367 * config/arm/arm.c (arm_builtin_vectorized_function): Handle
2368 BUILT_IN_LROUNDF, BUILT_IN_LFLOORF, BUILT_IN_LCEILF.
2370 2014-09-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2373 * config/arm/iterators.md (FIXUORS): New code iterator.
2374 (VCVT): New int iterator.
2375 (su_optab): New code attribute.
2377 * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): New pattern.
2379 2014-09-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2381 * config/aarch64/predicates.md (aarch64_comparison_operation):
2382 New special predicate.
2383 * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use
2384 aarch64_comparison_operation instead of matching an operator.
2385 Update operand numbers.
2386 (csinc3<mode>_insn): Likewise.
2387 (*csinv3<mode>_insn): Likewise.
2388 (*csneg3<mode>_insn): Likewise.
2389 (ffs<mode>2): Update gen_csinc3<mode>_insn callsite.
2390 * config/aarch64/aarch64.c (aarch64_get_condition_code):
2391 Return -1 instead of aborting on invalid condition codes.
2392 (aarch64_print_operand): Update aarch64_get_condition_code callsites
2393 to assert that the returned condition code is valid.
2394 * config/aarch64/aarch64-protos.h (aarch64_get_condition_code): Export.
2396 2014-09-02 Aldy Hernandez <aldyh@redhat.com>
2398 * Makefile.in (TAGS): Handle constructs in common.opt, rtl.def,
2399 tree.def, and gimple.def
2401 2014-09-02 Jakub Jelinek <jakub@redhat.com>
2402 Balaji V. Iyer <balaji.v.iyer@intel.com>
2403 Igor Zamyatin <igor.zamyatin@intel.com>
2405 * cilk-builtins.def (__cilkrts_cilk_for_32): New.
2406 (__cilkrts_cilk_for_64): Likewise.
2407 * cilk-common.c (declare_cilk_for_builtin): New function.
2408 (cilk_init_builtins): Declare __cilkrts_cilk_for_32 and
2409 __cilkrts_cilk_for_64 bultins.
2410 * cilk.h (enum cilk_tree_index): Added CILK_TI_F_LOOP_32 and
2412 (cilk_for_32_fndecl): New define.
2413 (cilk_for_64_fndecl): Likewise.
2414 * gimple-pretty-print.c (dump_gimple_omp_for): Correct hadling of
2415 GF_OMP_FOR_KIND_CILKFOR cases; Added NE_EXPR case.
2416 * gimple.h (enum gf_mask): Added GF_OMP_FOR_KIND_CILKFOR; adjusted
2417 GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_SIMD, GF_OMP_FOR_COMBINED,
2418 GF_OMP_FOR_COMBINED_INTO.
2419 * gimplify.c (gimplify_scan_omp_clauses): Added
2420 OMP_CLAUSE__CILK_FOR_COUNT_ case.
2421 (gimplify_adjust_omp_clauses): Ditto.
2422 (gimplify_omp_for): Added CILK_FOR case.
2423 (gimplify_expr): Ditto.
2424 * omp-low.c: Include cilk.h.
2425 (extract_omp_for_data): Set appropriate kind for
2426 GF_OMP_FOR_KIND_CILKFOR; added check for GF_OMP_FOR_KIND_CILKFOR.
2427 (scan_sharing_clauses): Added OMP_CLAUSE__CILK_FOR_COUNT_ cases.
2428 (create_omp_child_function_name): Added second argument to handle
2430 (cilk_for_check_loop_diff_type): New function.
2431 (expand_cilk_for_call): Likewise.
2432 (expand_cilk_for): Likewise.
2433 (create_omp_child_function): Set cilk_for_count; handle the cases when
2434 it is true; call create_omp_child_function_name with second argument.
2435 (expand_omp_taskreg): Set is_cilk_for and handle cases when it's true.
2436 (expand_omp_for): Handle case of GF_OMP_FOR_KIND_CILKFOR.
2437 * tree-core.h (omp_clause_code): Added OMP_CLAUSE__CILK_FOR_COUNT_.
2438 * tree-nested.c (convert_nonlocal_omp_clauses): Added
2439 OMP_CLAUSE__CILK_FOR_COUNT_ case.
2440 (convert_local_omp_clauses): Ditto.
2441 * tree-pretty-print.c (dump_omp_clause): Added
2442 OMP_CLAUSE__CILK_FOR_COUNT_ and OMP_CLAUSE_SCHEDULE_CILKFOR cases.
2443 (dump_generic_node): Added CILK_FOR case.
2444 * tree.c (omp_clause_num_ops): New element
2445 OMP_CLAUSE__CILK_FOR_COUNT_ (1).
2446 (omp_clause_code_name): New element _Cilk_for_count_.
2447 (walk_tree_1): Added OMP_CLAUSE__CILK_FOR_COUNT_ case.
2448 * tree.def: Add tree code for CILK_FOR.
2450 2014-09-02 Segher Boessenkool <segher@kernel.crashing.org>
2452 * config/rs6000/40x.md (ppc403-integer): Move "exts" to "no dot".
2453 (ppc403-compare): Add "exts with dot" case.
2454 * config/rs6000/440.md (ppc440-integer, ppc440-compare): As above.
2455 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Ditto.
2456 * config/rs6000/601.md (ppc601-integer, ppc601-compare): Ditto.
2457 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Ditto.
2458 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Ditto.
2459 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Ditto.
2460 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Ditto.
2461 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
2462 cell-cmp-microcoded): Similarly.
2463 * config/rs6000/e300c2c3.md (ppce300c3_iu, ppce300c3_cmp): As before.
2464 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Ditto.
2465 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Ditto.
2466 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Ditto.
2467 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Ditto.
2468 * config/rs6000/power4.md (power4-integer, power4-compare): Ditto.
2469 * config/rs6000/power5.md (power5-integer, power5-compare): Ditto.
2470 * config/rs6000/power6.md (power6-exts): Add "no dot" condition.
2471 (power6-compare): Add "exts with dot" case.
2472 * config/rs6000/power7.md (power7-integer, power7-compare): As before.
2473 * config/rs6000/power8.md (power8-1cyc, power8-compare): Ditto.
2474 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Ditto.
2476 * config/rs6000/predicates.md (lwa_operand): Don't allow memory
2477 if avoiding Cell microcode.
2478 * config/rs6000/rs6000.c (rs6000_adjust_cost): Handle exts+dot case.
2479 (is_cracked_insn): Ditto.
2480 (insn_must_be_first_in_group): Ditto.
2481 * config/rs6000/rs6000.md (dot): Adjust comment.
2482 (cell_micro): Handle exts+dot.
2483 (extendqidi2, extendhidi2, extendsidi2, *extendsidi2_lfiwax,
2484 *extendsidi2_nocell, *extendsidi2_nocell, extendqisi2, extendqihi2,
2485 extendhisi2, 16 anonymous instructions, and 12 splitters): Delete.
2486 (extendqi<mode>2, *extendqi<mode>2_dot, *extendqi<mode>2_dot2,
2487 extendhi<mode>2, *extendhi<mode>2, *extendhi<mode>2_noload,
2488 *extendhi<mode>2_dot, *extendhi<mode>2_dot2, extendsi<mode>2,
2489 *extendsi<mode>2_dot, *extendsi<mode>2_dot2): New.
2491 2014-09-02 Segher Boessenkool <segher@kernel.crashing.org>
2493 * config/rs6000/rs6000.md (QHSI): Delete.
2494 (EXTQI, EXTHI, EXTSI): New mode iterators.
2495 (zero_extend<mode>di2, *zero_extend<mode>di2_internal1,
2496 *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
2497 *zero_extendsidi2_lfiwzx, zero_extendqisi2, zero_extendhisi2,
2498 9 anonymous instructions, and 8 splitters): Delete.
2499 (zero_extendqi<mode>2, *zero_extendqi<mode>2_dot,
2500 *zero_extendqi<mode>2_dot2, zero_extendhi<mode>2,
2501 *zero_extendhi<mode>2_dot, *zero_extendhi<mode>2_dot2,
2502 zero_extendsi<mode>2, *zero_extendsi<mode>2_dot,
2503 *zero_extendsi<mode>2_dot2): New.
2505 2014-09-02 Segher Boessenkool <segher@kernel.crashing.org>
2507 * config/rs6000/rs6000.md (any_extend): New code iterator.
2508 (u, su): New code attributes.
2509 (dmode, DMODE): New mode attributes.
2510 (<su>mul<mode>3_highpart): New.
2511 (*<su>mul<mode>3_highpart): New.
2512 (<su>mulsi3_highpart_le): New.
2513 (<su>muldi3_highpart_le): New.
2514 (<su>mulsi3_highpart_64): New.
2515 (<u>mul<mode><dmode>3): New.
2516 (mulsidi3, umulsidi3, smulsi3_highpart, umulsi3_highpart, and two
2518 (mulditi3, umulditi3, smuldi3_highpart, umuldi3_highpart, and two
2521 2014-09-02 Segher Boessenkool <segher@kernel.crashing.org>
2523 * config/rs6000/rs6000.md (mulsi3, *mulsi3_internal1,
2524 *mulsi3_internal2, and two splitters): Delete.
2525 (muldi3, *muldi3_internal1, *muldi3_internal2, and two splitters):
2527 (mul<mode>3, mul<mode>3_dot, mul<mode>3_dot2): New.
2529 2014-09-02 Richard Biener <rguenther@suse.de>
2531 PR tree-optimization/62695
2532 * tree-ssa-structalias.c (find_func_clobbers): Add missing
2535 2014-09-01 Oleg Endo <olegendo@gcc.gnu.org>
2538 * config/sh/sh.md (*cmp_div0s_0): Add missing constraints.
2540 2014-09-01 Andi Kleen <ak@linux.intel.com>
2542 * file-find.c (add_prefix_begin): Add.
2543 (do_add_prefix): Rename from add_prefix with first argument.
2544 (add_prefix): Add new wrapper.
2545 * file-find.h (add_prefix_begin): Add.
2546 * gcc-ar.c (main): Support -B option.
2548 2014-09-01 Segher Boessenkool <segher@kernel.crashing.org>
2550 * genemit.c: Include dumpfile.h.
2551 (gen_split): Print name of splitter function to dump file.
2553 2014-09-01 Richard Biener <rguenther@suse.de>
2555 * tree-ssa-struct-aliases.c (find_func_aliases_for_builtin_call):
2556 Use stack auto_vecs for constraint expressions.
2557 (find_func_aliases_for_call): Likewise.
2558 (find_func_aliases): Likewise.
2559 (find_func_clobbers): Likewise.
2561 2014-09-01 Richard Biener <rguenther@suse.de>
2563 * tree-ssa-pre.c (phi_translate_1): Avoid re-allocating the
2564 operands vector in most cases. Remove redundant code.
2566 2014-09-01 Olivier Hainque <hainque@adacore.com>
2568 * config/vxworksae.h (VXWORKSAE_TARGET_DIR): Rely on
2569 $WIND_BASE instead of designating a harcoded arbitrary home dir.
2570 (VXWORKS_ADDITIONAL_CPP_SPEC): Adjust callers.
2572 2014-09-01 Richard Biener <rguenther@suse.de>
2574 * tree-ssa-sccvn.h (copy_reference_ops_from_ref,
2575 copy_reference_ops_from_call, vn_nary_op_compute_hash,
2576 vn_reference_compute_hash, vn_reference_insert): Remove.
2577 (vn_reference_lookup_call): New function.
2578 * tree-ssa-sccvn.c (vn_reference_compute_hash,
2579 copy_reference_ops_from_ref, copy_reference_ops_from_call,
2580 vn_reference_insert, vn_nary_op_compute_hash): Make static.
2581 (create_reference_ops_from_call): Remove.
2582 (vn_reference_lookup_3): Properly update shared_lookup_references.
2583 (vn_reference_lookup_pieces): Assert that we updated
2584 shared_lookup_references properly.
2585 (vn_reference_lookup): Likewise.
2586 (vn_reference_lookup_call): New function.
2587 (visit_reference_op_call): Use it. Avoid re-building the
2589 (visit_reference_op_load): Remove redundant lookup.
2590 (visit_reference_op_store): Perform special tail-merging work
2591 only when possibly doing tail-merging.
2592 (visit_use): Likewise.
2593 * tree-ssa-pre.c (compute_avail): Use vn_reference_lookup_call.
2595 2014-09-01 Jakub Jelinek <jakub@redhat.com>
2598 * sched-deps.c (add_or_update_dep_1): If ask_dependency_caches
2599 returned DEP_PRESENT, make sure to set DEP_MULTIPLE on present_dep.
2600 (find_inc): Revert 2014-08-13 change.
2602 2014-09-01 Marek Polacek <polacek@redhat.com>
2605 * expmed.c (store_fixed_bit_field_1): Shift UHWI 1 instead of HWI 1.
2606 Change the type of V to unsigned HOST_WIDE_INT.
2608 2014-09-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
2610 * tree-ssa-math-opts.c (struct symbolic_number): Clarify comment about
2611 the size of byte markers.
2612 (do_shift_rotate): Fix confusion between host, target and marker byte
2614 (verify_symbolic_number_p): Likewise.
2615 (find_bswap_or_nop_1): Likewise.
2616 (find_bswap_or_nop): Likewise.
2618 2014-09-01 Olivier Hainque <hainque@adacore.com>
2620 * Makefile.in (FLAGS_TO_PASS): Propagate INSTALL, INSTALL_DATA,
2621 INSTALL_SCRIPT and INSTALL_PROGRAM as well.
2623 2014-09-01 Jakub Jelinek <jakub@redhat.com>
2625 * config/gnu-user.h (LIBLSAN_EARLY_SPEC): Define.
2626 * gcc.c (LIBLSAN_SPEC, LIBLSAN_EARLY_SPEC): Follow LIBTSAN*_SPEC.
2627 (SANITIZER_EARLY_SPEC): Include LIBLSAN_EARLY_SPEC for -fsanitize=leak.
2629 2014-09-01 Yury Gribov <y.gribov@samsung.com>
2633 * asan.c (asan_mem_ref_get_end): Handle non-ptroff_t lengths.
2634 (build_check_stmt): Likewise.
2635 (instrument_strlen_call): Likewise.
2636 (asan_expand_check_ifn): Likewise and fix types.
2637 (maybe_cast_to_ptrmode): New function.
2639 2014-09-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2641 * config/mcore/mcore.c (try_constant_tricks): Fix declaration.
2643 2014-08-31 Gerald Pfeifer <gerald@pfeifer.com>
2645 * doc/generic.texi (Deficiencies): Add note on exemplary mistakes.
2647 2014-08-30 John David Anglin <danglin@gcc.gnu.org>
2649 * config/pa/pa.c (pa_assemble_integer): Don't add PLABEL relocation
2650 prefix to function labels when generating fast indirect calls.
2652 2014-08-30 David Malcolm <dmalcolm@redhat.com>
2656 * gcc/reorg.c (skip_consecutive_labels): Convert return type and
2657 param back from rtx_insn * to rtx. Rename param from "label" to
2658 "label_or_return", reintroducing "label" as an rtx_insn * after
2659 we've ensured it's not a RETURN.
2660 (first_active_target_insn): Likewise for return type and param;
2661 add a checked cast to rtx_insn * once we've ensured "insn" is not
2663 (steal_delay_list_from_target): Convert param "pnew_thread" back
2664 from rtx_insn ** to rtx *. Replace use of JUMP_LABEL_AS_INSN
2666 (own_thread_p): Convert param "thread" back from an rtx_insn * to
2667 an rtx. Introduce local rtx_insn * "thread_insn" with a checked
2668 cast once we've established we're not dealing with a RETURN,
2669 renaming subsequent uses of "thread" to "thread_insn".
2670 (fill_simple_delay_slots): Convert uses of JUMP_LABEL_AS_INSN back
2672 (follow_jumps): Convert return type and param "label" from
2673 rtx_insn * back to rtx. Move initialization of "value" to after
2674 the handling for ANY_RETURN_P, adding a checked cast there to
2675 rtx_insn *. Convert local rtx_insn * "this_label" to an rtx and
2676 rename to "this_label_or_return", reintroducing "this_label" as
2677 an rtx_insn * once we've handled the case where it could be an
2679 (fill_slots_from_thread): Rename param "thread" to
2680 "thread_or_return", converting from an rtx_insn * back to an rtx.
2681 Reintroduce name "thread" as an rtx_insn * local with a checked
2682 cast once we've handled the case of it being an ANY_RETURN_P.
2683 Convert local "new_thread" from an rtx_insn * back to an rtx.
2684 Add a checked cast when assigning to "trial" from "new_thread".
2685 Convert use of JUMP_LABEL_AS_INSN back to JUMP_LABEL. Add a
2686 checked cast to rtx_insn * from "new_thread" when invoking
2688 (fill_eager_delay_slots): Convert locals "target_label",
2689 "insn_at_target" from rtx_insn * back to rtx.
2690 Convert uses of JUMP_LABEL_AS_INSN back to JUMP_LABEL.
2691 (relax_delay_slots): Convert locals "trial", "target_label" from
2692 rtx_insn * back to rtx. Convert uses of JUMP_LABEL_AS_INSN back
2693 to JUMP_LABEL. Add a checked cast to rtx_insn * on "trial" when
2694 invoking update_block.
2695 (dbr_schedule): Convert use of JUMP_LABEL_AS_INSN back to
2696 JUMP_LABEL; this removes all JUMP_LABEL_AS_INSN from reorg.c.
2698 * resource.h (mark_target_live_regs): Undo erroneous conversion
2699 of second param of r214693, converting it back from rtx_insn * to
2700 rtx, since it could be a RETURN.
2702 * resource.c (find_dead_or_set_registers): Similarly, convert
2703 param "jump_target" back from an rtx_insn ** to an rtx *, as we
2704 could be writing back a RETURN. Rename local rtx_insn * "next" to
2705 "next_insn", and introduce "lab_or_return" as a local rtx,
2706 handling the case where JUMP_LABEL (this_jump_insn) is a RETURN.
2707 (mark_target_live_regs): Undo erroneous conversion
2708 of second param of r214693, converting it back from rtx_insn * to
2709 rtx, since it could be a RETURN. Rename it from "target" to
2710 "target_maybe_return", reintroducing the name "target" as a local
2711 rtx_insn * with a checked cast, after we've handled the case of
2714 2014-08-29 DJ Delorie <dj@redhat.com>
2716 * cppbuiltin.c (define_builtin_macros_for_type_sizes): Round
2717 pointer size up to a power of two.
2718 * defaults.h (DWARF2_ADDR_SIZE): Round up.
2719 (POINTER_SIZE_UNITS): New, rounded up value.
2720 * dwarf2asm.c (size_of_encoded_value): Use it.
2721 (dw2_output_indirect_constant_1): Likewise.
2722 * expmed.c (init_expmed_one_conv): We now know the sizes of
2724 * loop-iv.c (iv_number_of_iterations): Use precision, not size.
2725 * optabs.c (expand_float): Use precision, not size.
2726 (expand_fix): Likewise.
2727 * simplify-rtx (simplify_unary_operation_1): Likewise.
2728 * tree-dfa.c (get_ref_base_and_extent): Likewise.
2729 * varasm.c (assemble_addr_to_section): Round up pointer sizes.
2730 (default_assemble_integer) Likewise.
2731 (dump_tm_clone_pairs): Likewise.
2732 * dwarf2out.c (mem_loc_descriptor): Allow partial-int modes also.
2733 * var-tracking.c (adjust_mems): Allow partial-int modes also.
2734 (prepare_call_arguments): Likewise.
2735 * stor-layout.c (finalize_type_size): Preserve precision.
2736 (layout_type): Use precision, not size.
2738 * expr.c (convert_move): If the target has an explicit converter,
2741 2014-08-29 David Malcolm <dmalcolm@redhat.com>
2743 * gdbinit.in: Skip various inline functions in rtl.h when
2746 2014-08-29 Richard Sandiford <richard.sandiford@arm.com>
2749 * rtlanal.c (rtx_referenced_p): Fix typo in LABEL_P call.
2751 2014-08-29 Richard Biener <rguenther@suse.de>
2753 PR tree-optimization/62291
2754 * tree-ssa-pre.c (sorted_array_from_bitmap_set): Reserve
2755 exactly the vector size needed and use quick_push.
2756 (phi_translate_1): Adjust comment.
2757 (valid_in_sets): Remove block argument and remove pointless
2759 (dependent_clean): Adjust for removal of block argument.
2761 (compute_antic_aux): Likewise.
2762 (compute_partial_antic_aux): Likewise.
2764 2014-08-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
2765 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
2766 Anna Tikhonova <anna.tikhonova@intel.com>
2767 Ilya Tocar <ilya.tocar@intel.com>
2768 Andrey Turetskiy <andrey.turetskiy@intel.com>
2769 Ilya Verbin <ilya.verbin@intel.com>
2770 Kirill Yukhin <kirill.yukhin@intel.com>
2771 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
2773 * config/i386/sse.md
2774 (define_insn "avx2_interleave_highv4di<mask_name>"): Add masking.
2775 (define_insn "vec_interleave_highv2di<mask_name>"): Ditto.
2776 (define_insn "avx2_interleave_lowv4di<mask_name>"): Ditto.
2777 (define_insn "vec_interleave_lowv2di<mask_name>"): Ditto.
2779 2014-08-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
2780 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
2781 Anna Tikhonova <anna.tikhonova@intel.com>
2782 Ilya Tocar <ilya.tocar@intel.com>
2783 Andrey Turetskiy <andrey.turetskiy@intel.com>
2784 Ilya Verbin <ilya.verbin@intel.com>
2785 Kirill Yukhin <kirill.yukhin@intel.com>
2786 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
2788 * config/i386/i386-modes.def: Add V12QI, V14QI, V6HI modes.
2789 * config/i386/sse.md
2790 (define_mode_iterator VI4_128_8_256): New.
2791 (define_mode_iterator VI2_128_4_256): Ditto.
2792 (define_mode_iterator PMOV_DST_MODE): Rename into
2793 (define_mode_iterator PMOV_DST_MODE_1): this.
2794 (define_insn "*avx512f_<code><pmov_src_lower><mode>2"):
2795 Use PMOV_DST_MODE_1 mode iterator.
2796 (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
2798 (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
2800 (define_insn "*avx512bw_<code>v32hiv32qi2"): New.
2801 (define_insn "avx512bw_<code>v32hiv32qi2_mask"): Ditto.
2802 (define_expand "avx512bw_<code>v32hiv32qi2_store_mask"): Ditto.
2803 (define_mode_iterator PMOV_DST_MODE_2): New.
2804 (define_insn "*avx512vl_<code><ssedoublemodelower><mode>2"): Ditto.
2805 (define_insn "<avx512>_<code><ssedoublemodelower><mode>2_mask"): Ditto.
2806 (define_expand "<avx512>_<code><ssedoublemodelower><mode>2_store_mask"):
2808 (define_mode_iterator PMOV_SRC_MODE_3): Ditto.
2809 (define_mode_attr pmov_dst_3): Ditto.
2810 (define_mode_attr pmov_dst_zeroed_3): Ditto.
2811 (define_mode_attr pmov_suff_3): Ditto.
2812 (define_insn "*avx512vl_<code><mode>v<ssescalarnum>qi2"): Ditto.
2813 (define_insn "*avx512vl_<code>v2div2qi2_store"): Ditto.
2814 (define_insn "avx512vl_<code>v2div2qi2_mask"): Ditto.
2815 (define_insn "avx512vl_<code>v2div2qi2_store_mask"): Ditto.
2816 (define_insn "*avx512vl_<code><mode>v4qi2_store"): Ditto.
2817 (define_insn "avx512vl_<code><mode>v4qi2_mask"): Ditto.
2818 (define_insn "avx512vl_<code><mode>v4qi2_store_mask"): Ditto.
2819 (define_insn "*avx512vl_<code><mode>v8qi2_store"): Ditto.
2820 (define_insn "avx512vl_<code><mode>v8qi2_mask"): Ditto.
2821 (define_insn "avx512vl_<code><mode>v8qi2_store_mask"): Ditto.
2822 (define_mode_iterator PMOV_SRC_MODE_4): Ditto.
2823 (define_mode_attr pmov_dst_4): Ditto.
2824 (define_mode_attr pmov_dst_zeroed_4): Ditto.
2825 (define_mode_attr pmov_suff_4): Ditto.
2826 (define_insn "*avx512vl_<code><mode>v<ssescalarnum>hi2"): Ditto.
2827 (define_insn "*avx512vl_<code><mode>v4hi2_store"): Ditto.
2828 (define_insn "avx512vl_<code><mode>v4hi2_mask"): Ditto.
2829 (define_insn "avx512vl_<code><mode>v4hi2_store_mask"): Ditto.
2830 (define_insn "*avx512vl_<code>v2div2hi2_store"): Ditto.
2831 (define_insn "avx512vl_<code>v2div2hi2_mask"): Ditto.
2832 (define_insn "avx512vl_<code>v2div2hi2_store_mask"): Ditto.
2833 (define_insn "*avx512vl_<code>v2div2si2"): Ditto.
2834 (define_insn "*avx512vl_<code>v2div2si2_store"): Ditto.
2835 (define_insn "avx512vl_<code>v2div2si2_mask"): Ditto.
2836 (define_insn "avx512vl_<code>v2div2si2_store_mask"): Ditto.
2838 2014-08-29 Richard Biener <rguenther@suse.de>
2840 * tree-cfg.c (verify_gimple_assign_unary): Do not allow
2841 NON_LVALUE_EXPR in gimple.
2843 2014-08-29 Richard Biener <rguenther@suse.de>
2846 * gimple-fold.c (gimple_fold_builtin_strcpy): Fix error
2847 from previous refactoring.
2848 (gimple_fold_builtin_strncpy): Likewise.
2850 2014-08-29 David Malcolm <dmalcolm@redhat.com>
2853 * function.c (assign_parm_setup_reg): Remove erroneous checked
2854 cast to rtx_insn * on result of gen_extend_insn in favor of
2855 introducing a new local rtx "pat".
2857 2014-08-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2859 * config/mep/mep-pragma.c (mep_pragma_coprocessor_subclass): Rework
2861 * config/mep/mep.c (VECTOR_TYPE_P): Remove duplicate definition.
2863 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2865 * rtl.h (previous_insn): Strengthen param from rtx to rtx_insn *.
2866 (next_insn): Likewise.
2867 * emit-rtl.c (next_insn): Likewise.
2868 (previous_insn): Likewise.
2869 * config/pa/pa.c (remove_useless_addtr_insns): Strenghten locals
2870 "insn" and "next" from rtx to rtx_insn *.
2871 * config/picochip/picochip.c (picochip_reorg): Likewise for locals
2872 "insn", "insn1", "vliw_start", "prologue_end_note",
2873 "last_insn_in_packet".
2875 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2877 * shrink-wrap.h (active_insn_between): Strengthen both params from
2879 * function.c (active_insn_between): Likewise.
2881 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2883 * genattr.c (main): When writing out insn-attr.h, strengthen param
2884 of dfa_clear_single_insn_cache from rtx to rtx_insn *.
2885 * genautomata.c (output_dfa_clean_insn_cache_func): Likewise when
2886 writing out the definition of dfa_clear_single_insn_cache to the
2887 generated insn-automata.c
2889 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2891 * resource.h (clear_hashed_info_for_insn): Strengthen param from
2893 (incr_ticks_for_insn): Likewise.
2894 (init_resource_info): Likewise.
2896 * resource.c (init_resource_info): Likewise.
2897 (clear_hashed_info_for_insn): Likewise.
2898 (incr_ticks_for_insn): Likewise.
2900 * reorg.c (delete_scheduled_jump): Strengthen param "insn" from
2902 (steal_delay_list_from_target): Use methods of "seq".
2903 (try_merge_delay_insns): Use methods of "merged_insns".
2904 (update_block): Strengthen param "insn" from rtx to rtx_insn *.
2905 (reorg_redirect_jump): Likewise for param "jump".
2907 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2909 * insn-addr.h (insn_addresses_new): Strengthen param "insn" from
2911 * config/s390/s390.c (s390_split_branches): Eliminate top-level
2912 local rtx "tmp", in favor of new local rtx "mem" and rtx_insn *
2914 (s390_mainpool_finish): In three places, split out a local rtx
2915 "insn" into a local rtx - "set" or "pat" - and a rtx_insn *
2916 "insn". Strengthen local "pool_end" from rtx to rtx_code_label *
2917 and split another local rtx "insn" out into rtx "pat" and
2919 * config/sh/sh.c (output_branchy_insn): Rather than working
2920 directly on operands[9], introduce local rtx_code_label *
2921 variables named "lab" in two places, working on them, and then
2922 assigning them to operands[9], so that the intervening operations
2923 are known by the type system to be on insns.
2925 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2927 * rtl.h (INSN_HAS_LOCATION): Strengthen param from const_rtx to
2930 * print-rtl.c (print_rtx): Add checked cast to const rtx_insn *
2931 in invocation of INSN_HAS_LOCATION.
2933 2014-08-28 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2935 * config/rs6000/altivec.h (vec_xl): New #define.
2936 (vec_xst): Likewise.
2937 * config/rs6000/rs6000-builtin.def (XXSPLTD_V2DF): New built-in.
2938 (XXSPLTD_V2DI): Likewise.
2939 (DIV_V2DI): Likewise.
2940 (UDIV_V2DI): Likewise.
2941 (MUL_V2DI): Likewise.
2942 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2943 entries for VSX_BUILTIN_XVRDPI, VSX_BUILTIN_DIV_V2DI,
2944 VSX_BUILTIN_UDIV_V2DI, VSX_BUILTIN_MUL_V2DI,
2945 VSX_BUILTIN_XXSPLTD_V2DF, and VSX_BUILTIN_XXSPLTD_V2DI).
2946 * config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTD): New unspec.
2947 (UNSPEC_VSX_DIVSD): Likewise.
2948 (UNSPEC_VSX_DIVUD): Likewise.
2949 (UNSPEC_VSX_MULSD): Likewise.
2950 (vsx_mul_v2di): New insn-and-split.
2951 (vsx_div_v2di): Likewise.
2952 (vsx_udiv_v2di): Likewise.
2953 (vsx_xxspltd_<mode>): New insn.
2955 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2957 * rtl.h (RTX_PREV): Added checked casts to uses of PREV_INSN and
2959 (PREV_INSN): Strengthen param from const_rtx to const rtx_insn *.
2960 (NEXT_INSN): Likewise.
2961 (JUMP_LABEL_AS_INSN): Add a "const" modifier to param.
2962 (reg_used_between_p): Strengthen params 2 and 3 from const_rtx to
2964 (no_labels_between_p): Likewise for both params.
2966 * config/aarch64/aarch64.c (aarch64_output_casesi): Add a checked
2967 cast when using NEXT_INSN on operands[2].
2968 * config/alpha/alpha.c (alpha_set_memflags): Strengthen local
2969 "insn" from rtx to rtx_insn *, adding a checked cast.
2970 (alpha_handle_trap_shadows): Strengthen locals "i", "n" from rtx to
2972 * config/arc/arc-protos.h (arc_ccfsm_record_condition): Likewise
2974 (arc_text_label): Likewise for param "insn".
2975 * config/arc/arc.c (arc_expand_epilogue): Likewise for local
2977 (arc_ccfsm_record_condition): Likewise for param "jump".
2978 (arc_text_label): Likewise for local "label".
2979 * config/arc/arc.md (doloop_begin_i): Likewise for local "scan".
2980 Introduce a local "seq" via a dyn_cast to rtx_sequence *, and use
2981 a method for typesafety. Add a checked cast.
2982 * config/arc/constraints.md (Clb): Add a checked cast when getting
2983 the CODE_LABEL from a LABEL_REF.
2984 * config/arm/arm.c (require_pic_register): Strengthen locals
2985 "seq", "insn" from rtx to rtx_insn *.
2986 (create_fix_barrier): Likewise for locals "selected", "next".
2987 (thumb1_reorg): Likewise for locals "prev", "insn".
2988 (arm_expand_prologue): Likewise for local "last".
2989 (thumb1_output_casesi): Add a checked cast when using NEXT_INSN on
2991 (thumb2_output_casesi): Likewise for operands[2].
2992 * config/avr/avr-log.c (avr_log_vadump): Within 'L' case,
2993 strengthen local "insn" from rtx to rtx_insn *.
2994 * config/bfin/bfin.c (find_next_insn_start): Likewise for return
2995 type and param "insn".
2996 (find_prev_insn_start): Likewise.
2997 (hwloop_optimize): Likewise for locals "insn", "last_insn",
2999 (gen_one_bundle): Likewise for loal "t".
3000 (find_load): Likewise for param "insn".
3001 (workaround_speculation): Likewise for locals "insn", "next",
3002 "target", "next_tgt".
3003 * config/c6x/c6x.c (assign_reservations): Likewise for both params
3004 and for locals "insn", "within", "last".
3005 (count_unit_reqs): Likewise for params "head", "tail" and local
3007 (try_rename_operands): Likewise for params "head", "tail".
3008 (reshuffle_units): Likewise for locals "head", "tail", "insn".
3009 (struct c6x_sched_context): Likewise for fields
3010 "last_scheduled_insn", "last_scheduled_iter0".
3011 (init_sched_state): Replace NULL_RTX with NULL.
3012 (reorg_split_calls): Strengthen local "new_cycle_first" from rtx
3014 (undo_split_delayed_nonbranch): Likewise for param and for local
3016 (conditionalize_after_sched): Likewise for local "insn".
3017 (bb_earliest_end_cycle): Likewise.
3018 (filter_insns_above): Likewise for locals "insn", "next".
3019 (hwloop_optimize): Remove redundant checked cast.
3020 (hwloop_fail): Strengthen local "t" from rtx to rtx_insn *.
3021 * config/cris/cris.c (cris_initial_frame_pointer_offset): Replace
3023 (cris_simple_epilogue): Likewise.
3024 (cris_expand_prologue): Likewise.
3025 (cris_expand_epilogue): Likewise.
3026 * config/frv/frv.c (frv_function_contains_far_jump): Strengthen
3027 local "insn" from rtx to rtx_insn *.
3028 (frv_ifcvt_modify_tests): Likewise for locals "last_insn", "insn".
3029 (struct frv_packet_group): Likewise for the elements within array
3030 fields "insns", "sorted", and for field "nop".
3031 (frv_packet): Likewise for the elements within array field
3033 (frv_add_insn_to_packet): Likewise for param "insn".
3034 (frv_insert_nop_in_packet): Likewise for param "insn" and local
3036 (frv_for_each_packet): Likewise for locals "insn", "next_insn".
3037 (frv_sort_insn_group_1): Likewise for local "insn".
3038 (frv_optimize_membar_local): Likewise.
3039 (frv_align_label): Likewise for locals "x", "last", "barrier",
3041 * config/ia64/ia64.c (last_scheduled_insn): Likewise for this
3043 (ia64_sched_init): Likewise for local "insn".
3044 (scheduled_good_insn): Likewise for param "last".
3045 (struct _ia64_sched_context): Likewise for field
3046 "last_scheduled_insn".
3047 (ia64_init_sched_context): Replace NULL_RTX with NULL.
3048 (struct bundle_state): Likewise for field "insn".
3049 (issue_nops_and_insn): Likewise for param "insn".
3050 (get_next_important_insn): Likewise for return type and both
3052 (ia64_add_bundle_selector_before): Likewise for param "insn".
3053 (bundling): Likewise for params "prev_head_insn", "tail" and
3054 locals "insn", "next_insn", "b". Eliminate top-level local rtx
3055 "nop" in favor of new locals rtx "nop_pat" and rtx_insn *nop;
3056 * config/iq2000/iq2000-protos.h (iq2000_fill_delay_slot):
3057 Strengthen final param from rtx to rtx_insn *.
3058 (iq2000_move_1word): Likewise for second param.
3059 * config/iq2000/iq2000.c (iq2000_fill_delay_slot): Likewise for
3060 param "cur_insn" and local "next_insn".
3061 (iq2000_move_1word): Likewise for param "insn".
3062 * config/iq2000/iq2000.md (insn before ADDR_DIFF_VEC): Add checked
3063 casts when using NEXT_INSN on operands[1].
3064 * config/m32c/m32c.c (m32c_function_needs_enter): Strengthen local
3065 "insn" from rtx to rtx_insn *.
3066 * config/m68k/m68k.c (m68k_jump_table_ref_p): Split out uses of
3067 "x", introducing local rtx_insn * "insn" for when working with the
3068 CODE_LABEL of the LABEL_REF.
3069 (m68k_sched_md_init_global): Strengthen local "insn" from rtx to
3071 * config/mcore/mcore-protos.h (mcore_is_dead): Likewise for first
3073 * config/mcore/mcore.c (emit_new_cond_insn): Likewise for return
3075 (conditionalize_block): Likewise for return type and param.
3076 (mcore_is_dead): Likewise for param "first" and local "insn".
3077 (emit_new_cond_insn): Likewise for return type.
3078 (conditionalize_block): Likewise for return type, param, and
3079 locals "insn", "blk_1_br", "end_blk_2_insn", "start_blk_3_lab",
3081 (conditionalize_optimization): Likewise for local "insn".
3082 * config/mep/mep.c (mep_jmp_return_reorg): Add checked cast when
3084 * config/microblaze/microblaze.md: Add checked casts when using
3086 * config/mips/mips.c (mips_expand_prologue): Eliminate top-level
3087 rtx "insn" in favor of various more tightly-scoped rtx "insn" and
3088 and rtx_insn * "insn".
3089 * config/mips/mips.md (casesi_internal_mips16_<mode>): Add a
3090 checked cast when using NEXT_INSN on operands[2].
3091 * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Strengthen
3092 local "insn" from rtx to rtx_insn *.
3093 * config/nds32/nds32-fp-as-gp.c (nds32_fp_as_gp_check_available):
3095 * config/nds32/nds32-md-auxiliary.c (nds32_output_casesi_pc_relative):
3096 Add a checked cast when using NEXT_INSN on operands[1].
3097 * config/pa/pa-protos.h (pa_following_call): Strengthen param from
3099 (pa_output_cbranch): Likewise for final param.
3100 (pa_output_lbranch): Likewise for second param.
3101 (pa_output_bb): Likewise for third param.
3102 (pa_output_bvb): Likewise.
3103 (pa_output_dbra): Likewise for second param.
3104 (pa_output_movb): Likewise.
3105 (pa_output_parallel_movb): Likewise.
3106 (pa_output_parallel_addb): Likewise.
3107 (pa_output_millicode_call): Likewise for first param.
3108 (pa_output_mul_insn): Likewise for second param.
3109 (pa_output_div_insn): Likewise for third param.
3110 (pa_output_mod_insn): Likewise for second param.
3111 (pa_jump_in_call_delay): Likewise for param.
3112 * config/pa/pa.c (pa_output_mul_insn): Likewise for param "insn".
3113 (pa_output_div_insn): Likewise.
3114 (pa_output_mod_insn): Likewise.
3115 (pa_output_cbranch): Likewise.
3116 (pa_output_lbranch): Likewise.
3117 (pa_output_bb): Likewise.
3118 (pa_output_bvb): Likewise.
3119 (pa_output_dbra): Likewise.
3120 (pa_output_movb): Likewise.
3121 (pa_output_millicode_call): Likewise; use method of rtx_sequence *
3122 to simplify and for typesafety.
3123 (pa_output_call): Use method of rtx_sequence *.
3124 (forward_branch_p): Strengthen param "insn" from rtx to rtx_insn *.
3125 (pa_jump_in_call_delay): Likewise.
3126 (pa_output_parallel_movb): Likewise.
3127 (pa_output_parallel_addb): Likewise.
3128 (pa_following_call): Likewise.
3129 (pa_combine_instructions): Likewise for locals "anchor",
3131 (pa_can_combine_p): Likewise for params "anchor", "floater" and
3132 locals "start", "end".
3133 * config/picochip/picochip.c (picochip_reset_vliw): Likewise for
3134 param "insn" and local "local_insn".
3135 (picochip_final_prescan_insn): Likewise for local "local_insn".
3136 * config/rs6000/rs6000.c (compute_save_world_info): Likewise for
3138 (uses_TOC): Likewise.
3139 * config/s390/s390.c (get_some_local_dynamic_name): Likewise.
3140 (s390_mainpool_finish): Eliminate top-level local rtx "insn",
3141 splitting out to more tightly-scoped locals, 3 as rtx and one as
3143 (s390_optimize_nonescaping_tx): Strengthen local "tmp" from rtx
3145 (s390_emit_prologue): Introduce a local "insn" to be an rtx_insn *
3147 * config/sh/sh-protos.h (barrier_align): Strenghten param from rtx
3149 (fixup_addr_diff_vecs): Likewise.
3150 (reg_unused_after): Likewise for param 2.
3151 (sh_can_redirect_branch): Likewise for both params.
3152 (check_use_sfunc_addr): Likewise for param 1.
3153 * config/sh/sh.c (fixup_mova): Likewise for local "worker".
3154 (find_barrier): Likewise for local "last_got".
3155 (gen_block_redirect): Likewise for return type, param "jump" and
3156 locals "prev", "scan", "next", "insn".
3157 (struct far_branch): Likewise for fields "near_label",
3158 "insert_place", "far_label".
3159 (gen_far_branch): Likewise for local "jump".
3160 (fixup_addr_diff_vecs): Likewise for param "first" and locals
3162 (barrier_align): Likewise for param and for locals "prev", "x".
3163 Introduce local rtx_sequence * "prev_seq" and use insn method for
3164 typesafety and clarity.
3165 (sh_reorg): Strengthen local "scan" from rtx to rtx_insn *.
3166 (get_dest_uid): Likewise for local "dest".
3167 (split_branches): Likewise for locals "next", "beyond", "label",
3168 "block", "far_label". Add checked casts when assigning to
3169 bp->far_label and "far_label".
3170 (reg_unused_after): Strengthen param "scan" from rtx to rtx_insn *.
3171 (sequence_insn_p): Likewise.
3172 (mark_constant_pool_use): Likewise for locals "insn", "lab". Add a
3173 more loop-scoped rtx "insn" when walking LABEL_REFS.
3174 (sh_can_redirect_branch): Strengthen both params from rtx to
3176 (check_use_sfunc_addr): Likewise for param "insn". Introduce a
3177 new local rtx_sequence * "seq" via a dyn_cast, and use a method
3178 for clarity and typesafety.
3179 * config/sh/sh.md (define_expand "epilogue"): Strengthen local
3180 "insn" from rtx to rtx_insn *.
3181 (define_insn "casesi_worker_1"): Add a checked cast to rtx_insn *
3182 when using NEXT_INSN on the CODE_LABEL in operands[2].
3183 (define_insn "casesi_worker_2"): Likewise.
3184 (define_insn "casesi_shift_media"): Likewise.
3185 (define_insn "casesi_load_media"): Likewise for the CODE_LABEL in
3187 * config/sh/sh_optimize_sett_clrt.cc (struct ccreg_value):
3188 Strengthen field "insn" from rtx to rtx_insn *.
3189 (sh_optimize_sett_clrt::execute): Likewise for locals "next_i", "i".
3190 (sh_optimize_sett_clrt::find_last_ccreg_values): Likewise for
3191 param "start_insn" and local "start_insn".
3192 * config/sh/sh_treg_combine.cc (struct set_of_reg): Likewise for
3194 (find_set_of_reg_bb): Likewise for param "insn".
3195 (trace_reg_uses_1): Likewise for param "start_insn" and local "i".
3196 (trace_reg_uses): Likewise for param "start_insn".
3197 (sh_treg_combine::cbranch_trace): Likewise for field
3199 (sh_treg_combine::cbranch_trace::cbranch_trace): Likewise for
3201 (sh_treg_combine::record_set_of_reg): Likewise for param
3202 "start_insn" and local "i".
3203 (sh_treg_combine::can_remove_cstore): Likewise for local
3205 (sh_treg_combine::try_optimize_cbranch): Likewise for param
3207 (sh_treg_combine::execute): Likewise for local "i".
3208 * config/sparc/sparc-protos.h (empty_delay_slot): Likewise for
3210 (sparc_check_64): Likewise for second param.
3211 * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
3212 locals "insn", "next". Introduce local rtx_sequence * "seq" via a
3213 dyn_cast, using its insn method for typesafety and clarity.
3214 (empty_delay_slot): Strengthen param "insn" from rtx to
3216 (set_extends): Likewise.
3217 (sparc_check_64): Likewise.
3218 * config/stormy16/stormy16.c (xstormy16_split_cbranch): Likewise
3219 for locals "seq", "last_insn".
3220 (combine_bnp): Likewise for param "insn".
3221 (xstormy16_reorg): Likewise for local "insn".
3222 * config/v850/v850.c (substitute_ep_register): Likewise for params
3223 "first_insn", "last_insn" and local "insn".
3224 (v850_reorg): Likewise for fields "first_insn", "last_insn" within
3225 elements of "regs" array, and local "insn".
3226 * except.c (emit_note_eh_region_end): Likewise for param "insn".
3227 * final.c (final_sequence): Strengthen this global from rtx to
3229 (shorten_branches): Strenthen locals "rel_lab", "prev" from rtx to
3231 (final_scan_insn): Update assignment to "final_sequence" to be
3232 from "seq", the cast version of "body", for type-safety.
3233 * function.c (assign_parm_setup_reg): Strengthen locals "insn",
3234 "insns" from rtx to rtx_insn *.
3235 (thread_prologue_and_epilogue_insns): Likewise for local "seq".
3236 * genattr.c (main): When writing out generated insn-attr.h,
3237 strengthen params 1 and 3 of eligible_for_delay,
3238 eligible_for_annul_true, eligible_for_annul_false from rtx to
3240 * genattrtab.c (write_eligible_delay): Likewise when writing out
3241 generated insn-attrtab.c; also local "insn" the generated
3243 * hw-doloop.c (discover_loops): Strengthen local "insn" from rtx
3245 * hw-doloop.h (struct GTY hwloop_info_d): Strengthen field
3246 "start_label" from rtx to rtx_insn *.
3247 * ira.c (decrease_live_ranges_number): Likewise for local "p".
3248 (ira_update_equiv_info_by_shuffle_insn): Likewise for param
3249 "insns" and local "insn".
3250 (validate_equiv_mem): Likewise for param "start" and local "insn".
3251 (memref_used_between_p): Likewise for params "start", "end" and
3253 * ira.h (ira_update_equiv_info_by_shuffle_insn): Likewise for
3255 * loop-doloop.c (doloop_optimize): Within region guarded by
3256 INSN_P (doloop_pat), introduce a new local rtx_insn *
3257 "doloop_insn" via a checked cast, and use it for typesafety,
3258 eventually writing the value back into doloop_pat.
3259 * output.h (final_sequence): Strengthen this global from rtx to
3261 * recog.c (peep2_attempt): Rename param "insn" to "uncast_insn",
3262 reintroducing "insn" as an rtx_insn * via a checked cast.
3263 Strengthen param "attempt" and local "new_insn"from rtx to
3265 (peephole2_optimize): Strengthen locals "insn", "attempt" from rtx
3267 * ree.c (emit_note_eh_region_end): Likewise for local "insn".
3268 * reload1.c (reload_as_needed): Eliminate top-level locals "x" and
3269 "p" in favor of more tightly-scoped replacements, sometimes rtx
3270 and sometimes rtx_insn *, as appropriate.
3271 (delete_output_reload): Eliminate top-level rtx "i1", splitting
3272 into two loop-scoped locals, one an rtx, the other an rtx_insn *.
3273 * reorg.c (delete_scheduled_jump): Add checked cast. Strengthen
3274 local "trial" from rtx to rtx_insn *.
3275 (redirect_with_delay_slots_safe_p): Strengthen param "jump" from
3276 rtx to rtx_insn *. Strenghten local "pat" from rtx to
3277 rtx_sequence * and use methods for clarity and typesafety.
3278 (redirect_with_delay_list_safe_p): Strengthen param "jump" from
3279 rtx to rtx_insn *. Strenghten local "li" from rtx to
3280 rtx_insn_list * and use its methods for clarity and typesafety.
3281 (steal_delay_list_from_target): Strengthen param "insn" from rtx
3283 (steal_delay_list_from_fallthrough): Likewise.
3284 (try_merge_delay_insns): Likewise for param "thread" and locals
3285 "trial", "next_trial", "delay_insn".
3286 (redundant_insn): Likewise for param "target" and local "trial".
3287 (own_thread_p): Likewise for param "thread" and locals
3288 "active_insn", "insn".
3289 (get_label_before): Likewise for param "insn".
3290 (fill_simple_delay_slots): Likewise for local "new_label"; use
3291 JUMP_LABEL_AS_INSN as necessary when calling own_thread_p.
3292 (label_before_next_insn): Strengthen return type and local "insn"
3293 from rtx to rtx_insn *.
3294 (relax_delay_slots): Likewise for locals "other", "tmp".
3295 (make_return_insns): Likewise for param "first" and locals "insn",
3296 "jump_insn", "prev". Move declaration of "pat" to its assignment
3297 and strengthen from rtx to rtx_sequence *. Use its methods for
3298 clarity and typesafety.
3299 * rtlanal.c (no_labels_between_p): Strengthen params from
3300 const_rtx to const rtx_insn *. Strengthen local "p" from rtx to
3302 (reg_used_between_p): Strengthen params "from_insn", "to_insn"
3303 from const_rtx to const rtx_insn *.
3304 (reg_set_between_p): Rename param "from_insn" to
3305 "uncast_from_insn", and reintroduce "from_insn" as a
3306 const rtx_insn * via a checked cast.
3307 (modified_between_p): Likewise for param "start" as "uncast_start".
3308 (tablejump_p): Add a cast when invoking NEXT_INSN on "label".
3309 * sel-sched-ir.c (get_seqno_by_preds): Strengthen param and locals
3310 "tmp", head" from rtx to rtx_insn *.
3311 (recompute_rev_top_order): Likewise for local "insn".
3312 * sel-sched-ir.h (get_seqno_by_preds): Likewise for param.
3313 * store-motion.c (build_store_vectors): Likewise for local "insn".
3314 Strengthen local "st" from rtx to rtx_insn_list * and use methods
3315 for clarity and typesafety.
3316 * tree-ssa-loop-ivopts.c (seq_cost): Strengthen param "seq" from
3318 (computation_cost): Likewise for local "seq".
3319 (get_address_cost): Likewise.
3321 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3323 * rtl.h (tablejump_p): Strengthen first param from const_rtx to
3325 (label_is_jump_target_p): Likewise for second param.
3327 * rtlanal.c (tablejump_p): Likewise for param "insn".
3328 (label_is_jump_target_p): Likewise for param "jump_insn".
3330 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3332 * rtl.h (find_first_parameter_load): Strengthen return type and
3333 both params from rtx to rtx_insn *.
3334 * rtlanal.c (find_first_parameter_load): Strengthen return type,
3335 both params and locals "before", "first_set" from rtx to
3336 rtx_insn *. Remove now-redundant cast.
3337 * except.c (sjlj_mark_call_sites): Use NULL rather than NULL_RTX.
3339 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3341 * rtl.h (find_last_value): Delete.
3342 * rtlanal.c (find_last_value): Delete.
3344 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3346 * cfgexpand.c (pass_expand::execute): Strengthen local "after"
3347 from rtx to rtx_insn *.
3348 * cfgrtl.c (force_nonfallthru_and_redirect): Replace use of local
3349 rtx "note" with new local rtx_insn * "new_head" when calculating
3350 head insn of new basic block.
3351 * combine.c (combine_split_insns): Strengthen return type and local
3352 "ret" from rtx to rtx_insn *.
3353 (likely_spilled_retval_p): Likewise for locals "use" and "p".
3354 (try_combine): Eliminate local "m_split", splitting into new
3355 locals "m_split_insn" and "m_split_pat".
3356 (find_split_point): Strengthen local "seq" from rtx into
3358 * config/spu/spu.c (spu_machine_dependent_reorg): Likewise for
3359 locals "label", "branch".
3360 * config/spu/spu.md (define_expand "smulsi3_highpart"): Likewise
3362 (define_expand "umulsi3_highpart"): Likewise for local "insn".
3363 * dse.c (note_add_store_info): Likewise for fields "first",
3365 (note_add_store): Likewise for local "insn".
3366 (emit_inc_dec_insn_before): Likewise for locals "insn",
3368 (find_shift_sequence): Likewise for locals "shift_seq", "insn".
3369 (replace_read): Likewise for locals "insns", "this_insn".
3370 * dwarf2cfi.c (dw_trace_info): Likewise for field "eh_head".
3371 (notice_eh_throw): Likewise for param "insn".
3372 (before_next_cfi_note): Likewise for return type, param, and local
3374 (connect_traces): Likewise for local "note".
3375 * emit-rtl.c (reset_all_used_flags): Likewise for local "p".
3376 (verify_rtl_sharing): Likewise.
3377 (unshare_all_rtl_in_chain): Likewise for param "insn".
3378 (get_first_nonnote_insn): Likewise for local "insn".
3379 (get_last_nonnote_insn): Likewise. Introduce local rtx_sequence *
3380 "seq" and use its methods to clarify things.
3381 (next_insn): Strengthen return type from rtx to rtx_insn *.
3382 Rename param "insn" to "uncast_insn" and reintroduce "insn" as a
3383 local rtx_insn * using a checked cast, dropping a checked cast
3384 made redundant by this change. Use a cast to and method of
3385 rtx_sequence to clarify the code.
3386 (previous_insn): Rename param "insn" to "uncast_insn" and
3387 reintroduce "insn" as a local rtx_insn * using a checked cast,
3388 dropping a checked cast made redundant by this change. Use a cast
3389 to and method of rtx_sequence to clarify the code.
3390 (next_nonnote_insn): Rename param "insn" to "uncast_insn" and
3391 reintroduce "insn" as a local rtx_insn * using a checked cast,
3392 dropping a checked cast made redundant by this change.
3393 (next_nonnote_insn_bb): Likewise.
3394 (prev_nonnote_insn): Likewise.
3395 (prev_nonnote_insn_bb): Likewise.
3396 (next_nondebug_insn): Likewise.
3397 (prev_nondebug_insn): Likewise.
3398 (next_nonnote_nondebug_insn): Likewise.
3399 (prev_nonnote_nondebug_insn): Likewise.
3400 (next_real_insn): Likewise.
3401 (prev_real_insn): Likewise.
3402 (next_active_insn): Likewise.
3403 (prev_active_insn): Likewise.
3404 (next_cc0_user): Likewise. Use rtx_sequence and a method for
3406 (prev_cc0_setter): Likewise.
3407 (try_split): Rename param "trial" to "uncast_trial" and
3408 reintroduce "insn" as a local rtx_insn * using a checked cast,
3409 dropping checked casts made redundant by this change.
3410 Strengthen locals "seq", "tem", "insn_last", "insn", "next" from
3412 (remove_insn): Rename param "insn" to "uncast_insn" and
3413 reintroduce "insn" as a local rtx_insn * using a checked cast.
3414 (emit_pattern_after_setloc): Likewise for param "after", as
3416 (emit_pattern_after): Likewise. Strengthen local "prev" from
3418 (emit_pattern_before_setloc): Rename param "before" to
3419 "uncast_before" and reintroduce "before" as a local rtx_insn *
3420 using a checked cast. Strengthen locals "first", "last" from
3422 (emit_pattern_before): Likewise rename/cast param "before" to
3423 "uncast_before". Strengthen local "next" from rtx to rtx_insn *.
3424 * except.c (copy_reg_eh_region_note_forward): Strengthen param
3425 "first" and local "insn" from rtx to rtx_insn *.
3426 (copy_reg_eh_region_note_backward): Likewise for param "last"
3428 * expr.c (fixup_args_size_notes): Rename param "last" to
3429 "uncast_last" and reintroduce "last" as a local rtx_insn *
3430 using a checked cast. Strengthen local "insn" from rtx to
3432 * function.c (set_insn_locations): Strengthen param "insn" from
3434 (record_insns): Likewise for param "insns" and local "tmp".
3435 (active_insn_between): Rename param "tail" to
3436 "uncast_tail" and reintroduce "tail" as a local rtx_insn *
3437 using a checked cast.
3438 (thread_prologue_and_epilogue_insns): Split out top-level local
3439 rtx "seq" into three different rtx_insn * locals. Strengthen
3440 local "prologue_seq" from rtx to rtx_insn *.
3441 * gcse.c (insert_insn_end_basic_block): Strenghen local "insn"
3442 from rtx to rtx_insn *.
3443 * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
3444 (priority): Likewise for locals "prev_first", "twin".
3445 (setup_insn_max_reg_pressure): Likewise for param "after".
3446 (sched_setup_bb_reg_pressure_info): Likewise.
3447 (no_real_insns_p): Strengthen params from const_rtx to
3449 (schedule_block): Strengthen local "next_tail" from rtx to
3451 * ifcvt.c (find_active_insn_before): Strengthen return type and
3452 param "insn" from rtx to rtx_insn *.
3453 (find_active_insn_after): Likewise.
3454 (cond_exec_process_insns): Likewise for param "start" and local "insn".
3455 (cond_exec_process_if_block): Likewise for locals "then_start",
3456 "then_end", "else_start", "else_end", "insn", "start", "end", "from".
3457 (noce_process_if_block): Likewise for local "jump".
3458 (merge_if_block): Likewise for two locals named "end".
3459 (cond_exec_find_if_block): Likewise for local "last_insn".
3460 * jump.c (delete_related_insns): Rename param "insn" to
3461 "uncast_insn" and reintroduce "insn" as a local rtx_insn * using a
3462 checked cast. Strengthen local "p" from rtx to rtx_insn *.
3463 * lra-constraints.c (inherit_reload_reg): Replace NULL_RTX with
3465 (split_reg): Likewise.
3466 * lra.c (lra_process_new_insns): Likewise.
3467 * modulo-sched.c (permute_partial_schedule): Strengthen param
3468 "last" from rtx to rtx_insn *.
3469 * optabs.c (add_equal_note): Likewise for param "insns" and local
3471 (expand_binop_directly): Add checked casts to rtx_insn * within
3472 NEXT_INSN (pat) uses.
3473 (expand_unop_direct): Likewise.
3474 (maybe_emit_unop_insn): Likewise.
3475 * recog.c (peep2_attempt): Strengthen locals "last",
3476 "before_try", "x" from rtx to rtx_insn *.
3477 * reorg.c (optimize_skip): Strengthen return type and local
3478 "delay_list" from rtx to rtx_insn_list *. Strengthen param "insn"
3479 and locals "trial", "next_trial" from rtx to rtx_insn *.
3480 * resource.c (next_insn_no_annul): Strengthen return type and
3481 param "insn" from rtx to rtx_insn *. Use a cast to and method of
3482 rtx_sequence to clarify the code.
3483 (mark_referenced_resources): Add a checked cast to rtx_insn *
3484 within PREV_INSN (x).
3485 (find_dead_or_set_registers): Strengthen return type, param
3486 "target", locals "insn", "next", "jump_insn", "this_jump_insn"
3487 from rtx to rtx_insn *. Strengthen param "jump_target" from rtx *
3489 (mark_target_live_regs): Strengthen params "insns" and "target",
3490 locals "insn", "jump_target", "start_insn", "stop_insn" from rtx
3491 to rtx_insn *. Use cast to and method of rtx_sequence to clarify
3493 * resource.h (mark_target_live_regs): Strengthen params 1 and 2
3494 from rtx to rtx_insn *.
3495 * rtl.h (copy_reg_eh_region_note_forward): Strengthen second param
3496 from rtx to rtx_insn *.
3497 (copy_reg_eh_region_note_backward): Likewise.
3498 (unshare_all_rtl_in_chain): Likewise for sole param.
3499 (dump_rtl_slim): Strengthen second and third params from const_rtx
3500 to const rtx_insn *.
3501 * sched-deps.c (sched_free_deps): Strengthen params "head" and
3502 "tail" and locals "insn", "next_tail" from rtx to rtx_insn *.
3503 * sched-ebb.c (init_ready_list): Strengthen locals "prev_head",
3504 "next_tail" from rtx to rtx_insn *.
3505 (begin_move_insn): Likewise for local "next".
3506 * sched-int.h (sched_free_deps): Likewise for first and second
3508 (no_real_insns_p): Strengthen both params from const_rtx to
3510 (sched_setup_bb_reg_pressure_info): Strengthen second params from
3512 * sched-rgn.c (init_ready_list): Likewise for locals "prev_head",
3514 * sched-vis.c (dump_rtl_slim): Strengthen params "first", "last"
3515 and locals "insn", "tail" from const_rtx to const rtx_insn *.
3516 (rtl_dump_bb_for_graph): Strengthen local "insn" from rtx to
3518 (debug_rtl_slim): Strengthen params "first" and "last" from
3519 const_rtx to const rtx_insn *.
3520 * shrink-wrap.c (try_shrink_wrapping): Strengthen param
3521 "prologue_seq" and locals "seq", "p_insn" from rtx to rtx_insn *.
3522 (convert_to_simple_return): Likewise for param "returnjump".
3523 * shrink-wrap.h (try_shrink_wrapping): Likewise for param
3525 (convert_to_simple_return): Likewise for param "returnjump".
3526 * valtrack.c (propagate_for_debug): Likewise for params
3528 * valtrack.h (propagate_for_debug): Likewise for second param.
3530 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3532 * output.h (insn_current_reference_address): Strengthen param
3533 from rtx to rtx_insn *.
3534 * final.c (insn_current_reference_address): Likewise.
3536 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3538 * basic-block.h (inside_basic_block_p): Strengthen param from
3539 const_rtx to const rtx_insn *.
3540 * cfgbuild.c (inside_basic_block_p): Likewise.
3542 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3544 * dwarf2cfi.c (dw_trace_info): Strengthen field "head" from rtx to
3546 (get_trace_info): Likewise for param "insn".
3547 (save_point_p): Likewise.
3548 (maybe_record_trace_start): Likewise for both params.
3549 (maybe_record_trace_start_abnormal): Likewise.
3550 (create_trace_edges): Likewise for sole param and for three of the
3552 (scan_trace): Strengthen local "prev", "insn", "control" from rtx
3553 to rtx_insn *, and update a call to pat->element to pat->insn.
3555 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3557 * function.h (struct expr_status): Convert field "x_forced_labels"
3558 from rtx_expr_list * to rtx_insn_list *.
3560 * cfgbuild.c (make_edges): Convert local "x" from an
3561 rtx_expr_list * to an rtx_insn_list *, replacing use of
3562 "element" method with "insn" method.
3563 * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
3564 * except.c (sjlj_emit_dispatch_table): Replace use of
3565 gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending to
3567 * jump.c (rebuild_jump_labels_1): Convert local "insn" from an
3568 rtx_expr_list * to an rtx_insn_list *, replacing use of
3569 "element" method with "insn" method.
3570 * reload1.c (set_initial_label_offsets): Likewise for local "x".
3571 * stmt.c (label_rtx): Strengthen local "ref" from rtx to
3572 rtx_insn *, adding a checked cast. Replace use of
3573 gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending it to
3575 (expand_label): Likewise for local "label_r".
3577 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3579 * function.h (struct rtl_data): Convert field
3580 "x_nonlocal_goto_handler_labels" from rtx_expr_list * to
3582 * rtl.h (remove_node_from_insn_list): New prototype.
3584 * builtins.c (expand_builtin): When prepending to
3585 nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
3587 * cfgbuild.c (make_edges): Convert local "x" from rtx_expr_list *
3588 to rtx_insn_list *, and use its "insn" method rather than
3590 * cfgrtl.c (delete_insn): Use new function
3591 remove_node_from_insn_list rather than
3592 remove_node_from_expr_list.
3593 (cfg_layout_initialize): Convert local "x" from rtx_expr_list *
3594 to rtx_insn_list *, and use its "insn" method rather than
3596 * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
3597 * reload1.c (set_initial_label_offsets): Likewise for local "x".
3598 * rtlanal.c (remove_node_from_insn_list): New function, adapted
3599 from remove_node_from_expr_list.
3600 * stmt.c (expand_label): When prepending to
3601 nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
3604 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3606 * function.h (struct rtl_data): Strengthen fields "x_return_label"
3607 and "x_naked_return_label" from rtx to rtx_code_label *.
3609 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3611 * rtl.h (SET_PREV_INSN): Strengthen param from rtx to rtx_insn *.
3612 (SET_NEXT_INSN): Likewise.
3613 (gen_rtvec_v): Add an overload for param types (int, rtx_insn **).
3615 * config/c6x/c6x.c (gen_one_bundle): Strengthen param "slot" from
3616 rtx * to rtx_insn **. Introduce a new local rtx "seq", using it
3617 to split out the SEQUENCE from local "bundle", strengthening the
3618 latter from rtx to rtx_insn * to hold the insn holding the SEQUENCE.
3619 Strengthen locals "t" and "insn" from rtx to rtx_insn *.
3620 (c6x_gen_bundles): Strengthen locals "insn", "next", "last_call"
3621 and the type of the elements of the "slot" array from rtx to
3623 (reorg_split_calls): Likewise for locals "insn" and "next", and
3624 the type of the elements of the "slot" array.
3626 * config/frv/frv.c (frv_nops): Likewise for the elements of this
3628 (frv_function_prologue): Likewise for locals "insn", "next",
3630 (frv_register_nop): Introduce a local "nop_insn" to be the
3631 rtx_insn * containing rtx "nop".
3633 * config/mep/mep.c (mep_make_bundle): Param "core" is sometimes
3634 used as an insn and sometimes as a pattern, so rename it to
3635 "core_insn_or_pat", and introduce local rtx_insn * "core_insn",
3636 using it where dealing with the core insn.
3638 * config/picochip/picochip.c (reorder_var_tracking_notes):
3639 Strengthen locals "insn", "next", "last_insn", "queue",
3640 "next_queue", "prev" from rtx to rtx_insn *.
3642 * emit-rtl.c (gen_rtvec_v): Add overloaded implementation for when
3643 the second param is an rtx_insn ** rather than an rtx **.
3644 (link_insn_into_chain): Strengthen locals "seq" and "sequence"
3645 from rtx to rtx_sequence *, and introduce local named "sequence",
3646 using methods of rtx_sequence to clarify the code.
3647 (remove_insn): Introduce local rtx_sequence * named "sequence" and
3649 (emit_insn_after_1): Strengthen return type from rtx to rtx_insn *.
3650 Rename param "after" to "uncast_after", reintroducing "after" as a
3651 local rtx_insn * with a checked cast.
3652 (emit_pattern_after_noloc): Rename param "after" to "uncast_after",
3653 reintroducing "after" as a local rtx_insn * with a checked cast.
3654 Strengthen local "last" from rtx to rtx_insn * and remove the
3655 now-redundant checked casts.
3656 (copy_delay_slot_insn): Strengthen return type and param from rtx
3659 * haifa-sched.c (reemit_notes): Strengthen params "insn" and
3660 "last" from rtx to rtx_insn *.
3662 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3664 * emit-rtl.h (copy_delay_slot_insn): Strengthen return type and
3665 param from rtx to rtx_insn *.
3667 * emit-rtl.c (copy_delay_slot_insn): Likewise.
3669 * reorg.c (skip_consecutive_labels): Strengthen return type, param
3670 and local "insn" from rtx to rtx_insn *.
3671 (unfilled_slots_base): Strengthen type from rtx * to rtx_insn **.
3672 (unfilled_slots_next): Likewise.
3673 (function_return_label): Strengthen from rtx to rtx_code_label *.
3674 (function_simple_return_label): Likewise.
3675 (first_active_target_insn): Strengthen return type and param from
3677 (find_end_label): Strengthen return type from rtx to
3678 rtx_code_label *; strengthen locals as appropriate.
3679 (emit_delay_sequence): Strengthen return type, param "insn" and
3680 local "seq_insn" from rtx to rtx_insn *. Strengthen param "list"
3681 and local "li" from rtx to rtx_insn_list *, using methods of
3682 rtx_insn_list for clarity and typesafety.
3683 (add_to_delay_list): Strengthen return type and param "insn" from
3684 rtx to rtx_insn *. Strengthen param "delay_list" from rtx to
3685 rtx_insn_list * and use methods of rtx_insn_list.
3686 (delete_from_delay_slot): Strengthen return type, param "insn",
3687 locals "trial", "seq_insn", "prev" from rtx to rtx_insn *.
3688 Strengthen local "seq" from rtx to rtx_sequence *, and local
3689 "delay_list" from rtx to rtx_insn_list *, using methods of
3690 rtx_sequence for clarity and type-safety.
3691 (delete_scheduled_jump): Add checked cast when invoking
3692 delete_from_delay_slot. Strengthen local "trial" from rtx to
3694 (optimize_skip): Strengthen return type and local "delay_list"
3695 from rtx to rtx_insn_list *. Strengthen local "trial" from rtx to
3697 (steal_delay_list_from_target): Strengthen return type, param
3698 "delay_list" and local "new_delay_list" from rtx to
3699 rtx_insn_list *. Strengthen param "seq" from rtx to
3700 rtx_sequence *. Strengthen param "pnew_thread" from rtx * to
3702 Split out local "temp" into multiple more-tightly scoped locals:
3703 sometimes an rtx_insn_list *, and once a rtx_insn *. Use methods
3704 of rtx_insn_list and rtx_sequence for clarity and typesafety.
3705 Strengthen locals named "trial" from rtx to rtx_insn *.
3706 (steal_delay_list_from_fallthrough): Strengthen return type and
3707 param "delay_list" from rtx to rtx_insn_list *. Strengthen param
3708 "seq" from rtx to rtx_sequence *. Use methods of rtx_sequence.
3709 Strengthen local "trial" from rtx to rtx_insn *.
3710 (try_merge_delay_insns): Strength local "merged_insns" from rtx
3711 to rtx_insn_list * and use its methods. Strengthen local "pat"
3712 from rtx to rtx_sequence * and use its methods. Strengthen locals
3713 "dtrial" and "new_rtx" from rtx to rtx_insn *.
3714 (get_label_before): Strengthen return type and local "label" from
3716 (fill_simple_delay_slots): Likewise for locals "insn", "trial",
3717 "next_trial", "next", prev". Strengthen local "delay_list" from
3718 rtx to rtx_insn_list * Strengthen local "tmp" from rtx * to
3720 (follow_jumps): Strengthen return type, param "label" and locals
3721 "insn", "next", "value", "this_label" from rtx to rtx_insn *.
3722 (fill_slots_from_thread): Strengthen return type, param
3723 "delay_list" from rtx to rtx_insn_list *. Strengthen params
3724 "insn", "thread", "opposite_thread" and locals "new_thread",
3725 "trial", "temp", "ninsn" from rtx to rtx_insn *. Introduce local
3726 "sequence" from a checked cast to rtx_sequence so that we can call
3727 steal_delay_list_from_target and steal_delay_list_from_fallthrough
3728 with an rtx_sequence *.
3729 (fill_eager_delay_slots): Strengthen locals "insn", "target_label",
3730 "insn_at_target", "fallthrough_insn" from rtx to rtx_insn *.
3731 Strengthen local "delay_list" from rtx to rtx_insn_list *.
3732 (relax_delay_slots): Strengthen param "first" and locals "insn",
3733 "next", "trial", "delay_insn", "target_label" from rtx to
3734 rtx_insn *. Strengthen local "pat" from rtx to rtx_sequence *.
3735 Introduce a local "trial_seq" for PATTERN (trial) of type
3736 rtx_sequence *, in both cases using methods of rtx_sequence.
3737 (dbr_schedule): Strengthen param "first" and locals "insn",
3738 "next", "epilogue_insn" from rtx to rtx_insn *.
3740 2014-08-28 Richard Biener <rguenther@suse.de>
3742 PR tree-optimization/62283
3743 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
3744 Do not peel loops for alignment where the vector loop likely
3745 doesn't run at least VF times.
3747 2014-08-28 Bin Cheng <bin.cheng@arm.com>
3749 * tree-ssa-loop-ivopts.c (iv_ca_add_use): Delete parameter
3750 important_candidates. Consider all important candidates if
3751 IVS doesn't give any result. Remove check on ivs->upto.
3752 (try_add_cand_for): Call iv_ca_add_use only once.
3754 2014-08-28 Alexander Ivchenko <alexander.ivchenko@intel.com>
3755 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
3756 Anna Tikhonova <anna.tikhonova@intel.com>
3757 Ilya Tocar <ilya.tocar@intel.com>
3758 Andrey Turetskiy <andrey.turetskiy@intel.com>
3759 Ilya Verbin <ilya.verbin@intel.com>
3760 Kirill Yukhin <kirill.yukhin@intel.com>
3761 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
3763 (define_mode_iterator VI12_AVX2): Add V64QI and V32HI modes.
3764 (define_expand "<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Add
3766 (define_insn "*<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Ditto.
3767 (define_expand "<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
3768 (define_insn "*<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
3769 (define_insn "*mul<mode>3"): Add EVEX version.
3771 2014-08-28 Alexander Ivchenko <alexander.ivchenko@intel.com>
3772 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
3773 Anna Tikhonova <anna.tikhonova@intel.com>
3774 Ilya Tocar <ilya.tocar@intel.com>
3775 Andrey Turetskiy <andrey.turetskiy@intel.com>
3776 Ilya Verbin <ilya.verbin@intel.com>
3777 Kirill Yukhin <kirill.yukhin@intel.com>
3778 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
3780 * config/i386/sse.md
3781 (define_insn "avx512bw_interleave_highv64qi<mask_name>"): New.
3782 (define_insn "avx2_interleave_highv32qi<mask_name>"): Add masking.
3783 (define_insn "vec_interleave_highv16qi<mask_name>"): Ditto.
3784 (define_insn "avx2_interleave_lowv32qi<mask_name>"): Ditto.
3785 (define_insn "vec_interleave_lowv16qi<mask_name>"): Ditto.
3786 (define_insn "avx2_interleave_highv16hi<mask_name>"): Ditto.
3787 (define_insn "vec_interleave_highv8hi<mask_name>"): Ditto.
3788 (define_insn "avx2_interleave_lowv16hi<mask_name>"): Ditto.
3789 (define_insn "vec_interleave_lowv8hi<mask_name>"): Ditto.
3790 (define_insn "avx2_interleave_highv8si<mask_name>"): Ditto.
3791 (define_insn "vec_interleave_highv4si<mask_name>"): Ditto.
3792 (define_insn "avx2_interleave_lowv8si<mask_name>"): Ditto.
3793 (define_insn "vec_interleave_lowv4si<mask_name>"): Ditto.
3794 (define_insn "vec_interleave_highv16qi<mask_name>"): New.
3795 (define_insn "avx512bw_interleave_highv32hi<mask_name>"): Ditto.
3796 (define_insn "<mask_codefor>avx512bw_interleave_lowv32hi<mask_name>"): Ditto.
3798 2014-08-28 Alexander Ivchenko <alexander.ivchenko@intel.com>
3799 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
3800 Anna Tikhonova <anna.tikhonova@intel.com>
3801 Ilya Tocar <ilya.tocar@intel.com>
3802 Andrey Turetskiy <andrey.turetskiy@intel.com>
3803 Ilya Verbin <ilya.verbin@intel.com>
3804 Kirill Yukhin <kirill.yukhin@intel.com>
3805 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
3807 * config/i386/sse.md
3808 (define_mode_iterator VIMAX_AVX2): Add V4TI mode.
3809 (define_insn "<sse2_avx2>_ashl<mode>3"): Add EVEX version.
3810 (define_insn "<sse2_avx2>_lshr<mode>3"): Ditto.
3812 2014-08-28 Alexander Ivchenko <alexander.ivchenko@intel.com>
3813 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
3814 Anna Tikhonova <anna.tikhonova@intel.com>
3815 Ilya Tocar <ilya.tocar@intel.com>
3816 Andrey Turetskiy <andrey.turetskiy@intel.com>
3817 Ilya Verbin <ilya.verbin@intel.com>
3818 Kirill Yukhin <kirill.yukhin@intel.com>
3819 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
3821 * config/i386/sse.md
3822 (define_mode_iterator VI128_256): New.
3823 (define_insn "<mask_codefor><code><mode>3<mask_name>"): Ditto.
3825 2014-08-28 Alexander Ivchenko <alexander.ivchenko@intel.com>
3826 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
3827 Anna Tikhonova <anna.tikhonova@intel.com>
3828 Ilya Tocar <ilya.tocar@intel.com>
3829 Andrey Turetskiy <andrey.turetskiy@intel.com>
3830 Ilya Verbin <ilya.verbin@intel.com>
3831 Kirill Yukhin <kirill.yukhin@intel.com>
3832 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
3834 * config/i386/sse.md
3835 (define_mode_iterator VI8_256_512): New.
3836 (define_insn "<mask_codefor>avx512dq_cvtps2qq<mode><mask_name><round_name>"):
3838 (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
3839 (define_insn "<mask_codefor>avx512dq_cvtps2uqq<mode><mask_name><round_name>"):
3841 (define_insn "<mask_codefor>avx512dq_cvtps2uqqv2di<mask_name>"): Ditto.
3843 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3845 * varasm.c (compute_reloc_for_rtx_1): Take a const_rtx. Remove the
3846 pointer to the cumulative reloc value and return the value for
3848 (compute_reloc_for_rtx): Take a const_rtx. Call
3849 compute_reloc_for_rtx_1 directly for SYMBOL_REF and LABEL_REF,
3850 avoiding any recursion. Use FOR_EACH_SUBRTX rather than
3851 for_each_rtx for the CONST case.
3853 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3855 * varasm.c (mark_constant): Replace this for_each_rtx callback with...
3856 (mark_constants_in_pattern): ...this new function to iterate over
3858 (mark_constants): Update accordingly.
3860 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3862 * varasm.c: Include rtl-iter.h.
3863 (const_rtx_hash_1): Take a const_rtx rather than an rtx *.
3864 Remove the pointer to the cumulative hashval_t and just return
3865 the hash for this rtx instead. Remove recursive CONST_VECTOR case.
3866 (const_rtx_hash): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3867 Accumulate the hashval_ts here instead of const_rtx_hash_1.
3869 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3871 * var-tracking.c (add_uses): Take an rtx rather than an rtx *.
3872 Give real type of data parameter. Remove return value.
3873 (add_uses_1): Use FOR_EACH_SUBRTX_VAR rather than for_each_rtx
3874 to iterate over subrtxes.
3876 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3878 * var-tracking.c (use_narrower_mode_test): Turn from being a
3879 for_each_rtx callback to being a function that examines each
3881 (adjust_mems): Update accordingly.
3883 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3885 * var-tracking.c (non_suitable_const): Turn from being a for_each_rtx
3886 callback to being a function that examines each subrtx itself.
3887 Remove handling of null rtxes.
3888 (add_uses): Update accordingly.
3890 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3892 * var-tracking.c: Include rtl-iter.h.
3893 (rtx_debug_expr_p): Turn from being a for_each_rtx callback
3894 to being a function that examines each subrtx itself.
3895 (use_type): Update accordingly.
3897 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3899 * store-motion.c: Include rtl-iter.h.
3900 (extract_mentioned_regs_1): Delete.
3901 (extract_mentioned_regs): Use FOR_EACH_SUBRTX_VAR rather than
3902 for_each_rtx to iterate over subrtxes.
3904 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3906 * sel-sched.c: Include rtl-iter.h
3907 (count_occurrences_1): Delete.
3908 (count_occurrences_equiv): Turn rtxes into const_rtxes.
3909 Use FOR_EACH_SUBRTX rather than for_each_rtx.
3911 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3913 * rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.
3914 * rtlanal.c (tls_referenced_p_1): Delete.
3915 (tls_referenced_p): Take a const_rtx rather than an rtx.
3916 Use FOR_EACH_SUBRTX rather than for_each_rtx.
3918 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3920 * rtl.h (for_each_inc_dec_fn): Remove special case for -1.
3921 (for_each_inc_dec): Take an rtx rather than an rtx *.
3922 * cselib.c (cselib_record_autoinc_cb): Update accordingly.
3923 (cselib_record_sets): Likewise.
3924 * dse.c (emit_inc_dec_insn_before, check_for_inc_dec_1)
3925 (check_for_inc_dec): Likewise.
3926 * rtlanal.c (for_each_inc_dec_ops): Delete.
3927 (for_each_inc_dec_find_inc_dec): Take the MEM as argument,
3928 rather than a pointer to the memory address. Replace
3929 for_each_inc_dec_ops argument with separate function and data
3930 arguments. Abort on non-autoinc addresses.
3931 (for_each_inc_dec_find_mem): Delete.
3932 (for_each_inc_dec): Take an rtx rather than an rtx *. Use
3933 FOR_EACH_SUBRTX_VAR to visit every autoinc MEM.
3935 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3937 * rtl.h (find_all_hard_regs): Declare.
3938 * rtlanal.c (find_all_hard_regs): New function.
3939 (record_hard_reg_uses_1): Delete.
3940 (record_hard_reg_uses): Use find_all_hard_regs.
3942 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3944 * rtl.h (replace_label_data): Delete.
3945 (replace_label): Take the old label, new label and update-nuses flag
3946 as direct arguments. Return void.
3947 * cfgcleanup.c (outgoing_edges_match): Update accordingly.
3948 * rtlanal.c (replace_label): Update interface as above. Handle
3949 JUMP_TABLE_DATA as a special case. Handle JUMPs outside the
3950 iterator. Use FOR_EACH_SUBRTX_PTR.
3952 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3954 * rtl.h (get_pool_constant, rtx_referenced_p): Replace rtx parameters
3955 with const_rtx parameters.
3956 * varasm.c (get_pool_constant): Likewise.
3957 * rtlanal.c (rtx_referenced_p_1): Delete.
3958 (rtx_referenced_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3959 Assert that the rtx we're looking for is nonnull. Allow searches
3960 for constant pool SYMBOL_REFs.
3962 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3964 * reload1.c: Include rtl-iter.h.
3965 (note_reg_elim_costly): Turn from being a for_each_rtx callback
3966 to being a function that examines each subrtx itself.
3967 (eliminate_regs_1, elimination_costs_in_insn): Update accordingly.
3969 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3971 * regcprop.c (cprop_find_used_regs_1): Delete.
3972 (cprop_find_used_regs): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3974 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3976 * regcprop.c: Include rtl-iter.h.
3977 (kill_value): Take a const_rtx.
3978 (kill_autoinc_value): Turn from being a for_each_rtx callback
3979 to being a function that examines each subrtx itself.
3980 (copyprop_hardreg_forward_1): Update accordingly.
3982 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3984 * reg-stack.c: Include rtl-iter.h.
3985 (subst_stack_regs_in_debug_insn): Delete.
3986 (subst_all_stack_regs_in_debug_insn): Use FOR_EACH_SUBRTX_PTR
3987 instead of for_each_rtx.
3989 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3991 * lower-subreg.c (find_decomposable_subregs): Turn from being
3992 a for_each_rtx callback to being a function that examines each
3993 subrtx itself. Remove handling of null rtxes.
3994 (decompose_multiword_subregs): Update accordingly.
3996 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3998 * lower-subreg.c (adjust_decomposed_uses): Delete.
3999 (resolve_debug): Use FOR_EACH_SUBRTX_PTR rather than for_each_rtx.
4000 Remove handling of null rtxes.
4002 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4004 * lower-subreg.c: Include rtl-iter.h.
4005 (resolve_subreg_use): Turn from being a for_each_rtx callback
4006 to being a function that examines each subrtx itself. Remove
4007 handling of null rtxes.
4008 (resolve_reg_notes, resolve_simple_move): Update accordingly.
4009 (decompose_multiword_subregs): Likewise.
4011 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4013 * loop-iv.c (altered_reg_used): Turn from being a for_each_rtx callback
4014 to being a function that examines each subrtx itself.
4015 (simplify_using_condition, simplify_using_initial_values): Update
4018 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4020 * loop-iv.c: Include rtl-iter.h.
4021 (find_single_def_src): New function.
4022 (replace_single_def_regs): Turn from being a for_each_rtx callback
4023 to being a function that examines each subrtx itself.
4024 (replace_in_expr, simplify_using_initial_values): Update accordingly.
4026 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4028 * jump.c (eh_returnjump_p_1): Delete.
4029 (eh_returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
4030 Remove handling of null rtxes.
4032 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4034 * jump.c: Include rtl-iter.h.
4035 (returnjump_p_1): Delete.
4036 (returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
4037 Remove handling of null rtxes.
4039 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4041 * ira.c: Include rtl-iter.h.
4042 (set_paradoxical_subreg): Turn from being a for_each_rtx callback
4043 to being a function that examines each subrtx itself. Remove
4044 handling of null rtxes.
4045 (update_equiv_regs): Update call accordingly.
4047 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4049 * fwprop.c: Include rtl-iter.h.
4050 (varying_mem_p): Turn from being a for_each_rtx callback to being
4051 a function that examines each subrtx itself.
4052 (propagate_rtx): Update accordingly.
4054 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4056 * function.c: Include rtl-iter.h
4057 (instantiate_virtual_regs_in_rtx): Turn from being a for_each_rtx
4058 callback to being a function that examines each subrtx itself.
4059 Return the changed flag.
4060 (instantiate_virtual_regs_in_insn, instantiate_decl_rtl)
4061 (instantiate_virtual_regs): Update calls accordingly.
4063 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4065 * final.c: Include rtl-iter.h.
4066 (mark_symbol_ref_as_used): Delete.
4067 (mark_symbol_refs_as_used): Use FOR_EACH_SUBRTX instead of
4070 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4072 * emit-rtl.c: Include rtl-iter.h.
4073 (find_auto_inc): Turn from being a for_each_rtx callback to being
4074 a function that examines each subrtx itself. Assume the first operand
4075 to an RTX_AUTOINC is the automodified register.
4076 (try_split): Update call accordingly.
4078 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4080 * dwarf2out.c (resolve_one_addr): Remove unused data parameter.
4081 Return a bool, inverting the result so that 0/false means "not ok".
4082 Use FOR_EACH_SUBRTX_PTR instead of for_each_rtx to iterate over
4083 subrtxes of a CONST.
4084 (mem_loc_descriptor, add_const_value_attribute)
4085 (resolve_addr_in_expr): Update calls accordingly.
4087 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4089 * dwarf2out.c: Include rtl-iter.h.
4090 (const_ok_for_output_1): Take the rtx instead of a pointer to it.
4091 Remove unused data parameter. Return a bool, inverting the result
4092 so that 0/false means "not ok".
4093 (const_ok_for_output): Update accordingly. Use FOR_EACH_SUBRTX_VAR
4094 instead of for_each_rtx.
4096 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4098 * dse.c: Include rtl-iter.h.
4099 (check_mem_read_rtx): Change void * parameter to real type.
4100 Remove return value.
4101 (check_mem_read_use): Fix comment. Use FOR_EACH_SUBRTX_PTR instead of
4102 for_each_rtx. Don't handle null rtxes.
4104 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4106 * df-problems.c: Include rtl-iter.h.
4107 (find_memory): Turn from being a for_each_rtx callback to being
4108 a function that examines each subrtx itself. Continue to look for
4109 volatile references even after a nonvolatile one has been found.
4110 (can_move_insns_across): Update calls accordingly.
4112 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4114 * ddg.c (walk_mems_2, walk_mems_1): Delete.
4115 (insns_may_alias_p): Use FOR_EACH_SUBRTX rather than for_each_rtx
4116 to iterate over subrtxes. Return a bool rather than an int.
4118 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4120 * ddg.c: Include rtl-iter.h.
4121 (mark_mem_use_1): Rename to...
4122 (mark_mem_use): ...deleting old mark_mem_use. Use FOR_EACH_SUBRTX
4123 instead of for_each_rtx.
4124 (mem_read_insn_p): Update accordingly.
4126 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4128 * cse.c (change_cc_mode_args): Delete.
4129 (cse_change_cc_mode): Turn from being a for_each_rtx callback to being
4130 a function that examines each subrtx itself. Take the fields of
4131 change_cc_mode_args as argument and return void.
4132 (cse_change_cc_mode_insn): Update calls accordingly.
4134 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4136 * cse.c (is_dead_reg): Change argument to const_rtx.
4137 (dead_debug_insn_data): Delete.
4138 (is_dead_debug_insn): Expand commentary. Turn from being a
4139 for_each_rtx callback to being a function that examines
4140 each subrtx itself. Take the fields of dead_debug_insn_data
4142 (delete_trivially_dead_insns): Update call accordingly.
4144 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4146 * cse.c (check_for_label_ref): Move earlier in file. Turn from
4147 being a for_each_rtx callback to being a function that examines
4149 (cse_extended_basic_block): Update call accordingly.
4151 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4153 * cse.c (check_dependence_data): Delete.
4154 (check_dependence): Change from being a for_each_rtx callback to being
4155 a function that examines all subrtxes itself. Don't handle null rtxes.
4156 (invalidate): Update call accordingly.
4158 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4160 * cse.c: Include rtl-iter.h.
4161 (approx_reg_cost_1): Delete.
4162 (approx_reg_cost): Use FOR_EACH_SUBRTX instead of for_each_rtx.
4163 Don't handle null rtxes.
4165 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4167 * cfgcleanup.c: Include rtl-iter.h.
4168 (mentions_nonequal_regs): Turn from being a for_each_rtx callback
4169 to being a function that examines each subrtx itself.
4170 (thread_jump): Update accordingly.
4172 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4174 * combine-stack-adj.c: Include rtl-iter.h.
4175 (record_stack_refs_data): Delete.
4176 (record_stack_refs): Turn from being a for_each_rtx callback
4177 to being a function that examines each subrtx itself.
4178 Take a pointer to the reflist. Invert sense of return value
4179 so that true means success and false means failure. Don't
4181 (combine_stack_adjustments_for_block): Update accordingly.
4183 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4185 * combine.c (record_truncated_value): Turn from being a for_each_rtx
4186 callback to a function that takes an rtx and returns a bool
4187 (record_truncated_values): Use FOR_EACH_SUBRTX_VAR instead of
4190 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4192 * combine.c: Include rtl-iter.h.
4193 (unmentioned_reg_p_1): Delete.
4194 (unmentioned_reg_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
4195 Don't handle null rtxes.
4197 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4199 * calls.c: Include rtl-iter.h.
4200 (internal_arg_pointer_based_exp_1): Delete.
4201 (internal_arg_pointer_based_exp): Take a const_rtx.
4202 Use FOR_EACH_SUBRTX to iterate over subrtxes.
4204 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4206 * caller-save.c: Include rtl-iter.h.
4207 (add_used_regs_1): Delete.
4208 (add_used_regs): Use FOR_EACH_SUBRTX rather than for_each_rtx
4209 to iterate over subrtxes. Assert that any remaining pseudos
4212 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4214 * bt-load.c: Include rtl-iter.h.
4215 (btr_reference_found, find_btr_reference, btr_referenced_p): Delete.
4216 (find_btr_use): Move further up file. Use FOR_EACH_SUBRTX_PTR
4217 to iterate over subrtxes.
4218 (insn_sets_btr_p, new_btr_user, compute_defs_uses_and_gen): Use
4219 find_btr_use rather than btr_referenced_p.
4221 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4223 * alias.c: Include rtl-iter.h.
4224 (refs_newer_value_cb): Delete.
4225 (refs_newer_value_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
4227 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4229 * rtl-iter.h: New file.
4230 * rtlanal.c: Include it.
4231 (rtx_all_subrtx_bounds, rtx_nonconst_subrtx_bounds): New variables.
4232 (generic_subrtx_iterator <T>::add_single_to_queue)
4233 (generic_subrtx_iterator <T>::add_subrtxes_to_queue)
4234 (generic_subrtx_iterator <T>::free_array): New functions.
4235 (generic_subrtx_iterator <T>::LOCAL_ELEMS): Define.
4236 (generic_subrtx_iterator <const_rtx_accessor>)
4237 (generic_subrtx_iterator <rtx_var_accessor>
4238 (generic_subrtx_iterator <rtx_ptr_accessor>): Instantiate.
4239 (setup_reg_subrtx_bounds): New function.
4240 (init_rtlanal): Call it.
4242 2014-08-27 Kaz Kojima <kkojima@gcc.gnu.org>
4245 * config/sh/sh.md (ashlsi3): Handle negative shift count for
4247 (ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
4249 2014-08-27 Richard Sandiford <rdsandiford@googlemail.com>
4251 * emit-rtl.c (set_unique_reg_note): Discard notes with side effects.
4253 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4255 * rtl.h (JUMP_LABEL_AS_INSN): New.
4257 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4259 * rtl.h (free_EXPR_LIST_list): Strengthen param from rtx * to
4261 (alloc_EXPR_LIST): Strengthen return type from rtx to
4263 (remove_free_EXPR_LIST_node): Likewise for param.
4264 * reload.h (struct reg_equivs_t): Strengthen field "alt_mem_list"
4265 from rtx to rtx_expr_list *.
4266 * sched-int.h (struct deps_desc): Strengthen fields
4267 "pending_read_mems" and "pending_write_mems" from rtx to
4270 * dwarf2out.c (decl_piece_varloc_ptr): Strengthen return type from
4271 rtx to rtx_expr_list *.
4272 * lists.c (alloc_INSN_LIST): Likewise, also for local "r".
4273 (free_EXPR_LIST_list): Strengthen param "listp" from rtx * to
4275 (remove_free_EXPR_LIST_node): Likewise. Strengthen local "node"
4276 from rtx to rtx_expr_list *.
4277 * loop-iv.c (simplify_using_initial_values): Strengthen local
4278 "cond_list" from rtx to rtx_expr_list *, and locals "pnode",
4279 "pnote_next" from rtx * to rtx_expr_list **.
4280 * sched-deps.c (remove_from_both_dependence_lists): Strengthen
4281 param "exprp" from rtx * to rtx_expr_list **.
4282 (add_insn_mem_dependence): Strengthen local "mem_list" from
4283 rtx * to rtx_expr_list **. Strengthen local "mem_node" from rtx
4285 * sched-rgn.c (concat_insn_mem_list): Strengthen param "copy_mems"
4286 and local "new_mems" from rtx to rtx_expr_list *. Strengthen
4287 param "old_mems_p" from rtx * to rtx_expr_list **.
4288 * var-tracking.c (struct adjust_mem_data): Strengthen field
4289 "side_effects" from rtx to rtx_expr_list *.
4290 (adjust_insn): Replace NULL_RTX with NULL when assigning to
4292 (prepare_call_arguments): Likewise.
4294 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4296 * function.h (struct rtl_data): Strengthen field
4297 "x_stack_slot_list" from rtx to rtx_expr_list *.
4299 * emit-rtl.c (unshare_all_rtl_1): Add a checked cast
4300 when assigning to stack_slot_list.
4302 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4304 * function.h (struct rtl_data): Strengthen field
4305 x_nonlocal_goto_handler_labels from rtx to rtx_expr_list *.
4306 * rtl.h (remove_node_from_expr_list): Strengthen second param from
4307 rtx * to rtx_expr_list **.
4309 * cfgbuild.c (make_edges): In loop over
4310 nonlocal_goto_handler_labels, strengthen local "x" from rtx to
4311 rtx_expr_list *, and use methods of the latter class to clarify
4313 * cfgrtl.c (cfg_layout_initialize): Strengthen local "x" from rtx to
4314 rtx_expr_list *, and use methods of the latter class to clarify
4316 * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
4317 * reload1.c (set_initial_label_offsets): Likewise for local "x".
4318 * rtlanal.c (remove_node_from_expr_list): Strengthen param "listp"
4319 from rtx * to rtx_expr_list **. Strengthen local "temp" from rtx
4320 to rtx_expr_list *. Use methods of the latter class to clarify
4323 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4325 * function.h (struct expr_status): Strengthen field
4326 "x_forced_labels" from rtx to rtx_expr_list *.
4328 * cfgbuild.c (make_edges): Split local "x" into two locals,
4329 strengthening one from rtx to rtx_expr_list *, and using methods
4331 * dwarf2cfi.c (create_trace_edges): Split local "lab" out; within
4332 loop over forced_labels, introduce strengthen it from rtx to
4333 rtx_expr_list *, using methods to clarify the code.
4334 * jump.c (rebuild_jump_labels_1): Strengthen local "insn" from rtx
4335 to rtx_expr_list *, using methods of said class to clarify the
4337 * reload1.c (set_initial_label_offsets): Split local "x" into two
4338 per-loop variables, strengthening the first from rtx to
4339 rtx_expr_list * and using methods.
4341 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4343 * coretypes.h (class rtx_expr_list): Add forward declaration.
4344 * emit-rtl.c (gen_rtx_EXPR_LIST): New.
4345 * gengenrtl.c (special_rtx): Add EXPR_LIST.
4346 * rtl.h (class rtx_expr_list): New subclass of rtx_def, adding
4347 invariant: GET_CODE (X) == EXPR_LIST.
4348 (is_a_helper <rtx_expr_list *>::test): New.
4349 (rtx_expr_list::next): New.
4350 (rtx_expr_list::element): New.
4351 (gen_rtx_EXPR_LIST): New.
4353 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4355 * varasm.c (mark_constants): Convert a GET_CODE check into a
4356 dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
4357 Use methods of rtx_sequence to clarify the code.
4359 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4361 * sched-vis.c (print_pattern): Within SEQUENCE case, introduce a
4362 local "seq" via a checked cast, and use methods of rtx_sequence
4363 to simplify the code.
4365 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4367 * resource.c (mark_referenced_resources): Strengthen local
4368 "sequence" from rtx to rtx_sequence *, adding a checked cast, and
4369 using methods of rtx_sequence to clarify the code.
4370 (find_dead_or_set_registers): Within the switch statement, convert
4371 a GET_CODE check to a dyn_cast, introducing local "seq". Within
4372 the JUMP_P handling, introduce another local "seq", adding a
4373 checked cast to rtx_sequence *. In both cases, use methods of
4374 rtx_sequence to clarify the code.
4375 (mark_set_resources): Within SEQUENCE case, introduce local "seq"
4376 via a checked cast, and use methods of rtx_sequence to simplify
4379 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4381 * reorg.c (redundant_insn): In two places in the function, replace
4382 a check of GET_CODE with a dyn_cast, introducing local "seq", and
4383 usings methods of rtx_sequence to clarify the code.
4385 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4387 * jump.c (mark_jump_label_1): Within the SEQUENCE case, introduce
4388 local "seq" with a checked cast, and use methods of rtx_sequence
4389 to clarify the code.
4391 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4393 * function.c (contains): Introduce local "seq" for PATTERN (insn),
4394 with a checked cast, in the region for where we know it's a
4395 SEQUENCE. Use methods of rtx_sequence.
4397 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4399 * final.c (get_attr_length_1): Replace GET_CODE check with a
4400 dyn_cast, introducing local "seq" and the use of methods of
4402 (shorten_branches): Likewise, introducing local "body_seq".
4403 Strengthen local "inner_insn" from rtx to rtx_insn *.
4404 (reemit_insn_block_notes): Replace GET_CODE check with a
4405 dyn_cast, strengthening local "body" from rtx to rtx_sequence *.
4406 Use methods of rtx_sequence.
4407 (final_scan_insn): Likewise, introducing local "seq" for when
4408 "body" is known to be a SEQUENCE, using its methods.
4410 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4412 * except.c (can_throw_external): Strengthen local "seq" from rtx
4413 to rtx_sequence *. Use methods of rtx_sequence.
4414 (insn_nothrow_p): Likewise.
4416 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4418 * dwarf2cfi.c (create_trace_edges): Convert GET_CODE check into a
4419 dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
4420 Use methods of rtx_sequence.
4421 (scan_trace): Likewise for local "pat".
4423 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4425 * coretypes.h (class rtx_sequence): Add forward declaration.
4426 * rtl.h (class rtx_sequence): New subclass of rtx_def, adding
4427 invariant: GET_CODE (X) == SEQUENCE.
4428 (is_a_helper <rtx_sequence *>::test): New.
4429 (is_a_helper <const rtx_sequence *>::test): New.
4430 (rtx_sequence::len): New.
4431 (rtx_sequence::element): New.
4432 (rtx_sequence::insn): New.
4434 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4436 * rtl.h (free_INSN_LIST_list): Strengthen param from rtx * to
4438 (alloc_INSN_LIST): Strengthen return type from rtx to
4440 (copy_INSN_LIST): Likewise for return type and param.
4441 (concat_INSN_LIST): Likewise for both params and return type.
4442 (remove_free_INSN_LIST_elem): Strenghten first param from rtx to
4443 rtx_insn *. Strengthen second param from rtx * to rtx_insn_list **.
4444 (remove_free_INSN_LIST_node): Strenghten return type from rtx to
4445 rtx_insn *. Strengthen param from rtx * to rtx_insn_list **.
4447 * sched-int.h (struct deps_reg): Strengthen fields "uses", "sets",
4448 "implicit_sets", "control_uses", "clobbers" from rtx to
4450 (struct deps_desc): Likewise for fields "pending_read_insns",
4451 "pending_write_insns", "pending_jump_insns",
4452 "last_pending_memory_flush", "last_function_call",
4453 "last_function_call_may_noreturn", "sched_before_next_call",
4454 "sched_before_next_jump".
4455 (struct _haifa_deps_insn_data): Likewise for field "cond_deps".
4456 (remove_from_deps): Strengthen second param from rtx to rtx_insn *.
4458 * gcse.c (struct ls_expr): Strengthen fields "loads" and "stores"
4459 from rtx to rtx_insn_list *.
4460 (ldst_entry): Replace use of NULL_RTX with NULL when dealing with
4463 * haifa-sched.c (insn_queue): Strengthen this variable from rtx *
4464 to rtx_insn_list **.
4465 (dep_cost_1): Strengthen local "dep_cost_rtx_link" from rtx to
4467 (queue_insn): Likewise for local "link".
4468 (struct haifa_saved_data): Strengthen field "insn_queue" from
4469 rtx * to rtx_insn_list **.
4470 (save_backtrack_point): Update allocation of save->insn_queue to
4471 reflect the strengthening of elements from rtx to rtx_insn_list *.
4472 (queue_to_ready): Strengthen local "link" from rtx to
4473 rtx_insn_list *; use methods "next" and "insn" when traversing the
4475 (early_queue_to_ready): Likewise for locals "link", "next_link",
4477 (schedule_block): Update allocation of insn_queue to reflect the
4478 strengthening of elements from rtx to rtx_insn_list *. Strengthen
4479 local "link" from rtx to rtx_insn_list *, and use methods when
4481 (add_to_speculative_block): Strengthen locals "twins" and
4482 "next_node" from rtx to rtx_insn_list *, and use methods when
4483 working with them. Strengthen local "twin" from rtx to
4484 rtx_insn *, eliminating a checked cast.
4485 (fix_recovery_deps): Strengthen locals "ready_list" and "link"
4486 from rtx to rtx_insn_list *, and use methods when working with
4489 * lists.c (alloc_INSN_LIST): Strengthen return type and local "r"
4490 from rtx to rtx_insn_list *, adding a checked cast.
4491 (free_INSN_LIST_list): Strengthen param "listp" from rtx * to
4493 (copy_INSN_LIST): Strengthen return type and locals "new_queue",
4494 "newlink" from rtx to rtx_insn_list *. Strengthen local
4495 "pqueue" from rtx * to rtx_insn_list **. Strengthen local "x"
4496 from rtx to rtx_insn *.
4497 (concat_INSN_LIST): Strengthen return type and local "new_rtx",
4498 from rtx to rtx_insn_list *. Use methods of the latter class.
4499 (remove_free_INSN_LIST_elem): Strengthen param "elem" from rtx to
4500 rtx_insn *, and param "listp" from rtx * to rtx_insn_list **.
4501 (remove_free_INSN_LIST_node): Strengthen return type and local
4502 "elem" from rtx to rtx_insn *. Strenghten param "listp" from
4503 rtx * to rtx_insn_list **. Strengthen local "node" from rtx to
4504 rtx_insn_list *, using "insn" method.
4506 * sched-deps.c (add_dependence_list): Strengthen param "list"
4507 from rtx to rtx_insn_list *, and use methods when working with it.
4508 (add_dependence_list_and_free): Strengthen param "listp" from
4509 rtx * to rtx_insn_list **.
4510 (remove_from_dependence_list): Strenghten param "listp" from rtx *
4511 to rtx_insn_list **, and use methods when working with *listp.
4512 (remove_from_both_dependence_lists): Strengthen param "listp" from
4513 rtx * to rtx_insn_list **
4514 (add_insn_mem_dependence): Strengthen local "insn_list" from rtx *
4515 to rtx_insn_list **. Eliminate local "link", in favor of two new
4516 locals "insn_node" and "mem_node", an rtx_insn_list * and an rtx
4518 (deps_analyze_insn): Split out uses 'f local "t" as an INSN_LIST
4519 by introducing local "cond_deps".
4520 (remove_from_deps): Strengthen param "insn" from rtx to
4523 * sched-rgn.c (concat_insn_mem_list): Strengthen param
4524 "copy_insns" and local "new_insns" from rtx to rtx_insn_list *.
4525 Strengthen param "old_insns_p" from rtx * to rtx_insn_list **.
4526 Use methods of rtx_insn_list.
4528 * store-motion.c (struct st_expr): Strengthen fields
4529 "antic_stores" and "avail_stores" from rtx to rtx_insn_list *.
4530 (st_expr_entry): Replace NULL_RTX with NULL when dealing with
4532 (find_moveable_store): Split out "tmp" into multiple more-tightly
4533 scoped locals. Use methods of rtx_insn_list *.
4534 (compute_store_table): Strengthen local "tmp" from rtx to
4535 rtx_insn *. Use methods of rtx_insn_list *.
4537 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4539 * coretypes.h (class rtx_insn_list): Add forward declaration.
4540 * rtl.h (class rtx_insn_list): New subclass of rtx_def
4541 (is_a_helper <rtx_insn_list *>::test): New.
4542 (rtx_insn_list::next): New.
4543 (rtx_insn_list::insn): New.
4544 (gen_rtx_INSN_LIST): Add prototype.
4545 * emit-rtl.c (gen_rtx_INSN_LIST): New.
4546 * gengenrtl.c (special_rtx): Add INSN_LIST.
4548 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4550 * ira-lives.c (find_call_crossed_cheap_reg): Strengthen local
4551 "prev" from rtx to rtx_insn *.
4553 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4555 * rtl.h (INSN_UID): Convert from a macro to a pair of inline
4556 functions. Require merely an rtx for now, not an rtx_insn *.
4557 (BLOCK_FOR_INSN): Likewise.
4558 (INSN_LOCATION): Likewise.
4559 (INSN_HAS_LOCATION): Convert from a macro to an inline function.
4561 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4563 * rtl.h (PATTERN): Convert this macro into a pair of inline
4564 functions, for now, requiring const_rtx and rtx.
4566 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4568 * target.def (unwind_emit): Strengthen param "insn" from rtx to
4570 (final_postscan_insn): Likewise.
4571 (adjust_cost): Likewise.
4572 (adjust_priority): Likewise.
4573 (variable_issue): Likewise.
4574 (macro_fusion_pair_p): Likewise.
4575 (dfa_post_cycle_insn): Likewise.
4576 (first_cycle_multipass_dfa_lookahead_guard): Likewise.
4577 (first_cycle_multipass_issue): Likewise.
4578 (dfa_new_cycle): Likewise.
4579 (adjust_cost_2): Likewise for params "insn" and "dep_insn".
4580 (speculate_insn): Likewise for param "insn".
4581 (gen_spec_check): Likewise for params "insn" and "label".
4582 (get_insn_spec_ds): Likewise for param "insn".
4583 (get_insn_checked_ds): Likewise.
4584 (dispatch_do): Likewise.
4585 (dispatch): Likewise.
4586 (cannot_copy_insn_p): Likewise.
4587 (invalid_within_doloop): Likewise.
4588 (legitimate_combined_insn): Likewise.
4592 * doc/tm.texi: Automatically updated to reflect changes to
4595 * haifa-sched.c (choose_ready): Convert NULL_RTX to NULL when
4597 (schedule_block): Likewise.
4598 (sched_init): Likewise.
4599 (sched_speculate_insn): Strengthen param "insn" from rtx to
4601 (ready_remove_first_dispatch): Convert NULL_RTX to NULL when
4603 * hooks.c (hook_bool_rtx_true): Rename to...
4604 hook_bool_rtx_insn_true): ...this, and strengthen first param from
4606 (hook_constcharptr_const_rtx_null): Rename to...
4607 (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
4608 first param from const_rtx to const rtx_insn *.
4609 (hook_bool_rtx_int_false): Rename to...
4610 (hook_bool_rtx_insn_int_false): ...this, and strengthen first
4611 param from rtx to rtx_insn *.
4612 (hook_void_rtx_int): Rename to...
4613 (hook_void_rtx_insn_int): ...this, and strengthen first param from
4616 * hooks.h (hook_bool_rtx_true): Rename to...
4617 (hook_bool_rtx_insn_true): ...this, and strengthen first param from
4619 (hook_bool_rtx_int_false): Rename to...
4620 (hook_bool_rtx_insn_int_false): ...this, and strengthen first
4621 param from rtx to rtx_insn *.
4622 (hook_void_rtx_int): Rename to...
4623 (hook_void_rtx_insn_int): ...this, and strengthen first param from
4625 (hook_constcharptr_const_rtx_null): Rename to...
4626 (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
4627 first param from const_rtx to const rtx_insn *.
4629 * sched-deps.c (sched_macro_fuse_insns): Strengthen param "insn"
4630 and local "prev" from rtx to rtx_insn *.
4632 * sched-int.h (sched_speculate_insn): Strengthen first param from
4635 * sel-sched.c (create_speculation_check): Likewise for local "label".
4636 * targhooks.c (default_invalid_within_doloop): Strengthen param
4637 "insn" from const_rtx to const rtx_insn *.
4638 * targhooks.h (default_invalid_within_doloop): Strengthen param
4639 from const_rtx to const rtx_insn *.
4641 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): Likewise.
4642 (alpha_adjust_cost): Likewise for params "insn", "dep_insn".
4644 * config/arc/arc.c (arc_sched_adjust_priority): Likewise for param
4646 (arc_invalid_within_doloop): Likewise, with const.
4648 * config/arm/arm.c (arm_adjust_cost): Likewise for params "insn", "dep".
4649 (arm_cannot_copy_insn_p): Likewise for param "insn".
4650 (arm_unwind_emit): Likewise.
4652 * config/bfin/bfin.c (bfin_adjust_cost): Likewise for params "insn",
4655 * config/c6x/c6x.c (c6x_dfa_new_cycle): Likewise for param "insn".
4656 (c6x_variable_issue): Likewise. Removed now-redundant checked
4658 (c6x_adjust_cost): Likewise for params "insn", "dep_insn".
4660 * config/epiphany/epiphany-protos.h (epiphany_mode_needed):
4661 Likewise for param "insn".
4662 (epiphany_mode_after): Likewise.
4663 * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise for
4664 params "insn", "dep_insn".
4665 (epiphany_mode_needed): Likewise for param "insn".
4666 (epiphany_mode_after): Likewise.
4668 * config/i386/i386-protos.h (i386_pe_seh_unwind_emit): Likewise.
4669 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
4670 (ix86_avx_u128_mode_needed): Likewise.
4671 (ix86_i387_mode_needed): Likewise.
4672 (ix86_mode_needed): Likewise.
4673 (ix86_avx_u128_mode_after): Likewise.
4674 (ix86_mode_after): Likewise.
4675 (ix86_adjust_cost): Likewise for params "insn", "dep_insn".
4676 (ix86_macro_fusion_pair_p): Likewise for params "condgen", "condjmp".
4677 (ix86_adjust_priority): Likewise for param "insn".
4678 (core2i7_first_cycle_multipass_issue): Likewise for param "insn".
4679 (do_dispatch): Likewise.
4680 (has_dispatch): Likewise.
4681 * config/i386/winnt.c (i386_pe_seh_unwind_emit): Likewise.
4683 * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Update to
4684 reflect renaming of default hook implementation from
4685 hook_constcharptr_const_rtx_null to
4686 hook_constcharptr_const_rtx_insn_null.
4687 (ia64_adjust_cost_2): Strengthen params "insn", "dep_insn" from
4689 (ia64_variable_issue): Likewise for param "insn".
4690 (ia64_first_cycle_multipass_dfa_lookahead_guard): Likewise.
4691 (ia64_dfa_new_cycle): Likewise.
4692 (ia64_get_insn_spec_ds): Likewise.
4693 (ia64_get_insn_checked_ds): Likewise.
4694 (ia64_speculate_insn): Likewise.
4695 (ia64_gen_spec_check): Likewise for params "insn", "label".
4696 (ia64_asm_unwind_emit): Likewise for param "insn".
4698 * config/m32r/m32r.c (m32r_adjust_priority): Likewise.
4700 * config/m68k/m68k.c (m68k_sched_adjust_cost): Likewise for params
4702 (m68k_sched_variable_issue): Likewise for param "insn".
4704 * config/mep/mep.c (mep_adjust_cost): Likewise for params "insn",
4707 * config/microblaze/microblaze.c (microblaze_adjust_cost):
4708 Likewise for params "insn", "dep".
4710 * config/mips/mips.c (mips_adjust_cost): Likewise.
4711 (mips_variable_issue): Likewise for param "insn".
4712 (mips_final_postscan_insn): Likewise.
4714 * config/mn10300/mn10300.c (mn10300_adjust_sched_cost): Likewise
4715 for params "insn", "dep".
4717 * config/pa/pa.c (pa_adjust_cost): Likewise for params "insn",
4719 (pa_adjust_priority): Likewise for param "insn".
4721 * config/picochip/picochip.c (picochip_sched_adjust_cost):
4722 Likewise for params "insn", "dep_insn".
4724 * config/rs6000/rs6000.c (rs6000_variable_issue_1): Likewise for
4726 (rs6000_variable_issue): Likewise.
4727 (rs6000_adjust_cost): Likewise for params "insn", "dep_insn".
4728 (rs6000_debug_adjust_cost): Likewise.
4729 (rs6000_adjust_priority): Likewise for param "insn".
4730 (rs6000_use_sched_lookahead_guard): Likewise.
4731 (get_next_active_insn): Likewise for return type and both params.
4732 (redefine_groups): Likewise for params "prev_head_insn", "tail"
4733 and locals "insn", "next_insn".
4734 (pad_groups): Likewise.
4736 * config/s390/s390.c (s390_adjust_priority): Likewise for param
4738 (s390_cannot_copy_insn_p): Likewise.
4739 (s390_sched_variable_issue): Likewise for third param, eliminating
4741 (TARGET_INVALID_WITHIN_DOLOOP): Update to reflect renaming of
4742 default hook implementation from hook_constcharptr_const_rtx_null
4743 to hook_constcharptr_const_rtx_insn_null.
4745 * config/sh/sh.c (sh_cannot_copy_insn_p): Strengthen param "insn"
4746 from rtx to rtx_insn *.
4747 (sh_adjust_cost): Likewise for params "insn", "dep_insn".
4748 (sh_variable_issue): Likewise for param "insn".
4749 (sh_dfa_new_cycle): Likewise.
4750 (sh_mode_needed): Likewise.
4751 (sh_mode_after): Likewise.
4753 * config/sparc/sparc.c (supersparc_adjust_cost): Likewise for
4754 params "insn", "dep_insn".
4755 (hypersparc_adjust_cost): Likewise.
4756 (sparc_adjust_cost): Likewise.
4758 * config/spu/spu.c (spu_sched_variable_issue): Likewise for third
4759 param, eliminated checked cast.
4760 (spu_sched_adjust_cost): Likewise for first and third params.
4762 * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Strengthen
4763 params "insn" and "dep_insn" from rtx to rtx_insn *.
4765 * config/tilepro/tilepro.c (tilepro_sched_adjust_cost): Likewise.
4767 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4769 * gcc/config/mn10300/mn10300.c (is_load_insn): Rename to...
4770 (set_is_load_p): ...this, updating to work on a SET pattern rather
4772 (is_store_insn): Rename to...
4773 (set_is_store_p): ...this, updating to work on a SET pattern
4774 rather than an insn.
4775 (mn10300_adjust_sched_cost): Move call to get_attr_timings from
4776 top of function to where it is needed. Rewrite the bogus
4777 condition that checks for "insn" and "dep" being PARALLEL to
4778 instead use single_set, introducing locals "insn_set" and
4779 "dep_set". Given that we only ever returned "cost" for a non-pair
4780 of SETs, bail out early if we don't have a pair of SET.
4781 Rewrite all uses of PATTERN (dep) and PATTERN (insn) to instead
4782 use the new locals "insn_set" and "dep_set", and update calls to
4783 is_load_insn and is_store_insn to be calls to set_is_load_p and
4786 2014-08-27 Guozhi Wei <carrot@google.com>
4789 * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Check the shift
4790 amount before using it.
4792 2014-08-27 Richard Biener <rguenther@suse.de>
4794 * gimple-fold.c (get_maxval_strlen): Add overload wrapping
4795 get_maxval_strlen inside a more useful API.
4796 (gimple_fold_builtin_with_strlen): Remove and fold into ...
4797 (gimple_fold_builtin): ... caller.
4798 (gimple_fold_builtin_strlen, gimple_fold_builtin_strcpy,
4799 gimple_fold_builtin_strncpy, gimple_fold_builtin_strcat,
4800 gimple_fold_builtin_fputs, gimple_fold_builtin_memory_chk,
4801 gimple_fold_builtin_stxcpy_chk, gimple_fold_builtin_stxncpy_chk,
4802 gimple_fold_builtin_snprintf_chk, gimple_fold_builtin_snprintf,
4803 gimple_fold_builtin_sprintf): Adjust to compute maxval
4806 2014-08-27 Yvan Roux <yvan.roux@linaro.org>
4809 * config.gcc (arm*-*-*): Check --with-fpu against arm-fpus.def.
4811 2014-08-27 Alexander Ivchenko <alexander.ivchenko@intel.com>
4812 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
4813 Anna Tikhonova <anna.tikhonova@intel.com>
4814 Ilya Tocar <ilya.tocar@intel.com>
4815 Andrey Turetskiy <andrey.turetskiy@intel.com>
4816 Ilya Verbin <ilya.verbin@intel.com>
4817 Kirill Yukhin <kirill.yukhin@intel.com>
4818 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
4820 * config/i386/sse.md
4821 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"):
4822 Use `concat_tg_mode' attribute to determine asm register size.
4824 2014-08-27 Alexander Ivchenko <alexander.ivchenko@intel.com>
4825 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
4826 Anna Tikhonova <anna.tikhonova@intel.com>
4827 Ilya Tocar <ilya.tocar@intel.com>
4828 Andrey Turetskiy <andrey.turetskiy@intel.com>
4829 Ilya Verbin <ilya.verbin@intel.com>
4830 Kirill Yukhin <kirill.yukhin@intel.com>
4831 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
4833 * config/i386/sse.md
4834 (define_mode_iterator VI48_AVX512VL): New.
4835 (define_mode_iterator VI_UNALIGNED_LOADSTORE): Delete.
4836 (define_mode_iterator VI_ULOADSTORE_BW_AVX512VL): New.
4837 (define_mode_iterator VI_ULOADSTORE_F_AVX512VL): Ditto.
4838 (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4839 with VI1): Change mode iterator.
4840 (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4841 with VI_ULOADSTORE_BW_AVX512VL): New.
4842 (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4843 with VI_ULOADSTORE_F_AVX512VL): Ditto.
4844 (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4845 with VI1): Change mode iterator.
4846 (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4847 with VI_ULOADSTORE_BW_AVX512VL): New.
4848 (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4849 with VI_ULOADSTORE_F_AVX512VL): Ditto.
4850 (define_insn "<sse2_avx_avx512f>_storedqu<mode>
4851 with VI1): Change mode iterator.
4852 (define_insn "<sse2_avx_avx512f>_storedqu<mode>
4853 with VI_ULOADSTORE_BW_AVX512VL): New.
4854 (define_insn "<sse2_avx_avx512f>_storedqu<mode>
4855 with VI_ULOADSTORE_BW_AVX512VL): Ditto.
4856 (define_insn "avx512f_storedqu<mode>_mask"): Delete.
4857 (define_insn "<avx512>_storedqu<mode>_mask" with
4858 VI48_AVX512VL): New.
4859 (define_insn "<avx512>_storedqu<mode>_mask" with
4860 VI12_AVX512VL): Ditto.
4862 2014-08-27 Alexander Ivchenko <alexander.ivchenko@intel.com>
4863 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
4864 Anna Tikhonova <anna.tikhonova@intel.com>
4865 Ilya Tocar <ilya.tocar@intel.com>
4866 Andrey Turetskiy <andrey.turetskiy@intel.com>
4867 Ilya Verbin <ilya.verbin@intel.com>
4868 Kirill Yukhin <kirill.yukhin@intel.com>
4869 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
4871 * config/i386/sse.md
4872 (define_mode_iterator VI48_AVX2_48_AVX512F): Delete.
4873 (define_mode_iterator VI48_AVX512BW): New.
4874 (define_insn "<avx2_avx512f>_<shift_insn>v<mode><mask_name>"): Delete.
4875 (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
4876 with VI48_AVX2_48_AVX512F): New.
4877 (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
4878 with VI2_AVX512VL): Ditto.
4880 2014-08-27 Richard Biener <rguenther@suse.de>
4883 * builtins.c (fold_builtin_strcat_chk): Move to gimple-fold.c.
4884 (fold_builtin_3): Do not fold strcat_chk here.
4885 * gimple-fold.c (gimple_fold_builtin_strcat_chk): Move here
4887 (gimple_fold_builtin): Fold strcat_chk here.
4889 2014-08-26 Aldy Hernandez <aldyh@redhat.com>
4891 * dwarf2out.h (dwarf2out_decl): Remove prototype.
4892 * dwarf2out.c (dwarf2out_decl): Make static.
4894 2014-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
4896 * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
4898 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4900 * cselib.h (struct elt_loc_list): Strengthen field "setting_insn"
4901 from rtx to rtx_insn *.
4902 (cselib_lookup_from_insn): Likewise for final param.
4903 (cselib_subst_to_values_from_insn): Likewise.
4904 (cselib_add_permanent_equiv): Likewise.
4906 * cselib.c (cselib_current_insn): Likewise for this variable.
4907 (cselib_subst_to_values_from_insn): Likewise for param "insn".
4908 (cselib_lookup_from_insn): Likewise.
4909 (cselib_add_permanent_equiv): Likewise for param "insn" and local
4910 "save_cselib_current_insn".
4911 (cselib_process_insn): Replace use of NULL_RTX with NULL.
4913 * sched-deps.c (add_insn_mem_dependence): Strengthen param "insn"
4914 from rtx to rtx_insn *.
4916 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4918 * dse.c (dse_step6): Strengthen local "rinsn" from rtx to
4921 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4923 * df.h (df_dump_insn_problem_function): Strengthen first param of
4924 this callback from const_rtx to const rtx_insn *.
4925 (struct df_insn_info): Strengthen field "insn" from rtx to
4927 (DF_REF_INSN): Eliminate this function, reinstating the older
4929 (df_find_def): Strengthen param 1 from rtx to rtx_insn *.
4930 (df_reg_defined): Likewise.
4931 (df_find_use): Likewise.
4932 (df_reg_used): Likewise.
4933 (df_dump_insn_top): Strengthen param 1 from const_rtx to
4935 (df_dump_insn_bottom): Likewise.
4936 (df_insn_debug): Strengthen param 1 from rtx to rtx_insn *.
4937 (df_insn_debug_regno): Likewise.
4938 (debug_df_insn): Likewise.
4939 (df_rd_simulate_one_insn): Likewise for param 2.
4940 (df_word_lr_simulate_defs): Likewise for param 1.
4941 (df_word_lr_simulate_uses): Likewise.
4942 (df_md_simulate_one_insn): Likewise for param 2.
4943 (df_simulate_find_noclobber_defs): Likewise for param 1.
4944 (df_simulate_find_defs): Likewise.
4945 (df_simulate_defs): Likewise.
4946 (df_simulate_uses): Likewise.
4947 (df_simulate_one_insn_backwards): Likewise for param 2.
4948 (df_simulate_one_insn_forwards): Likewise.
4949 (df_uses_create): Likewise for param 2.
4950 (df_insn_create_insn_record): Likewise for param 1.
4951 (df_insn_delete): Likewise.
4952 (df_insn_rescan): Likewise.
4953 (df_insn_rescan_debug_internal): Likewise.
4954 (df_insn_change_bb): Likewise.
4955 (df_notes_rescan): Likewise.
4956 * rtl.h (remove_death): Likewise for param 2.
4957 (print_rtl_with_bb): Strengthen param 2 from const_rtx to
4959 * sched-int.h (reemit_notes): Strengthen param from rtx to
4961 * valtrack.h (propagate_for_debug): Likewise for param 1.
4963 * cfgrtl.c (print_rtl_with_bb): Strengthen param "rtx_first" and
4964 local "tmp_rtx" from const_rtx to const rtx_insn *.
4965 * combine.c (remove_death): Strengthen param "insn" from rtx to
4967 (move_deaths): Likewise for local "where_dead".
4968 * cse.c (delete_trivially_dead_insns): Introduce local
4969 "bind_var_loc" so that "bind" can be strengthened to an rtx_insn *.
4970 * df-core.c (df_find_def): Strengthen param "insn" from rtx to
4972 (df_reg_defined): Likewise.
4973 (df_find_use): Likewise.
4974 (df_reg_used): Likewise.
4975 (df_dump_insn_problem_data): Strengthen param "insn" from
4976 const_rtx to const rtx_insn *.
4977 (df_dump_insn_top): Likewise.
4978 (df_dump_insn_bottom): Likewise.
4979 (df_insn_debug): Strengthen param "insn" from rtx to rtx_insn *.
4980 (df_insn_debug_regno): Likewise.
4981 (debug_df_insn): Likewise.
4982 (DF_REF_INSN): Delete.
4983 * df-problems.c (df_rd_simulate_one_insn): Strengthen param "insn"
4984 from rtx to rtx_insn *.
4985 (df_chain_insn_top_dump): Strengthen param "insn" from
4986 const_rtx to const rtx_insn *.
4987 (df_chain_insn_bottom_dump): Likewise.
4988 (df_word_lr_simulate_defs): Strengthen param "insn" from rtx to
4990 (df_word_lr_simulate_uses): Likewise.
4991 (df_print_note): Likewise.
4992 (df_remove_dead_and_unused_notes): Likewise.
4993 (df_set_unused_notes_for_mw): Likewise.
4994 (df_set_dead_notes_for_mw): Likewise.
4995 (df_create_unused_note): Likewise.
4996 (df_simulate_find_defs): Likewise.
4997 (df_simulate_find_uses): Likewise.
4998 (df_simulate_find_noclobber_defs): Likewise.
4999 (df_simulate_defs): Likewise.
5000 (df_simulate_uses): Likewise.
5001 (df_simulate_one_insn_backwards): Likewise.
5002 (df_simulate_one_insn_forwards): Likewise.
5003 (df_md_simulate_one_insn): Likewise.
5004 * df-scan.c (df_uses_create): Likewise.
5005 (df_insn_create_insn_record): Likewise.
5006 (df_insn_delete): Likewise.
5007 (df_insn_rescan): Likewise.
5008 (df_insn_rescan_debug_internal): Likewise.
5009 (df_insn_change_bb): Likewise.
5010 (df_notes_rescan): Likewise.
5011 (df_refs_add_to_chains): Likewise.
5012 (df_insn_refs_verify): Likewise.
5013 * emit-rtl.c (set_insn_deleted): Add checked cast to rtx_insn *
5014 when invoking df_insn_delete.
5015 (reorder_insns): Strengthen local "x" from rtx to rtx_insn *.
5016 (set_unique_reg_note): Add checked cast.
5017 * final.c (cleanup_subreg_operands): Likewise.
5018 * gcse.c (update_ld_motion_stores): Likewise, strengthening local
5019 "insn" from rtx to rtx_insn *.
5020 * haifa-sched.c (reemit_notes): Strengthen param "insn" and local
5021 "last" from rtx to rtx_insn *.
5022 * ira-emit.c (change_regs_in_insn): New function.
5023 (change_loop): Strengthen local "insn" from rtx to rtx_insn *.
5024 Invoke change_regs_in_insn rather than change_regs.
5025 * ira.c (update_equiv_regs): Strengthen locals "insn",
5026 "init_insn", "new_insn" from rtx to rtx_insn *. Invoke
5027 for_each_rtx_in_insn rather than for_each_rtx.
5028 * recog.c (confirm_change_group): Add checked casts.
5029 (peep2_update_life): Strengthen local "x" from rtx to rtx_insn *.
5031 (peep2_fill_buffer): Add checked cast.
5032 * rtlanal.c (remove_note): Likewise.
5033 * valtrack.c (propagate_for_debug): Strengthen param "insn" and
5034 locals "next" "end" from rtx to rtx_insn *.
5036 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5038 * sched-int.h (sched_init_insn_luid): Strengthen param 1 from rtx
5040 (struct reg_use_data): Likewise for field "insn".
5041 (insn_cost): Likewise for param.
5042 (real_insn_for_shadow): Likewise for return type and param.
5043 (increase_insn_priority): Likewise for param 1.
5044 (debug_dependencies): Likewise for both params.
5046 * haifa-sched.c (insn_delay): Likewise for param "insn".
5047 (real_insn_for_shadow): Likewise for return type and param "insn".
5048 (update_insn_after_change): Likewise for param "insn".
5049 (recompute_todo_spec): Likewise for param "next" and locals "pro",
5051 (insn_cost): Likewise for param "insn".
5052 (increase_insn_priority): Likewise.
5053 (calculate_reg_deaths): Likewise.
5054 (setup_insn_reg_pressure_info): Likewise.
5055 (model_schedule): Strengthen from vec<rtx> to vec<rtx_insn *>.
5056 (model_index): Strengthen param "insn" from rtx to rtx_insn *.
5057 (model_recompute): Likewise.
5058 (must_restore_pattern_p): Likewise for param "next".
5059 (model_excess_cost): Likewise for param "insn".
5060 (queue_remove): Likewise.
5061 (adjust_priority): Likewise for param "prev".
5062 (update_register_pressure): Likewise for param "insn".
5063 (setup_insn_max_reg_pressure): Likewise for local "insn".
5064 (update_reg_and_insn_max_reg_pressure): Likewise for param "insn".
5065 (model_add_to_schedule): Likewise.
5066 (model_reset_queue_indices): Likewise for local "insn".
5067 (unschedule_insns_until): Strengthen local "recompute_vec" from
5068 auto_vec<rtx> to auto_vec<rtx_insn *>. Strengthen locals "last",
5069 "con" from rtx to rtx_insn *.
5070 (restore_last_backtrack_point): Likewise for both locals "x". Add
5072 (estimate_insn_tick): Likewise for param "insn".
5073 (commit_schedule): Likewise for params "prev_head", "tail" and
5075 (verify_shadows): Likewise for locals "i1", "i2".
5076 (dump_insn_stream): Likewise for params "head", "tail" and locals
5077 "next_tail", "insn".
5078 (schedule_block): Likewise for locals "insn", "x". Add a checked
5080 (fix_inter_tick): Likewise for params "head", "tail".
5081 (create_check_block_twin): Likewise for local "jump".
5082 (haifa_change_pattern): Likewise for param "insn".
5083 (haifa_speculate_insn): Likewise.
5084 (dump_new_block_header): Likewise for params "head", "tail".
5085 (fix_jump_move): Likewise for param "jump".
5086 (move_block_after_check): Likewise.
5087 (sched_init_insn_luid): Likewise for param "insn".
5088 (sched_init_luids): Likewise for local "insn".
5089 (insn_luid): Likewise for param "insn".
5090 (init_h_i_d): Likewise.
5091 (haifa_init_h_i_d): Likewise for local "insn".
5092 (haifa_init_insn): Likewise for param "insn".
5093 * sched-deps.c (add_dependence): Likewise for local "real_pro",
5095 (create_insn_reg_use): Likewise for param "insn".
5096 (setup_insn_reg_uses): Likewise. Add a checked cast.
5097 * sched-ebb.c (debug_ebb_dependencies): Strengthen params "head",
5098 "tail" from rtx to rtx_insn *.
5099 * sched-rgn.c (void debug_dependencies): Likewise, also for locals
5100 "insn", "next_tail".
5102 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5104 * haifa-sched.c (struct model_insn_info): Strengthen field "insn"
5105 from rtx to rtx_insn *.
5106 (model_add_to_schedule): Likewise for locals "start", "end",
5109 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5111 * rtl.h (duplicate_insn_chain): Strengthen both params from rtx to
5113 * cfgrtl.c (duplicate_insn_chain): Likewise for params "from",
5114 "to" and locals "insn", "next", "copy". Remove now-redundant
5117 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5119 * rtl.h (canonicalize_condition): Strengthen param 1 from rtx to
5120 rtx_insn * and param 4 from rtx * to rtx_insn **.
5121 (get_condition): Strengthen param 1 from rtx to rtx_insn * and
5122 param 2 from rtx * to rtx_insn **.
5124 * df.h (can_move_insns_across): Strengthen params 1-4 from rtx to
5125 rtx_insn * and final param from rtx * to rtx_insn **.
5127 * cfgcleanup.c (try_head_merge_bb): Strengthen local "move_before"
5128 from rtx to rtx_insn *.
5129 (try_head_merge_bb): Likewise for both locals named "move_upto".
5130 * df-problems.c (can_move_insns_across): Likewise for params
5131 "from", "to", "across_from", "across_to" and locals "insn",
5132 "next", "max_to". Strengthen param "pmove_upto" from rtx * to
5134 * ifcvt.c (struct noce_if_info): Strengthen field "cond_earliest"
5135 from rtx to rtx_insn *.
5136 (noce_get_alt_condition): Strengthen param "earliest" from rtx *
5137 to rtx_insn **. Strengthen local "insn" from rtx to rtx_insn *.
5138 (noce_try_minmax): Strengthen locals "earliest", "seq" from rtx to
5140 (noce_try_abs): Likewise.
5141 (noce_get_condition): Likewise for param "jump". Strengthen param
5142 "earliest" from rtx * to rtx_insn **.
5143 (noce_find_if_block): Strengthen local "cond_earliest" from rtx to
5145 (find_cond_trap): Likewise.
5146 (dead_or_predicable): Likewise for local "earliest".
5147 * loop-iv.c (check_simple_exit): Likewise for local "at". Add
5149 * rtlanal.c (canonicalize_condition): Likewise for param "insn"
5150 and local "prev". Strengthen param "earliest" from rtx * to
5152 (get_condition): Strengthen param "jump" from rtx to rtx_insn *
5153 Strengthen param "earliest" from rtx * to rtx_insn **.
5155 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5157 * fwprop.c (local_ref_killed_between_p): Strengthen params "from",
5158 "to" and local "insn" from rtx to rtx_insn *.
5160 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5162 * sel-sched.c (find_place_for_bookkeeping): Strengthen local "insn"
5163 from rtx to rtx_insn *.
5164 (need_nop_to_preserve_insn_bb): Likewise for param "insn".
5165 (code_motion_path_driver): Likewise for local "last_insn".
5166 (simplify_changed_insns): Likewise for local "insn".
5168 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5170 * rtl.h (push_to_sequence): Strengthen param from rtx to
5172 (push_to_sequence2): Likewise for both params.
5173 (delete_insns_since): Likewise for param.
5174 (reorder_insns_nobb): Likewise for all three params.
5175 (set_new_first_and_last_insn): Likewise for both params.
5177 * emit-rtl.h (set_first_insn): Strengthen param "insn" from rtx to
5178 rtx_insn *. Remove now-redundant cast.
5179 (set_last_insn): Likewise.
5181 * builtins.c (expand_builtin_return): Strengthen local
5182 "call_fusage" from rtx to rtx_insn *.
5183 * cfgrtl.c (create_basic_block_structure): Likewise for local
5185 * emit-rtl.c (set_new_first_and_last_insn): Likewise for params
5186 "first", "last" and local "insn".
5187 (delete_insns_since): Likewise for param "from".
5188 (reorder_insns_nobb): Likewise for params "from", "to", "after"
5190 (push_to_sequence): Likewise for param "first" and local "last".
5191 (push_to_sequence2): Likewise for params "first" and "last".
5192 * lra.c (emit_add3_insn): Likewise for local "last".
5193 (lra_emit_add): Likewise.
5194 * lra-constraints.c (base_to_reg): Likewise for locals "insn",
5196 (process_address_1): Likewise for locals "insn", last".
5197 * modulo-sched.c (ps_first_note): Likewise for return type.
5198 * optabs.c (expand_binop_directly): Likewise for param "last".
5200 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5202 * rtl.h (get_last_insn_anywhere): Strengthen return type from rtx
5204 * emit-rtl.c (get_last_insn_anywhere): Likewise.
5206 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5208 * function.h (struct sequence_stack): Strengthen fields "first"
5209 and "last" from rtx to rtx_insn *.
5210 (struct emit_status): Likewise for fields "x_first_insn" and
5213 * emit-rtl.h (get_insns): Remove now-redundant checked cast.
5214 (set_first_insn): Add checked cast.
5215 (get_last_insn): Remove now-redundant checked cast.
5216 (set_last_insn): Add checked cast.
5218 * config/m32c/m32c.c (m32c_leaf_function_p): Strengthen locals
5219 "saved_first" and "saved_last" from rtx to rtx_insn *.
5221 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5223 * rtl.h (add_insn): Strengthen param from rtx to rtx_insn *.
5224 (unlink_insn_chain): Strengthen both params from rtx to
5227 * cfgrtl.c (cfg_layout_function_header): Likewise for this
5229 (unlink_insn_chain): Likewise for params "first" and "last".
5230 Remove now-redundant checked cast.
5231 (record_effective_endpoints): Replace use of NULL_RTX with NULL.
5232 (fixup_reorder_chain): Strengthen local "insn" from rtx to
5234 * emit-rtl.c (link_insn_into_chain): Likewise for all three
5236 (add_insn): Likewise for param "insn" and local "prev".
5237 (add_insn_after_nobb): Likewise for both params and local "next".
5238 (add_insn_before_nobb): Likewise for both params and local "prev".
5239 (add_insn_after): Rename param "after" to "uncast_after",
5240 introducing local "after" with another checked cast.
5241 (add_insn_before): Rename params "insn" and "before", giving them
5242 "uncast_" prefixes, adding the old names back using checked casts.
5243 (emit_note_after): Likewise for param "after".
5244 (emit_note_before): Likewise for param "before".
5245 (emit_label): Add a checked cast.
5247 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5249 * cselib.h (cselib_record_sets_hook): Strengthen initial param
5250 "insn" from rtx to rtx_insn *.
5252 * cselib.c (cselib_record_sets_hook): Likewise.
5254 * var-tracking.c (add_with_sets): Likewise, renaming back from
5255 "uncast_insn" to "insn" and eliminating the checked cast from rtx
5258 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5260 * basic-block.h (struct rtl_bb_info): Strengthen fields "end_"
5261 and "header_" from rtx to rtx_insn *.
5262 (struct basic_block_d): Likewise for field "head_" within "x"
5263 field of union basic_block_il_dependent.
5264 (BB_HEAD): Drop function...
5265 (SET_BB_HEAD): ...and this function in favor of...
5266 (BB_HEAD): ...reinstate macro.
5267 (BB_END): Drop function...
5268 (SET_BB_END): ...and this function in favor of...
5269 (BB_END): ...reinstate macro.
5270 (BB_HEADER): Drop function...
5271 (SET_BB_HEADER): ...and this function in favor of...
5272 (BB_HEADER): ...reinstate macro.
5274 * bb-reorder.c (add_labels_and_missing_jumps): Drop use of BB_END.
5275 (fix_crossing_unconditional_branches): Likewise.
5276 * caller-save.c (save_call_clobbered_regs): Likewise.
5277 (insert_one_insn): Drop use of SET_BB_HEAD and SET_BB_END.
5278 * cfgbuild.c (find_bb_boundaries): Drop use of SET_BB_END.
5279 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
5280 (merge_blocks_move_successor_nojumps): Likewise.
5281 (outgoing_edges_match): Update use of for_each_rtx to
5282 for_each_rtx_in_insn.
5283 * cfgexpand.c (expand_gimple_cond): Drop use of SET_BB_END.
5284 (expand_gimple_cond): Likewise.
5285 (expand_gimple_tailcall): Likewise.
5286 (expand_gimple_basic_block): Drop use of SET_BB_HEAD and
5288 (construct_exit_block): Drop use of SET_BB_END.
5289 * cfgrtl.c (cfg_layout_function_footer): Strengthen from rtx to
5291 (delete_insn): Rename param "insn" to "uncast_insn", introducing
5292 a new local "insn" with a checked cast to rtx_insn *. Drop use of
5293 SET_BB_HEAD and SET_BB_END.
5294 (create_basic_block_structure): Drop use of SET_BB_HEAD and
5296 (rtl_delete_block): Drop use of SET_BB_HEAD.
5297 (rtl_split_block): Drop use of SET_BB_END.
5298 (emit_nop_for_unique_locus_between): Likewise.
5299 (rtl_merge_blocks): Drop use of SET_BB_END and SET_BB_HEAD.
5300 (block_label): Drop use of SET_BB_HEAD.
5301 (fixup_abnormal_edges): Drop use of SET_BB_END.
5302 (record_effective_endpoints): Drop use of SET_BB_HEADER.
5303 (relink_block_chain): Likewise.
5304 (fixup_reorder_chain): Drop use of SET_BB_END.
5305 (cfg_layout_duplicate_bb): Drop use of SET_BB_HEADER.
5306 (cfg_layout_delete_block): Strengthen local "to" from rtx * to
5307 rtx_insn **. Drop use of SET_BB_HEADER.
5308 (cfg_layout_merge_blocks): Drop use of SET_BB_HEADER, SET_BB_END,
5310 (BB_HEAD): Delete this function.
5311 (SET_BB_HEAD): Likewise.
5313 (SET_BB_END): Likewise.
5314 (BB_HEADER): Likewise.
5315 (SET_BB_HEADER): Likewise.
5316 * emit-rtl.c (add_insn_after): Rename param "insn" to
5317 "uncast_insn", adding a new local "insn" and a checked cast to
5318 rtx_insn *. Drop use of SET_BB_END.
5319 (remove_insn): Strengthen locals "next" and "prev" from rtx to
5320 rtx_insn *. Drop use of SET_BB_HEAD and SET_BB_END.
5321 (reorder_insns): Drop use of SET_BB_END.
5322 (emit_insn_after_1): Strengthen param "first" and locals "last",
5323 "after_after" from rtx to rtx_insn *. Drop use of SET_BB_END.
5324 (emit_pattern_after_noloc): Add checked cast.
5325 * haifa-sched.c (get_ebb_head_tail): Drop use of SET_BB_END.
5326 (restore_other_notes): Likewise.
5327 (move_insn): Likewise.
5328 (sched_extend_bb): Likewise.
5329 (fix_jump_move): Likewise.
5330 * ifcvt.c (noce_process_if_block): Likewise.
5331 (dead_or_predicable): Likewise.
5332 * ira.c (update_equiv_regs): Drop use of SET_BB_HEAD.
5333 * reg-stack.c (change_stack): Drop use of SET_BB_END.
5334 * sel-sched-ir.c (sel_move_insn): Likewise.
5335 * sel-sched.c (move_nop_to_previous_block): Likewise.
5337 * config/c6x/c6x.c (hwloop_optimize): Drop use of SET_BB_HEAD and
5339 * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
5341 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5343 * basic-block.h (create_basic_block_structure): Strengthen params
5344 1 "head" and 2 "end" from rtx to rtx_insn *.
5345 * cfgrtl.c (create_basic_block_structure): Likewise.
5346 (rtl_create_basic_block): Update casts from void * to rtx to
5347 rtx_insn *, so that we can pass them as rtx_insn * to
5348 create_basic_block_structure.
5349 * sel-sched-ir.c (sel_create_basic_block): Likewise.
5351 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5353 * rtl.h (for_each_inc_dec): Strengthen param 1 from rtx * to
5355 (check_for_inc_dec): Strengthen param "insn" from rtx to
5358 * cselib.h (cselib_process_insn): Likewise.
5360 * cselib.c (cselib_record_sets): Likewise.
5361 (cselib_process_insn): Likewise.
5363 * dse.c (struct insn_info): Likewise for field "insn".
5364 (check_for_inc_dec_1): Likewise for local "insn".
5365 (check_for_inc_dec): Likewise for param "insn".
5366 (scan_insn): Likewise.
5367 (dse_step1): Likewise for local "insn".
5369 * rtlanal.c (for_each_inc_dec): Strengthen param 1 from rtx * to
5370 rtx_insn **. Use for_each_rtx_in_insn rather than for_each_rtx.
5372 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5374 * sched-int.h (struct _dep): Strengthen fields "pro" and "con"
5375 from rtx to rtx_insn *.
5376 (DEP_PRO): Delete this function and...
5377 (SET_DEP_PRO): ...this function in favor of...
5378 (DEP_PRO): ...reinstate this macro.
5379 (DEP_CON): Delete this function and...
5380 (SET_DEP_CON): ...this function in favor of...
5381 (DEP_CON): ...reinstate this old macro.
5382 (init_dep_1): Strengthen params 2 and 3 from rtx to rtx_insn *.
5383 (init_dep): Likewise.
5384 (set_priorities): Likewise for both params.
5385 (sd_copy_back_deps): Likewise for params 1 and 2.
5387 * haifa-sched.c (priority): Likewise for param "insn" and local
5389 (set_priorities): Likewise for params "head" and "tail" and local
5391 (process_insn_forw_deps_be_in_spec): Likewise for param "twin" and
5393 (add_to_speculative_block): Add a checked cast.
5394 (create_check_block_twin): Drop use of SET_DEP_CON.
5395 (add_jump_dependencies): Strengthen params "insn" and "jump" from
5398 * sched-deps.c (init_dep_1): Likewise for params "pro" and "con".
5399 Drop use of SET_DEP_PRO
5400 (init_dep): Strengthen params "pro" and "con" from rtx to
5402 (sd_copy_back_deps): Likewise for params "to" and "from". Drop
5406 (SET_DEP_PRO): Delete.
5407 (SET_DEP_CON): Delete.
5409 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5411 * sel-sched-ir.h (struct vinsn_def): Strengthen field "insn_rtx"
5412 from rtx to rtx_insn *.
5413 (VINSN_INSN_RTX): Eliminate rvalue function and...
5414 (SET_VINSN_INSN): ...lvalue function in favor of...
5415 (VINSN_INSN_RTX): reinstate this old macro.
5417 * sel-sched-ir.c (vinsn_init): Eliminate use of SET_VINSN_INSN_RTX
5418 in favor of VINSN_INSN_RTX.
5419 (VINSN_INSN_RTX): Delete this function.
5420 (SET_VINSN_INSN_RTX): Likewise.
5422 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5424 * sel-sched-ir.h (insn_t): Strengthen from rtx to rtx_insn *.
5425 (BND_TO): Delete this function and...
5426 (SET_BND_TO): ...this functions in favor of...
5427 (BND_TO): ...reinstating this macro.
5428 (struct _fence): Strengthen field "executing_insns" from
5429 vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *. Strengthen fields
5430 "last_scheduled_insn" and "sched_next" from rtx to rtx_insn *.
5431 (_succ_iter_cond): Update param "succp" from rtx * to insn_t *
5432 and param "insn" from rtx to insn_t.
5433 (create_vinsn_from_insn_rtx): Strengthen first param from rtx to
5436 * sched-int.h (insn_vec_t): Strengthen from vec<rtx> to
5438 (rtx_vec_t): Likewise.
5439 (struct sched_deps_info_def): Strengthen param of "start_insn"
5440 callback from rtx to rtx_insn *. Likewise for param "insn2" of
5441 "note_mem_dep" callback and first param of "note_dep" callback.
5443 * haifa-sched.c (add_to_speculative_block): Strengthen param
5444 "insn" from rtx to rtx_insn *.
5445 (clear_priorities): Likewise.
5446 (calc_priorities): Likewise for local "insn".
5448 * sched-deps.c (haifa_start_insn): Likewise for param "insn".
5449 Remove redundant checked cast.
5450 (haifa_note_mem_dep): Likewise for param "pending_insn".
5451 (haifa_note_dep): Likewise for param "elem".
5452 (note_mem_dep): Likewise for param "e".
5453 (sched_analyze_1): Add checked casts.
5454 (sched_analyze_2): Likewise.
5456 * sel-sched-dump.c (dump_insn_vector): Strengthen local "succ"
5457 from rtx to rtx_insn *.
5458 (debug): Update param from vec<rtx> & to vec<rtx_insn *>, and
5459 from vec<rtx> * to vec<rtx_insn *> *.
5461 * sel-sched-ir.c (blist_add): Remove use of SET_BND_TO
5463 (flist_add): Strengthen param "executing_insns" from
5464 vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
5465 (advance_deps_context): Remove now-redundant checked cast.
5466 (init_fences): Replace uses of NULL_RTX with NULL.
5467 (merge_fences): Strengthen params "last_scheduled_insn" and
5468 "sched_next" from rtx to rtx_insn * and "executing_insns" from
5469 vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
5470 (add_clean_fence_to_fences): Replace uses of NULL_RTX with NULL.
5471 (get_nop_from_pool): Add local "nop_pat" so that "nop" can be
5472 an instruction, rather than doing double-duty as a pattern.
5473 (return_nop_to_pool): Update for change of insn_t.
5474 (deps_init_id): Remove now-redundant checked cast.
5475 (struct sched_scan_info_def): Strengthen param of "init_insn"
5476 callback from rtx to insn_t.
5477 (sched_scan): Strengthen local "insn" from rtx to rtx_insn *.
5478 (init_global_and_expr_for_insn): Replace uses of NULL_RTX with
5480 (get_seqno_by_succs): Strengthen param "insn" and locals "tmp",
5481 "end" from rtx to rtx_insn *.
5482 (create_vinsn_from_insn_rtx): Likewise for param "insn_rtx".
5483 (rtx insn_rtx, bool force_unique_p)
5484 (BND_TO): Delete function.
5485 (SET_BND_TO): Delete function.
5487 * sel-sched.c (advance_one_cycle): Strengthen local "insn" from
5489 (extract_new_fences_from): Replace uses of NULL_RTX with NULL.
5490 (replace_dest_with_reg_in_expr): Strengthen local "insn_rtx" from
5492 (undo_transformations): Likewise for param "insn".
5493 (update_liveness_on_insn): Likewise.
5494 (compute_live_below_insn): Likewise for param "insn" and local
5496 (update_data_sets): Likewise for param "insn".
5497 (fill_vec_av_set): Replace uses of NULL_RTX with NULL.
5498 (convert_vec_av_set_to_ready): Drop now-redundant checked cast.
5499 (invoke_aftermath_hooks): Strengthen param "best_insn" from rtx to
5501 (move_cond_jump): Likewise for param "insn".
5502 (move_cond_jump): Drop use of SET_BND_TO.
5503 (compute_av_set_on_boundaries): Likewise.
5504 (update_fence_and_insn): Replace uses of NULL_RTX with NULL.
5505 (update_and_record_unavailable_insns): Strengthen local "bb_end"
5506 from rtx to rtx_insn *.
5507 (maybe_emit_renaming_copy): Likewise for param "insn".
5508 (maybe_emit_speculative_check): Likewise.
5509 (handle_emitting_transformations): Likewise.
5510 (remove_insn_from_stream): Likewise.
5511 (code_motion_process_successors): Strengthen local "succ" from rtx
5514 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5516 * sel-sched-ir.h (ilist_t): Redefine this typedef in terms of
5517 ilist_t, not _xlist_t;
5518 (ILIST_INSN): Define in terms of new union field "insn".
5519 (ILIST_NEXT): Define in terms of _LIST_NEXT rather than
5521 (struct _list_node): Add new field "insn" to the union, of type
5523 (ilist_add): Replace macro with an inline function, requiring an
5525 (ilist_remove): Define this macro directly in terms of
5526 _list_remove, rather than indirectly via _xlist_remove.
5527 (ilist_clear): Likewise, in terms of _list_clear rather than
5529 (ilist_is_in_p): Replace macro with an inline function, requiring
5531 (_list_iter_cond_insn): New function.
5532 (ilist_iter_remove): Define this macro directly in terms of
5533 _list_iter_remove, rather than indirectly via _xlist_iter_remove.
5534 (ilist_iterator): Define directly in terms of _list_iterator
5535 rather than indirectly through _xlist_iterator.
5536 (FOR_EACH_INSN): Define in terms of _list_iter_cond_insn rather
5537 than in terms of _FOR_EACH_X.
5538 (FOR_EACH_INSN_1): Likewise.
5540 2014-08-26 Joseph Myers <joseph@codesourcery.com>
5544 * varasm.c (make_decl_rtl): Clear DECL_ASSEMBLER_NAME and
5545 DECL_HARD_REGISTER and return for invalid register specifications.
5546 * cfgexpand.c (expand_one_var): If expand_one_hard_reg_var clears
5547 DECL_HARD_REGISTER, call expand_one_error_var.
5548 * config/arm/arm.c (arm_hard_regno_mode_ok): Do not allow
5549 CC_REGNUM with non-MODE_CC modes.
5550 (arm_regno_class): Return NO_REGS for PC_REGNUM.
5552 2014-08-26 Marek Polacek <polacek@redhat.com>
5555 * sel-sched-ir.c (make_regions_from_the_rest): Fix condition.
5557 2014-08-26 Evandro Menezes <e.menezes@samsung.com>
5559 * config/arm/aarch64/aarch64.c (generic_addrcost_table): Delete
5560 qi cost; add di cost.
5561 (cortexa57_addrcost_table): Likewise.
5563 2014-08-26 Marek Polacek <polacek@redhat.com>
5566 * expr.c (is_aligning_offset): Remove logical not.
5568 2014-08-26 Marek Polacek <polacek@redhat.com>
5571 * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT,
5572 LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Wrap in parens.
5574 2014-08-26 Richard Biener <rguenther@suse.de>
5576 PR tree-optimization/62175
5577 * tree-ssa-loop-niter.c (expand_simple_operations): Do not
5578 expand possibly trapping operations.
5580 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5582 * config/rs6000/rs6000.c (class swap_web_entry): Strengthen field
5583 "insn" from rtx to rtx_insn *.
5584 (permute_load): Likewise for param "insn".
5585 (permute_store): Likewise.
5586 (handle_special_swappables): Likewise for local "insn".
5587 (replace_swap_with_copy): Likewise for locals "insn" and
5589 (rs6000_analyze_swaps): Likewise for local "insn".
5591 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5593 * regrename.h (struct du_chain): Strengthen field "insn" from rtx
5596 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5598 * sel-sched-ir.h (struct sel_region_bb_info_def): Strengthen field
5599 "note_list" from rtx to rtx_insn *.
5600 (BB_NOTE_LIST): Replace this function and...
5601 (SET_BB_NOTE_LIST): ...this function with...
5602 (BB_NOTE_LIST): ...the former macro implementation.
5604 * sched-int.h (concat_note_lists): Strengthen param "from_end" and
5605 local "from_start" from rtx to rtx_insn *. Strengthen param
5606 "to_endp" from rtx * to rtx_insn **.
5608 * haifa-sched.c (concat_note_lists): Likewise.
5609 * sel-sched-ir.c (init_bb): Eliminate SET_BB_NOTE_LIST in favor of
5611 (sel_restore_notes): Likewise.
5612 (move_bb_info): Likewise.
5613 (BB_NOTE_LIST): Delete this function.
5614 (SET_BB_NOTE_LIST): Delete this function.
5615 * sel-sched.c (create_block_for_bookkeeping): Eliminate
5616 SET_BB_NOTE_LIST in favor of BB_NOTE_LIST.
5618 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5620 * target.def (reorder): Strengthen param "ready" of this DEFHOOK
5621 from rtx * to rtx_insn **.
5622 (reorder2): Likewise.
5623 (dependencies_evaluation_hook): Strengthen params "head", "tail"
5624 from rtx to rtx_insn *.
5626 * doc/tm.texi: Update mechanically for above change to target.def.
5628 * sched-int.h (note_list): Strengthen this variable from rtx to
5630 (remove_notes): Likewise for both params.
5631 (restore_other_notes): Likewise for return type and first param.
5632 (struct ready_list): Strengthen field "vec" from rtx * to
5634 (struct dep_replacement): Strenghten field "insn" from rtx to
5636 (struct deps_desc): Likewise for fields "last_debug_insn",
5638 (struct haifa_sched_info): Likewise for callback field
5639 "can_schedule_ready_p"'s param, for first param of "new_ready"
5640 callback field, for both params of "rank" callback field, for
5641 first field of "print_insn" callback field (with a const), for
5642 both params of "contributes_to_priority" callback, for param
5643 of "insn_finishes_block_p" callback, for fields "prev_head",
5644 "next_tail", "head", "tail", for first param of "add_remove_insn"
5645 callback, for first param of "begin_schedule_ready" callback, for
5646 both params of "begin_move_insn" callback, and for second param
5647 of "advance_target_bb" callback.
5648 (add_dependence): Likewise for params 1 and 2.
5649 (sched_analyze): Likewise for params 2 and 3.
5650 (deps_analyze_insn): Likewise for param 2.
5651 (ready_element): Likewise for return type.
5652 (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
5653 (try_ready): Strenghten param from rtx to rtx_insn *.
5654 (sched_emit_insn): Likewise for return type.
5655 (record_delay_slot_pair): Likewise for params 1 and 2.
5656 (add_delay_dependencies): Likewise for param.
5657 (contributes_to_priority): Likewise for both params.
5658 (find_modifiable_mems): Likewise.
5660 * config/arm/arm.c (cortexa7_sched_reorder): Strengthen param
5661 "ready" from rtx * to rtx_insn **. Strengthen locals "insn",
5662 "first_older_only_insn" from rtx to rtx_insn *.
5663 (arm_sched_reorder): Strengthen param "ready" from rtx * to
5666 * config/c6x/c6x.c (struct c6x_sched_context): Strengthen field
5667 "last_scheduled_iter0" from rtx to rtx_insn *.
5668 (init_sched_state): Replace use of NULL_RTX with NULL for insn.
5669 (c6x_sched_reorder_1): Strengthen param "ready" and locals
5670 "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen local
5671 "insn" from rtx to rtx_insn *.
5672 (c6x_sched_reorder): Strengthen param "ready" from rtx * to
5674 (c6x_sched_reorder2): Strengthen param "ready" and locals
5675 "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen local
5676 "insn" from rtx to rtx_insn *.
5677 (c6x_variable_issue): Add a checked cast when assigning from insn
5678 to ss.last_scheduled_iter0.
5679 (split_delayed_branch): Strengthen param "insn" and local "i1"
5680 from rtx to rtx_insn *.
5681 (split_delayed_nonbranch): Likewise.
5682 (undo_split_delayed_nonbranch): Likewise for local "insn".
5683 (hwloop_optimize): Likewise for locals "seq", "insn", "prev",
5684 "entry_after", "end_packet", "head_insn", "tail_insn",
5685 "new_insns", "last_insn", "this_iter", "prev_stage_insn".
5686 Strengthen locals "orig_vec", "copies", "insn_copies" from rtx *
5687 to rtx_insn **. Remove now-redundant checked cast on last_insn,
5688 but add a checked cast on loop->start_label. Consolidate calls to
5689 avoid assigning result of gen_spkernel to "insn", now an
5692 * config/i386/i386.c (do_reorder_for_imul): Strengthen param
5693 "ready" from rtx * to rtx_insn **. Strengthen local "insn" from
5695 (swap_top_of_ready_list): Strengthen param "ready" from rtx * to
5696 rtx_insn **. Strengthen locals "top", "next" from rtx to
5698 (ix86_sched_reorder): Strengthen param "ready" from rtx * to
5699 rtx_insn **. Strengthen local "insn" from rtx to rtx_insn *.
5700 (add_parameter_dependencies): Strengthen params "call", "head" and
5701 locals "insn", "last", "first_arg" from rtx to rtx_insn *.
5702 (avoid_func_arg_motion): Likewise for params "first_arg", "insn".
5703 (add_dependee_for_func_arg): Likewise for param "arg" and local
5705 (ix86_dependencies_evaluation_hook): Likewise for params "head",
5706 "tail" and locals "insn", "first_arg".
5708 * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Likewise
5709 for params "head", "tail" and locals "insn", "next", "next_tail".
5710 (ia64_dfa_sched_reorder): Strengthen param "ready" and locals
5711 "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen locals
5712 "insn", "lowest", "highest" from rtx to rtx_insn *.
5713 (ia64_sched_reorder): Strengthen param "ready" from rtx * to
5715 (ia64_sched_reorder2): Likewise.
5717 * config/mep/mep.c (mep_find_ready_insn): Strengthen return type
5718 and local "insn" from rtx to rtx_insn *. Strengthen param "ready"
5719 from rtx * to rtx_insn **.
5720 (mep_move_ready_insn): Strengthen param "ready" from rtx * to
5722 (mep_print_sched_insn): Strengthen param "insn" from rtx to
5724 (mep_sched_reorder): Strengthen param "ready" from rtx * to
5725 rtx_insn **. Strengthen locals "core_insn", "cop_insn" from rtx
5728 * config/mips/mips.c (mips_promote_ready): Strengthen param "ready"
5729 from rtx * to rtx_insn **. Strengthen local "new_head" from rtx
5731 (mips_maybe_swap_ready): Strengthen param "ready" from rtx * to
5732 rtx_insn **. Strengthen local "temp" from rtx to rtx_insn *.
5733 (mips_macc_chains_reorder): Strengthen param "ready" from rtx * to
5735 (vr4130_reorder): Likewise.
5736 (mips_74k_agen_reorder): Likewise. Strengthen local "insn" from
5738 (mips_sched_reorder_1): Strengthen param "ready" from rtx * to
5740 (mips_sched_reorder): Likewise.
5741 (mips_sched_reorder2): Likewise.
5743 * config/picochip/picochip.c (picochip_sched_reorder): Likewise.
5745 * config/rs6000/rs6000.c (rs6000_sched_reorder): Likewise.
5746 Strengthen local "tmp" from rtx to rtx_insn *.
5747 (rs6000_sched_reorder2): Likewise.
5749 * config/s390/s390.c (s390_z10_prevent_earlyload_conflicts):
5750 Likewise. Update sizeof(rtx) to sizeof(rtx_insn *) in memmove.
5751 (s390_sched_reorder): Strengthen param "ready" from rtx * to
5752 rtx_insn **. Strengthen local "tmp" from rtx to rtx_insn *.
5754 * config/sh/sh.c (rank_for_reorder): Strengthen locals "tmp",
5755 "tmp2" from rtx to rtx_insn *.
5756 (swap_reorder): Strengthen param "a" from rtx * to rtx_insn **.
5757 Strengthen local "insn" from rtx to rtx_insn *.
5758 (ready_reorder): Strengthen param "ready" from rtx * to
5759 rtx_insn **. Update sizeof(rtx) to sizeof(rtx_insn *) in qsort.
5760 (sh_reorder): Strengthen param "ready" from rtx * to rtx_insn **.
5761 (sh_reorder2): Likewise.
5763 * config/spu/spu.c (spu_sched_reorder): Likewise. Strengthen
5764 local "insn" from rtx to rtx_insn *.
5766 * haifa-sched.c (note_list): Strengthen this variable from rtx to
5768 (scheduled_insns): Strengthen this variable from vec<rtx> to
5770 (set_modulo_params): Likewise for locals "i1", "i2".
5771 (record_delay_slot_pair): Likewise for params "i1", "i2".
5772 (add_delay_dependencies): Likewise for param "insn".
5773 (cond_clobbered_p): Likewise.
5774 (recompute_todo_spec): Likewise for local "prev".
5775 (last_scheduled_insn): Likewise for this variable.
5776 (nonscheduled_insns_begin): Likewise.
5777 (model_set_excess_costs): Strengthen param "insns" from rtx * to
5779 (rank_for_schedule): Strengthen locals "tmp", "tmp2" from rtx to
5781 (swap_sort): Strengthen param "a" from rtx * to rtx_insn **.
5782 Strengthen local "insn" from rtx to rtx_insn *.
5783 (queue_insn): Strengthen param "insn" from rtx to rtx_insn *.
5784 (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
5785 (ready_add): Strengthen param "insn" from rtx to rtx_insn *.
5786 (ready_remove_first): Likewise for return type and local "t".
5787 (ready_element): Likewise for return type.
5788 (ready_remove): Likewise for return type and local "t".
5789 (ready_sort): Strengthen local "first" from rtx * to rtx_insn **.
5790 (check_clobbered_conditions): Strengthen local "x" from rtx to
5791 rtx_insn *, adding a checked cast.
5792 (schedule_insn): Likewise for param "insn".
5793 (remove_notes): Likewise for params "head", "tail" and locals
5794 "next_tail", "insn", "next".
5795 (struct haifa_saved_data): Likewise for fields
5796 "last_scheduled_insn", "nonscheduled_insns_begin".
5797 (save_backtrack_point): Update for change to field "vec" of
5799 (toggle_cancelled_flags): Strengthen local "first" from rtx * to
5801 (restore_last_backtrack_point): Likewise. Strengthen local "insn"
5802 from rtx to rtx_insn *
5803 (resolve_dependencies): Strengthen param "insn" from rtx to
5805 (restore_other_notes): Likewise for return type, for param "head"
5806 and local "note_head".
5807 (undo_all_replacements): Likewise for local "insn".
5808 (first_nonscheduled_insn): Likewise for return type and local "insn".
5809 (queue_to_ready): Likewise for local "insn", adding checked casts.
5810 (early_queue_to_ready): Likewise for local "insn".
5811 (debug_ready_list_1): Strengthen local "p" from rtx * to
5813 (move_insn): Strengthen param "insn" and local "note" from rtx to
5815 (insn_finishes_cycle_p): Likewise for param "insn".
5816 (max_issue): Likewise for local "insn".
5817 (choose_ready): Likewise. Strengthen param "insn_ptr" from rtx *
5819 (commit_schedule): Strengthen param "prev_head" and local "insn"
5820 from rtx to rtx_insn *
5821 (prune_ready_list): Likewise for local "insn".
5822 (schedule_block): Likewise for locals "prev_head", "head", "tail",
5823 "skip_insn", "insn", "failed_insn", "x", adding a checked cast.
5824 (set_priorities): Likewise for local "prev_head".
5825 (try_ready): Likewise for param "next".
5826 (fix_tick_ready): Likewise.
5827 (change_queue_index): Likewise.
5828 (sched_extend_ready_list): Update for change to field "vec" of
5830 (generate_recovery_code): Strengthen param "insn" from rtx to
5832 (begin_speculative_block): Likewise.
5833 (create_check_block_twin): Likewise for param "insn" and locals
5834 "label", "check", "twin". Introduce local "check_pat" to avoid
5835 "check" being used as a plain rtx before being used as an insn.
5836 (fix_recovery_deps): Add a checked cast to rtx_insn * when
5837 extracting elements from ready_list.
5838 (sched_remove_insn): Strengthen param "insn" from rtx to
5840 (sched_emit_insn): Likewise for return type.
5841 (ready_remove_first_dispatch): Likewise for return type and local
5844 * hw-doloop.c (discover_loop): Add a checked cast to rtx_insn *.
5846 * modulo-sched.c (sms_print_insn): Strengthen from const_rtx to
5849 * sched-deps.c (add_dependence): Strengthen params "con", "pro"
5850 from rtx to rtx_insn *.
5851 (add_dependence_list): Likewise for param "insn". Add a checked
5853 (add_dependence_list_and_free): Strengthen param "insn" from rtx
5854 to rtx_insn *. Strengthen param "list_p" from rtx * to
5856 (chain_to_prev_insn): Strengthen param "insn" and locals
5857 "prec_nonnote", "i" from rtx to rtx_insn *.
5858 (flush_pending_lists): Likewise for param "insn".
5859 (cur_insn): Likewise for this variable.
5860 (haifa_start_insn): Add a checked cast.
5861 (note_dep): Strengthen param "e" from rtx to rtx_insn *.
5862 (sched_analyze_reg): Likewise for param "insn".
5863 (sched_analyze_1): Likewise.
5864 (sched_analyze_2): Likewise. Add checked casts.
5865 (sched_analyze_insn): Likewise. Also for local "prev".
5866 (deps_analyze_insn): Likewise for param "insn".
5867 (sched_analyze): Likewise for params "head", "tail" and local "insn".
5868 (add_dependence_1): Likewise for params "insn", "elem".
5869 (struct mem_inc_info): Likewise for fields "inc_insn", "mem_insn".
5870 (parse_add_or_inc): Likewise for param "insn".
5871 (find_inc): Likewise for local "inc_cand".
5872 (find_modifiable_mems): Likewise for params "head", "tail" and
5873 locals "insn", "next_tail".
5875 * sched-ebb.c (init_ready_list): Likewise for local "insn".
5876 (begin_schedule_ready): Likewise for param "insn".
5877 (begin_move_insn): Likewise for params "insn" and "last".
5878 (ebb_print_insn): Strengthen param "insn" from const_rtx to
5880 (rank): Strengthen params "insn1", "insn2" from rtx to rtx_insn *.
5881 (ebb_contributes_to_priority): Likewise for params "next", "insn".
5882 (ebb_add_remove_insn): Likewise for param "insn".
5883 (advance_target_bb): Likewise.
5885 * sched-rgn.c (rgn_estimate_number_of_insns): Likewise for local
5887 (check_live): Likewise for param "insn".
5888 (init_ready_list): Likewise for local "insn".
5889 (can_schedule_ready_p): Likewise for param "insn".
5890 (begin_schedule_ready): Likewise.
5891 (new_ready): Likewise for param "next".
5892 (rgn_print_insn): Likewise for param "insn".
5893 (rgn_rank): Likewise for params "insn1", "insn2".
5894 (contributes_to_priority): Likewise for params "next", "insn".
5895 (rgn_insn_finishes_block_p): Likewise for param "insn".
5896 (add_branch_dependences): Likewise for params "head", "tail" and
5897 locals "insn", "last".
5898 (rgn_add_remove_insn): Likewise for param "insn".
5899 (advance_target_bb): Likewise.
5901 * sel-sched-dump.c (sel_print_insn): Strengthen param "insn" from
5902 const_rtx to const rtx_insn *.
5904 * sel-sched-dump.h (sel_print_insn): Likewise.
5906 * sel-sched-ir.c (advance_deps_context): Add a checked cast.
5907 (deps_init_id): Likewise.
5909 * sel-sched.c (convert_vec_av_set_to_ready): Likewise.
5910 (invoke_reorder_hooks): Strengthen local "arr" from rtx * to
5913 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5915 * output.h (final_start_function): Strengthen param 1 from rtx to
5918 * final.c (final_start_function): Likewise, renaming back from
5919 "uncast_first" to "first", and dropping the checked cast from rtx
5922 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5924 * output.h (final): Strengthen param 1 from rtx to rtx_insn *.
5925 * final.c (final): Likewise. Rename param back from
5926 "uncast_first" to "first" and eliminate the checked cast from rtx
5929 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5931 * output.h (shorten_branches): Strengthen param from rtx to
5934 * final.c (shorten_branches): Likewise, renaming param back from
5935 "uncast_first" to "first", and dropping the checked cast from rtx
5938 * genattr.c (gen_attr): Likewise when writing out the prototype of
5941 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5943 * sched-int.h (struct haifa_sched_info): Strengthen fields
5944 "prev_head" and "next_tail" from rtx to rtx_insn *.
5946 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5948 * rtl.h (rtx_jump_table_data::get_labels): New method.
5949 * cfgbuild.c (make_edges): Replace hand-coded lookup of labels
5950 with use of the new rtx_jump_table_data::get_labels method.
5951 (purge_dead_tablejump_edges): Strengthen param "table" from rtx
5952 to rtx_jump_table_data *. Simplify by using get_labels method.
5953 * cfgrtl.c (delete_insn): Replace use of JUMP_TABLE_DATA_P with
5954 a dyn_cast, introducing local "table", using it to replace
5955 label-lookup logic with a get_labels method call.
5956 (patch_jump_insn): Simplify using get_labels method.
5957 * dwarf2cfi.c (create_trace_edges): Likewise.
5958 * rtlanal.c (label_is_jump_target_p): Likewise.
5960 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5962 * rtl.h (unshare_all_rtl_again): Strengthen param "insn" from rtx
5965 * emit-rtl.c (unshare_all_rtl_1): Likewise.
5966 (unshare_all_rtl_again): Likewise, also for local "p".
5968 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5970 * rtl.h (delete_insn_and_edges): Strengthen param "insn" from rtx
5972 * cfgrtl.c (delete_insn_and_edges): Likewise.
5974 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5976 * rtl.h (reorder_insns): Strengthen params "from", "to", "after"
5977 from rtx to rtx_insn *.
5979 * emit-rtl.c (reorder_insns): Likewise, also for local "insn".
5981 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5983 * function.c (thread_prologue_and_epilogue_insns): Likewise for
5984 locals "returnjump", "epilogue_end", "insn", "next".
5986 * shrink-wrap.h (get_unconverted_simple_return): Strengthen param
5987 "returnjump" from rtx * to rtx_insn **.
5988 * shrink-wrap.c (get_unconverted_simple_return): Likewise.
5990 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5992 * basic-block.h (struct edge_def). Strengthen "r" within
5993 union edge_def_insns from rtx to rtx_insn *.
5995 * cfgexpand.c (pass_expand::execute): Remove now-redundant cast
5996 from rtx to rtx_insn *. Strengthen local "insns" from rtx to
5998 * cfgrtl.c (commit_one_edge_insertion): Remove now-redundant cast
5999 from rtx to rtx_insn *.
6000 * cprop.c (find_bypass_set): Strengthen local "insn" from rtx to
6002 * postreload-gcse.c (reg_killed_on_edge): Likewise.
6003 (reg_used_on_edge): Likewise.
6004 * tree-cfg.c (gt_ggc_mx): New overload for rtx_insn *&.
6005 (gt_pch_nx): New overload for rtx_insn *&.
6006 * tree-outof-ssa.c (expand_phi_nodes): Strengthen local "insns"
6007 from rtx to rtx_insn *.
6009 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6011 * basic-block.h (struct rtl_bb_info): Strengthen field "footer_"
6012 from rtx to rtx_insn *.
6013 (BB_FOOTER): Replace function with access macro.
6014 (SET_BB_FOOTER): Delete.
6016 * cfgcleanup.c (try_optimize_cfg): Replace uses of SET_BB_FOOTER
6018 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
6019 (emit_barrier_after_bb): Likewise.
6020 (record_effective_endpoints): Likewise.
6021 (relink_block_chain): Likewise.
6022 (fixup_fallthru_exit_predecessor): Likewise.
6023 (cfg_layout_duplicate_bb): Likewise.
6024 (cfg_layout_split_block): Likewise.
6025 (cfg_layout_delete_block): Likewise.
6026 (cfg_layout_merge_blocks): Likewise.
6027 (BB_FOOTER): Delete function.
6028 (SET_BB_FOOTER): Delete function.
6029 * combine.c (update_cfg_for_uncondjump): Replace uses of
6030 SET_BB_FOOTER with BB_FOOTER.
6032 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6034 * except.h (struct eh_landing_pad_d): Strengthen field
6035 "landing_pad" from rtx to rtx_code_label *.
6037 * except.c (sjlj_emit_dispatch_table): Likewise for param
6039 (sjlj_build_landing_pads): Likewise for local "dispatch_label".
6041 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6043 * config/xtensa/xtensa-protos.h (xtensa_emit_loop_end): Strengthen
6044 first param from rtx to rtx_insn *.
6045 * config/xtensa/xtensa.c (struct machine_function): Likewise for
6046 field "set_frame_ptr_insn".
6047 (xtensa_expand_compare_and_swap): Strengthen locals "csloop" and
6048 "csend" from rtx to rtx_code_label *.
6049 (xtensa_expand_atomic): Likewise for local "csloop".
6050 (xtensa_emit_loop_end): Strengthen param "insn" from rtx to
6052 (xtensa_call_tls_desc): Likewise for return type and locals
6053 "call_insn", "insns".
6054 (xtensa_legitimize_tls_address): Likewise for local "insns".
6055 (xtensa_expand_prologue): Likewise for locals "insn", "first".
6057 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6059 * config/v850/v850-protos.h (v850_adjust_insn_length): Strengthen
6060 first param from rtx to rtx_insn *.
6061 * config/v850/v850.c (v850_adjust_insn_length): Likewise for param
6064 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6066 * config/tilepro/tilepro-protos.h (tilepro_output_cbranch_with_opcode):
6067 Strengthen param 1 from rtx to rtx_insn *.
6068 (tilepro_output_cbranch): Likewise.
6069 (tilepro_adjust_insn_length): Likewise.
6070 (tilepro_final_prescan_insn): Likewise for sole param.
6072 * config/tilepro/tilepro.c (tilepro_legitimize_tls_address):
6073 Likewise for local "last".
6074 (cbranch_predicted_p): Likewise for param "insn".
6075 (tilepro_output_simple_cbranch_with_opcode): Likewise.
6076 (tilepro_output_cbranch_with_opcode): Likewise.
6077 (tilepro_output_cbranch): Likewise.
6078 (frame_emit_load): Likewise for return type and locals "seq",
6080 (emit_sp_adjust): Likewise for return type and local "insn".
6081 (tilepro_expand_epilogue): Likewise for locals "last_insn",
6083 (tilepro_adjust_insn_length): Likewise for param "insn".
6084 (next_insn_to_bundle): Likewise for return type and params
6086 (tilepro_gen_bundles): Likewise for locals "insn", "next", "end".
6087 (replace_pc_relative_symbol_ref): Likewise for param "insn" and
6089 (match_addli_pcrel): Likewise for param "insn".
6090 (replace_addli_pcrel): Likewise.
6091 (match_auli_pcrel): Likewise.
6092 (replace_auli_pcrel): Likewise.
6093 (tilepro_fixup_pcrel_references): Likewise for locals "insn",
6095 (reorder_var_tracking_notes): Likewise for locals "insn", "next",
6096 "queue", "next_queue", "prev".
6097 (tilepro_asm_output_mi_thunk): Likewise for local "insn".
6098 (tilepro_final_prescan_insn): Likewise for param "insn".
6100 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6102 * config/tilegx/tilegx-protos.h (tilegx_output_cbranch_with_opcode):
6103 Strengthen param 1 from rtx to rtx_insn *.
6104 (tilegx_output_cbranch): Likewise.
6105 (tilegx_adjust_insn_length): Likewise.
6106 (tilegx_final_prescan_insn): Likewise for sole param.
6108 * config/tilegx/tilegx.c (tilegx_legitimize_tls_address): Likewise
6110 (cbranch_predicted_p): Likewise for param "insn".
6111 (tilegx_output_simple_cbranch_with_opcode): Likewise.
6112 (tilegx_output_cbranch_with_opcode): Likewise.
6113 (tilegx_output_cbranch): Likewise.
6114 (frame_emit_load): Likewise for return type.
6115 (set_frame_related_p): Likewise for locals "seq", "insn".
6116 (emit_sp_adjust): Likewise for return type, and for local "insn".
6117 Introduce local "pat" for use in place of "insn" where the latter
6118 isn't an instruction.
6119 (tilegx_expand_epilogue): Strengthen locals "last_insn", "insn"
6120 from rtx to rtx_insn *.
6121 (tilegx_adjust_insn_length): Likewise for param "insn".
6122 (next_insn_to_bundle): Likewise for return type and params "r" and
6124 (tilegx_gen_bundles): Likewise for locals "insn", "next", "prev",
6126 (replace_insns): Likewise for params "old_insn", "new_insns".
6127 (replace_mov_pcrel_step1): Likewise for param "insn" and local
6129 (replace_mov_pcrel_step2): Likewise.
6130 (replace_mov_pcrel_step3): Likewise.
6131 (tilegx_fixup_pcrel_references): Likewise for locals "insn",
6133 (reorder_var_tracking_notes): Likewise for locals "insn", "next",
6134 "queue", "next_queue", "prev".
6135 (tilegx_output_mi_thunk): Likewise for local "insn".
6136 (tilegx_final_prescan_insn): Likewise for param "insn".
6138 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6140 * config/spu/spu.c (frame_emit_store): Strengthen return type from
6142 (frame_emit_load): Likewise.
6143 (frame_emit_add_imm): Likewise, also for local "insn".
6144 (spu_expand_prologue): Likewise for local "insn".
6145 (struct spu_bb_info): Likewise for field "prop_jump".
6146 (emit_nop_for_insn): Likewise for param "insn" and local
6148 (pad_bb): Likewise for locals "insn", "next_insn", "prev_insn",
6150 (spu_emit_branch_hint): Likewise for params "before", "branch" and
6151 locals "hint", "insn".
6152 (get_branch_target): Likewise for param "branch".
6153 (insn_clobbers_hbr): Likewise for param "insn".
6154 (insert_hbrp_for_ilb_runout): Likewise for param "first" and
6155 locals "insn", "before_4", "before_16".
6156 (insert_hbrp): Likewise for local "insn".
6157 (spu_machine_dependent_reorg): Likewise for locals "branch",
6158 "insn", "next", "bbend".
6159 (uses_ls_unit): Likewise for param "insn".
6160 (get_pipe): Likewise.
6161 (spu_sched_variable_issue): Rename param "insn" to "uncast_insn",
6162 introducing a checked cast.
6163 (spu_sched_adjust_cost): Likewise for params "insn" and
6165 (ea_load_store_inline): Strengthen local "insn" from rtx to rtx_insn *.
6166 (spu_sms_res_mii): Likewise.
6168 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6170 * config/sparc/sparc-protos.h (output_ubranch): Strengthen param 2
6171 from rtx to rtx_insn *.
6172 (output_cbranch): Likewise for param 6.
6173 (output_return): Likewise for param 1.
6174 (output_sibcall): Likewise.
6175 (output_v8plus_shift): Likewise.
6176 (output_v8plus_mult): Likewise.
6177 (output_v9branch): Likewise for param 7.
6178 (output_cbcond): Likewise for param 3.
6180 * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise
6182 (sparc_legitimize_pic_address): Likewise.
6183 (sparc_emit_call_insn): Likewise.
6184 (emit_save_or_restore_regs): Likewise.
6185 (emit_window_save): Likewise for return type and local "insn".
6186 (sparc_expand_prologue): Likewise for local "insn".
6187 (sparc_flat_expand_prologue): Likewise.
6188 (output_return): Likewise for param "insn".
6189 (output_sibcall): Likewise for param "insn" and local "delay".
6190 (output_ubranch): Likewise for param "insn".
6191 (output_cbranch): Likewise.
6192 (output_cbcond): Likewise.
6193 (output_v9branch): Likewise.
6194 (output_v8plus_shift): Likewise.
6195 (sparc_output_mi_thunk): Likewise for local "insn".
6196 (get_some_local_dynamic_name): Likewise.
6197 (output_v8plus_mult): Likewise for param "insn".
6199 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6201 * config/sh/sh-protos.h (output_ieee_ccmpeq): Strengthen param 1
6202 from rtx to rtx_insn *.
6203 (output_branchy_insn): Likewise for param 3.
6204 (output_far_jump): Likewise for param 1.
6205 (final_prescan_insn): Likewise.
6206 (sh_insn_length_adjustment): Likewise for sole param.
6208 * config/sh/sh.c (expand_cbranchsi4): Likewise for local "jump".
6209 (expand_cbranchdi4): Strengthen local "skip_label" from rtx to
6211 (sh_emit_compare_and_set): Likewise for local "lab".
6212 (output_far_jump): Strengthen param "insn" and local "prev" from
6214 (output_branchy_insn): Likewise for param "insn" and local
6216 (output_ieee_ccmpeq): Likewise for param "insn".
6217 (struct label_ref_list_d): Strengthen field "label" from rtx to
6219 (pool_node): Likewise.
6220 (pool_window_label): Likewise for this global.
6221 (add_constant): Likewise for return type and locals "lab", "new_rtx".
6222 (dump_table): Strengthen params "start", "barrier" and local
6223 "scan" from rtx to rtx_insn *.
6224 (broken_move): Likewise for param "insn".
6225 (untangle_mova): Likewise for params "first_mova" and "new_mova".
6226 Strengthen param "first_mova" from rtx * to rtx_insn **.
6227 (mova_p): Likewise for param "insn".
6228 (fixup_mova): Likewise for param "mova".
6229 (find_barrier): Likewise for return type, params "mova" and
6230 "from", and locals "barrier_before_mova", "found_barrier",
6231 "good_barrier", "orig", "last_symoff", "next". Strengthen local
6232 "label" from rtx to rtx_code_label *.
6233 (sh_loop_align): Strengthen locals "first", "insn", "mova" from
6235 (sh_reorg): Likewise for locals "link", "scan", "barrier".
6236 (split_branches): Likewise for param "first" and local "insn".
6237 (final_prescan_insn): Likewise for param "insn".
6238 (sequence_insn_p): Likewise for locals "prev", "next".
6239 (sh_insn_length_adjustment): Likewise for param "insn".
6240 (sh_can_redirect_branch): Likewise for local "insn".
6241 (find_r0_life_regions): Likewise for locals "end", "insn".
6242 (sh_output_mi_thunk): Likewise for local "insns".
6244 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6246 * config/score/score.c (score_output_mi_thunk): Strengthen local
6247 "insn" from rtx to rtx_insn *.
6248 (score_prologue): Likewise.
6250 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6252 * config/s390/s390-protos.h (s390_match_ccmode): Strengthen param
6253 1 from rtx to rtx_insn *.
6254 (s390_emit_jump): Likewise for return type.
6255 (s390_emit_call): Likewise.
6256 (s390_load_got): Likewise.
6258 * config/s390/s390.c (last_scheduled_insn): Likewise for this
6260 (s390_match_ccmode): Likewise for param "insn".
6261 (s390_emit_jump): Likewise for return type.
6262 (s390_split_branches): Likewise for local "label".
6263 (struct constant): Strengthen field "label" from rtx to
6265 (struct constant_pool): Likewise for field "label". Strengthen
6266 fields "first_insn", "pool_insn", "emit_pool_after" from rtx to
6268 (s390_alloc_pool): Replace NULL_RTX with NULL when dealing with
6270 (s390_start_pool): Strengthen param "insn" from rtx to rtx_insn *.
6271 (s390_end_pool): Likewise.
6272 (s390_dump_pool): Likewise for local "insn".
6273 (s390_mainpool_start): Likewise.
6274 (s390_chunkify_start): Likewise.
6275 (s390_chunkify_start): Replace NULL_RTX with NULL when dealing
6276 with insns. Strengthen locals "label", "jump", "barrier", "next",
6277 "prev", "vec_insn", "insn" from rtx to rtx_insn *.
6278 (s390_chunkify_finish): Strengthen local "insn" from rtx to
6280 (s390_chunkify_cancel): Likewise for locals "insn", "barrier",
6281 "jump", "label", "next_insn".
6282 (s390_regs_ever_clobbered): Likewise for local "cur_insn".
6283 (s390_optimize_nonescaping_tx): Likewise for locals "insn",
6285 (s390_load_got): Likewise for return type and local "insns".
6286 (s390_save_gprs_to_fprs): Likewise for local "insn".
6287 (s390_restore_gprs_from_fprs): Likewise.
6288 (pass_s390_early_mach::execute): Likewise.
6289 (s390_emit_prologue): Likewise for local "insns".
6290 (s390_expand_tbegin): Strengthen local "leave_label" from rtx to
6292 (s390_emit_call): Strengthen return type and local "insn" from
6294 (s390_emit_tpf_eh_return): Likewise for local "insn".
6295 (s390_optimize_prologue): Likewise for locals "insn", "new_insn",
6296 "next_insn", introducing locals "s_pat", "rpat" to allow this.
6297 (s390_fix_long_loop_prediction): Likewise for param "insn" and
6299 (s390_non_addr_reg_read_p): Likewise for param "insn".
6300 (find_cond_jump): Likewise for return type and param "insn".
6301 (s390_swap_cmp): Likewise for param "insn".
6302 (s390_z10_optimize_cmp): Likewise for param "insn" and locals
6303 "prev_insn", "next_insn".
6304 (s390_reorg): Likewise for locals "insn", "target".
6305 (s390_z10_prevent_earlyload_conflicts): Likewise for local "insn".
6306 (s390_sched_variable_issue): For now, rename param "insn" to
6307 "uncast_insn", introducing a checked cast.
6308 (s390_sched_init): Replace NULL_RTX with NULL when dealing with
6310 (s390_loop_unroll_adjust): Strengthen local "insn" from rtx to
6311 rtx_insn *. Use for_each_rtx_in_insn rather than for_each_rtx.
6313 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6315 * config/rx/rx-protos.h (rx_adjust_insn_length): Strengthen first
6316 param from rtx to rtx_insn *.
6317 * config/rx/rx.c (rx_adjust_insn_length): Likewise for param "insn".
6319 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6321 * config/rs6000/rs6000-protos.h (output_cbranch): Strengthen param
6322 4 from rtx to rtx_insn *.
6323 (rs6000_final_prescan_insn): Likewise for first param.
6324 * config/rs6000/rs6000.c (rs6000_emit_set_const): Likewise for
6326 (rs6000_get_some_local_dynamic_name): Likewise.
6327 (output_cbranch): Likewise for param "insn".
6328 (spe_func_has_64bit_regs_p): Likewise for locals "insns", "insn".
6329 (rs6000_function_ok_for_sibcall): Likewise for locals "top", "insn".
6330 (rs6000_emit_allocate_stack): Likewise for local "insn".
6331 (load_cr_save): Likewise.
6332 (restore_saved_cr): Likewise.
6333 (restore_saved_lr): Likewise.
6334 (emit_cfa_restores): Likewise.
6335 (rs6000_output_function_epilogue): Likewise for locals "insn" and
6336 "deleted_debug_label".
6337 (rs6000_output_mi_thunk): Likewise for local "insn".
6338 (rs6000_final_prescan_insn): Likewise for param "insn".
6340 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6342 * config/picochip/picochip-protos.h (picochip_final_prescan_insn):
6343 Strengthen param "insn" from rtx to rtx_insn *.
6344 * config/picochip/picochip.c (picochip_current_prescan_insn):
6345 Likewise for this variable.
6346 (picochip_final_prescan_insn): Likewise for param "insn".
6348 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6350 * config/pa/pa-protos.h (pa_output_call): Strengthen first param
6351 from rtx to rtx_insn *.
6352 (pa_output_indirect_call): Likewise.
6353 (pa_adjust_insn_length): Likewise.
6354 (pa_attr_length_millicode_call): Likewise.
6355 (pa_attr_length_call): Likewise.
6356 (pa_attr_length_indirect_call): Likewise.
6358 * config/pa/pa.c (pa_adjust_insn_length): Likewise for param
6360 (pa_attr_length_millicode_call): Likewise.
6361 (pa_attr_length_call): Likewise.
6362 (pa_output_call): Likewise.
6363 (pa_attr_length_indirect_call): Likewise.
6364 (pa_output_indirect_call): Likewise.
6366 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6368 * config/nds32/nds32-protos.h (nds32_adjust_insn_length):
6369 Strengthen first param from rtx to rtx_insn *.
6370 * config/nds32/nds32.c (nds32_adjust_insn_length): Likewise for
6373 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6375 * config/mips/mips-protos.h (mips_emit_move): Strengthen return
6376 type from rtx to rtx_insn *.
6377 (mips_expand_call): Likewise.
6378 (mips_adjust_insn_length): Likewise for first param.
6379 (mips_output_conditional_branch): Likewise.
6380 (mips_output_order_conditional_branch): Likewise.
6381 (mips_final_prescan_insn): Likewise.
6383 * config/mips/mips.c (SEQ_BEGIN): For now, add checked cast to
6384 rtx_insn * for the SEQUENCE case.
6385 (SEQ_END): Likewise.
6386 (mips_emit_move): Strengthen return type from rtx to rtx_insn *.
6387 (mips_emit_call_insn): Likewise, also for local "insn".
6388 (mips16_gp_pseudo_reg): Likewise for local "scan".
6389 (mips16_build_call_stub): Likewise for return type and for local
6390 "insn". Introduce a new local "pattern" so that "insn" can indeed
6392 (mips_expand_call): Strengthen return type and local "insn" from
6394 (mips_block_move_loop): Strengthen local "label" from rtx to
6396 (mips_expand_synci_loop): Likewise for locals "label",
6398 (mips_set_frame_expr): Strengthen local "insn" from rtx to
6400 (mips16e_collect_argument_saves): Likewise for locals "insn",
6402 (mips_find_gp_ref): Likewise for param of callback for "pred"
6403 param, and for local "insn".
6404 (mips_insn_has_inflexible_gp_ref_p): Likewise for param "insn".
6405 (mips_insn_has_flexible_gp_ref_p): Likewise.
6406 (mips_epilogue_emit_cfa_restores): Likewise for return type and
6408 (mips_epilogue_set_cfa): Likewise for local "insn".
6409 (mips_expand_epilogue): Likewise.
6410 (mips_adjust_insn_length): Likewise for param "insn".
6411 (mips_output_conditional_branch): Likewise.
6412 (mips_output_order_conditional_branch): Likewise.
6413 (struct mips_ls2): Likewise for fields "alu1_turn_enabled_insn",
6414 "alu2_turn_enabled_insn", "falu1_turn_enabled_insn",
6415 "falu2_turn_enabled_insn".
6416 (mips_builtin_branch_and_move): Strengthen locals "true_label",
6417 "done_label" from rtx to rtx_code_label *.
6418 (struct mips16_constant): Likewise for field "label".
6419 (mips16_add_constant): Likewise for return type.
6420 (mips16_emit_constants_1): Strengthen return type and param "insn"
6421 from rtx to rtx_insn *.
6422 (mips16_emit_constants): Likewise for param "insn".
6423 (mips16_insn_length): Likewise.
6424 (mips16_rewrite_pool_constant): Strengthen local "label" from rtx
6425 to rtx_code_label *.
6426 (struct mips16_rewrite_pool_refs_info): Strengthen field "insn"
6427 from rtx to rtx_insn *.
6428 (mips16_lay_out_constants): Likewise for locals "insn", "barrier",
6429 "jump". Strengthen local "label" from rtx to rtx_code_label *.
6430 (r10k_simplify_address): Strengthen param "insn" and local
6431 "def_insn" from rtx to rtx_insn *.
6432 (r10k_safe_address_p): Strengthen param "insn" from rtx to
6434 (r10k_needs_protection_p_1): Update target type of cast of data
6435 from to rtx to rtx_insn *.
6436 (r10k_needs_protection_p_store): Strengthen local "insn_ptr" from
6437 rtx * to rtx_insn **.
6438 (r10k_needs_protection_p): Strengthen param "insn" from rtx to
6440 (r10k_insert_cache_barriers): Likewise for locals "insn", "end".
6441 (mips_call_expr_from_insn): Likewise for param "insn".
6442 (mips_pic_call_symbol_from_set): Likewise for local "def_insn".
6443 (mips_find_pic_call_symbol): Likewise for param "insn".
6444 (mips_annotate_pic_calls): Likewise for local "insn".
6445 (mips_sim_insn): Likewise for this variable.
6446 (struct mips_sim): Likewise for field "insn" within elements of
6448 (mips_sim_wait_reg): Likewise for param "insn".
6449 (mips_sim_wait_regs): Likewise.
6450 (mips_sim_wait_units): Likewise.
6451 (mips_sim_wait_insn): Likewise.
6452 (mips_sim_issue_insn): Likewise.
6453 (mips_sim_finish_insn): Likewise.
6454 (mips_seq_time): Likewise for param "seq" and local "insn".
6455 (vr4130_avoid_branch_rt_conflict): Likewise for param "insn" and
6456 locals "first", "second".
6457 (vr4130_align_insns): Likewise for locals "insn", "subinsn",
6458 "last", "last2", "next".
6459 (mips_avoid_hazard): Likewise for params "after", "insn".
6460 (mips_reorg_process_insns): Likewise for locals "insn",
6461 "last_insn", "subinsn", "next_insn".
6462 (mips_has_long_branch_p): Likewise for locals "insn", "subinsn".
6463 (mips16_split_long_branches): Likewise for locals "insn" "jump",
6465 (mips_output_mi_thunk): Likewise for local "insn".
6466 (mips_final_prescan_insn): Likewise for param "insn".
6468 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6470 * config/microblaze/microblaze.c (microblaze_call_tls_get_addr):
6471 Strengthen return type and local "insns" from rtx to rtx_insn *.
6472 (microblaze_legitimize_tls_address): Likewise for local "insns".
6473 (microblaze_block_move_loop): Strengthen local "label" from rtx
6474 to rtx_code_label *.
6475 (microblaze_expand_prologue): Strengthen two locals named "insn"
6476 from rtx to rtx_insn *.
6477 (microblaze_asm_output_mi_thunk): Likewise for local "insn".
6478 (microblaze_expand_divide): Likewise for locals "jump", "cjump",
6479 "insn". Strengthen locals "div_label", "div_end_label" from rtx
6480 to rtx_code_label *.
6482 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6484 * config/mep/mep-protos.h (mep_mulr_source): Strengthen first
6485 param from rtx to rtx_insn *.
6486 (mep_reuse_lo): Likewise for third param.
6487 (mep_use_post_modify_p): Likewise for first param.
6488 (mep_core_address_length): Likewise.
6489 (mep_cop_address_length): Likewise.
6490 (mep_final_prescan_insn): Likewise.
6491 (mep_store_data_bypass_p): Likewise for both params.
6492 (mep_mul_hilo_bypass_p): Likewise.
6493 (mep_ipipe_ldc_p): Likewise for param.
6495 * config/mep/mep.c (mep_mulr_source): Likewise for param "insn".
6496 (mep_rewrite_mult): Likewise.
6497 (mep_rewrite_mulsi3): Likewise.
6498 (mep_rewrite_maddsi3): Likewise.
6499 (mep_reuse_lo_p_1): Likewise.
6500 (mep_reuse_lo_p): Likewise.
6501 (mep_frame_expr): Likewise.
6502 (mep_make_parallel): Likewise for both params.
6503 (mep_use_post_modify_p_1): Likewise for param "set_insn" and
6505 (mep_use_post_modify_p): Likewise for param "insn".
6506 (mep_core_address_length): Likewise.
6507 (mep_cop_address_length): Likewise.
6508 (mep_reg_set_in_function): Likewise for local "insn".
6509 (mep_asm_without_operands_p): Likewise.
6510 (F): Likewise for return type and param "x".
6511 (add_constant): Likewise for local "insn".
6512 (maybe_dead_move): Likewise for return type and local "insn".
6513 (mep_expand_prologue): Likewise for local "insn".
6514 (mep_final_prescan_insn): Likewise for param "insn".
6515 (mep_reorg_regmove): Likewise for param "insns" and locals "insn",
6516 "next", "follow", "x".
6517 (mep_insert_repeat_label_last): Likewise for return type, param
6518 "last_insn", and locals "next", "prev". Strengthen param "label"
6519 from rtx to rtx_code_label *.
6520 (struct mep_doloop_begin): Strengthen field "insn" from rtx to
6522 (struct mep_doloop_end): Likewise for fields "insn" and
6524 (mep_reorg_repeat): Likewise for param "insns" and local "insn".
6525 Strengthen local "repeat_label" from rtx to rtx_code_label *.
6526 (mep_invertable_branch_p): Strengthen param "insn" from rtx to
6528 (mep_invert_branch): Likewise for params "insn" and "after".
6529 (mep_reorg_erepeat): Likewise for param "insns" and locals
6530 "insn", "prev", "new_last", "barrier", "user". Strengthen local
6531 "l" from rtx to rtx_code_label *.
6532 (mep_jmp_return_reorg): Strengthen param "insns" and local "insn"
6533 from rtx to rtx_insn *.
6534 (mep_reorg_addcombine): Likewise for param "insns" and locals
6536 (add_sp_insn_p): Likewise for param "insn".
6537 (mep_reorg_noframe): Likewise for param "insns" and locals
6538 "start_frame_insn", "end_frame_insn", "next".
6539 (mep_reorg): Likewise for local "insns".
6540 (mep_store_data_bypass_1): Likewise for param "prev". Add checked
6542 (mep_store_data_bypass_p): Likewise for params "prev", "insn".
6543 (mep_mul_hilo_bypass_p): Likewise.
6544 (mep_ipipe_ldc_p): Likewise for param "insn".
6545 (mep_make_bundle): Likewise for return type, param "cop" and local
6546 "insn", splitting out the latter into a new local "seq" for when it
6547 is a SEQUENCE rather than an insn.
6548 (core_insn_p): Likewise for param "insn".
6549 (mep_bundle_insns): Likewise for param "insns" and locals "insn",
6550 "last", "first", "note", "prev", "core_insn".
6552 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6554 * config/m68k/m68k-protos.h (output_btst): Strengthen param 4 from
6556 (strict_low_part_peephole_ok): Likewise for param 2 "first_insn".
6557 (m68k_final_prescan_insn): Likewise for first param.
6559 * config/m68k/m68k.c (m68k_emit_movem): Likewise for return type.
6560 (m68k_set_frame_related): Likewise for param "insn".
6561 (output_btst): Likewise for param "insn".
6562 (m68k_final_prescan_insn): Likewise.
6563 (m68k_move_to_reg): Likewise for local "insn".
6564 (m68k_call_tls_get_addr): Likewise for local "insns".
6565 (m68k_call_m68k_read_tp): Likewise.
6566 (strict_low_part_peephole_ok): Likewise for param "first_insn".
6567 (m68k_output_mi_thunk): Likewise for local "insn".
6569 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6571 * config/iq2000/iq2000-protos.h (final_prescan_insn): Strengthen
6572 first param from rtx to rtx_insn *.
6573 (iq2000_adjust_insn_length): Likewise.
6574 (iq2000_output_conditional_branch): Likewise.
6575 * config/iq2000/iq2000.c (final_prescan_insn): Likewise for param
6576 "insn" and local "nop_insn".
6577 (iq2000_annotate_frame_insn): Likewise for param "insn".
6578 (iq2000_expand_prologue): Likewise for both locals "insn".
6579 (iq2000_adjust_insn_length): Likewise for param "insn".
6580 (iq2000_output_conditional_branch): Likewise.
6582 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6584 * config/ia64/ia64.c (ia64_expand_tls_address): Strengthen local
6585 "insns" from rtx to rtx_insn *.
6586 (ia64_emit_cond_move): Likewise for locals "insn", "first".
6587 (struct spill_fill_data): Likewise for field "init_after" and for
6588 elements of array field "prev_insn".
6589 (spill_restore_mem): Likewise for locals "insn", "first".
6590 (do_spill): Likewise for local "insn".
6591 (do_restore): Likewise.
6592 (ia64_expand_prologue): Likewise.
6593 (ia64_expand_epilogue): Likewise.
6594 (emit_insn_group_barriers): Likewise for locals "insn",
6596 (emit_all_insn_group_barriers): Likewise for locals "insn",
6598 (dfa_stop_insn): Likewise for this global.
6599 (dfa_pre_cycle_insn): Likewise.
6600 (ia64_nop): Likewise.
6601 (final_emit_insn_group_barriers): Likewise for locals "insn",
6603 (emit_predicate_relation_info): Likewise for locals "head", "n",
6605 (ia64_reorg): Likewise for local "insn".
6606 (ia64_output_mi_thunk): Likewise.
6607 (expand_vec_perm_interleave_2): Likewise for local "seq".
6609 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6611 * config/i386/i386-protos.h (ix86_avoid_lea_for_add): Strengthen
6612 param 1 "insn" from rtx to rtx_insn *.
6613 (ix86_use_lea_for_mov): Likewise.
6614 (ix86_avoid_lea_for_addr): Likewise.
6615 (ix86_split_lea_for_addr): Likewise.
6616 (ix86_lea_for_add_ok): Likewise.
6617 (ix86_output_call_insn): Likewise.
6619 * config/i386/i386.c (ix86_va_start): Likewise for local "seq".
6620 (ix86_get_drap_rtx): Likewise for locals "seq", "insn".
6621 (ix86_output_function_epilogue): Likewise for locals "insn",
6622 "deleted_debug_label".
6623 (legitimize_tls_address): Likewise for local "insn".
6624 (get_some_local_dynamic_name): Likewise.
6625 (increase_distance): Likewise for params "prev", "next".
6626 (distance_non_agu_define_in_bb): Likewise for params "insn",
6627 "start" and locals "prev", "next".
6628 (distance_non_agu_define): Likewise for param "insn".
6629 (distance_agu_use_in_bb): Likewise for params "insn", "start" and
6630 locals "next", "prev".
6631 (distance_agu_use): Likewise for param "insn".
6632 (ix86_lea_outperforms): Likewise.
6633 (ix86_ok_to_clobber_flags): Likewise.
6634 (ix86_avoid_lea_for_add): Likewise.
6635 (ix86_use_lea_for_mov): Likewise.
6636 (ix86_avoid_lea_for_addr): Likewise.
6637 (find_nearest_reg_def): Likewise, also for locals "prev", "start".
6638 (ix86_split_lea_for_addr): Likewise for param "insn".
6639 (ix86_lea_for_add_ok): Likewise for param "insn".
6640 (ix86_expand_carry_flag_compare): Likewise for local
6642 (ix86_expand_int_movcc): Likewise.
6643 (ix86_output_call_insn): Likewise for param "insn".
6644 (ix86_output_call_insn): Likewise for local "i".
6645 (x86_output_mi_thunk): Introduce local "insn", using it in place
6646 of "tmp" when dealing with insns.
6647 (ix86_avoid_jump_mispredicts): Likewise for locals "insn",
6649 (ix86_pad_returns): Likewise for locals "ret", "prev".
6650 (ix86_count_insn_bb): Likewise for local "insn".
6651 (ix86_pad_short_function): Likewise for locals "ret", "insn".
6652 (ix86_seh_fixup_eh_fallthru): Likewise for locals "insn", "next".
6653 (ix86_vector_duplicate_value): Likewise for local "insn", "seq".
6654 (expand_vec_perm_interleave2): Likewise for local "seq".
6655 (expand_vec_perm_vperm2f128_vblend): Likewise.
6656 (ix86_loop_unroll_adjust): Likewise for local "insn". Convert
6657 call to for_each_rtx with for_each_rtx_in_insn.
6659 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6661 * config/i386/i386.c (setup_incoming_varargs_64): Strengthen local
6662 "label" from rtx to rtx_code_label *.
6663 (ix86_expand_prologue): Likewise.
6664 (ix86_expand_split_stack_prologue): Likewise for locals "label",
6666 (ix86_split_idivmod): Likewise for locals "end_label" and
6668 (ix86_expand_branch): Likewise for local "label2".
6669 (ix86_expand_aligntest): Likewise for return type and local "label".
6670 (expand_set_or_movmem_via_loop): Likewise for locals "out_label" and
6672 (expand_movmem_epilogue): Likewise for the various locals named
6674 (expand_setmem_epilogue): Likewise.
6675 (expand_small_movmem_or_setmem): Likewise for local "label".
6676 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
6677 Strengthen param "done_label" from rtx * to rtx_code_label **.
6678 Strengthen locals "loop_label" and "label" from rtx to
6680 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
6681 Likewise for locals "loop_label", "label".
6682 (ix86_expand_set_or_movmem): Likewise for locals "label",
6683 "jump_around_label", "hot_label".
6684 (ix86_expand_strlensi_unroll_1): Likewise for locals
6685 "align_2_label", align_3_label", "align_4_label", "end_0_label",
6687 (x86_emit_floatuns): Likewise for locals "neglab", "donelab".
6688 (void ix86_emit_i387_log1p): Likewise for locals "label1",
6689 "label2", "jump_label".
6690 (ix86_expand_sse_compare_and_jump): Likewise for return type and
6692 (ix86_expand_lfloorceil): Likewise for local "label".
6693 (ix86_expand_rint): Likewise.
6694 (ix86_expand_floorceildf_32): Likewise.
6695 (ix86_expand_floorceil): Likewise.
6696 (ix86_expand_rounddf_32): Likewise.
6697 (ix86_expand_trunc): Likewise.
6698 (ix86_expand_truncdf_32): Likewise.
6699 (ix86_expand_round): Likewise.
6701 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6703 * config/h8300/h8300-protos.h (final_prescan_insn): Strengthen
6704 first param from rtx to rtx_insn *.
6705 (h8300_insn_length_from_table): Likewise.
6706 * config/h8300/h8300.c (F): Likewise for return type and param
6708 (Fpa): Add a checked cast to rtx_insn *.
6709 (h8300_emit_stack_adjustment): Strengthen local "x" from rtx to
6711 (final_prescan_insn): Likewise for param "insn".
6712 (h8300_binary_length): Likewise.
6713 (h8300_insn_length_from_table): Likewise.
6715 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6717 * config/epiphany/epiphany-protos.h (epiphany_final_prescan_insn):
6718 Strengthen first param "insn" from rtx to rtx_insn *.
6720 * config/epiphany/epiphany.c (epiphany_final_prescan_insn):
6722 (frame_insn): Likewise for return type. Introduce local "insn"
6723 for use in place of local "x" for use as an rtx_insn *.
6724 (frame_move_insn): Strengthen return type from rtx to rtx_insn *.
6725 (epiphany_expand_prologue): Likewise for local "insn".
6726 * config/epiphany/mode-switch-use.c (insert_uses): Likewise.
6727 * config/epiphany/resolve-sw-modes.c
6728 (pass_resolve_sw_modes::execute): Likewise for locals "insn" and
6731 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6733 * config/c6x/c6x-protos.h (c6x_get_unit_specifier): Strengthen
6734 param from rtx to rtx_insn *.
6735 (c6x_final_prescan_insn): Likewise for first param.
6737 * config/c6x/c6x.c (c6x_current_insn): Likewise for this variable.
6738 (c6x_output_mi_thunk): Replace use of NULL_RTX with NULL.
6739 (c6x_expand_compare): Strengthen local "insns" from rtx to
6741 (c6x_get_unit_specifier): Likewise for param "insn".
6742 (c6x_print_unit_specifier_field): Likewise.
6743 (c6x_final_prescan_insn): Likewise.
6744 (emit_add_sp_const): Likewise for local "insn".
6745 (c6x_expand_prologue): Likewise.
6747 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6749 * config/bfin/bfin-protos.h (asm_conditional_branch): Strengthen
6750 param 1 from rtx to rtx_insn *.
6751 * config/bfin/bfin.c (expand_prologue_reg_save): Likewise for
6752 the various locals named "insn".
6753 (expand_epilogue_reg_restore): Likewise.
6754 (frame_related_constant_load): Likewise.
6755 (add_to_reg): Likewise.
6756 (emit_link_insn): Likewise.
6757 (do_link): Likewise.
6758 (expand_interrupt_handler_prologue): Likewise.
6759 (branch_dest): Likewise for param "branch".
6760 (asm_conditional_branch): Likewise for param "insn".
6761 (gen_one_bundle): Likewise for elements of param "slot" and local
6763 (bfin_gen_bundles): Likewise for locals "insn", "next" and
6764 elements of local "slot".
6765 (reorder_var_tracking_notes): Likewise for locals "insn", "next",
6766 "queue", "next_queue", "prev".
6767 (workaround_rts_anomaly): Likewise for locals "insn", "first_insn".
6768 (add_sched_insns_for_speculation): Likewise for local "insn".
6770 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6772 * config/avr/avr-protos.h (output_movqi): Strengthen first param
6773 from rtx to rtx_insn *.
6774 (output_movhi): Likewise.
6775 (output_movsisf): Likewise.
6776 (avr_out_tstsi): Likewise.
6777 (avr_out_tsthi): Likewise.
6778 (avr_out_tstpsi): Likewise.
6779 (avr_out_compare): Likewise.
6780 (avr_out_compare64): Likewise.
6781 (avr_out_movpsi): Likewise.
6782 (ashlqi3_out): Likewise.
6783 (ashlhi3_out): Likewise.
6784 (ashlsi3_out): Likewise.
6785 (ashrqi3_out): Likewise.
6786 (ashrhi3_out): Likewise.
6787 (ashrsi3_out): Likewise.
6788 (lshrqi3_out): Likewise.
6789 (lshrhi3_out): Likewise.
6790 (lshrsi3_out): Likewise.
6791 (avr_out_ashlpsi3): Likewise.
6792 (avr_out_ashrpsi3): Likewise.
6793 (avr_out_lshrpsi3): Likewise.
6794 (avr_out_fract): Likewise.
6795 (avr_out_sbxx_branch): Likewise.
6796 (avr_out_round): Likewise.
6797 (avr_out_xload): Likewise.
6798 (avr_out_movmem): Likewise.
6799 (adjust_insn_length): Likewise.
6800 (avr_out_lpm): Likewise.
6801 (reg_unused_after): Likewise.
6802 (_reg_unused_after): Likewise.
6803 (avr_jump_mode): Likewise for second param.
6804 (jump_over_one_insn): Likewise for first param.
6805 (avr_final_prescan_insn): Likewise.
6806 (out_shift_with_cnt): Likewise for second param.
6808 * config/avr/avr.c (get_sequence_length): Likewise for param
6809 "insns" and local "insn".
6810 (emit_push_byte): Likewise for local "insn".
6811 (emit_push_sfr): Likewise.
6812 (avr_prologue_setup_frame): Likewise for locals "insn",
6813 "fp_plus_insns", "sp_plus_insns".
6814 (avr_expand_epilogue): Likewise for local "fp_plus_insns",
6816 (avr_jump_mode): Likewise for param "insn".
6817 (avr_final_prescan_insn): Likewise.
6818 (avr_find_unused_d_reg): Likewise.
6819 (avr_out_lpm_no_lpmx): Likewise.
6820 (avr_out_lpm): Likewise.
6821 (avr_out_xload): Likewise.
6822 (output_movqi): Likewise.
6823 (output_movhi): Likewise.
6824 (out_movqi_r_mr): Likewise.
6825 (out_movhi_r_mr): Likewise.
6826 (out_movsi_r_mr): Likewise.
6827 (out_movsi_mr_r): Likewise.
6828 (output_movsisf): Likewise.
6829 (avr_out_load_psi): Likewise.
6830 (avr_out_store_psi): Likewise.
6831 (avr_out_movpsi): Likewise.
6832 (out_movqi_mr_r): Likewise.
6833 (avr_out_movhi_mr_r_xmega): Likewise.
6834 (out_movhi_mr_r): Likewise.
6835 (compare_condition): Likewise for param "insn" and local "next".
6836 (compare_sign_p): Likewise for param "insn".
6837 (compare_diff_p): Likewise.
6838 (compare_eq_p): Likewise.
6839 (avr_out_compare): Likewise.
6840 (avr_out_compare64): Likewise.
6841 (avr_out_tsthi): Likewise.
6842 (avr_out_tstpsi): Likewise.
6843 (avr_out_tstsi): Likewise.
6844 (out_shift_with_cnt): Likewise.
6845 (ashlqi3_out): Likewise.
6846 (ashlhi3_out): Likewise.
6847 (avr_out_ashlpsi3): Likewise.
6848 (ashlsi3_out): Likewise.
6849 (ashrqi3_out): Likewise.
6850 (ashrhi3_out): Likewise.
6851 (avr_out_ashrpsi3): Likewise.
6852 (ashrsi3_out): Likewise.
6853 (lshrqi3_out): Likewise.
6854 (lshrhi3_out): Likewise.
6855 (avr_out_lshrpsi3): Likewise.
6856 (lshrsi3_out): Likewise.
6857 (avr_out_fract): Likewise.
6858 (avr_out_round): Likewise.
6859 (avr_adjust_insn_length): Likewise.
6860 (reg_unused_after): Likewise.
6861 (_reg_unused_after): Likewise.
6862 (avr_compare_pattern): Likewise.
6863 (avr_reorg_remove_redundant_compare): Likewise for param "insn1"
6864 and locals "branch1", "branch2", "insn2", "jump".
6865 (avr_reorg): Likewise for local "insn".
6866 (avr_2word_insn_p): Likewise for param "insn".
6867 (jump_over_one_insn_p): Likewise.
6868 (avr_out_sbxx_branch): Likewise.
6869 (avr_out_movmem): Likewise.
6871 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6873 * config/arm/arm-protos.h (arm_final_prescan_insn): Strengthen
6874 param from rtx to rtx_insn *.
6875 (thumb1_final_prescan_insn): Likewise.
6876 (thumb2_final_prescan_insn): Likewise.
6878 * config/arm/arm.c (emit_set_insn): Strengthen return type from
6880 (struct minipool_node): Likewise for field "insn".
6881 (dump_minipool): Likewise for param "scan".
6882 (create_fix_barrier): Likewise for local "from". Strengthen local
6883 "label" from rtx to rtx_code_label *.
6884 (push_minipool_barrier): Strengthen param "insn" from rtx to
6886 (push_minipool_fix): Likewise.
6887 (note_invalid_constants): Likewise.
6888 (thumb2_reorg): Likewise for local "insn".
6889 (arm_reorg): Likewise.
6890 (thumb2_final_prescan_insn): Likewise for param
6891 "insn" and local "first_insn".
6892 (arm_final_prescan_insn): Likewise for param "insn" and locals
6893 "start_insn", "this_insn".
6894 (arm_debugger_arg_offset): Likewise for param "insn".
6895 (thumb1_emit_multi_reg_push): Likewise for return type and local
6897 (thumb1_final_prescan_insn): Likewise for param "insn".
6898 (thumb_far_jump_used_p): Likewise for local "insn".
6899 (thumb1_expand_prologue): Likewise.
6900 (arm_expand_epilogue_apcs_frame): Likewise.
6901 (arm_expand_epilogue): Likewise for locals "insn", "tmp".
6902 (arm_split_compare_and_swap): Strengthen locals "label1", "label2"
6903 from rtx to rtx_code_label *.
6904 (arm_split_atomic_op): Likewise for local "label".
6905 (arm_emit_coreregs_64bit_shift): Likewise for local "done_label".
6907 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6909 * config/arc/arc-protos.h (arc_final_prescan_insn): Strengthen
6910 first param from rtx to rtx_insn *.
6911 (arc_verify_short): Likewise.
6912 (arc_short_long): Likewise.
6913 (arc_need_delay): Likewise.
6915 * config/arc/arc.c (struct arc_ccfsm): Likewise for field
6917 (arc_ccfsm_advance): Likewise for param "insn" and locals
6918 "start_insn", "this_insn".
6919 (arc_ccfsm_record_condition): Likewise for local "seq_insn".
6920 (arc_ccfsm_post_advance): Likewise for param "insn".
6921 (arc_next_active_insn): Likewise for return type and param "insn".
6922 Convert NULL_RTX to NULL as appropriate. Add a checked cast.
6923 (arc_verify_short): Strengthen param "insn" from rtx to rtx_insn *.
6924 (output_short_suffix): Likewise for local "insn".
6925 (arc_final_prescan_insn): Likewise for param "insn". Remove
6926 now-redundant checked cast.
6927 (arc_reorg): Strengthen locals "insn", "top_label", "lp", "prev",
6928 "lp_simple", "next", "mov", "scan", "link_insn" from rtx to
6929 rtx_insn *. Add a checked cast. Introduce local "lc_set_insn"
6930 for use where lc_set became an insn.
6931 (arc_adjust_insn_length): Strengthen locals "prev", "succ" from
6933 (arc_get_insn_variants): Likewise for local "prev".
6934 (arc_ifcvt): Likewise for locals "insn", "seq", "prev", "pprev",
6936 (arc_predicate_delay_insns): Likewise for local "insn".
6937 (arc_pad_return): Likewise for local "prev". For now, add a
6938 checked cast when extracting the insn from "final_sequence".
6939 (arc_short_long): Likewise for param "insn".
6940 (arc_need_delay): Likewise for param "insn" and local "next".
6941 (arc_label_align): Likewise for locals "prev", "next".
6943 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6945 * config/alpha/alpha.c (alpha_emit_set_const): Strengthen local
6946 "insn" from rtx to rtx_insn *.
6947 (alpha_gp_save_rtx): Likewise for local "seq".
6948 (alpha_instantiate_decls): Likewise for local "top".
6949 (get_some_local_dynamic_name): Likewise for local "insn".
6950 (alpha_does_function_need_gp): Likewise.
6951 (set_frame_related_p): Likewise for return type and for locals
6953 (emit_frame_store_1): Likewise for local "insn".
6954 (alpha_expand_prologue): Likewise for locals "insn", "seq".
6955 (alpha_end_function): Likewise for local "insn".
6956 (alpha_output_mi_thunk_osf): Likewise.
6957 (alphaev4_insn_pipe): Likewise for param "insn".
6958 (alphaev5_insn_pipe): Likewise.
6959 (alphaev4_next_group): Likewise for return type and param 1
6961 (alphaev5_next_group): Likewise.
6962 (alpha_align_insns_1): Likewise for return type and param 1 of
6963 callback param "next_group", and for locals "i", "next", "prev",
6964 "where", "where2", "insn".
6966 2014-08-25 Bernd Schmidt <bernds@codesourcery.com>
6968 * tree-nested.c (finalize_nesting_tree_1): Initialize temporary earlier
6969 rather than modifying the stmt.
6971 2014-08-25 Jan-Benedict Glaw <jbglaw@lug-owl.de>
6973 * config/rs6000/rs6000.c (rs6000_return_in_msb): Fix fallout from
6974 cgraph_state conversion.
6976 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6978 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
6979 Strengthen local "insns" from rtx to rtx_insn *.
6980 (aarch64_set_frame_expr): Likewise for local "insn".
6981 (aarch64_save_or_restore_fprs): Likewise.
6982 (aarch64_save_or_restore_callee_save_registers): Likewise.
6983 (aarch64_expand_prologue): Likewise.
6984 (aarch64_expand_epilogue): Likewise.
6985 (aarch64_output_mi_thunk): Likewise.
6986 (aarch64_split_compare_and_swap): Strengthen locals "label1" and
6987 "label2" from rtx to rtx_code_label *.
6988 (aarch64_split_atomic_op): Likewise for local "label".
6990 2014-08-25 Martin Liska <mliska@suse.cz>
6992 * cgraph.h (symtab_node):
6993 (bool needed_p (void)): created from decide_is_symbol_needed
6994 (bool referred_to_p (void)): created from referred_to_p
6995 (static cgraph_node *get_for_asmname (tree asmname)): created from symtab_node_for_asm
6996 * cgraph.h (cgraph_node):
6997 (void assemble_thunks_and_aliases (void)): created from assemble_thunks_and_aliases
6998 (void expand (void)): created from expand_function
6999 (static void finalize_function (tree, bool)): created from cgraph_finalize_function
7000 (static cgraph_local_info *local_info (tree decl)): created from cgraph_local_info
7001 (static cgraph_global_info *global_info (tree)): created from cgraph_global_info
7002 (static cgraph_rtl_info *rtl_info (tree)): created from cgraph_rtl_info
7003 * cgraph.h (varpool_node):
7004 (static void add (tree decl): created from varpool_add_new_variable
7005 * cgraph.h (cgraph_edge):
7007 (void remove_caller (void)): created from cgraph_edge_remove_caller
7008 (void remove_callee (void)): created from cgraph_edge_remove_callee
7009 (void set_call_stmt (gimple new_stmt, bool update_speculative = true)):
7010 created from cgraph_set_call_stmt
7011 (void redirect_callee (cgraph_node *n)): created from cgraph_redirect_edge_callee
7012 (cgraph_edge *make_direct (cgraph_node *callee)): created from cgraph_make_edge_direct
7013 (cgraph_edge *make_speculative (cgraph_node *n2, gcov_type direct_count,
7014 gimple redirect_call_stmt_to_callee (void)): created from cgraph_turn_edge_to_speculative
7015 (void speculative_call_info (cgraph_edge *&direct, cgraph_edge *&indirect, ipa_ref *&reference)):
7016 created from cgraph_speculative_call_info
7017 (cgraph_edge * clone (cgraph_node *n, gimple call_stmt, unsigned stmt_uid, gcov_type count_scale,
7018 int freq_scale, bool update_original)): created from cgraph_clone_edge
7019 (cgraph_edge *resolve_speculation (tree callee_decl)): created from cgraph_resolve_speculation
7020 (bool cannot_lead_to_return_p (void)): created from cannot_lead_to_return_p
7021 (bool recursive_p (void)): created from cgraph_edge_recursive_p
7022 (bool maybe_hot_p (void)): created from cgraph_maybe_hot_edge_p
7023 (static unsigned int rebuild_edges (void)): created from rebuild_cgraph_edges
7024 (static void rebuild_references (void)): created from cgraph_rebuild_references
7025 * cgraph.h (symbol_table):
7026 (create_reference): renamed from add_reference
7027 (maybe_create_reference): renamed from maybe_add_reference
7028 (void register_symbol (symtab_node *node)): new function
7029 (void clear_asm_symbols (void)): new function
7030 (void unregister (symtab_node *node)): new function
7031 (void release_symbol (cgraph_node *node, int uid)): new function
7032 (cgraph_node * allocate_cgraph_symbol (void)): new function
7033 (void initialize (void)): created from cgraph_init
7034 (symtab_node *first_symbol (void)):new function
7035 (asm_node *first_asm_symbol (void)):new function
7036 (symtab_node *first_defined_symbol (void)):new function
7037 (varpool_node *first_variable (void)):new function
7038 (varpool_node *next_variable (varpool_node *node)):new function
7039 (varpool_node *first_static_initializer (void)):new function
7040 (varpool_node *next_static_initializer (varpool_node *node)):new function
7041 (varpool_node *first_defined_variable (void)):new function
7042 (varpool_node *next_defined_variable (varpool_node *node)):new function
7043 (cgraph_node *first_defined_function (void)):new function
7044 (cgraph_node *next_defined_function (cgraph_node *node)):new function
7045 (cgraph_node *first_function (void)):new function
7046 (cgraph_node *next_function (cgraph_node *node)):new function
7047 (cgraph_node *first_function_with_gimple_body (void)):new function
7048 (asm_node *finalize_toplevel_asm (tree asm_str)): created from add_asm_node
7049 (bool remove_unreachable_nodes (bool before_inlining_p, FILE *file)):
7050 created from symtab_remove_unreachable_nodes
7051 (void remove_unreferenced_decls (void)): created from varpool_remove_unreferenced_decls
7052 (void process_new_functions (void)): created from cgraph_process_new_functions
7053 (void process_same_body_aliases (void)): created from cgraph_process_same_body_aliases
7054 (bool output_variables (void)): created from varpool_node::output_variables
7055 (void output_asm_statements (void)): created from output_asm_statements
7056 (void finalize_compilation_unit (void)): created from finalize_compilation_unit
7057 (void compile (void)): created from compile
7058 (void output_weakrefs (void)): created from output_weakrefs
7059 (cgraph_node *create_empty (void)): created from cgraph_node::create_empty
7060 (cgraph_edge *create_edge (cgraph_node *caller, cgraph_node *callee, gimple call_stmt,
7061 gcov_type count, int freq, bool indir_unknown_callee)): created from cgraph_node::create_edge
7062 (void free_edge (cgraph_edge *e)): created from cgraph_free_edge
7063 (cgraph_node *next_function_with_gimple_body (cgraph_node *node)):
7064 created from cgraph_next_function_with_gimple_body
7065 (void remove_edge_removal_hook (cgraph_edge_hook_list *)):
7066 created from cgraph_remove_edge_removal_hook
7067 (cgraph_node_hook_list *add_cgraph_removal_hook (cgraph_node_hook, void *)):
7068 created from cgraph_add_node_removal_hook
7069 (void remove_cgraph_removal_hook (cgraph_node_hook_list *)):
7070 created from cgraph_remove_node_removal_hook
7071 (varpool_node_hook_list *add_varpool_removal_hook (varpool_node_hook, void *)):
7072 created from varpool_add_node_removal_hook
7073 (void remove_varpool_removal_hook (varpool_node_hook_list *)):
7074 created from varpool_remove_node_removal_hook
7075 (cgraph_node_hook_list *add_cgraph_insertion_hook (cgraph_node_hook, void *)):
7076 created from cgraph_add_function_insertion_hook
7077 (void remove_cgraph_insertion_hook (cgraph_node_hook_list *)):
7078 created from cgraph_remove_function_insertion_hook
7079 (varpool_node_hook_list *add_varpool_insertion_hook (varpool_node_hook, void *)):
7080 created from varpool_add_variable_insertion_hook
7081 (void remove_varpool_insertion_hook (varpool_node_hook_list *)):
7082 created from varpool_remove_variable_insertion_hook
7083 (cgraph_2edge_hook_list *add_edge_duplication_hook (cgraph_2edge_hook, void *)):
7084 created from cgraph_add_edge_duplication_hook
7085 (void remove_edge_duplication_hook (cgraph_2edge_hook_list *)):
7086 created from cgraph_remove_edge_duplication_hook
7087 (cgraph_2node_hook_list *add_cgraph_duplication_hook (cgraph_2node_hook, void *)):
7088 created from cgraph_add_node_duplication_hook
7089 (void remove_cgraph_duplication_hook (cgraph_2node_hook_list *)):
7090 created from cgraph_remove_node_duplication_hook
7091 (void call_edge_removal_hooks (cgraph_edge *e)):
7092 created from cgraph_call_edge_removal_hooks
7093 (void call_cgraph_insertion_hooks (cgraph_node *node)):
7094 created from call_function_insertion_hooks
7095 (void call_cgraph_removal_hooks (cgraph_node *node)):
7096 created from cgraph_call_node_removal_hooks
7097 (void call_cgraph_duplication_hooks (cgraph_node *node, cgraph_node *node2)):
7098 created from cgraph_node::call_duplication_hooks
7099 (void call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2)):
7100 created from cgraph_call_edge_duplication_hooks
7101 (void call_varpool_removal_hooks (varpool_node *node)):
7102 created from varpool_call_node_removal_hooks
7103 (void call_varpool_insertion_hooks (varpool_node *node)):
7104 created from varpool_call_variable_insertion_hooks
7105 (void insert_to_assembler_name_hash (symtab_node *node, bool with_clones)):
7106 created from insert_to_assembler_name_hash
7107 (void unlink_from_assembler_name_hash (symtab_node *node, bool with_clones)):
7108 created from unlink_from_assembler_name_hash
7109 (void symtab_prevail_in_asm_name_hash (symtab_node *node)):
7110 created from symtab_prevail_in_asm_name_hash
7111 (void symtab_initialize_asm_name_hash (void)):
7112 created from symtab_initialize_asm_name_hash
7113 (void change_decl_assembler_name (tree decl, tree name)):
7114 created from change_decl_assembler_name
7115 (void materialize_all_clones (void)): created from cgraph_materialize_all_clones
7116 (static hashval_t decl_assembler_name_hash (const_tree asmname)):
7117 created from decl_assembler_name_hash
7118 (static bool decl_assembler_name_equal (tree decl, const_tree asmname)):
7119 created from decl_assembler_name_equal
7120 (static hashval_t hash_node_by_assembler_name (const void *p)):
7121 created from hash_node_by_assembler_name
7122 (static int eq_assembler_name (const void *p1, const void *p2)):
7123 created from eq_assembler_name
7125 2014-08-25 Marek Polacek <polacek@redhat.com>
7127 * config/i386/i386.md (SWI1248_AVX512BW): Add missing paren.
7129 2014-08-25 Petr Murzin <petr.murzin@intel.com>
7131 * config/i386/i386.md (SWI1248_AVX512BW): New mode iterator.
7132 (*k<logic><mode>): Add *k<logic>qi and *k<logic>hi and use
7133 SWI1248_AVX512BW mode iterator.
7135 2014-08-25 Kaz Kojima <kkojima@gcc.gnu.org>
7138 * config/sh/predicates.md (general_extend_operand): Disable
7139 TRUNCATE before reload completes.
7141 2014-08-24 Gerald Pfeifer <gerald@pfeifer.com>
7143 * doc/invoke.texi (Optimize Options): Fix markup in two cases.
7145 2014-08-24 Oleg Endo <olegendo@gcc.gnu.org>
7148 * config/sh/sh.opt (musermode): Allow negative form.
7149 * config/sh/sh.c (sh_option_override): Disable TARGET_USERMODE for
7150 targets that don't support it.
7151 * doc/invoke.texi (SH Options): Rename sh-*-linux* to sh*-*-linux*.
7152 Document -mno-usermode option.
7154 2014-08-24 Kito Cheng <kito@0xlab.org>
7156 * system.h (CALLER_SAVE_PROFITABLE): Poison.
7157 * regs.h (CALLER_SAVE_PROFITABLE): Remove.
7158 * doc/tm.texi.in (CALLER_SAVE_PROFITABLE): Remove.
7159 * doc/tm.texi: Regenerate.
7161 2014-08-24 Kito Cheng <kito@0xlab.org>
7163 * ira.c: Fix typo in comment.
7165 2014-08-23 Edward Smith-Rowland <3dw4rd@verizon.net>
7167 * doc/invoke.texi: Change c++1y to c++14 and gnu++1y to gnu++14.
7168 Deprecate c++1y. Change language to reflect greater confidence in C++14.
7170 2014-08-23 John David Anglin <danglin@gcc.gnu.org>
7173 * config/pa/pa.c (pa_output_function_epilogue): Don't set
7174 last_address when the current function is a thunk.
7175 (pa_asm_output_mi_thunk): When we don't have named sections or they
7176 are not being used, check that thunk can reach the stub table with a
7179 2014-08-23 David Malcolm <dmalcolm@redhat.com>
7181 * web.c (union_match_dups): Strengthen param "insn" from rtx to
7183 (pass_web::execute): Likewise for local "insn".
7185 2014-08-23 David Malcolm <dmalcolm@redhat.com>
7187 * var-tracking.c (struct micro_operation_def): Strengthen field
7188 "insn" from rtx to rtx_insn *.
7189 (struct emit_note_data_def): Likewise.
7190 (insn_stack_adjust_offset_pre_post): Likewise for param "insn".
7191 (vt_stack_adjustments): Likewise for local "insn".
7192 (adjust_insn): Likewise for param "insn".
7193 (val_store): Likewise.
7194 (val_resolve): Likewise.
7195 (struct count_use_info): Likewise for field "insn".
7196 (log_op_type): Likewise for param "insn".
7197 (reverse_op): Likewise.
7198 (prepare_call_arguments): Likewise.
7199 (add_with_sets): The initial param takes an insn, but we can't
7200 yet strengthen it from rtx to rtx_insn * since it's used as a
7201 cselib_record_sets_hook callback. For now rename initial param
7202 from "insn" to "uncast_insn", and introduce a local "insn" of
7203 the stronger rtx_insn * type, with a checked cast.
7204 (compute_bb_dataflow): Strengthen local "insn" from rtx to
7206 (emit_note_insn_var_location): Likewise.
7207 (emit_notes_for_changes): Likewise.
7208 (emit_notes_for_differences): Likewise.
7209 (next_non_note_insn_var_location): Likewise for return type and
7211 (emit_notes_in_bb): Likewise for locals "insn" and "next_insn".
7212 (vt_initialize): Likewise for local "insn".
7213 (delete_debug_insns): Likewise for locals "insn" and "next".
7215 2014-08-23 David Malcolm <dmalcolm@redhat.com>
7217 * varasm.c (mark_constants): Strengthen param "insn" from rtx to
7219 (mark_constant_pool): Likewise for local "insn".
7221 2014-08-23 David Malcolm <dmalcolm@redhat.com>
7223 * valtrack.c (dead_debug_reset_uses): Strengthen local "insn" from
7225 (dead_debug_promote_uses): Likewise.
7226 (dead_debug_insert_temp): Likewise.
7228 2014-08-23 David Malcolm <dmalcolm@redhat.com>
7230 * store-motion.c (store_killed_in_insn): Strengthen param "insn"
7231 from const_rtx to const rtx_insn *.
7232 (store_killed_after): Likewise. Strengthen locals "last", "act"
7233 from rtx to rtx_insn *.
7234 (store_killed_before): Strengthen param "insn" from const_rtx to
7235 const rtx_insn *. Strengthen local "first" from rtx to rtx_insn *.
7236 (find_moveable_store): Strengthen param "insn" from rtx to
7238 (compute_store_table): Likewise for local "insn".
7239 (insert_insn_start_basic_block): Likewise for param "insn" and
7240 locals "prev", "before", "insn".
7241 (insert_store): For now, add a checked cast to rtx_insn * on the
7242 result of gen_move_insn.
7243 (remove_reachable_equiv_notes): Strengthen local "insn" from rtx
7245 (replace_store_insn): Likewise. For now, add a checked cast to
7246 rtx_insn * on the result of gen_move_insn.
7248 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7250 * stmt.c (expand_case): Strengthen local "before_case" from rtx to
7252 (expand_sjlj_dispatch_table): Likewise.
7254 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7256 * stack-ptr-mod.c (pass_stack_ptr_mod::execute): Strengthen local
7257 "insn" from rtx to rtx_insn *.
7259 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7261 * shrink-wrap.h (requires_stack_frame_p): Strengthen param 1
7262 "insn" from rtx to rtx_insn *.
7263 (dup_block_and_redirect): Likewise for param 3 "before".
7265 * shrink-wrap.c (requires_stack_frame_p): Strengthen param "insn"
7266 from rtx to rtx_insn *.
7267 (move_insn_for_shrink_wrap): Likewise.
7268 (prepare_shrink_wrap): Likewise for locals "insn", "curr".
7269 (dup_block_and_redirect): Likewise for param "before" and local
7271 (try_shrink_wrapping): Likewise for locals "insn", "insert_point",
7273 (convert_to_simple_return): Likewise for local "start".
7275 * config/i386/i386.c (ix86_finalize_stack_realign_flags):
7276 Strengthen local "insn" from rtx to rtx_insn *, for use when
7277 invoking requires_stack_frame_p.
7279 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7281 * sel-sched-ir.c (vinsn_copy): Strengthen local "copy" from rtx to
7283 (speculate_expr): Likewise for locals "orig_insn_rtx",
7285 (eq_transformed_insns): Likewise for locals "i1", "i2".
7286 (check_for_new_jump): Likewise for return type and local "end".
7287 (find_new_jump): Likewise for return type and local "jump".
7288 (sel_split_edge): Likewise for local "jump".
7289 (sel_create_recovery_block): Likewise.
7290 (sel_redirect_edge_and_branch_force): Likewise.
7291 (sel_redirect_edge_and_branch): Likewise.
7293 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7295 * sel-sched.c (substitute_reg_in_expr): Strengthen local
7296 "new_insn" from rtx to rtx_insn *.
7297 (create_insn_rtx_with_rhs): Likewise for return type and for local
7299 (create_insn_rtx_with_lhs): Likewise.
7300 (create_speculation_check): Likewise for local "insn_rtx".
7301 (implicit_clobber_conflict_p): Likewise for local "insn".
7302 (get_expr_cost): Likewise.
7303 (emit_bookkeeping_insn): Likewise for local "new_insn_rtx".
7304 (move_cond_jump): Likewise for locals "next", "prev", "link",
7305 "head", "from", "to".
7307 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7309 * sched-rgn.c (is_cfg_nonregular): Strengthen locals "insn" and
7310 "next" from rtx to rtx_insn *.
7311 (find_conditional_protection): Likewise for local "next".
7312 (is_conditionally_protected): Likewise for local "insn1".
7313 (is_pfree): Likewise for locals "insn1", "insn2".
7315 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7317 * sched-int.h (schedule_ebb): Strengthen params "head", "tail"
7318 from rtx to rtx_insn *.
7320 * sched-ebb.c (earliest_block_with_similiar_load): Strengthen
7321 locals "insn1", "insn2" from rtx to rtx_insn *.
7322 (add_deps_for_risky_insns): Likewise for params "head", "tail" and
7323 locals "insn", "prev", "last_jump", "next_tail".
7324 (schedule_ebb): Likewise for params "head", "tail".
7325 (schedule_ebbs): Likewise for locals "tail", "head".
7327 * config/c6x/c6x.c (hwloop_optimize): For now, add a checked cast
7328 to rtx_insn on "last_insn" in one of the invocations of
7331 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7333 * sched-deps.c (maybe_add_or_update_dep_1): Strengthen locals
7334 "elem", "insn" from rtx to rtx_insn *.
7335 (change_spec_dep_to_hard): Likewise.
7336 (get_back_and_forw_lists): Likewise for local "con".
7337 (sd_add_dep): Likewise for locals "elem", "insn".
7338 (sd_resolve_dep): Likewise for locals "pro", "con".
7339 (sd_unresolve_dep): Likewise.
7340 (sd_delete_dep): Likewise.
7341 (chain_to_prev_insn): Likewise for local "pro".
7342 (find_inc): Likewise for locals "pro", "con".
7344 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7346 * rtlanal.c (reg_used_between_p): Strengthen local "insn" from rtx
7348 (reg_set_between_p): Strengthen local "insn" from const_rtx to
7350 (modified_between_p): Strengthen local "insn" from rtx to
7352 (remove_reg_equal_equiv_notes_for_regno): Likewise.
7353 (keep_with_call_p): Strengthen local "i2" from const_rtx to
7356 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7358 * resource.c (next_insn_no_annul): Strengthen local "next" from
7360 (mark_referenced_resources): Likewise for local "insn".
7362 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7364 * reload.h (struct insn_chain): Strengthen field "insn" from rtx
7366 (find_reloads): Likewise for param 1.
7367 (subst_reloads): Likewise for sole param.
7368 (find_equiv_reg): Likwise for param 2.
7369 (regno_clobbered_p): Likwise for param 2.
7370 (reload): Likewise for param 1.
7372 * caller-save.c (save_call_clobbered_regs): Strengthen local
7373 "insn" from rtx to rtx_insn *.
7374 (insert_one_insn): Likewise for local "insn".
7376 * reload.c (this_insn): Likewise for this global.
7377 (find_reloads): Likewise for param "insn".
7378 (find_reloads_toplev): Likewise.
7379 (find_reloads_address): Likewise.
7380 (subst_reg_equivs): Likewise.
7381 (update_auto_inc_notes): Likewise.
7382 (find_reloads_address_1): Likewise.
7383 (find_reloads_subreg_address): Likewise.
7384 (subst_reloads): Likewise.
7385 (find_equiv_reg): Likewise, also for local "p".
7386 (regno_clobbered_p): Likewise for param "insn".
7388 * reload1.c (reg_reloaded_insn): Likewise for the elements of this
7390 (spill_reg_store): Likewise for the elements of this array.
7391 (remove_init_insns): Likewise for local "equiv_insn".
7392 (will_delete_init_insn_p): Likewise for param "insn".
7393 (reload): Likewise for param ""first" and local "insn".
7394 (calculate_needs_all_insns): Strengthen local "insn" from rtx to
7396 (calculate_elim_costs_all_insns): Likewise.
7397 (delete_caller_save_insns): Likewise.
7398 (spill_failure): Likewise for param "insn".
7399 (delete_dead_insn): Likewise.
7400 (set_label_offsets): Likewise.
7401 (eliminate_regs_in_insn): Likewise, also for locals "base_insn" and
7403 (elimination_costs_in_insn): Likewise for param "insn".
7404 (set_initial_eh_label_offset): Replace use of NULL_RTX with NULL
7405 when referring to an insn.
7406 (set_initial_label_offsets): Likewise.
7407 (set_offsets_for_label): Strengthen param "insn" from rtx to
7409 (init_eliminable_invariants): Likewise for param "first" and local
7411 (fixup_eh_region_note): Likewise for param "insn".
7412 (reload_as_needed): Likewise for locals "prev", "insn",
7413 "old_next", "old_prev", "next".
7414 (gen_reload_chain_without_interm_reg_p): Likewise for locals "insn",
7416 (reload_inheritance_insn): Strengthen elements of this array from
7418 (failed_reload): Likewise for param "insn".
7419 (choose_reload_regs): Likewise for local "insn". Replace use of
7420 NULL_RTX with NULL when referring to an insn.
7421 (input_reload_insns): Strengthen elements of this array from rtx
7423 (other_input_address_reload_insns): Likewise for this global.
7424 (other_input_reload_insns): Likewise for this global.
7425 (input_address_reload_insns): Likwise for the elements of this
7427 (inpaddr_address_reload_insns): Likwise for the elements of this
7429 (output_reload_insns): Likewise for the elements of this array.
7430 (output_address_reload_insns): Likewise for the elements of this
7432 (outaddr_address_reload_insns): Likewise for the elements of this
7434 (operand_reload_insns): Likewise for this global.
7435 (other_operand_reload_insns): Likewise for this global.
7436 (other_output_reload_insns): Likewise for the elements of this
7438 (new_spill_reg_store): Likewise for the elements of this
7440 (emit_input_reload_insns): Likewise for locals "insn", "temp".
7441 Strengthen local "where" from rtx * to rtx_insn **.
7442 (emit_output_reload_insns): Strengthen locals "insn", "p", "next"
7443 from rtx to rtx_insn *.
7444 (do_input_reload): Likewise for local "insn".
7445 (do_output_reload): Likewise for local "insn".
7446 (emit_reload_insns): Likewise for locals "insn" and "store_insn".
7447 (emit_insn_if_valid_for_reload): Likewise for return type and local
7448 "last". Add checked cast to rtx_insn when returning "insn" since
7449 this has been through emit_insn.
7450 (gen_reload): Strengthen return type and locals "last", "insn", "set"
7451 from rtx to rtx_insn *. Add checked cast to rtx_insn when
7452 returning "insn" since it's been through
7453 emit_insn_if_valid_for_reload at this point.
7454 (delete_output_reload): Strengthen param "insn" and locals
7455 "output_reload_insn", "i2" from rtx to rtx_insn *.
7456 (delete_address_reloads): Likewise for params "dead_insn",
7457 "current_insn" and locals "prev", "next".
7458 (delete_address_reloads_1): Likewise for params "dead_insn",
7459 "current_insn" and locals "prev", "i2".
7460 (inc_for_reload): Likewise for locals "last", "add_insn".
7461 (add_auto_inc_notes): Strengthen param "insn" from rtx to
7464 * config/arc/arc-protos.h (regno_clobbered_p): Likewise for 2nd
7465 param of this duplicate of the prototype from reload.h
7467 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7469 * regstat.c (regstat_bb_compute_ri): Strengthen local "insn" from
7471 (regstat_bb_compute_calls_crossed): Likewise.
7473 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7475 * regrename.c (create_new_chain): Strengthen param "insn" from rtx
7477 (init_rename_info): Replace use of NULL_RTX with NULL when dealing
7479 (regrename_analyze): Strengthen local "insn" from rtx to
7481 (scan_rtx_reg): Likewise for param "insn".
7482 (scan_rtx_address): Likewise.
7483 (scan_rtx): Likewise.
7484 (restore_operands): Likewise.
7485 (record_out_operands): Likewise.
7486 (build_def_use): Likewise for local "insn". Replace use of
7487 NULL_RTX with NULL when dealing with an insn.
7489 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7491 * rtl.h (reg_scan): Strengthen param "f" from rtx to rtx_insn *.
7492 * reginfo.c (reg_scan): Likewise, also for local "insn".
7493 (reg_scan_mark_refs): Likewise for param "insn".
7494 (init_subregs_of_mode): Likewise for local "insn".
7496 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7498 * regcprop.c (struct queued_debug_insn_change): Strengthen field
7499 "insn" from rtx to rtx_insn *.
7500 (replace_oldest_value_reg): Likewise for param "insn".
7501 (replace_oldest_value_addr): Likewise.
7502 (replace_oldest_value_mem): Likewise.
7503 (apply_debug_insn_changes): Likewise for local "last_insn".
7504 (copyprop_hardreg_forward_1): Likewise for local "insn".
7506 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7508 * reg-stack.c (next_flags_user): Strengthen return type and param
7509 "insn" from rtx to rtx_insn *.
7510 (straighten_stack): Likewise for param "insn".
7511 (check_asm_stack_operands): Likewise.
7512 (remove_regno_note): Likewise.
7513 (emit_pop_insn): Likewise for return type, param "insn", local
7515 (emit_swap_insn): Strengthen param "insn" and locals "i1", "tmp",
7516 "limit" from rtx to rtx_insn *.
7517 (swap_to_top): Likewise for param "insn".
7518 (move_for_stack_reg): Likewise.
7519 (move_nan_for_stack_reg): Likewise.
7520 (swap_rtx_condition): Likewise.
7521 (compare_for_stack_reg): Likewise.
7522 (subst_all_stack_regs_in_debug_insn): Likewise.
7523 (subst_stack_regs_pat): Likewise, and local "insn2".
7524 (subst_asm_stack_regs): Strengthen param "insn" from rtx to
7526 (subst_stack_regs): Likewise.
7527 (change_stack): Likewise.
7528 (convert_regs_1): Likewise for locals "insn", "next".
7530 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7532 * ree.c (struct ext_cand): Strengthen field "insn" from rtx to
7534 (combine_set_extension): Likewise for param "curr_insn".
7535 (transform_ifelse): Likewise for param "def_insn".
7536 (get_defs): Likewise for param "def_insn". Strengthen param "dest"
7537 from vec<rtx> * to vec<rtx_insn *> *.
7538 (is_cond_copy_insn): Likewise for param "insn".
7539 (struct ext_state): Strengthen the four vec fields from vec<rtx>
7541 (make_defs_and_copies_lists): Strengthen param "extend_insn" and
7542 local "def_insn" from rtx to rtx_insn *.
7543 (get_sub_rtx): Likewise for param "def_insn".
7544 (merge_def_and_ext): Likewise.
7545 (combine_reaching_defs): Likewise.
7546 (add_removable_extension): Likewise for param "insn".
7547 (find_removable_extensions): Likewise for local "insn".
7548 (find_and_remove_re): Likewise for locals "curr_insn" and
7549 "def_insn". Strengthen locals "reinsn_del_list" and
7550 "reinsn_del_list" from auto_vec<rtx> to auto_vec<rtx_insn *>.
7552 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7554 * recog.c (split_insn): Strengthen param "insn" and locals
7555 "first", "last" from rtx to rtx_insn *.
7556 (split_all_insns): Likewise for locals "insn", "next".
7557 (split_all_insns_noflow): Likewise.
7559 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7561 * rtl.h (debug_rtx_list): Strengthen param 1 "x" from const_rtx to
7563 (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
7564 (debug_rtx_find): Likewise for param 1 "x".
7566 * print-rtl.c (debug_rtx_list): Strengthen param 1 "x" from
7567 const_rtx to const rtx_insn *. Likewise for local "insn".
7568 (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
7569 (debug_rtx_find): Likewise for param 1 "x".
7570 (print_rtl): Likewise for local "tmp_rtx", adding a checked cast
7571 from const_rtx to const rtx_insn * within the appropriate cases of
7572 the switch statement.
7574 * config/rs6000/rs6000.c (rs6000_debug_legitimize_address):
7575 Strengthen local "insns" from rtx to rtx_insn * since this is
7576 passed to a call to debug_rtx_list.
7578 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7580 * predict.h (predict_insn_def): Strengthen param "insn" from rtx
7583 * function.c (stack_protect_epilogue): Add checked cast to
7584 rtx_insn for now when invoking predict_insn_def.
7586 * predict.c (predict_insn): Strengthen param "insn" from rtx to
7588 (predict_insn_def): Likewise.
7589 (rtl_predict_edge): Likewise for local "last_insn".
7590 (can_predict_insn_p): Strengthen param "insn" from const_rtx to
7592 (combine_predictions_for_insn): Strengthen param "insn" from rtx
7594 (bb_estimate_probability_locally): Likewise for local "last_insn".
7595 (expensive_function_p): Likewise for local "insn".
7597 * config/cris/cris.c (cris_emit_trap_for_misalignment): Likewise for
7598 local "jmp", since this is used when invoking predict_insn_def.
7600 2014-08-22 Marek Polacek <polacek@redhat.com>
7603 * doc/invoke.texi: Update -Wlogical-not-parentheses description.
7605 2014-08-22 Marek Polacek <polacek@redhat.com>
7608 * ira-color.c (coalesced_pseudo_reg_slot_compare): Wrap LHS of
7609 a comparison in parens.
7610 * lra-spills.c (pseudo_reg_slot_compare): Wrap LHS of a comparison
7613 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7615 * rtl.h (fis_get_condition): Strengthen param "jump" from rtx to
7618 * cprop.c (fis_get_condition): Likewise.
7620 * postreload.c (reload_cse_regs): Likewise for param "first".
7621 (reload_cse_simplify): Likewise for param "insn".
7622 (reload_cse_regs_1): Likewise for local "insn".
7623 (reload_cse_simplify_set): Likewise for param "insn".
7624 (reload_cse_simplify_operands): Likewise.
7625 (struct reg_use): Likewise for field "insn".
7626 (reload_combine_purge_insn_uses): Likewise for param "insn".
7627 (fixup_debug_insns): Likewise for params "from", "to" and local
7629 (try_replace_in_use): Likewise for local "use_insn".
7630 (reload_combine_recognize_const_pattern): Likewise for param
7631 "insn" and locals "add_moved_after_insn", "use_insn".
7632 (reload_combine_recognize_pattern): Likewise for param "insn" and
7634 (reload_combine): Likewise for locals "insn", "prev".
7635 (reload_combine_note_use): Likewise for param "insn".
7636 (move2add_use_add2_insn): Likewise.
7637 (move2add_use_add3_insn): Likewise.
7638 (reload_cse_move2add): Likewise, also for local "next".
7639 (move2add_note_store): Likewise for local "insn".
7641 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7643 * postreload-gcse.c (struct occr): Strengthen field "insn" from
7645 (struct unoccr): Likewise.
7646 (struct modifies_mem): Likewise.
7647 (alloc_mem): Likewise for local "insn".
7648 (insert_expr_in_table): Likewise for param "insn".
7649 (dump_expr_hash_table_entry): Likewise for local "insn".
7650 (oprs_unchanged_p): Likewise for param "insn".
7651 (load_killed_in_block_p): Likewise for local "setter".
7652 (record_last_reg_set_info): Likewise for param "insn".
7653 (record_last_reg_set_info_regno): Likewise.
7654 (record_last_mem_set_info): Likewise.
7655 (record_last_set_info): Likewise for local "last_set_insn".
7656 (record_opr_changes): Likewise for param "insn".
7657 (hash_scan_set): Likewise.
7658 (compute_hash_table): Likewise for local "insn".
7659 (get_avail_load_store_reg): Likewise for param "insn".
7660 (eliminate_partially_redundant_load): Likewise, also for locals
7661 "avail_insn", "next_pred_bb_end". Replace use of NULL_RTX with
7663 (eliminate_partially_redundant_loads): Likewise for local "insn".
7665 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7667 * optabs.c (expand_doubleword_shift): Strengthen local "insn" from
7669 (expand_binop): Likewise for locals "entry_last", "last", "insns"
7670 (expand_twoval_unop): Likewise for locals entry_last", "last".
7671 (expand_twoval_binop): Likewise.
7672 (expand_twoval_binop_libfunc): Likewise for local "insns".
7673 (widen_leading): Likewise for local "last".
7674 (expand_doubleword_clz): Likewise for local "seq". Strengthen
7675 locals "hi0_label", "after_label" from rtx to rtx_code_label *.
7676 (widen_bswap): Strengthen local "last" from rtx to rtx_insn *.
7677 (expand_parity): Likewise for locals "last" and "seq".
7678 (expand_ffs): Likewise for local "seq". Strengthen local
7679 "nonzero_label" from rtx to rtx_code_label *.
7680 (expand_absneg_bit): Strengthen local "insns" from rtx to
7682 (expand_unop_direct): Likewise for local "last".
7683 (expand_unop): Likewise for locals "last", "insns".
7684 (expand_abs_nojump): Likewise for local "last".
7685 (expand_abs): Strengthen local "op1" from rtx to rtx_code_label *.
7686 (expand_one_cmpl_abs_nojump): Strengthen local "last" from rtx to
7688 (expand_copysign_absneg): Strengthen local "label" from rtx to
7690 (expand_copysign_bit): Strengthen local "insns" from rtx to
7692 (struct no_conflict_data): Likewise for fields "first", "insn".
7693 (emit_libcall_block_1): Likewise for param "insns" and locals
7694 "next", "last", "insn".
7695 (emit_libcall_block): For now, add a checked cast to rtx_insn *
7696 on "insns" when invoking emit_libcall_block_1. Ultimately we
7697 want to strengthen insns itself.
7698 (prepare_cmp_insn): Strengthen local "last" from rtx to
7700 (emit_cmp_and_jump_insn_1): Likewise for local "insn".
7701 (prepare_float_lib_cmp): Likewise for local "insns".
7702 (emit_conditional_move): Likewise for local "last".
7703 (emit_conditional_add): Likewise.
7704 (have_sub2_insn): Likewise for local "seq".
7705 (expand_float): Likewise for local "insns". Strengthen locals
7706 "label", "neglabel" from rtx to rtx_code_label *.
7707 (expand_fix): Likewise for locals "last", "insn", "insns" (to
7708 rtx_insn *) and locals "lab1", "lab2" (to rtx_code_label *).
7709 (expand_fixed_convert): Likewise for local "insns" (to
7711 (expand_sfix_optab): Likewise for local "last".
7712 (expand_compare_and_swap_loop): Strengthen local "label" from rtx
7713 to rtx_code_label *.
7714 (maybe_emit_sync_lock_test_and_set): Strengthen local "last_insn"
7715 from rtx to rtx_insn *.
7716 (expand_atomic_fetch_op): Likewise for local "insn".
7717 (maybe_legitimize_operand_same_code): Likewise for local "last".
7718 (maybe_legitimize_operands): Likewise.
7720 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7722 * modulo-sched.c (struct ps_reg_move_info): Strengthen field
7723 "insn" from rtx to rtx_insn *.
7724 (ps_rtl_insn): Likewise for return type.
7725 (doloop_register_get): Likewise for params "head", "tail" and
7726 locals "insn", "first_insn_not_to_check".
7727 (schedule_reg_move): Likewise for local "this_insn".
7728 (schedule_reg_moves): Add a checked cast to rtx_insn * to result
7729 of gen_move_insn for now.
7730 (reset_sched_times): Strengthen local "insn" from rtx to
7732 (permute_partial_schedule): Likewise.
7733 (duplicate_insns_of_cycles): Likewise for local "u_insn".
7734 (dump_insn_location): Likewise for param "insn".
7735 (loop_canon_p): Likewise for local "insn".
7736 (sms_schedule): Likewise.
7737 (print_partial_schedule): Likewise.
7738 (ps_has_conflicts): Likewise.
7740 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7742 * sched-int.h (get_ebb_head_tail): Strengthen params "headp" and
7743 "tailp" from rtx * to rtx_insn **.
7745 * ddg.c (build_intra_loop_deps): Strengthen locals head", "tail"
7746 from rtx to rtx_insn *.
7747 * haifa-sched.c (get_ebb_head_tail): Strengthen params "headp" and
7748 "tailp" from rtx * to rtx_insn **. Strengthen locals "beg_head",
7749 "beg_tail", "end_head", "end_tail", "note", "next", "prev" from
7751 * modulo-sched.c (const_iteration_count): Strengthen return type
7752 and locals "insn", "head", "tail" from rtx to rtx_insn *. Replace
7753 use of NULL_RTX with NULL when working with insns.
7754 (loop_single_full_bb_p): Strengthen locals "head", "tail" from rtx
7756 (sms_schedule): Likewise.
7757 * sched-rgn.c (init_ready_list): Likewise, also for locals
7758 "src_head" and "src_next_tail".
7759 (compute_block_dependences): Likewise.
7760 (free_block_dependencies): Likewise.
7761 (debug_rgn_dependencies): Likewise.
7762 (free_rgn_deps): Likewise.
7763 (compute_priorities): Likewise.
7764 (schedule_region): Likewise.
7765 * sel-sched.c (find_ebb_boundaries): Likewise.
7767 * config/sh/sh.c (find_insn_regmode_weight): Strengthen locals
7768 "insn", "next_tail", "head", "tail" from rtx to rtx_insn *.
7770 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7772 * mode-switching.c (struct seginfo): Strengthen field "insn_ptr"
7773 from rtx to rtx_insn *.
7774 (new_seginfo): Likewise for param "insn".
7775 (create_pre_exit): Likewise for locals "last_insn",
7776 "before_return_copy", "return_copy".
7777 (optimize_mode_switching): Likewise for locals "insn", "ins_pos",
7780 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7782 * lra-int.h (struct lra_insn_recog_data): Strengthen field "insn"
7783 from rtx to rtx_insn *.
7784 (lra_push_insn): Likewise for 1st param.
7785 (lra_push_insn_and_update_insn_regno_info): Likewise.
7786 (lra_pop_insn): Likewise for return type.
7787 (lra_invalidate_insn_data): Likewise for 1st param.
7788 (lra_set_insn_deleted): Likewise.
7789 (lra_delete_dead_insn): Likewise.
7790 (lra_process_new_insns): Likewise for first 3 params.
7791 (lra_set_insn_recog_data): Likewise for 1st param.
7792 (lra_update_insn_recog_data): Likewise.
7793 (lra_set_used_insn_alternative): Likewise.
7794 (lra_invalidate_insn_regno_info): Likewise.
7795 (lra_update_insn_regno_info): Likewise.
7796 (lra_former_scratch_operand_p): Likewise.
7797 (lra_eliminate_regs_1): Likewise.
7798 (lra_get_insn_recog_data): Likewise.
7800 * lra-assigns.c (assign_by_spills): Strengthen local "insn" from
7803 * lra-coalesce.c (move_freq_compare_func): Likewise for locals
7805 (substitute_within_insn): New.
7806 (lra_coalesce): Strengthen locals "mv", "insn", "next" from rtx to
7807 rtx_insn *. Strengthen sorted_moves from rtx * to rxt_insn **.
7808 Replace call to "substitute" with call to substitute_within_insn.
7810 * lra-constraints.c (curr_insn): Strengthen from rtx to
7812 (get_equiv_with_elimination): Likewise for param "insn".
7813 (match_reload): Strengthen params "before" and "after" from rtx *
7815 (emit_spill_move): Likewise for return type. Add a checked cast
7816 to rtx_insn * on result of gen_move_insn for now.
7817 (check_and_process_move): Likewise for local "before". Replace
7818 NULL_RTX with NULL when referring to insns.
7819 (process_addr_reg): Strengthen params "before" and "after" from
7820 rtx * to rtx_insn **.
7821 (insert_move_for_subreg): Likewise.
7822 (simplify_operand_subreg): Strengthen locals "before" and "after"
7823 from rtx to rtx_insn *.
7824 (process_address_1): Strengthen params "before" and "after" from
7825 rtx * to rtx_insn **. Strengthen locals "insns", "last_insn" from
7827 (process_address): Strengthen params "before" and "after" from
7828 rtx * to rtx_insn **.
7829 (emit_inc): Strengthen local "last" from rtx to rtx_insn *.
7830 (curr_insn_transform): Strengthen locals "before" and "after"
7831 from rtx to rtx_insn *. Replace NULL_RTX with NULL when referring
7833 (loc_equivalence_callback): Update cast of "data", changing
7834 resulting type from rtx to rtx_insn *.
7835 (substitute_pseudo_within_insn): New.
7836 (inherit_reload_reg): Strengthen param "insn" from rtx to
7837 rtx_insn *; likewise for local "new_insns". Replace NULL_RTX with
7838 NULL when referring to insns. Add a checked cast to rtx_insn *
7839 when using usage_insn to invoke lra_update_insn_regno_info.
7840 (split_reg): Strengthen param "insn" from rtx to rtx_insn *;
7841 likewise for locals "restore", "save". Add checked casts to
7842 rtx_insn * when using usage_insn to invoke
7843 lra_update_insn_regno_info and lra_process_new_insns. Replace
7844 NULL_RTX with NULL when referring to insns.
7845 (split_if_necessary): Strengthen param "insn" from rtx to
7847 (update_ebb_live_info): Likewise for params "head", "tail" and local
7849 (get_last_insertion_point): Likewise for return type and local "insn".
7850 (get_live_on_other_edges): Likewise for local "last".
7851 (inherit_in_ebb): Likewise for params "head", "tail" and locals
7852 "prev_insn", "next_insn", "restore".
7853 (remove_inheritance_pseudos): Likewise for local "prev_insn".
7854 (undo_optional_reloads): Likewise for local "insn".
7856 * lra-eliminations.c (lra_eliminate_regs_1): Likewise for param
7858 (lra_eliminate_regs): Replace NULL_RTX with NULL when referring to
7860 (eliminate_regs_in_insn): Strengthen param "insn" from rtx to
7862 (spill_pseudos): Likewise for local "insn".
7863 (init_elimination): Likewise.
7864 (process_insn_for_elimination): Likewise for param "insn".
7866 * lra-lives.c (curr_insn): Likewise.;
7868 * lra-spills.c (assign_spill_hard_regs): Likewise for local "insn".
7869 (remove_pseudos): Likewise for param "insn".
7870 (spill_pseudos): Likewise for local "insn".
7871 (lra_final_code_change): Likewise for locals "insn", "curr".
7873 * lra.c (lra_invalidate_insn_data): Likewise for param "insn".
7874 (lra_set_insn_deleted): Likewise.
7875 (lra_delete_dead_insn): Likewise, and for local "prev".
7876 (new_insn_reg): Likewise for param "insn".
7877 (lra_set_insn_recog_data): Likewise.
7878 (lra_update_insn_recog_data): Likewise.
7879 (lra_set_used_insn_alternative): Likewise.
7880 (get_insn_freq): Likewise.
7881 (invalidate_insn_data_regno_info): Likewise.
7882 (lra_invalidate_insn_regno_info): Likewise.
7883 (lra_update_insn_regno_info): Likewise.
7884 (lra_constraint_insn_stack): Strengthen from vec<rtx> to
7886 (lra_push_insn_1): Strengthen param "insn" from rtx to
7888 (lra_push_insn): Likewise.
7889 (lra_push_insn_and_update_insn_regno_info): Likewise.
7890 (lra_pop_insn): Likewise for return type and local "insn".
7891 (push_insns): Likewise for params "from", "to", and local "insn".
7892 (setup_sp_offset): Likewise for params "from", "last" and locals
7894 (lra_process_new_insns): Likewise for params "insn", "before",
7895 "after" and local "last".
7896 (struct sloc): Likewise for field "insn".
7897 (lra_former_scratch_operand_p): Likewise for param "insn".
7898 (remove_scratches): Likewise for locals "insn", "last".
7899 (check_rtl): Likewise for local "insn".
7900 (add_auto_inc_notes): Likewise for param "insn".
7901 (update_inc_notes): Likewise for local "insn".
7902 (lra): Replace NULL_RTX with NULL when referring to insn.
7904 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7906 * lower-subreg.c (simple_move): Strengthen param "insn" from rtx
7908 (resolve_reg_notes): Likewise.
7909 (resolve_simple_move): Likewise for return type, param "insn", and
7910 locals "insns", "minsn".
7911 (resolve_clobber): Strengthen param "insn" from rtx to rtx_insn *.
7912 (resolve_use): Likewise.
7913 (resolve_debug): Likewise.
7914 (find_decomposable_shift_zext): Likewise.
7915 (resolve_shift_zext): Likewise for return type, param "insn", and
7916 locals "insns", "in". Eliminate use of NULL_RTX in favor of NULL.
7917 (decompose_multiword_subregs): Likewise for local "insn",
7918 "orig_insn", "decomposed_shift", "end".
7920 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7922 * basic-block.h (basic_block split_edge_and_insert): Strengthen
7923 param "insns" from rtx to rtx_insn *.
7925 * loop-unroll.c (struct iv_to_split): Strengthen field "insn" from
7927 (struct iv_to_split): Likewise.
7928 (loop_exit_at_end_p): Likewise for local "insn".
7929 (split_edge_and_insert): Likewise for param "insns".
7930 (compare_and_jump_seq): Likewise for return type, param "cinsn",
7931 and locals "seq", "jump".
7932 (unroll_loop_runtime_iterations): Likewise for locals "init_code",
7933 "branch_code"; update invocations of compare_and_jump_seq to
7934 eliminate NULL_RTX in favor of NULL.
7935 (referenced_in_one_insn_in_loop_p): Strengthen local "insn" from
7937 (reset_debug_uses_in_loop): Likewise.
7938 (analyze_insn_to_expand_var): Likewise for param "insn".
7939 (analyze_iv_to_split_insn): Likewise.
7940 (analyze_insns_in_loop): Likewise for local "insn".
7941 (insert_base_initialization): Likewise for param
7942 "insn" and local "seq".
7943 (split_iv): Likewise for param "insn" and local "seq".
7944 (expand_var_during_unrolling): Likewise for param "insn".
7945 (insert_var_expansion_initialization): Likewise for local "seq".
7946 (combine_var_copies_in_loop_exit): Likewise.
7947 (combine_var_copies_in_loop_exit): Likewise for locals "seq" and
7949 (maybe_strip_eq_note_for_split_iv): Likewise for param "insn".
7950 (apply_opt_in_copies): Likewise for locals "insn", "orig_insn",
7953 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7955 * cfgloop.h (iv_analyze): Strengthen param 1 "insn" from rtx to
7957 (iv_analyze_result): Likewise.
7958 (iv_analyze_expr): Likewise.
7961 * loop-iv.c (iv_get_reaching_def): Strengthen param "insn" and
7962 local "def_insn" from rtx to rtx_insn *.
7963 (get_biv_step_1): Likewise for local "insn".
7964 (iv_analyze_expr): Likewise for param "insn".
7965 (iv_analyze_def): Likewise for local "insn".
7966 (iv_analyze_op): Likewise for param "insn".
7967 (iv_analyze): Likewise.
7968 (iv_analyze_result): Likewise.
7970 (suitable_set_for_replacement): Likewise.
7971 (simplify_using_initial_values): Likewise for local "insn".
7972 (iv_number_of_iterations): Likewise for param "insn".
7973 (check_simple_exit): Add checked cast to rtx_insn when invoking
7974 iv_number_of_iterations for now (until get_condition is
7977 * loop-unroll.c (analyze_iv_to_split_insn): Strengthen param
7978 "insn" from rtx to rtx_insn *.
7979 (analyze_insns_in_loop): Likewise for local "insn".
7981 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7983 * loop-invariant.c (struct use): Strengthen field "insn" from rtx
7985 (struct invariant): Likewise.
7986 (hash_invariant_expr_1): Likewise for param "insn".
7987 (invariant_expr_equal_p): Likewise for param "insn1", "insn2".
7988 (find_exits): Likewise for local "insn".
7989 (create_new_invariant): Likewise for param "insn".
7990 (check_dependencies): Likewise.
7991 (find_invariant_insn): Likewise.
7992 (record_uses): Likewise.
7993 (find_invariants_insn): Likewise.
7994 (find_invariants_bb): Likewise for local "insn".
7995 (get_pressure_class_and_nregs): Likewise for param "insn".
7996 (calculate_loop_reg_pressure): Likewise for local "insn".
7998 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8000 * loop-doloop.c (doloop_valid_p): Strengthen local "insn" from rtx
8002 (add_test): Likewise for locals "seq", "jump".
8003 (doloop_modify): Likewise for locals "sequence", "jump_insn".
8005 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8007 * rtl.h (rebuild_jump_labels): Strengthen param "f" from rtx to
8009 (rebuild_jump_labels_chain): Likewise for param "chain".
8011 * cfgexpand.c (pass_expand::execute): Add checked cast to
8012 rtx_insn * when calling rebuild_jump_labels_chain in region where
8013 we know e->insns.r is non-NULL.
8015 * jump.c (rebuild_jump_labels_1): Strengthen param "f" from rtx to
8017 (rebuild_jump_labels): Likewise.
8018 (rebuild_jump_labels_chain): Likewise for param "chain".
8019 (cleanup_barriers): Likewise for locals "insn", "next", "prev".
8020 (init_label_info): Likewise for param "f".
8021 (maybe_propagate_label_ref): Likewise for params "jump_insn",
8022 "prev_nonjump_insn".
8023 (mark_all_labels): Likewise for param "f" and locals "insn",
8024 "prev_nonjump_insn".
8026 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8028 * ira-int.h (struct ira_allocno_copy): Strengthen field "insn"
8029 from rtx to rtx_insn *insn.
8030 (ira_create_copy): Strengthen param "insn" from rtx to rtx_insn *.
8031 (ira_add_allocno_copy): Likewise.
8032 * ira-build.c (find_allocno_copy): Strengthen param "insn" from
8034 (ira_create_copy): Likewise.
8035 (ira_add_allocno_copy): Likewise.
8036 (create_bb_allocnos): Likewise for local "insn".
8037 * ira-conflicts.c (process_regs_for_copy): Likewise for param "insn".
8038 (process_reg_shuffles): Update NULL_RTX to NULL in invocation of
8039 process_regs_for_copy for rtx_insn * param.
8040 (add_insn_allocno_copies): Strengthen param "insn" from rtx to
8041 rtx_insn *insn. Update NULL_RTX to NULL in invocation of
8042 process_regs_for_copy for rtx_insn * param.
8043 (add_copies): Strengthen local "insn" from rtx to rtx_insn *insn.
8044 * ira-costs.c (record_reg_classes): Likewise for param "insn".
8045 (record_operand_costs): Likewise.
8046 (scan_one_insn): Likewise for return type, and for param "insn".
8047 (process_bb_for_costs): Likewise for local "insn".
8048 (process_bb_node_for_hard_reg_moves): Likewise.
8049 * ira-emit.c (struct move): Likewise for field "insn".
8050 (create_move): Eliminate use of NULL_RTX when dealing with an
8052 (emit_move_list): Strengthen return type and locals "result",
8053 "insn" from rtx to rtx_insn *insn.
8054 (emit_moves): Likewise for locals "insns", "tmp".
8055 (ira_emit): Likewise for local "insn".
8056 * ira-lives.c (mark_hard_reg_early_clobbers): Likewise for param
8058 (find_call_crossed_cheap_reg): Likewise.
8059 (process_bb_node_lives): Likewise for local "insn".
8060 * ira.c (decrease_live_ranges_number): Likewise.
8061 (compute_regs_asm_clobbered): Likewise.
8062 (build_insn_chain): Likewise.
8063 (find_moveable_pseudos): Likewise, also locals "def_insn",
8064 "use_insn", "x". Also strengthen local "closest_uses" from rtx *
8065 to rtx_insn **. Add a checked cast when assigning from
8066 "closest_use" into closest_uses array in a region where we know
8067 it's a non-NULL insn.
8068 (interesting_dest_for_shprep): Strengthen param "insn" from rtx
8070 (split_live_ranges_for_shrink_wrap): Likewise for locals "insn",
8071 "last_interesting_insn", "uin".
8072 (move_unallocated_pseudos): Likewise for locals "def_insn",
8073 "move_insn", "newinsn".
8075 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8077 * internal-fn.c (ubsan_expand_si_overflow_addsub_check):
8078 Strengthen locals "done_label", "do_error" from rtx to
8080 (ubsan_expand_si_overflow_addsub_check): Strengthen local "last"
8081 from rtx to rtx_insn *. Strengthen local "sub_check from rtx to
8083 (ubsan_expand_si_overflow_neg_check): Likewise for locals
8084 "done_label", "do_error" to rtx_code_label * and local "last" to
8086 (ubsan_expand_si_overflow_mul_check): Likewise for locals
8087 "done_label", "do_error", "large_op0", "small_op0_large_op1",
8088 "one_small_one_large", "both_ops_large", "after_hipart_neg",
8089 "after_lopart_neg", "do_overflow", "hipart_different" to
8090 rtx_code_label * and local "last" to rtx_insn *.
8092 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8094 * init-regs.c (initialize_uninitialized_regs): Strengthen locals
8095 "insn" and "move_insn" from rtx to rtx_insn *.
8097 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8099 * ifcvt.c (count_bb_insns): Strengthen local "insn" from rtx to
8101 (cheap_bb_rtx_cost_p): Likewise.
8102 (first_active_insn): Likewise for return type and local "insn".
8103 (last_active_insn): Likewise for return type and locals "insn",
8105 (struct noce_if_info): Likewise for fields "jump", "insn_a",
8107 (end_ifcvt_sequence): Likewise for return type and locals "insn",
8109 (noce_try_move): Likewise for local "seq".
8110 (noce_try_store_flag): Likewise.
8111 (noce_try_store_flag_constants): Likewise.
8112 (noce_try_addcc): Likewise.
8113 (noce_try_store_flag_mask): Likewise.
8114 (noce_try_cmove): Likewise.
8115 (noce_try_minmax): Likewise.
8116 (noce_try_abs): Likewise.
8117 (noce_try_sign_mask): Likewise.
8118 (noce_try_bitop): Likewise.
8119 (noce_can_store_speculate_p): Likewise for local "insn".
8120 (noce_process_if_block): Likewise for locals "insn_a", "insn_b",
8122 (check_cond_move_block): Likewise for local "insn".
8123 (cond_move_convert_if_block): Likewise.
8124 (cond_move_process_if_block): Likewise for locals "seq",
8126 (noce_find_if_block): Likewise for local "jump".
8127 (merge_if_block): Likewise for local "last".
8128 (block_jumps_and_fallthru_p): Likewise for locals "insn", "end".
8129 (find_cond_trap): Likewise for locals "trap", "jump", "newjump".
8130 (block_has_only_trap): Likewise for return type and local "trap".
8131 (find_if_case_1): Likewise for local "jump".
8132 (dead_or_predicable): Likewise for locals "head", "end", "jump",
8135 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8137 * hw-doloop.h (struct hwloop_info_d): Strengthen fields
8138 "last_insn", "loop_end" from rtx to rtx_insn *.
8140 * hw-doloop.c (scan_loop): Likewise for local "insn".
8141 (discover_loop): Likewise for param "tail_insn".
8142 (discover_loops): Likewise for local "tail".
8144 * config/bfin/bfin.c (hwloop_optimize): For now, add a checked
8145 cast to rtx_insn * when assigning from an rtx local to a
8146 hwloop_info's "last_insn" field.
8148 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8150 * haifa-sched.c (bb_header): Strengthen from rtx * to rtx_insn **.
8151 (add_delay_dependencies): Strengthen local "pro" from rtx to
8153 (recompute_todo_spec): Likewise.
8154 (dep_cost_1): Likewise for locals "insn", "used".
8155 (schedule_insn): Likewise for local "dbg".
8156 (schedule_insn): Likewise for locals "pro", "next".
8157 (unschedule_insns_until): Likewise for local "con".
8158 (restore_pattern): Likewise for local "next".
8159 (estimate_insn_tick): Likewise for local "pro".
8160 (resolve_dependencies): Likewise for local "next".
8161 (fix_inter_tick): Likewise.
8162 (fix_tick_ready): Likewise for local "pro".
8163 (add_to_speculative_block): Likewise for locals "check", "twin",
8165 (sched_extend_bb): Likewise for locals "end", "insn".
8166 (init_before_recovery): Likewise for local "x".
8167 (sched_create_recovery_block): Likewise for local "barrier".
8168 (create_check_block_twin): Likewise for local "pro".
8169 (fix_recovery_deps): Likewise for locals "note", "insn", "jump",
8171 (unlink_bb_notes): Update for change to type of bb_header.
8172 Strengthen locals "prev", "label", "note", "next" from rtx to
8174 (clear_priorities): Likewise for local "pro".
8176 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8178 * gcse.c (struct occr): Strengthen field "insn" from rtx to
8180 (test_insn): Likewise for this global.
8181 (oprs_unchanged_p): Strengthen param "insn" from const_rtx to
8183 (oprs_anticipatable_p): Likewise.
8184 (oprs_available_p): Likewise.
8185 (insert_expr_in_table): Strengthen param "insn" from rtx to
8187 (hash_scan_set): Likewise.
8188 (hash_scan_clobber): Likewise.
8189 (hash_scan_call): Likewise.
8190 (hash_scan_insn): Likewise.
8191 (compute_hash_table_work): Likewise for local "insn".
8192 (process_insert_insn): Likewise for return type and local "pat".
8193 (insert_insn_end_basic_block): Likewise for locals "new_insn",
8194 "pat", "pat_end", "maybe_cc0_setter".
8195 (pre_edge_insert): Likewise for local "insn".
8196 (pre_insert_copy_insn): Likewise for param "insn".
8197 (pre_insert_copies): Likewise for local "insn".
8198 (struct set_data): Likewise for field "insn".
8199 (single_set_gcse): Likewise for param "insn".
8200 (gcse_emit_move_after): Likewise.
8201 (pre_delete): Likewise for local "insn".
8202 (update_bb_reg_pressure): Likewise for param "from" and local
8204 (should_hoist_expr_to_dom): Likewise for param "from".
8205 (hoist_code): Likewise for local "insn".
8206 (get_pressure_class_and_nregs): Likewise for param "insn".
8207 (calculate_bb_reg_pressure): Likewise for local "insn".
8208 (compute_ld_motion_mems): Likewise.
8210 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8212 * genpeep.c (main): Rename param back from "uncast_ins1" to
8213 "ins1", strengthening from rtx to rtx_insn *. Drop now-redundant
8216 * output.h (peephole): Strengthen param from rtx to rtx_insn *.
8218 2014-08-22 Michael Meissner <meissner@linux.vnet.ibm.com>
8221 * doc/md.texi (Machine Constraints): Update PowerPC wi constraint
8222 documentation to state it is only for VSX operations.
8224 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Make wi
8225 constraint only active if VSX.
8227 * config/rs6000/rs6000.md (lfiwax): Use wj constraint instead of
8228 wi cosntraint for ISA 2.07 lxsiwax/lxsiwzx instructions.
8231 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8233 * fwprop.c (single_def_use_dom_walker::before_dom_children):
8234 Strengthen local "insn" from rtx to rtx_insn *.
8235 (use_killed_between): Likewise for param "target_insn".
8236 (all_uses_available_at): Likewise for param "target_insn" and
8238 (update_df_init): Likewise for params "def_insn", "insn".
8239 (update_df): Likewise for param "insn".
8240 (try_fwprop_subst): Likewise for param "def_insn" and local
8242 (free_load_extend): Likewise for param "insn".
8243 (forward_propagate_subreg): Likewise for param "def_insn" and
8245 (forward_propagate_asm): Likewise for param "def_insn" and local
8247 (forward_propagate_and_simplify): Likewise for param "def_insn"
8248 and local "use_insn".
8249 (forward_propagate_into): Likewise for locals "def_insn" and
8252 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8254 * function.c (emit_initial_value_sets): Strengthen local "seq"
8255 from rtx to rtx_insn *.
8256 (instantiate_virtual_regs_in_insn): Likewise for param "insn" and
8258 (instantiate_virtual_regs): Likewise for local "insn".
8259 (assign_parm_setup_reg): Likewise for locals "linsn", "sinsn".
8260 (reorder_blocks_1): Likewise for param "insns" and local "insn".
8261 (expand_function_end): Likewise for locals "insn" and "seq".
8262 (epilogue_done): Likewise for local "insn".
8263 (thread_prologue_and_epilogue_insns): Likewise for locals "prev",
8265 (reposition_prologue_and_epilogue_notes): Likewise for locals
8266 "insn", "last", "note", "first".
8267 (match_asm_constraints_1): Likewise for param "insn" and local "insns".
8268 (pass_match_asm_constraints::execute): Likewise for local "insn".
8270 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8272 * output.h (final_scan_insn): Strengthen return type from rtx to
8274 (final_forward_branch_p): Likewise for param.
8275 (current_output_insn): Likewise for this global.
8277 * final.c (rtx debug_insn): Likewise for this variable.
8278 (current_output_insn): Likewise.
8279 (get_attr_length_1): Rename param "insn" to "uncast_insn",
8280 adding "insn" back in as an rtx_insn * with a checked cast, so
8281 that macro ADJUST_INSN_LENGTH can be passed an rtx_insn * as the
8283 (compute_alignments): Strengthen local "label" from rtx to
8285 (shorten_branches): Rename param from "first" to "uncast_first",
8286 introducing a new local rtx_insn * "first" using a checked cast to
8287 effectively strengthen "first" from rtx to rtx_insn * without
8288 affecting the type signature. Strengthen locals "insn", "seq",
8289 "next", "label" from rtx to rtx_insn *.
8290 (change_scope): Strengthen param "orig_insn" and local "insn" from
8292 (final_start_function): Rename param from "first" to "uncast_first",
8293 introducing a new local rtx_insn * "first" using a checked cast to
8294 effectively strengthen "first" from rtx to rtx_insn * without
8295 affecting the type signature. Strengthen local "insn" from rtx to
8297 (dump_basic_block_info): Strengthen param "insn" from rtx to
8299 (final): Rename param from "first" to "uncast_first",
8300 introducing a new local rtx_insn * "first" using a checked cast to
8301 effectively strengthen "first" from rtx to rtx_insn * without
8302 affecting the type signature. Strengthen locals "insn", "next"
8303 from rtx to rtx_insn *.
8304 (output_alternate_entry_point): Strengthen param "insn" from rtx to
8306 (call_from_call_insn): Strengthen param "insn" from rtx to
8308 (final_scan_insn): Rename param from "insn" to "uncast_insn",
8309 introducing a new local rtx_insn * "insn" using a checked cast to
8310 effectively strengthen "insn" from rtx to rtx_insn * without
8311 affecting the type signature. Strengthen return type and locals
8312 "next", "note", "prev", "new_rtx" from rtx to rtx_insn *. Remove
8313 now-redundant checked cast to rtx_insn * from both invocations of
8314 debug_hooks->var_location. Convert CALL_P into a dyn_cast,
8315 introducing a local "call_insn" for use when invoking
8316 call_from_call_insn.
8317 (notice_source_line): Strengthen param "insn" from rtx to
8319 (leaf_function_p): Likewise for local "insn".
8320 (final_forward_branch_p): Likewise.
8321 (leaf_renumber_regs): Likewise for param "first".
8322 (rest_of_clean_state): Likewise for locals "insn" and "next".
8323 (self_recursive_call_p): Likewise for param "insn".
8324 (collect_fn_hard_reg_usage): Likewise for local "insn".
8325 (get_call_fndecl): Likewise for param "insn".
8326 (get_call_cgraph_rtl_info): Likewise.
8327 (get_call_reg_set_usage): Rename param from "insn" to "uncast_insn",
8328 introducing a new local rtx_insn * "insn" using a checked cast to
8329 effectively strengthen "insn" from rtx to rtx_insn * without
8330 affecting the type signature.
8332 * config/arc/arc.c (arc_final_prescan_insn): For now, add checked
8333 cast when assigning from param "insn" to current_output_insn.
8334 (arc_pad_return): Strengthen local "insn" from rtx to rtx_insn *
8335 so that we can assign it back to current_output_insn.
8337 2014-08-20 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
8339 * config/avr/avr-mcus.def: Remove atmega26hvg, atmega64rfa2,
8340 atmega48hvf, atxmega32x1, atmxt224, atmxt224e, atmxt336s,
8341 atmxt540s and atmxt540sreva devices.
8342 * config/avr/avr-tables.opt: Regenerate.
8343 * config/avr/t-multilib: Regenerate.
8344 * doc/avr-mmcu.texi: Regenerate.
8346 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8348 * expr.c (convert_move): Strengthen local "insns" from rtx to
8350 (emit_block_move_via_loop): Strengthen locals "cmp_label" and
8351 "top_label" from rtx to rtx_code_label *.
8352 (move_block_to_reg): Strengthen local "insn", "last" from rtx to
8354 (emit_single_push_insn): Likewise for locals "prev", "last".
8355 (store_expr): Strengthen locals "lab1", "lab2", "label" from rtx
8356 to rtx_code_label *.
8357 (store_constructor): Likewise for locals "loop_start", "loop_end".
8358 (expand_cond_expr_using_cmove): Strengthen local "seq" from rtx to
8360 (expand_expr_real_2): Likewise.
8361 (expand_expr_real_1): Strengthen local "label" from rtx to
8364 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8366 * expmed.c (store_bit_field_using_insv): Strengthen local "last"
8367 from rtx to rtx_insn *.
8368 (store_bit_field_1): Likewise.
8369 (extract_bit_field_1): Likewise.
8370 (expand_mult_const): Likewise for local "insns".
8371 (expmed_mult_highpart): Strengthen local "label" from rtx to
8373 (expand_smod_pow2): Likewise.
8374 (expand_sdiv_pow2): Likewise.
8375 (expand_divmod): Strengthen locals "last", "insn" from rtx to
8376 rtx_insn *. Strengthen locals "label", "label1", "label2",
8377 "label3", "label4", "label5", "lab" from rtx to rtx_code_label *.
8378 (emit_cstore): Strengthen local "last" from rtx to rtx_insn *.
8379 (emit_store_flag): Likewise.
8380 (emit_store_flag_force): Strengthen local "label" from rtx to
8382 (do_cmp_and_jump): Likewise for param "label".
8384 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8386 * explow.c (force_reg): Strengthen local "insn" from rtx to
8388 (adjust_stack_1): Likewise.
8389 (allocate_dynamic_stack_space): Likewise. Strengthen locals
8390 "final_label", "available_label", "space_available" from rtx to
8392 (probe_stack_range): Likewise for locals "loop_lab", "end_lab".
8393 (anti_adjust_stack_and_probe): Likewise.
8395 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8397 * except.h (sjlj_emit_function_exit_after): Strengthen param
8398 "after" from rtx to rtx_insn *. This is only called with
8399 result of get_last_insn (in function.c) so type-change should be
8402 * function.h (struct rtl_eh): Strengthen field "ehr_label" from
8403 rtx to rtx_code_label *, and field "sjlj_exit_after" from rtx
8404 to rtx_insn *. These fields are only used from except.c so this
8405 type-change should be self-contained to this patch.
8407 * except.c (emit_to_new_bb_before): Strengthen param "seq" and
8408 local "last" from rtx to rtx_insn *.
8409 (dw2_build_landing_pads): Likewise for local "seq".
8410 (sjlj_mark_call_sites): Likewise for locals "insn", "before", p".
8411 (sjlj_emit_function_enter): Strengthen param "dispatch_label" from
8412 rtx to rtx_code_label *. Strengthen locals "fn_begin", "seq" from
8414 (sjlj_emit_function_exit_after): Strengthen param "after" from rtx
8416 (sjlj_emit_function_exit): Likewise for locals "seq", "insn".
8417 (sjlj_emit_dispatch_table): Likewise for locals "seq", "seq2".
8418 (sjlj_build_landing_pads): Replace NULL_RTX with NULL when
8419 referring to an insn. Strengthen local "dispatch_label" from
8420 rtx to rtx_code_label *.
8421 (set_nothrow_function_flags): Strengthen local "insn" from rtx to
8423 (expand_eh_return): Strengthen local "around_label" from
8424 rtx to rtx_code_label *.
8425 (convert_to_eh_region_ranges): Strengthen locals "iter",
8426 "last_action_insn", "first_no_action_insn",
8427 "first_no_action_insn_before_switch",
8428 "last_no_action_insn_before_switch", from rtx to rtx_insn *.
8430 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8432 * dwarf2out.c (last_var_location_insn): Strengthen this variable
8433 from rtx to rtx_insn *.
8434 (cached_next_real_insn): Likewise.
8435 (dwarf2out_end_epilogue): Replace use of NULL_RTX with NULL when
8437 (dwarf2out_var_location): Strengthen locals "next_real",
8438 "next_note", "expected_next_loc_note", "last_start", "insn" from
8441 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8443 * dwarf2cfi.c (add_cfis_to_fde): Strengthen locals "insn", "next"
8444 from rtx to rtx_insn *.
8445 (create_pseudo_cfg): Likewise for local "insn".
8447 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8449 * df-core.c (df_bb_regno_first_def_find): Strengthen local "insn"
8450 from rtx to rtx_insn *.
8451 (df_bb_regno_last_def_find): Likewise.
8453 * df-problems.c (df_rd_bb_local_compute): Likewise.
8454 (df_lr_bb_local_compute): Likewise.
8455 (df_live_bb_local_compute): Likewise.
8456 (df_chain_remove_problem): Likewise.
8457 (df_chain_create_bb): Likewise.
8458 (df_word_lr_bb_local_compute): Likewise.
8459 (df_remove_dead_eq_notes): Likewise for param "insn".
8460 (df_note_bb_compute): Likewise for local "insn".
8461 (simulate_backwards_to_point): Likewise.
8462 (df_md_bb_local_compute): Likewise.
8464 * df-scan.c (df_scan_free_bb_info): Likewise.
8465 (df_scan_start_dump): Likewise.
8466 (df_scan_start_block): Likewise.
8467 (df_install_ref_incremental): Likewise for local "insn".
8468 (df_insn_rescan_all): Likewise.
8469 (df_reorganize_refs_by_reg_by_insn): Likewise.
8470 (df_reorganize_refs_by_insn_bb): Likewise.
8471 (df_recompute_luids): Likewise.
8472 (df_bb_refs_record): Likewise.
8473 (df_update_entry_exit_and_calls): Likewise.
8474 (df_bb_verify): Likewise.
8476 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8478 * ddg.h (struct ddg_node): Strengthen fields "insn" and
8479 "first_note" from rtx to rtx_insn *.
8480 (get_node_of_insn): Likewise for param 2 "insn".
8481 (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
8483 * ddg.c (mem_read_insn_p): Strengthen param "insn" from rtx to
8485 (mem_write_insn_p): Likewise.
8486 (mem_access_insn_p): Likewise.
8487 (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
8488 (def_has_ccmode_p): Likewise for param "insn".
8489 (add_cross_iteration_register_deps): Likewise for locals
8490 "def_insn" and "use_insn".
8491 (insns_may_alias_p): Likewise for params "insn1" and "insn2".
8492 (build_intra_loop_deps): Likewise for local "src_insn".
8493 (create_ddg): Strengthen locals "insn" and "first_note" from rtx
8495 (get_node_of_insn): Likewise for param "insn".
8497 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8499 * dce.c (worklist): Strengthen from vec<rtx> to vec<rtx_insn *>.
8500 (deletable_insn_p): Strengthen param "insn" from rtx to
8501 rtx_insn *. Add checked cast to rtx_call_insn when invoking
8502 find_call_stack_args, since this is guarded by CALL_P (insn).
8503 (marked_insn_p): Strengthen param "insn" from rtx to
8505 (mark_insn): Likewise. Add checked cast to rtx_call_insn when
8506 invoking find_call_stack_args, since this is guarded by
8508 (mark_nonreg_stores_1): Strengthen cast of "data" from rtx to
8509 rtx_insn *; we know this is an insn since this was called by
8511 (mark_nonreg_stores_2): Likewise.
8512 (mark_nonreg_stores): Strengthen param "insn" from rtx to
8514 (find_call_stack_args): Strengthen param "call_insn" from rtx to
8515 rtx_call_insn *; strengthen locals "insn" and "prev_insn" from rtx
8517 (remove_reg_equal_equiv_notes_for_defs): Strengthen param "insn"
8518 from rtx to rtx_insn *.
8519 (reset_unmarked_insns_debug_uses): Likewise for locals "insn",
8521 (delete_unmarked_insns): Likewise for locals "insn", "next".
8522 (prescan_insns_for_dce): Likewise for locals "insn", "prev".
8523 (mark_reg_dependencies): Likewise for param "insn".
8524 (rest_of_handle_ud_dce): Likewise for local "insn".
8525 (word_dce_process_block): Likewise.
8526 (dce_process_block): Likewise.
8528 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8530 * cse.c (struct qty_table_elem): Strengthen field "const_insn"
8531 from rtx to rtx_insn *.
8532 (struct change_cc_mode_args): Likewise for field "insn".
8533 (this_insn): Strengthen from rtx to rtx_insn *.
8534 (make_new_qty): Replace use of NULL_RTX with NULL when dealing
8536 (validate_canon_reg): Strengthen param "insn" from rtx to
8538 (canon_reg): Likewise.
8539 (fold_rtx): Likewise. Replace use of NULL_RTX with NULL when
8541 (record_jump_equiv): Strengthen param "insn" from rtx to
8543 (try_back_substitute_reg): Likewise, also for locals "prev",
8545 (find_sets_in_insn): Likewise for param "insn".
8546 (canonicalize_insn): Likewise.
8547 (cse_insn): Likewise. Add a checked cast.
8548 (invalidate_from_clobbers): Likewise for param "insn".
8549 (invalidate_from_sets_and_clobbers): Likewise.
8550 (cse_process_notes_1): Replace use of NULL_RTX with NULL when
8552 (cse_prescan_path): Strengthen local "insn" from rtx to
8554 (cse_extended_basic_block): Likewise for locals "insn" and
8556 (cse_main): Likewise for param "f".
8557 (check_for_label_ref): Likewise for local "insn".
8558 (set_live_p): Likewise for second param ("insn").
8559 (insn_live_p): Likewise for first param ("insn") and for local
8561 (cse_change_cc_mode_insn): Likewise for first param "insn".
8562 (cse_change_cc_mode_insns): Likewise for first and second params
8564 (cse_cc_succs): Likewise for locals "insns", "last_insns", "insn"
8566 (cse_condition_code_reg): Likewise for locals "last_insn", "insn",
8569 2014-08-22 Alexander Ivchenko <alexander.ivchenko@intel.com>
8570 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
8571 Anna Tikhonova <anna.tikhonova@intel.com>
8572 Ilya Tocar <ilya.tocar@intel.com>
8573 Andrey Turetskiy <andrey.turetskiy@intel.com>
8574 Ilya Verbin <ilya.verbin@intel.com>
8575 Kirill Yukhin <kirill.yukhin@intel.com>
8576 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
8578 * config/i386/subst.md (define_subst_attr "mask_avx512bw_condition"):
8580 * config/i386/sse.md
8581 (define_mode_iterator VI248_AVX2): Delete.
8582 (define_mode_iterator VI2_AVX2_AVX512BW): New.
8583 (define_mode_iterator VI48_AVX2): Ditto.
8584 (define_insn <shift_insn><mode>3): Delete.
8585 (define_insn "<shift_insn><mode>3<mask_name>" with
8586 VI2_AVX2_AVX512BW): New.
8587 (define_insn "<shift_insn><mode>3<mask_name>" with
8590 2014-08-22 Alexander Ivchenko <alexander.ivchenko@intel.com>
8591 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
8592 Anna Tikhonova <anna.tikhonova@intel.com>
8593 Ilya Tocar <ilya.tocar@intel.com>
8594 Andrey Turetskiy <andrey.turetskiy@intel.com>
8595 Ilya Verbin <ilya.verbin@intel.com>
8596 Kirill Yukhin <kirill.yukhin@intel.com>
8597 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
8599 * config/i386/sse.md
8600 (define_mode_iterator VI4F_BRCST32x2): New.
8601 (define_mode_attr 64x2_mode): Ditto.
8602 (define_mode_attr 32x2mode): Ditto.
8603 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"
8604 with VI4F_BRCST32x2): Ditto.
8605 (define_insn "<mask_codefor>avx512vl_broadcast<mode><mask_name>_1"
8606 with V16FI mode iterator): Ditto.
8607 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
8609 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
8610 with VI8F_BRCST64x2): Ditto.
8612 2014-08-22 Alexander Ivchenko <alexander.ivchenko@intel.com>
8613 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
8614 Anna Tikhonova <anna.tikhonova@intel.com>
8615 Ilya Tocar <ilya.tocar@intel.com>
8616 Andrey Turetskiy <andrey.turetskiy@intel.com>
8617 Ilya Verbin <ilya.verbin@intel.com>
8618 Kirill Yukhin <kirill.yukhin@intel.com>
8619 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
8621 * config/i386/sse.md
8622 (define_mode_iterator VI8_AVX512VL): New.
8623 (define_insn "avx512cd_maskb_vec_dup<mode>"): Macroize.
8625 2014-08-22 Kirill Yukhin <kirill.yukhin@intel.com>
8627 * gcc/config/i386/sse.md (define_mode_iterator V_AVX512VL): Delete.
8628 (define_mode_iterator V48_AVX512VL): New.
8629 (define_mode_iterator V12_AVX512VL): Ditto.
8630 (define_insn <avx512>_load<mode>_mask): Split into two similar
8631 patterns which use different mode iterators: V48_AVX512VL V12_AVX512VL.
8632 Refactor output template.
8633 (define_insn "<avx512>_store<mode>_mask"): Ditto.
8635 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8637 * cprop.c (struct occr): Strengthen field "insn" from rtx to
8639 (reg_available_p): Likewise for param "insn".
8640 (insert_set_in_table): Likewise.
8641 (hash_scan_set): Likewise.
8642 (hash_scan_insn): Likewise.
8643 (make_set_regs_unavailable): Likewise.
8644 (compute_hash_table_work): Likewise for local "insn".
8645 (reg_not_set_p): Strengthen param "insn" from const_rtx to
8647 (mark_oprs_set): Strengthen param "insn" from rtx to rtx_insn *.
8648 (try_replace_reg): Likewise.
8649 (find_avail_set): Likewise.
8650 (cprop_jump): Likewise for params "setcc", "jump".
8651 (constprop_register): Likewise for param "insn".
8652 (cprop_insn): Likewise.
8653 (do_local_cprop): Likewise.
8654 (local_cprop_pass): Likewise for local "insn".
8655 (bypass_block): Likewise for params "setcc" and "jump".
8656 (bypass_conditional_jumps): Likewise for locals "setcc" and
8658 (one_cprop_pass): Likewise for local "insn".
8660 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8662 * compare-elim.c (struct comparison_use): Strengthen field "insn"
8663 from rtx to rtx_insn *.
8664 (struct comparison): Likewise, also for field "prev_clobber".
8665 (conforming_compare): Likewise for param "insn".
8666 (arithmetic_flags_clobber_p): Likewise.
8667 (find_flags_uses_in_insn): Likewise.
8668 (find_comparison_dom_walker::before_dom_children): Likewise for
8669 locals "insn", "next", "last_clobber".
8670 (try_eliminate_compare): Likewise for locals "insn", "bb_head".
8672 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8674 * combine-stack-adj.c (struct csa_reflist): Strengthen field
8675 "insn" from rtx to rtx_insn *.
8676 (single_set_for_csa): Likewise for param "insn".
8677 (record_one_stack_ref): Likewise.
8678 (try_apply_stack_adjustment): Likewise.
8679 (struct record_stack_refs_data): Likewise for field "insn".
8680 (maybe_move_args_size_note): Likewise for params "last" and "insn".
8681 (prev_active_insn_bb): Likewise for return type and param "insn".
8682 (next_active_insn_bb): Likewise.
8683 (force_move_args_size_note): Likewise for params "prev" and "last"
8684 and locals "test", "next_candidate", "prev_candidate".
8685 (combine_stack_adjustments_for_block): Strengthen locals
8686 "last_sp_set", "last2_sp_set", "insn", "next" from rtx to
8689 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8691 * combine.c (i2mod): Strengthen this variable from rtx to rtx_insn *.
8692 (struct reg_stat_struct): Likewise for fields "last_death", "last_set".
8693 (subst_insn): Likewise for this variable.
8694 (added_links_insn): Likewise.
8695 (struct insn_link): Likewise for field "insn".
8696 (alloc_insn_link): Likewise for param "insn".
8697 (struct undobuf): Likewise for field "other_insn".
8698 (find_single_use): Likewise for param "insn" and local "next".
8699 (combine_validate_cost): Likewise for params "i0", "i1", "i2", "i3".
8700 (delete_noop_moves): Likewise for locals "insn", "next".
8701 (create_log_links): Likewise for locals "insn", "use_insn".
8702 Strengthen local "next_use" from rtx * to rtx_insn **.
8703 (insn_a_feeds_b): Likewise for params "a", "b".
8704 (combine_instructions): Likewise for param "f" and locals "insn",
8705 "next", "prev", "first", "last_combined_insn", "link", "link1",
8706 "temp". Replace use of NULL_RTX with NULL when referring to
8708 (setup_incoming_promotions): Likewise for param "first"
8709 (set_nonzero_bits_and_sign_copies): Likewise for local "insn".
8710 (can_combine_p): Likewise for params "insn", "i3", "pred",
8711 "pred2", "succ", "succ2" and for local "p".
8712 (combinable_i3pat): Likewise for param "i3".
8713 (cant_combine_insn_p): Likewise for param "insn".
8714 (likely_spilled_retval_p): Likewise.
8715 (adjust_for_new_dest): Likewise.
8716 (update_cfg_for_uncondjump): Likewise, also for local "insn".
8717 (try_combine): Likewise for return type and for params "i3", "i2",
8718 "i1", "i0", "last_combined_insn", and for locals "insn",
8719 "cc_use_insn", "p", "first", "last", "i2_insn", "i1_insn",
8720 "i0_insn". Eliminate local "tem" in favor of new locals
8721 "tem_note" and "tem_insn", the latter being an rtx_insn *. Add a
8722 checked cast for now to rtx_insn * on the return type of
8723 gen_rtx_INSN. Replace use of NULL_RTX with NULL when referring to
8725 (find_split_point): Strengthen param "insn" from rtx to
8727 (simplify_set): Likewise for local "other_insn".
8728 (recog_for_combine): Likewise for param "insn".
8729 (record_value_for_reg): Likewise.
8730 (record_dead_and_set_regs_1): Likewise for local
8732 (record_dead_and_set_regs): Likewise for param "insn".
8733 (record_promoted_value): Likewise.
8734 (check_promoted_subreg): Likewise.
8735 (get_last_value_validate): Likewise.
8736 (reg_dead_at_p): Likewise.
8737 (move_deaths): Likewise for param "to_insn".
8738 (distribute_notes): Likewise for params "from_insn", "i3", "i2"
8739 and locals "place", "place2", "cc0_setter". Eliminate local "tem
8740 in favor of new locals "tem_note" and "tem_insn", the latter being
8742 (distribute_links): Strengthen locals "place", "insn" from rtx to
8745 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8747 * cfgrtl.c (can_delete_note_p): Require a const rtx_note * rather
8749 (can_delete_label_p): Require a const rtx_code_label * rather than
8751 (delete_insn): Add checked cast to rtx_code_label * when we know
8752 we're dealing with LABEL_P (insn). Strengthen local "bb_note" from
8754 (delete_insn_chain): Strengthen locals "prev" and "current" from
8755 rtx to rtx_insn *. Add a checked cast when assigning from
8756 "finish" (strengthening the params will come later). Add a
8757 checked cast to rtx_note * in region where we know
8759 (rtl_delete_block): Strengthen locals "insn" and "end" from rtx to
8761 (compute_bb_for_insn): Likewise.
8762 (free_bb_for_insn): Likewise for local "insn".
8763 (compute_bb_for_insn): Likewise.
8764 (update_bb_for_insn_chain): Strengthen params "begin", "end" and
8765 local "insn" from rtx to rtx_insn *
8766 (flow_active_insn_p): Require a const rtx_insn * rather than a
8768 (contains_no_active_insn_p): Strengthen local "insn" from rtx to
8770 (can_fallthru): Likewise for locals "insn" and "insn2".
8771 (bb_note): Likewise for local "note".
8772 (first_insn_after_basic_block_note): Likewise for local "note" and
8774 (rtl_split_block): Likewise for locals "insn" and "next".
8775 (unique_locus_on_edge_between_p): Likewise for locals "insn" and
8777 (rtl_merge_blocks): Likewise for locals "b_head", "b_end",
8778 "a_end", "del_first", "del_last", "b_debug_start", "b_debug_end",
8780 (try_redirect_by_replacing_jump): Likewise for locals "insn" (both of
8781 them), "kill_from", "barrier", "new_insn".
8782 (patch_jump_insn): Likewise for params "insn", "old_label".
8783 (redirect_branch_edge): Likewise for locals "old_label", "insn".
8784 (force_nonfallthru_and_redirect): Likewise for locals "insn",
8785 "old_label", "new_label".
8786 (rtl_tidy_fallthru_edge): Likewise for local "q".
8787 (rtl_split_edge): Likewise for locals "before", "last".
8788 (commit_one_edge_insertion): Likewise for locals "before",
8789 "after", "insns", "tmp", "last", adding a checked cast where
8790 currently necessary.
8791 (commit_edge_insertions): Likewise.
8792 (rtl_dump_bb): Likewise for locals "insn", "last".
8793 (print_rtl_with_bb): Likewise for local "x".
8794 (rtl_verify_bb_insns): Likewise for local "x".
8795 (rtl_verify_bb_pointers): Likewise for local "insn".
8796 (rtl_verify_bb_insn_chain): Likewise for locals "x", "last_head",
8798 (rtl_verify_fallthru): Likewise for local "insn".
8799 (rtl_verify_bb_layout): Likewise for locals "x" and "rtx_first".
8800 (purge_dead_edges): Likewise for local "insn".
8801 (fixup_abnormal_edges): Likewise for locals "insn", "stop", "next".
8802 (skip_insns_after_block): Likewise for return type and for locals
8803 "insn", "last_insn", "next_head", "prev".
8804 (record_effective_endpoints): Likewise for locals "next_insn",
8806 (fixup_reorder_chain): Likewise for locals "bb_end_insn" and "end".
8807 (verify_insn_chain): Likewise for locals "x", "prevx", "nextx".
8808 (cfg_layout_can_duplicate_bb_p): Likewise for local "insn".
8809 (duplicate_insn_chain): For now, add checked cast from rtx to
8810 rtx_insn * when returning insn.
8811 (cfg_layout_duplicate_bb): Likewise for local "insn".
8812 (cfg_layout_delete_block): Likewise for locals "insn", "next",
8814 (cfg_layout_merge_blocks): Likewise for local "insn", "last".
8815 (rtl_block_empty_p): Likewise.
8816 (rtl_split_block_before_cond_jump): Likewise for locals "insn",
8817 "split_point", "last".
8818 (rtl_block_ends_with_call_p): Likewise for local "insn".
8819 (need_fake_edge_p): Strengthen param "insn" from const_rtx to
8821 (rtl_flow_call_edges_add): Strengthen locals "insn", "prev_insn",
8822 "split_at_insn" from rtx to rtx_insn *.
8823 (rtl_lv_add_condition_to_bb): Likewise for locals "seq", "jump".
8824 (rtl_can_remove_branch_p): Strengthen local "insn" from const_rtx
8825 to const rtx_insn *.
8826 (rtl_account_profile_record): Likewise.
8828 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8830 * cfgloopanal.c (num_loop_insns): Strengthen local "insn" from
8832 (average_num_loop_insns): Likewise.
8833 (init_set_costs): Likewise for local "seq".
8834 (seq_cost): Likewise for param "seq", from const_rtx to const
8837 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8839 * cfgloop.c (loop_exits_from_bb_p): Strengthen local "insn" from
8842 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8844 * basic-block.h (flow_find_cross_jump): Strengthen params 3 and 4
8845 "f1" and "f2" from rtx * to rtx_insn **.
8846 (flow_find_head_matching_sequence): Likewise.
8848 * cfgcleanup.c (try_simplify_condjump): Strengthen local
8849 "cbranch_insn" from rtx to rtx_insn *.
8850 (thread_jump): Likewise for local "insn".
8851 (try_forward_edges): Likewise for local "last".
8852 (merge_blocks_move_predecessor_nojumps): Likewise for local "barrier".
8853 (merge_blocks_move_successor_nojumps): Likewise for locals "barrier",
8855 (can_replace_by): Likewise for params "i1", "i2".
8856 (old_insns_match_p): Likewise.
8857 (merge_notes): Likewise.
8858 (walk_to_nondebug_insn): Likewise for param "i1".
8859 (flow_find_cross_jump): Strengthen params "f1" and "f2" from rtx *
8860 to rtx_insn **. Strengthen locals "i1", "i2", "last1", "last2",
8861 "afterlast1", "afterlast2" from rtx to rtx_insn *.
8862 (flow_find_head_matching_sequence): Strengthen params "f1" and
8863 "f2" from rtx * to rtx_insn **. Strengthen locals "i1", "i2",
8864 "last1", "last2", "beforelast1", "beforelast2" from rtx to
8866 (outgoing_edges_match): Likewise for locals "last1", "last2".
8867 (try_crossjump_to_edge): Likewise for local "insn".
8868 Replace call to for_each_rtx with for_each_rtx_in_insn.
8870 (try_crossjump_to_edge): Likewise for locals "newpos1", "newpos2".
8871 (try_head_merge_bb): Likewise for locals "e0_last_head_, "jump",
8872 "e0_last", "e_last", "head", "curr", "insn". Strengthen locals
8873 "headptr", "currptr", "nextptr" from rtx * to rtx_insn **.
8874 (try_optimize_cfg): Strengthen local "last" from rtx to
8876 (delete_dead_jumptables): Likewise for locals "insn", "next",
8879 * ifcvt.c (cond_exec_process_if_block): Likewise for locals
8880 "rtx then_last_head", "rtx else_last_head", "rtx then_first_tail",
8881 "rtx else_first_tail", to reflect the basic-block.h changes above.
8883 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8885 * cfgbuild.c (make_edges): Strengthen local "insn" from rtx to
8887 (purge_dead_tablejump_edges): Likewise.
8888 (find_bb_boundaries): Likewise for locals "insn", "end",
8889 "flow_transfer_insn".
8891 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8893 * caller-save.c (save_call_clobbered_regs): Strengthen locals
8894 "ins" and "prev" from rtx to rtx_insn *.
8896 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8898 * calls.c (emit_call_1): Strengthen local "call_insn" from rtx to
8900 (internal_arg_pointer_exp_state): Likewise for field "scan_start".
8901 (internal_arg_pointer_based_exp_scan): Likewise for locals "insn",
8903 (load_register_parameters): Likewise for local "before_arg".
8904 (check_sibcall_argument_overlap): Likewise for param "insn".
8905 (expand_call): Likewise for locals "normal_call_insns",
8906 "tail_call_insns", "insns", "before_call", "after_args",
8907 "before_arg", "last", "prev". Strengthen one of the "last" from
8908 rtx to rtx_call_insn *.
8909 (fixup_tail_calls): Strengthen local "insn" from rtx to
8911 (emit_library_call_value_1): Likewise for locals "before_call" and
8914 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8916 * builtins.c (expand_builtin_longjmp): Strengthen locals "insn"
8917 and "last" from rtx to rtx_insn *.
8918 (expand_builtin_nonlocal_goto): Likewise for local "insn".
8919 (expand_builtin_apply): Strengthen local "call_insn" from rtx to
8921 (expand_errno_check): Strengthen local "lab" from rtx to
8923 (expand_builtin_mathfn): Strengthen local "insns" from rtx to
8925 (expand_builtin_mathfn_2): Likewise.
8926 (expand_builtin_mathfn_ternary): Likewise.
8927 (expand_builtin_mathfn_3): Likewise.
8928 (expand_builtin_interclass_mathfn): Likewise for local "last".
8929 (expand_builtin_int_roundingfn): Likewise for local "insns".
8930 (expand_builtin_int_roundingfn_2): Likewise.
8931 (expand_builtin_strlen): Likewise for local "before_strlen".
8932 (expand_builtin_strncmp): Likewise for local "seq".
8933 (expand_builtin_signbit): Likewise for local "last".
8934 (expand_builtin_atomic_compare_exchange): Strengthen local "label"
8935 from rtx to rtx_code_label *.
8936 (expand_stack_restore): Strengthen local "prev" from rtx to
8939 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8941 * bt-load.c (struct btr_user_s): Strengthen field "insn" from rtx
8943 (struct btr_def_s): Likewise.
8944 (insn_sets_btr_p): Strengthen param "insn" from const_rtx to
8946 (add_btr_def): Likewise.
8947 (new_btr_user): Likewise.
8948 (compute_defs_uses_and_gen): Strengthen locals "insn", "last" from
8950 (link_btr_uses): Likewise.
8951 (move_btr_def): Likewise for locals "insp", "old_insn",
8952 "new_insn". Add checked cast to rtx_insn * for now on result of
8954 (can_move_up): Strengthen param "insn" from const_rtx to
8957 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8959 * bb-reorder.c (copy_bb_p): Strengthen local "insn" from rtx to
8961 (get_uncond_jump_length): Likewise for locals "label", "jump".
8962 (fix_up_crossing_landing_pad): Likewise for locals "new_label",
8964 (add_labels_and_missing_jumps): Likewise for local "new_jump".
8965 (fix_up_fall_thru_edges): Likewise for local "old_jump".
8966 (find_jump_block): Likewise for local "insn".
8967 (fix_crossing_conditional_branches): Likewise for locals
8968 "old_jump", "new_jump".
8969 (fix_crossing_unconditional_branches): Likewise for locals
8970 "last_insn", "indirect_jump_sequence", "jump_insn", "cur_insn".
8971 (pass_duplicate_computed_gotos::execute): Likewise for local "insn".
8973 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8975 * auto-inc-dec.c (struct inc_insn): Strengthen field "insn" from
8977 (struct mem_insn): Likewise for field "insn".
8978 (reg_next_use): Strengthen from rtx * to rtx_insn **.
8979 (reg_next_inc_use): Likewise.
8980 (reg_next_def): Likewise.
8981 (move_dead_notes): Strengthen params "to_insn" and "from_insn"
8982 from rtx to rtx_insn *.
8983 (move_insn_before): Likewise for param "next_insn" and local "insns".
8984 (attempt_change): Likewise for local "mov_insn".
8985 (try_merge): Likewise for param "last_insn".
8986 (get_next_ref): Likewise for return type and local "insn".
8987 Strengthen param "next_array" from rtx * to rtx_insn **.
8988 (parse_add_or_inc): Strengthen param "insn" from rtx to
8990 (find_inc): Likewise for locals "insn" and "other_insn" (three of
8992 (merge_in_block): Likewise for locals "insn", "curr",
8994 (pass_inc_dec::execute): Update allocations of the arrays to
8995 reflect the stronger types.
8997 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8999 * asan.c (asan_clear_shadow): Strengthen locals "insn", "insns"
9000 and "jump" from rtx to rtx_insn *. Strengthen local "top_label"
9001 from rtx to rtx_code_label *.
9003 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9005 * alias.c (init_alias_analysis): Strengthen local "insn" from rtx
9008 2014-08-21 Michael Meissner <meissner@linux.vnet.ibm.com>
9010 * config/rs6000/rs6000.c (print_operand, 'y' case): Fix code that
9011 generated a warning and prevented bootstrapping the compiler.
9013 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9015 * rtl.h (delete_related_insns): Strengthen return type from rtx to
9018 * jump.c (delete_related_insns): Likewise, also for locals "next"
9021 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9023 * genautomata.c (output_internal_insn_latency_func): When writing
9024 the function "internal_insn_latency" to insn-automata.c,
9025 strengthen params "insn" and "insn2" from rtx to rtx_insn *, thus
9026 allowing the optional guard function of (define_bypass) clauses to
9027 expect a pair of rtx_insn *, rather than a pair of rtx.
9028 (output_insn_latency_func): When writing the function
9029 "insn_latency", add an "uncast_" prefix to params "insn" and
9030 "insn2", reintroducing "insn" and "insn2" as rtx_insn * locals
9031 using checked casts from the params, thus enabling the above
9032 change to the generated "internal_insn_latency" function.
9034 2014-08-21 Jan Hubicka <hubicka@ucw.cz>
9036 PR tree-optimization/62091
9037 * ipa-devirt.c (ipa_polymorphic_call_context::restrict_to_inner_type):
9038 handle correctly arrays.
9039 (extr_type_from_vtbl_ptr_store): Add debug output; handle multiple
9041 (record_known_type): Walk into inner type.
9042 (ipa_polymorphic_call_context::get_dynamic_type): Likewise; strenghten
9043 condition on no type changes.
9045 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9047 * genattrtab.c (write_attr_get): Within the generated get_attr_
9048 functions, rename param "insn" to "uncast_insn" and reintroduce
9049 "insn" as an local rtx_insn * using a checked cast, so that "insn"
9050 is an rtx_insn * within insn-attrtab.c
9052 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9054 * output.h (peephole): Strengthen return type from rtx to
9056 * rtl.h (delete_for_peephole): Likewise for both params.
9057 * genpeep.c (main): In generated "peephole" function, strengthen
9058 return type and local "insn" from rtx to rtx_insn *. For now,
9059 rename param "ins1" to "uncast_ins1", adding "ins1" back as an
9060 rtx_insn *, with a checked cast.
9061 * jump.c (delete_for_peephole): Strengthen params "from", "to" and
9062 locals "insn", "next", "prev" from rtx to rtx_insn *.
9064 2014-08-21 Marc Glisse <marc.glisse@inria.fr>
9066 PR tree-optimization/62112
9067 * gimple-iterator.c (gsi_replace): Return whether EH cleanup is needed.
9068 * gimple-iterator.h (gsi_replace): Return bool.
9069 * tree-ssa-alias.c (ref_may_alias_global_p_1): New helper, code
9070 moved from ref_may_alias_global_p.
9071 (ref_may_alias_global_p, refs_may_alias_p, ref_maybe_used_by_stmt_p):
9073 (ref_maybe_used_by_call_p): Take ao_ref* instead of tree.
9074 (stmt_kills_ref_p_1): Rename...
9075 (stmt_kills_ref_p): ... to this.
9076 * tree-ssa-alias.h (ref_may_alias_global_p, ref_maybe_used_by_stmt_p,
9077 stmt_kills_ref_p): Declare.
9078 * tree-ssa-dse.c (dse_possible_dead_store_p): New argument, use it.
9079 Move the self-assignment case...
9080 (dse_optimize_stmt): ... here. Handle builtin calls. Remove dead code.
9082 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9084 * rtl.h (try_split): Strengthen return type from rtx to rtx_insn *.
9086 * emit-rtl.c (try_split): Likewise, also for locals "before" and
9087 "after". For now, don't strengthen param "trial", which requires
9088 adding checked casts when returning it.
9090 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9092 * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook
9093 "label" from rtx to rtx_code_label *. Strengthen param 1 of
9094 "var_location" hook from rtx to rtx_insn *.
9095 (debug_nothing_rtx): Delete in favor of...
9096 (debug_nothing_rtx_code_label): New prototype.
9097 (debug_nothing_rtx_rtx): Delete unused prototype.
9098 (debug_nothing_rtx_insn): New prototype.
9100 * final.c (final_scan_insn): Add checked cast to rtx_insn * when
9101 invoking debug_hooks->var_location (in two places, one in a NOTE
9102 case of a switch statement, the other guarded by a CALL_P
9103 conditional. Add checked cast to rtx_code_label * when invoking
9104 debug_hooks->label (within CODE_LABEL case of switch statement).
9106 * dbxout.c (dbx_debug_hooks): Update "label" hook from
9107 debug_nothing_rtx to debug_nothing_rtx_code_label. Update
9108 "var_location" from debug_nothing_rtx to debug_nothing_rtx_insn.
9109 (xcoff_debug_hooks): Likewise.
9110 * debug.c (do_nothing_debug_hooks): Likewise.
9111 (debug_nothing_rtx): Delete in favor of...
9112 (debug_nothing_rtx_insn): New function.
9113 (debug_nothing_rtx_rtx): Delete unused function.
9114 (debug_nothing_rtx_code_label): New function.
9115 * dwarf2out.c (dwarf2_debug_hooks): Update "label" hook from
9116 debug_nothing_rtx to debug_nothing_rtx_code_label.
9117 (dwarf2out_var_location): Strengthen param "loc_note" from rtx
9119 * sdbout.c (sdb_debug_hooks): Update "var_location" hook from
9120 debug_nothing_rtx to debug_nothing_rtx_insn.
9121 (sdbout_label): Strengthen param "insn" from rtx to
9123 * vmsdbgout.c (vmsdbg_debug_hooks): Update "label" hook from
9124 debug_nothing_rtx to debug_nothing_rtx_code_label. Update
9125 "var_location" hook from debug_nothing_rtx to
9126 debug_nothing_rtx_insn.
9128 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9130 * recog.h (insn_output_fn): Update this function typedef to match
9131 the changes below to the generated output functions, strengthening
9132 the 2nd param from rtx to rtx_insn *.
9134 * final.c (get_insn_template): Add a checked cast to rtx_insn * on
9135 insn when invoking an output function, to match the new signature
9136 of insn_output_fn with a stronger second param.
9138 * genconditions.c (write_header): In the generated code for
9139 gencondmd.c, strengthen the global "insn" from rtx to rtx_insn *
9140 to match the other changes in this patch.
9142 * genemit.c (gen_split): Strengthen the 1st param "curr_insn" of
9143 the generated "gen_" functions from rtx to rtx_insn * within their
9146 * genrecog.c (write_subroutine): Strengthen the 2nd param "insn" of
9147 the subfunctions within the generated "recog_", "split", "peephole2"
9148 function trees from rtx to rtx_insn *. For now, the top-level
9149 generated functions ("recog", "split", "peephole2") continue to
9150 take a plain rtx for "insn", to avoid introducing dependencies on
9151 other patches. Rename this 2nd param from "insn" to
9152 "uncast_insn", and reintroduce "insn" as a local variable of type
9153 rtx_insn *, initialized at the top of the generated function with
9154 a checked cast on "uncast_insn".
9155 (make_insn_sequence): Strengthen the 1st param "curr_insn" of
9156 the generated "gen_" functions from rtx to rtx_insn * within their
9159 * genoutput.c (process_template): Strengthen the 2nd param within
9160 the generated "output_" functions "insn" from rtx to rtx_insn *.
9162 2014-08-20 Jan Hubicka <hubicka@ucw.cz>
9164 * tree-profile.c (tree_profiling): Skip external functions
9165 when doing coverage instrumentation.
9166 * cgraphunit.c (compile): Do not assert that all nodes are reachable.
9168 2014-08-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9170 * config/rs6000/altivec.h (vec_cpsgn): New #define.
9171 (vec_mergee): Likewise.
9172 (vec_mergeo): Likewise.
9173 (vec_cntlz): Likewise.
9174 * config/rs600/rs6000-c.c (altivec_overloaded_builtins): Add new
9175 entries for VEC_AND, VEC_ANDC, VEC_MERGEH, VEC_MERGEL, VEC_NOR,
9176 VEC_OR, VEC_PACKSU, VEC_XOR, VEC_PERM, VEC_SEL, VEC_VCMPGT_P,
9178 * doc/extend.texi: Document various forms of vec_cpsgn,
9179 vec_splats, vec_and, vec_andc, vec_mergeh, vec_mergel, vec_nor,
9180 vec_or, vec_perm, vec_sel, vec_sub, vec_xor, vec_all_eq,
9181 vec_all_ge, vec_all_gt, vec_all_le, vec_all_lt, vec_all_ne,
9182 vec_any_eq, vec_any_ge, vec_any_gt, vec_any_le, vec_any_lt,
9183 vec_any_ne, vec_mergee, vec_mergeo, vec_packsu, and vec_cntlz.
9185 2014-08-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9187 * config/rs6000/rs6000.c (context.h): New include.
9188 (tree-pass.h): Likewise.
9189 (make_pass_analyze_swaps): New decl.
9190 (rs6000_option_override): Register pass_analyze_swaps.
9191 (swap_web_entry): New subsclass of web_entry_base (df.h).
9192 (special_handling_values): New enum.
9193 (union_defs): New function.
9194 (union_uses): Likewise.
9195 (insn_is_load_p): Likewise.
9196 (insn_is_store_p): Likewise.
9197 (insn_is_swap_p): Likewise.
9198 (rtx_is_swappable_p): Likewise.
9199 (insn_is_swappable_p): Likewise.
9200 (chain_purpose): New enum.
9201 (chain_contains_only_swaps): New function.
9202 (mark_swaps_for_removal): Likewise.
9203 (swap_const_vector_halves): Likewise.
9204 (adjust_subreg_index): Likewise.
9205 (permute_load): Likewise.
9206 (permute_store): Likewise.
9207 (handle_special_swappables): Likewise.
9208 (replace_swap_with_copy): Likewise.
9209 (dump_swap_insn_table): Likewise.
9210 (rs6000_analyze_swaps): Likewise.
9211 (pass_data_analyze_swaps): New pass_data.
9212 (pass_analyze_swaps): New rtl_opt_pass.
9213 (make_pass_analyze_swaps): New function.
9214 * config/rs6000/rs6000.opt (moptimize-swaps): New option.
9216 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9218 * sel-sched-ir.h (create_insn_rtx_from_pattern): Strengthen return
9219 type from rtx to rtx_insn *.
9220 (create_copy_of_insn_rtx): Likewise.
9221 * sel-sched-ir.c (create_insn_rtx_from_pattern): Likewise.
9222 (create_copy_of_insn_rtx): Likewise, also for local "res".
9224 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9226 * rtl.h (find_first_parameter_load): Strengthen return type from
9228 * rtlanal.c (find_first_parameter_load): Strengthen return type
9229 from rtx to rtx_insn *. Add checked cast for now, to postpone
9230 strengthening the params.
9232 2014-08-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
9235 * diagnostic.c: Set default caret.
9236 (diagnostic_show_locus): Use it. Tell pretty-printer that a new
9238 * diagnostic.h (struct diagnostic_context):
9240 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9242 * sel-sched-ir.h (exit_insn): Strengthen from rtx to rtx_insn *.
9243 (sel_bb_head): Strengthen return type insn_t (currently just an
9245 (sel_bb_end): Likewise.
9247 * sel-sched-ir.c (exit_insn): Strengthen from rtx to rtx_insn *.
9248 (sel_bb_head): Strengthen return type and local "head" from
9249 insn_t (currently just an rtx) to rtx_insn *.
9250 (sel_bb_end): Likewise for return type.
9251 (free_nop_and_exit_insns): Replace use of NULL_RTX with NULL when
9254 2014-08-21 David Malcolm <dmalcolm@redhat.com>
9256 * basic-block.h (get_last_bb_insn): Strengthen return type from
9258 * cfgrtl.c (get_last_bb_insn): Likewise, and for locals "tmp" and
9261 2014-08-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
9264 * diagnostic.c (default_diagnostic_finalizer): Move caret printing
9266 (diagnostic_report_diagnostic): ... from here.
9267 * toplev.c (general_init): Move code to c-family.
9269 2014-08-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9271 * df.h (web_entry_base): Replace existing struct web_entry with a
9272 new class web_entry_base with only the predecessor member.
9273 (unionfind_root): Remove declaration and move to class member.
9274 (unionfind_union): Remove declaration and move to friend
9276 (union_defs): Remove declaration.
9277 * web.c (web_entry_base::unionfind_root): Modify to be member
9278 function and adjust accessors.
9279 (unionfind_union): Modify to be friend function and adjust
9281 (web_entry): New subclass of web_entry_base containing the reg
9283 (union_match_dups): Modify for struct -> class changes.
9284 (union_defs): Likewise.
9285 (entry_register): Likewise.
9286 (pass_web::execute): Likewise.
9288 2014-08-20 Bill Schmidt <wschmidt@vnet.ibm.com>
9290 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Provide
9291 builtin define __VEC_ELEMENT_REG_ORDER__.
9293 2014-08-20 Martin Jambor <mjambor@suse.cz>
9294 Wei Mi <wmi@google.com>
9298 * tree-ssa-operands.c (update_stmt_operands): Remove
9299 MODIFIED_NORETURN_CALLS.
9300 * tree-cfgcleanup.c (cleanup_call_ctrl_altering_flag): New func.
9301 (cleanup_control_flow_bb): Use cleanup_call_ctrl_altering_flag.
9302 (split_bb_on_noreturn_calls): Renamed from split_bbs_on_noreturn_calls.
9303 (cleanup_tree_cfg_1): Use split_bb_on_noreturn_calls.
9304 * tree-ssanames.h: Remove MODIFIED_NORETURN_CALLS.
9305 * gimple.h (enum gf_mask): Add GF_CALL_CTRL_ALTERING.
9306 (gimple_call_set_ctrl_altering): New func.
9307 (gimple_call_ctrl_altering_p): Ditto.
9308 * tree-cfg.c (gimple_call_initialize_ctrl_altering): Ditto.
9309 (make_blocks): Use gimple_call_initialize_ctrl_altering.
9310 (is_ctrl_altering_stmt): Use gimple_call_ctrl_altering_p.
9311 (execute_fixup_cfg): Use gimple_call_ctrl_altering_p and
9312 remove MODIFIED_NORETURN_CALLS.
9314 2014-08-20 Jan Hubicka <hubicka@ucw.cz>
9316 * coverage.c (coverage_compute_profile_id): Return non-0;
9317 also handle symbols with unique name.
9318 (coverage_end_function): Do not skip DECL_EXTERNAL functions.
9320 2014-08-20 Steve Ellcey <sellcey@mips.com>
9323 * doc/sourcebuild.texi (non_strict_align): New.
9325 2014-08-20 Jan Hubicka <hubicka@ucw.cz>
9327 * cgraphunit.c (ipa_passes, compile): Reshedule
9328 symtab_remove_unreachable_nodes passes; update comments.
9329 * ipa-inline.c (pass_data_ipa_inline): Do not schedule
9330 TODO_remove_functions before the pass; the functions ought to be
9332 * ipa.c (pass_data_ipa_free_inline_summary): Enable dump; schedule
9333 TODO_remove_functions.
9334 * passes.c (pass_data_early_local_passes): Do not schedule function
9336 (execute_one_pass): Fix call of symtab_remove_unreachable_nodes.
9338 2014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
9341 * opts-common.c (set_option): Call diagnostic_classify_diagnostic
9342 before setting the option.
9343 * diagnostic.c (diagnostic_classify_diagnostic): Record
9344 command-line status.
9346 2014-08-20 Richard Biener <rguenther@suse.de>
9349 * tree.c (build_common_tree_nodes): Use make_or_reuse_type
9350 to build uint{16,32,64}_type_node.
9352 2014-08-20 Terry Guo <terry.guo@arm.com>
9354 * config/arm/thumb1.md (64bit splitter): Replace const_double_operand
9355 with immediate_operand.
9357 2014-08-20 David Malcolm <dmalcolm@redhat.com>
9359 * cfgrtl.c (duplicate_insn_chain): Convert the checked cast on
9360 "insn" from an as_a to a safe_as_a, for the case when "insn" is
9363 2014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
9365 PR preprocessor/51303
9366 * incpath.c (remove_duplicates): Use cpp_warning.
9368 2014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
9372 * doc/options.texi (CPP): Document it.
9373 * doc/invoke.texi (Wvariadic-macros): Fix documentation.
9374 * optc-gen.awk: Handle CPP.
9375 * opth-gen.awk: Likewise.
9377 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9379 * rtl.h (unlink_insn_chain): Strengthen return type from rtx to
9381 (duplicate_insn_chain): Likewise.
9382 * cfgrtl.c (unlink_insn_chain): Strengthen return type from rtx to
9383 rtx_insn *, also for locals "prevfirst" and "nextlast". Add a
9384 checked cast for now (until we can strengthen the params in the
9386 (duplicate_insn_chain): Likewise.
9388 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9390 * rtl.h (next_cc0_user): Strengthen return type from rtx to
9392 (prev_cc0_setter): Likewise.
9394 * emit-rtl.c (next_cc0_user): Strengthen return type from rtx to
9395 rtx_insn *, adding checked casts for now as necessary.
9396 (prev_cc0_setter): Likewise.
9398 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9400 * expr.h (emit_move_insn): Strengthen return type from rtx to
9402 (emit_move_insn_1): Likewise.
9403 (emit_move_complex_push): Likewise.
9404 (emit_move_complex_parts): Likewise.
9406 * expr.c (emit_move_via_integer): Strengthen return type from rtx
9407 to rtx_insn *. Replace use of NULL_RTX with NULL when working
9409 (emit_move_complex_push): Strengthen return type from rtx to
9411 (emit_move_complex): Likewise, also for local "ret".
9412 (emit_move_ccmode): Likewise.
9413 (emit_move_multi_word): Likewise for return type and locals
9415 (emit_move_insn_1): Likewise for return type and locals "result",
9417 (emit_move_insn): Likewise for return type and local "last_insn".
9418 (compress_float_constant): Likewise.
9420 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9422 * emit-rtl.h (emit_copy_of_insn_after): Strengthen return type
9423 from rtx to rtx_insn *.
9425 * rtl.h (emit_insn_before): Likewise.
9426 (emit_insn_before_noloc): Likewise.
9427 (emit_insn_before_setloc): Likewise.
9428 (emit_jump_insn_before): Likewise.
9429 (emit_jump_insn_before_noloc): Likewise.
9430 (emit_jump_insn_before_setloc): Likewise.
9431 (emit_call_insn_before): Likewise.
9432 (emit_call_insn_before_noloc): Likewise.
9433 (emit_call_insn_before_setloc): Likewise.
9434 (emit_debug_insn_before): Likewise.
9435 (emit_debug_insn_before_noloc): Likewise.
9436 (emit_debug_insn_before_setloc): Likewise.
9437 (emit_label_before): Likewise.
9438 (emit_insn_after): Likewise.
9439 (emit_insn_after_noloc): Likewise.
9440 (emit_insn_after_setloc): Likewise.
9441 (emit_jump_insn_after): Likewise.
9442 (emit_jump_insn_after_noloc): Likewise.
9443 (emit_jump_insn_after_setloc): Likewise.
9444 (emit_call_insn_after): Likewise.
9445 (emit_call_insn_after_noloc): Likewise.
9446 (emit_call_insn_after_setloc): Likewise.
9447 (emit_debug_insn_after): Likewise.
9448 (emit_debug_insn_after_noloc): Likewise.
9449 (emit_debug_insn_after_setloc): Likewise.
9450 (emit_label_after): Likewise.
9451 (emit_insn): Likewise.
9452 (emit_debug_insn): Likewise.
9453 (emit_jump_insn): Likewise.
9454 (emit_call_insn): Likewise.
9455 (emit_label): Likewise.
9456 (gen_clobber): Likewise.
9457 (emit_clobber): Likewise.
9458 (gen_use): Likewise.
9459 (emit_use): Likewise.
9462 (emit_barrier_before): Strengthen return type from rtx to
9464 (emit_barrier_after): Likewise.
9465 (emit_barrier): Likewise.
9467 * emit-rtl.c (emit_pattern_before_noloc): Strengthen return type
9468 from rtx to rtx_insn *. Add checked casts for now when converting
9469 "last" from rtx to rtx_insn *.
9470 (emit_insn_before_noloc): Likewise for return type.
9471 (emit_jump_insn_before_noloc): Likewise.
9472 (emit_call_insn_before_noloc): Likewise.
9473 (emit_debug_insn_before_noloc): Likewise.
9474 (emit_barrier_before): Strengthen return type and local "insn"
9475 from rtx to rtx_barrier *.
9476 (emit_label_before): Strengthen return type from rtx to
9477 rtx_insn *. Add checked cast for now when returning param
9478 (emit_pattern_after_noloc): Strengthen return type from rtx to
9479 rtx_insn *. Add checked casts for now when converting "last" from
9481 (emit_insn_after_noloc): Strengthen return type from rtx to
9483 (emit_jump_insn_after_noloc): Likewise.
9484 (emit_call_insn_after_noloc): Likewise.
9485 (emit_debug_insn_after_noloc): Likewise.
9486 (emit_barrier_after): Strengthen return type from rtx to
9488 (emit_label_after): Strengthen return type from rtx to rtx_insn *.
9489 Add checked cast for now when converting "label" from rtx to
9491 (emit_pattern_after_setloc): Strengthen return type from rtx to
9492 rtx_insn *. Add checked casts for now when converting "last" from
9494 (emit_pattern_after): Strengthen return type from rtx to
9496 (emit_insn_after_setloc): Likewise.
9497 (emit_insn_after): Likewise.
9498 (emit_jump_insn_after_setloc): Likewise.
9499 (emit_jump_insn_after): Likewise.
9500 (emit_call_insn_after_setloc): Likewise.
9501 (emit_call_insn_after): Likewise.
9502 (emit_debug_insn_after_setloc): Likewise.
9503 (emit_debug_insn_after): Likewise.
9504 (emit_pattern_before_setloc): Likewise. Add checked casts for now
9505 when converting "last" from rtx to rtx_insn *.
9506 (emit_pattern_before): Strengthen return type from rtx to
9508 (emit_insn_before_setloc): Likewise.
9509 (emit_insn_before): Likewise.
9510 (emit_jump_insn_before_setloc): Likewise.
9511 (emit_jump_insn_before): Likewise.
9512 (emit_call_insn_before_setloc): Likewise.
9513 (emit_call_insn_before): Likewise.
9514 (emit_debug_insn_before_setloc): Likewise.
9515 (emit_debug_insn_before): Likewise.
9516 (emit_insn): Strengthen return type and locals "last", "insn",
9517 "next" from rtx to rtx_insn *. Add checked cast to rtx_insn
9518 within cases where we know we have an insn.
9519 (emit_debug_insn): Likewise.
9520 (emit_jump_insn): Likewise.
9521 (emit_call_insn): Strengthen return type and local "insn" from rtx
9523 (emit_label): Strengthen return type from rtx to rtx_insn *. Add
9524 a checked cast to rtx_insn * for now on "label".
9525 (emit_barrier): Strengthen return type from rtx to rtx_barrier *.
9526 (emit_clobber): Strengthen return type from rtx to rtx_insn *.
9527 (emit_use): Likewise.
9528 (gen_use): Likewise, also for local "seq".
9529 (emit): Likewise for return type and local "insn".
9530 (rtx_insn): Likewise for return type and local "new_rtx".
9532 * cfgrtl.c (emit_barrier_after_bb): Strengthen local "barrier"
9533 from rtx to rtx_barrier *.
9535 * config/sh/sh.c (output_stack_adjust): Since emit_insn has
9536 changed return type from rtx to rtx_insn *, we must update
9537 "emit_fn" type, and this in turn means updating...
9538 (frame_insn): ...this. Strengthen return type from rtx to
9539 rtx_insn *. Introduce a new local "insn" of the appropriate type.
9541 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9543 * emit-rtl.c (emit_jump_table_data): Strengthen return type from
9544 rtx to rtx_jump_table_data *. Also for local.
9545 * rtl.h (emit_jump_table_data): Likewise.
9547 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9549 * basic-block.h (create_basic_block_structure): Strengthen third
9550 param "bb_note" from rtx to rtx_note *.
9551 * rtl.h (emit_note_before): Strengthen return type from rtx to
9553 (emit_note_after): Likewise.
9554 (emit_note): Likewise.
9555 (emit_note_copy): Likewise. Also, strengthen param similarly.
9556 * function.h (struct rtl_data): Strengthen field
9557 "x_stack_check_probe_note" from rtx to rtx_note *.
9559 * cfgexpand.c (expand_gimple_basic_block): Strengthen local "note"
9560 from rtx to rtx_note *.
9561 * cfgrtl.c (create_basic_block_structure): Strengthen third param
9562 "bb_note" from rtx to rtx_note *.
9563 (duplicate_insn_chain): Likewise for local "last". Add a checked cast
9564 when calling emit_note_copy.
9565 * emit-rtl.c (make_note_raw): Strengthen return type from rtx to
9567 (emit_note_after): Likewise.
9568 (emit_note_before): Likewise.
9569 (emit_note_copy): Likewise. Also, strengthen param similarly.
9570 (emit_note): Likewise.
9571 * except.c (emit_note_eh_region_end): Likewise for return type.
9572 Strengthen local "next" from rtx to rtx_insn *.
9573 (convert_to_eh_region_ranges): Strengthen local "note"
9574 from rtx to rtx_note *.
9575 * final.c (change_scope): Likewise.
9576 (reemit_insn_block_notes): Likewise, for both locals named "note".
9577 Also, strengthen local "insn" from rtx to rtx_insn *.
9578 * haifa-sched.c (sched_extend_bb): Strengthen local "note" from
9580 * reg-stack.c (compensate_edge): Likewise for local "after". Also,
9581 strengthen local "seq" from rtx to rtx_insn *.
9582 * reload1.c (reload_as_needed): Strengthen local "marker" from rtx
9584 * sel-sched-ir.c (bb_note_pool): Strengthen from rtx_vec_t to
9586 (get_bb_note_from_pool): Strengthen return type from rtx to
9588 (sel_create_basic_block): Strengthen local "new_bb_note" from
9589 insn_t to rtx_note *.
9590 * var-tracking.c (emit_note_insn_var_location): Strengthen local
9591 "note" from rtx to rtx_note *.
9592 (emit_notes_in_bb): Likewise.
9594 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9596 * function.h (struct rtl_data): Strengthen field
9597 "x_parm_birth_insn" from rtx to rtx_insn *.
9598 * function.c (struct assign_parm_data_all): Strengthen fields
9599 "first_conversion_insn" and "last_conversion_insn" from rtx to
9602 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9604 * cfgexpand.c (expand_used_vars): Strengthen return type from rtx
9605 to rtx_insn *; also for local "var_end_seq".
9606 (maybe_dump_rtl_for_gimple_stmt): Likewise for param "since".
9607 (maybe_cleanup_end_of_block): Likewise for param "last" and local
9609 (expand_gimple_cond): Likewise for locals "last2" and "last".
9610 (mark_transaction_restart_calls): Likewise for local "insn".
9611 (expand_gimple_stmt): Likewise for return type and locals "last"
9613 (expand_gimple_tailcall): Likewise for locals "last2" and "last".
9614 (avoid_complex_debug_insns): Likewise for param "insn".
9615 (expand_debug_locations): Likewise for locals "insn", "last",
9616 "prev_insn" and "insn2".
9617 (expand_gimple_basic_block): Likewise for local "last".
9618 (construct_exit_block): Likewise for locals "head", "end",
9620 (pass_expand::execute): Likewise for locals "var_seq",
9621 "var_ret_seq", "next".
9623 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9625 * asan.h (asan_emit_stack_protection): Strengthen return type from
9627 * asan.c (asan_emit_stack_protection): Likewise. Add local
9628 "insns" to hold the return value.
9630 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9632 * basic-block.h (bb_note): Strengthen return type from rtx to
9634 * sched-int.h (bb_note): Likewise.
9635 * cfgrtl.c (bb_note): Likewise. Add a checked cast to rtx_note *.
9637 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9639 * rtl.h (make_insn_raw): Strengthen return type from rtx to
9642 * emit-rtl.c (make_insn_raw): Strengthen return type and local
9643 "insn" from rtx to rtx_insn *.
9644 (make_debug_insn_raw): Strengthen return type from rtx to
9645 rtx_insn *; strengthen local "insn" from rtx to rtx_debug_insn *.
9646 (make_jump_insn_raw): Strengthen return type from rtx to
9647 rtx_insn *; strengthen local "insn" from rtx to rtx_jump_insn *.
9648 (make_call_insn_raw): Strengthen return type from rtx to
9649 rtx_insn *; strengthen local "insn" from rtx to rtx_call_insn *.
9650 (emit_pattern_before_noloc): Strengthen return type of "make_raw"
9651 callback from rtx to rtx_insn *; likewise for local "insn" and
9652 "next", adding a checked cast to rtx_insn in the relevant cases of
9653 the switch statement.
9654 (emit_pattern_after_noloc): Strengthen return type of "make_raw"
9655 callback from rtx to rtx_insn *.
9656 (emit_pattern_after_setloc): Likewise.
9657 (emit_pattern_after): Likewise.
9658 (emit_pattern_before_setloc): Likewise.
9659 (emit_pattern_before): Likewise.
9661 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9663 * emit-rtl.c (last_call_insn): Strengthen return type from rtx to
9665 * rtl.h (is_a_helper <rtx_call_insn *>::test): New overload,
9666 accepting an rtx_insn *.
9667 (last_call_insn): Strengthen return type from rtx to
9670 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9672 * rtl.h (delete_trivially_dead_insns): Strengthen initial param
9673 "insns" from rtx to rtx_insn *.
9674 * cse.c (delete_trivially_dead_insns): Likewise, also do it for
9675 locals "insn" and "prev".
9677 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9679 * rtl.h (tablejump_p): Strengthen third param from rtx * to
9680 rtx_jump_table_data **.
9682 * cfgbuild.c (make_edges): Introduce local "table", using it in
9683 place of "tmp" for jump table data.
9684 (find_bb_boundaries): Strengthen local "table" from rtx to
9685 rtx_jump_table_data *.
9686 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
9687 (outgoing_edges_match): Likewise for locals "table1" and "table2".
9688 (try_crossjump_to_edge): Likewise.
9689 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise for local
9691 (patch_jump_insn): Introduce local "table", using it in place of
9692 "tmp" for jump table data.
9693 (force_nonfallthru_and_redirect): Introduce local "table", so that
9694 call to tablejump_p can receive an rtx_jump_table_data **. Update
9695 logic around the call to overwrite "note" appropriately if
9696 tablejump_p returns non-zero.
9697 (get_last_bb_insn): Introduce local "table", using it in place of
9698 "tmp" for jump table data.
9699 * dwarf2cfi.c (create_trace_edges): Likewise.
9701 * config/arm/arm.c (get_jump_table_size): Strengthen param "insn"
9702 from rtx to rtx_jump_table_data *.
9703 (create_fix_barrier): Strengthen local "tmp" from rtx to
9704 rtx_jump_table_data *.
9705 (arm_reorg): Likewise for local "table".
9707 * config/s390/s390.c (s390_chunkify_start): Likewise.
9709 * config/spu/spu.c (spu_emit_branch_hint): Likewise.
9711 * jump.c (delete_related_insns): Strengthen local "lab_next" from
9712 rtx to rtx_jump_table_data *.
9714 * rtlanal.c (tablejump_p): Strengthen param "tablep" from rtx * to
9715 rtx_jump_table_data **. Add a checked cast when writing through
9716 the pointer: we know there that local "table" is non-NULL and that
9717 JUMP_TABLE_DATA_P (table) holds.
9718 (label_is_jump_target_p): Introduce local "table", using it in
9719 place of "tmp" for jump table data.
9721 2014-08-19 Marek Polacek <polacek@redhat.com>
9724 * doc/invoke.texi: Document -Wbool-compare.
9726 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9728 * rtl.h (entry_of_function): Strengthen return type from rtx to
9730 * cfgrtl.c (entry_of_function): Likewise.
9732 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9734 * emit-rtl.h (get_insns): Strengthen return type from rtx to
9735 rtx_insn *, adding a checked cast for now.
9736 (get_last_insn): Likewise.
9738 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9740 * rtl.h (gen_label_rtx): Strengthen return type from rtx to
9743 * emit-rtl.c (gen_label_rtx): Likewise.
9745 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9747 * rtl.h (previous_insn): Strengthen return type from rtx to
9749 (next_insn): Likewise.
9750 (prev_nonnote_insn): Likewise.
9751 (prev_nonnote_insn_bb): Likewise.
9752 (next_nonnote_insn): Likewise.
9753 (next_nonnote_insn_bb): Likewise.
9754 (prev_nondebug_insn): Likewise.
9755 (next_nondebug_insn): Likewise.
9756 (prev_nonnote_nondebug_insn): Likewise.
9757 (next_nonnote_nondebug_insn): Likewise.
9758 (prev_real_insn): Likewise.
9759 (next_real_insn): Likewise.
9760 (prev_active_insn): Likewise.
9761 (next_active_insn): Likewise.
9763 * emit-rtl.c (next_insn): Strengthen return type from rtx to
9764 rtx_insn *, adding a checked cast.
9765 (previous_insn): Likewise.
9766 (next_nonnote_insn): Likewise.
9767 (next_nonnote_insn_bb): Likewise.
9768 (prev_nonnote_insn): Likewise.
9769 (prev_nonnote_insn_bb): Likewise.
9770 (next_nondebug_insn): Likewise.
9771 (prev_nondebug_insn): Likewise.
9772 (next_nonnote_nondebug_insn): Likewise.
9773 (prev_nonnote_nondebug_insn): Likewise.
9774 (next_real_insn): Likewise.
9775 (prev_real_insn): Likewise.
9776 (next_active_insn): Likewise.
9777 (prev_active_insn): Likewise.
9779 * config/sh/sh-protos.h (sh_find_set_of_reg): Convert function ptr
9780 param "stepfunc" so that it returns an rtx_insn * rather than an
9781 rtx, to track the change to prev_nonnote_insn_bb, which is the
9782 only function this is called with.
9783 * config/sh/sh.c (sh_find_set_of_reg): Likewise.
9785 2014-08-19 Jan Hubicka <hubicka@ucw.cz>
9787 * ipa-visibility.c (update_visibility_by_resolution_info): Fix
9790 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9792 * coretypes.h (class rtx_debug_insn): Add forward declaration.
9793 (class rtx_nonjump_insn): Likewise.
9794 (class rtx_jump_insn): Likewise.
9795 (class rtx_call_insn): Likewise.
9796 (class rtx_jump_table_data): Likewise.
9797 (class rtx_barrier): Likewise.
9798 (class rtx_code_label): Likewise.
9799 (class rtx_note): Likewise.
9801 * rtl.h (class rtx_debug_insn): New, a subclass of rtx_insn,
9802 adding the invariant DEBUG_INSN_P (X).
9803 (class rtx_nonjump_insn): New, a subclass of rtx_insn, adding
9804 the invariant NONJUMP_INSN_P (X).
9805 (class rtx_jump_insn): New, a subclass of rtx_insn, adding
9806 the invariant JUMP_P (X).
9807 (class rtx_call_insn): New, a subclass of rtx_insn, adding
9808 the invariant CALL_P (X).
9809 (class rtx_jump_table): New, a subclass of rtx_insn, adding the
9810 invariant JUMP_TABLE_DATA_P (X).
9811 (class rtx_barrier): New, a subclass of rtx_insn, adding the
9812 invariant BARRIER_P (X).
9813 (class rtx_code_label): New, a subclass of rtx_insn, adding
9814 the invariant LABEL_P (X).
9815 (class rtx_note): New, a subclass of rtx_insn, adding
9816 the invariant NOTE_P(X).
9817 (is_a_helper <rtx_debug_insn *>::test): New.
9818 (is_a_helper <rtx_nonjump_insn *>::test): New.
9819 (is_a_helper <rtx_jump_insn *>::test): New.
9820 (is_a_helper <rtx_call_insn *>::test): New.
9821 (is_a_helper <rtx_jump_table_data *>::test): New functions,
9822 overloaded for both rtx and rtx_insn *.
9823 (is_a_helper <rtx_barrier *>::test): New.
9824 (is_a_helper <rtx_code_label *>::test): New functions, overloaded
9825 for both rtx and rtx_insn *.
9826 (is_a_helper <rtx_note *>::test): New.
9828 2014-08-19 Marek Polacek <polacek@redhat.com>
9830 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO,
9831 CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
9832 * config/i386/i386.h (CLZ_DEFINED_VALUE_AT_ZERO,
9833 CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
9835 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9837 * sel-sched-ir.h (BND_TO): insn_t will eventually be an
9838 rtx_insn *. To help with transition, for now, convert from an
9839 access macro into a pair of functions: BND_TO, returning an
9841 (SET_BND_TO): New function, for use where BND_TO is used as an
9844 * sel-sched-ir.c (blist_add): Update lvalue usage of BND_TO to
9846 (BND_TO): New function, adding a checked cast.
9847 (SET_BND_TO): New function.
9849 * sel-sched.c (move_cond_jump): Update lvalue usage of BND_TO to
9851 (compute_av_set_on_boundaries): Likewise.
9853 2014-08-19 H.J. Lu <hongjiu.lu@intel.com>
9855 * config/i386/i386.md (*ctz<mode>2_falsedep_1): Don't clear
9856 destination if it is used in source.
9857 (*clz<mode>2_lzcnt_falsedep_1): Likewise.
9858 (*popcount<mode>2_falsedep_1): Likewise.
9860 2014-08-19 H.J. Lu <hongjiu.lu@intel.com>
9863 * configure.ac: Set install_gold_as_default to no first.
9864 * configure: Regenerated.
9866 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9868 * sel-sched-ir.h (BB_NOTE_LIST): struct sel_region_bb_info_def's
9869 "note_list" field will eventually be an rtx_insn *. To help with
9870 transition, for now, convert from an access macro into a pair of
9871 functions: BB_NOTE_LIST, returning an rtx_insn *, and...
9872 (SET_BB_NOTE_LIST): New function, for use where BB_NOTE_LIST is
9875 * sel-sched.c (create_block_for_bookkeeping): Update lvalue usage
9876 of BB_NOTE_LIST to SET_BB_NOTE_LIST.
9878 * sel-sched-ir.c (init_bb): Likewise.
9879 (sel_restore_notes): Likewise.
9880 (move_bb_info): Likewise.
9881 (BB_NOTE_LIST): New function, adding a checked cast to rtx_insn *.
9882 (SET_BB_NOTE_LIST): New function.
9884 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9886 * sel-sched-ir.h (VINSN_INSN_RTX): struct vinsn_def's "insn_rtx"
9887 field will eventually be an rtx_insn *. To help with transition,
9888 for now, convert from an access macro into a pair of functions:
9889 VINSN_INSN_RTX, returning an rtx_insn *, and...
9890 (SET_VINSN_INSN_RTX): New function, for use where VINSN_INSN_RTX
9891 is used as an lvalue.
9893 * sel-sched-ir.c (vinsn_init): Replace VINSN_INSN_RTX with
9894 SET_VINSN_INSN_RTX where it's used as an lvalue.
9895 (VINSN_INSN_RTX): New function.
9896 (SET_VINSN_INSN_RTX): New function.
9898 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9900 * sched-int.h (DEP_PRO): struct _dep's "pro" and "con" fields will
9901 eventually be rtx_insn *, but to help with transition, for now,
9902 convert from an access macro into a pair of functions: DEP_PRO
9903 returning an rtx_insn * and...
9904 (SET_DEP_PRO): New function, for use where DEP_PRO is used as an
9905 lvalue, returning an rtx&.
9906 (DEP_CON): Analogous changes to DEP_PRO above.
9907 (SET_DEP_CON): Likewise.
9909 * haifa-sched.c (create_check_block_twin): Replace DEP_CON used as
9910 an lvalue to SET_DEP_CON.
9911 * sched-deps.c (init_dep_1): Likewise for DEP_PRO and DEP_CON.
9912 (sd_copy_back_deps): Likewise for DEP_CON.
9913 (DEP_PRO): New function, adding a checked cast for now.
9914 (DEP_CON): Likewise.
9915 (SET_DEP_PRO): New function.
9916 (SET_DEP_CON): Likewise.
9918 2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
9920 * config.gcc (*-*-cygwin*): Use __cxa_atexit by default.
9921 (extra_options): Add i386/cygwin.opt.
9922 * config/i386/cygwin.h (STARTFILE_SPEC): Use crtbeginS.o if shared.
9923 (CPP_SPEC): Accept -pthread.
9925 (GOMP_SELF_SPECS): Update comment.
9926 * config/i386/cygwin.opt: New file for -pthread flag.
9928 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9930 * df-core.c (DF_REF_INSN): New, using a checked cast for now.
9931 * df.h (DF_REF_INSN): Convert from a macro to a function, so
9932 that we can return an rtx_insn *.
9934 2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
9936 * config/i386/cygwin.h (LINK_SPEC): Pass --tsaware flag only
9937 when building executables, not DLLs. Add --large-address-aware
9938 under the same conditions.
9939 * config/i386/cygwin-w64.h (LINK_SPEC): Pass --tsaware flag only
9940 when building executables, not DLLs. Add --large-address-aware
9941 under the same conditions when using -m32.
9943 * config/i386/cygwin-stdint.h: Throughout, make type
9944 definitions dependent on target architecture, not host.
9946 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9948 * rtl.h (PREV_INSN): Convert to an inline function. Strengthen
9949 the return type from rtx to rtx_insn *, which will enable various
9950 conversions in followup patches. For now this is is done by a
9952 (NEXT_INSN): Likewise.
9953 (SET_PREV_INSN): Convert to an inline function. This is intended
9954 for use as an lvalue, and so returns an rtx& to allow in-place
9956 (SET_NEXT_INSN): Likewise.
9958 2014-07-08 Mark Wielaard <mjw@redhat.com>
9961 * dwarf2out.c (modified_type_die): Handle TYPE_QUAL_RESTRICT.
9963 2014-08-19 Marek Polacek <polacek@redhat.com>
9966 * cgraphunit.c (handle_alias_pairs): Fix condition.
9968 2014-08-19 Richard Biener <rguenther@suse.de>
9970 * gimple-fold.c (fold_gimple_assign): Properly build a
9971 null-pointer constant when devirtualizing addresses.
9973 2014-07-07 Mark Wielaard <mjw@redhat.com>
9975 * dwarf2out.c (decl_quals): New function.
9976 (modified_type_die): Take one cv_quals argument instead of two,
9977 one for const and one for volatile.
9978 (add_type_attribute): Likewise.
9979 (generic_parameter_die): Call add_type_attribute with one modifier
9981 (base_type_for_mode): Likewise.
9982 (add_bounds_info): Likewise.
9983 (add_subscript_info): Likewise.
9984 (gen_array_type_die): Likewise.
9985 (gen_descr_array_type_die): Likewise.
9986 (gen_entry_point_die): Likewise.
9987 (gen_enumeration_type_die): Likewise.
9988 (gen_formal_parameter_die): Likewise.
9989 (gen_subprogram_die): Likewise.
9990 (gen_variable_die): Likewise.
9991 (gen_const_die): Likewise.
9992 (gen_field_die): Likewise.
9993 (gen_pointer_type_die): Likewise.
9994 (gen_reference_type_die): Likewise.
9995 (gen_ptr_to_mbr_type_die): Likewise.
9996 (gen_inheritance_die): Likewise.
9997 (gen_subroutine_type_die): Likewise.
9998 (gen_typedef_die): Likewise.
9999 (force_type_die): Likewise.
10001 2014-08-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10003 * configure.ac (gcc_cv_as_comdat_group_group): Only default to no
10005 * configure: Regenerate.
10007 2014-08-19 Richard Biener <rguenther@suse.de>
10009 * lto-streamer-out.c (DFS::DFS_write_tree_body): Stream
10010 DECL_EXTERNALs in BLOCKs as non-references.
10011 * tree-streamer-out.c (streamer_write_chain): Likewise.
10013 2014-08-19 Alexander Ivchenko <alexander.ivchenko@intel.com>
10014 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10015 Anna Tikhonova <anna.tikhonova@intel.com>
10016 Ilya Tocar <ilya.tocar@intel.com>
10017 Andrey Turetskiy <andrey.turetskiy@intel.com>
10018 Ilya Verbin <ilya.verbin@intel.com>
10019 Kirill Yukhin <kirill.yukhin@intel.com>
10020 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10022 * config/i386/sse.md
10023 (define_mode_iterator VI48_AVX512F): Delete.
10024 (define_mode_iterator VI48_AVX512F_AVX512VL): New.
10025 (define_mode_iterator VI2_AVX512VL): Ditto.
10026 (define_insn "<mask_codefor>avx512f_ufix_notruncv16sfv16si<mask_name><round_name>"):
10029 ("<mask_codefor><avx512>_ufix_notrunc<sf2simodelower><mode><mask_name><round_name>"):
10031 (define_insn "avx512cd_maskw_vec_dup<mode>"): Macroize.
10032 (define_insn "<avx2_avx512f>_ashrv<mode><mask_name>"): Delete.
10033 (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
10034 with VI48_AVX512F_AVX512VL): New.
10035 (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
10036 with VI2_AVX512VL): Ditto.
10038 2014-08-19 Marek Polacek <polacek@redhat.com>
10040 * doc/invoke.texi: Document -Wc99-c11-compat.
10042 2014-08-19 David Malcolm <dmalcolm@redhat.com>
10044 * rtl.h (PREV_INSN): Split macro in two: the existing one,
10045 for rvalues, and...
10046 (SET_PREV_INSN): New macro, for use as an lvalue.
10047 (NEXT_INSN, SET_NEXT_INSN): Likewise.
10049 * caller-save.c (save_call_clobbered_regs): Convert lvalue use of
10050 PREV_INSN/NEXT_INSN into SET_PREV_INSN/SET_NEXT_INSN.
10051 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
10052 (fixup_abnormal_edges): Likewise.
10053 (unlink_insn_chain): Likewise.
10054 (fixup_reorder_chain): Likewise.
10055 (cfg_layout_delete_block): Likewise.
10056 (cfg_layout_merge_blocks): Likewise.
10057 * combine.c (update_cfg_for_uncondjump): Likewise.
10058 * emit-rtl.c (link_insn_into_chain): Likewise.
10059 (remove_insn): Likewise.
10060 (delete_insns_since): Likewise.
10061 (reorder_insns_nobb): Likewise.
10062 (emit_insn_after_1): Likewise.
10063 * final.c (rest_of_clean_state): Likewise.
10064 (final_scan_insn): Likewise.
10065 * gcse.c (can_assign_to_reg_without_clobbers_p): Likewise.
10066 * haifa-sched.c (concat_note_lists): Likewise.
10067 (remove_notes): Likewise.
10068 (restore_other_notes): Likewise.
10069 (move_insn): Likewise.
10070 (unlink_bb_notes): Likewise.
10071 (restore_bb_notes): Likewise.
10072 * jump.c (delete_for_peephole): Likewise.
10073 * optabs.c (emit_libcall_block_1): Likewise.
10074 * reorg.c (emit_delay_sequence): Likewise.
10075 (fill_simple_delay_slots): Likewise.
10076 * sel-sched-ir.c (sel_move_insn): Likewise.
10077 (sel_remove_insn): Likewise.
10078 (get_bb_note_from_pool): Likewise.
10079 * sel-sched.c (move_nop_to_previous_block): Likewise.
10081 * config/bfin/bfin.c (reorder_var_tracking_notes): Likewise.
10082 * config/c6x/c6x.c (gen_one_bundle): Likewise.
10083 (c6x_gen_bundles): Likewise.
10084 (hwloop_optimize): Likewise.
10085 * config/frv/frv.c (frv_function_prologue): Likewise.
10086 (frv_register_nop): Likewise.
10087 * config/ia64/ia64.c (ia64_init_dfa_pre_cycle_insn): Likewise.
10088 (ia64_reorg): Likewise.
10089 * config/mep/mep.c (mep_reorg_addcombine): Likewise.
10090 (mep_make_bundle): Likewise.
10091 (mep_bundle_insns): Likewise.
10092 * config/picochip/picochip.c (reorder_var_tracking_notes): Likewise.
10093 * config/tilegx/tilegx.c (reorder_var_tracking_notes): Likewise.
10094 * config/tilepro/tilepro.c (reorder_var_tracking_notes): Likewise.
10096 2014-08-19 David Malcolm <dmalcolm@redhat.com>
10098 * basic-block.h (BB_HEAD): Convert to a function. Strengthen the
10099 return type from rtx to rtx_insn *.
10100 (BB_END): Likewise.
10101 (BB_HEADER): Likewise.
10102 (BB_FOOTER): Likewise.
10103 (SET_BB_HEAD): Convert to a function.
10104 (SET_BB_END): Likewise.
10105 (SET_BB_HEADER): Likewise.
10106 (SET_BB_FOOTER): Likewise.
10108 * cfgrtl.c (BB_HEAD): New function, from macro of same name.
10109 Strengthen the return type from rtx to rtx_insn *. For now, this
10110 is done by adding a checked cast, but this will eventually
10111 become a field lookup.
10112 (BB_END): Likewise.
10113 (BB_HEADER): Likewise.
10114 (BB_FOOTER): Likewise.
10115 (SET_BB_HEAD): New function, from macro of same name. This is
10116 intended for use as an lvalue, and so returns an rtx& to allow
10117 in-place modification.
10118 (SET_BB_END): Likewise.
10119 (SET_BB_HEADER): Likewise.
10120 (SET_BB_FOOTER): Likewise.
10122 2014-08-18 David Malcolm <dmalcolm@redhat.com>
10124 * basic-block.h (BB_HEAD): Split macro in two: the existing one,
10125 for rvalues, and...
10126 (SET_BB_HEAD): New macro, for use as a lvalue.
10127 (BB_END, SET_BB_END): Likewise.
10128 (BB_HEADER, SET_BB_HEADER): Likewise.
10129 (BB_FOOTER, SET_BB_FOOTER): Likewise.
10131 * bb-reorder.c (add_labels_and_missing_jumps): Convert lvalue use
10132 of BB_* macros into SET_BB_* macros.
10133 (fix_crossing_unconditional_branches): Likewise.
10134 * caller-save.c (save_call_clobbered_regs): Likewise.
10135 (insert_one_insn): Likewise.
10136 * cfgbuild.c (find_bb_boundaries): Likewise.
10137 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
10138 (outgoing_edges_match): Likewise.
10139 (try_optimize_cfg): Likewise.
10140 * cfgexpand.c (expand_gimple_cond): Likewise.
10141 (expand_gimple_tailcall): Likewise.
10142 (expand_gimple_basic_block): Likewise.
10143 (construct_exit_block): Likewise.
10144 * cfgrtl.c (delete_insn): Likewise.
10145 (create_basic_block_structure): Likewise.
10146 (rtl_delete_block): Likewise.
10147 (rtl_split_block): Likewise.
10148 (emit_nop_for_unique_locus_between): Likewise.
10149 (rtl_merge_blocks): Likewise.
10150 (block_label): Likewise.
10151 (try_redirect_by_replacing_jump): Likewise.
10152 (emit_barrier_after_bb): Likewise.
10153 (fixup_abnormal_edges): Likewise.
10154 (record_effective_endpoints): Likewise.
10155 (relink_block_chain): Likewise.
10156 (fixup_reorder_chain): Likewise.
10157 (fixup_fallthru_exit_predecessor): Likewise.
10158 (cfg_layout_duplicate_bb): Likewise.
10159 (cfg_layout_split_block): Likewise.
10160 (cfg_layout_delete_block): Likewise.
10161 (cfg_layout_merge_blocks): Likewise.
10162 * combine.c (update_cfg_for_uncondjump): Likewise.
10163 * emit-rtl.c (add_insn_after): Likewise.
10164 (remove_insn): Likewise.
10165 (reorder_insns): Likewise.
10166 (emit_insn_after_1): Likewise.
10167 * haifa-sched.c (get_ebb_head_tail): Likewise.
10168 (restore_other_notes): Likewise.
10169 (move_insn): Likewise.
10170 (sched_extend_bb): Likewise.
10171 (fix_jump_move): Likewise.
10172 * ifcvt.c (noce_process_if_block): Likewise.
10173 (dead_or_predicable): Likewise.
10174 * ira.c (update_equiv_regs): Likewise.
10175 * reg-stack.c (change_stack): Likewise.
10176 * sel-sched-ir.c (sel_move_insn): Likewise.
10177 * sel-sched.c (move_nop_to_previous_block): Likewise.
10179 * config/c6x/c6x.c (hwloop_optimize): Likewise.
10180 * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
10182 2014-08-18 David Malcolm <dmalcolm@redhat.com>
10184 * rtl.h (for_each_rtx_in_insn): New function.
10185 * rtlanal.c (for_each_rtx_in_insn): Likewise.
10187 2014-08-18 David Malcolm <dmalcolm@redhat.com>
10189 * coretypes.h (class rtx_insn): Add forward declaration.
10191 * rtl.h: Include is-a.h.
10192 (struct rtx_def): Add dummy "desc" and "tag" GTY options as a
10193 workaround to ensure gengtype knows inheritance is occurring,
10194 whilst continuing to use the pre-existing special-casing for
10196 (class rtx_insn): New subclass of rtx_def, adding the
10197 invariant that we're dealing with something we can sanely use
10198 INSN_UID, NEXT_INSN, PREV_INSN on.
10199 (is_a_helper <rtx_insn *>::test): New.
10200 (is_a_helper <const rtx_insn *>::test): New.
10202 2014-08-18 David Malcolm <dmalcolm@redhat.com>
10204 * is-a.h (template<T, U> safe_as_a <U *p>) New function.
10206 2014-08-18 Jan Hubicka <hubicka@ucw.cz>
10208 * ipa-visibility.c (update_visibility_by_resolution_info): Do no turn UNDEF
10211 2014-08-18 Jan Hubicka <hubicka@ucw.cz>
10213 * gimple-fold.c (fold_gimple_assign): Do not intorudce referneces
10214 to BUILT_IN_UNREACHABLE.
10216 2014-08-18 Uros Bizjak <ubizjak@gmail.com>
10219 * config/i386/x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI):
10221 * config/i386/i386.h (TARGET_AVOID_FALSE_DEP_FOR_BMI): New define.
10222 * config/i386/i386.md (unspec) <UNSPEC_INSN_FALSE_DEP>: New unspec.
10223 (ffs<mode>2): Do not expand with tzcnt for
10224 TARGET_AVOID_FALSE_DEP_FOR_BMI.
10225 (ffssi2_no_cmove): Ditto.
10226 (*tzcnt<mode>_1): Disable for TARGET_AVOID_FALSE_DEP_FOR_BMI.
10227 (ctz<mode>2): New expander.
10228 (*ctz<mode>2_falsedep_1): New insn_and_split pattern.
10229 (*ctz<mode>2_falsedep): New insn.
10230 (*ctz<mode>2): Rename from ctz<mode>2.
10231 (clz<mode>2_lzcnt): New expander.
10232 (*clz<mode>2_lzcnt_falsedep_1): New insn_and_split pattern.
10233 (*clz<mode>2_lzcnt_falsedep): New insn.
10234 (*clz<mode>2): Rename from ctz<mode>2.
10235 (popcount<mode>2): New expander.
10236 (*popcount<mode>2_falsedep_1): New insn_and_split pattern.
10237 (*popcount<mode>2_falsedep): New insn.
10238 (*popcount<mode>2): Rename from ctz<mode>2.
10239 (*popcount<mode>2_cmp): Remove.
10240 (*popcountsi2_cmp_zext): Ditto.
10242 2014-08-18 Ajit Agarwal <ajitkum@xilinx.com>
10244 * config/microblaze/microblaze.c (microblaze_elf_asm_cdtor): New.
10245 (microblaze_elf_asm_constructor,microblaze_elf_asm_destructor): New.
10246 * config/microblaze/microblaze.h
10247 (TARGET_ASM_CONSTRUCTOR,TARGET_ASM_DESTRUCTOR): New Macros.
10249 2014-08-18 H.J. Lu <hongjiu.lu@intel.com>
10252 * configure.ac: Set install_gold_as_default to no for
10254 * configure: Regenerated.
10256 2014-08-18 Roman Gareev <gareevroman@gmail.com>
10258 * Makefile.in: Add definition of ISLLIBS, HOST_ISLLIBS.
10259 * config.in: Add undef of HAVE_isl.
10260 * configure: Regenerate.
10261 * configure.ac: Add definition of HAVE_isl.
10262 * graphite-blocking.c: Add checking of HAVE_isl.
10263 * graphite-dependences.c: Likewise.
10264 * graphite-interchange.c: Likewise.
10265 * graphite-isl-ast-to-gimple.c: Likewise.
10266 * graphite-optimize-isl.c: Likewise.
10267 * graphite-poly.c: Likewise.
10268 * graphite-scop-detection.c: Likewise.
10269 * graphite-sese-to-poly.c: Likewise.
10270 * graphite.c: Likewise.
10271 * toplev.c: Replace the checking of HAVE_cloog with the checking
10274 2014-08-18 Richard Biener <rguenther@suse.de>
10276 PR tree-optimization/62090
10277 * builtins.c (fold_builtin_snprintf): Move to gimple-fold.c.
10278 (fold_builtin_3): Do not fold snprintf.
10279 (fold_builtin_4): Likewise.
10280 * gimple-fold.c (gimple_fold_builtin_snprintf): New function
10281 moved from builtins.c.
10282 (gimple_fold_builtin_with_strlen): Fold snprintf and sprintf.
10283 (gimple_fold_builtin): Do not fold sprintf here.
10285 2014-08-18 Richard Biener <rguenther@suse.de>
10287 * gimple-fold.c (maybe_fold_reference): Move re-gimplification
10289 (maybe_canonicalize_mem_ref_addr): ... this function.
10290 (fold_stmt_1): Apply it here before all simplification.
10292 2014-08-18 Ilya Enkovich <ilya.enkovich@intel.com>
10295 * cgraph.h (cgraph_node::create_indirect_edge): Add
10296 compute_indirect_info param.
10297 * cgraph.c (cgraph_node::create_indirect_edge): Compute
10298 indirect_info only when it is required.
10299 * cgraphclones.c (cgraph_clone_edge): Do not recompute
10300 indirect_info fore cloned indirect edge.
10302 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
10303 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10304 Anna Tikhonova <anna.tikhonova@intel.com>
10305 Ilya Tocar <ilya.tocar@intel.com>
10306 Andrey Turetskiy <andrey.turetskiy@intel.com>
10307 Ilya Verbin <ilya.verbin@intel.com>
10308 Kirill Yukhin <kirill.yukhin@intel.com>
10309 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10311 * config/i386/sse.md
10312 (define_mode_iterator VI8_AVX2_AVX512BW): New.
10313 (define_insn "<sse2_avx2>_psadbw"): Add evex version.
10315 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
10316 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10317 Anna Tikhonova <anna.tikhonova@intel.com>
10318 Ilya Tocar <ilya.tocar@intel.com>
10319 Andrey Turetskiy <andrey.turetskiy@intel.com>
10320 Ilya Verbin <ilya.verbin@intel.com>
10321 Kirill Yukhin <kirill.yukhin@intel.com>
10322 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10324 * config/i386/sse.md
10325 (define_mode_iterator VF1_AVX512VL): New.
10326 (define_insn "ufloatv16siv16sf2<mask_name><round_name>"): Delete.
10327 (define_insn "ufloat<sseintvecmodelower><mode>2<mask_name><round_name>"):
10330 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
10331 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10332 Anna Tikhonova <anna.tikhonova@intel.com>
10333 Ilya Tocar <ilya.tocar@intel.com>
10334 Andrey Turetskiy <andrey.turetskiy@intel.com>
10335 Ilya Verbin <ilya.verbin@intel.com>
10336 Kirill Yukhin <kirill.yukhin@intel.com>
10337 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10339 * config/i386/i386.c: Rename ufloatv8siv8df_mask to ufloatv8siv8df2_mask.
10340 * config/i386/i386.md
10341 (define_code_iterator any_float): New.
10342 (define_code_attr floatsuffix): New.
10343 * config/i386/sse.md
10344 (define_mode_iterator VF1_128_256VL): New.
10345 (define_mode_iterator VF2_512_256VL): New.
10346 (define_insn "float<si2dfmodelower><mode>2<mask_name>"): Remove unnecessary
10348 (define_insn "ufloatv8siv8df<mask_name>"): Delete.
10349 (define_insn "<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>"):
10351 (define_mode_attr qq2pssuff): New.
10352 (define_mode_attr sselongvecmode): New.
10353 (define_mode_attr sselongvecmodelower): New.
10354 (define_mode_attr sseintvecmode3): New.
10355 (define_insn "<floatsuffix>float<sselongvecmodelower><mode>2<mask_name><round_name>"):
10357 (define_insn "*<floatsuffix>floatv2div2sf2"): New.
10358 (define_insn "<floatsuffix>floatv2div2sf2_mask"): New.
10359 (define_insn "ufloat<si2dfmodelower><mode>2<mask_name>"): New.
10360 (define_insn "ufloatv2siv2df2<mask_name>"): New.
10362 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
10363 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10364 Anna Tikhonova <anna.tikhonova@intel.com>
10365 Ilya Tocar <ilya.tocar@intel.com>
10366 Andrey Turetskiy <andrey.turetskiy@intel.com>
10367 Ilya Verbin <ilya.verbin@intel.com>
10368 Kirill Yukhin <kirill.yukhin@intel.com>
10369 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10371 * config/i386/sse.md
10372 (define_mode_iterator VF2_AVX512VL): New.
10373 (define_mode_attr sseintvecmode2): New.
10374 (define_insn "ufix_truncv2dfv2si2<mask_name>"): Add masking.
10375 (define_insn "fix_truncv4dfv4si2<mask_name>"): New.
10376 (define_insn "ufix_truncv4dfv4si2<mask_name>"): Ditto.
10378 "<fixsuffix>fix_trunc<mode><sseintvecmodelower>2<mask_name><round_saeonly_name>"):
10380 (define_insn "fix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
10382 (define_insn "ufix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
10385 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
10386 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10387 Anna Tikhonova <anna.tikhonova@intel.com>
10388 Ilya Tocar <ilya.tocar@intel.com>
10389 Andrey Turetskiy <andrey.turetskiy@intel.com>
10390 Ilya Verbin <ilya.verbin@intel.com>
10391 Kirill Yukhin <kirill.yukhin@intel.com>
10392 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10394 * config/i386/i386.md
10395 (define_insn "*movoi_internal_avx"): Add evex version.
10396 (define_insn "*movti_internal"): Ditto.
10398 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
10399 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10400 Anna Tikhonova <anna.tikhonova@intel.com>
10401 Ilya Tocar <ilya.tocar@intel.com>
10402 Andrey Turetskiy <andrey.turetskiy@intel.com>
10403 Ilya Verbin <ilya.verbin@intel.com>
10404 Kirill Yukhin <kirill.yukhin@intel.com>
10405 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10407 * config/i386/i386.md
10408 (define_attr "isa"): Add avx512dq, noavx512dq.
10409 (define_attr "enabled"): Ditto.
10410 * config/i386/sse.md
10411 (define_insn "vec_extract_hi_<mode><mask_name>"): Support masking.
10413 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
10414 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10415 Anna Tikhonova <anna.tikhonova@intel.com>
10416 Ilya Tocar <ilya.tocar@intel.com>
10417 Andrey Turetskiy <andrey.turetskiy@intel.com>
10418 Ilya Verbin <ilya.verbin@intel.com>
10419 Kirill Yukhin <kirill.yukhin@intel.com>
10420 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10422 * config/i386/i386.c
10423 (ix86_expand_special_args_builtin): Handle avx512vl_storev8sf_mask,
10424 avx512vl_storev8si_mask, avx512vl_storev4df_mask, avx512vl_storev4di_mask,
10425 avx512vl_storev4sf_mask, avx512vl_storev4si_mask, avx512vl_storev2df_mask,
10426 avx512vl_storev2di_mask, avx512vl_loadv8sf_mask, avx512vl_loadv8si_mask,
10427 avx512vl_loadv4df_mask, avx512vl_loadv4di_mask, avx512vl_loadv4sf_mask,
10428 avx512vl_loadv4si_mask, avx512vl_loadv2df_mask, avx512vl_loadv2di_mask,
10429 avx512bw_loadv64qi_mask, avx512vl_loadv32qi_mask, avx512vl_loadv16qi_mask,
10430 avx512bw_loadv32hi_mask, avx512vl_loadv16hi_mask, avx512vl_loadv8hi_mask.
10431 * config/i386/i386.md (define_mode_attr ssemodesuffix): Allow V32HI mode.
10432 * config/i386/sse.md
10433 (define_mode_iterator VMOVE): Allow V4TI mode.
10434 (define_mode_iterator V_AVX512VL): New.
10435 (define_mode_iterator V): New handling for AVX512VL.
10436 (define_insn "avx512f_load<mode>_mask"): Delete.
10437 (define_insn "<avx512>_load<mode>_mask"): New.
10438 (define_insn "avx512f_store<mode>_mask"): Delete.
10439 (define_insn "<avx512>_store<mode>_mask"): New.
10442 2014-08-18 Yury Gribov <y.gribov@samsung.com>
10445 * asan.c (instrument_derefs): Fix bitfield check.
10447 2014-08-17 Segher Boessenkool <segher@kernel.crashing.org>
10449 * config/rs6000/constraints.md ("S"): Require TARGET_POWERPC64.
10450 * config/rs6000/htm.md (ttest): Remove clobber.
10451 * config/rs6000/predicates.md (any_mask_operand): New predicate.
10452 (and_operand): Reformat.
10453 (and_2rld_operand): New predicate.
10454 * config/rs6000/rs6000-protos.h (rs6000_split_logical): Remove last
10456 * config/rs6000/rs6000.c (rs6000_split_logical_inner): Remove last
10457 parameter. Handle AND directly.
10458 (rs6000_split_logical_di): Remove last parameter.
10459 (rs6000_split_logical): Remove last parameter. Remove obsolete
10461 * config/rs6000/rs6000.md (BOOL_REGS_AND_CR0): Delete.
10462 (one_cmpl<mode>2): Adjust call of rs6000_split_logical.
10463 (ctz<mode>2, ffs<mode>2): Delete clobber. Reformat.
10464 (andsi3, andsi3_mc, andsi3_nomc, *andsi3_internal2_mc,
10465 *andsi3_internal3_mc, *andsi3_internal4, *andsi3_internal5_mc,
10466 and 5 anonymous splitters): Delete.
10467 (and<mode>3): New expander.
10468 (*and<mode>3, *and<mode>3_dot, *and<mode>3_dot2): New.
10469 (and<mode>3_imm, *and<mode>3_imm_dot, *and<mode>3_imm_dot2): New.
10470 (*and<mode>3_mask, *and<mode>3_mask_dot, *and<mode>3_mask_dot2): New.
10471 (ior<mode>, xor<mode>3): Adjust call of rs6000_split_logical.
10472 (floatdisf2_internal1): Remove clobbers.
10473 (anddi3, anddi3_mc, anddi3_nomc, anddi3_internal2_mc,
10474 *anddi3_internal3_mc, and 4 anonymous splitters): Delete.
10475 (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): New.
10476 (and<mode>3 for BOOL_128): Remove clobber.
10477 (*and<mode>3_internal for BOOL_128): Remove clobber. Adjust call of
10478 rs6000_split_logical.
10479 (*bool<mode>3_internal for BOOL_128): Adjust call of
10480 rs6000_split_logical.
10481 (*boolc<mode>3_internal1 for BOOL_128,
10482 *boolc<mode>3_internal2 for BOOL_128,
10483 *boolcc<mode>3_internal1 for BOOL_128,
10484 *boolcc<mode>3_internal2 for BOOL_128,
10485 *eqv<mode>3_internal1 for BOOL_128,
10486 *eqv<mode>3_internal2 for BOOL_128,
10487 *one_cmpl<mode>3_internal for BOOL_128): Ditto.
10488 * config/rs6000/vector.md (*vec_reload_and_plus_<mptrsize): Remove
10490 (*vec_reload_and_reg_<mptrsize>): Delete.
10492 2014-08-17 Segher Boessenkool <segher@kernel.crashing.org>
10494 * config/rs6000/rs6000.md (*boolccsi3_internal1, *boolccsi3_internal2
10495 and split, *boolccsi3_internal3 and split): Delete.
10496 (*boolccdi3_internal1, *boolccdi3_internal2 and split,
10497 *boolccdi3_internal3 and split): Delete.
10498 (*boolcc<mode>3, *boolcc<mode>3_dot, *boolcc<mode>3_dot2): New.
10499 (*eqv<mode>3): Move. Add TODO comment. Fix attributes.
10501 2014-08-17 Segher Boessenkool <segher@kernel.crashing.org>
10503 * config/rs6000/rs6000.md (*boolcsi3_internal1, *boolcsi3_internal2
10504 and split, *boolcsi3_internal3 and split): Delete.
10505 (*boolcdi3_internal1, *boolcdi3_internal2 and split,
10506 *boolcdi3_internal3 and split): Delete.
10507 (*boolc<mode>3, *boolc<mode>3_dot, *boolc<mode>3_dot2): New.
10509 2014-08-17 Segher Boessenkool <segher@kernel.crashing.org>
10511 * config/rs6000/rs6000.c (print_operand) <'e'>: New.
10512 <'u'>: Also support printing the low-order 16 bits.
10513 * config/rs6000/rs6000.md (iorsi3, xorsi3, *boolsi3_internal1,
10514 *boolsi3_internal2 and split, *boolsi3_internal3 and split): Delete.
10515 (iordi3, xordi3, *booldi3_internal1, *booldi3_internal2 and split,
10516 *booldi3_internal3 and split): Delete.
10517 (ior<mode>3, xor<mode>3, *bool<mode>3, *bool<mode>3_dot,
10518 *bool<mode>3_dot2): New.
10519 (two anonymous define_splits for non_logical_cint_operand): Merge.
10521 2014-08-17 Marek Polacek <polacek@redhat.com>
10522 Manuel López-Ibáñez <manu@gcc.gnu.org>
10525 * diagnostic.c (adjust_line): Add gcc_checking_assert.
10526 (diagnostic_show_locus): Don't print caret diagnostic
10527 if a column is larger than the line_width.
10529 2014-08-17 Roman Gareev <gareevroman@gmail.com>
10531 * common.opt: Make the ISL AST generator to be the main code generator
10534 2014-08-16 Gerald Pfeifer <gerald@pfeifer.com>
10536 * wide-int.h (generic_wide_int): Declare as class instead of struct.
10538 2014-08-16 John David Anglin <danglin@gcc.gnu.org>
10541 * config/pa/pa-protos.h (pa_output_addr_vec, pa_output_addr_diff_vec):
10543 * config/pa/pa.c (pa_reorg): Remove code to insert brtab marker insns.
10544 (pa_output_addr_vec, pa_output_addr_diff_vec): New.
10545 * config/pa/pa.h (ASM_OUTPUT_ADDR_VEC, ASM_OUTPUT_ADDR_DIFF_VEC):
10547 * config/pa/pa.md (begin_brtab): Delete insn.
10548 (end_brtab): Likewise.
10550 2014-08-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
10552 * doc/cppopts.texi (ftrack-macro-expansion): Add missing @code.
10554 2014-08-15 Jan Hubicka <hubicka@ucw.cz>
10556 * ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.
10557 (possible_polymorphic_call_targets, dump_possible_polymorphic_call_targets,
10558 possible_polymorphic_call_target_p, possible_polymorphic_call_target_p): Simplify.
10559 (get_dynamic_type): Remove.
10560 * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Remove.
10561 (clear_speculation): Bring to ipa-deivrt.h
10562 (get_class_context): Rename to ...
10563 (ipa_polymorphic_call_context::restrict_to_inner_class): ... this one.
10564 (contains_type_p): Update.
10565 (get_dynamic_type): Rename to ...
10566 ipa_polymorphic_call_context::get_dynamic_type(): ... this one.
10567 (possible_polymorphic_call_targets): UPdate.
10568 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Update.
10569 * ipa-prop.c (ipa_analyze_call_uses): Update.
10571 2014-08-15 Oleg Endo <olegendo@gcc.gnu.org>
10573 * doc/invoke.texi (SH options): Document missing processor variant
10574 options. Remove references to Hitachi. Undocument deprecated mspace
10577 2014-08-15 Jason Merrill <jason@redhat.com>
10579 * tree.c (type_hash_canon): Uncomment assert.
10581 2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
10583 * input.h (in_system_header_at): Add comment.
10585 2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
10588 * diagnostic.c (build_message_string): Make it extern.
10589 * diagnostic.h (build_message_string): Make it extern.
10591 2014-08-15 Vladimir Makarov <vmakarov@redhat.com>
10593 * config/rs6000/rs6000.c (rs6000_emit_move): Use SDmode for
10594 load/store from/to non-floating class pseudo.
10596 2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
10598 * input.c (diagnostic_file_cache_fini): Fix typo in comment.
10600 2014-08-15 Richard Biener <rguenther@suse.de>
10602 * tree-ssa-structalias.c (readonly_id): Rename to string_id.
10603 (get_constraint_for_ssa_var): Remove dead code.
10604 (get_constraint_for_1): Adjust.
10605 (find_what_var_points_to): Likewise.
10606 (init_base_vars): Likewise. STRING_CSTs do not contain pointers.
10608 2014-08-15 Ilya Tocar <tocarip@gmail.com>
10611 * config/i386/avx512fintrin.h (_mm512_mask_cmpge_epi32_mask): New.
10612 (_mm512_mask_cmpge_epu32_mask): Ditto.
10613 (_mm512_cmpge_epu32_mask): Ditto.
10614 (_mm512_mask_cmpge_epi64_mask): Ditto.
10615 (_mm512_cmpge_epi64_mask): Ditto.
10616 (_mm512_mask_cmpge_epu64_mask): Ditto.
10617 (_mm512_cmpge_epu64_mask): Ditto.
10618 (_mm512_mask_cmple_epi32_mask): Ditto.
10619 (_mm512_cmple_epi32_mask): Ditto.
10620 (_mm512_mask_cmple_epu32_mask): Ditto.
10621 (_mm512_cmple_epu32_mask): Ditto.
10622 (_mm512_mask_cmple_epi64_mask): Ditto.
10623 (_mm512_cmple_epi64_mask): Ditto.
10624 (_mm512_mask_cmple_epu64_mask): Ditto.
10625 (_mm512_cmple_epu64_mask): Ditto.
10626 (_mm512_mask_cmplt_epi32_mask): Ditto.
10627 (_mm512_cmplt_epi32_mask): Ditto.
10628 (_mm512_mask_cmplt_epu32_mask): Ditto.
10629 (_mm512_cmplt_epu32_mask): Ditto.
10630 (_mm512_mask_cmplt_epi64_mask): Ditto.
10631 (_mm512_cmplt_epi64_mask): Ditto.
10632 (_mm512_mask_cmplt_epu64_mask): Ditto.
10633 (_mm512_cmplt_epu64_mask): Ditto.
10634 (_mm512_mask_cmpneq_epi32_mask): Ditto.
10635 (_mm512_mask_cmpneq_epu32_mask): Ditto.
10636 (_mm512_cmpneq_epu32_mask): Ditto.
10637 (_mm512_mask_cmpneq_epi64_mask): Ditto.
10638 (_mm512_cmpneq_epi64_mask): Ditto.
10639 (_mm512_mask_cmpneq_epu64_mask): Ditto.
10640 (_mm512_cmpneq_epu64_mask): Ditto.
10641 (_mm512_castpd_ps): Ditto.
10642 (_mm512_castpd_si512): Ditto.
10643 (_mm512_castps_pd): Ditto.
10644 (_mm512_castps_si512): Ditto.
10645 (_mm512_castsi512_ps): Ditto.
10646 (_mm512_castsi512_pd): Ditto.
10647 (_mm512_castpd512_pd128): Ditto.
10648 (_mm512_castps512_ps128): Ditto.
10649 (_mm512_castsi512_si128): Ditto.
10650 (_mm512_castpd512_pd256): Ditto.
10651 (_mm512_castps512_ps256): Ditto.
10652 (_mm512_castsi512_si256): Ditto.
10653 (_mm512_castpd128_pd512): Ditto.
10654 (_mm512_castps128_ps512): Ditto.
10655 (_mm512_castsi128_si512): Ditto.
10656 (_mm512_castpd256_pd512): Ditto.
10657 (_mm512_castps256_ps512): Ditto.
10658 (_mm512_castsi256_si512): Ditto.
10659 (_mm512_cmpeq_epu32_mask): Ditto.
10660 (_mm512_mask_cmpeq_epu32_mask): Ditto.
10661 (_mm512_mask_cmpeq_epu64_mask): Ditto.
10662 (_mm512_cmpeq_epu64_mask): Ditto.
10663 (_mm512_cmpgt_epu32_mask): Ditto.
10664 (_mm512_mask_cmpgt_epu32_mask): Ditto.
10665 (_mm512_mask_cmpgt_epu64_mask): Ditto.
10666 (_mm512_cmpgt_epu64_mask): Ditto.
10667 * config/i386/i386-builtin-types.def: Add V16SF_FTYPE_V8SF,
10668 V16SI_FTYPE_V8SI, V16SI_FTYPE_V4SI, V8DF_FTYPE_V2DF.
10669 * config/i386/i386.c (enum ix86_builtins): Add
10670 IX86_BUILTIN_SI512_SI256, IX86_BUILTIN_PD512_PD256,
10671 IX86_BUILTIN_PS512_PS256, IX86_BUILTIN_SI512_SI,
10672 IX86_BUILTIN_PD512_PD, IX86_BUILTIN_PS512_PS.
10673 (bdesc_args): Add __builtin_ia32_si512_256si,
10674 __builtin_ia32_ps512_256ps, __builtin_ia32_pd512_256pd,
10675 __builtin_ia32_si512_si, __builtin_ia32_ps512_ps,
10676 __builtin_ia32_pd512_pd.
10677 (ix86_expand_args_builtin): Handle new FTYPEs.
10678 * config/i386/sse.md (castmode): Add 512-bit modes.
10679 (AVX512MODE2P): New.
10680 (avx512f_<castmode><avxsizesuffix>_<castmode): New.
10681 (avx512f_<castmode><avxsizesuffix>_256<castmode): Ditto.
10683 2014-08-15 Richard Biener <rguenther@suse.de>
10685 * fold-const.c (tree_swap_operands_p): Put all constants
10686 last, also strip sign-changing NOPs when considering further
10687 canonicalization. Canonicalize also when optimizing for size.
10689 2014-08-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10691 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Move
10692 one_match > zero_match case to just before simple_sequence.
10694 2014-08-15 Richard Biener <rguenther@suse.de>
10696 * data-streamer.h (streamer_string_index, string_for_index):
10698 * data-streamer-out.c (streamer_string_index): Make static.
10699 * data-streamer-in.c (string_for_index): Likewise.
10700 * lto-streamer-out.c (lto_output_location): Use bp_pack_string.
10701 * lto-streamer-in.c (lto_input_location): Use bp_unpack_string.
10703 2014-08-15 Richard Biener <rguenther@suse.de>
10705 PR tree-optimization/62031
10706 * tree-data-ref.c (dr_analyze_indices): Do not set
10707 DR_UNCONSTRAINED_BASE.
10708 (dr_may_alias_p): All indirect accesses have to go the
10709 formerly DR_UNCONSTRAINED_BASE path.
10710 * tree-data-ref.h (struct indices): Remove
10711 unconstrained_base member.
10712 (DR_UNCONSTRAINED_BASE): Remove.
10714 2014-08-15 Jakub Jelinek <jakub@redhat.com>
10716 PR middle-end/62092
10717 * gimplify.c (gimplify_adjust_omp_clauses_1): Don't remove
10718 OMP_CLAUSE_SHARED for global vars if the global var is mentioned
10719 in OMP_CLAUSE_MAP in some outer target region.
10721 2014-08-15 Bin Cheng <bin.cheng@arm.com>
10723 * tree-ssa-loop-ivopts.c (ivopts_data): New field
10724 name_expansion_cache.
10725 (tree_ssa_iv_optimize_init): Initialize name_expansion_cache.
10726 (tree_ssa_iv_optimize_finalize): Free name_expansion_cache.
10727 (strip_wrap_conserving_type_conversions, expr_equal_p): Delete.
10728 (difference_cannot_overflow_p): New parameter. Use affine
10729 expansion for equality check.
10730 (iv_elimination_compare_lt): Pass new argument.
10732 2014-08-14 DJ Delorie <dj@redhat.com>
10734 * config/rl78/rl78-real.md (addqi3_real): Allow adding global
10735 variables to the accumulator.
10737 * config/rl78/predicates.md (rl78_near_mem_operand): New.
10738 * config/rl78/rl78-virt.md (movqi_virt_mm, movqi_virt)
10739 (movhi_virt_mm): Split out near mem-mem moves to avoid problems
10740 with far-far moves.
10742 * config/rl78/rl78-expand.md (umulqihi3): Disable for G10.
10743 * config/rl78/rl78-virt.md (umulhi3_shift_virt): Likewise.
10744 (umulqihi3_virt): Likewise.
10745 * config/rl78/rl78-real.md (umulhi3_shift_real): Likewise.
10746 (umulqihi3_real): Likewise.
10748 * config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves.
10750 2014-08-14 Jan Hubicka <hubicka@ucw.cz>
10752 PR tree-optimization/62091
10753 * tree-ssa-alias.c (walk_aliased_vdefs_1): Do not clear
10754 function_entry_reached.
10755 (walk_aliased_vdefs): Clear it here.
10756 * ipa-devirt.c (check_stmt_for_type_change): Handle static storage.
10758 2014-08-14 Jan Hubicka <hubicka@ucw.cz>
10760 * ipa-utils.h (compare_virtual_tables): Declare.
10761 * ipa-devirt.c (odr_subtypes_equivalent_p): New function
10763 2014-08-14 Marek Polacek <polacek@redhat.com>
10766 * ginclude/stdatomic.h (__atomic_type_lock_free): Remove.
10767 (ATOMIC_*_LOCK_FREE): Map to __GCC_ATOMIC_*_LOCK_FREE.
10769 2014-08-14 Tom de Vries <tom@codesourcery.com>
10771 * emit-rtl.h (mem_attrs_eq_p): Remove duplicate declaration.
10773 2014-08-14 Tom de Vries <tom@codesourcery.com>
10775 PR rtl-optimization/62004
10776 PR rtl-optimization/62030
10777 * ifcvt.c (rtx_interchangeable_p): New function.
10778 (noce_try_move, noce_process_if_block): Use rtx_interchangeable_p.
10779 * emit-rtl.h (mem_attrs_eq_p): Declare.
10781 2014-08-14 Roman Gareev <gareevroman@gmail.com>
10783 * graphite-scop-detection.c:
10784 Add inclusion of cp-tree.h.
10785 (graphite_can_represent_scev): Disables the handling of SSA_NAME nodes
10786 in case they are pointers to object types
10788 2014-08-14 Richard Biener <rguenther@suse.de>
10790 * BASE-VER: Change to 5.0.0
10792 2014-08-14 Alexander Ivchenko <alexander.ivchenko@intel.com>
10793 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10794 Anna Tikhonova <anna.tikhonova@intel.com>
10795 Ilya Tocar <ilya.tocar@intel.com>
10796 Andrey Turetskiy <andrey.turetskiy@intel.com>
10797 Ilya Verbin <ilya.verbin@intel.com>
10798 Kirill Yukhin <kirill.yukhin@intel.com>
10799 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10801 * config/i386/sse.md (define_mode_attr avx512): New.
10802 (define_mode_attr sse2_avx_avx512f): Allow V8HI, V16HI, V32HI, V2DI,
10804 (define_mode_attr sse2_avx2): Allow V64QI, V32HI, V4TI modes.
10805 (define_mode_attr ssse3_avx2): Ditto.
10806 (define_mode_attr sse4_1_avx2): Allow V64QI, V32HI, V8DI modes.
10807 (define_mode_attr avx2_avx512bw): New.
10808 (define_mode_attr ssedoublemodelower): New.
10809 (define_mode_attr ssedoublemode): Allow V8SF, V8SI, V4DI, V4DF, V4SI,
10810 V32HI, V64QI modes.
10811 (define_mode_attr ssebytemode): Allow V8DI modes.
10812 (define_mode_attr sseinsnmode): Allow V4TI, V32HI, V64QI modes.
10813 (define_mode_attr sseintvecmodelower): Allow V8DF, V4TI modes.
10814 (define_mode_attr ssePSmode2): New.
10815 (define_mode_attr ssescalarsize): Allow V64QI, V32QI, V16QI, V8HI,
10816 V16HI, V32HI modes.
10817 (define_mode_attr dbpsadbwmode): New.
10818 (define_mode_attr bcstscalarsuff): Allow V64QI, V32QI, V16QI, V32HI,
10819 V16HI, V8HI, V8SI, V4SI, V4DI, V2DI, V8SF, V4SF, V4DF, V2DF modes.
10820 (vi8_sse4_1_avx2_avx512): New.
10821 (define_insn <sse4_1_avx2>_movntdqa): Use <vi8_sse4_1_avx2_avx512>
10823 (define_mode_attr blendbits): Move before its immediate use.
10825 2014-08-14 Alexander Ivchenko <alexander.ivchenko@intel.com>
10826 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10827 Anna Tikhonova <anna.tikhonova@intel.com>
10828 Ilya Tocar <ilya.tocar@intel.com>
10829 Andrey Turetskiy <andrey.turetskiy@intel.com>
10830 Ilya Verbin <ilya.verbin@intel.com>
10831 Kirill Yukhin <kirill.yukhin@intel.com>
10832 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10834 * config/i386/sse.md: Allow V64QI, V32QI, V32HI, V4HI modes.
10835 * config/i386/subst.md
10836 (define_mode_iterator SUBST_V): Update.
10837 (define_mode_iterator SUBST_A): Ditto.
10838 (define_subst_attr "mask_operand7"): New.
10839 (define_subst_attr "mask_operand10"): New.
10840 (define_subst_attr "mask_operand_arg34") : New.
10841 (define_subst_attr "mask_expand_op3"): New.
10842 (define_subst_attr "mask_mode512bit_condition"): Handle TARGET_AVX512VL.
10843 (define_subst_attr "sd_mask_mode512bit_condition"): Ditto.
10844 (define_subst_attr "mask_avx512vl_condition"): New.
10845 (define_subst_attr "round_mask_operand4"): Ditto.
10846 (define_subst_attr "round_mask_scalar_op3"): Delete.
10847 (define_subst_attr "round_mask_op4"): New.
10848 (define_subst_attr "round_mode512bit_condition"): Allow V8DImode,
10850 (define_subst_attr "round_modev8sf_condition"): New.
10851 (define_subst_attr "round_modev4sf_condition"): GET_MODE instead of
10853 (define_subst_attr "round_saeonly_mask_operand4"): New.
10854 (define_subst_attr "round_saeonly_mask_op4"): New.
10855 (define_subst_attr "round_saeonly_mode512bit_condition"): Allow
10856 V8DImode, V16SImode.
10857 (define_subst_attr "round_saeonly_modev8sf_condition"): New.
10858 (define_subst_attr "mask_expand4_name" "mask_expand4"): New.
10859 (define_subst_attr "mask_expand4_args"): New.
10860 (define_subst "mask_expand4"): New.
10862 2014-08-14 Alexander Ivchenko <alexander.ivchenko@intel.com>
10863 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10864 Anna Tikhonova <anna.tikhonova@intel.com>
10865 Ilya Tocar <ilya.tocar@intel.com>
10866 Andrey Turetskiy <andrey.turetskiy@intel.com>
10867 Ilya Verbin <ilya.verbin@intel.com>
10868 Kirill Yukhin <kirill.yukhin@intel.com>
10869 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10871 * config/i386/i386.md
10872 (define_attr "isa"): Add avx512bw,noavx512bw.
10873 (define_attr "enabled"): Ditto.
10874 (define_split): Add 32/64-bit mask logic.
10875 (define_insn "*k<logic>qi"): New.
10876 (define_insn "*k<logic>hi"): New.
10877 (define_insn "*anddi_1"): Add mask version.
10878 (define_insn "*andsi_1"): Ditto.
10879 (define_insn "*<code><mode>_1"): Ditto.
10880 (define_insn "*<code>hi_1"): Ditto.
10881 (define_insn "kxnor<mode>"): New.
10882 (define_insn "kunpcksi"): New.
10883 (define_insn "kunpckdi"): New.
10884 (define_insn "*one_cmpl<mode>2_1"): Add mask version.
10885 (define_insn "*one_cmplhi2_1"): Ditto.
10887 2014-08-14 Alexander Ivchenko <alexander.ivchenko@intel.com>
10888 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10889 Anna Tikhonova <anna.tikhonova@intel.com>
10890 Ilya Tocar <ilya.tocar@intel.com>
10891 Andrey Turetskiy <andrey.turetskiy@intel.com>
10892 Ilya Verbin <ilya.verbin@intel.com>
10893 Kirill Yukhin <kirill.yukhin@intel.com>
10894 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10896 * config/i386/i386.c (ix86_preferred_simd_mode): Allow V64QImode and
10899 2014-08-14 Alexander Ivchenko <alexander.ivchenko@intel.com>
10900 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10901 Anna Tikhonova <anna.tikhonova@intel.com>
10902 Ilya Tocar <ilya.tocar@intel.com>
10903 Andrey Turetskiy <andrey.turetskiy@intel.com>
10904 Ilya Verbin <ilya.verbin@intel.com>
10905 Kirill Yukhin <kirill.yukhin@intel.com>
10906 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10908 * config/i386/i386.c (print_reg): Сorrectly print 64-bit mask
10910 (inline_secondary_memory_needed): Allow 64 bit wide mask registers.
10911 (ix86_hard_regno_mode_ok): Allow 32/64-bit mask registers and
10912 xmm/ymm16+ when availble.
10913 * config/i386/i386.h
10914 (HARD_REGNO_NREGS): Add mask regs.
10915 (VALID_AVX512F_REG_MODE): Ditto.
10916 (VALID_AVX512F_REG_MODE) : Define.
10917 (VALID_MASK_AVX512BW_MODE): Ditto.
10918 (reg_class) (MASK_REG_P(X)): Define.
10919 * config/i386/i386.md: Do not split long moves with mask register,
10920 use kmovb if avx512bw is availible.
10921 (movdi_internal): Handle mask registers.
10923 2014-08-14 Richard Biener <rguenther@suse.de>
10925 PR tree-optimization/62081
10926 * tree-ssa-loop.c (pass_fix_loops): New pass.
10927 (pass_tree_loop::gate): Do not fixup loops here.
10928 * tree-pass.h (make_pass_fix_loops): Declare.
10929 * passes.def: Schedule pass_fix_loops before GIMPLE loop passes.
10931 2014-08-14 Richard Biener <rguenther@suse.de>
10933 * tree.c (type_hash_lookup, type_hash_add): Merge into ...
10934 (type_hash_canon): ... this and avoid 2nd lookup for the add.
10936 2014-08-14 Richard Biener <rguenther@suse.de>
10938 PR tree-optimization/62090
10939 * builtins.c (fold_builtin_sprintf): Move to gimple-fold.c.
10940 (fold_builtin_2): Do not fold sprintf.
10941 (fold_builtin_3): Likewise.
10942 * gimple-fold.c (gimple_fold_builtin_sprintf): New function
10943 moved from builtins.c.
10944 (gimple_fold_builtin): Fold sprintf.
10946 2014-08-14 Richard Biener <rguenther@suse.de>
10948 PR rtl-optimization/62079
10949 * recog.c (peephole2_optimize): If peep2_do_cleanup_cfg
10952 2014-08-14 Ilya Enkovich <ilya.enkovich@intel.com>
10954 * ipa-devirt.c (get_polymorphic_call_info): Use fndecl instead of
10955 current_function_decl.
10957 2014-08-14 Ilya Enkovich <ilya.enkovich@intel.com>
10959 * cgraph.c (cgraph_node::function_symbol): Fix wrong
10960 cgraph_function_node to cgraph_node::function_symbol
10963 2014-08-14 Zhenqiang Chen <zhenqiang.chen@arm.com>
10965 * config/arm/arm.c (arm_option_override): Set max_insns_skipped
10966 to MAX_INSN_PER_IT_BLOCK when optimize_size for THUMB2.
10968 2014-08-13 Chen Gang gang.chen.5i5j@gmail.com
10970 * microblaze/microblaze.md: Remove redundant '@' to avoid compiling
10973 2014-08-13 Roman Gareev <gareevroman@gmail.com>
10975 * gcc.dg/graphite/pr35356-2.c: Update according to the ISL code
10978 2014-08-12 Jakub Jelinek <jakub@redhat.com>
10981 * sched-deps.c (find_inc): Check if inc_insn doesn't clobber
10982 any registers that are used in mem_insn.
10984 2014-08-12 Steve Ellcey <sellcey@mips.com>
10986 * config/mips/mips.h (ASM_SPEC): Pass float options to assembler.
10988 2014-08-12 Steve Ellcey <sellcey@mips.com>
10990 * config/mips/t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib.
10991 (MULTILIB_DIRNAMES): Ditto.
10992 * config/mips/t-mti-elf (MULTILIB_OPTIONS): Ditto.
10993 * config/mips/t-mti-elf (MULTILIB_EXCEPTIONS): Ditto.
10994 * config/mips/t-mti-linux (MULTILIB_OPTIONS): Ditto.
10995 * config/mips/t-mti-linux (MULTILIB_DIRNAMES): Ditto.
10996 * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Ditto.
10997 * config/mips/mti-linux.h (SYSROOT_SUFFIX_SPEC): Ditto.
10999 2014-08-12 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11002 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix definition
11003 of __ARM_SIZEOF_WCHAR_T.
11005 2014-08-12 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11008 * config/arm/vfp.md (*combine_vcvtf2i): Fix constraint.
11009 Remove unnecessary attributes.
11011 2014-08-12 Yury Gribov <y.gribov@samsung.com>
11013 * internal-fn.c (init_internal_fns): Fix off-by-one.
11015 2014-08-12 Alexander Ivchenko <alexander.ivchenko@intel.com>
11016 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
11017 Anna Tikhonova <anna.tikhonova@intel.com>
11018 Ilya Tocar <ilya.tocar@intel.com>
11019 Andrey Turetskiy <andrey.turetskiy@intel.com>
11020 Ilya Verbin <ilya.verbin@intel.com>
11021 Kirill Yukhin <kirill.yukhin@intel.com>
11022 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
11024 * config/i386/i386.c (standard_sse_constant_opcode): Use
11025 vpxord/vpternlog if avx512 is availible.
11027 2014-08-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
11029 PR middle-end/62103
11030 * gimple-fold.c (fold_ctor_reference): Don't fold in presence of
11031 bitfields, that is when size doesn't match the size of type or the
11032 size of the constructor.
11034 2014-08-11 Michael Meissner <meissner@linux.vnet.ibm.com>
11036 * config/rs6000/constraints.md (wh constraint): New constraint,
11037 for FP registers if direct move is available.
11038 (wi constraint): New constraint, for VSX/FP registers that can
11039 handle 64-bit integers.
11040 (wj constraint): New constraint for VSX/FP registers that can
11041 handle 64-bit integers for direct moves.
11042 (wk constraint): New constraint for VSX/FP registers that can
11043 handle 64-bit doubles for direct moves.
11044 (wy constraint): Make documentation match implementation.
11046 * config/rs6000/rs6000.c (struct rs6000_reg_addr): Add
11047 scalar_in_vmx_p field to simplify tests of whether SFmode or
11048 DFmode can go in the Altivec registers.
11049 (rs6000_hard_regno_mode_ok): Use scalar_in_vmx_p field.
11050 (rs6000_setup_reg_addr_masks): Likewise.
11051 (rs6000_debug_print_mode): Add debug support for scalar_in_vmx_p
11052 field, and wh/wi/wj/wk constraints.
11053 (rs6000_init_hard_regno_mode_ok): Setup scalar_in_vmx_p field, and
11054 the wh/wi/wj/wk constraints.
11055 (rs6000_preferred_reload_class): If SFmode/DFmode can go in the
11056 upper registers, prefer VSX registers unless the operation is a
11057 memory operation with REG+OFFSET addressing.
11059 * config/rs6000/vsx.md (VSr mode attribute): Add support for
11060 DImode. Change SFmode to use ww constraint instead of d to allow
11061 SF registers in the upper registers.
11064 (VSr5): Fix thinko in comment.
11065 (VSa): New mode attribute that is an alternative to wa, that
11066 returns the VSX register class that a mode can go in, but may not
11067 be the preferred register class.
11068 (VS_64dm): New mode attribute for appropriate register classes for
11069 referencing 64-bit elements of vectors for direct moves and normal
11071 (VS_64reg): Likewise.
11072 (vsx_mov<mode>): Change wa constraint to <VSa> to limit the
11073 register allocator to only registers the data type can handle.
11074 (vsx_le_perm_load_<mode>): Likewise.
11075 (vsx_le_perm_store_<mode>): Likewise.
11076 (vsx_xxpermdi2_le_<mode>): Likewise.
11077 (vsx_xxpermdi4_le_<mode>): Likewise.
11078 (vsx_lxvd2x2_le_<mode>): Likewise.
11079 (vsx_lxvd2x4_le_<mode>): Likewise.
11080 (vsx_stxvd2x2_le_<mode>): Likewise.
11081 (vsx_add<mode>3): Likewise.
11082 (vsx_sub<mode>3): Likewise.
11083 (vsx_mul<mode>3): Likewise.
11084 (vsx_div<mode>3): Likewise.
11085 (vsx_tdiv<mode>3_internal): Likewise.
11086 (vsx_fre<mode>2): Likewise.
11087 (vsx_neg<mode>2): Likewise.
11088 (vsx_abs<mode>2): Likewise.
11089 (vsx_nabs<mode>2): Likewise.
11090 (vsx_smax<mode>3): Likewise.
11091 (vsx_smin<mode>3): Likewise.
11092 (vsx_sqrt<mode>2): Likewise.
11093 (vsx_rsqrte<mode>2): Likewise.
11094 (vsx_tsqrt<mode>2_internal): Likewise.
11095 (vsx_fms<mode>4): Likewise.
11096 (vsx_nfma<mode>4): Likewise.
11097 (vsx_eq<mode>): Likewise.
11098 (vsx_gt<mode>): Likewise.
11099 (vsx_ge<mode>): Likewise.
11100 (vsx_eq<mode>_p): Likewise.
11101 (vsx_gt<mode>_p): Likewise.
11102 (vsx_ge<mode>_p): Likewise.
11103 (vsx_xxsel<mode>): Likewise.
11104 (vsx_xxsel<mode>_uns): Likewise.
11105 (vsx_copysign<mode>3): Likewise.
11106 (vsx_float<VSi><mode>2): Likewise.
11107 (vsx_floatuns<VSi><mode>2): Likewise.
11108 (vsx_fix_trunc<mode><VSi>2): Likewise.
11109 (vsx_fixuns_trunc<mode><VSi>2): Likewise.
11110 (vsx_x<VSv>r<VSs>i): Likewise.
11111 (vsx_x<VSv>r<VSs>ic): Likewise.
11112 (vsx_btrunc<mode>2): Likewise.
11113 (vsx_b2trunc<mode>2): Likewise.
11114 (vsx_floor<mode>2): Likewise.
11115 (vsx_ceil<mode>2): Likewise.
11116 (vsx_<VS_spdp_insn>): Likewise.
11117 (vsx_xscvspdp): Likewise.
11118 (vsx_xvcvspuxds): Likewise.
11119 (vsx_float_fix_<mode>2): Likewise.
11120 (vsx_set_<mode>): Likewise.
11121 (vsx_extract_<mode>_internal1): Likewise.
11122 (vsx_extract_<mode>_internal2): Likewise.
11123 (vsx_extract_<mode>_load): Likewise.
11124 (vsx_extract_<mode>_store): Likewise.
11125 (vsx_splat_<mode>): Likewise.
11126 (vsx_xxspltw_<mode>): Likewise.
11127 (vsx_xxspltw_<mode>_direct): Likewise.
11128 (vsx_xxmrghw_<mode>): Likewise.
11129 (vsx_xxmrglw_<mode>): Likewise.
11130 (vsx_xxsldwi_<mode>): Likewise.
11131 (vsx_xscvdpspn): Tighten constraints to only use register classes
11133 (vsx_xscvspdpn): Likewise.
11134 (vsx_xscvdpspn_scalar): Likewise.
11136 * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wh, wi,
11137 wj, and wk constraints.
11138 (GPR_REG_CLASS_P): New helper macro for register classes targeting
11139 general purpose registers.
11141 * config/rs6000/rs6000.md (f32_dm): Use wh constraint for SDmode
11143 (zero_extendsidi2_lfiwz): Use wj constraint for direct move of
11144 DImode instead of wm. Use wk constraint for direct move of DFmode
11146 (extendsidi2_lfiwax): Likewise.
11147 (lfiwax): Likewise.
11148 (lfiwzx): Likewise.
11149 (movdi_internal64): Likewise.
11151 * doc/md.texi (PowerPC and IBM RS6000): Document wh, wi, wj, and
11152 wk constraints. Make the wy constraint documentation match them
11155 2014-08-11 Mircea Namolaru <mircea.namolaru@inria.fr>
11157 Replacement of isl_int by isl_val
11158 * graphite-clast-to-gimple.c: include isl/val.h, isl/val_gmp.h
11159 (compute_bounds_for_param): use isl_val instead of isl_int
11160 (compute_bounds_for_loop): likewise
11161 * graphite-interchange.c: include isl/val.h, isl/val_gmp.h
11162 (build_linearized_memory_access): use isl_val instead of isl_int
11163 (pdr_stride_in_loop): likewise
11164 * graphite-optimize-isl.c:
11165 (getPrevectorMap): use isl_val instead of isl_int
11167 (pbb_number_of_iterations_at_time): use isl_val instead of isl_int
11168 graphite-sese-to-poly.c: include isl/val.h, isl/val_gmp.h
11169 (extern the_isl_ctx): declare
11170 (build_pbb_scattering_polyhedrons): use isl_val instead of isl_int
11171 (extract_affine_gmp): likewise
11173 (build_loop_iteration_domains): likewise
11174 (add_param_constraints): likewise
11176 2014-08-11 Richard Biener <rguenther@suse.de>
11178 PR tree-optimization/62075
11179 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Properly
11180 handle uses in patterns.
11182 2014-08-11 Alexander Ivchenko <alexander.ivchenko@intel.com>
11183 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
11184 Anna Tikhonova <anna.tikhonova@intel.com>
11185 Ilya Tocar <ilya.tocar@intel.com>
11186 Andrey Turetskiy <andrey.turetskiy@intel.com>
11187 Ilya Verbin <ilya.verbin@intel.com>
11188 Kirill Yukhin <kirill.yukhin@intel.com>
11189 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
11191 * common/config/i386/i386-common.c
11192 (OPTION_MASK_ISA_AVX512VL_SET): Define.
11193 (OPTION_MASK_ISA_AVX512F_UNSET): Update.
11194 (ix86_handle_option): Handle OPT_mavx512vl.
11195 * config/i386/cpuid.h (bit_AVX512VL): Define.
11196 * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512vl,
11197 set -mavx512vl accordingly.
11198 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
11199 OPTION_MASK_ISA_AVX512VL.
11200 * config/i386/i386.c (ix86_target_string): Handle -mavx512vl.
11201 (ix86_option_override_internal): Define PTA_AVX512VL, handle
11202 PTA_AVX512VL and OPTION_MASK_ISA_AVX512VL.
11203 (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512vl.
11204 * config/i386/i386.h (TARGET_AVX512VL): Define.
11205 (TARGET_AVX512VL_P(x)): Ditto.
11206 * config/i386/i386.opt: Add mavx512vl.
11208 2014-08-11 Felix Yang <fei.yang0953@gmail.com>
11210 PR tree-optimization/62073
11211 * tree-vect-loop.c (vect_is_simple_reduction_1): Check that DEF1 has
11214 2014-08-11 Alexander Ivchenko <alexander.ivchenko@intel.com>
11215 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
11216 Anna Tikhonova <anna.tikhonova@intel.com>
11217 Ilya Tocar <ilya.tocar@intel.com>
11218 Andrey Turetskiy <andrey.turetskiy@intel.com>
11219 Ilya Verbin <ilya.verbin@intel.com>
11220 Kirill Yukhin <kirill.yukhin@intel.com>
11221 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
11223 * common/config/i386/i386-common.c
11224 (OPTION_MASK_ISA_AVX512BW_SET) : Define.
11225 (OPTION_MASK_ISA_AVX512BW_UNSET): Ditto.
11226 (OPTION_MASK_ISA_AVX512VL_UNSET) : Ditto.
11227 (ix86_handle_option): Handle OPT_mavx512bw.
11228 * config/i386/cpuid.h (bit_AVX512BW): Define.
11229 * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512bw,
11230 set -mavx512bw accordingly.
11231 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
11232 OPTION_MASK_ISA_AVX512BW.
11233 * config/i386/i386.c (ix86_target_string): Handle -mavx512bw.
11234 (ix86_option_override_internal): Define PTA_AVX512BW, handle
11235 PTA_AVX512BW and OPTION_MASK_ISA_AVX512BW.
11236 (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512bw.
11237 * config/i386/i386.h (TARGET_AVX512BW): Define.
11238 (TARGET_AVX512BW_P(x)): Ditto.
11239 * config/i386/i386.opt: Add mavx512bw.
11241 2014-08-11 Richard Biener <rguenther@suse.de>
11243 PR tree-optimization/62070
11244 * tree-ssa-loop-manip.c (gimple_duplicate_loop_to_header_edge):
11245 Remove SSA checking.
11247 2014-08-11 Yury Gribov <y.gribov@samsung.com>
11249 * asan.c (asan_check_flags): New enum.
11250 (build_check_stmt_with_calls): Removed function.
11251 (build_check_stmt): Split inlining logic to
11252 asan_expand_check_ifn.
11253 (instrument_derefs): Rename parameter.
11254 (instrument_mem_region_access): Rename parameter.
11255 (instrument_strlen_call): Likewise.
11256 (asan_expand_check_ifn): New function.
11257 (asan_instrument): Remove old code.
11258 (pass_sanopt::execute): Change handling of
11259 asan-instrumentation-with-call-threshold.
11260 (asan_clear_shadow): Fix formatting.
11261 (asan_function_start): Likewise.
11262 (asan_emit_stack_protection): Likewise.
11263 * doc/invoke.texi (asan-instrumentation-with-call-threshold):
11264 Update description.
11265 * internal-fn.c (expand_ASAN_CHECK): New function.
11266 * internal-fn.def (ASAN_CHECK): New internal function.
11267 * params.def (PARAM_ASAN_INSTRUMENTATION_WITH_CALL_THRESHOLD):
11268 Update description.
11269 (PARAM_ASAN_USE_AFTER_RETURN): Likewise.
11270 * tree.c: Small comment fix.
11272 2014-08-11 Yury Gribov <y.gribov@samsung.com>
11274 * gimple.c (gimple_call_fnspec): Support internal functions.
11275 (gimple_call_return_flags): Use const.
11276 * Makefile.in (GTFILES): Add internal-fn.h to list of GC files.
11277 * internal-fn.def: Add fnspec information.
11278 * internal-fn.h (internal_fn_fnspec): New function.
11279 (init_internal_fns): Declare new function.
11280 * internal-fn.c (internal_fn_fnspec_array): New global variable.
11281 (init_internal_fns): New function.
11282 * tree-core.h: Update macro call.
11283 * tree.c (build_common_builtin_nodes): Initialize internal fns.
11285 2014-08-10 Gerald Pfeifer <gerald@pfeifer.com>
11287 * lto-streamer.h (struct output_block::symbol): Change from
11288 struct symtab_node to plain symtab_node.
11289 (referenced_from_this_partition_p): Change first parameter
11290 from struct symtab_node to plain symtab_node.
11292 2014-08-10 Marek Polacek <polacek@redhat.com>
11295 * gcc/doc/invoke.texi: Document -Wc90-c99-compat.
11297 2014-08-09 Jan Hubicka <hubicka@ucw.cz>
11299 * ipa-devirt.c (get_dynamic_type): Handle case when instance is in
11300 DECL correctly; do not give up on types in static storage.
11302 2014-08-09 Paolo Carlini <paolo.carlini@oracle.com>
11304 * doc/invoke.texi ([Wnarrowing]): Update for non-constants in C++11.
11306 2014-08-09 Roman Gareev <gareevroman@gmail.com>
11308 * graphite-isl-ast-to-gimple.c:
11309 (translate_isl_ast_node_user): Use nb_loops instead of loop->num + 1.
11311 * gcc.dg/graphite/isl-ast-gen-user-1.c: New testcase.
11313 2014-08-08 Guozhi Wei <carrot@google.com>
11315 * config/rs6000/rs6000.md (*movdi_internal64): Add a new constraint.
11317 2014-08-08 Cary Coutant <ccoutant@google.com>
11319 * dwarf2out.c (get_skeleton_type_unit): Remove.
11320 (output_skeleton_debug_sections): Remove skeleton type units.
11321 (output_comdat_type_unit): Likewise.
11322 (dwarf2out_finish): Likewise.
11324 2014-08-07 Yi Yang <ahyangyi@google.com>
11326 * predict.c (expr_expected_value_1): Remove the redundant assignment.
11328 2014-08-08 Richard Biener <rguenther@suse.de>
11330 * lto-streamer.h (struct lto_input_block): Make it a class
11331 with a constructor.
11332 (LTO_INIT_INPUT_BLOCK, LTO_INIT_INPUT_BLOCK_PTR): Remove.
11333 (struct lto_function_header, struct lto_simple_header,
11334 struct lto_simple_header_with_strings,
11335 struct lto_decl_header, struct lto_function_header): Make
11336 a simple inheritance hieararchy. Remove unused fields.
11337 (struct lto_asm_header): Remove.
11338 * lto-streamer-out.c (produce_asm): Adjust.
11339 (lto_output_toplevel_asms): Likewise.
11340 (produce_asm_for_decls): Likewise.
11341 * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
11342 * data-streamer-in.c (string_for_index): Likewise.
11343 * ipa-inline-analysis.c (inline_read_section): Likewise.
11344 * ipa-prop.c (ipa_prop_read_section): Likewise.
11345 (read_replacements_section): Likewise.
11346 * lto-cgraph.c (input_cgraph_opt_section): Likewise.
11347 * lto-section-in.c (lto_create_simple_input_block): Likewise.
11348 (lto_destroy_simple_input_block): Likewise.
11349 * lto-streamer-in.c (lto_read_body_or_constructor): Likewise.
11350 (lto_input_toplevel_asms): Likewise.
11352 2014-08-08 Alexander Ivchenko <alexander.ivchenko@intel.com>
11353 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
11354 Anna Tikhonova <anna.tikhonova@intel.com>
11355 Ilya Tocar <ilya.tocar@intel.com>
11356 Andrey Turetskiy <andrey.turetskiy@intel.com>
11357 Ilya Verbin <ilya.verbin@intel.com>
11358 Kirill Yukhin <kirill.yukhin@intel.com>
11359 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
11361 * common/config/i386/i386-common.c
11362 (OPTION_MASK_ISA_AVX512DQ_SET): Define.
11363 (OPTION_MASK_ISA_AVX512DQ_UNSET): Ditto.
11364 (ix86_handle_option): Handle OPT_mavx512dq.
11365 * config/i386/cpuid.h (bit_AVX512DQ): Define.
11366 * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512dq,
11367 set -mavx512dq accordingly.
11368 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
11369 OPTION_MASK_ISA_AVX512DQ.
11370 * config/i386/i386.c (ix86_target_string): Handle -mavx512dq.
11371 (ix86_option_override_internal): Define PTA_AVX512DQ, handle
11372 PTA_AVX512DQ and OPTION_MASK_ISA_AVX512DQ.
11373 (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512dq.
11374 * config/i386/i386.h (TARGET_AVX512DQ): Define.
11375 (TARGET_AVX512DQ_P(x)): Ditto.
11376 * config/i386/i386.opt: Add mavx512dq.
11378 2014-08-08 Richard Biener <rguenther@suse.de>
11380 * builtins.c (c_getstr, readonly_data_expr, init_target_chars,
11381 target_percent, target_percent_s): Export.
11382 (var_decl_component_p, fold_builtin_memory_op, fold_builtin_memset,
11383 fold_builtin_bzero, fold_builtin_strcpy, fold_builtin_strncpy,
11384 fold_builtin_strcat, fold_builtin_fputs, fold_builtin_memory_chk,
11385 fold_builtin_stxcpy_chk, fold_builtin_stxncpy_chk,
11386 fold_builtin_sprintf_chk_1, fold_builtin_snprintf_chk_1):
11387 Move to gimple-fold.c.
11388 (fold_builtin_2): Remove handling of bzero, fputs, fputs_unlocked,
11390 (fold_builtin_3): Remove handling of memset, bcopy, memcpy,
11391 mempcpy, memmove, strncpy, strcpy_chk and stpcpy_chk.
11392 (fold_builtin_4): Remove handling of memcpy_chk, mempcpy_chk,
11393 memmove_chk, memset_chk, strncpy_chk and stpncpy_chk.
11394 (rewrite_call_expr_array): Remove.
11395 (fold_builtin_sprintf_chk): Likewise.
11396 (fold_builtin_snprintf_chk): Likewise.
11397 (fold_builtin_varargs): Remove handling of sprintf_chk,
11398 vsprintf_chk, snprintf_chk and vsnprintf_chk.
11399 (gimple_fold_builtin_sprintf_chk): Remove.
11400 (gimple_fold_builtin_snprintf_chk): Likewise.
11401 (gimple_fold_builtin_varargs): Likewise.
11402 (fold_call_stmt): Do not call gimple_fold_builtin_varargs.
11403 * predict.c (optimize_bb_for_size_p): Handle NULL bb.
11404 * gimple.c (gimple_seq_add_seq_without_update): New function.
11405 * gimple.h (gimple_seq_add_seq_without_update): Declare.
11406 * gimple-fold.c: Include output.h.
11407 (gsi_replace_with_seq_vops): New function, split out from ...
11408 (gimplify_and_update_call_from_tree): ... here.
11409 (replace_call_with_value): New function.
11410 (replace_call_with_call_and_fold): Likewise.
11411 (var_decl_component_p): Moved from builtins.c.
11412 (gimple_fold_builtin_memory_op): Moved from builtins.c
11413 fold_builtin_memory_op and rewritten to GIMPLE.
11414 (gimple_fold_builtin_memset): Likewise.
11415 (gimple_fold_builtin_strcpy): Likewise.
11416 (gimple_fold_builtin_strncpy): Likewise.
11417 (gimple_fold_builtin_strcat): Likewise.
11418 (gimple_fold_builtin_fputs): Likewise.
11419 (gimple_fold_builtin_memory_chk): Likewise.
11420 (gimple_fold_builtin_stxcpy_chk): Likewise.
11421 (gimple_fold_builtin_stxncpy_chk): Likewise.
11422 (gimple_fold_builtin_snprintf_chk): Likewise.
11423 (gimple_fold_builtin_sprintf_chk): Likewise.
11424 (gimple_fold_builtin_strlen): New function.
11425 (gimple_fold_builtin_with_strlen): New function split out from
11426 gimple_fold_builtin.
11427 (gimple_fold_builtin): Change signature and handle
11428 bzero, memset, bcopy, memcpy, mempcpy and memmove folding
11429 here. Call gimple_fold_builtin_with_strlen.
11430 (gimple_fold_call): Adjust.
11432 2014-08-08 Kugan Vivekanandarajah <kuganv@linaro.org>
11434 * calls.c (precompute_arguments): Check
11435 promoted_for_signed_and_unsigned_p and set the promoted mode.
11436 (promoted_for_signed_and_unsigned_p): New function.
11437 (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
11438 and set the promoted mode.
11439 * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
11440 * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
11441 SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
11444 2014-08-08 Kugan Vivekanandarajah <kuganv@linaro.org>
11446 * calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET
11447 instead of SUBREG_PROMOTED_UNSIGNED_SET.
11448 (expand_call): Likewise.
11449 * cfgexpand.c (expand_gimple_stmt_1): Use SUBREG_PROMOTED_SIGN
11450 to get promoted mode.
11451 * combine.c (record_promoted_value): Skip > 0 comparison with
11452 SUBREG_PROMOTED_UNSIGNED_P as it now returns only 0 or 1.
11453 * expr.c (convert_move): Use SUBREG_CHECK_PROMOTED_SIGN instead
11454 of SUBREG_PROMOTED_UNSIGNED_P.
11455 (convert_modes): Likewise.
11456 (store_expr): Use SUBREG_PROMOTED_SIGN to get promoted mode.
11457 Use SUBREG_CHECK_PROMOTED_SIGN instead of SUBREG_PROMOTED_UNSIGNED_P.
11458 (expand_expr_real_1): Use new SUBREG_PROMOTED_SET instead of
11459 SUBREG_PROMOTED_UNSIGNED_SET.
11460 * function.c (assign_parm_setup_reg): Use new SUBREG_PROMOTED_SET
11461 instead of SUBREG_PROMOTED_UNSIGNED_SET.
11462 * ifcvt.c (noce_emit_cmove): Updated to use SUBREG_PROMOTED_GET and
11463 SUBREG_PROMOTED_SET.
11464 * internal-fn.c (ubsan_expand_si_overflow_mul_check): Use
11465 SUBREG_PROMOTED_SET instead of SUBREG_PROMOTED_UNSIGNED_SET.
11466 * optabs.c (widen_operand): Use SUBREG_CHECK_PROMOTED_SIGN instead
11467 of SUBREG_PROMOTED_UNSIGNED_P.
11468 * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Remove.
11469 (SUBREG_PROMOTED_SET): New define.
11470 (SUBREG_PROMOTED_GET): Likewise.
11471 (SUBREG_PROMOTED_SIGN): Likewise.
11472 (SUBREG_PROMOTED_SIGNED_P): Likewise.
11473 (SUBREG_CHECK_PROMOTED_SIGN): Likewise.
11474 (SUBREG_PROMOTED_UNSIGNED_P): Updated.
11475 * rtlanal.c (unsigned_reg_p): Use new SUBREG_PROMOTED_GET
11476 instead of SUBREG_PROMOTED_UNSIGNED_GET.
11477 (nonzero_bits1): Skip > 0 comparison with the results as
11478 SUBREG_PROMOTED_UNSIGNED_P now returns only 0 or 1.
11479 (num_sign_bit_copies1): Use SUBREG_PROMOTED_SIGNED_P instead
11480 of !SUBREG_PROMOTED_UNSIGNED_P.
11481 * simplify-rtx.c (simplify_unary_operation_1): Use new
11482 SUBREG_PROMOTED_SIGNED_P instead of !SUBREG_PROMOTED_UNSIGNED_P.
11483 (simplify_subreg): Use new SUBREG_PROMOTED_SIGNED_P,
11484 SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_SET instead of
11485 SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_UNSIGNED_SET.
11487 2014-08-07 Jan Hubicka <hubicka@ucw.cz>
11489 * ipa-devirt.c: Include gimple-pretty-print.h
11490 (referenced_from_vtable_p): Exclude DECL_EXTERNAL from
11492 (decl_maybe_in_construction_p): Fix conditional on cdtor check
11493 (get_polymorphic_call_info): Fix return value
11494 (type_change_info): New sturcture based on ipa-prop
11496 (noncall_stmt_may_be_vtbl_ptr_store): New predicate
11497 based on ipa-prop variant.
11498 (extr_type_from_vtbl_ptr_store): New function
11499 based on ipa-prop variant.
11500 (record_known_type): New function.
11501 (check_stmt_for_type_change): New function.
11502 (get_dynamic_type): New function.
11503 * ipa-prop.c (ipa_analyze_call_uses): Use get_dynamic_type.
11504 * tree-ssa-pre.c: ipa-utils.h
11505 (eliminate_dom_walker::before_dom_children): Use ipa-devirt
11506 machinery; sanity check with ipa-prop devirtualization.
11507 * trans-mem.c (ipa_tm_insert_gettmclone_call): Clear
11510 2014-08-07 Trevor Saunders <tsaunders@mozilla.com>
11512 * Makefile.in: Remove references to pointer-set.c and pointer-set.h.
11513 * alias.c, cfgexpand.c, cgraphbuild.c,
11514 config/aarch64/aarch64-builtins.c, config/aarch64/aarch64.c,
11515 config/alpha/alpha.c, config/darwin.c, config/i386/i386.c,
11516 config/i386/winnt.c, config/ia64/ia64.c, config/m32c/m32c.c,
11517 config/mep/mep.c, config/mips/mips.c, config/rs6000/rs6000.c,
11518 config/s390/s390.c, config/sh/sh.c, config/sparc/sparc.c,
11519 config/spu/spu.c, config/stormy16/stormy16.c, config/tilegx/tilegx.c,
11520 config/tilepro/tilepro.c, config/xtensa/xtensa.c, dominance.c,
11521 dse.c, except.c, gengtype.c, gimple-expr.c,
11522 gimple-ssa-strength-reduction.c, gimplify.c, ifcvt.c,
11523 ipa-visibility.c, lto-streamer.h, omp-low.c, predict.c, stmt.c,
11524 tree-affine.c, tree-cfg.c, tree-eh.c, tree-inline.c, tree-nested.c,
11525 tree-scalar-evolution.c, tree-ssa-loop-im.c, tree-ssa-loop-niter.c,
11526 tree-ssa-phiopt.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
11527 tree-ssa.c, tree.c, var-tracking.c, varpool.c: Remove includes of
11529 * pointer-set.c: Remove file.
11530 * pointer-set.h: Remove file.
11532 2014-08-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11534 * config/arm/arm.md (*cmov<mode>): Set type attribute to fcsel.
11535 * config/arm/types.md (f_sels, f_seld): Delete.
11537 2014-08-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11539 * config/aarch64/aarch64.md (absdi2): Set simd attribute.
11540 (aarch64_reload_mov<mode>): Predicate on TARGET_FLOAT.
11541 (aarch64_movdi_<mode>high): Likewise.
11542 (aarch64_mov<mode>high_di): Likewise.
11543 (aarch64_movdi_<mode>low): Likewise.
11544 (aarch64_mov<mode>low_di): Likewise.
11545 (aarch64_movtilow_tilow): Likewise.
11546 Add comment explaining usage of fp,simd attributes and of
11547 TARGET_FLOAT and TARGET_SIMD.
11549 2014-08-07 Ian Bolton <ian.bolton@arm.com>
11550 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11552 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate):
11553 Use MOVN when one of the half-words is 0xffff.
11555 2014-08-07 Marat Zakirov <m.zakirov@samsung.com>
11557 * config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn.
11559 2014-08-07 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
11561 * haifa-sched.c (SCHED_SORT): Delete. Macro used exactly once.
11562 (enum rfs_decition:RFS_*): New constants wrapped in an enum.
11563 (rfs_str): String corresponding to RFS_* constants.
11564 (rank_for_schedule_stats_t): New typedef.
11565 (rank_for_schedule_stats): New static variable.
11566 (rfs_result): New static function.
11567 (rank_for_schedule): Track statistics for deciding heuristics.
11568 (rank_for_schedule_stats_diff, print_rank_for_schedule_stats): New
11570 (ready_sort): Use them for debug printouts.
11571 (schedule_block): Init statistics state. Print statistics on
11572 rank_for_schedule decisions.
11574 2014-08-07 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
11576 * haifa-sched.c (rank_for_schedule): Fix INSN_TICK-based heuristics.
11578 2014-08-07 Ilya Tocar <ilya.tocar@intel.com>
11580 * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): Fix
11583 2014-08-07 Trevor Saunders <tsaunders@mozilla.com>
11585 * hash-map.h (default_hashmap_traits): Adjust overloads of hash
11586 function to not conflict.
11587 * alias.c, cfgexpand.c, dse.c, except.h, gimple-expr.c,
11588 gimple-ssa-strength-reduction.c, gimple-ssa.h, ifcvt.c,
11589 lto-streamer-out.c, lto-streamer.h, tree-affine.c, tree-affine.h,
11590 tree-predcom.c, tree-scalar-evolution.c, tree-ssa-loop-im.c,
11591 tree-ssa-loop-niter.c, tree-ssa.c, value-prof.c: Use hash_map instead
11594 2014-08-07 Marek Polacek <polacek@redhat.com>
11596 * fold-const.c (fold_binary_loc): Add folding of
11597 (PTR0 - (PTR1 p+ A) -> (PTR0 - PTR1) - A.
11599 2013-08-07 Ilya Enkovich <ilya.enkovich@intel.com>
11601 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use decl size
11602 instead of type size.
11603 (ASM_FINISH_DECLARE_OBJECT): Likewise.
11605 2014-08-07 Marat Zakirov <m.zakirov@samsung.com>
11607 * config/arm/thumb1.md (*thumb1_movhi_insn): Handle stack pointer.
11608 (*thumb1_movqi_insn): Likewise.
11609 * config/arm/thumb2.md (*thumb2_movhi_insn): Likewise.
11611 2014-08-07 Tom de Vries <tom@codesourcery.com>
11613 * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
11614 (glibc_2_11_or_earlier): Remove effective-target keywords.
11616 2014-08-07 Kugan Vivekanandarajah <kuganv@linaro.org>
11618 * config/arm/arm.c (bdesc_2arg): Fix typo.
11619 (arm_atomic_assign_expand_fenv): Remove The default implementation.
11621 2014-08-07 Zhenqiang Chen <zhenqiang.chen@arm.com>
11623 * tree-ssa-loop-ivopts.c (get_address_cost): Try aligned offset.
11625 2014-08-06 Vladimir Makarov <vmakarov@redhat.com>
11628 * haifa-sched.c (advance_one_cycle): Fix dump.
11629 (schedule_block): Don't advance cycle if we are already at the
11630 beginning of the cycle.
11632 2014-08-06 Martin Jambor <mjambor@suse.cz>
11635 * cgraphclones.c (cgraph_node::create_clone): Also copy tm_clone.
11637 2014-08-06 Richard Biener <rguenther@suse.de>
11640 * lto-streamer-in.c (lto_input_tree_1): Assert we do not read
11642 (lto_input_tree): Pop SCCs here.
11644 2014-08-06 Richard Biener <rguenther@suse.de>
11646 PR tree-optimization/61320
11647 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Properly
11648 handle misaligned loads.
11650 2014-08-06 Alan Lawrence <alan.lawrence@arm.com>
11652 * config/aarch64/aarch64.c (aarch64_evpc_dup): Enable for bigendian.
11653 (aarch64_expand_vec_perm_const): Check for dup before zip.
11655 2014-08-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11657 * config/aarch64/aarch64.c (aarch64_classify_address): Use REG_P and
11658 CONST_INT_P instead of GET_CODE and compare.
11659 (aarch64_select_cc_mode): Likewise.
11660 (aarch64_print_operand): Likewise.
11661 (aarch64_rtx_costs): Likewise.
11662 (aarch64_simd_valid_immediate): Likewise.
11663 (aarch64_simd_check_vect_par_cnst_half): Likewise.
11664 (aarch64_simd_emit_pair_result_insn): Likewise.
11666 2014-08-05 David Malcolm <dmalcolm@redhat.com>
11668 * gdbhooks.py (find_gcc_source_dir): New helper function.
11669 (class PassNames): New class, locating and parsing passes.def.
11670 (class BreakOnPass): New command "break-on-pass".
11672 2014-08-05 Trevor Saunders <tsaunders@mozilla.com>
11674 * tree-ssa.c (redirect_edge_var_map_dup): insert newe before
11677 2014-08-05 Richard Biener <rguenther@suse.de>
11679 PR rtl-optimization/61672
11680 * emit-rtl.h (mem_attrs_eq_p): Declare.
11681 * emit-rtl.c (mem_attrs_eq_p): Export. Handle NULL mem-attrs.
11682 * cse.c (exp_equiv_p): Use mem_attrs_eq_p.
11683 * cfgcleanup.c (merge_memattrs): Likewise.
11684 Include emit-rtl.h.
11686 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11688 * config/aarch64/arm_neon.h (vqdmlals_lane_s32): Use scalar types
11689 rather than singleton vectors.
11690 (vqdmlsls_lane_s32): Likewise.
11692 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11694 * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_laneq<mode>):
11695 Use VSDQ_HSI mode iterator.
11696 (aarch64_sqrdmulh_laneq<mode>): Likewise.
11697 (aarch64_sq<r>dmulh_laneq<mode>_internal): New define_insn.
11698 * config/aarch64/aarch64-simd-builtins.def (sqdmulh_laneq):
11699 Use BUILTIN_VDQHS macro.
11700 (sqrdmulh_laneq): Likewise.
11701 * config/aarch64/arm_neon.h (vqdmlalh_laneq_s16): New intrinsic.
11702 (vqdmlals_laneq_s32): Likewise.
11703 (vqdmlslh_laneq_s16): Likewise.
11704 (vqdmlsls_laneq_s32): Likewise.
11705 (vqdmulhh_laneq_s16): Likewise.
11706 (vqdmulhs_laneq_s32): Likewise.
11707 (vqrdmulhh_laneq_s16): Likewise.
11708 (vqrdmulhs_laneq_s32): Likewise.
11710 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11712 * config/aarch64/arm_neon.h (vmul_f64): New intrinsic.
11713 (vmuld_laneq_f64): Likewise.
11714 (vmuls_laneq_f32): Likewise.
11715 (vmul_n_f64): Likewise.
11716 (vmuld_lane_f64): Reimplement in C.
11717 (vmuls_lane_f32): Likewise.
11719 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11721 * config/arm/cortex-a15.md (cortex_a15_alu_shift): Add crc type
11723 * config/arm/cortex-a53.md (cortex_a53_alu_shift): Likewise.
11725 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11727 * config/arm/arm.md (clzsi2): Set predicable_short_it attr to no.
11728 (rbitsi2): Likewise.
11729 (*arm_rev): Set predicable and predicable_short_it attributes.
11731 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11733 * convert.c (convert_to_integer): Guard transformation to lrint by
11736 2014-08-05 James Greenhalgh <james.greenhalgh@arm.com>
11738 * config/aarch64/aarch64-builtins.c
11739 (aarch64_simd_builtin_type_mode): Delete.
11740 (v8qi_UP): Remap to V8QImode.
11741 (v4hi_UP): Remap to V4HImode.
11742 (v2si_UP): Remap to V2SImode.
11743 (v2sf_UP): Remap to V2SFmode.
11744 (v1df_UP): Remap to V1DFmode.
11745 (di_UP): Remap to DImode.
11746 (df_UP): Remap to DFmode.
11747 (v16qi_UP):V16QImode.
11748 (v8hi_UP): Remap to V8HImode.
11749 (v4si_UP): Remap to V4SImode.
11750 (v4sf_UP): Remap to V4SFmode.
11751 (v2di_UP): Remap to V2DImode.
11752 (v2df_UP): Remap to V2DFmode.
11753 (ti_UP): Remap to TImode.
11754 (ei_UP): Remap to EImode.
11755 (oi_UP): Remap to OImode.
11756 (ci_UP): Map to CImode.
11757 (xi_UP): Remap to XImode.
11758 (si_UP): Remap to SImode.
11759 (sf_UP): Remap to SFmode.
11760 (hi_UP): Remap to HImode.
11761 (qi_UP): Remap to QImode.
11762 (aarch64_simd_builtin_datum): Make mode a machine_mode.
11763 (VAR1): Build builtin name.
11764 (aarch64_init_simd_builtins): Remove dead code.
11766 2014-08-05 Roman Gareev <gareevroman@gmail.com>
11768 * graphite-isl-ast-to-gimple.c:
11769 (set_options): New function.
11770 (scop_to_isl_ast): Add calling of set_options.
11772 2014-08-05 Jakub Jelinek <jakub@redhat.com>
11774 * loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
11775 (analyze_iv_to_split_insn): Don't initialize them.
11776 (get_ivts_expr): Removed.
11777 (allocate_basic_variable, insert_base_initialization): Use
11778 SET_SRC instead of *get_ivts_expr.
11779 (split_iv): Use &SET_SRC instead of get_ivts_expr.
11781 2014-08-05 Roman Gareev <gareevroman@gmail.com>
11783 * graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.
11784 (translate_isl_ast_for_loop): Add checking of the
11785 flag_loop_parallelize_all.
11786 (ast_build_before_for): New function.
11787 (scop_to_isl_ast): Add checking of the
11788 flag_loop_parallelize_all.
11789 * graphite-dependences.c: Move the defenition of the
11790 scop_get_dependences from graphite-optimize-isl.c to this file.
11791 (apply_schedule_on_deps): Add checking of the ux's emptiness.
11792 (carries_deps): Add checking of the x's value.
11793 * graphite-optimize-isl.c: Move the defenition of the
11794 scop_get_dependences to graphite-dependences.c.
11795 * graphite-poly.h: Add declarations of scop_get_dependences
11798 2014-08-04 Rohit <rohitarulraj@freescale.com>
11801 * config/rs6000/rs6000.c (rs6000_reg_names): Add SPE high register
11803 (alt_reg_names): Likewise.
11804 (rs6000_dwarf_register_span): For SPE high registers, replace
11805 dwarf register numbers with GCC hard register numbers.
11806 (rs6000_init_dwarf_reg_sizes_extra): Likewise.
11807 (rs6000_dbx_register_number): For SPE high registers, return dwarf
11808 register number for the corresponding GCC hard register number.
11809 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Update based on 32
11810 newly added GCC hard register numbers for SPE high registers.
11811 (DWARF_FRAME_REGISTERS): Likewise.
11812 (DWARF_REG_TO_UNWIND_COLUMN): Likewise.
11813 (DWARF_FRAME_REGNUM): Likewise.
11814 (FIXED_REGISTERS): Likewise.
11815 (CALL_USED_REGISTERS): Likewise.
11816 (CALL_REALLY_USED_REGISTERS): Likewise.
11817 (REG_ALLOC_ORDER): Likewise.
11818 (enum reg_class): Likewise.
11819 (REG_CLASS_NAMES): Likewise.
11820 (REG_CLASS_CONTENTS): Likewise.
11821 (SPE_HIGH_REGNO_P): New macro to identify SPE high registers.
11823 2014-08-04 Richard Biener <rguenther@suse.de>
11825 * gimple-fold.h (gimple_fold_builtin): Remove.
11826 * gimple-fold.c (gimple_fold_builtin): Make static.
11827 * tree-ssa-ccp.c (pass_fold_builtins::execute): Use
11828 fold_stmt, not gimple_fold_builtin.
11830 2014-08-04 Martin Liska <mliska@suse.cz>
11832 * cgraph.h (csi_end_p): Removed.
11833 (csi_next): Likewise.
11834 (csi_node): Likewise.
11835 (csi_start): Likewise.
11836 (cgraph_node_in_set_p): Likewise.
11837 (cgraph_node_set_size): Likewise.
11838 (vsi_end_p): Likewise.
11839 (vsi_next): Likewise.
11840 (vsi_node): Likewise.
11841 (vsi_start): Likewise.
11842 (varpool_node_set_size): Likewise.
11843 (cgraph_node_set_nonempty_p): Likewise.
11844 (varpool_node_set_nonempty_p): Likewise.
11845 * cgraphunit.c (cgraph_process_new_functions): vec replaces
11847 * ipa-inline-transform.c: Likewise.
11848 * ipa-utils.c (cgraph_node_set_new): Removed.
11849 (cgraph_node_set_add): Likewise.
11850 (cgraph_node_set_remove): Likewise.
11851 (cgraph_node_set_find): Likewise.
11852 (dump_cgraph_node_set): Likewise.
11853 (debug_cgraph_node_set): Likewise.
11854 (free_cgraph_node_set): Likewise.
11855 (varpool_node_set_new): Likewise.
11856 (varpool_node_set_add): Likewise.
11857 (varpool_node_set_remove): Likewise.
11858 (varpool_node_set_find): Likewise.
11859 (dump_varpool_node_set): Likewise.
11860 (free_varpool_node_set): Likewise.
11861 (debug_varpool_node_set): Likewise.
11862 * tree-emutls.c (struct tls_var_data):
11863 (emutls_index): Removed.
11864 (emutls_decl): Likewise.
11865 (gen_emutls_addr): Function implementation uses newly added
11866 hash_map<varpool_node *, tls_var_data>.
11867 (clear_access_vars): Likewise.
11868 (create_emultls_var): Likewise.
11869 (ipa_lower_emutls): Likewise.
11870 (reset_access): New function.
11872 2014-08-04 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
11874 * config/i386/i386.c (ix86_option_override_internal): Add
11875 PTA_RDRND and PTA_MOVBE for bdver4.
11877 2014-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11878 James Greenhalgh <james.greenhalgh@arm.com>
11880 * doc/md.texi (clrsb): Document.
11881 (clz): Change reference to x into operand 1.
11883 (popcount): Likewise.
11885 2014-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11888 * gcc/optabs.c (expand_atomic_test_and_set): Do not try to emit
11889 move to subtarget in serial version if result is ignored.
11891 2014-08-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11892 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11894 * sched-deps.c (try_group_insn): Generalise macro fusion hook usage
11895 to any two insns. Update comment. Rename to sched_macro_fuse_insns.
11896 (sched_analyze_insn): Update use of try_group_insn to
11897 sched_macro_fuse_insns.
11898 * config/i386/i386.c (ix86_macro_fusion_pair_p): Reject 2nd
11899 arguments that are not conditional jumps.
11901 2014-08-04 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
11903 * config/i386/driver-i386.c (host_detect_local_cpu): Handle AMD's extended
11904 family information. Handle BTVER2 cpu with cpuid family value.
11906 2014-08-04 Tom de Vries <tom@codesourcery.com>
11908 * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
11909 (glibc_2_11_or_earlier): Document effective-target keywords.
11911 2014-08-01 Jan Hubicka <hubicka@ucw.cz>
11913 * ipa-devirt.c (odr_type_warn_count): Add type.
11914 (possible_polymorphic_call_targets): Set it.
11915 (ipa_devirt): Use it.
11917 2014-08-01 Jan Hubicka <hubicka@ucw.cz>
11919 * doc/invoke.texi (Wsuggest-final-types, Wsuggest-final-methods):
11921 * ipa-devirt.c: Include hash-map.h
11922 (struct polymorphic_call_target_d): Add type_warning and decl_warning.
11923 (clear_speculation): Break out of ...
11924 (get_class_context): ... here; speed up handling obviously useless
11926 (odr_type_warn_count, decl_warn_count): New structures.
11927 (final_warning_record): New structure.
11928 (final_warning_records): New static variable.
11929 (possible_polymorphic_call_targets): Cleanup handling of
11930 speculative info; do not build speculation when user do not care;
11931 record info about warnings when asked for.
11932 (add_decl_warning): New function.
11933 (type_warning_cmp): New function.
11934 (decl_warning_cmp): New function.
11935 (ipa_devirt): Handle -Wsuggest-final-methods and -Wsuggest-final-types.
11936 (gate): Enable pass when warnings are requested.
11937 * common.opt (Wsuggest-final-types, Wsuggest-final-methods): New
11940 2014-08-02 Trevor Saunders <tsaunders@mozilla.com>
11942 * hash-map.h (default_hashmap_traits::mark_key_deleted):
11944 (hash_map::remove): New method.
11945 (hash_map::traverse): New method.
11946 * cgraph.h, except.c, except.h, gimple-ssa-strength-reduction.c,
11947 ipa-utils.c, lto-cgraph.c, lto-streamer.h, omp-low.c, predict.c,
11948 tree-cfg.c, tree-cfgcleanup.c, tree-eh.c, tree-eh.h, tree-inline.c,
11949 tree-inline.h, tree-nested.c, tree-sra.c, tree-ssa-loop-im.c,
11950 tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-structalias.c,
11951 tree-ssa.c, tree-ssa.h, var-tracking.c: Use hash_map instead of
11954 2014-08-02 Trevor Saunders <tsaunders@mozilla.com>
11956 * hash-set.h: new File.
11957 * cfgexpand.c, cfgloop.c, cgraph.c, cgraphbuild.c, cgraphunit.c,
11958 cprop.c, cse.c, gimple-walk.c, gimple-walk.h, gimplify.c, godump.c,
11959 ipa-devirt.c, ipa-pure-const.c, ipa-visibility.c, ipa.c, lto-cgraph.c,
11960 lto-streamer-out.c, stmt.c, tree-cfg.c, tree-core.h, tree-eh.c,
11961 tree-inline.c, tree-inline.h, tree-nested.c, tree-pretty-print.c,
11962 tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-threadedge.c,
11963 tree-ssa-uninit.c, tree.c, tree.h, value-prof.c, varasm.c,
11964 varpool.c: Use hash_set instead of pointer_set.
11966 2014-08-01 Alan Lawrence <alan.lawrence@arm.com>
11968 * config/aarch64/aarch64-simd-builtins.def (dup_lane, get_lane): Delete.
11970 2014-08-01 Jiong Wang <jiong.wang@arm.com>
11972 * config/aarch64/aarch64.c (aarch64_classify_address): Accept all offset
11973 for frame access when strict_p is false.
11975 2014-08-01 Renlin Li <renlin.li@arm.com>
11976 2014-08-01 Jiong Wang <jiong.wang@arm.com>
11978 * config/aarch64/aarch64.c (offset_7bit_signed_scaled_p): Rename to
11979 aarch64_offset_7bit_signed_scaled_p, remove static and use it.
11980 * config/aarch64/aarch64-protos.h (aarch64_offset_7bit_signed_scaled_p):
11982 * config/aarch64/predicates.md (aarch64_mem_pair_offset): Define new
11984 * config/aarch64/aarch64.md (loadwb_pair, storewb_pair): Use
11985 aarch64_mem_pair_offset.
11987 2014-08-01 Jiong Wang <jiong.wang@arm.com>
11989 * config/aarch64/aarch64.md (loadwb_pair<GPI:mode>_<P:mode>): Fix
11991 (loadwb_pair<GPI:mode>_<P:mode>): Likewise.
11992 * config/aarch64/aarch64.c (aarch64_gen_loadwb_pair): Likewise.
11994 2014-08-01 Matthew Fortune <matthew.fortune@imgtec.com>
11996 * config/mips/mips.h (REGISTER_PREFIX): Define macro.
11998 2014-08-01 James Greenhalgh <james.greenhalgh@arm.com>
12000 PR regression/61510
12001 * cgraphunit.c (analyze_functions): Use get_create rather than get
12002 for decls which are clones of abstract functions.
12004 2014-08-01 Martin Liska <mliska@suse.cz>
12006 * gimple-iterator.h (gsi_next_nonvirtual_phi): New function.
12007 * ipa-prop.h (count_formal_params): Global function created from static.
12008 * ipa-prop.c (count_formal_params): Likewise.
12009 * ipa-utils.c (ipa_merge_profiles): Be more tolerant if we merge
12010 profiles for semantically equivalent functions.
12011 * passes.c (do_per_function): If we load body of a function
12012 during WPA, this condition should behave same.
12013 * varpool.c (ctor_for_folding): More tolerant assert for variable
12014 aliases created during WPA.
12016 2014-08-01 Martin Liska <mliska@suse.cz>
12018 * doc/invoke.texi (Options That Control Optimization): Documentation
12019 for -foptimize-strlen introduced. Optimization levels default options
12022 2014-08-01 Jakub Jelinek <jakub@redhat.com>
12024 * opts.c (common_handle_option): Handle -fsanitize=alignment.
12025 * ubsan.h (enum ubsan_null_ckind): Add UBSAN_CTOR_CALL.
12026 (ubsan_expand_bounds_ifn, ubsan_expand_null_ifn): Change return
12028 * stor-layout.h (min_align_of_type): New prototype.
12029 * asan.c (pass_sanopt::execute): Don't perform gsi_next if
12030 ubsan_expand* told us not to do it. Remove the extra gsi_end_p
12032 * ubsan.c: Include builtins.h.
12033 (ubsan_expand_bounds_ifn): Change return type to bool,
12034 always return true.
12035 (ubsan_expand_null_ifn): Change return type to bool, change
12036 argument to gimple_stmt_iterator *. Handle both null and alignment
12037 sanitization, take type from ckind argument's type rather than
12039 (instrument_member_call): Removed.
12040 (instrument_mem_ref): Remove t argument, add mem and base arguments.
12041 Handle both null and alignment sanitization, don't say whole
12042 struct access is member access. Build 3 argument IFN_UBSAN_NULL
12043 call instead of 2 argument.
12044 (instrument_null): Adjust instrument_mem_ref caller. Don't
12045 instrument calls here.
12046 (pass_ubsan::gate, pass_ubsan::execute): Handle SANITIZE_ALIGNMENT
12047 like SANITIZE_NULL.
12048 * stor-layout.c (min_align_of_type): New function.
12049 * flag-types.h (enum sanitize_code): Add SANITIZE_ALIGNMENT.
12050 Or it into SANITIZE_UNDEFINED.
12051 * doc/invoke.texi (-fsanitize=alignment): Document.
12053 2014-07-31 Andi Kleen <ak@linux.intel.com>
12055 * tree-ssa-tail-merge.c (same_succ_hash): Convert to inchash.
12057 2014-07-31 Andi Kleen <ak@linux.intel.com>
12059 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Convert to
12061 (vn_reference_compute_hash): Dito.
12062 (vn_nary_op_compute_hash): Dito.
12063 (vn_phi_compute_hash): Dito.
12064 * tree-ssa-sccvn.h (vn_hash_constant_with_type): Dito.
12066 2014-07-31 Andi Kleen <ak@linux.intel.com>
12068 * tree-ssa-dom.c (iterative_hash_exprs_commutative):
12069 Rename to inchash:add_expr_commutative. Convert to inchash.
12070 (iterative_hash_hashable_expr): Rename to
12071 inchash:add_hashable_expr. Convert to inchash.
12072 (avail_expr_hash): Dito.
12074 2014-07-31 Andi Kleen <ak@linux.intel.com>
12076 * ipa-devirt.c (polymorphic_call_target_hasher::hash):
12077 Convert to inchash.
12079 2014-07-31 Andi Kleen <ak@linux.intel.com>
12081 * asan.c (asan_mem_ref_hasher::hash): Convert to inchash.
12083 2014-07-31 Andi Kleen <ak@linux.intel.com>
12085 * Makefile.in (OBJS): Add rtlhash.o
12086 * dwarf2out.c (addr_table_entry_do_hash): Convert to inchash.
12087 (loc_checksum): Dito.
12088 (loc_checksum_ordered): Dito.
12089 (hash_loc_operands): Dito.
12091 (hash_loc_list): Dito.
12092 * rtl.c (iterative_hash_rtx): Moved to rtlhash.c
12093 * rtl.h (iterative_hash_rtx): Moved to rtlhash.h
12094 * rtlhash.c: New file.
12095 * rtlhash.h: New file.
12097 2014-07-31 Andi Kleen <ak@linux.intel.com>
12099 * inchash.h (inchash): Change inchash class to namespace.
12100 (class hash): ... Rename from inchash.
12101 (add_object): Move from macro to class template.
12102 * lto-streamer-out.c (hash_tree): Change inchash
12104 * tree.c (build_type_attribute_qual_variant): Dito.
12105 (type_hash_list): Dito.
12106 (attribute_hash_list): Dito.
12107 (iterative_hstate_expr): Rename to inchash::add_expr
12108 (build_range_type_1): Change inchash to inchash::hash
12109 and use hash::add_expr.
12110 (build_array_type_1): Dito.
12111 (build_function_type): Dito
12112 (build_method_type_directly): Dito.
12113 (build_offset_type): Dito.
12114 (build_complex_type): Dito.
12115 (make_vector_type): Dito.
12116 * tree.h (iterative_hash_expr): Dito.
12118 2014-07-31 Chen Gang <gang.chen.5i5j@gmail.com>
12120 * gcc.c (do_spec_1): Allocate enough space for saved_suffix.
12122 2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
12124 * config/aarch64/arm_neon.h (vpadd_<suf><8,16,32,64>): Move to
12125 correct alphabetical position.
12126 (vpaddd_f64): Rewrite using builtins.
12127 (vpaddd_s64): Move to correct alphabetical position.
12130 2014-07-31 Oleg Endo <olegendo@gcc.gnu.org>
12133 * config/sh/sh.c (sh_legitimate_address_p,
12134 sh_legitimize_reload_address): Handle reg+reg address modes when
12135 ALLOW_INDEXED_ADDRESS is false.
12136 * config/sh/predicates.md (general_movsrc_operand,
12137 general_movdst_operand): Likewise.
12139 2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
12141 * config/aarch64/aarch64-builtins.c
12142 (aarch64_gimple_fold_builtin): Don't fold reduction operations for
12145 2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
12147 * config/aarch64/aarch64.c (aarch64_simd_vect_par_cnst_half): Vary
12148 the generated mask based on BYTES_BIG_ENDIAN.
12149 (aarch64_simd_check_vect_par_cnst_half): New.
12150 * config/aarch64/aarch64-protos.h
12151 (aarch64_simd_check_vect_par_cnst_half): New.
12152 * config/aarch64/predicates.md (vect_par_cnst_hi_half): Refactor
12153 the check out to aarch64_simd_check_vect_par_cnst_half.
12154 (vect_par_cnst_lo_half): Likewise.
12155 * config/aarch64/aarch64-simd.md
12156 (aarch64_simd_move_hi_quad_<mode>): Always use vec_par_cnst_lo_half.
12157 (move_hi_quad_<mode>): Always generate a low mask.
12159 2014-07-30 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
12161 * doc/invoke.texi (AVR Options): Add documentation about
12162 __AVR_DEVICE_NAME__ built-in macro.
12164 2014-07-31 Charles Baylis <charles.baylis@linaro.org>
12167 * config/arm/neon.md (ashldi3_neon): Don't emit arm_ashldi3_1bit unless
12168 constraints are satisfied.
12169 (<shift>di3_neon): Likewise.
12171 2014-07-31 Richard Biener <rguenther@suse.de>
12173 PR tree-optimization/61964
12174 * tree-ssa-tail-merge.c (gimple_equal_p): Handle non-SSA LHS solely
12175 by structural equality.
12177 2014-07-31 Yury Gribov <y.gribov@samsung.com>
12179 * doc/cpp.texi (__SANITIZE_ADDRESS__): Updated description.
12180 * doc/invoke.texi (-fsanitize=kernel-address): Describe new option.
12181 * flag-types.h (SANITIZE_USER_ADDRESS, SANITIZE_KERNEL_ADDRESS):
12183 * gcc.c (sanitize_spec_function): Support new option.
12184 (SANITIZER_SPEC): Remove now redundant check.
12185 * opts.c (common_handle_option): Support new option.
12186 (finish_options): Check for incompatibilities.
12187 * toplev.c (process_options): Split userspace-specific checks.
12189 2014-07-31 Richard Biener <rguenther@suse.de>
12191 * lto-streamer.h (struct output_block): Remove global.
12192 (struct data_in): Remove labels, num_named_labels and
12193 num_unnamed_labels.
12194 * lto-streamer-in.c (lto_data_in_delete): Do not free labels.
12195 * lto-streamer-out.c (produce_asm_for_decls): Do not set global.
12197 2014-07-31 Marc Glisse <marc.glisse@inria.fr>
12200 * common.opt (-Wreturn-local-addr): Moved from c.opt.
12201 * gimple-ssa-isolate-paths.c: Include diagnostic-core.h and intl.h.
12202 (isolate_path): New argument to avoid inserting a trap.
12203 (find_implicit_erroneous_behaviour): Handle returning the address
12204 of a local variable.
12205 (find_explicit_erroneous_behaviour): Likewise.
12207 2014-07-31 Bingfeng Mei <bmei@broadcom.com>
12210 * toplev.c (init_random_seed): Move piece of code never called to
12212 (set_random_seed): see above.
12214 2014-07-31 Tom de Vries <tom@codesourcery.com>
12216 * tree-ssa-loop.c (pass_tree_loop_init::execute): Remove dead code.
12218 2014-07-31 Richard Sandiford <rdsandiford@googlemail.com>
12220 * ira.c (insn_contains_asm_1, insn_contains_asm): Delete.
12221 (compute_regs_asm_clobbered): Use extract_asm_operands instead.
12223 2014-07-31 Richard Biener <rguenther@suse.de>
12225 * data-streamer.h (streamer_write_data_stream): Declare here,
12227 * lto-streamer.h (lto_output_data_stream): ... this. Remove.
12228 * lto-cgraph.c (lto_output_node): Adjust.
12229 (lto_output_varpool_node): Likewise.
12230 * data-streamer-out.c (streamer_string_index): Likewise.
12231 (streamer_write_data_stream, lto_append_block): Move from ...
12232 * lto-section-out.c (lto_output_data_stream,
12233 lto_append_block): ... here.
12235 2014-07-30 Mike Stump <mikestump@comcast.net>
12237 * configure.ac: Also check for popen.
12238 * tree-loop-distribution.c (dot_rdg): Autoconfize popen use.
12239 * configure: Regenerate.
12240 * config.in: Regenerate.
12242 2014-07-30 Martin Jambor <mjambor@suse.cz>
12244 * tree-sra.c (sra_ipa_modify_assign): Change type of the first
12245 parameter to gimple.
12247 2014-07-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12249 * config/s390/s390.c (s390_emit_tpf_eh_return): Pass original return
12250 address as second parameter to __tpf_eh_return routine.
12252 2014-07-30 Jiong Wang <jiong.wang@arm.com>
12254 * config/arm/arm.c (arm_get_frame_offsets): Adjust condition for
12257 2014-07-30 Tom Tromey <tromey@redhat.com>
12260 * doc/invoke.texi (Warning Options): Document -Wdesignated-init.
12261 * doc/extend.texi (Type Attributes): Document designated_init
12264 2014-07-30 Roman Gareev <gareevroman@gmail.com>
12266 * graphite-isl-ast-to-gimple.c:
12267 (gcc_expression_from_isl_ast_expr_id): Add calling of fold_convert.
12268 (gcc_expression_from_isl_expression): Pass type to
12269 gcc_expression_from_isl_ast_expr_id.
12271 2014-07-30 Richard Biener <rguenther@suse.de>
12273 * lto-streamer.h (lto_write_data): New function.
12274 * langhooks.c (lhd_append_data): Do not free block.
12275 * lto-section-out.c (lto_write_data): New function writing
12276 raw data to the current section.
12277 (lto_write_stream): Adjust for langhook semantic change.
12278 (lto_destroy_simple_output_block): Write header directly.
12279 * lto-opts.c (lto_write_options): Write options directly.
12280 * lto-streamer-out.c (produce_asm): Write heaeder directly.
12281 (lto_output_toplevel_asms): Likewise.
12282 (copy_function_or_variable): Copy data directly.
12283 (write_global_references): Output index table directly.
12284 (lto_output_decl_state_refs): Likewise.
12285 (write_symbol): Write data directly.
12286 (produce_symtab): Adjust.
12287 (produce_asm_for_decls): Output header and refs directly.
12289 2014-07-29 Jan Hubicka <hubicka@ucw.cz>
12291 * ipa-devirt.c (polymorphic_call_target_d): Rename nonconstruction_targets
12292 to speculative_targets
12293 (get_class_context): Fix handling of contextes without outer type;
12294 avoid matching non-polymorphic types in LTO.
12295 (possible_polymorphic_call_targets): Trun nonconstruction_targetsp
12296 parameter to speculative_targetsp; handle speculation.
12297 (dump_possible_polymorphic_call_targets): Update dumping.
12299 2014-07-29 Jan Hubicka <hubicka@ucw.cz>
12301 * common.opt (Wodr): Enable by default.
12303 2014-07-29 Olivier Hainque <hainque@adacore.com>
12305 * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
12307 2014-07-29 H.J. Lu <hongjiu.lu@intel.com>
12310 * gengtype.c (strtoken): New function.
12311 (create_user_defined_type): Replace strtok with strtoken.
12313 2014-07-29 Nathan Sidwell <nathan@acm.org>
12315 * gcov-io.c (gcov_var): Make hidden.
12316 * gcov-tool.c (gcov_list, gcov_exit): Remove declarations.
12317 (gcov_do_dump): Declare.
12318 (gcov_output_files): Call gcov_do_dump, not gcov_exit).
12320 2014-07-29 Martin Jambor <mjambor@suse.cz>
12322 * tree-sra.c (sra_modify_constructor_assign): Change type of stmt
12323 parameter to gimple.
12324 (sra_modify_assign): Likewise.
12326 2014-07-29 Richard Biener <rguenther@suse.de>
12328 PR middle-end/52478
12329 * expr.c (expand_expr_real_2): Revert last change.
12331 2014-07-28 Jan Hubicka <hubicka@ucw.cz>
12333 * cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.
12334 * cgraph.h (cgraph_indirect_call_info): Add speculative data.
12335 * gimple-fold.c (fold_gimple_assign): Fix check for virtual
12337 * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Update
12338 (contains_type_p): Forward declare.
12339 (polymorphic_call_target_hasher::hash): Hash speculative info.
12340 (polymorphic_call_target_hasher::equal): Compare speculative info.
12341 (get_class_context): Handle speuclation.
12342 (contains_type_p): Update.
12343 (get_polymorphic_call_info_for_decl): Update.
12344 (walk_ssa_copies): Break out from ...
12345 (get_polymorphic_call_info): ... here; set speculative context
12347 * ipa-prop.c (ipa_write_indirect_edge_info,
12348 ipa_read_indirect_edge_info): Stream speculative context.
12349 * ipa-utils.h (ipa_polymorphic_call_context): Add speculative info
12350 (SPECULATIVE_OFFSET, SPECULATIVE_OUTER_TYPE,
12351 SPECULATIVE_MAYBE_DERIVED_TYPE).
12352 (possible_polymorphic_call_targets overriders): Update.
12353 (dump_possible_polymorphic_call_targets overriders): Update.
12354 (dump_possible_polymorphic_call_target_p overriders): Update.
12356 2014-07-28 Jan Hubicka <hubicka@ucw.cz>
12358 * gimple-fold.c (fold_gimple_assign): Fix condition guarding
12359 ipa-devirt path; fix thinko there.
12361 2014-07-28 Trevor Saunders <tsaunders@mozilla.com>
12363 * config/i386/i386.c (ix86_return_in_memory): Replace one
12364 ATTRIBUTE_UNUSED where the attribute can actually sometimes be unused.
12366 2014-07-28 Marek Polacek <polacek@redhat.com>
12368 * doc/invoke.texi (-Wno-odr): Fix @item entry. Tweak wording.
12370 2014-07-28 Peter Bergner <bergner@vnet.ibm.com>
12372 * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
12373 * config/rs6000/sysv4.h (CC1_SPEC): Undefine it before defining it.
12374 * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): Delete define.
12375 (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
12376 (USE_LD_AS_NEEDED): Likewise.
12377 (ASM_APP_ON): Likewise.
12378 (ASM_APP_OFF): Likewise.
12379 (TARGET_POSIX_IO): Likewise.
12380 * config/rs6000/linux64.h (CPLUSPLUS_CPP_SPEC): Likewise.
12381 (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
12382 (USE_LD_AS_NEEDED): Likewise.
12383 (ASM_APP_ON): Likewise.
12384 (ASM_APP_OFF): Likewise.
12385 (TARGET_POSIX_IO): Likewise.
12387 2014-07-28 Eric Botcazou <ebotcazou@adacore.com>
12389 PR middle-end/61734
12390 * fold-const.c (fold_comparison): Disable X - Y CMP 0 to X CMP Y for
12391 operators other than the equality operators.
12393 2014-07-28 Richard Biener <rguenther@suse.de>
12395 PR middle-end/52478
12396 * optabs.c (gen_int_libfunc): For -ftrapv libfuncs make
12397 sure to register SImode ones, not only >= word_mode ones.
12398 * expr.c (expand_expr_real_2): When expanding -ftrapv
12399 binops do not use OPTAB_LIB_WIDEN.
12401 2014-07-28 Richard Sandiford <rdsandiford@googlemail.com>
12403 PR middle-end/61919
12404 * tree-outof-ssa.c (insert_partition_copy_on_edge)
12405 (insert_value_copy_on_edge, insert_rtx_to_part_on_edge)
12406 (insert_part_to_rtx_on_edge): Copy partition_to_pseudo rtxes before
12407 inserting them in the insn stream.
12409 2014-07-28 Marek Polacek <polacek@redhat.com>
12411 PR middle-end/61913
12412 * common.opt (Wodr): Add Var.
12414 2014-07-28 Richard Biener <rguenther@suse.de>
12416 PR tree-optimization/61921
12417 * tree-ssa-structalias.c (create_variable_info_for_1): Check
12418 if there is a varpool node before dereferencing it.
12420 2014-07-28 Roman Gareev <gareevroman@gmail.com>
12422 * graphite-sese-to-poly.c:
12423 (new_pbb_from_pbb): Set a new id of pbb1->domain (instead of using the
12424 id of the pbb), which contains pointer to the pbb1.
12426 * gcc.dg/graphite/isl-ast-gen-if-2.c: New testcase.
12428 2014-07-28 Roman Gareev <gareevroman@gmail.com>
12430 * graphite-isl-ast-to-gimple.c:
12431 (graphite_create_new_guard): New function.
12432 (translate_isl_ast_node_if): New function.
12433 (translate_isl_ast): Add calling of translate_isl_ast_node_if.
12435 * gcc.dg/graphite/isl-ast-gen-if-1.c: New testcase.
12437 2014-07-27 Anthony Green <green@moxielogic.com>
12439 * config.gcc: Add moxie-*-moxiebox* configuration.
12440 * config/moxie/moxiebox.h: New file.
12442 2014-07-26 Andrew Pinski <apinski@cavium.com>
12444 * config/aarch64/aarch64.md (*extr_insv_lower_reg<mode>): Remove +
12445 from the read only register.
12447 2014-07-26 Richard Sandiford <rdsandiford@googlemail.com>
12449 * ira-costs.c (find_costs_and_classes): For -O0, use the best class
12450 as the allocation class if it isn't likely to be spilled.
12452 2014-07-26 Richard Sandiford <rdsandiford@googlemail.com>
12454 * rtl.h (tls_referenced_p): Declare.
12455 * rtlanal.c (tls_referenced_p_1, tls_referenced_p): New functions.
12456 * config/mips/mips.c (mips_tls_symbol_ref_1): Delete.
12457 (mips_cannot_force_const_mem): Use tls_referenced_p.
12458 * config/pa/pa-protos.h (pa_tls_referenced_p): Delete.
12459 * config/pa/pa.h (CONSTANT_ADDRESS_P): Use tls_referenced_p
12460 instead of pa_tls_referenced_p.
12461 * config/pa/pa.c (hppa_legitimize_address, pa_cannot_force_const_mem)
12462 (pa_emit_move_sequence, pa_emit_move_sequence): Likewise.
12463 (pa_legitimate_constant_p): Likewise.
12464 (pa_tls_symbol_ref_1, pa_tls_referenced_p): Delete.
12465 * config/rs6000/rs6000.c (rs6000_tls_referenced_p): Delete.
12466 (rs6000_cannot_force_const_mem, rs6000_emit_move)
12467 (rs6000_address_for_altivec): Use tls_referenced_p instead of
12468 rs6000_tls_referenced_p.
12469 (rs6000_tls_symbol_ref_1): Delete.
12471 2014-07-26 Marc Glisse <marc.glisse@inria.fr>
12474 * simplify-rtx.c (simplify_binary_operation_1) <VEC_SELECT>:
12475 Optimize inverse of a VEC_CONCAT.
12477 2014-07-25 Xinliang David Li <davidxl@google.com>
12479 * params.def: New parameter.
12480 * coverage.c (get_coverage_counts): Check new flag.
12481 (coverage_compute_profile_id): Check new flag.
12482 (coverage_begin_function): Check new flag.
12483 (coverage_end_function): Check new flag.
12484 * value-prof.c (coverage_node_map_initialized_p): New function.
12485 (init_node_map): Populate map with all functions.
12486 * doc/invoke.texi: Document new parameter.
12488 2014-07-25 Jan Hubicka <hubicka@ucw.cz>
12489 Richard Biener <rguenther@suse.de>
12491 * lto-streamer-out.c (struct sccs): Turn to ...
12492 (class DFS): ... this one; refactor the DFS walk so it can
12493 be re-done on per-SCC basis.
12494 (DFS::DFS): New constructor.
12495 (DFS::~DFS): New destructor.
12496 (hash_tree): Add new MAP argument holding in-SCC hash values;
12497 remove POINTER_TYPE hashing hack.
12498 (scc_entry_compare): Rename to ...
12499 (DFS::scc_entry_compare): ... this one.
12500 (hash_scc): Rename to ...
12501 (DFS::hash_scc): ... this one; pass output_block instead
12502 of streamer_cache; work harder to get unique and stable SCC
12504 (DFS_write_tree): Rename to ...
12505 (DFS::DFS_write_tree): ... this one; add SINGLE_P parameter.
12506 (lto_output_tree): Update.
12508 2014-07-25 Andi Kleen <ak@linux.intel.com>
12510 * lto-streamer-out.c (hash_tree): Convert to inchash.
12512 2014-07-25 Andi Kleen <ak@linux.intel.com>
12514 * tree.c (build_type_attribute_qual_variant): Use inchash.
12515 (type_hash_list): Dito.
12516 (attribute_hash_list): Dito
12517 (iterative_hstate_expr): Dito.
12518 (iterative_hash_expr): Dito.
12519 (build_range_type_1): Dito.
12520 (build_array_type_1): Dito.
12521 (build_function_type): Dito.
12522 (build_method_type_directly): Dito.
12523 (build_offset_type): Dito.
12524 (build_complex_type): Dito.
12525 (make_vector_type): Dito.
12526 * tree.h (iterative_hash_expr): Add compat wrapper.
12527 (iterative_hstate_expr): Add.
12529 2014-07-25 Andi Kleen <ak@linux.intel.com>
12531 * Makefile.in (OBJS): Add inchash.o.
12532 (PLUGIN_HEADERS): Add inchash.h.
12533 * ipa-devirt.c: Include inchash.h.
12534 * lto-streamer-out.c: Dito.
12535 * tree-ssa-dom.c: Dito.
12536 * tree-ssa-pre.c: Dito.
12537 * tree-ssa-sccvn.c: Dito.
12538 * tree-ssa-tail-merge.c: Dito.
12540 * tree.c (iterative_hash_hashval_t): Move to ...
12541 (iterative_hash_host_wide_int): Move to ...
12542 * inchash.c: Here. New file.
12543 * tree.h (iterative_hash_hashval_t): Move to ...
12544 (iterative_hash_host_wide_int): Move to ...
12545 * inchash.h: Here. New file.
12547 2014-07-25 Richard Biener <rguenther@suse.de>
12549 PR middle-end/61762
12550 PR middle-end/61894
12551 * fold-const.c (native_encode_int): Add and handle offset
12552 parameter to do partial encodings of expr.
12553 (native_encode_fixed): Likewise.
12554 (native_encode_real): Likewise.
12555 (native_encode_complex): Likewise.
12556 (native_encode_vector): Likewise.
12557 (native_encode_string): Likewise.
12558 (native_encode_expr): Likewise.
12559 * fold-const.c (native_encode_expr): Add offset parameter
12561 * gimple-fold.c (fold_string_cst_ctor_reference): Remove.
12562 (fold_ctor_reference): Handle all reads from tcc_constant
12565 2014-07-25 Richard Biener <rguenther@suse.de>
12567 * tree-inline.c (estimate_move_cost): Mark speed_p argument
12568 as possibly unused.
12570 2014-07-23 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
12572 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.
12574 2014-07-24 Kyle McMartin <kyle@redhat.com>
12576 * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
12578 2014-07-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12580 * config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):
12582 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p): New
12584 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Call it.
12585 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
12586 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
12588 2014-07-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12590 * config/rs6000/rs6000.c (rs6000_function_arg_boundary): In the AIX
12591 and ELFv2 ABI, do not use the "mode == BLKmode" check to test for
12592 aggregate types. Instead, *all* aggregate types, except for single-
12593 element or homogeneous float/vector aggregates, are quadword-aligned
12594 if required by their type alignment. Issue -Wpsabi note when a type
12595 is now treated differently than before.
12597 2014-07-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12599 * config/rs6000/rs6000.c (rs6000_function_arg): If a float argument
12600 does not fit fully into floating-point registers, and there is still
12601 space in the register parameter area, use GPRs to pass those parts
12602 of the argument. Issue -Wpsabi note if any parameter is now treated
12603 differently than before.
12604 (rs6000_arg_partial_bytes): Update.
12606 2014-07-24 Uros Bizjak <ubizjak@gmail.com>
12608 * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
12610 2014-07-24 Richard Sandiford <rdsandiford@googlemail.com>
12612 * rtl.h (target_rtl): Remove lang_dependent_initialized.
12613 * toplev.c (initialize_rtl): Don't use it. Move previously
12614 "language-dependent" calls to...
12615 (backend_init): ...here.
12616 (lang_dependent_init_target): Don't set lang_dependent_initialized.
12617 Assert that RTL initialization hasn't happend yet.
12619 2014-07-24 Richard Sandiford <rdsandiford@googlemail.com>
12621 PR rtl-optimization/61629
12622 * reginfo.c (reinit_regs): Only call ira_init and recog_init if
12623 they have already been initialized.
12625 2014-07-24 Richard Sandiford <rdsandiford@googlemail.com>
12627 PR middle-end/61268
12628 * function.c (assign_parm_setup_reg): Prevent invalid sharing of
12629 DECL_INCOMING_RTL and entry_parm.
12630 (get_arg_pointer_save_area): Likewise arg_pointer_save_area.
12631 * calls.c (load_register_parameters): Likewise argument values.
12632 (emit_library_call_value_1, store_one_arg): Likewise argument
12634 * config/i386/i386.c (assign_386_stack_local): Likewise the local
12636 * explow.c (validize_mem): Modify the argument in-place.
12638 2014-07-24 Jiong Wang <jiong.wang@arm.com>
12640 * config/aarch64/aarch64.c (aarch64_popwb_single_reg): New function.
12641 (aarch64_expand_epilogue): Optimize epilogue when !frame_pointer_needed.
12643 2014-07-24 Jiong Wang <jiong.wang@arm.com>
12645 * config/aarch64/aarch64.c (aarch64_pushwb_single_reg): New function.
12646 (aarch64_expand_prologue): Optimize prologue when !frame_pointer_needed.
12648 2014-07-24 Jiong Wang <jiong.wang@arm.com>
12650 * config/aarch64/aarch64.c (aarch64_restore_callee_saves)
12651 (aarch64_save_callee_saves): New parameter "skip_wb".
12652 (aarch64_expand_prologue, aarch64_expand_epilogue): Update call site.
12654 2014-07-24 Jiong Wang <jiong.wang@arm.com>
12656 * config/aarch64/aarch64.h (frame): New fields "wb_candidate1" and
12658 * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize above.
12660 2014-07-24 Roman Gareev <gareevroman@gmail.com>
12662 * graphite-isl-ast-to-gimple.c:
12663 (graphite_create_new_loop): Add calling of isl_id_free to properly
12664 decrement reference counts.
12666 * gcc.dg/graphite/isl-ast-gen-blocks-4.c: New testcase.
12668 2014-07-24 Martin Liska <mliska@suse.cz>
12669 * config/mips/mips.c (mips_start_unique_function): Correct cgraph_node
12671 * config/rs6000/rs6000.c (call_ABI_of_interest): Likewise.
12672 (rs6000_code_end): Likewise.
12674 2014-07-24 Martin Liska <mliska@suse.cz>
12676 * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): Correct
12677 symtab_node funtion used.
12678 (rs6000_xcoff_declare_object_name): Likewise.
12680 2014-07-24 Martin Liska <mliska@suse.cz>
12682 * cgraphunit.c (compile): Correct function used.
12684 2014-07-24 Jan Hubicka <hubicka@ucw.cz>
12686 * lto-streamer-out.c (tree_is_indexable): Consider IMPORTED_DECL
12689 2014-07-24 Jan Hubicka <hubicka@ucw.cz>
12692 * varasm.c (bss_initializer_p): Handle offlined ctors.
12693 (align_variable, get_variable_align): Likewise.
12694 (make_decl_one_only): Likewise.
12695 (default_binds_local_p_1): Likewise.
12696 (decl_binds_to_current_def_p): Likewise.
12697 (get_variable_section): Get constructor if it is offlined.
12698 (assemble_variable_contents): Sanity check that the caller
12699 streamed in the ctor in LTO.
12701 2014-07-24 Roman Gareev <gareevroman@gmail.com>
12703 * graphite-isl-ast-to-gimple.c:
12704 (binary_op_to_tree): Add calling of translate_isl_ast_node_block.
12705 (gcc_expression_from_isl_expr_op): Move isl_ast_op_pdiv_q,
12706 isl_ast_op_pdiv_r to the different case.
12708 * gcc.dg/graphite/isl-ast-gen-blocks-3.c: New testcase.
12710 2014-07-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12712 PR middle-end/61876
12713 * convert.c (convert_to_integer): Do not convert BUILT_IN_ROUND and cast
12714 when flag_errno_math is on.
12716 2014-07-24 Martin Liska <mliska@suse.cz>
12718 * cgraph.h (varpool_node):
12719 (availability get_availability (void)):
12720 created from cgraph_variable_initializer_availability
12721 (inline varpool_node *ultimate_alias_target (availability *availability = NULL)
12722 created from: cgraph_variable_initializer_availability
12723 (inline varpool_node *get_alias_target (void)): created from varpool_alias_target
12724 (void finalize_named_section_flags (void)):
12725 created from varpool_finalize_named_section_flags
12726 (bool assemble_decl (void)): created from varpool_assemble_decl
12727 (void analyze (void)): created from varpool_analyze_node
12728 (bool call_for_node_and_aliases (bool (*callback) (varpool_node *, void *),
12729 void *data, bool include_overwritable)): created fromvarpool_for_node_and_aliases
12730 (void remove_initializer (void)): created from varpool_remove_initializer
12731 (tree get_constructor (void)): created from varpool_get_constructor
12732 (bool externally_visible_p (void)): created from varpool_externally_visible_p
12733 (bool ctor_useable_for_folding_p (void)): created from varpool_ctor_useable_for_folding_p
12734 (inline bool all_refs_explicit_p ()): created from varpool_all_refs_explicit_p
12735 (inline bool can_remove_if_no_refs_p (void)): created from varpool_can_remove_if_no_refs
12736 (static inline varpool_node *get (const_tree decl)): created from varpool_get_node
12737 (static void finalize_decl (tree decl)): created from varpool_finalize_decl
12738 (static bool output_variables (void)): created from varpool_output_variables
12739 (static varpool_node * create_extra_name_alias (tree alias, tree decl)):
12740 created from varpool_extra_name_alias
12741 (static varpool_node * create_alias (tree, tree)): created from varpool_create_variable_alias
12742 (static void dump_varpool (FILE *f)): created from dump_varpool
12743 (static void DEBUG_FUNCTION debug_varpool (void)): created from debug_varpool
12744 (static varpool_node *create_empty (void)): created from varpool_create_empty_node
12745 (static varpool_node *get_create (tree decl)): created from varpool_node_for_decl
12746 (static varpool_node *get_for_asmname (tree asmname)): created from varpool_node_for_asm
12747 (void assemble_aliases (void)): created from assemble_aliases
12749 2014-07-24 Martin Liska <mliska@suse.cz>
12751 * cgraph.h (symtab_node):
12752 (void register_symbol (void)): created from symtab_register_node
12753 (void remove (void)): created from symtab_remove_node
12754 (void dump (FILE *f)): created from dump_symtab_node
12755 (void DEBUG_FUNCTION debug (void)): created from debug_symtab_node
12756 (void DEBUG_FUNCTION verify (void)): created from verify_symtab_node
12757 (struct ipa_ref *add_reference (symtab_node *referred_node,
12758 enum ipa_ref_use use_type)): created from add_reference
12759 (struct ipa_ref *add_reference (symtab_node *referred_node,
12760 enum ipa_ref_use use_type, gimple stmt)): created from add_reference
12761 (struct ipa_ref *maybe_add_reference (tree val, enum ipa_ref_use use_type,
12762 gimple stmt)): created from maybe_add_reference
12763 (bool semantically_equivalent_p (symtab_node *target)): created from
12764 symtab_semantically_equivalent_p
12765 (void remove_from_same_comdat_group (void)): created from
12766 remove_from_same_comdat_group
12767 (void add_to_same_comdat_group (symtab_node *old_node)): created from
12768 symtab_add_to_same_comdat_group
12769 (void dissolve_same_comdat_group_list (void)): created from
12770 symtab_dissolve_same_comdat_group_list
12771 (bool used_from_object_file_p (void)): created from symtab_used_from_object_file_p
12772 (symtab_node *ultimate_alias_target (enum availability *avail = NULL)):
12773 created from symtab_alias_ultimate_target
12774 (inline symtab_node *next_defined_symbol (void)): created from
12775 symtab_next_defined_symbol
12776 (bool resolve_alias (symtab_node *target)): created from
12777 symtab_resolve_alias
12778 (bool call_for_symbol_and_aliases (bool (*callback) (symtab_node *, void *),
12779 void *data, bool include_overwrite)): created from symtab_for_node_and_aliases
12780 (symtab_node *noninterposable_alias (void)): created from symtab_nonoverwritable_alias
12781 (inline symtab_node *get_alias_target (void)): created from symtab_alias_target
12782 (void set_section (const char *section)): created from set_section_1
12783 (enum availability get_availability (void)): created from symtab_node_availability
12784 (void make_decl_local (void)): created from symtab_make_decl_local
12785 (bool real_symbol_p (void)): created from symtab_read_node
12786 (can_be_discarded_p (void)): created from symtab_can_be_discarded
12787 (inline bool comdat_local_p (void)): created from symtab_comdat_local_p
12788 (inline bool in_same_comdat_group_p (symtab_node *target)): created from
12789 symtab_in_same_comdat_p;
12790 (bool address_taken_from_non_vtable_p (void)): created from
12791 address_taken_from_non_vtable_p
12792 (static inline symtab_node *get (const_tree decl)): created from symtab_get_node
12793 (static void dump_table (FILE *)): created from dump_symtab
12794 (static inline DEBUG_FUNCTION void debug_symtab (void)): created from debug_symtab
12795 (static DEBUG_FUNCTION void verify_symtab_nodes (void)): created from verify_symtab
12796 (static bool used_from_object_file_p_worker (symtab_node *node)): created from
12797 symtab_used_from_object_file_p
12798 (void dump_base (FILE *)): created from dump_symtab_base
12799 (bool DEBUG_FUNCTION verify_base (void)): created from verify_symtab_base
12800 (void unregister (void)): created from symtab_unregister_node
12801 (struct symbol_priority_map *priority_info (void)): created from symtab_priority_info
12802 (static bool set_implicit_section (symtab_node *n, void *)): created from set_implicit_section
12803 (static bool noninterposable_alias (symtab_node *node, void *data)): created from
12804 symtab_nonoverwritable_alias_1
12805 * cgraph.h (cgraph_node):
12806 (bool remove_symbol_and_inline_clones (cgraph_node *forbidden_node = NULL)):
12807 created from cgraph_remove_node_and_inline_clones
12808 (void record_stmt_references (gimple stmt)): created from ipa_record_stmt_references
12809 (void set_call_stmt_including_clones (gimple old_stmt, gimple new_stmt,
12810 bool update_speculative = true)): created from cgraph_set_call_stmt_including_clones
12811 (cgraph_node *function_symbol (enum availability *avail = NULL)):
12812 created from cgraph_function_node
12813 (cgraph_node *create_clone (tree decl, gcov_type count, int freq, bool update_original,
12814 vec<cgraph_edge *> redirect_callers, bool call_duplication_hook,
12815 struct cgraph_node *new_inlined_to, bitmap args_to_skip)):
12816 created from cgraph_create_clone
12817 (cgraph_node *create_virtual_clone (vec<cgraph_edge *> redirect_callers,
12818 vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, const char * suffix)):
12819 created from cgraph_create_virtual_clone
12820 (cgraph_node *find_replacement (void)): created from cgraph_find_replacement_node
12821 (cgraph_node *create_version_clone (tree new_decl, vec<cgraph_edge *> redirect_callers,
12822 bitmap bbs_to_copy)): created from cgraph_copy_node_for_versioning
12823 (cgraph_node *create_version_clone_with_body (vec<cgraph_edge *> redirect_callers,
12824 vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, bool skip_return,
12825 bitmap bbs_to_copy, basic_block new_entry_block, const char *clone_name)):
12826 created from cgraph_function_version_info
12827 (struct cgraph_function_version_info *insert_new_function_version (void)):
12828 created from insert_new_cgraph_node_version
12829 (struct cgraph_function_version_info *function_version (void)): created from
12830 get_cgraph_node_version
12831 (void analyze (void)): created from analyze_function
12832 (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
12833 HOST_WIDE_INT fixed_offset, HOST_WIDE_INT virtual_value, tree virtual_offset,
12834 tree real_alias) cgraph_add_thunk
12835 (inline cgraph_node *get_alias_target (void)): created from cgraph_alias_target
12836 (cgraph_node *ultimate_alias_target (availability *availability = NULL)):
12837 created from cgraph_function_or_thunk_node
12838 (bool expand_thunk (bool output_asm_thunks, bool force_gimple_thunk)):
12839 created from expand_thunk
12840 (void reset (void)): created from cgraph_reset_node
12841 (void create_wrapper (cgraph_node *target)): created from cgraph_make_wrapper
12842 (void DEBUG_FUNCTION verify_node (void)): created from verify_cgraph_node
12843 (void remove (void)): created from cgraph_remove_node
12844 (void dump (FILE *f)): created from dump_cgraph_node
12845 (void DEBUG_FUNCTION debug (void)): created from debug_cgraph_node
12846 (bool get_body (void)): created from cgraph_get_body
12847 (void release_body (void)): created from cgraph_release_function_body
12848 (void unnest (void)): created from cgraph_unnest_node
12849 (void make_local (void)): created from cgraph_make_node_local
12850 (void mark_address_taken (void)): created from cgraph_mark_address_taken_node
12851 (struct cgraph_edge *create_edge (cgraph_node *callee, gimple call_stmt,
12852 gcov_type count, int freq)): created from cgraph_create_edge
12853 (struct cgraph_edge *create_indirect_edge (gimple call_stmt, int ecf_flags,
12854 gcov_type count, int freq)): created from cgraph_create_indirect_edge
12855 (void create_edge_including_clones (struct cgraph_node *callee, gimple old_stmt,
12856 gimple stmt, gcov_type count, int freq, cgraph_inline_failed_t reason)):
12857 created from cgraph_create_edge_including_clones
12858 (cgraph_edge *get_edge (gimple call_stmt)): created from cgraph_edge
12859 (vec<cgraph_edge *> collect_callers (void)): created from collect_callers_of_node
12860 (void remove_callers (void)): created from cgraph_node_remove_callers
12861 (void remove_callees (void)): created from cgraph_node_remove_callees
12862 (enum availability get_availability (void)): created from cgraph_function_body_availability
12863 (void set_nothrow_flag (bool nothrow)): created from cgraph_set_nothrow_flag
12864 (void set_const_flag (bool readonly, bool looping)): created from cgraph_set_const_flag
12865 (void set_pure_flag (bool pure, bool looping)): created from cgraph_set_pure_flag
12866 (void call_duplication_hooks (cgraph_node *node2)): created from
12867 cgraph_call_node_duplication_hooks
12868 (bool call_for_symbol_and_aliases (bool (*callback) (cgraph_node *, void *),
12869 void *data, bool include_overwritable)): created from cgraph_for_node_and_aliases
12870 (bool call_for_symbol_thunks_and_aliases (bool (*callback) (cgraph_node *node, void *data),
12871 void *data, bool include_overwritable)): created from cgraph_for_node_thunks_and_aliases
12872 (void call_function_insertion_hooks (void)):
12873 created from cgraph_call_function_insertion_hooks
12874 (inline void mark_force_output (void)): created from cgraph_mark_force_output_node
12875 (bool local_p (void)): created from cgraph_local_node
12876 (bool can_be_local_p (void)): created from cgraph_node_can_be_local_p
12877 (bool cannot_return_p (void)): created from cgraph_node_cannot_return
12878 (bool only_called_directly_p (void)): created from cgraph_only_called_directly_p
12879 (inline bool only_called_directly_or_aliased_p (void)):
12880 created from cgraph_only_called_directly_or_aliased_p
12881 (bool will_be_removed_from_program_if_no_direct_calls_p (void)):
12882 created from cgraph_will_be_removed_from_program_if_no_direct_calls
12883 (bool can_remove_if_no_direct_calls_and_refs_p (void)):
12884 created from cgraph_can_remove_if_no_direct_calls_and_refs_p
12885 (bool can_remove_if_no_direct_calls_p (void)):
12886 created from cgraph_can_remove_if_no_direct_calls_p
12887 (inline bool has_gimple_body_p (void)):
12888 created from cgraph_function_with_gimple_body_p
12889 (bool optimize_for_size_p (void)): created from cgraph_optimize_for_size_p
12890 (static void dump_cgraph (FILE *f)): created from dump_cgraph
12891 (static inline void debug_cgraph (void)): created from debug_cgraph
12892 (static void record_function_versions (tree decl1, tree decl2)):
12893 created from record_function_versions
12894 (static void delete_function_version (tree decl)):
12895 created from delete_function_version
12896 (static void add_new_function (tree fndecl, bool lowered)):
12897 created from cgraph_add_new_function
12898 (static inline cgraph_node *get (const_tree decl)): created from cgraph_get_node
12899 (static cgraph_node * create (tree decl)): created from cgraph_create_node
12900 (static cgraph_node * create_empty (void)): created from cgraph_create_empty_node
12901 (static cgraph_node * get_create (tree)): created from cgraph_get_create_node
12902 (static cgraph_node *get_for_asmname (tree asmname)):
12903 created from cgraph_node_for_asm
12904 (static cgraph_node * create_same_body_alias (tree alias, tree decl)):
12905 created from cgraph_same_body_alias
12906 (static bool used_from_object_file_p_worker (cgraph_node *node,
12907 void *): new function
12908 (static bool non_local_p (cgraph_node *node, void *)):
12909 created from cgraph_non_local_node_p_1
12910 (static void DEBUG_FUNCTION verify_cgraph_nodes (void)):
12911 created from verify_cgraph
12912 (static bool make_local (cgraph_node *node, void *)):
12913 created from cgraph_make_node_local
12914 (static cgraph_node *create_alias (tree alias, tree target)):
12915 created from cgraph_create_function_alias
12916 (static cgraph_edge * create_edge (cgraph_node *caller, cgraph_node *callee,
12917 gimple call_stmt, gcov_type count, int freq, bool indir_unknown_callee)):
12918 created from cgraph_create_edge_1
12919 * cgraph.h (varpool_node):
12920 (void remove (void)): created from varpool_remove_node
12921 (void dump (FILE *f)): created from dump_varpool_node
12923 2014-07-24 Richard Biener <rguenther@suse.de>
12926 * tree-ssa-structalias.c (create_variable_info_for_1):
12927 Use varpool_get_constructor.
12928 (create_variable_info_for): Likewise.
12930 2014-07-24 Jiong Wang <jiong.wang@arm.com>
12932 * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't
12933 subtract outgoing area size when restoring stack_pointer_rtx.
12935 2014-07-24 Nick Clifton <nickc@redhat.com>
12937 * config/rx/rx.md (stack_push): Adjust RTL to account for the fact
12938 that operations are taking place in parallel.
12939 * config/rx.h (FRAME_POINTER_CFA_OFFSET): Delete.
12941 2014-07-24 Thomas Schwinge <thomas@codesourcery.com>
12943 * omp-low.c (extract_omp_for_data): Add missing break statement.
12945 2014-07-24 Richard Biener <rguenther@suse.de>
12947 * tree-inline.h (estimate_move_cost): Add speed_p parameter.
12948 * tree-inline.c (estimate_move_cost): Add speed_p parameter
12949 and adjust MOVE_RATIO query accordingly.
12950 (estimate_num_insns): Adjust callers.
12951 * ipa-prop.c (ipa_populate_param_decls): Likewise.
12952 * ipa-cp.c (gather_context_independent_values,
12953 estimate_local_effects): Likewise.
12954 * ipa-split.c (consider_split): Likewise.
12956 2014-07-24 Trevor Saunders <tsaunders@mozilla.com>
12958 * config/i386/driver-i386.c: Remove names of unused arguments and
12959 unnecessary unused attributes.
12960 * config/i386/host-mingw32.c: Likewise.
12961 * config/i386/i386.c: Likewise.
12962 * config/i386/winnt-stubs.c: Likewise.
12963 * config/i386/winnt.c: Likewise.
12965 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12967 * config/aarch64/aarch64.c (aarch64_popwb_pair_reg)
12968 (aarch64_gen_loadwb_pair): New helper function.
12969 (aarch64_expand_epilogue): Simplify code using new helper functions.
12970 * config/aarch64/aarch64.md (loadwb_pair<GPF:mode>_<P:mode>): Define.
12972 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12974 * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg)
12975 (aarch64_gen_storewb_pair): New helper function.
12976 (aarch64_expand_prologue): Simplify code using new helper functions.
12977 * config/aarch64/aarch64.md (storewb_pair<GPF:mode>_<P:mode>): Define.
12979 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12981 * config/aarch64/aarch64.md: (aarch64_save_or_restore_callee_saves):
12982 Rename to aarch64_save_callee_saves, remove restore code.
12983 (aarch64_restore_callee_saves): New function.
12985 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12987 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Deleted.
12988 (aarch64_save_callee_saves): New function to handle reg save
12989 for both core and vectore regs.
12991 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12993 * config/aarch64/aarch64.c (aarch64_gen_load_pair)
12994 (aarch64_gen_store_pair): New helper function.
12995 (aarch64_save_or_restore_callee_save_registers)
12996 (aarch64_save_or_restore_fprs): Use new helper functions.
12998 2014-07-23 Jiong Wang <jiong.wang@arm.com>
13000 * config/aarch64/aarch64.c (aarch64_next_callee_save): New function.
13001 (aarch64_save_or_restore_callee_save_registers)
13002 (aarch64_save_or_restore_fprs): Use aarch64_next_callee_save.
13004 2014-07-23 Jiong Wang <jiong.wang@arm.com>
13006 * config/aarch64/aarch64.c
13007 (aarch64_save_or_restore_callee_save_registers)
13008 (aarch64_save_or_restore_fprs): Hoist calculation of register rtx.
13010 2014-07-23 Jiong Wang <jiong.wang@arm.com>
13012 * config/aarch64/aarch64.c
13013 (aarch64_save_or_restore_callee_save_registers)
13014 (aarch64_save_or_restore_fprs): Remove 'increment'.
13016 2014-07-23 Jiong Wang <jiong.wang@arm.com>
13018 * config/aarch64/aarch64.c
13019 (aarch64_save_or_restore_callee_save_registers)
13020 (aarch64_save_or_restore_fprs): Use register offset in
13021 cfun->machine->frame.reg_offset.
13023 2014-07-23 Jiong Wang <jiong.wang@arm.com>
13025 * config/aarch64/aarch64.c
13026 (aarch64_save_or_restore_callee_save_registers)
13027 (aarch64_save_or_restore_fprs): Remove base_rtx.
13029 2014-07-23 Jiong Wang <jiong.wang@arm.com>
13031 * config/aarch64/aarch64.c
13032 (aarch64_save_or_restore_callee_save_registers): Rename 'offset'
13033 to 'start_offset'. Remove local variable 'start_offset'.
13035 2014-07-23 Jiong Wang <jiong.wang@arm.com>
13037 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change
13038 type to HOST_WIDE_INT.
13040 2014-07-23 Jiong Wang <jiong.wang@arm.com>
13042 * config/aarch64/aarch64.c (aarch64_expand_prologue)
13043 (aarch64_save_or_restore_fprs)
13044 (aarch64_save_or_restore_callee_save_registers): GNU-Stylize code.
13046 2014-07-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
13048 * config/arm/t-rtems-eabi: Add
13049 mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard,
13050 mthumb/march=armv7-m/mfpu=fpv4-sp-d16/mfloat-abi=hard,
13051 mbig-endian/mthumb/march=armv7-r, and
13052 mbig-endian/mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard
13055 2014-07-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
13056 Chris Johns <chrisj@rtems.org>
13057 Joel Sherrill <joel.sherrill@oarcorp.com>
13059 * config.gcc: Add nios2-*-rtems*.
13060 * config/nios2/rtems.h: New file.
13061 * gcc/config/nios2/t-rtems: New file.
13063 2014-07-23 Segher Boessenkool <segher@kernel.crashing.org>
13066 * config/rs6000/rs6000.c (paired_expand_vector_init): Only allow
13067 constant numbers, not general constants.
13068 (rs6000_expand_vector_init): Ditto.
13070 2014-07-23 Nathan Sidwell <nathan@acm.org>
13072 * gcov-tool.c (gcov_list): Declare here.
13073 (set_gcov_list): Remove.
13074 (gcov_output_files): Set gcov_list directly.
13076 2014-07-23 Host Schirmeier <horst@schirmeier.com>
13078 * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
13080 2014-07-23 Jiong Wang <jiong.wang@arm.com>
13082 * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
13083 callee-saved registers are available for padding purpose
13084 and r3 is not mandatory, then prefer use those callee-saved
13087 2014-07-23 Richard Biener <rguenther@suse.de>
13089 * params.def (PARAM_MAX_COMBINE_INSNS): New.
13090 * combine.c: Include statistics.h and params.h.
13091 (combine_instructions): Guard three and four insn combines
13092 with max-combine-insns value. Record statistics for combines
13094 * doc/invoke.texi (max-combine-insns): Document new param.
13096 2014-07-23 Roman Gareev <gareevroman@gmail.com>
13098 * graphite-isl-ast-to-gimple.c:
13099 (translate_isl_ast_node_block): New function.
13100 (translate_isl_ast): Add calling of translate_isl_ast_node_block.
13102 * gcc.dg/graphite/isl-ast-gen-blocks-1.c: New testcase.
13103 * gcc.dg/graphite/isl-ast-gen-blocks-2.c: New testcase.
13105 2014-07-23 Roman Gareev <gareevroman@gmail.com>
13107 * graphite-isl-ast-to-gimple.c:
13108 (get_max_schedule_dimensions): New function.
13109 (extend_schedule): Likewise.
13110 (generate_isl_schedule): Add calling of extend_schedule and
13111 get_max_schedule_dimensions.
13113 2014-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13115 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle CLRSB, CLZ.
13116 (case UNSPEC): Handle UNSPEC_RBIT.
13118 2014-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13120 * config/aarch64/aarch64.md: Delete UNSPEC_CLS.
13121 (clrsb<mode>2): Use clrsb RTL code instead of UNSPEC_CLS.
13123 2014-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13125 * config/aarch64/arm_neon.h (vbsl_f64): New intrinsic.
13127 2014-07-22 Roman Gareev <gareevroman@gmail.com>
13129 * graphite-isl-ast-to-gimple.c:
13130 Add inclusion of gimple-ssa.h, tree-into-ssa.h.
13131 (ivs_params_clear):
13132 (build_iv_mapping): New function.
13133 (translate_isl_ast_node_user): Likewise.
13134 (translate_isl_ast): Add calling of translate_isl_ast_node_user.
13136 * gcc.dg/graphite/isl-ast-gen-single-loop-1.c: New testcase.
13137 * gcc.dg/graphite/isl-ast-gen-single-loop-2.c: New testcase.
13138 * gcc.dg/graphite/isl-ast-gen-single-loop-3.c: New testcase.
13140 2014-07-21 Bin Cheng <bin.cheng@arm.com>
13143 * config/arm/arm.md (setmem): New pattern.
13144 * config/arm/arm-protos.h (struct tune_params): New fields.
13145 (arm_gen_setmem): New prototype.
13146 * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
13147 (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
13148 (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
13149 (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
13150 (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
13151 (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
13152 (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
13153 (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
13154 (arm_const_inline_cost): New function.
13155 (arm_block_set_max_insns): New function.
13156 (arm_block_set_non_vect_profit_p): New function.
13157 (arm_block_set_vect_profit_p): New function.
13158 (arm_block_set_unaligned_vect): New function.
13159 (arm_block_set_aligned_vect): New function.
13160 (arm_block_set_unaligned_non_vect): New function.
13161 (arm_block_set_aligned_non_vect): New function.
13162 (arm_block_set_vect, arm_gen_setmem): New functions.
13164 2014-07-21 Bin Cheng <bin.cheng@arm.com>
13166 * config/arm/arm.c (output_move_neon): Handle REG explicitly.
13168 2014-07-21 Uros Bizjak <ubizjak@gmail.com>
13171 * config/i386/avx512fintrin.h: Move constants for mantissa extraction
13172 out of #ifdef __OPTIMIZE__.
13174 2014-07-20 Eric Botcazou <ebotcazou@adacore.com>
13176 * cse.c (exp_equiv_p) <MEM>: For GCSE, return 0 for expressions with
13177 different trapping status if -fnon-call-exceptions is enabled.
13179 2014-07-20 Eric Botcazou <ebotcazou@adacore.com>
13181 * expr.c (store_field): Handle VOIDmode for calls that return values
13182 in multiple locations.
13184 2014-07-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13186 * config/rs6000/altivec.md (unspec enum): Fix typo in UNSPEC_VSLDOI.
13187 (altivec_vsldoi_<mode>): Likewise.
13189 2014-07-20 Roman Gareev <gareevroman@gmail.com>
13191 * graphite-isl-ast-to-gimple.c: Fixes a formatting issue related
13192 to the number of characters in the line.
13194 2014-07-20 Roman Gareev <gareevroman@gmail.com>
13196 * graphite-isl-ast-to-gimple.c: Add using of
13197 build_nonstandard_integer_type instead of int128_integer_type_node.
13199 2014-07-19 Eric Botcazou <ebotcazou@adacore.com>
13201 * toplev.c (output_stack_usage): Adjust the location of the warning.
13203 2014-07-19 Daniel Cederman <cederman@gaisler.com>
13205 * config/sparc/sync.md (*membar_storeload_leon3): New insn.
13206 (*membar_storeload): Disable for LEON3.
13208 2014-07-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
13210 PR rtl-optimization/61461
13211 * sched-vis.c (print_pattern) <ADDR_VEC, ADDR_DIFF_VEC>: Fixed.
13213 2014-07-18 Uros Bizjak <ubizjak@gmail.com>
13216 * config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
13217 Fix instruction constraint.
13218 (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.
13220 2014-07-18 Jonathan Wakely <jwakely@redhat.com>
13222 * doc/extend.texi (Template Instantiation): Remove stray parenthesis.
13224 2014-07-18 Chung-Ju Wu <jasonwucj@gmail.com>
13226 * config/nds32/nds32.c (nds32_can_eliminate): Follow the
13227 GNU coding standards.
13228 (nds32_register_move_cost): Likewise.
13229 (nds32_memory_move_cost): Likewise.
13230 (nds32_address_cost): Likewise.
13232 2014-07-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
13234 * config/mmix/mmix.c (mmix_intval): Drop unused automatic variable.
13236 2014-07-17 John David Anglin <danglin@gcc.gnu.org>
13238 * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Remove defines for
13239 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
13240 and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.
13241 (HAVE_sync_compare_and_swapqi): Define.
13242 (HAVE_sync_compare_and_swaphi): Likewise.
13243 (HAVE_sync_compare_and_swapsi): Likewise.
13245 2014-07-17 Richard Sandiford <rdsandiford@googlemail.com>
13247 * config/mips/p5600.md: Add missing cpu tests.
13249 2014-07-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13251 * config/aarch64/arm_neon.h (vfma_f64): New intrinsic.
13252 (vmla_f64): Likewise.
13253 (vfms_f64): Likewise.
13254 (vmls_f64): Likewise.
13256 2014-07-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13258 * config/aarch64/aarch64.c (aarch64_frint_unspec_p): New function.
13259 (aarch64_rtx_costs): Handle FIX, UNSIGNED_FIX, UNSPEC.
13261 2014-07-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13263 * config/aarch64/arm_neon.h (vmlal_high_lane_s16): Fix type.
13264 (vmlal_high_lane_s32): Likewise.
13265 (vmlal_high_lane_u16): Likewise.
13266 (vmlal_high_lane_u32): Likewise.
13267 (vmlsl_high_lane_s16): Likewise.
13268 (vmlsl_high_lane_s32): Likewise.
13269 (vmlsl_high_lane_u16): Likewise.
13270 (vmlsl_high_lane_u32): Likewise.
13272 2014-07-17 Terry Guo <terry.guo@arm.com>
13274 * config/arm/types.md (alu_reg): Replaced by alu_sreg and alu_dsp_reg.
13275 (alus_reg): Renamed to alus_sreg.
13276 * config/arm/arm-fixed.md: Change type of non-dsp instructions
13277 from alu_reg to alu_sreg. Change type of dsp instructions from
13278 alu_reg to alu_dsp_reg.
13279 * config/arm/thumb1.md: Likewise.
13280 * config/arm/thumb2.md: Likewise.
13281 * config/arm/arm.c (cortexa7_older_only): Use new ALU type names.
13282 * config/arm/arm1020e.md (1020alu_op): Replace alu_reg and alus_reg
13283 with alu_sreg and alus_sreg.
13284 * config/arm/arm1026ejs.md (alu_op): Likewise.
13285 * config/arm/arm1136jfs.md (11_alu_op): Likewise.
13286 * config/arm/arm926ejs.md (9_alu_op): Likewise.
13287 * config/arm/fa526.md (526_alu_op): Likewise.
13288 * config/arm/fa606te.md (606te_alu_op): Likewise.
13289 * config/arm/fa626te.md (626te_alu_op): Likewise.
13290 * config/arm/fa726te.md (726te_alu_op): Likewise.
13291 * config/arm/fmp626.md (mp626_alu_op): Likewise.
13292 * config/arm/arm.md (core_cycles): Replace alu_reg and alus_reg with
13293 alu_sreg, alu_dsp_reg and alus_sreg.
13294 * config/arm/cortex-a15.md (cortex_a15_alu): Likewise.
13295 * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
13296 * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
13297 * config/arm/cortex-a7.md (cortex_a7_alu_sreg): Likewise.
13298 * config/arm/cortex-a8.md (cortex_a8_alu): Likewise.
13299 * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
13300 * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
13301 * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
13302 * config/arm/marvell-pj4.md (pj4_alu, pj4_alu_conds): Likewise.
13303 * config/aarch64/aarch64.md (*addsi3_aarch64, *addsi3_aarch64_uxtw,
13304 subsi3, *adddi3_aarch64, *subsi3_uxtw, subdi3, absdi2, neg<mode>2,
13305 *negsi2_uxtw, tlsle_small_<mode>): Rename type alu_reg to alu_sreg.
13306 (add<mode>3_compare0, *addsi3_compare0_uxtw, *add<mode>3nr_compare0,
13307 sub<mode>3_compare0, *compare_neg<mode>, *neg<mode>2_compare0,
13308 subsi3_compare0_uxtw, *negsi2_compare0_uxtw, *cmp<mode>): Rename type
13309 alus_reg to alus_sreg.
13311 2014-07-17 Andreas Schwab <schwab@linux-m68k.org>
13313 * real.c (encode_ieee_extended_motorola): Clear integer bit in the
13316 2014-07-17 Richard Biener <rguenther@suse.de>
13318 PR rtl-optimization/61801
13319 * sched-deps.c (sched_analyze_2): For ASM_OPERANDS and ASM_INPUT
13320 don't set reg_pending_barrier if it appears in a debug-insn.
13322 2014-07-16 DJ Delorie <dj@redhat.com>
13324 * config/rx/rx.c (rx_option_override): Fix alignment values.
13325 (rx_align_for_label): Likewise.
13327 2014-07-17 Hans-Peter Nilsson <hp@axis.com>
13330 * config/cris/cris.c (TARGET_LEGITIMATE_CONSTANT_P)
13331 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
13332 (cris_cannot_force_const_mem, cris_legitimate_constant_p): New
13334 (cris_print_index, cris_print_operand, cris_constant_index_p)
13335 (cris_side_effect_mode_ok): Replace CONSTANT_P with CRIS_CONSTANT_P.
13336 (cris_address_cost): Ditto last CONSTANT_P.
13337 (cris_symbol_type_of): Rename from cris_pic_symbol_type_of. All
13338 callers changed. Yield cris_offsettable_symbol for non-PIC
13339 constant symbolic expressions including labels. Yield cris_unspec
13341 (cris_expand_pic_call_address): New parameter MARKERP. Set its
13342 target to pic_offset_table_rtx for calls that will likely go
13343 through PLT, const0_rtx when they can't. All callers changed.
13344 Assert flag_pic. Use CONSTANT_P, not CONSTANT_ADDRESS_P, for
13345 symbolic expressions to be PICified. Remove second, redundant,
13346 assert on can_create_pseudo_p returning non-zero. Use
13347 replace_equiv_address_nv, not replace_equiv_address, for final
13349 * config/cris/cris.md ("movsi"): Move variable t to pattern
13350 toplevel. Adjust assert for new cris_symbol_type member. Use
13351 CONSTANT_P instead of CONSTANT_ADDRESS_P.
13352 ("*movsi_internal") <case 9>: Make check for valid unspec operands
13354 <case CRIS_UNSPEC_PCREL, CRIS_UNSPEC_PLT_PCREL>: Clear condition codes.
13355 ("call", "call_value"): Use second incoming operand as a marker
13356 for pic-offset-table-register being used.
13357 ("*expanded_call_non_v32", "*expanded_call_v32")
13358 ("*expanded_call_value_non_v32", "*expanded_call_value_v32"): For
13359 second incoming operand to CALL, match cris_call_type_marker.
13360 ("*expanded_call_value_side"): Ditto. Disable before reload_completed.
13361 ("*expanded_call_side"): Ditto. Fix typo in comment.
13362 (moverside, movemside peepholes): Check for CRIS_CONSTANT_P, not
13364 * config/cris/predicates.md ("cris_call_type_marker"): New predicate.
13365 * config/cris/cris.h (CRIS_CONSTANT_P): New macro.
13366 (enum cris_symbol_type): Rename from cris_pic_symbol_type. All
13367 users changed. Add members cris_offsettable_symbol and cris_unspec.
13368 (cris_symbol_type): Rename from cris_pic_symbol_type.
13369 * config/cris/constraints.md ("T"): Use CRIS_CONSTANT_P, not
13371 * config/cris/cris-protos.h (cris_symbol_type_of,
13372 cris_expand_pic_call_address): Adjust prototypes.
13373 (cris_legitimate_constant_p): New prototype.
13375 * config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override
13376 an existing tmake_file. Don't add t-slibgcc and t-linux.
13378 2014-07-17 Jason Merrill <jason@redhat.com>
13381 * symtab.c (symtab_remove_from_same_comdat_group): Also
13382 set_comdat_group to NULL_TREE.
13383 (verify_symtab): Fix diagnostic.
13385 2014-07-16 David Wohlferd <dw@LimeGreenSocks.com>
13388 * config/i386/ia32intrin.h: Use __LP64__ to determine size of long.
13390 2014-07-16 Dodji Seketeli <dodji@redhat.com>
13392 Support location tracking for built-in macro tokens
13393 * input.h (is_location_from_builtin_token): New function declaration.
13394 * input.c (is_location_from_builtin_token): New function definition.
13395 * toplev.c (general_init): Tell libcpp what the pre-defined
13396 spelling location for built-in tokens is.
13398 2014-07-16 Jakub Jelinek <jakub@redhat.com>
13400 * omp-low.c (create_omp_child_function): Don't set DECL_NAMELESS
13401 on the FUNCTION_DECL.
13403 2014-07-16 Richard Biener <rguenther@suse.de>
13406 * doc/extend.texi (always_inline): Clarify.
13408 2014-07-15 Eric Christopher <echristo@gmail.com>
13410 * doc/invoke.texi (Link Options): Document -z option.
13412 2014-07-15 Uros Bizjak <ubizjak@gmail.com>
13414 * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): New.
13415 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
13417 2014-07-15 Jan Hubicka <hubicka@ucw.cz>
13419 * fold-const.c (fold_checksum_tree): Fix typo in previous patch.
13421 2014-07-15 Bernd Schmidt <bernds@codesourcery.com>
13423 * asan.c (asan_finish_file): Use varpool_finalize_decl instead of
13424 varpool_assemble_decl.
13425 * varpool.c (varpool_assemble_decl): Assert that node->definition is
13428 2014-07-15 Michael Matz <matz@suse.de>
13430 PR rtl-optimization/61772
13431 * ifcvt.c (dead_or_predicable): Check jump to be free of side effects.
13433 2014-07-15 Richard Biener <rguenther@suse.de>
13435 * opts.c (default_options_table): Disable bit-ccp at -Og.
13437 2014-07-14 Jan Hubicka <hubicka@ucw.cz>
13439 * fold-const.c (fold_checksum_tree): Move checking of DECL_RESULT.
13441 2014-07-14 Jan Hubicka <hubicka@ucw.cz>
13443 * tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL,
13444 NAMESPACE_DECL, IMPORTED_DECL and NAMELIST_DECL;
13445 call langhook for unknown declaration.
13446 (find_decls_types_r): Do not walk DECL_ARGUMENT_FLD.
13447 * tree.h (DECL_ARGUMENTS): Update.
13448 * print-tree.c (print_node): Update.
13449 * tree-core.h (tree_decl_non_common): Remove arguments.
13450 (tree_function_decl): Add arguments.
13452 2014-07-14 Richard Earnshaw <rearnsha@arm.com>
13454 * aarch64.md (add_losym_<mode>): Set type to alu_imm.
13456 2014-07-14 Richard Biener <rguenther@suse.de>
13458 PR tree-optimization/61779
13459 * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Always try
13460 simplifying a condition.
13462 2014-07-14 Richard Biener <rguenther@suse.de>
13464 * builtins.c (c_strlen): Make only_value == 2 really only
13465 affect warning generation.
13467 2014-07-14 Richard Biener <rguenther@suse.de>
13469 PR tree-optimization/61757
13470 PR tree-optimization/61783
13471 PR tree-optimization/61787
13472 * tree-ssa-dom.c (record_equality): Revert canonicalization
13473 change and add comment.
13474 (propagate_rhs_into_lhs): Revert previous fix, removing
13475 loop depth restriction again.
13477 2014-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13479 * config/arm/cortex-a15.md (cortex_a15_alu): Handle clz, rbit.
13480 * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
13481 * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
13482 * config/arm/cortex-a7.md (cortex_a7_alu_reg): Likewise.
13483 * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
13484 * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
13485 * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
13487 2014-07-14 Richard Biener <rguenther@suse.de>
13489 * cgraph.h (decl_in_symtab_p): Make inline.
13491 2014-07-14 Jakub Jelinek <jakub@redhat.com>
13493 PR middle-end/61294
13494 * doc/invoke.texi (-Wmemset-transposed-args): Document.
13497 * config/i386/i386.c (classify_argument): Don't merge classes above
13500 2014-07-13 Jan Hubicka <hubicka@ucw.cz>
13502 * cgraph.h (symtab_node): Add nonzero_address.
13503 (decl_in_symtab_p): Break out from ...
13504 (symtab_get_node): ... here.
13505 * fold-const.c: Include cgraph.h
13506 (tree_single_nonzero_warnv_p): Use symtab to determine
13507 if symbol is non-zero.
13508 * symtab.c (symtab_node::nonzero_address): New method.
13510 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
13512 * ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
13513 forgotten in previous commit.
13515 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
13517 * tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC
13519 * ipa-devirt.c: Include stor-layout.h and intl.h
13520 (odr_subtypes_equivalent_p): New function.
13521 (warn_odr): New function.
13522 (warn_type_mismatch): New function.
13523 (odr_types_equivalent_p): New function.
13524 (add_type_duplicate): Use it.
13525 * common.opt (Wodr): New flag.
13526 * doc/invoke.texi (Wodr): Document new warning.
13528 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
13530 * timevar.def (TV_IPA_LTO_DECL_INIT_IO): Remove.
13531 (TV_IPA_LTO_CTORS_IN, TV_IPA_LTO_CTORS_OUT): New timevar.
13532 * cgraph.c (cgraph_get_body): Push GIMPLE_IN timevar.
13533 (varpool_get_constructor): Push CTORS_IN timevar.
13534 * lto-streamer-out.c (lto_output): Push TV_IPA_LTO_CTORS_OUT timevar.
13536 2014-07-12 Uros Bizjak <ubizjak@gmail.com>
13538 * config/i386/i386-builtin-types.def: Add USHORT_FTYPE_VOID.
13539 Remove VOID_FTYPE_PUSHORT.
13540 * config/i386/i386.c (bdesc_special_args) <__builtin_ia32_fnstsw>:
13541 Change code to USHORT_FTYPE_VOID.
13542 (ix86_expand_special_args_builtin): Handle USHORT_FTYPE_VOID.
13543 (ix86_expand_builtin): Remove IX86_BUILTIN_FNSTSW handling.
13544 (ix86_atomic_assign_expand_fenv): Update for
13545 __builtin_ia32_fnstsw changes.
13546 * config/i386/i386.md (x86_fnstsw_1): Set length unconditionally to 2.
13547 (fnstsw): Change operand 0 to nonimmediate operand.
13549 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
13551 * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.h
13552 (varpool_get_constructor): New function.
13553 (varpool_ctor_useable_for_folding_p): Break out from ...
13554 (ctor_for_folding): ... here; use varpool_get_constructor.
13555 (varpool_assemble_decl): Likewise.
13556 * lto-streamer.h (struct output_block): Turn cgraph_node
13558 (lto_input_variable_constructor): Declare.
13559 * ipa-visibility.c (function_and_variable_visibility): Use
13560 varpool_get_constructor.
13561 * cgraph.h (varpool_get_constructor): Declare.
13562 (varpool_ctor_useable_for_folding_p): New function.
13563 * lto-streamer-out.c (get_symbol_initial_value): Take encoder
13564 parameter; return error_mark_node for non-trivial constructors.
13565 (lto_write_tree_1, DFS_write_tree): Update use of
13566 get_symbol_initial_value.
13567 (output_function): Update initialization of symbol.
13568 (output_constructor): New function.
13569 (copy_function): Rename to ..
13570 (copy_function_or_variable): ... this one; handle vars too.
13571 (lto_output): Output variable sections.
13572 * lto-streamer-in.c (input_constructor): New function.
13573 (lto_read_body): Rename from ...
13574 (lto_read_body_or_constructor): ... this one; handle vars too.
13575 (lto_input_variable_constructor): New function.
13576 * ipa-prop.c (ipa_prop_write_jump_functions,
13577 ipa_prop_write_all_agg_replacement): Update.
13578 * lto-cgraph.c (compute_ltrans_boundary): Use it.
13579 (output_cgraph_opt_summary): Set symbol to NULL.
13581 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
13583 * ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk
13584 non-polymorphic types.
13585 * ipa-cp.c (ipa_get_jf_ancestor_result): Likewise.
13586 * ipa-devirt.c (types_same_for_odr): Do not explode when one
13587 of types is not polymorphic.
13589 2014-07-11 Vladimir Makarov <vmakarov@redhat.com>
13591 * lra-constraints.c (remove_inheritance_pseudos): Process
13592 destination pseudo too.
13594 2014-07-11 Rong Xu <xur@google.com>
13596 * gcov-tool.c (gcov_output_files): Fix build error introduced in
13599 2014-07-11 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
13601 * config/avr/avr-arch.h (avr_mcu_t): Add text section start attribute.
13602 * config/avr/avr-devices.c (AVR_MCU): Same.
13603 (avr_mcu_types): add text start value to end of device list.
13604 * config/avr/avr-mcus.def: Add text section start for all devices.
13605 (ata5782): Add new avr5 device.
13607 * config/avr/avr-tables.opt: Regenerate.
13608 * config/avr/avr.h: Add declaration for text section start handler.
13609 (EXTRA_SPEC_FUNCTIONS): Add text section start handler to
13611 (LINK_SPEC): Include text section start handler to linker spec.
13612 * config/avr/driver-avr.c (avr_device_to_text_start): New function to
13613 pass -Ttext option to linker if the text section start for the device
13615 * config/avr/t-multilib: Regenerate.
13616 * doc/avr-mmcu.texi: Regenerate.
13618 2014-07-11 David Edelsohn <dje.gcc@gmail.com>
13620 * config/rs6000/aix51.h (LINK_SPEC): Remove -bnodelcsect.
13621 * config/rs6000/aix52.h (LINK_SPEC): Same.
13622 * config/rs6000/aix53.h (LINK_SPEC): Same.
13623 * config/rs6000/aix61.h (LINK_SPEC): Same.
13624 * config/rs6000/xcoff.h (MAKE_DECL_ONE_ONLY): Define.
13626 2014-07-11 Roman Gareev <gareevroman@gmail.com>
13628 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.
13629 (graphite_verify): New function.
13630 (ivs_params_clear): New function.
13631 (gcc_expression_from_isl_ast_expr_id): New function.
13632 (gcc_expression_from_isl_expr_int): New function.
13633 (binary_op_to_tree): New function.
13634 (ternary_op_to_tree): New function.
13635 (unary_op_to_tree): New function.
13636 (nary_op_to_tree): New function.
13637 (gcc_expression_from_isl_expr_op): New function.
13638 (gcc_expression_from_isl_expression): New function.
13639 (graphite_create_new_loop): New function.
13640 (translate_isl_ast_for_loop): New function.
13641 (get_upper_bound): New function.
13642 (graphite_create_new_loop_guard): New function.
13643 (translate_isl_ast_node_for): New function.
13644 (translate_isl_ast): New function.
13645 (add_parameters_to_ivs_params): New function.
13646 (scop_to_isl_ast): New parameter ip.
13647 (graphite_regenerate_ast_isl): Add generation of GIMPLE code.
13649 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
13651 * config/xtensa/predicates.md (call expander): Update for
13652 DECL_SECTION_NAME being string.
13654 2014-07-11 Richard Biener <rguenther@suse.de>
13656 PR middle-end/61473
13657 * builtins.c (fold_builtin_memory_op): Inline memory moves that
13658 can be implemented with a single load followed by a single store.
13659 (c_strlen): Only warn when only_value is not 2.
13661 2014-07-11 Evgeny Stupachenko <evstupac@gmail.com>
13663 * config/i386/i386.c (expand_vec_perm_pblendv): Disable for AVX.
13665 2014-07-11 Marat Zakirov <m.zakirov@samsung.com>
13668 * config/arm/arm.md (*movhi_insn_arch4): Handle stack pointer.
13669 (*movhi_bytes): Likewise.
13670 (*arm_movqi_insn): Likewise.
13672 2014-07-11 Uros Bizjak <ubizjak@gmail.com>
13675 * config/alpha/alpha.c: Include tree-pass.h, context.h
13676 and pass_manager.h.
13677 (pass_data_handle_trap_shadows): New pass.
13678 (pass_handle_trap_shadows::gate): New pass gate function.
13679 (make_pass_handle_trap_shadows): New function.
13680 (rest_of_handle_trap_shadows): Ditto.
13682 (alpha_align_insns_1): Rename from alpha_align_insns.
13683 (pass_data_align_insns): New pass.
13684 (pass_align_insns::gate): New pass gate function.
13685 (make_pass_aling_insns): New function.
13686 (rest_of_align_insns): Ditto.
13687 (alpha_align_insns): Ditto.
13689 (alpha_option_override): Declare handle_trap_shadows info
13690 and align_insns_info. Register handle_trap_shadows and align_insns
13692 (alpha_reorg): Do not call alpha_trap_shadows and
13693 alpha_align_insn from here.
13695 (alpha_pad_function_end): Do not skip BARRIERs.
13697 2014-07-10 Rong Xu <xur@google.com>
13699 Add gcov-tool: an offline gcda profile processing tool support.
13700 * gcov-io.c (gcov_position): Make avaialble to gcov-tool.
13701 (gcov_is_error): Ditto.
13702 (gcov_read_string): Ditto.
13703 (gcov_read_sync): Ditto.
13704 * gcov-io.h: Move counter defines to gcov-counter.def.
13705 * gcov-dump.c (tag_counters): Use gcov-counter.def.
13706 * coverage.c: Ditto.
13707 * gcov-tool.c: Offline gcda profile processing tool.
13708 (unlink_gcda_file): Remove one gcda file.
13709 (unlink_profile_dir): Remove gcda files from the profile path.
13710 (gcov_output_files): Output gcda files to an output dir.
13711 (profile_merge): Merge two profiles in directory.
13712 (print_merge_usage_message): Print merge usage.
13713 (merge_usage): Print merge usage and exit.
13714 (do_merge): Driver for profile merge sub-command.
13715 (profile_rewrite): Rewrite profile.
13716 (print_rewrite_usage_message): Print rewrite usage.
13717 (rewrite_usage): Print rewrite usage and exit.
13718 (do_rewrite): Driver for profile rewrite sub-command.
13719 (print_usage): Print gcov-info usage and exit.
13720 (print_version): Print gcov-info version.
13721 (process_args): Process arguments.
13722 (main): Main routine for gcov-tool.
13723 * Makefile.in: Build and install gcov-tool.
13724 * gcov-counter.def: New file split from gcov-io.h.
13725 * doc/gcc.texi: Include gcov-tool.texi.
13726 * doc/gcov-tool.texi: Document for gcov-tool.
13728 2014-07-10 Richard Biener <rguenther@suse.de>
13730 PR tree-optimization/61757
13731 * tree-ssa-dom.c (loop_depth_of_name): Restore.
13732 (propagate_rhs_into_lhs): Revert part of last change.
13734 2014-07-10 Thomas Schwinge <thomas@codesourcery.com>
13736 * fold-const.c (fold_checksum_tree): Look at DECL_VINDEX only for
13739 2014-07-10 Eric Botcazou <ebotcazou@adacore.com>
13741 PR middle-end/53590
13742 * function.c (allocate_struct_function): Revert r188667 change.
13744 * gimple-low.c (lower_builtin_setjmp): Use properly-typed constant.
13746 2014-07-10 Tom G. Christensen <tgc@jupiterrise.com>
13748 * doc/install.texi: Remove links to defunct package providers for
13751 2014-07-09 Tom de Vries <tom@codesourcery.com>
13753 * final.c (get_call_fndecl): Declare.
13754 (self_recursive_call_p): New function.
13755 (collect_fn_hard_reg_usage): Handle self-recursive function calls.
13757 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13759 * ipa-devirt.c (record_node): Walk through aliases.
13761 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13763 * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
13765 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13768 * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
13770 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13772 * ipa-visibility.c (function_and_variable_visibility): Remove
13773 temporary hack disabling local aliases on AIX.
13775 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13777 * ipa-cp.c (devirtualization_time_bonus): Walk through aliases.
13778 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Likewise.
13780 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13782 * rs6000/rs6000-protos.h (rs6000_xcoff_declare_object_name): Declare.
13783 * rs6000/rs6000.c: Inline output of .set instruction.
13784 (declare_alias_data): New struct.
13785 (rs6000_declare_alias): New function.
13786 (rs6000_xcoff_declare_function_name): Use it.
13787 (rs6000_xcoff_declare_object_name): New function.
13788 * config/rs6000/xcoff.h: Define ASM_DECLARE_OBJECT_NAME.
13789 (ASM_OUTPUT_DEF): Turn to empty definition.
13791 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
13794 * hash-table.h: use hash_table::value_type instead of
13795 Descriptor::value_type in the return types of several methods.
13797 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
13799 * tree-pass.h (pass_data): Remove has_execute member.
13800 * passes.c (execute_one_pass): Don't check pass->has_execute.
13801 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
13802 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
13803 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
13804 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
13805 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
13806 config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
13807 config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
13808 dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
13809 gimple-low.c, gimple-ssa-isolate-paths.c,
13810 gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
13811 ipa-comdats.c, ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c,
13812 ipa-inline.c, ipa-profile.c, ipa-pure-const.c, ipa-reference.c,
13813 ipa-split.c, ipa-visibility.c, ipa.c, ira.c, jump.c, loop-init.c,
13814 lower-subreg.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
13815 postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
13816 reg-stack.c, regcprop.c, reginfo.c, regrename.c, reorg.c, sched-rgn.c,
13817 stack-ptr-mod.c, store-motion.c, tracer.c, trans-mem.c,
13818 tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-complex.c,
13819 tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-into-ssa.c,
13820 tree-loop-distribution.c, tree-nrv.c, tree-object-size.c,
13821 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
13822 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
13823 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
13824 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
13825 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
13826 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
13827 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
13828 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
13829 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
13830 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
13831 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
13832 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c,
13833 web.c: Remove initializer for pass_data::has_execute.
13835 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
13837 * graphite-htab.h: Use hash_map instead of hash_table.
13838 * graphite-clast-to-gimple.c: Adjust.
13839 * passes.c: Use hash_map instead of hash_table.
13840 * sese.c: Likewise.
13841 * sese.h: Remove now unused code.
13843 2014-07-08 Sriraman Tallam <tmsriram@google.com>
13846 * config/i386/i386.c (ix86_in_large_data_p): Check for size less
13849 2014-07-08 Jakub Jelinek <jakub@redhat.com>
13851 PR rtl-optimization/61673
13852 * combine.c (simplify_comparison): Test just mode's sign bit
13853 in tmode rather than the sign bit and any bits above it.
13855 2014-07-08 Roman Gareev <gareevroman@gmail.com>
13857 * graphite-isl-ast-to-gimple.c (generate_isl_context):
13858 Add __isl_give to the declaration.
13859 (generate_isl_schedule): Likewise.
13860 (scop_to_isl_ast): Likewise.
13862 2014-07-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13864 * config/arm/arm.c (cortexa5_extra_costs): New table.
13865 (arm_cortex_a5_tune): Use cortexa5_extra_costs.
13867 2014-07-08 Jakub Jelinek <jakub@redhat.com>
13869 PR tree-optimization/61725
13870 * tree-vrp.c (extract_range_basic): Don't assume vr0 is unsigned
13871 range, use range_includes_zerop_p instead of integer_zerop on
13872 vr0->min, only use log2 of max if min is not negative.
13874 2014-07-08 Richard Biener <rguenther@suse.de>
13876 * tree-ssa-dom.h (loop_depth_of_name): Remove.
13877 * tree-ssa-dom.c (record_equivalences_from_phis): Remove
13878 restriction on loop depth difference.
13879 (record_equality): Likewise.
13880 (propagate_rhs_into_lhs): Likewise. Simplify condition.
13881 (loop_depth_of_name): Remove.
13882 * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
13883 restriction on loop depth difference.
13884 (init_copy_prop): Likewise.
13886 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13888 * tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED
13890 (walk_aliased_vdefs): Likewise.
13891 * tree-ssa-alias.h (walk_aliased_vdefs): Likewise.
13892 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers
13893 (detect_type_change_from_memory_writes): Check if entry was reached.
13895 2014-07-08 Richard Biener <rguenther@suse.de>
13897 PR tree-optimization/61681
13898 * tree-ssa-structalias.c (find_what_var_points_to): Expand
13899 NONLOCAL inside ESCAPED.
13901 2014-07-08 Richard Biener <rguenther@suse.de>
13903 PR tree-optimization/61680
13904 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
13905 Handle properly all read-write dependences with group accesses.
13907 2014-07-08 Yuri Rumyantsev <ysrumyan@gmail.com>
13909 PR tree-optimization/61576
13910 * tree-if-conv.c (is_cond_scalar_reduction): Add check that basic
13911 block containing reduction statement is predecessor of phi basi block.
13913 2014-07-08 Marek Polacek <polacek@redhat.com>
13916 * fold-const.c (round_up_loc): Change the parameter type.
13918 * fold-const.h (round_up_loc): Adjust declaration.
13919 * stor-layout.c (finalize_record_size): Check for too large types.
13921 2014-07-07 Jan Hubicka <hubicka@ucw.cz>
13923 * symtab.c: Include calls.h.
13924 (symtab_nonoverwritable_alias_1): Check sanity of the local alias.
13926 2014-07-07 Maciej W. Rozycki <macro@codesourcery.com>
13928 * config/rs6000/rs6000.c (output_vec_const_move): Handle
13929 little-endian code generation.
13930 * config/rs6000/spe.md (spe_evmergehi): Rename to...
13931 (vec_perm00_v2si): ... this. Handle little-endian code generation.
13932 (spe_evmergehilo): Rename to...
13933 (vec_perm01_v2si): ... this. Handle little-endian code generation.
13934 (spe_evmergelo): Rename to...
13935 (vec_perm11_v2si): ... this. Handle little-endian code generation.
13936 (spe_evmergelohi): Rename to...
13937 (vec_perm10_v2si): ... this. Handle little-endian code generation.
13938 (spe_evmergehi, spe_evmergehilo): New expanders.
13939 (spe_evmergelo, spe_evmergelohi): Likewise.
13940 (*frob_<SPE64:mode>_<DITI:mode>): Handle little-endian code generation.
13941 (*frob_tf_ti): Likewise.
13942 (*frob_<mode>_di_2): Likewise.
13943 (*frob_tf_di_8_2): Likewise.
13944 (*frob_di_<mode>): Likewise.
13945 (*frob_ti_tf): Likewise.
13946 (*frob_<DITI:mode>_<SPE64:mode>_2): Likewise.
13947 (*frob_ti_<mode>_8_2): Likewise.
13948 (*frob_ti_tf_2): Likewise.
13949 (mov_si<mode>_e500_subreg0): Rename to...
13950 (mov_si<mode>_e500_subreg0_be): ... this. Restrict to the big
13952 (*mov_si<mode>_e500_subreg0_le): New instruction pattern.
13953 (*mov_si<mode>_e500_subreg0_elf_low): Rename to...
13954 (*mov_si<mode>_e500_subreg0_elf_low_be): ... this. Restrict to
13955 the big endianness only.
13956 (*mov_si<mode>_e500_subreg0_elf_low_le): New instruction pattern.
13957 (*mov_si<mode>_e500_subreg0_2): Rename to...
13958 (*mov_si<mode>_e500_subreg0_2_be): ... this. Restrict to the
13959 big big endianness only.
13960 (*mov_si<mode>_e500_subreg0_2_le): New instruction pattern.
13961 (*mov_si<mode>_e500_subreg4): Rename to...
13962 (*mov_si<mode>_e500_subreg4_be): ... this. Restrict to the big
13964 (mov_si<mode>_e500_subreg4_le): New instruction pattern.
13965 (*mov_si<mode>_e500_subreg4_elf_low): Rename to...
13966 (*mov_si<mode>_e500_subreg4_elf_low_be): ... this. Restrict to
13967 the big endianness only.
13968 (*mov_si<mode>_e500_subreg4_elf_low_le): New instruction/splitter
13970 (*mov_si<mode>_e500_subreg4_2): Rename to...
13971 (*mov_si<mode>_e500_subreg4_2_be): ... this. Restrict to the big
13973 (*mov_si<mode>_e500_subreg4_2_le): New instruction pattern.
13974 (*mov_sitf_e500_subreg8): Rename to...
13975 (*mov_sitf_e500_subreg8_be): ... this. Restrict to the big
13977 (*mov_sitf_e500_subreg8_le): New instruction pattern.
13978 (*mov_sitf_e500_subreg8_2): Rename to...
13979 (*mov_sitf_e500_subreg8_2_be): ... this. Restrict to the big
13981 (*mov_sitf_e500_subreg8_2_le): New instruction pattern.
13982 (*mov_sitf_e500_subreg12): Rename to...
13983 (*mov_sitf_e500_subreg12_be): ... this. Restrict to the big
13985 (*mov_sitf_e500_subreg12_le): New instruction pattern.
13986 (*mov_sitf_e500_subreg12_2): Rename to...
13987 (*mov_sitf_e500_subreg12_2_be): ... this. Restrict to the big
13989 (*mov_sitf_e500_subreg12_2_le): New instruction pattern.
13991 2014-07-07 Max Ostapenko <m.ostapenko@partner.samsung.com>
13993 * asan.c (instrument_strlen_call): Do not instrument first byte
13994 in strlen if already instrumented.
13996 2014-07-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13998 * config/arm/arm.opt (mwords-little-endian): Delete.
13999 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
14000 of TARGET_LITTLE_WORDS.
14001 (WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
14002 * config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
14004 * doc/invoke.texi: Remove references to -mwords-little-endian.
14006 2014-07-07 Jakub Jelinek <jakub@redhat.com>
14008 * expmed.c (struct init_expmed_rtl): Change all fields but
14009 pow2 and cint from struct rtx_def to rtx.
14010 (init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
14011 (init_expmed): Likewise. Allocate all the 18 rtxes and ggc_free them
14014 2014-07-06 Marek Polacek <polacek@redhat.com>
14017 * doc/invoke.texi: Document -Wsizeof-array-argument.
14019 2014-07-05 Gerald Pfeifer <gerald@pfeifer.com>
14021 * wide-int.h (wide_int_storage): Change declaration from struct
14024 2014-07-05 Jan Hubicka <hubicka@ucw.cz>
14026 * cgraph.c (cgraph_create_indirect_edge): Update call of
14027 get_polymorphic_call_info.
14028 * ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
14029 (possible_polymorphic_call_targets): Add parameter call.
14030 (decl_maybe_in_construction_p): New predicate.
14031 (get_polymorphic_call_info): Add parameter call;
14032 use decl_maybe_in_construction_p.
14033 * gimple-fold.c (fold_gimple_assign): Update use of
14034 possible_polymorphic_call_targets.
14035 (gimple_fold_call): Likewise.
14036 * ipa-prop.c: Inlcude calls.h
14037 (ipa_binfo_from_known_type_jfunc): Check that known type is record.
14038 (param_type_may_change_p): New predicate.
14039 (detect_type_change_from_memory_writes): Break out from ...
14040 (detect_type_change): ... this one; use param_type_may_change_p.
14041 (detect_type_change_ssa): Use param_type_may_change_p.
14042 (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
14044 2014-07-05 Charles Baylis <charles.baylis@linaro.org>
14047 * config/arm/arm-protos.h (arm_legitimate_address_p,
14048 arm_is_constant_pool_ref): Add prototypes.
14049 * config/arm/arm.c (arm_legitimate_address_p): Remove static.
14050 (arm_is_constant_pool_ref) New function.
14051 * config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
14052 arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
14053 (arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
14054 operand. Remove pool_range and neg_pool_range attributes.
14055 (arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
14056 pool_range and neg_pool_range attributes.
14057 * config/arm/constraints.md (Uh): New constraint.
14058 (Uq): Don't allow constant pool references.
14060 2014-07-04 James Greenhalgh <james.greenhalgh@arm.com>
14062 * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
14063 (move_lo_quad_internal_be_<mode>): Likewise.
14064 (move_lo_quad_<mode>): Convert to define_expand.
14065 (aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
14066 (aarch64_simd_move_hi_quad_be_<mode>): New.
14067 (move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
14068 (aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
14069 (aarch64_combinez_be<mode>): New.
14070 (aarch64_combine<mode>): Convert to define_expand.
14071 (aarch64_combine_internal<mode>): New.
14072 (aarch64_simd_combine<mode>): Remove bogus RTL description.
14074 2014-07-04 Tom de Vries <tom@codesourcery.com>
14076 * doc/md.texi (@subsection Constraint Modifier Characters): Clarify
14077 combination of earlyclobber and read/write modifiers.
14079 2014-07-04 Tom de Vries <tom@codesourcery.com>
14081 * config/aarch64/aarch64-simd.md
14082 (define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
14084 2014-07-04 Richard Earnshaw <rearnsha@arm.com>
14087 * config/aarch64/aarch64.h (OPTION_DEFAULT_SPECS): Define.
14089 2014-07-04 Jakub Jelinek <jakub@redhat.com>
14091 PR middle-end/61654
14092 * cgraphunit.c (expand_thunk): Call free_dominance_info.
14094 PR tree-optimization/61684
14095 * tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
14096 rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
14098 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
14099 Kito Cheng <kito@0xlab.org>
14100 Monk Chiang <sh.chiang04@gmail.com>
14102 * config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
14103 (nds32_symbol_load_store_p): Move to ...
14104 (nds32_fp_as_gp_check_available): Move to ...
14105 * config/nds32/nds32-fp-as-gp.c: ... here.
14106 * config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
14107 extern declaration.
14109 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
14110 Kito Cheng <kito@0xlab.org>
14111 Monk Chiang <sh.chiang04@gmail.com>
14113 * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
14114 (nds32_expand_store_multiple): Move to ...
14115 (nds32_expand_movmemqi): Move to ...
14116 * config/nds32/nds32-memory-manipulation.c: ... here.
14118 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
14119 Kito Cheng <kito@0xlab.org>
14120 Monk Chiang <sh.chiang04@gmail.com>
14122 * config/nds32/nds32.c (nds32_byte_to_size): Move to ...
14123 (nds32_output_casesi_pc_relative): Move to ...
14124 (nds32_output_casesi): Move to ...
14125 (nds32_mem_format): Move to ...
14126 (nds32_output_16bit_store): Move to ...
14127 (nds32_output_16bit_load): Move to ...
14128 (nds32_output_32bit_store): Move to ...
14129 (nds32_output_32bit_load): Move to ...
14130 (nds32_output_32bit_load_s): Move to ...
14131 (nds32_output_stack_push): Move to ...
14132 (nds32_output_stack_pop): Move to ...
14133 * config/nds32/nds32-md-auxiliary.c: ... here.
14135 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
14136 Ling-Hua Tseng <uranus@tinlans.org>
14138 * config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
14139 the purpose of this file.
14141 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
14142 Kito Cheng <kito@0xlab.org>
14143 Monk Chiang <sh.chiang04@gmail.com>
14145 * config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
14146 (nds32_address_cost): Move implementation to ...
14147 * config/nds32/nds32-cost.c: ... here.
14148 * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
14149 (nds32_address_cost_impl): Declare.
14151 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
14152 Kito Cheng <kito@0xlab.org>
14153 Monk Chiang <sh.chiang04@gmail.com>
14155 * config/nds32/nds32.c
14156 (nds32_consecutive_registers_load_store_p): Move to ...
14157 (nds32_valid_multiple_load_store): Move to ...
14158 (nds32_valid_stack_push_pop): Move to ...
14159 (nds32_can_use_bclr_p): Move to ...
14160 (nds32_can_use_bset_p): Move to ...
14161 (nds32_can_use_btgl_p): Move to ...
14162 (nds32_can_use_bitci_p): Move to ...
14163 * config/nds32/nds32-predicates.c: ... here.
14165 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
14166 Kito Cheng <kito@0xlab.org>
14167 Monk Chiang <sh.chiang04@gmail.com>
14169 * config/nds32/nds32.c
14170 (nds32_expand_builtin_null_ftype_reg): Move to ...
14171 (nds32_expand_builtin_reg_ftype_imm): Move to ...
14172 (nds32_expand_builtin_null_ftype_reg_imm): Move to ...
14173 (nds32_init_builtins): Move implementation to ...
14174 (nds32_expand_builtin): Move implementation to ...
14175 * config/nds32/nds32-intrinsic.c: ... here.
14176 * config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
14177 (nds32_expand_builtin_impl): Declare.
14179 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
14180 Kito Cheng <kito@0xlab.org>
14181 Monk Chiang <sh.chiang04@gmail.com>
14183 * config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
14184 (nds32_emit_section_tail_template): Move to ...
14185 (nds32_emit_isr_jmptbl_section): Move to ...
14186 (nds32_emit_isr_vector_section): Move to ...
14187 (nds32_emit_isr_reset_conten): Move to ...
14188 (nds32_check_isr_attrs_conflict): Move to ...
14189 (nds32_construct_isr_vectors_information): Move to ...
14190 (nds32_asm_file_start): Move implementation to ...
14191 (nds32_asm_file_end): Move implementation to ...
14192 * config/nds32/nds32-isr.c: ... here.
14193 * config/nds32/nds32-protos.h
14194 (nds32_check_isr_attrs_conflict): Declare.
14195 (nds32_construct_isr_vectors_information): Declare.
14196 (nds32_asm_file_start_for_isr): Declare.
14197 (nds32_asm_file_end_for_isr): Declare.
14199 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
14200 Kito Cheng <kito@0xlab.org>
14201 Monk Chiang <sh.chiang04@gmail.com>
14203 * config.gcc (nds32*): Add new modules to extra_objs.
14204 (nds32le-*-*): Use t-nds32 makefile fragment for new modules.
14205 (nds32be-*-*): Likewise.
14206 * config/nds32/nds32-cost.c: New file.
14207 * config/nds32/nds32-fp-as-gp.c: New file.
14208 * config/nds32/nds32-intrinsic.c: New file.
14209 * config/nds32/nds32-isr.c: New file.
14210 * config/nds32/nds32-md-auxiliary.c: New file.
14211 * config/nds32/nds32-memory-manipulation.c: New file.
14212 * config/nds32/nds32-pipelines-auxiliary.c: New file.
14213 * config/nds32/nds32-predicates.c: New file.
14214 * config/nds32/t-nds32: New file.
14216 2014-07-03 Jakub Jelinek <jakub@redhat.com>
14218 PR tree-optimization/61682
14219 * wide-int.cc (wi::mul_internal): Handle high correctly for umul_ppmm
14220 using cases and when one of the operands is equal to 1.
14222 2014-07-03 Segher Boessenkool <segher@kernel.crashing.org>
14224 * config/rs6000/rs6000.md (rotl<mode>3, ashl<mode>3, lshr<mode>3,
14225 ashr<mode>3): Correct mode of operands[2].
14226 (rotl<mode>3_dot, rotl<mode>3_dot2, ashl<mode>3_dot, ashl<mode>3_dot2,
14227 lshr<mode>3_dot, lshr<mode>3_dot2, ashr<mode>3_dot, ashr<mode>3_dot2):
14228 Correct mode of operands[2]. Fix split condition.
14230 2014-07-03 Richard Earnshaw <rearnsha@arm.com>
14232 * arm.md (arch): Add armv6_or_vfpv3.
14233 (arch_enabled): Add test for the above.
14234 * vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
14236 (sqrtsf_vfp, sqrtdf_vfp): Likewise.
14238 2014-07-03 Jakub Jelinek <jakub@redhat.com>
14240 * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
14241 * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
14242 HWI 1 and negate the unsigned value.
14243 * expmed.c (expand_sdiv_pow2): For modes wider than word always
14244 use AND instead of shift.
14245 * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
14247 2014-07-03 Marek Polacek <polacek@redhat.com>
14249 * doc/invoke.texi (-fsanitize=bounds): Tweak wording.
14250 (-fsanitize=float-divide-by-zero): Move to the table with
14251 -fsanitize=undefined suboptions.
14252 (-fsanitize=float-cast-overflow): Likewise.
14254 2014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
14256 * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Use
14257 BYTES_BIG_ENDIAN rather than WORDS_BIG_ENDIAN to check for byte
14260 2014-07-03 Zhenqiang Chen <zhenqiang.chen@linaro.org>
14262 * loop-invariant.c (struct invariant): Add a new member: eqno;
14263 (find_identical_invariants): Update eqno;
14264 (create_new_invariant): Init eqno;
14265 (get_inv_cost): Compute comp_cost with eqno;
14267 2014-07-02 Segher Boessenkool <segher@kernel.crashing.org>
14269 * genconfig.c (have_rotate_flag, have_rotatert_flag): New variables.
14270 (walk_insn_part) <ROTATE, ROTATERT>: New cases.
14271 (main): Conditionally write HAVE_rotate resp. HAVE_rotatert.
14272 * simplify-rtx.c (simplify_binary_operation_1) <ROTATE, ROTATERT>:
14273 Only do the transformation if both HAVE_rotate and HAVE_rotatert.
14275 2014-07-02 Christian Bruel <christian.bruel@st.com>
14279 * mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
14280 (make_preds_opaque): Delete.
14281 (clear_mode_bit, mode_bit_p, set_mode_bit): New macros.
14282 (commit_mode_sets): New function.
14283 (optimize_mode_switching): Handle current_mode to mode_switching_emit.
14284 Process all modes at once.
14285 * basic-block.h (pre_edge_lcm_avs): Declare.
14286 * lcm.c (pre_edge_lcm_avs): Renamed from pre_edge_lcm.
14287 Call clear_aux_for_edges. Fix comments.
14288 (pre_edge_lcm): New wrapper function to call pre_edge_lcm_avs.
14289 (pre_edge_rev_lcm): Idem.
14290 * config/epiphany/epiphany.c (emit_set_fp_mode): Add prev_mode
14292 * config/epiphany/epiphany-protos.h (emit_set_fp_mode): Idem.
14293 * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
14295 * config/i386/i386.c (x96_emit_mode_set): Idem.
14296 * config/sh/sh.c (sh_emit_mode_set): Likewise. Handle PR toggle.
14297 * config/sh/sh.md (toggle_pr): Defined if TARGET_FPU_SINGLE.
14298 (fpscr_toggle) Disallow from delay slot.
14299 * target.def (emit_mode_set): Add prev_mode parameter.
14300 * doc/tm.texi: Regenerate.
14302 2014-07-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14304 * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Delete unused
14307 2014-07-01 Jan Hubicka <hubicka@ucw.cz>
14309 * ipa-utils.h (method_class_type, vtable_pointer_value_to_binfo,
14310 vtable_pointer_value_to_vtable): Constify.
14311 (contains_polymorphic_type_p): Declare.
14312 * ipa-devirt.c (method_class_type, vtable_pointer_value_to_binfo,
14313 vtable_pointer_value_to_vtable): Constify.
14314 (contains_polymorphic_type_p): New predicate.
14315 * ipa-prop.c (ipa_set_jf_known_type): Allow types containing
14317 (ipa_set_ancestor_jf): Likewise.
14318 (detect_type_change): Return false in easy cases.
14319 (compute_complex_assign_jump_func): Require type to contain
14321 (compute_known_type_jump_func): Likewise.
14323 2014-07-01 Jan Hubicka <hubicka@ucw.cz>
14325 * tree.c (decls_same_for_odr, decls_same_for_odr, types_same_for_odr):
14327 (type_in_anonymous_namespace_p): Constify argument.
14328 * tree.h (types_same_for_odr, type_in_anonymous_namespace_p): Constify.
14329 * ipa-devirt.c (odr_type_d): Add ODR_VIOLATED field.
14330 (main_odr_variant): New function.
14331 (hash_type_name): Make static; update assert; do not ICE on
14333 (types_same_for_odr): Bring here from tree.c; simplify and remove
14334 old structural comparing code that doesn't work for templates.
14335 (odr_hasher::equal): Update assert.
14336 (add_type_duplicate): Return true when bases should be computed;
14337 replace incomplete loader by complete; do not output duplicated
14338 warnings; do not ICE on non-records; set odr_violated flag.
14339 (get_odr_type): Be ready to replace incomplete type by complete
14340 one; work on ODR variants instead of main variants; reorder item
14341 in array so bases have still smaller indexes.
14342 (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
14343 (possible_polymorphic_call_targets): Do not ICE when BINFO is NULL.
14345 2014-07-01 Cary Coutant <ccoutant@google.com>
14347 * dwarf2out.c (remove_addr_table_entry): Remove unnecessary hash table
14349 (resolve_addr_in_expr): When replacing the rtx in a location list
14350 entry, get a new address table entry.
14351 (dwarf2out_finish): Call index_location_lists even if there are no
14352 addr_index_table entries yet.
14354 2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
14356 * config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
14357 change for not being obvious.
14359 2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
14361 * config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
14364 2014-07-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14366 * config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
14367 (vcagt_f64): Likewise.
14368 (vcale_f64): Likewise.
14369 (vcaled_f64): Likewise.
14370 (vcales_f32): Likewise.
14371 (vcalt_f64): Likewise.
14372 (vcaltd_f64): Likewise.
14373 (vcalts_f32): Likewise.
14375 2014-07-01 Marek Polacek <polacek@redhat.com>
14377 * doc/invoke.texi: Document -Wint-conversion.
14379 2014-07-01 Marek Polacek <polacek@redhat.com>
14382 * doc/invoke.texi: Document -Wincompatible-pointer-types.
14384 2014-07-01 Martin Liska <mliska@suse.cz>
14386 IPA REF alias refactoring
14387 * cgraph.h (iterate_direct_aliases): New function.
14388 (FOR_EACH_ALIAS): New macro iterates all direct aliases for a node.
14389 * cgraph.c (cgraph_for_node_thunks_and_aliases): Usage of
14390 FOR_EACH_ALIAS added.
14391 (cgraph_for_node_and_aliases): Likewise.
14392 * cgraphunit.c (assemble_thunks_and_aliases): Likewise.
14393 * ipa-inline.c (reset_edge_caches): Likewise.
14394 (update_caller_keys): Likewise.
14395 * trans-mem.c (ipa_tm_execute): Likewise.
14396 *varpool.c (varpool_analyze_node): Likewise.
14397 (varpool_for_node_and_aliases): Likewise.
14398 * ipa-ref.h (first_alias): New function.
14399 (last_alias): Likewise.
14400 (has_aliases_p): Likewise.
14401 * ipa-ref.c (ipa_ref::remove_reference): Removal function
14402 is sensitive to IPA_REF_ALIASes.
14403 * symtab.c (symtab_node::add_reference): Node of IPA_REF_ALIAS type
14404 are put at the beginning of the list.
14405 (symtab_node::iterate_direct_aliases): New function.
14407 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14410 * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
14412 (write_ts_type_common_tree_pointers): Do not stream fields not set
14413 for incomplete types; do not stream duplicated fields for variants;
14414 sanity check that variant and type match.
14415 (write_ts_type_non_common_tree_pointers): Likewise.
14416 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
14417 TYPE_SIZE whether type is complete.
14418 (lto_input_ts_type_common_tree_pointers): Do same changes as in
14419 write_ts_type_common_tree_pointers
14420 (lto_input_ts_type_non_common_tree_pointers): Likewise.
14422 2014-06-30 Joseph Myers <joseph@codesourcery.com>
14424 * var-tracking.c (add_stores): Return instead of asserting if old
14425 and new values for conditional store are the same.
14427 2014-06-30 Richard Henderson <rth@redhat.com>
14431 * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
14432 the cfg if there were any changes.
14433 * passes.def: Revert move of peephole2 after reorder_blocks;
14434 move duplicate_computed_gotos before peephole2.
14436 2014-06-30 Uros Bizjak <ubizjak@gmail.com>
14438 * except.c (emit_note_eh_region_end): New helper function.
14439 (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
14440 emit EH_REGION_END note.
14441 * jump.c (cleanup_barriers): Do not split a call and its
14442 corresponding CALL_ARG_LOCATION note.
14444 2014-06-30 Jeff Law <law@redhat.com>
14446 PR tree-optimization/61607
14447 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Look
14448 deeper into the SSA_NAME_VALUE chain.
14450 2014-06-30 Marek Polacek <polacek@redhat.com>
14452 * convert.c (convert_to_integer): Don't instrument conversions if the
14453 function has no_sanitize_undefined attribute.
14454 * ubsan.c: Don't run the ubsan pass if the function has
14455 no_sanitize_undefined attribute.
14457 2014-06-30 Jakub Jelinek <jakub@redhat.com>
14459 * doc/invoke.texi (-fsanitize=bounds): Move to the table with
14460 -fsanitize=undefined suboptions.
14462 2014-06-30 Alan Lawrence <alan.lawrence@arm.com>
14464 * config/aarch64/aarch64-simd.md (vec_perm): Enable for bigendian.
14465 * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Remove assert
14466 against bigendian and adjust indices.
14468 2014-06-30 Gerald Pfeifer <gerald@pfeifer.com>
14470 * doc/install.texi (Specific, aarch64*-*-*): Fix markup. Reword a bit.
14472 2014-06-30 Marcus Shawcroft <marcus.shawcroft@arm.com>
14475 * config/aarch64/aarch64.md (*aarch64_ashr_sisd_or_int_<mode>3):
14476 Add alternative; make early clobber. Adjust both split patterns
14477 to use operand 0 as the working register.
14479 2014-06-30 Jakub Jelinek <jakub@redhat.com>
14481 * ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0,
14482 as ira_object_id_map might be NULL, or 1.
14484 2014-06-30 Zhenqiang Chen <zhenqiang.chen@linaro.org>
14486 * loop-invariant.c (get_inv_cost): Handle register class.
14487 (gain_for_invariant): Check the register pressure of the inv
14488 and its overlapped register class, other than all.
14490 2014-06-30 Gerald Pfeifer <gerald@pfeifer.com>
14492 * doc/invoke.texi (Optimize Options): Fix descriptions of
14493 ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
14495 2014-06-29 David Wohlferd <dw@LimeGreenSocks.com>
14497 * doc/extend.texi (Function Attributes): Update 'naked' attribute
14500 2014-06-29 Tobias Grosser <tobias@grosser.es>
14503 * graphite-isl-ast-to-gimple.c: Add missing guards.
14505 2014-06-29 Roman Gareev <gareevroman@gmail.com>
14507 * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
14508 * common.opt: Add new switch fgraphite-code-generator=[isl|cloog].
14509 * flag-types.h: Add new enum fgraphite_generator.
14510 * graphite-isl-ast-to-gimple.c: New.
14511 * graphite-isl-ast-to-gimple.h: New.
14512 * graphite.c (graphite_transform_loops): Add choice of Graphite
14513 code generator, which depends on flag_graphite_code_gen.
14515 2014-06-29 Roman Gareev <gareevroman@gmail.com>
14517 * graphite-dependences.c (subtract_commutative_associative_deps):
14518 Add NULL checking of the following variables: must_raw_no_source,
14519 may_raw_no_source, must_war_no_source, may_war_no_source,
14520 must_waw_no_source, may_waw_no_source, must_raw, may_raw,
14521 must_war, may_war, must_waw, may_waw.
14523 2014-06-29 Roman Gareev <gareevroman@gmail.com>
14525 * graphite-clast-to-gimple.c: gloog is renamed to
14526 graphite_regenerate_ast_cloog. gloog_error is renamed to
14527 graphite_regenerate_error.
14528 * graphite-clast-to-gimple.h: The definition of the struct
14529 bb_pbb_def is moved to graphite-htab.h.
14530 Add inclusion of the hash-table.h.
14531 * graphite-htab.h: The declaration of the function gloog is moved
14532 to graphite-clast-to-gimple.h and renamed to
14533 graphite_regenerate_ast_cloog.
14534 * graphite.c (graphite_transform_loops): gloog is renamed
14535 to graphite_regenerate_ast_cloog.
14537 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14539 * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
14541 (write_ts_type_common_tree_pointers): Do not stream fields not set
14542 for incomplete types; do not stream duplicated fields for variants;
14543 sanity check that variant and type match.
14544 (write_ts_type_non_common_tree_pointers): Likewise.
14545 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
14546 TYPE_SIZE whether type is complete.
14547 (lto_input_ts_type_common_tree_pointers): Do same changes as in
14548 write_ts_type_common_tree_pointers
14549 (lto_input_ts_type_non_common_tree_pointers): Likewise.
14551 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14553 * cgraph.c (dump_cgraph_node): Dump init&fini priorities.
14555 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14557 * tree-inline.c (remap_type_1): Do not duplicate fields
14558 that are shared in between type and its main variant.
14560 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14562 * ipa-prop.c (ipa_set_jf_known_type): Record always the main variant
14564 (ipa_set_ancestor_jf) Likewise.
14565 (check_stmt_for_type_change): Check that we work on main variant.
14566 (detect_type_change): Look into main variant.
14567 (compute_known_type_jump_func): Check that main variant has BINFO.
14569 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14571 * ipa-devirt.c (set_type_binfo): New function.
14572 (add_type_duplicate): Use it.
14573 (get_odr_type): Sanity check that binfos points to main variants.
14574 (get_class_context): Be sure the context's outer_type is main variant.
14575 (contains_type_p): Walk main variant.
14576 (get_polymorphic_call_info_for_decl): Set outer_type to be
14578 (get_polymorphic_call_info): Likewise.
14579 (possible_polymorphic_call_targets): Sanity check that we operate
14582 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14584 * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
14586 2014-06-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14588 * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
14589 accidental change due to wide-int branch merge.
14591 2014-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14593 * configure.ac (gcc_cv_as_compress_debug): Check for assembler
14594 compressed debug support.
14595 (gcc_cv_ld_compress_debug): Check for linker compressed debug support.
14596 * configure: Regenerate.
14597 * config.in: Regenerate.
14598 * common.opt (compressed_debug_sections): New enum.
14599 (gz, gz=): New options.
14600 * gcc.c (LINK_COMPRESS_DEBUG_SPEC, ASM_COMPRESS_DEBUG_SPEC): Define.
14601 (LINK_COMMAND_SPEC): Invoke LINK_COMPRESS_DEBUG_SPEC.
14602 (asm_options): Invoke ASM_COMPRESS_DEBUG_SPEC.
14603 * config/darwin.h (LINK_COMMAND_SPEC_A): Invoke
14604 LINK_COMPRESS_DEBUG_SPEC.
14605 * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
14606 * opts.c (common_handle_option): Handle OPT_gz, OPT_gz_.
14607 * doc/invoke.texi (Option Summary, Debugging Options): Add -gz[=type].
14608 (Debugging Options): Document -gz[=type].
14610 2014-06-27 Martin Jambor <mjambor@suse.cz>
14613 * cgraphclones.c (duplicate_thunk_for_node): Removed parameter
14614 args_to_skip, use those from node instead. Copy args_to_skip and
14615 combined_args_to_skip from node to the new thunk.
14616 (redirect_edge_duplicating_thunks): Removed parameter args_to_skip.
14617 (cgraph_create_virtual_clone): Moved computation of
14618 combined_args_to_skip...
14619 (cgraph_clone_node): ...here, simplify it to bitmap_ior..
14621 2014-06-27 trevor Saunders <tsaunders@mozilla.com>
14623 * config/i386/winnt.c (i386_pe_section_type_flags): Remove
14624 redundant diagnostic machinary.
14626 2014-06-27 Richard Biener <rguenther@suse.de>
14628 * tree-ssa-math-opts.c (bswap_replace): Fix
14629 SLOW_UNALIGNED_ACCESS test to only apply to unaligned object.
14631 2014-06-27 Martin Liska <mliska@suse.cz>
14633 * gimple.h (gimple_location_safe): New function introduced.
14634 * cgraphunit.c (walk_polymorphic_call_targets): Usage
14635 of gimple_location_safe replaces gimple_location.
14636 (gimple_fold_call): Likewise.
14637 * ipa-devirt.c (ipa_devirt): Likewise.
14638 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
14639 * ipa.c (walk_polymorphic_call_targets): Likewise.
14640 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
14642 2014-06-27 Jakub Jelinek <jakub@redhat.com>
14644 PR tree-optimization/57233
14645 PR tree-optimization/61299
14646 * tree-vect-generic.c (get_compute_type, count_type_subparts): New
14648 (expand_vector_operations_1): Use them. If {L,R}ROTATE_EXPR
14649 would be lowered to scalar shifts, check if corresponding
14650 shifts and vector BIT_IOR_EXPR are supported and don't lower
14651 or lower just to narrower vector type in that case.
14652 * expmed.c (expand_shift_1): Fix up handling of vector
14653 shifts and rotates.
14655 2014-06-26 Uros Bizjak <ubizjak@gmail.com>
14658 * config/alpha/alpha.c (alpha_handle_trap_shadows): Handle BARRIER RTX.
14660 2014-06-26 Jan Hubicka <hubicka@ucw.cz>
14662 * doc/invoke.texi (-fsemantic-interposition): Document.
14663 * common.opt (fsemantic-interposition): New flag.
14664 * varasm.c (decl_replaceable_p): Use it.
14666 2014-06-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14669 * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
14670 extraction other than index 3.
14672 2014-06-26 Teresa Johnson <tejohnson@google.com>
14674 * doc/invoke.texi: Fix typo.
14675 * dumpfile.c: Add support for documented -fdump-* options
14676 optimized/missed/note/optall.
14678 2014-06-26 Martin Jambor <mjambor@suse.cz>
14680 * params.def (PARAM_ALLOW_LOAD_DATA_RACES)
14681 (PARAM_ALLOW_PACKED_LOAD_DATA_RACES)
14682 (PARAM_ALLOW_PACKED_STORE_DATA_RACES): Removed.
14683 (PARAM_ALLOW_STORE_DATA_RACES): Set default to zero.
14684 * opts.c (default_options_optimization): Set
14685 PARAM_ALLOW_STORE_DATA_RACES to one at -Ofast.
14686 * doc/invoke.texi (allow-load-data-races)
14687 (allow-packed-load-data-races, allow-packed-store-data-races): Removed.
14688 (allow-store-data-races): Document the new default.
14690 2014-06-26 Martin Jambor <mjambor@suse.cz>
14692 * ipa-prop.c (ipa_impossible_devirt_target): No longer static,
14693 renamed to ipa_impossible_devirt_target. Fix typo.
14694 * ipa-prop.h (ipa_impossible_devirt_target): Declare.
14695 * ipa-cp.c (ipa_get_indirect_edge_target_1): Use
14696 ipa_impossible_devirt_target.
14698 2014-06-26 Richard Biener <rguenther@suse.de>
14700 PR tree-optimization/61607
14701 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust comment
14702 explaining why we restrict copies on loop depth.
14703 * tree-ssa-dom.c (cprop_operand): Remove restriction on
14705 (record_equivalences_from_phis): Instead add it here.
14707 2014-06-26 Bernd Schmidt <bernds@codesourcery.com>
14709 * Makefile.in (COLLECT2_OBJS): Add collect-utils.o.
14710 (LTO_WRAPPER_OBJS): New variable.
14711 (lto-wrapper$(exeext)): Use it.
14712 * collect2.c: Include "collect-utils.h".
14713 (verbose, debug): Remove variables.
14714 (at_file_supplied): No longer static.
14715 (tool_name): New variable.
14716 (do_wait, fork_execute, maybe_unlink): Don't declare.
14717 (tool_cleanup): No longer static.
14718 (notice): Remove function.
14719 (maybe_run_lto_and_relink, main, do_dsymutil): Add new arg to
14720 fork_execute calls.
14721 (collect_wait, do_wait, collect_execute): Remove functions.
14722 (maybe_unlink): No longer static.
14723 * collect2.h (verbose, debug): Don't declare.
14724 (at_file_supplied): Declare.
14725 * collect-utils.c (utils_cleanup): New arg from_signal. All callers
14727 (collect_execute): Replace with implementation from collect2, plus a
14728 new arg use_atfile. All callers changed.
14729 (collect_wait): Replace with implementation from collect2.
14730 (maybe_unlink_file): Remove function.
14731 (fork_execute): Replace with implementation from collect2, plus a
14732 new arg use_atfile. All callers changed.
14733 (do_wait): Add call to utils_cleanup to the error path.
14734 * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
14735 (tool_cleanup): Adjust declarations.
14736 * lto-wrapper.c (tool_cleanup): Add unused bool argument.
14737 * tlink.c: Include "collect-utils.h".
14738 (tlink_execute): New arg use_atfile. All callers changed.
14739 (tlink_init, tlink_execute): Remove declarations.
14741 * collect-utils.c (save_temps): New variable.
14742 (do_wait): Use it instead of debug. Use fatal_error.
14743 * collect-utils.h (save_temps): Declare.
14744 * collect2.c (verbose): Rename from vflag. All uses changed.
14745 (tool_cleanup): New function, copied from collect_atexit.
14746 (collect_atexit, handler): Just call it.
14747 * collect2.h (verbose): Declaration renamed from vflag.
14748 * lto-wrapper.c (maybe_unlink, run_gcc): Use save_temps instead of
14751 * Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
14752 (lto-wrapper$(exeext)): Link with collect-utils.o.
14753 * collect-utils.c: New file.
14754 * collect-utils.h: New file.
14755 * lto-wrapper.c: Include "collect-utils.h".
14756 (args_name): Delete variable.
14757 (tool_name): New variable.
14758 (tool_cleanup): New function.
14759 (maybe_unlink): Renamed from maybe_unlink_file. All callers changed.
14760 (lto_wrapper_cleanup, fatal_signal, collect_execute, collect_wait)
14761 (fork_execute): Remove functions.
14763 2014-06-26 Nick Clifton <nickc@redhat.com>
14765 * config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
14767 * doc/extend.texi (Function Attributes): Fix typo in description
14768 of RX vector attribute.
14770 2014-06-26 James Greenhalgh <james.greenhalgh@arm.com>
14772 * config.gcc (supported_defaults): Error when passing either
14773 --with-tune or --with-arch in conjunction with --with-cpu for ARM.
14775 2014-06-26 Richard Biener <rguenther@suse.de>
14777 * tree-ssa-dom.c (cprop_operand): Remove restriction on
14778 propagating volatile pointers.
14780 2014-06-26 Richard Biener <rguenther@suse.de>
14782 PR tree-optimization/61607
14783 * tree-ssa-threadupdate.c (ssa_redirect_edges): Cancel the
14784 loop if we redirected its latch edge.
14785 (thread_block_1): Do not cancel loops prematurely.
14787 2014-06-25 Jan Hubicka <hubicka@ucw.cz>
14789 * toplev.c (backend_init_target): Move init_emit_regs and
14791 (backend_init) ... here; skip ira_init_once and backend_init_target.
14792 (target_reinit) ... and here; clear
14793 this_target_rtl->lang_dependent_initialized.
14794 (lang_dependent_init_target): Clear
14795 this_target_rtl->lang_dependent_initialized;
14796 break out rtl initialization to ...
14797 (initialize_rtl): ... here; call also backend_init_target
14799 * toplev.h (initialize_rtl): New function.
14800 * function.c: Include toplev.h
14801 (init_function_start): Call initialize_rtl.
14802 * rtl.h (target_rtl): Add target_specific_initialized,
14803 lang_dependent_initialized.
14805 2014-06-25 Paul Gortmaker <paul.gortmaker@windriver.com>
14806 Jakub Jelinek <jakub@redhat.com>
14808 * gcc.c (set_multilib_dir): Malloc "." pointer as well.
14810 2014-06-25 Tom de Vries <tom@codesourcery.com>
14812 * config/arm/arm.c (arm_emit_call_insn): Remove clobber of CC_REGNUM.
14814 2014-06-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
14816 * tree-ssa-forwprop.c (associate_plusminus): For widening conversions
14817 check for undefined overflow in (T)(P + A) - (T)P -> (T)A.
14818 Issue a strict overflow warning if appropriate.
14820 2014-06-25 Martin Liska <mliska@suse.cz>
14822 IPA REF refactoring
14823 * Makefile.in: Removed header file (ipa-ref-inline.h).
14824 * cgraph.c (cgraph_turn_edge_to_speculative): New IPA REF function
14826 (cgraph_speculative_call_info): Likewise.
14827 (cgraph_for_node_thunks_and_aliases): Likewise.
14828 (cgraph_for_node_and_aliases): Likewise.
14829 (verify_cgraph_node): Likewise.
14830 * cgraph.h: Batch of IPA REF functions become member functions of
14831 symtab_node: add_reference, maybe_add_reference, clone_references,
14832 clone_referring, clone_reference, find_reference,
14833 remove_stmt_references, remove_all_references,
14834 remove_all_referring, dump_references, dump_referring,
14835 has_alias_p, iterate_reference, iterate_referring.
14836 * cgraphbuild.c (record_reference): New IPA REF function used.
14837 (record_type_list): Likewise.
14838 (record_eh_tables): Likewise.
14839 (mark_address): Likewise.
14840 (mark_load): Likewise.
14841 (mark_store): Likewise.
14842 (pass_build_cgraph_edges): Likewise.
14843 (rebuild_cgraph_edge): Likewise.
14844 (cgraph_rebuild_references): Likewise.
14845 (pass_remove_cgraph_callee_edges): Likewise.
14846 * cgraphclones.c (cgraph_clone_node): Likewise.
14847 (cgraph_create_virtual_clone): Likewise.
14848 (cgraph_materialize_clone): Likewise.
14849 (cgraph_materialize_all_clones): Likewise.
14850 * cgraphunit.c (cgraph_reset_node): Likewise.
14851 (cgraph_reset_node): Likewise.
14852 (analyze_function): Likewise.
14853 (assemble_thunks_and_aliases): Likewise.
14854 (expand_function): Likewise.
14855 * ipa-comdats.c (propagate_comdat_group): Likewise.
14856 (enqueue_references): Likewise.
14857 * ipa-cp.c (ipcp_discover_new_direct_edges): Likewise.
14858 (create_specialized_node): Likewise.
14859 * ipa-devirt.c (referenced_from_vtable_p): Likewise.
14860 * ipa-inline-transform.c (can_remove_node_now_p_1): Likewise.
14861 * ipa-inline.c (reset_edge_caches): Likewise.
14862 (update_caller_keys): Likewise.
14863 (execute): Likewise.
14864 * ipa-prop.c (remove_described_reference): Likewise.
14865 (propagate_controlled_uses): Likewise.
14866 (ipa_edge_duplication_hook): Likewise.
14867 (ipa_modify_call_arguments): Likewise.
14868 * ipa-pure-const.c (propagate_pure_const): Likewise.
14869 * ipa-ref-inline.h: Header file removed, functions moved
14870 to symtab_node class.
14871 * ipa-ref.c (remove_reference): New class member function.
14872 (cannot_lead_to_return): New class member function.
14873 (referring_ref_list): Likewise.
14874 (referred_ref_list): Likewise.
14875 Rest of functions moved to symtab_node class.
14876 * ipa-ref.h: New member functions remove_reference,
14877 cannot_lead_to_return, referring_ref_list, referred_ref_list added
14879 ipa_ref_list class has new member functions: first_reference,
14880 first_referring, clear, nreferences.
14881 * ipa-reference.c (analyze_function): New IPA REF function used.
14882 (write_node_summary_p): Likewise.
14883 (ipa_reference_write_optimization_summary): Likewise.
14884 * ipa-split.c (split_function): Likewise.
14885 * ipa-utils.c (ipa_reverse_postorder): Likewise.
14886 * ipa-visibility.c (cgraph_non_local_node_p_1): Likewise.
14887 (function_and_variable_visibility): Likewise.
14888 * ipa.c (has_addr_references_p): Likewise.
14889 (process_references): Argument type changed.
14890 (symtab_remove_unreachable_nodes): New IPA REF function used.
14891 (process_references): Likewise.
14892 (set_writeonly_bit): Likewise.
14893 * lto-cgraph.c: Implementation of new symtab_node member functions
14894 that uses new IPA REF functions.
14895 * lto-streamer-in.c (fixup_call_stmt_edges_1): New IPA REF
14897 * lto-streamer-out.c (output_symbol_p): Likewise.
14898 * lto-streamer.h (referenced_from_this_partition_p): Argument type
14900 * symtab.c: Implementation of new IPA REF API.
14901 * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used.
14902 (ipa_tm_create_version): Likewise.
14903 (ipa_tm_execute): Likewise.
14904 * tree-emutls.c (gen_emutls_addr): Likewise.
14905 * tree-inline.c (copy_bb): Likewise.
14906 (delete_unreachable_blocks_update_callgraph): Likewise.
14907 * varpool.c (varpool_remove_unreferenced_decls): Likewise.
14908 (varpool_for_node_and_aliases): Likewise.
14910 2014-06-25 Trevor Saunders <tsaunders@mozilla.com>
14912 * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
14914 2014-06-25 Trevor Saunders <tsaunders@mozilla.com>
14917 * fold-const.c (fold_checksum_tree): Use a hash_table of const
14918 tree_node * instead of tree_node *.
14920 (print_fold_checksum): Likewise.
14921 (fold_check_failed): Likewise.
14922 (debug_fold_checksum): Likewise.
14923 (fold_build1_stat_loc): Likewise.
14924 (fold_build2_stat_loc): Likewise.
14925 (fold_build3_stat_loc): Likewise.
14926 (fold_build_call_array_loc): Likewise.
14928 2014-06-25 David Edelsohn <dje.gcc@gmail.com>
14930 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace
14931 implementation with call to...
14932 * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): New
14934 * config/rs6000/rs6000-protos.h (rs6000_xcoff_declare_function_name):
14937 2014-06-25 Marc Glisse <marc.glisse@inria.fr>
14939 PR tree-optimization/57742
14940 * tree-ssa-strlen.c (handle_builtin_memset): Update strinfo
14941 after replacing the statement.
14943 2014-06-25 Nick Clifton <nickc@redhat.com>
14945 * config/v850/v850.c (GHS_default_section_names): Change to const
14947 (GHS_current_section_names): Likewise.
14948 (v850_insert_attributes): Do not build strings, just assign the
14949 names directly. Change the type of 'chosen_section' to const
14951 * config/v850/v850-c.c (ghs_pragma_section): Assign the alias
14952 directly to the array entry.
14953 * config/v850/v850.h (GHS_default_section_names): Change to const
14955 (GHS_current_section_names): Likewise.
14957 2014-06-25 Jakub Jelinek <jakub@redhat.com>
14959 * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.
14960 (LANG_HOOKS_DECLS): Add it.
14961 * gimplify.c (gimplify_omp_for): Make sure OMP_CLAUSE_LINEAR_STEP
14963 * tree.h (OMP_CLAUSE_LINEAR_ARRAY): Define.
14964 * langhooks.h (struct lang_hooks_for_decls): Add
14965 omp_clause_linear_ctor hook.
14966 * omp-low.c (lower_rec_input_clauses): Set max_vf even if
14967 OMP_CLAUSE_LINEAR_ARRAY is set. Don't fold_convert
14968 OMP_CLAUSE_LINEAR_STEP. For OMP_CLAUSE_LINEAR_ARRAY in
14969 combined simd loop use omp_clause_linear_ctor hook.
14971 2014-06-24 Cong Hou <congh@google.com>
14973 * tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD
14974 pattern recognition.
14975 (type_conversion_p): PROMOTION is true if it's a type promotion
14976 conversion, and false otherwise. Return true if the given expression
14977 is a type conversion one.
14978 * tree-vectorizer.h: Adjust the number of patterns.
14979 * tree.def: Add SAD_EXPR.
14980 * optabs.def: Add sad_optab.
14981 * cfgexpand.c (expand_debug_expr): Add SAD_EXPR case.
14982 * expr.c (expand_expr_real_2): Likewise.
14983 * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
14984 * gimple.c (get_gimple_rhs_num_ops): Likewise.
14985 * optabs.c (optab_for_tree_code): Likewise.
14986 * tree-cfg.c (estimate_operator_cost): Likewise.
14987 * tree-ssa-operands.c (get_expr_operands): Likewise.
14988 * tree-vect-loop.c (get_initial_def_for_reduction): Likewise.
14989 * config/i386/sse.md: Add SSE2 and AVX2 expand for SAD.
14990 * doc/generic.texi: Add document for SAD_EXPR.
14991 * doc/md.texi: Add document for ssad and usad.
14993 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
14995 * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
14996 qualification in cast.
14998 2014-06-24 Jan Hubicka <hubicka@ucw.cz>
15000 * tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
15001 * tree.h (DECL_VINDEX, DECL_SAVED_TREE): Restrict to DECL_FUNCTION.
15002 * tree-core.h (tree_decl_non_common): Move saved_tree and vindex...
15003 (tree_function_decl): ... here.
15004 * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Move
15005 streaming of vindex to ...
15006 (write_ts_function_decl_tree_pointers): ... here.
15007 * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
15008 Do not stream DECL_VINDEX.
15009 (lto_input_ts_function_decl_tree_pointers): Stream it here.
15011 2014-06-24 Catherine Moore <clm@codesourcery.com>
15012 Sandra Loosemore <sandra@codesourcery.com>
15014 * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete.
15015 * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete.
15016 * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete.
15018 2014-06-24 Marc Glisse <marc.glisse@inria.fr>
15020 * doc/invoke.texi (Warning Options): Remove duplicated
15021 -Wmaybe-uninitialized.
15023 2014-06-24 Marc Glisse <marc.glisse@inria.fr>
15025 PR tree-optimization/57742
15026 * tree-ssa-strlen.c (get_string_length): Ignore malloc.
15027 (handle_builtin_malloc, handle_builtin_memset): New functions.
15028 (strlen_optimize_stmt): Call them.
15029 * passes.def: Move strlen after loop+dom but before vrp.
15031 2014-06-24 Jakub Jelinek <jakub@redhat.com>
15034 * config/i386/driver-i386.c (host_detect_local_cpu): For unknown
15035 model family 6 CPU with has_longmode never use a CPU without
15038 2014-06-24 H.J. Lu <hongjiu.lu@intel.com>
15041 * config/i386/driver-i386.c (host_detect_local_cpu): Revert
15044 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
15046 * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
15047 * dominance.c (iterate_fix_dominators): Use hash_map instead of
15049 * hash-map.h: New file.
15050 * ipa-comdats.c: Use hash_map instead of pointer_map.
15052 * lto-section-out.c: Adjust.
15053 * lto-streamer.h: Replace pointer_map with hash_map.
15054 * symtab.c (verify_symtab): Likewise.
15055 * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
15056 * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
15057 * tree-streamer.h: Likewise.
15058 * tree-streamer.c: Adjust.
15059 * pointer-set.h: Remove pointer_map.
15061 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
15063 * hash-table.h: Add a template arg to choose between storing values
15064 and storing pointers to values, and then provide partial
15065 specializations for both.
15066 * tree-browser.c (tree_upper_hasher): Provide the type the hash table
15067 should store, not the type values should point to.
15068 * tree-into-ssa.c (var_info_hasher): Likewise.
15069 * tree-ssa-dom.c (expr_elt_hasher): Likewise.
15070 * tree-complex.c: Adjust.
15071 * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
15072 table instead of int_tree_map *.
15073 * tree-parloops.c: Adjust.
15074 * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
15075 type is being stored.
15076 * tree-vectorizer.c: Adjust.
15078 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
15080 * hash-table.h: Remove a layer of indirection from hash_table so that
15081 it contains the hash table's data instead of a pointer to the data.
15082 * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
15083 config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
15084 config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
15085 data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
15086 fold-const.c, gcse.c, ggc-common.c,
15087 gimple-ssa-strength-reduction.c, gimplify.c,
15088 graphite-clast-to-gimple.c, graphite-dependences.c,
15089 graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
15090 ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
15091 loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
15092 lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
15093 postreload-gcse.c, sese.c, statistics.c, store-motion.c,
15094 trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
15095 tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
15096 tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
15097 tree-ssa-live.c, tree-ssa-loop-im.c,
15098 tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
15099 tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
15100 tree-ssa-structalias.c, tree-ssa-tail-merge.c,
15101 tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
15102 tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
15103 tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
15104 vtable-verify.c, vtable-verify.h: Adjust.
15106 2014-06-24 Richard Biener <rguenther@suse.de>
15108 PR tree-optimization/61572
15109 * tree-ssa-sink.c (statement_sink_location): Do not sink
15110 loads from hard registers.
15112 2014-06-24 Jakub Jelinek <jakub@redhat.com>
15114 * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
15115 not mentioned in clauses use private clause if the iterator is
15116 declared in #pragma omp for simd, and when adding lastprivate
15117 instead, add it to the outer #pragma omp for too. Diagnose
15118 if the variable is private in outer context. For simd collapse > 1
15119 loops, replace all iterators with temporaries.
15120 * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
15121 same even in collapse > 1 loops.
15123 * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
15124 OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
15126 <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
15127 (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
15129 (gimplify_adjust_omp_clauses): Likewise.
15130 * omp-low.c (lower_rec_simd_input_clauses,
15131 lower_rec_input_clauses, expand_omp_simd): Handle non-constant
15132 safelen the same as safelen(1).
15133 * tree-nested.c (convert_nonlocal_omp_clauses,
15134 convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED. For
15135 OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
15136 (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
15137 Fixup handling of GIMPLE_OMP_TARGET.
15138 (convert_tramp_reference_stmt, convert_gimple_call): Handle
15141 2014-06-24 Chung-Lin Tang <cltang@codesourcery.com>
15143 PR tree-optimization/61554
15144 * tree-ssa-propagate.c: Include "bitmap.h".
15145 (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
15146 properly update constructor/destructor.
15147 (substitute_and_fold_dom_walker::before_dom_children):
15148 Remove call to gimple_purge_dead_eh_edges, add bb->index to
15149 need_eh_cleaup instead.
15150 (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
15153 2014-06-23 Jan Hubicka <hubicka@ucw.cz>
15155 * varpool.c (dump_varpool_node): Dump used_by_single_function.
15156 * tree-pass.h (make_pass_ipa_single_use): New pass.
15157 * cgraph.h (used_by_single_function): New flag.
15158 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node):
15160 * passes.def (pass_ipa_single_use): Scedule.
15161 * ipa.c (BOTTOM): New macro.
15162 (meet): New function
15163 (propagate_single_user): New function.
15164 (ipa_single_use): New function.
15165 (pass_data_ipa_single_use): New pass.
15166 (pass_ipa_single_use): New pass.
15167 (pass_ipa_single_use::gate): New gate.
15168 (make_pass_ipa_single_use): New function.
15170 2014-06-23 Kai Tietz <ktietz@redhat.com>
15173 * passes.def (peephole2): Move peephole2 pass before sched2 pass.
15174 * config/i386/i386.md (peehole2): Combine memories and indirect jumps.
15176 2014-06-23 Richard Biener <rguenther@suse.de>
15178 * tree-ssa-loop.c (gate_loop): New function.
15179 (pass_tree_loop::gate): Call it.
15180 (pass_data_tree_no_loop, pass_tree_no_loop,
15181 make_pass_tree_no_loop): New.
15182 * tree-vectorizer.c: Include tree-scalar-evolution.c
15183 (pass_slp_vectorize::execute): Initialize loops and SCEV if
15185 (pass_slp_vectorize::clone): New method.
15186 * timevar.def (TV_TREE_NOLOOP): New.
15187 * tree-pass.h (make_pass_tree_no_loop): Declare.
15188 * passes.def (pass_tree_no_loop): New pass group with
15191 2014-06-23 H.J. Lu <hongjiu.lu@intel.com>
15194 * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
15195 to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
15197 2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
15199 * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
15200 "yes" where needed.
15202 2014-06-23 Alan Modra <amodra@gmail.com>
15205 * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
15206 to zero on debug statements.
15208 2014-06-23 Alan Lawrence <alan.lawrence@arm.com>
15211 * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
15212 Ignore third operand if present by marking qualifier_internal.
15214 * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
15216 * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
15218 (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
15219 arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
15220 (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
15221 vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
15222 vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
15223 vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
15224 vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
15225 vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
15226 vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
15227 vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
15228 vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
15229 vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
15230 vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
15231 vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
15232 vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
15233 vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
15234 logic in GCC vector extensions
15236 (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
15237 vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
15238 vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
15239 vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
15240 vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
15241 vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
15242 vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
15243 vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
15244 vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
15245 vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
15247 (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
15249 (vget_high_s64, vget_high_u64): Reimplement with GCC vector
15252 (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
15253 (vget_low_s64): Use __GET_LOW macro.
15254 (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
15255 gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
15256 (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
15257 (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
15258 __builtin_aarch64_lane_boundsi, use GCC vector extensions.
15260 (vcombine_s64): Use GCC vector extensions; remove cast.
15261 (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
15262 vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
15263 vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
15264 Fix type signature; remove cast.
15266 2014-06-23 Alan Lawrence <alan.lawrence@arm.com>
15269 * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
15271 * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
15273 (BUILTIN_VD1): New.
15274 (BUILTIN_VD_RE): Remove.
15275 (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
15276 (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
15277 * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
15278 variant but not df.
15279 (vreinterpretv1df*, vreinterpret*v1df): New.
15280 (vreinterpretdf*, vreinterpret*df): Remove.
15281 * config/aarch64/aarch64-simd.md (aarch64_create,
15282 aarch64_reinterpret*): Generate V1DFmode pattern not DFmode.
15283 * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
15285 * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
15286 (vcreate_f64): Remove cast, use v1df builtin.
15287 (vcombine_f64): Remove cast, get elements with gcc vector extensions.
15288 (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
15289 vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
15290 vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
15291 vmov_n_f64, vst1_f64): Use gcc vector extensions.
15292 (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
15293 add range check using __builtin_aarch64_im_lane_boundsi.
15294 (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
15295 vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
15296 type signature, use gcc vector extensions.
15297 (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
15298 vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
15299 vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
15300 vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
15301 vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
15302 vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
15303 vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
15304 vreinterpret_u64_f64): Use v1df builtin not df.
15306 2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
15308 * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
15311 2014-06-23 Jan Hubicka <hubicka@ucw.cz>
15313 * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini
15316 2014-06-23 Zhenqiang Chen <zhenqiang.chen@linaro.org>
15318 * loop-invariant.c (pre_check_invariant_p): New function.
15319 (find_invariant_insn): Call pre_check_invariant_p.
15321 2014-06-22 Richard Henderson <rth@redhat.com>
15324 * compare-elim.c (struct comparison): Add eh_note.
15325 (find_comparison_dom_walker::before_dom_children): Don't eliminate
15326 a redundant comparison in a different EH region. Purge EH edges if
15329 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
15331 * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
15332 (var_shift): Use it.
15333 (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
15334 *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
15335 *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
15336 *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
15337 *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
15338 *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
15339 *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
15340 *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
15341 *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
15342 *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
15343 *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
15344 *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
15345 *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
15346 *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
15347 *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
15348 *rotldi3_internal15be): Use the new attribute. Merge register and
15349 integer alternatives.
15351 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
15353 * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
15354 define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
15355 split, *ashrdi3_internal3 and split): Delete, merge into...
15356 (ashr<mode>3): New expander.
15357 (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
15358 (*ashrsi3_64): Fix formatting. Replace "i" by "n".
15360 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
15362 * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
15363 *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
15364 *rotldi3_internal3 and split): Delete, merge into...
15365 (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
15366 (*rotlsi3_64): Fix formatting. Fix condition. Replace "i" by "n".
15367 Use "rotlw" extended mnemonic.
15369 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
15371 * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
15372 and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
15373 and split, *ashldi3_internal3 and split): Delete, merge into...
15374 (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
15375 (*ashlsi3_64): Fix formatting. Replace "i" by "n".
15377 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
15379 * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
15380 (lshrsi3, two anonymous define_insns and define_splits,
15381 lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
15382 *lshrdi3_internal3 and split): Delete, merge into...
15383 (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
15384 (*lshrsi3_64): Fix formatting. Replace "i" by "n".
15386 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
15388 * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
15389 Remove "O" alternative.
15391 2014-06-22 Richard Sandiford <rdsandiford@googlemail.com>
15393 * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
15394 (mips_move_from_gpr_cost): Likewise.
15395 (mips_register_move_cost): Update accordingly.
15396 (mips_secondary_reload_class): Remove name of in_p.
15398 2014-06-22 Marc Glisse <marc.glisse@inria.fr>
15401 * config/i386/i386.md (x86_64_shrd, x86_shrd,
15402 ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
15404 2014-06-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
15406 * config/nios2/nios2.c: Include "builtins.h".
15408 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
15410 * cgraph.h (tls_model_names): New variable.
15411 * print-tree.c (print_node): Simplify.
15412 * varpool.c (tls_model_names): New variable.
15413 (dump_varpool_node): Output tls model.
15415 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
15417 * ipa-visibility.c (function_and_variable_visibility): Disable
15418 temporarily local aliases for some targets.
15420 2014-06-20 Marek Polacek <polacek@redhat.com>
15422 * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
15423 * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
15424 into SANITIZE_UNDEFINED.
15425 * doc/invoke.texi: Describe -fsanitize=bounds.
15426 * gimplify.c (gimplify_call_expr): Add gimplification of internal
15427 functions created in the FEs.
15428 * internal-fn.c: Move "internal-fn.h" after "tree.h".
15429 (expand_UBSAN_BOUNDS): New function.
15430 * internal-fn.def (UBSAN_BOUNDS): New internal function.
15431 * internal-fn.h: Don't define internal functions here.
15432 * opts.c (common_handle_option): Add -fsanitize=bounds.
15433 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
15434 BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
15435 * tree-core.h: Define internal functions here.
15436 (struct tree_base): Add ifn field.
15437 * tree-pretty-print.c: Include "internal-fn.h".
15438 (dump_generic_node): Handle functions without CALL_EXPR_FN.
15439 * tree.c (get_callee_fndecl): Likewise.
15440 (build_call_expr_internal_loc): New function.
15441 * tree.def (CALL_EXPR): Update description.
15442 * tree.h (CALL_EXPR_IFN): Define.
15443 (build_call_expr_internal_loc): Declare.
15444 * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
15446 (ubsan_type_descriptor): Change bool parameter to enum
15447 ubsan_print_style. Adjust the code. Add handling of
15449 (ubsan_expand_bounds_ifn): New function.
15450 (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
15451 (ubsan_build_overflow_builtin): Likewise.
15452 (instrument_bool_enum_load): Likewise.
15453 (ubsan_instrument_float_cast): Likewise.
15454 * ubsan.h (enum ubsan_print_style): New enum.
15455 (ubsan_expand_bounds_ifn): Declare.
15456 (ubsan_type_descriptor): Adjust declaration. Use a default parameter.
15458 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
15460 * config/rs6000/rs6000.md: Append `DONE' to preparation
15461 statements of `bswap' pattern splitters.
15463 2014-06-20 Tom de Vries <tom@codesourcery.com>
15465 * target.def (call_fusage_contains_non_callee_clobbers): Update
15467 * doc/tm.texi: Regenerate.
15469 2014-06-20 Yury Gribov <y.gribov@samsung.com>
15470 Max Ostapenko <m.ostapenko@partner.samsung.com>
15473 * asan.c (instrument_strlen_call): Fixed instrumentation of
15476 2014-06-20 Martin Jambor <mjambor@suse.cz>
15479 * ipa-prop.c (impossible_devirt_target): New function.
15480 (try_make_edge_direct_virtual_call): Use it, also instead of
15483 2014-06-20 Yury Gribov <y.gribov@samsung.com>
15484 Max Ostapenko <m.ostapenko@partner.samsung.com>
15487 * asan.c (build_check_stmt): Add condition.
15489 2014-06-20 Martin Jambor <mjambor@suse.cz>
15492 * cgraph.c (clone_of_p): Allow skipped_branch to deal with
15495 2014-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15497 * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
15499 (VCONQ): Make comment more helpful.
15501 * config/aarch64/aarch64-simd.md
15502 (aarch64_sqdmulh_lane<mode>):
15503 Use VCOND for operands 2. Update lane checking and flipping logic.
15504 (aarch64_sqrdmulh_lane<mode>): Likewise.
15505 (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
15506 (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
15507 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
15508 attribute of operand 3 to VCOND.
15509 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
15510 (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
15511 (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
15512 (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
15513 (aarch64_sqdmull2_lane<mode>_internal): Likewise.
15514 (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
15516 (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
15517 (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
15518 (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
15519 (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
15520 (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
15521 (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
15522 operand to VCOND. Update lane flipping and bounds checking logic.
15523 (aarch64_sqdmlal2_lane<mode>): Likewise.
15524 (aarch64_sqdmlsl_lane<mode>): Likewise.
15525 (aarch64_sqdmull_lane<mode>): Likewise.
15526 (aarch64_sqdmull2_lane<mode>): Likewise.
15527 (aarch64_sqdmlal_laneq<mode>):
15528 Replace VCON usage with VCONQ.
15529 Emit aarch64_sqdmlal_laneq<mode>_internal insn.
15530 (aarch64_sqdmlal2_laneq<mode>): Emit
15531 aarch64_sqdmlal2_laneq<mode>_internal insn.
15532 Replace VCON with VCONQ.
15533 (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
15534 (aarch64_sqdmlsl2_laneq<mode>): Likewise.
15535 (aarch64_sqdmull_laneq<mode>): Emit
15536 aarch64_sqdmull_laneq<mode>_internal insn.
15537 Replace VCON with VCONQ.
15538 (aarch64_sqdmull2_laneq<mode>): Emit
15539 aarch64_sqdmull2_laneq<mode>_internal insn.
15540 (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
15541 * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
15542 of 3rd argument to int16x4_t.
15543 (vqdmlalh_lane_s16): Likewise.
15544 (vqdmlslh_lane_s16): Likewise.
15545 (vqdmull_high_lane_s16): Likewise.
15546 (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
15547 (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
15548 (vqdmlsl_lane_s16): Likewise.
15549 (vqdmull_lane_s16): Don't create temporary int16x8_t value.
15550 (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
15551 (vqdmlals_lane_s32): Likewise.
15552 (vqdmlsls_lane_s32): Likewise.
15553 (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
15554 (vqdmulls_lane_s32): Likewise.
15555 (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
15556 (vqdmlsl_lane_s32): Likewise.
15557 (vqdmull_lane_s32): Don't create temporary int32x4_t value.
15558 (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
15559 (vqrdmulhh_lane_s16): Likewise.
15560 (vqdmlsl_high_lane_s16): Likewise.
15561 (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
15562 (vqdmlsl_high_lane_s32): Likewise.
15563 (vqrdmulhs_lane_s32): Likewise.
15565 2014-06-20 Tom de Vries <tom@codesourcery.com>
15567 * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
15568 get_call_reg_set_usage.
15570 2014-06-20 Tom de Vries <tom@codesourcery.com>
15572 * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
15573 it contains all call_used_regs.
15575 2014-06-20 Tom de Vries <tom@codesourcery.com>
15577 * final.c (collect_fn_hard_reg_usage): Add and use variable
15578 function_used_regs.
15580 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
15582 * cgraph.h (struct symtab_node): Add field in_init_priority_hash
15583 (set_init_priority, get_init_priority, set_fini_priority,
15584 get_fini_priority): New methods.
15585 * tree.c (init_priority_for_decl): Remove.
15586 (init_ttree): Do not initialize init priority.
15587 (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
15588 (decl_priority_info): Remove.
15589 (decl_init_priority_insert): Rewrite.
15590 (decl_fini_priority_insert): Rewrite.
15591 * tree.h (tree_priority_map_eq, tree_priority_map_hash,
15592 tree_priority_map_marked_p): Remove.
15593 * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
15594 * lto-streamer-out.c (hash_tree): Do not hash priorities.
15595 * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
15596 not output priorities.
15597 (pack_ts_function_decl_value_fields): Likewise.
15598 * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
15599 not input priorities.
15600 (unpack_ts_function_decl_value_fields): Likewise.
15601 * symtab.c (symbol_priority_map): Declare.
15602 (init_priority_hash): Declare.
15603 (symtab_unregister_node): Unregister from priority hash, too.
15604 (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
15606 (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
15607 (symbol_priority_info): New function.
15608 (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
15610 * tree-core.h (tree_priority_map): Remove.
15612 2014-06-20 Jakub Jelinek <jakub@redhat.com>
15614 * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
15615 0xff to uint64_t before shifting it up.
15617 2014-06-20 Julian Brown <julian@codesourcery.com>
15618 Chung-Lin Tang <cltang@codesourcery.com>
15620 * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
15621 TARGET_THUMB1_ONLY. Add comments.
15623 2014-06-19 Tom de Vries <tom@codesourcery.com>
15625 * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
15626 return type to void.
15627 * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
15629 2014-06-19 Zhenqiang Chen <zhenqiang.chen@linaro.org>
15631 * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
15632 as "move", from depends_on.
15634 2014-06-19 Terry Guo <terry.guo@arm.com>
15636 * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
15639 2014-06-18 Segher Boessenkool <segher@kernel.crashing.org>
15641 * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
15643 (REG_ALLOC_ORDER): Update comment. Move cr5 earlier.
15645 2014-06-18 Kaz Kojima <kkojima@gcc.gnu.org>
15648 * config/sh/sh.c (prepare_move_operands): Don't process TLS
15649 addresses here if reload in progress or completed.
15651 2014-06-18 Robert Suchanek <robert.suchanek@imgtec.com>
15653 * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
15654 "TARGET_MIPS16 ? M16_REGS : GR_REGS".
15655 * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
15656 (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
15657 (mips_register_priority): New function that implements the target
15658 hook TARGET_REGISTER_PRIORITY.
15659 (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
15660 (mips_lra_p): Likewise for TARGET_LRA_P.
15661 (TARGET_REGISTER_PRIORITY): Define macro.
15662 (TARGET_SPILL_CLASS): Likewise.
15663 (TARGET_LRA_P): Likewise.
15664 * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
15666 (REG_CLASS_NAMES): Likewise.
15667 (REG_CLASS_CONTENTS): Likewise.
15668 (BASE_REG_CLASS): Use M16_SP_REGS.
15669 * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
15670 New set attribute to enable alternatives depending on the register
15672 (*mul_acc_si_r3900, *mul_sub_si): Likewise.
15673 (*lea64): Disable pattern for MIPS16.
15674 * config/mips/mips.opt (mlra): New option.
15676 2014-06-18 Robert Suchanek <robert.suchanek@imgtec.com>
15678 * lra-constraints.c (base_to_reg): New function.
15679 (process_address): Use new function.
15681 2014-06-18 Tom de Vries <tom@codesourcery.com>
15683 * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
15684 * config/aarch64/aarch64.c
15685 (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
15686 (aarch64_emit_call_insn): New function.
15687 (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
15689 * config/aarch64/aarch64.md (define_expand "call_internal")
15690 (define_expand "call_value_internal", define_expand "sibcall_internal")
15691 (define_expand "sibcall_value_internal"): New.
15692 (define_expand "call", define_expand "call_value")
15693 (define_expand "sibcall", define_expand "sibcall_value"): Use internal
15694 expand variant and aarch64_emit_call_insn.
15696 2014-06-18 Radovan Obradovic <robradovic@mips.com>
15697 Tom de Vries <tom@codesourcery.com>
15699 * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
15700 * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
15702 (arm_emit_call_insn): Add and use sibcall parameter. Add IP and CC
15703 clobbers to CALL_INSN_FUNCTION_USAGE.
15704 (define_expand "sibcall_internal")
15705 (define_expand "sibcall_value_internal"): New.
15706 (define_expand "call", define_expand "call_value"): Add argument to
15707 arm_emit_call_insn.
15708 (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
15709 (define_expand "sibcall_value"): Use sibcall_value_internal and
15710 arm_emit_call_insn.
15712 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15714 * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
15716 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15718 * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
15721 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15723 * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
15724 push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
15725 annotations. Fix DWARF information.
15727 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15729 * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
15730 __udivmoddi4, and fixups for negative operands.
15732 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15734 * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
15736 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15738 * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
15741 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15743 * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
15746 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15748 * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
15749 describing register usage on function entry and exit.
15751 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15753 * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
15754 (__aeabi_ldivmod): Fix whitespace.
15756 2014-06-18 Andreas Schwab <schwab@suse.de>
15758 * doc/md.texi (Standard Names): Use @itemx for grouped items.
15759 Remove blank line after @item.
15761 2014-06-18 Richard Henderson <rth@redhat.com>
15764 * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
15766 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15768 * config/arm/arm.c (neon_vector_mem_operand): Allow register
15769 POST_MODIFY for neon loads and stores.
15770 (arm_print_operand): Output post-index register for neon loads and
15773 2014-06-18 Richard Biener <rguenther@suse.de>
15775 * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
15777 2014-06-18 Richard Biener <rguenther@suse.de>
15779 * tree-pass.h (make_pass_dce_loop): Remove.
15780 * passes.def: Replace pass_dce_loop with pass_dce.
15781 * tree-ssa-dce.c (perform_tree_ssa_dce): If something
15782 changed free niter estimates and reset the scev cache.
15783 (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
15784 make_pass_dce_loop): Remove.
15785 * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
15786 (fini_copy_prop): Return whether something changed. Always
15787 let substitute_and_fold perform DCE and free niter estimates
15788 and reset the scev cache if so.
15789 (execute_copy_prop): If sth changed schedule cleanup-cfg.
15790 (pass_data_copy_prop): Do not unconditionally schedule
15791 cleanup-cfg or update-ssa.
15793 2014-06-18 Yuri Rumyantsev <ysrumyan@gmail.com>
15795 PR tree-optimization/61518
15796 * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
15797 reduction var is used in reduction stmt or phi-function only.
15799 2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15801 * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
15803 2014-06-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
15805 PR tree-optimization/61517
15806 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
15807 whose rhs's first tree is the source expression instead of the
15809 (find_bswap_or_nop): Likewise.
15810 (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
15811 gimple stmt whose rhs's first tree is the source. In the memory source
15812 case, move the stmt to be replaced close to one of the original load to
15813 avoid the problem of a store between the load and the stmt's original
15815 (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
15818 2014-06-18 Andreas Schwab <schwab@suse.de>
15820 PR rtl-optimization/54555
15821 * postreload.c (move2add_use_add2_insn): Substitute
15822 STRICT_LOW_PART only if it is cheaper.
15824 2014-06-18 Uros Bizjak <ubizjak@gmail.com>
15826 * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
15827 Do not use unspec as call operand. Use memory_operand instead of
15828 memory_nox32_operand and add "m" operand constraint. Disable
15829 pattern for TARGET_X32.
15830 (*sibcall_pop_memory): Ditto.
15831 (*sibcall_value_memory): Ditto.
15832 (*sibcall_value_pop_memory): Ditto.
15833 (sibcall peepholes): Merge SImode and DImode patterns using
15834 W mode iterator. Use memory_operand instead of memory_nox32_operand.
15835 Disable pattern for TARGET_X32. Check if eliminated register is
15836 really dead after call insn. Generate call RTX without unspec operand.
15837 (sibcall_value peepholes): Ditto.
15838 (sibcall_pop peepholes): Fix call insn RTXes. Use memory_operand
15839 instead of memory_nox32_operand. Check if eliminated register is
15840 really dead after call insn. Generate call RTX without unspec operand.
15841 (sibcall_value_pop peepholes): Ditto.
15842 * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
15844 2014-06-18 Terry Guo <terry.guo@arm.com>
15847 * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
15850 2014-06-18 Olivier Hainque <hainque@adacore.com>
15852 * tree-core.h (tree_block): Add an "end_locus" field, allowing
15853 memorization of the end of block source location.
15854 * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
15855 * gimplify.c (gimplify_bind_expr): Propagate the block start and
15856 end source location info we have on the block entry/exit code we
15859 2014-06-18 Richard Biener <rguenther@suse.de>
15861 * common.opt (fssa-phiopt): New option.
15862 * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
15864 * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
15865 * doc/invoke.texi (-fssa-phiopt): Document.
15867 2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15869 * genattrtab.c (n_bypassed): New variable.
15870 (process_bypasses): Initialise n_bypassed.
15871 Count number of bypassed reservations.
15872 (make_automaton_attrs): Allocate space for bypassed reservations
15873 rather than number of bypasses.
15875 2014-06-18 Richard Biener <rguenther@suse.de>
15877 * tree-ssa-propagate.c (replace_phi_args_in): Return whether
15878 we propagated anything.
15879 (substitute_and_fold_dom_walker::before_dom_children): Something
15880 changed if we propagated into PHI arguments.
15881 * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
15884 2014-06-18 Evgeny Stupachenko <evstupac@gmail.com>
15886 * config/i386/i386.c (ix86_reassociation_width): Add alternative for
15888 * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
15889 * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
15890 * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
15891 Introduces alternative way of loads group permutaions.
15892 (vect_transform_grouped_load): Try alternative way of permutations.
15894 2014-06-18 Jakub Jelinek <jakub@redhat.com>
15896 * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
15897 changed in ORT_TARGET region, don't jump to do_outer.
15898 (struct gimplify_adjust_omp_clauses_data): New type.
15899 (gimplify_adjust_omp_clauses_1): Adjust for data being
15900 a struct gimplify_adjust_omp_clauses_data pointer instead
15901 of tree *. Pass pre_p as a new argument to
15902 lang_hooks.decls.omp_finish_clause hook.
15903 (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
15904 splay_tree_foreach to pass both list_p and pre_p.
15905 (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
15906 gimplify_omp_workshare, gimplify_omp_target_update): Adjust
15907 gimplify_adjust_omp_clauses callers.
15908 * langhooks.c (lhd_omp_finish_clause): New function.
15909 * langhooks-def.h (lhd_omp_finish_clause): New prototype.
15910 (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
15911 * langhooks.h (struct lang_hooks_for_decls): Add a new
15912 gimple_seq * argument to omp_finish_clause hook.
15913 * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
15914 non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
15915 (scan_omp_parallel, lower_omp_for): When adding
15916 _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
15917 * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
15918 * tree-nested.c (convert_nonlocal_omp_clauses,
15919 convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
15920 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
15922 2014-06-17 Andrew MacLeod <amacleod@redhat.com>
15924 * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
15925 * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
15927 2014-06-17 Xinliang David Li <davidxl@google.com>
15929 * tree-pretty-print.c (dump_function_header): Print cgraph uid.
15930 * passes.c (pass_init_dump_file): Do not set initialize
15931 flag to false unconditionally.
15933 2014-06-17 Richard Biener <rguenther@suse.de>
15935 * genopinit.c (main): Use vec<>::qsort method.
15936 * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
15938 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
15940 2014-06-17 Matthew Fortune <matthew.fortune@imgtec.com>
15942 * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
15943 * config/mips/mips.c (mips_expand_fcc_reload): Remove.
15944 (mips_move_to_gpr_cost): Remove ST_REGS case.
15945 (mips_move_from_gpr_cost): Likewise.
15946 (mips_register_move_cost): Likewise.
15947 (mips_secondary_reload_class): Likewise.
15949 2014-06-17 Richard Biener <rguenther@suse.de>
15951 * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
15952 (pass_all_optimizations): Move 3rd copy-prop pass from after
15953 fre to before ifcombine/phiopt.
15955 2014-06-17 Richard Biener <rguenther@suse.de>
15957 * tree-switch-conversion.c (collect_switch_conv_info): Simplify
15958 and allow all blocks to be forwarders.
15960 2014-06-17 Yufeng Zhang <yufeng.zhang@arm.com>
15963 * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
15964 variable 'size'; calculate 'size' right in the front; use
15965 'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
15966 pcum->aapcs_stack_words.
15968 2014-06-17 Nick Clifton <nickc@redhat.com>
15970 * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
15971 (umulhi3, mulsidi3, umulsidi3): Likewise.
15973 2014-06-17 Thomas Schwinge <thomas@codesourcery.com>
15975 PR middle-end/61508
15976 * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
15977 check for section name.
15979 2014-06-17 Richard Biener <rguenther@suse.de>
15981 * tree-ssa-propagate.c: Include domwalk.h.
15982 (substitute_and_fold): Outline main worker into a domwalker ...
15983 (substitute_and_fold_dom_walker::before_dom_children): ... here.
15984 Schedule stmts we can fully propagate for removal. Remove
15986 (substitute_and_fold): Apply a dominator walk to perform
15987 substitution. Process stmts scheduled for removal here.
15989 2014-06-17 Richard Biener <rguenther@suse.de>
15991 * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
15992 of PHI node moving.
15994 2014-06-17 Kugan Vivekanandarajah <kuganv@linaro.org>
15996 * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
15997 default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
15998 (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
15999 __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
16000 * config/arm/vfp.md (set_fpscr): Make pattern conditional on
16002 (get_fpscr) : Likewise.
16004 2014-06-16 Vladimir Makarov <vmakarov@redhat.com>
16006 PR rtl-optimization/61325
16007 * lra-constraints.c (valid_address_p): Add forward declaration.
16008 (simplify_operand_subreg): Check address validity before and after
16009 alter_reg of memory subreg.
16011 2014-06-16 Uros Bizjak <ubizjak@gmail.com>
16013 * config/i386/i386.c (decide_alg): Correctly handle
16014 maximum size of stringop algorithm.
16016 2014-06-16 Yury Gribov <y.gribov@samsung.com>
16018 * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
16020 2014-06-16 Vladimir Makarov <vmakarov@redhat.com>
16022 PR rtl-optimization/61522
16023 * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
16025 2014-06-16 Jan Hubicka <hubicka@ucw.cz>
16028 * symtab.c (symtab_node::reset_section): New method.
16029 * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
16031 * cgraph.h (reset_section): Declare.
16032 * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
16033 do not consider comdat locals.
16034 * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
16036 * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
16037 (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
16038 reset sections of symbols dragged out of the comdats.
16039 (function_and_variable_visibility): Reset sections of
16042 2014-06-16 Richard Biener <rguenther@suse.de>
16044 PR tree-optimization/61482
16045 * tree-vrp.c (adjust_range_with_scev): Avoid setting of
16046 [-INF(OVF), +INF(OVF)] range.
16048 2014-06-16 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
16050 * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
16051 instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
16052 handling 32-bit multiplication.
16054 2014-06-16 Chung-Lin Tang <cltang@codesourcery.com>
16056 PR middle-end/61430
16057 * lra-lives.c (process_bb_lives): Skip creating copy during
16058 insn scan when src/dest has constrained to same regno.
16060 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
16062 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
16063 DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
16065 2014-06-16 Yury Gribov <y.gribov@samsung.com>
16067 * asan.c (check_func): New function.
16068 (maybe_create_ssa_name): Likewise.
16069 (build_check_stmt_with_calls): Likewise.
16070 (use_calls_p): Likewise.
16071 (report_error_func): Change interface.
16072 (build_check_stmt): Allow non-integer lengths; add support
16074 (asan_instrument): Likewise.
16075 (instrument_mem_region_access): Moved code to build_check_stmt.
16076 (instrument_derefs): Likewise.
16077 (instrument_strlen_call): Likewise.
16078 * cfgcleanup.c (old_insns_match_p): Add support for new functions.
16079 * doc/invoke.texi: Describe new parameter.
16080 * params.def: Define new parameter.
16081 * params.h: Likewise.
16082 * sanitizer.def: Describe new builtins.
16084 2014-06-16 Richard Biener <rguenther@suse.de>
16086 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16087 Make all defs available at the end.
16088 (eliminate): If we remove a PHI node schedule cfg-cleanup.
16090 2014-06-18 Jakub Jelinek <jakub@redhat.com>
16093 * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
16095 2014-06-16 Richard Sandiford <rdsandiford@googlemail.com>
16098 * auto-inc-dec.c (merge_in_block): Fix location of insn_info
16099 initialization. Replace remaining use of uid.
16101 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
16103 * c-family/c-common.c (handle_tls_model_attribute): Use
16104 set_decl_tls_model.
16105 * c-family/c-common.c (handle_tls_model_attribute): Use
16106 set_decl_tls_model.
16107 * cgraph.h (struct varpool_node): Add tls_model.
16108 * tree.c (decl_tls_model, set_decl_tls_model): New functions.
16109 * tree.h (DECL_TLS_MODEL): Update.
16110 (DECL_THREAD_LOCAL_P): Check that variable is static.
16111 (decl_tls_model): Declare.
16112 (set_decl_tls_model): Declare.
16113 * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
16114 set symbol prorperties.
16115 (get_emutls_init_templ_addr): Cleanup.
16116 (new_emutls_decl): Update.
16117 * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
16118 (lto_input_varpool_node): Likewise.
16119 * lto-streamer-out.c (hash_tree): Likewise.
16120 * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
16121 not stream DECL_TLS_MODEL.
16122 * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
16123 * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
16125 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
16127 * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
16129 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
16131 * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
16132 (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
16134 (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
16135 (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
16136 (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
16137 (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
16138 (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
16139 (df_get_artificial_defs, df_get_artificial_uses)
16140 (df_single_def, df_single_use): Update accordingly.
16141 (df_refs_chain_dump): Take the first element in a linked list as
16142 parameter, rather than a pointer to an array of pointers.
16143 * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
16144 * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
16145 (df_chain_create_bb_process_use): Likewise.
16146 (df_md_bb_local_compute_process_def): Likewise.
16147 * fwprop.c (process_defs, process_uses): Likewise.
16148 (register_active_defs, update_uses): Likewise.
16149 (forward_propagate_asm): Update for new df_ref linking.
16150 * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
16151 (df_null_ref_rec, df_null_mw_rec): Likewise.
16152 (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
16154 (df_scan_free_bb_info): Remove check for null artificial_defs.
16155 (df_install_ref_incremental): Adjust for new df_ref linking.
16156 Use a single-element insertion rather than a full sort.
16157 (df_ref_chain_delete_du_chain): Take the first element
16158 in a linked list as parameter, rather than a pointer to an array of
16160 (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
16161 (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
16162 (df_insn_info_delete): Remove check for null defs and call to
16163 df_scan_free_mws_vec.
16164 (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
16165 null rather than df_null_*_rec.
16166 (df_insn_rescan_debug_internal): Likewise, and update null
16167 checks in the same way. Remove check for null defs.
16168 (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
16169 Move a single element rather doing a full sort.
16170 (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
16172 (df_notes_rescan): Likewise. Use a merge rather than a full sort.
16173 Initialize df_ref and df_mw_hardreg lists to null rather than
16175 (df_ref_compare): Take df_refs as parameter, transferring the
16176 old interface to...
16177 (df_ref_ptr_compare): ...this new function.
16178 (df_sort_and_compress_refs): Update accordingly.
16179 (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
16180 old interface to...
16181 (df_mw_ptr_compare): ...this new function.
16182 (df_sort_and_compress_mws): Update accordingly.
16183 (df_install_refs, df_install_mws): Return a linked list rather than
16184 an array of pointers.
16185 (df_refs_add_to_chains): Assert that old lists are empty rather
16187 (df_insn_refs_verify): Don't handle null defs speciailly.
16188 * web.c (union_match_dups): Update for new df_ref linking.
16190 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
16192 * df.h (df_ref_create, df_ref_remove): Delete.
16193 * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
16194 (df_ref_remove): Likewise.
16196 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
16198 * df.h (df_single_def, df_single_use): New functions.
16199 * ira.c (find_moveable_pseudos): Use them.
16201 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
16203 * df.h (FOR_EACH_INSN_INFO_MW): New macro.
16204 * df-problems.c (df_note_bb_compute): Use it.
16205 * regstat.c (regstat_bb_compute_ri): Likewise.
16207 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
16209 * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
16210 * cse.c (cse_extended_basic_block): Use them.
16211 * dce.c (mark_artificial_use): Likewise.
16212 * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
16213 (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
16214 (df_chain_remove_problem, df_chain_bb_dump): Likewise.
16215 (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
16216 (df_simulate_initialize_backwards): Likewise.
16217 (df_simulate_finalize_backwards): Likewise.
16218 (df_simulate_initialize_forwards): Likewise.
16219 (df_md_simulate_artificial_defs_at_top): Likewise.
16220 * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
16221 * regrename.c (init_rename_info): Likewise.
16222 * regstat.c (regstat_bb_compute_ri): Likewise.
16223 (regstat_bb_compute_calls_crossed): Likewise.
16225 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
16227 * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
16228 (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
16229 (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
16230 * auto-inc-dec.c (find_inc, merge_in_block): Use them.
16231 * combine.c (create_log_links): Likewise.
16232 * compare-elim.c (find_flags_uses_in_insn): Likewise.
16233 (try_eliminate_compare): Likewise.
16234 * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
16235 * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
16236 (remove_reg_equal_equiv_notes_for_defs): Likewise.
16237 (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
16238 (word_dce_process_block, dce_process_block): Likewise.
16239 * ddg.c (def_has_ccmode_p): Likewise.
16240 * df-core.c (df_bb_regno_first_def_find): Likewise.
16241 (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
16242 * df-problems.c (df_rd_simulate_one_insn): Likewise.
16243 (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
16244 (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
16245 (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
16246 (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
16247 (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
16248 (df_simulate_find_defs, df_simulate_find_uses): Likewise.
16249 (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
16250 (df_simulate_uses, df_md_simulate_one_insn): Likewise.
16251 * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
16252 * fwprop.c (local_ref_killed_between_p): Likewise.
16253 (all_uses_available_at, free_load_extend): Likewise.
16254 * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
16255 * hw-doloop.c (scan_loop): Likewise.
16256 * ifcvt.c (dead_or_predicable): Likewise.
16257 * init-regs.c (initialize_uninitialized_regs): Likewise.
16258 * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
16259 (process_bb_node_lives): Likewise.
16260 * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
16261 (find_moveable_pseudos): Likewise.
16262 * loop-invariant.c (check_dependencies, record_uses): Likewise.
16263 * recog.c (peep2_find_free_register): Likewise.
16264 * ree.c (get_defs): Likewise.
16265 * regstat.c (regstat_bb_compute_ri): Likewise.
16266 (regstat_bb_compute_calls_crossed): Likewise.
16267 * sched-deps.c (find_inc, find_mem): Likewise.
16268 * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
16269 (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
16270 * shrink-wrap.c (requires_stack_frame_p): Likewise.
16271 (prepare_shrink_wrap): Likewise.
16272 * store-motion.c (compute_store_table, build_store_vectors): Likewise.
16273 * web.c (union_defs, pass_web::execute): Likewise.
16274 * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
16275 (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
16277 2014-06-13 Vladimir Makarov <vmakarov@redhat.com>
16279 * lra-assign.c (assign_by_spills): Add code to assign vector regs
16280 to inheritance pseudos.
16281 * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
16283 2014-06-13 Peter Bergner <bergner@vnet.ibm.com>
16286 * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
16287 (BU_MISC_2): Rename to ...
16288 (BU_LDBL128_2): ... this.
16289 * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
16290 (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
16291 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
16292 RS6000_BTM_LDBL128.
16293 (rs6000_invalid_builtin): Add long double 128-bit builtin support.
16294 (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
16295 * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
16296 (unpacktf_1): Likewise.
16297 * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
16298 (__builtin_longdouble_dw1): Likewise.
16299 * doc/sourcebuild.texi (longdouble128): Document.
16301 2014-06-13 Jeff Law <law@redhat.com>
16303 PR rtl-optimization/61094
16304 PR rtl-optimization/61446
16305 * ree.c (combine_reaching_defs): Get the mode for the copy from
16306 the extension insn rather than the defining insn.
16308 2014-06-13 Dehao Chen <dehao@google.com>
16310 * dwarf2out.c (add_linkage_name): Emit more linkage name.
16312 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
16314 * doc/install.texi (--enable-linker-plugin-configure-flags)
16315 (--enable-linker-plugin-flags): Document new flags.
16317 2014-06-13 Martin Jambor <mjambor@suse.cz>
16320 * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
16321 cache_token if returning early.
16323 2014-06-13 Nick Clifton <nickc@redhat.com>
16325 * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
16326 requested alignment is active.
16327 (LABEL_ALIGN): Likewise.
16328 (LOOP_ALIGN): Likewise.
16330 2014-06-13 Richard Biener <rguenther@suse.de>
16332 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16333 Rewrite to propagate the VN result into all uses where
16334 possible and to remove stmts becoming dead because of that.
16335 (eliminate): Generalize stmt removal handling, remove in
16336 reverse dominator order to support proper debug stmt
16337 generation. Update stmts before removing stmts.
16338 * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
16340 2014-06-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
16342 PR tree-optimization/61375
16343 * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
16344 symbolic number cannot be represented in an uint64_t.
16345 (find_bswap_or_nop_1): Likewise.
16347 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
16349 * symtab.c (symtab_node::reset_section): New method.
16350 * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
16352 * cgraph.h (reset_section): Declare.
16353 * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
16354 do not consider comdat locals.
16355 * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
16357 * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
16358 (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
16359 reset sections of symbols dragged out of the comdats.
16360 (function_and_variable_visibility): Reset sections of
16363 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
16365 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
16366 to use symtab and decl_binds_to_current_def_p
16367 * tree-vectorizer.c (increase_alignment): Increase alignment
16368 of alias target, too.
16370 2014-06-12 Jakub Jelinek <jakub@redhat.com>
16372 PR middle-end/61486
16373 * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
16374 (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
16375 if outer combined construct is distribute.
16376 (gimplify_omp_for): For OMP_DISTRIBUTE set
16377 gimplify_omp_ctxp->distribute.
16378 * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
16379 GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
16380 mapping into decl map.
16382 2014-06-12 Jason Merrill <jason@redhat.com>
16384 * common.opt (fabi-version): Change default to 0.
16386 2014-06-12 Jason Merrill <jason@redhat.com>
16388 * toplev.c (process_options): Reject -fabi-version=1.
16390 2014-06-12 Jeff Law <law@redhat.com>
16392 PR tree-optimization/61009
16393 * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
16394 value when we stop processing a block due to problematic PHIs.
16396 2014-06-12 Alan Lawrence <alan.lawrence@arm.com>
16398 * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
16399 vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
16400 vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
16401 vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
16402 vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
16403 vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
16404 vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
16405 are not in the spec.
16407 2014-06-10 Alan Lawrence <alan.lawrence@arm.com>
16410 * config/aarch64/aarch64-modes.def: Add V1DFmode.
16411 * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
16414 2014-06-12 Eric Botcazou <ebotcazou@adacore.com>
16416 * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
16418 2014-06-12 Georg-Johann Lay <avr@gjlay.de>
16421 * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
16422 loading from address spaces.
16424 2014-06-12 Martin Liska <mliska@suse.cz>
16427 * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
16428 statement is reachable.
16430 2014-06-11 Jan Hubicka <hubicka@ucw.cz>
16432 * symtab.c (section_hash): New hash.
16433 (symtab_unregister_node): Clear section before freeing.
16434 (hash_section_hash_entry): New haser.
16435 (eq_sections): New function.
16436 (symtab_node::set_section_for_node): New method.
16437 (set_section_1): Update.
16438 (symtab_node::set_section): Take string instead of tree as parameter.
16439 (symtab_resolve_alias): Update.
16440 * cgraph.h (section_hash_entry_d): New structure.
16441 (section_hash_entry): New typedef.
16442 (cgraph_node): Change comdat_group_ to x_comdat_group,
16443 change section_ to x_section and turn into section_hash_entry;
16444 update accestors; put set_section_for_node offline.
16445 * tree.c (decl_section_name): Turn into string.
16446 (set_decl_section_name): Change parameter to be string.
16447 * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
16448 * sdbout.c (sdbout_one_type): Update.
16449 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
16450 * varasm.c (IN_NAMED_SECTION, get_named_section,
16451 resolve_unique_section, hot_function_section, get_named_text_section,
16452 USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
16453 make_decl_rtl, default_unique_section): Update.
16454 * config/c6x/c6x.c (c6x_in_small_data_p): Update.
16455 (c6x_elf_unique_section): Update.
16456 * config/nios2/nios2.c (nios2_in_small_data_p): Update.
16457 * config/pa/pa.c (pa_function_section): Update.
16458 * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
16459 * config/ia64/ia64.c (ia64_in_small_data_p): Update.
16460 * config/arc/arc.c (arc_in_small_data_p): Update.
16461 * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
16462 * config/mcore/mcore.c (mcore_unique_section): Update.
16463 * config/mips/mips.c (mips16_build_function_stub): Update.
16464 (mips16_build_call_stub): Update.
16465 (mips_function_rodata_section): Update.
16466 (mips_in_small_data_p): Update.
16467 * config/score/score.c (score_in_small_data_p): Update.
16468 * config/rx/rx.c (rx_in_small_data): Update.
16469 * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
16470 (rs6000_xcoff_asm_named_section): Update.
16471 (rs6000_xcoff_unique_section): Update.
16472 * config/frv/frv.c (frv_string_begins_with): Update.
16473 (frv_in_small_data_p): Update.
16474 * config/v850/v850.c (v850_encode_data_area): Update.
16475 * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
16476 (bfin_handle_l1_data_attribute): Update.
16477 (bfin_handle_l2_attribute): Update.
16478 * config/mep/mep.c (mep_unique_section): Update.
16479 * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
16481 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
16482 (h8300_handle_tiny_data_attribute): Update.
16483 * config/m32r/m32r.c (m32r_in_small_data_p): Update.
16484 (m32r_in_small_data_p): Update.
16485 * config/alpha/alpha.c (alpha_in_small_data_p): Update.
16486 * config/i386/i386.c (ix86_in_large_data_p): Update.
16487 * config/i386/winnt.c (i386_pe_unique_section): Update.
16488 * config/darwin.c (darwin_function_section): Update.
16489 * config/lm32/lm32.c (lm32_in_small_data_p): Update.
16490 * tree-emutls.c (get_emutls_init_templ_addr): Update.
16491 (new_emutls_decl): Update.
16492 * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
16493 input_varpool_node): Update.
16494 (ead_string_cst): Turn to ...
16495 (read_string): ... this one.
16496 * dwarf2out.c (secname_for_decl): Update.
16497 * asan.c (asan_protect_global): Update.
16499 2014-06-11 DJ Delorie <dj@redhat.com>
16501 * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
16503 * config/rx/rx.c (rx_option_override): Likewise.
16504 (rx_align_for_label): Likewise.
16506 * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
16508 2014-06-11 Maciej W. Rozycki <macro@codesourcery.com>
16510 * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
16513 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16515 * common.md: New file.
16516 * doc/md.texi: Update description of generic, machine-independent
16518 * config/s390/constraints.md (e): Delete.
16519 * Makefile.in (md_file): Include common.md.
16520 * config/m32c/t-m32c (md_file): Likewise.
16521 * genpreds.c (general_mem): New array.
16522 (generic_constraint_letters): Remove constraints now defined by
16524 (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
16525 Allow the first character to be '<' or '>' as well.
16526 * genoutput.c (general_mem): New array.
16527 (indep_constraints): Remove constraints now defined by common.md.
16528 (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
16529 Remove special handling of 'm'.
16530 * ira-costs.c (record_reg_classes): Remove special handling of
16531 constraints now defined by common.md.
16532 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
16533 * ira-lives.c (single_reg_class): Likewise.
16534 (ira_implicitly_set_insn_hard_regs): Likewise.
16535 * lra-constraints.c (reg_class_from_constraints): Likewise.
16536 (process_alt_operands, process_address, curr_insn_transform): Likewise.
16537 * postreload.c (reload_cse_simplify_operands): Likewise.
16538 * reload.c (push_secondary_reload, scratch_reload_class)
16539 (find_reloads, alternative_allows_const_pool_ref): Likewise.
16540 * reload1.c (maybe_fix_stack_asms): Likewise.
16541 * targhooks.c (default_secondary_reload): Likewise.
16542 * stmt.c (parse_output_constraint): Likewise.
16543 * recog.c (preprocess_constraints): Likewise.
16544 (constrain_operands, peep2_find_free_register): Likewise.
16545 (asm_operand_ok): Likewise, but add a comment saying why 'o'
16546 must be handled specially.
16548 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16550 * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
16551 * genpreds.c (have_const_dbl_constraints): Delete.
16552 (add_constraint): Don't set it.
16553 (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
16554 * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
16555 constraints using the lookup_constraint logic.
16556 * ira-lives.c (single_reg_class): Likewise.
16557 * ira.c (ira_setup_alts): Likewise.
16558 * lra-constraints.c (process_alt_operands): Likewise.
16559 * recog.c (asm_operand_ok, constrain_operands): Likewise.
16560 * reload.c (find_reloads): Likewise.
16562 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16564 * genpreds.c (const_int_start, const_int_end): New variables.
16565 (choose_enum_order): Output CONST_INT constraints before memory
16567 (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
16569 * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
16570 * ira.c (ira_setup_alts): Likewise.
16571 * lra-constraints.c (process_alt_operands): Likewise.
16572 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
16573 * reload.c (find_reloads): Likewise.
16575 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16577 * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
16578 decmem_ok and incmem_ok. Reformat other bitfields for consistency.
16579 * recog.c (preprocess_constraints): Update accordingly.
16581 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16583 * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
16584 (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
16585 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
16586 * genpreds.c (print_type_tree): New function.
16587 (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
16588 REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
16589 EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
16590 Write out enum constraint_type and get_constraint_type.
16591 * lra-constraints.c (satisfies_memory_constraint_p): Take a
16592 constraint_num rather than a constraint string.
16593 (satisfies_address_constraint_p): Likewise.
16594 (reg_class_from_constraints): Avoid old constraint macros.
16595 (process_alt_operands, process_address_1): Likewise.
16596 (curr_insn_transform): Likewise.
16597 * ira-costs.c (record_reg_classes): Likewise.
16598 (record_operand_costs): Likewise.
16599 * ira-lives.c (single_reg_class): Likewise.
16600 (ira_implicitly_set_insn_hard_regs): Likewise.
16601 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
16602 * postreload.c (reload_cse_simplify_operands): Likewise.
16603 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
16604 (constrain_operands, peep2_find_free_register): Likewise.
16605 * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
16606 (find_reloads, alternative_allows_const_pool_ref): Likewise.
16607 * reload1.c (maybe_fix_stack_asms): Likewise.
16608 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
16609 * targhooks.c (default_secondary_reload): Likewise.
16610 * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
16611 to EXTRA_CONSTRAINT_STR.
16612 * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
16614 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16616 * genpreds.c (write_constraint_satisfied_p_1): Replace with...
16617 (write_constraint_satisfied_p_array): ...this new function.
16618 (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
16620 (write_insn_preds_c): Update accordingly.
16622 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16624 * genpreds.c (write_lookup_constraint): Rename to...
16625 (write_lookup_constraint_1): ...this.
16626 (write_lookup_constraint_array): New function.
16627 (write_tm_preds_h): Define lookup_constraint as an inline function
16628 that uses write_lookup_constraint_array where possible.
16629 (write_insn_preds_c): Update for the changes above.
16631 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16633 * doc/md.texi (regclass_for_constraint): Rename to...
16634 (reg_class_for_constraint): ...this.
16635 * genpreds.c (num_constraints, enum_order, register_start)
16636 (register_end, satisfied_start, memory_start, memory_end)
16637 (address_start, address_end): New variables.
16638 (add_constraint): Count the number of constraints.
16639 (choose_enum_order): New function.
16640 (write_enum_constraint_num): Iterate over enum_order.
16641 (write_regclass_for_constraint): Rename to...
16642 (write_reg_class_for_constraint_1): ...this and update output
16644 (write_constraint_satisfied_p): Rename to...
16645 (write_constraint_satisfied_p_1): ...this and update output
16646 accordingly. Do nothing if all extra constraints are register
16648 (write_insn_extra_memory_constraint): Delete.
16649 (write_insn_extra_address_constraint): Delete.
16650 (write_range_function): New function.
16651 (write_tm_preds_h): Define constraint_satisfied_p and
16652 reg_class_for_constraint as inline functions that do a range check
16653 before calling the out-of-line function. Use write_range_function
16654 to implement insn_extra_{register,memory,address}_constraint,
16655 the first of which is new.
16656 (write_insn_preds_c): Update after above changes to write_* functions.
16657 (main): Call choose_enum_order.
16659 2014-06-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
16661 PR tree-optimization/61306
16662 * tree-ssa-math-opts.c (struct symbolic_number): Store type of
16663 expression instead of its size.
16664 (do_shift_rotate): Adapt to change in struct symbolic_number. Return
16665 false to prevent optimization when the result is unpredictable due to
16666 arithmetic right shift of signed type with highest byte is set.
16667 (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
16668 (init_symbolic_number): Likewise.
16669 (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
16670 when the result is unpredictable due to sign extension.
16672 2014-06-11 Terry Guo <terry.guo@arm.com>
16674 * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
16675 (*thumb1_addsi3): Ditto.
16676 (*thumb_subdi3): Ditto.
16677 (thumb1_subsi3_insn): Ditto.
16678 (*thumb_mulsi3): Ditto.
16679 (*thumb_mulsi3_v6): Ditto.
16680 (*thumb1_andsi3_insn): Ditto.
16681 (thumb1_bicsi3): Ditto.
16682 (*thumb1_iorsi3_insn): Ditto.
16683 (*thumb1_xorsi3_insn): Ditto.
16684 (*thumb1_ashlsi3): Ditto.
16685 (*thumb1_ashrsi3): Ditto.
16686 (*thumb1_lshrsi3): Ditto.
16687 (*thumb1_rotrsi3): Ditto.
16688 (*thumb1_negdi2): Ditto.
16689 (*thumb1_negsi2): Ditto.
16690 (*thumb1_abssi2): Ditto.
16691 (*thumb1_neg_abssi2): Ditto.
16692 (*thumb1_one_cmplsi2): Ditto.
16693 (*thumb1_zero_extendhisi2): Ditto.
16694 (*thumb1_zero_extendqisi2): Ditto.
16695 (*thumb1_zero_extendqisi2_v6): Ditto.
16696 (thumb1_extendhisi2): Ditto.
16697 (thumb1_extendqisi2): Ditto.
16698 (*thumb1_movdi_insn): Ditto.
16699 (*thumb1_movsi_insn): Ditto.
16700 (*thumb1_movhi_insn): Ditto.
16701 (thumb_movhi_clobber): Ditto.
16702 (*thumb1_movqi_insn): Ditto.
16703 (*thumb1_movhf): Ditto.
16704 (*thumb1_movsf_insn): Ditto.
16705 (*thumb_movdf_insn): Ditto.
16706 (movmem12b): Ditto.
16708 (cbranchqi4): Ditto.
16709 (cbranchsi4_insn): Ditto.
16710 (cbranchsi4_scratch): Ditto.
16711 (*negated_cbranchsi4): Ditto.
16712 (*tbit_cbranch): Ditto.
16713 (*tlobits_cbranch): Ditto.
16714 (*tstsi3_cbranch): Ditto.
16715 (*cbranchne_decr1): Ditto.
16716 (*addsi3_cbranch): Ditto.
16717 (*addsi3_cbranch_scratch): Ditto.
16718 (*thumb_cmpdi_zero): Ditto.
16719 (cstoresi_eq0_thumb1): Ditto.
16720 (cstoresi_ne0_thumb1): Ditto.
16721 (*cstoresi_eq0_thumb1_insn): Ditto.
16722 (*cstoresi_ne0_thumb1_insn): Ditto.
16723 (cstoresi_nltu_thumb1): Ditto.
16724 (cstoresi_ltu_thumb1): Ditto.
16725 (thumb1_addsi3_addgeu): Ditto.
16726 (*thumb_jump): Ditto.
16727 (*call_reg_thumb1_v5): Ditto.
16728 (*call_reg_thumb1): Ditto.
16729 (*call_value_reg_thumb1_v5): Ditto.
16730 (*call_value_reg_thumb1): Ditto.
16731 (*call_insn): Ditto.
16732 (*call_value_insn): Ditto.
16733 (thumb1_casesi_internal_pic): Ditto.
16734 (thumb1_casesi_dispatch): Ditto.
16735 (*thumb1_indirect_jump): Ditto.
16736 (prologue_thumb1_interwork): Ditto.
16737 (*epilogue_insns): Ditto.
16738 (consttable_1): Ditto.
16739 (consttable_2): Ditto.
16740 (tablejump): Ditto.
16741 (*thumb1_tablejump): Ditto.
16742 (thumb_eh_return): Ditto.
16743 (define_peephole2): Two of them are thumb1 only and got moved into
16744 new file thumb1.md.
16745 (define_split): Six of them are thumb1 only and got moved into new
16747 * config/arm/thumb1.md: New file comprised of above thumb1 only
16750 2014-06-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16752 * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
16753 * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
16755 * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
16756 (aarch64_crc_builtin_datum): New struct.
16757 (aarch64_crc_builtin_data): New.
16758 (aarch64_init_crc32_builtins): New function.
16759 (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
16760 (aarch64_crc32_expand_builtin): New.
16761 (aarch64_expand_builtin): Add CRC32 builtin expansion case.
16762 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
16763 __ARM_FEATURE_CRC32 when appropriate.
16764 (TARGET_CRC32): Define.
16765 * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
16766 UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
16767 UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
16768 (aarch64_<crc_variant>): New pattern.
16769 * config/aarch64/arm_acle.h: New file.
16770 * config/aarch64/iterators.md (CRC): New int iterator.
16771 (crc_variant, crc_mode): New int attributes.
16772 * doc/aarch64-acle-intrinsics.texi: New file.
16773 * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
16774 Include aarch64-acle-intrinsics.texi.
16776 2014-06-11 Evgeny Stupachenko <evstupac@gmail.com>
16778 * tree-vect-data-refs.c (vect_grouped_store_supported): New
16779 check for stores group of length 3.
16780 (vect_permute_store_chain): New permutations for stores group of
16782 * tree-vect-stmts.c (vect_model_store_cost): Change cost
16783 of vec_perm_shuffle for the new permutations.
16785 2014-06-11 Jan Hubicka <hubicka@ucw.cz>
16787 * ipa-visibility.c (function_and_variable_visibility): Disable virtual
16788 table rewriting temporarily on targets not supporting ONE_ONLY.
16790 2014-06-11 Richard Biener <rguenther@suse.de>
16792 PR middle-end/61437
16794 2014-06-04 Richard Biener <rguenther@suse.de>
16796 * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
16797 TREE_PUBLIC and DECL_EXTERNAL decls.
16799 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
16801 * varasm.c (set_implicit_section): New function.
16802 (resolve_unique_section): Use it to set implicit section
16804 (get_named_text_section): Use symtab_get_node (decl)->implicit_section
16805 (default_function_section): Likewise.
16806 (decl_binds_to_current_def_p): Constify argument.
16807 * varasm.h (decl_binds_to_current_def_p): Update prototype.
16808 * asan.c (asan_protect_global): Use
16809 symtab_get_node (decl)->implicit_section.
16810 * symtab.c (dump_symtab_base): Dump implicit sections.
16811 (verify_symtab_base): Verify sanity of sectoins and comdats.
16812 (symtab_resolve_alias): Alias share the section of its target.
16813 (set_section_1): New function.
16814 (symtab_node::set_section): Move here, recurse to aliases.
16815 (verify_symtab): Check for duplicated symtab lists.
16816 * tree-core.h (implicit_section_name_p): Remove.
16817 * tree-vect-data-refs.c: Include varasm.h.
16818 (vect_can_force_dr_alignment_p): Fix conditional on when
16819 decl bints to current definition; use
16820 symtab_get_node (decl)->implicit_section.
16821 * cgraph.c (cgraph_make_node_local_1): Fix section set.
16822 * cgraph.h (struct symtab_node): Add implicit_section.
16823 (set_section): Rename to ...
16824 (set_section_for_node): ... this one.
16825 (set_section): Declare.
16826 * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
16827 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
16828 input_overwrite_node, input_varpool_node): Stream implicit_section.
16829 * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
16830 removal; it will fail in LTO.
16832 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16834 * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
16835 Change second alternative type to f_mcr.
16836 * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
16837 and 12th alternatives' types to f_mcr and f_mrc.
16838 (*movdi_aarch64): Same for 12th and 13th alternatives.
16839 (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
16840 (aarch64_movtilow_tilow): Change type to fmov.
16842 2014-06-10 Jiong Wang <jiong.wang@arm.com>
16844 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
16845 (aarch64_save_or_restore_callee_save_registers): Fix layout.
16847 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16849 * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
16851 (aarch64_sqrdmulh_lane<mode>): Likewise.
16852 (aarch64_sq<r>dmulh_lane<mode>): Rename to...
16853 (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
16854 (aarch64_sqdmulh_laneq<mode>): New expander.
16855 (aarch64_sqrdmulh_laneq<mode>): Likewise.
16856 (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
16857 (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
16858 (aarch64_sqdmulh_lane<mode>): New expander.
16859 (aarch64_sqrdmulh_lane<mode>): Likewise.
16860 (aarch64_sq<r>dmulh_lane<mode>): Rename to...
16861 (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
16862 (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
16863 (aarch64_sqdmlal_laneq<mode>): Likewise.
16864 (aarch64_sqdmlsl_lane<mode>): Likewise.
16865 (aarch64_sqdmlsl_laneq<mode>): Likewise.
16866 (aarch64_sqdmlal2_lane<mode>): Likewise.
16867 (aarch64_sqdmlal2_laneq<mode>): Likewise.
16868 (aarch64_sqdmlsl2_lane<mode>): Likewise.
16869 (aarch64_sqdmlsl2_laneq<mode>): Likewise.
16870 (aarch64_sqdmull_lane<mode>): Likewise.
16871 (aarch64_sqdmull_laneq<mode>): Likewise.
16872 (aarch64_sqdmull2_lane<mode>): Likewise.
16873 (aarch64_sqdmull2_laneq<mode>): Likewise.
16875 2014-06-10 Richard Biener <rguenther@suse.de>
16877 PR tree-optimization/61438
16878 * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
16879 (eliminate_dom_walker::before_dom_children): Only try to inhibit
16880 insertion of IVs if running PRE.
16881 (eliminate): Adjust.
16882 (pass_pre::execute): Likewise.
16883 (pass_fre::execute): Likewise.
16885 2014-06-10 Richard Biener <rguenther@suse.de>
16887 PR middle-end/61456
16888 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
16889 Do not use the main variant for the type comparison.
16890 (ncr_compar): Likewise.
16891 (nonoverlapping_component_refs_p): Likewise.
16893 2014-06-10 Marcus Shawcroft <marcus.shawcroft@arm.com>
16895 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
16896 REG_CFA_RESTORE mode.
16898 2014-06-10 Evgeny Stupachenko <evstupac@gmail.com>
16900 * config/i386/i386.c (expand_vec_perm_pblendv): New.
16901 * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
16902 expand_vec_perm_pblendv.
16904 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16906 * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
16908 Simplify description of __crc32d and __crc32cd intrinsics.
16909 * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
16912 2014-06-10 Thomas Schwinge <thomas@codesourcery.com>
16915 * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
16916 * config.in: Regenerate.
16917 * configure: Likewise.
16919 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
16921 * ipa-reference.c (is_proper_for_analysis): Exclude addressable
16923 (intersect_static_var_sets): Remove.
16924 (propagate): Do not prune local statics.
16926 2014-06-10 Jakub Jelinek <jakub@redhat.com>
16929 * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
16930 Set lastprivate_firstprivate even if omp_private_outer_ref
16931 langhook returns true.
16932 <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
16933 langhook, call unshare_expr on new_var and call
16934 build_outer_var_ref to get the last argument.
16936 2014-06-10 Marek Polacek <polacek@redhat.com>
16939 * doc/extend.texi: Add cindex for transparent_union.
16941 2014-06-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
16943 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
16944 init_symbolic_number ().
16946 2014-05-18 John David Anglin <danglin@gcc.gnu.org>
16948 PR middle-end/61141
16949 * emit-rtl.c (reset_all_used_flags): In a sequence, check that
16950 XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
16951 (verify_rtl_sharing): Likewise.
16953 2014-06-09 Marc Glisse <marc.glisse@inria.fr>
16956 * tree.c (build_qualified_type): Use a canonical type for
16959 2014-06-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
16961 * config/arm/arm-modes.def: Remove XFmode.
16963 2014-06-09 Alan Lawrence <alan.lawrence@arm.com>
16966 * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
16967 vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
16968 vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
16969 vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
16970 vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
16971 vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
16972 vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
16973 vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
16974 vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
16976 2014-06-09 Jan Hubicka <hubicka@ucw.cz>
16978 * tree-core.h (tree_decl_with_vis): Remove section_name.
16980 2014-06-09 Kito Cheng <kito@0xlab.org>
16982 * ira.c (ira): Don't call init_caller_save if LRA enabled
16983 since LRA use its own infrastructure to handle that.
16985 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
16987 * symtab.c (dump_symtab_base): Update dumping.
16988 (symtab_make_decl_local): Clear only DECL_COMDAT.
16989 * tree-vect-data-refs.c (Check that variable is static before
16990 tampering with sections.
16991 * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
16992 (cgraph_create_virtual_clone): Likewise.
16993 * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
16994 (decl_section_name, set_decl_section_name): New accessors.
16995 (find_decls_types_r): Do not walk section name
16996 * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
16997 (decl_comdat_group, decl_comdat_group_id): Constify.
16998 (decl_section_name, set_decl_section_name): Update.
16999 * varpool.c (varpool_finalize_named_section_flags): Use get_section.
17000 * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
17001 (cgraph_make_node_local_1): Clear section and comdat group.
17002 * cgraph.h (set_comdat_group): Sanity check.
17003 (get_section, set_section): New.
17004 * ipa-comdats.c (ipa_comdats): Use get_section.
17005 * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
17006 * lto-streamer-out.c: Do not follow section names.
17007 * c-family/c-common.c (handle_section_attribute): Update.
17008 * lto-cgraph.c (lto_output_node): Output section.
17009 (lto_output_varpool_node): Likewise.
17010 (read_comdat_group): Rename to ...
17011 (read_identifier): ... this one.
17012 (read_string_cst): New function.
17013 (input_node, input_varpool_node): Input section names.
17014 * tree-emutls.c (get_emutls_init_templ_addr): Update.
17015 (new_emutls_decl): Update.
17016 (secname_for_decl): Check section names only of static vars.
17017 * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
17018 * config/i386/winnt.c (i386_pe_unique_section): Likewise.
17019 * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
17020 * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
17021 * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
17022 * config/mcore/mcore.c (mcore_unique_section): Likewise.
17023 * config/mips/mips.c (mips16_build_function_stub): Likewise.
17024 * config/v850/v850.c (v850_insert_attributes): Likewise.
17025 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
17027 (h8300_handle_tiny_data_attribute): Likewise.
17028 * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
17029 (bfin_handle_l2_attribute): Likewise.
17031 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
17033 * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
17034 remove static initializer.
17036 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
17038 * varasm.c (use_blocks_for_decl_p): Check symbol table
17039 instead of alias attribute.
17040 (place_block_symbol): Recurse on aliases.
17042 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
17044 * ipa-visibility.c: Include varasm.h
17045 (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
17047 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
17049 * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
17050 outputting aliases.
17052 2014-06-07 Steven Bosscher <steven@gcc.gnu.org>
17054 * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
17055 from test_insn into GGC space escape via SET_SRC.
17057 2014-06-07 Eric Botcazou <ebotcazou@adacore.com>
17059 * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
17060 call statement, if any.
17061 (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
17062 statements, if any. Tidy up.
17064 2014-06-06 Michael Meissner <meissner@linux.vnet.ibm.com>
17067 * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
17068 iterators, VSX_D that handles 64-bit types, and VSX_LE that
17069 handles swapping the two 64-bit double words on little endian
17070 systems. Include V1TImode and optionally TImode in VSX_LE so that
17071 these types are properly swapped. Change all of the insns and
17072 splits that do the 64-bit swaps to use VSX_LE.
17073 (vsx_le_perm_load_<mode>): Likewise.
17074 (vsx_le_perm_store_<mode>): Likewise.
17075 (splitters for little endian memory operations): Likewise.
17076 (vsx_xxpermdi2_le_<mode>): Likewise.
17077 (vsx_lxvd2x2_le_<mode>): Likewise.
17078 (vsx_stxvd2x2_le_<mode>): Likewise.
17080 2014-06-06 Uros Bizjak <ubizjak@gmail.com>
17083 * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
17084 define_insn_and_split pattern, merged from *floatunssi<mode>2_1
17085 and corresponding splitters. Zero extend general register
17086 or memory input operand to XMM temporary. Enable for
17087 TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
17088 (floatunssi<mode>2): Update expander predicate.
17090 2014-06-06 Vladimir Makarov <vmakarov@redhat.com>
17092 PR rtl-optimization/61325
17093 * lra-constraints.c (process_address_1): Check scale equal to one
17094 to prevent transformation: base + scale * index => base + new_reg.
17096 2014-06-06 Richard Biener <rguenther@suse.de>
17098 PR tree-optimization/59299
17099 * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
17101 (nearest_common_dominator_of_uses): Likewise.
17102 (statement_sink_location): Adjust. Support sinking loads.
17104 2014-06-06 Martin Jambor <mjambor@suse.cz>
17106 * ipa-prop.c (get_place_in_agg_contents_list): New function.
17107 (build_agg_jump_func_from_list): Likewise.
17108 (determine_known_aggregate_parts): Renamed to
17109 determine_locally_known_aggregate_parts. Moved some functionality
17110 to the two functions above, removed bound checks.
17112 2014-06-06 James Greenhalgh <james.greenhalgh@arm.com>
17114 * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
17115 * config/aarch64/aarch64.c (aarch64_move_pointer): New.
17116 (aarch64_progress_pointer): Likewise.
17117 (aarch64_copy_one_part_and_move_pointers): Likewise.
17118 (aarch64_expand_movmen): Likewise.
17119 * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
17120 * config/aarch64/aarch64.md (movmem<mode>): New.
17122 2014-06-06 Bingfeng Mei <bmei@broadcom.com>
17124 * targhooks.c (default_add_stmt_cost): Call target specific
17125 hook instead of default one.
17127 2014-06-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
17129 * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
17130 endianness instead of host endianness.
17131 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
17134 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
17137 * function.c (instantiate_decls): Process the saved static chain.
17138 (expand_function_start): If not optimizing, save the static chain
17140 * tree-nested.c (convert_all_function_calls): Always create the static
17141 chain for nested functions if not optimizing.
17143 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
17145 * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
17147 2014-06-06 Richard Biener <rguenther@suse.de>
17149 * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
17150 (construct_init_block): Likewise.
17151 (construct_exit_block): Likewise.
17152 (pass_expand::execute): Likewise.
17153 * graphite.c (graphite_transforms): Replace check for current_loops
17154 with a check for > 1 loops.
17155 (pass_graphite_transforms::execute): Adjust.
17156 * ipa-split.c (split_function): Remove check for current_loops.
17157 * omp-low.c (expand_parallel_call): Likewise.
17158 (expand_omp_for_init_counts): Likewise.
17159 (extract_omp_for_update_vars): Likewise.
17160 (expand_omp_for_generic): Likewise.
17161 (expand_omp_sections): Likewise.
17162 (expand_omp_target): Likewise.
17163 * tracer.c (tail_duplicate): Likewise.
17164 (pass_tracer::execute): Likewise.
17165 * trans-mem.c (expand_transaction): Likewise.
17166 * tree-complex.c (expand_complex_div_wide): Likewise.
17167 * tree-eh.c (lower_resx): Likewise.
17168 (cleanup_empty_eh_merge_phis): Likewise.
17169 * tree-predcom.c (run_tree_predictive_commoning): Replace check for
17170 current_loops with a check for > 1 loops.
17171 (pass_predcom::execute): Adjust.
17172 * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
17173 * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
17174 * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
17175 * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
17176 * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
17177 * tree-switch-conversion.c (process_switch): Likewise.
17178 * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
17179 * tree-vrp.c (vrp_visit_phi_node): Likewise.
17180 (execute_vrp): Likewise.
17181 * ubsan.c (ubsan_expand_null_ifn): Likewise.
17183 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
17185 * rtl.h (insn_location): Declare.
17186 * cfgcleanup.c (try_forward_edges): Compare the locus of locations
17187 with UNKNOWN_LOCATION.
17188 * emit-rtl.c (insn_location): New function.
17189 * final.c (notice_source_line): Check that the instruction has a
17190 location before retrieving it and use insn_location.
17191 * modulo-sched.c (loop_single_full_bb_p): Likewise.
17192 * print-rtl.c (print_rtx): Likewise.
17194 2014-06-06 Richard Biener <rguenther@suse.de>
17196 * passes.def: Move 2nd VRP pass before phi-only-cprop.
17198 2014-06-06 Christian Bruel <christian.bruel@st.com>
17200 PR tree-optimization/43934
17201 * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
17204 2014-06-06 Richard Sandiford <rdsandiford@googlemail.com>
17206 * ira-lives.c (single_reg_class): Add missing break. Explicitly
17207 return NO_REGS for extra address and memory constraints. Handle
17208 operands that match (or are equivalent to something that matches)
17209 extra constant constraints. Ignore other non-register operands.
17211 2014-06-06 Alan Modra <amodra@gmail.com>
17214 * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
17215 * doc/tm.texi: Regenerate.
17216 * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
17217 Use throughout in place of REG_PARM_STACK_SPACE.
17218 * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
17219 "incoming" param. Pass to rs6000_function_parms_need_stack.
17220 (rs6000_function_parms_need_stack): Add "incoming" param, ignore
17221 prototype_p when incoming. Use function decl when incoming
17222 to handle K&R style functions.
17223 * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
17224 (INCOMING_REG_PARM_STACK_SPACE): Define.
17226 2014-06-05 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
17229 * cfgexpand.c (expand_debug_expr): Use address space of nested
17230 TREE_TYPE for ADDR_EXPR and MEM_REF.
17232 2014-06-05 Jeff Law <law@redhat.com>
17234 PR tree-optimization/61289
17235 * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
17236 DST_MAP parameters. Invalidate by walking all the SSA_NAME_VALUES
17237 looking for those which match LHS. All callers changed.
17238 (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
17239 parameters and code which manipulated them. All callers changed.
17240 (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
17241 and DST_MAP parameters. Simplify invalidation code by just calling
17242 invalidate_equivalences. All callers changed.
17243 (thread_across_edge): Simplify now that we don't need to maintain
17244 the map of equivalences to invalidate.
17246 2014-06-05 Kai Tietz <ktietz@redhat.com>
17247 Richard Henderson <rth@redhat.com>
17250 * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
17251 checking for !TARGET_X32.
17252 * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
17253 (sibcall_intern): New define_insn, plus required peepholes.
17254 (sibcall_pop_intern): Likewise.
17255 (sibcall_value_intern): Likewise.
17256 (sibcall_value_pop_intern): Likewise.
17258 2014-06-05 Ilya Enkovich <ilya.enkovich@intel.com>
17260 * tree-inline.c (tree_function_versioning): Check DF info existence
17261 before accessing it.
17263 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
17265 * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
17267 * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
17268 aarch64_frame hard_fp_offset and frame_size.
17269 (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
17270 frame_size; remove original_frame_size.
17271 (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
17272 (aarch64_initial_elimination_offset): Remove frame_size and
17273 offset. Use aarch64_frame frame_size.
17275 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
17276 Jiong Wang <jiong.wang@arm.com>
17277 Renlin <renlin.li@arm.com>
17279 * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
17280 initialization of R30 offset. Update offset. Iterate core
17281 regisers upto X30. Remove X29, X30 specific code.
17283 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
17284 Jiong Wang <jiong.wang@arm.com>
17286 * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
17287 (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
17288 (aarch64_register_saved_on_entry): Adjust test.
17290 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
17292 * config/aarch64/aarch64.h (machine_function): Move
17293 saved_varargs_size from here...
17294 (aarch64_frame): ... to here.
17296 * config/aarch64/aarch64.c (aarch64_expand_prologue)
17297 (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
17298 (aarch64_initial_elimination_offset)
17299 (aarch64_setup_incoming_varargs): Adjust location of
17300 saved_varargs_size.
17302 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
17304 * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
17307 2014-06-05 Jaydeep Patil <Jaydeep.Patil@imgtec.com>
17308 Prachi Godbole <Prachi.Godbole@imgtec.com>
17310 * config/mips/mips-cpus.def: Add definition for p5600. Updated
17311 mips32r5 entry to use PROCESSOR_P5600.
17312 * config/mips/mips-tables.opt: Regenerate.
17313 * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
17314 * config/mips/mips.c (mips_fmadd_bypass): New function.
17315 (mips_rtx_cost_data): Add costs for p5600.
17316 (mips_issue_rate): Add support for p5600.
17317 (mips_multipass_dfa_lookahead): Likewise.
17318 * config/mips/mips.h (TUNE_P5600): New define.
17319 (TUNE_MACC_CHAINS): Add TUNE_P5600.
17320 (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
17321 * config/mips/mips.md: Include p5600.md.
17322 (processor): Add p5600.
17323 * config/mips/p5600.md: New file.
17325 2014-06-05 Evgeny Stupachenko <evstupac@gmail.com>
17327 * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
17328 * config/i386/predicates.md (palignr_operand): New.
17329 Indicates if permutation is suitable for palignr instruction.
17331 2014-06-05 Yuri Rumyantsev <ysrumyan@gmail.com>
17333 PR tree-optimization/61319
17334 * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
17335 stmt belongs to loop.
17337 2014-06-05 Richard Biener <rguenther@suse.de>
17339 * gimplify.c (create_tmp_from_val): Remove is_formal parameter
17340 and set DECL_GIMPLE_REG_P unconditionally if appropriate.
17341 (lookup_tmp_var): Adjust.
17342 (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
17344 2014-06-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
17346 * config/arm/arm.md (enabled): Disable opt_enabled attribute.
17348 2014-06-05 Marek Polacek <polacek@redhat.com>
17351 * doc/invoke.texi: Document -Wlogical-not-parentheses.
17353 2014-06-04 Tom de Vries <tom@codesourcery.com>
17355 * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
17358 2014-06-04 Marc Glisse <marc.glisse@inria.fr>
17360 PR tree-optimization/61385
17361 * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
17363 2014-06-04 Bernd Schmidt <bernds@codesourcery.com>
17365 * lto-wrapper.c (fatal, fatal_perror): Remove functions. All callers
17366 changed to use fatal_error.
17367 (main): Ensure lto_wrapper_cleanup is run atexit.
17369 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
17371 * lra-constraints.c (valid_address_p): Move earlier in file.
17372 (address_eliminator): New structure.
17373 (satisfies_memory_constraint_p): New function.
17374 (satisfies_address_constraint_p): Likewise.
17375 (process_alt_operands, process_address, curr_insn_transform): Use them.
17377 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
17379 * lra-int.h (lra_static_insn_data): Make operand_alternative a
17381 (target_lra_int, default_target_lra_int, this_target_lra_int)
17382 (op_alt_data): Delete.
17383 * lra.h (lra_init): Delete.
17384 * lra.c (default_target_lra_int, this_target_lra_int): Delete.
17385 (init_insn_code_data_once): Remove op_alt_data handling.
17386 (finish_insn_code_data_once): Likewise.
17387 (init_op_alt_data): Delete.
17388 (get_static_insn_data): Initialize operand_alternative to null.
17389 (free_insn_recog_data): Cast operand_alternative before freeing it.
17390 (setup_operand_alternative): Take the operand_alternative as
17391 parameter and assume it isn't already cached in the static
17393 (lra_set_insn_recog_data): Update accordingly.
17394 (lra_init): Delete.
17395 * ira.c (ira_init): Don't call lra_init.
17396 * target-globals.h (this_target_lra_int): Declare.
17397 (target_globals): Remove lra_int.
17398 (restore_target_globals): Update accordingly.
17399 * target-globals.c: Don't include lra-int.h.
17400 (default_target_globals, save_target_globals): Remove lra_int.
17402 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
17404 * recog.h (operand_alternative): Convert reg_class, reject,
17405 matched and matches into bitfields.
17406 (preprocess_constraints): New overload.
17407 (preprocess_insn_constraints): New function.
17408 (preprocess_constraints): Take the insn as parameter.
17409 (recog_op_alt): Change into a pointer.
17410 (target_recog): Add x_op_alt.
17411 * recog.c (asm_op_alt): New variable.
17412 (recog_op_alt): Change into a pointer.
17413 (preprocess_constraints): New overload, replacing the old function
17414 definition with one that doesn't use global state.
17415 (preprocess_insn_constraints): New function.
17416 (preprocess_constraints): Use them. Take the insn as parameter.
17417 Use asm_op_alt for asms.
17418 (recog_init): Free existing x_op_alt entries.
17419 * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
17421 (make_early_clobber_and_input_conflicts): Likewise.
17422 (process_bb_node_lives): Pass the insn to process_constraints.
17423 * reg-stack.c (check_asm_stack_operands): Likewise.
17424 (subst_asm_stack_regs): Likewise.
17425 * regcprop.c (copyprop_hardreg_forward_1): Likewise.
17426 * regrename.c (build_def_use): Likewise.
17427 * sched-deps.c (sched_analyze_insn): Likewise.
17428 * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
17429 * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
17430 (note_invalid_constants): Likewise.
17431 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
17432 (ix86_legitimate_combined_insn): Make operand_alternative pointer
17435 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
17437 * recog.c (preprocess_constraints): Don't skip disabled alternatives.
17438 * ira-lives.c (check_and_make_def_conflict): Check for disabled
17440 (make_early_clobber_and_input_conflicts): Likewise.
17441 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
17443 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
17445 * recog.h (alternative_class): New function.
17446 (which_op_alt): Return a const recog_op_alt.
17447 * reg-stack.c (check_asm_stack_operands): Update type accordingly.
17448 (subst_asm_stack_regs): Likewise.
17449 * config/arm/arm.c (note_invalid_constants): Likewise.
17450 * regcprop.c (copyprop_hardreg_forward_1): Likewise. Don't modify
17451 the operand_alternative; use alternative class instead.
17452 * sel-sched.c (get_reg_class): Likewise.
17453 * regrename.c (build_def_use): Likewise.
17454 (hide_operands, restore_operands, record_out_operands): Update type
17457 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
17459 * recog.h (recog_op_alt): Convert to a flat array.
17460 (which_op_alt): New function.
17461 * recog.c (recog_op_alt): Convert to a flat array.
17462 (preprocess_constraints): Update accordingly, grouping all
17463 operands of the same alternative together, rather than the
17465 * ira-lives.c (check_and_make_def_conflict): Likewise.
17466 (make_early_clobber_and_input_conflicts): Likewise.
17467 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
17468 * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
17469 (subst_asm_stack_regs): Likewise.
17470 * regcprop.c (copyprop_hardreg_forward_1): Likewise.
17471 * regrename.c (hide_operands, record_out_operands): Likewise.
17472 (build_def_use): Likewise.
17473 * sel-sched.c (get_reg_class): Likewise.
17474 * config/arm/arm.c (note_invalid_constants): Likewise.
17476 2014-06-04 Jason Merrill <jason@redhat.com>
17480 * gimplify.c (gimplify_arg): Non-static.
17481 * gimplify.h: Declare it.
17483 2014-06-04 Richard Biener <rguenther@suse.de>
17485 * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
17486 TREE_PUBLIC and DECL_EXTERNAL decls.
17488 2014-06-04 Matthew Fortune <matthew.fortune@imgtec.com>
17490 * regcprop.c (copyprop_hardreg_forward_1): Account for
17491 HARD_REGNO_CALL_PART_CLOBBERED.
17493 2014-06-04 Richard Biener <rguenther@suse.de>
17495 * configure.ac: Check whether the underlying type of int64_t
17496 is long or long long.
17497 * configure: Regenerate.
17498 * config.in: Likewise.
17499 * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
17500 (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
17502 2014-06-04 Richard Biener <rguenther@suse.de>
17504 PR tree-optimization/60098
17505 * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
17507 (dse_optimize_stmt): Simplify, now that we found a kill
17510 2014-06-04 Richard Biener <rguenther@suse.de>
17512 * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
17513 of accesses with non-invariant address.
17515 2014-06-04 Martin Liska <mliska@suse.cz>
17517 * cgraph.h (cgraph_make_wrapper): New function introduced.
17518 * cgraphunit.c (cgraph_make_wrapper): The function implementation.
17519 * ipa-inline.h (inline_analyze_function): The function is global.
17520 * ipa-inline-analysis.c (inline_analyze_function): Likewise.
17522 2014-06-04 Martin Liska <mliska@suse.cz>
17524 * tree.h (private_lookup_attribute_starting): New function.
17525 (lookup_attribute_starting): Likewise.
17526 * tree.c (private_lookup_attribute_starting): Likewise.
17528 2014-06-04 Martin Liska <mliska@suse.cz>
17530 * cgraph.h (expand_thunk): New argument added.
17531 (address_taken_from_non_vtable_p): New global function.
17532 * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
17533 * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
17534 * cgraphunit.c (analyze_function): Likewise.
17535 (assemble_thunks_and_aliases): Argument added to call.
17536 (expand_thunk): New argument forces to produce GIMPLE thunk.
17538 2014-06-04 Martin Liska <mliska@suse.cz>
17540 * coverage.h (coverage_compute_cfg_checksum): Argument added.
17541 * coverage.c (coverage_compute_cfg_checksum): Likewise.
17542 * profile.c (branch_prob): Likewise.
17544 2014-06-04 Martin Jambor <mjambor@suse.cz>
17547 * ipa-pure-const.c (propagate_pure_const): Add unreachable default
17548 handler for switch on an ipa_ref_use enum.
17549 * ipa-reference.c (analyze_function): Likewise.
17551 2014-06-04 Kai Tietz <ktietz@redhat.com>
17553 * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
17554 from old call-instruction.
17556 2014-06-04 Bin Cheng <bin.cheng@arm.com>
17558 * config/aarch64/aarch64.c (aarch64_classify_address)
17559 (aarch64_legitimize_reload_address): Support full addressing modes
17561 * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
17562 (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
17564 2014-06-03 Andrew Pinski <apinski@cavium.com>
17566 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
17569 2014-06-03 Andrew Pinski <apinski@cavium.com>
17571 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
17572 (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
17574 2014-06-03 Kai Tietz <ktietz@redhat.com>
17576 * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
17579 2014-06-03 Dehao Chen <dehao@google.com>
17581 * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
17584 2014-06-03 Marek Polacek <polacek@redhat.com>
17587 * doc/invoke.texi: Document -Wswitch-bool.
17588 * function.c (stack_protect_epilogue): Cast controlling expression of
17590 * gengtype.c (walk_type): Generate switch expression with its
17591 controlling expression cast to int.
17593 2014-06-03 Vishnu K S <Vishnu.k_s@atmel.com>
17595 * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
17597 * config/avr/avr-tables.opt: Regenerate.
17598 * config/avr/t-multilib: Regenerate.
17599 * doc/avr-mmcu.texi: Regenerate.
17601 2014-06-03 Vishnu K S <vishnu.k_s@atmel.com>
17602 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
17604 * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
17605 (ata6617c, ata664251): Add new avr35 devices.
17606 (ata6612c): Add new avr4 device.
17607 (ata6613c, ata6614q): Add new avr5 devices.
17608 * config/avr/avr-tables.opt: Regenerate.
17609 * config/avr/t-multilib: Regenerate.
17610 * doc/avr-mmcu.texi: Regenerate.
17612 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
17614 * gcc/config/aarch64/aarch64-builtins.c
17615 (aarch64_types_binop_ssu_qualifiers): New static data.
17616 (TYPES_BINOP_SSU): Define.
17617 * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
17618 urshr_n, ushll_n): Use appropriate unsigned qualifiers.
17619 * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
17620 vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
17621 vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
17622 vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
17623 vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
17624 vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
17625 vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
17626 suffix to builtin function name, remove cast.
17627 (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
17628 vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
17629 vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
17631 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
17633 * gcc/config/aarch64/aarch64-builtins.c
17634 (aarch64_types_binop_uus_qualifiers,
17635 aarch64_types_shift_to_unsigned_qualifiers,
17636 aarch64_types_unsigned_shiftacc_qualifiers): Define.
17637 * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
17638 uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
17639 sqshlu_n, uqshl_n): Update qualifiers.
17640 * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
17641 vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
17642 vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
17643 vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
17644 vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
17645 vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
17646 vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
17647 vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
17648 vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
17649 vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
17650 vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
17651 vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
17652 vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
17653 vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
17654 vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
17655 vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
17656 vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
17657 vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
17658 vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
17659 vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
17660 vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
17661 vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
17662 vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
17663 vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
17664 vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
17665 vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
17666 vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
17668 2014-06-03 Teresa Johnson <tejohnson@google.com>
17670 * tree-sra.c (modify_function): Record caller nodes after rebuild.
17672 2014-06-02 Jason Merrill <jason@redhat.com>
17675 * varpool.c (ctor_for_folding): Handle uninitialized vtables.
17677 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
17679 * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
17682 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
17684 * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
17686 * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
17687 (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
17688 * config/aarch64/iterators.md (REVERSE): New iterator.
17689 (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
17690 (rev_op): New int_attribute.
17691 * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
17692 vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
17693 vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
17694 vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
17695 vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
17696 vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
17697 vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
17698 Replace temporary __asm__ with __builtin_shuffle.
17700 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
17702 * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
17704 * config/mips/mips-tables.opt: Regenerate.
17705 * config/mips/mips.c (mips_compute_frame_info): Changed if statement
17706 to use mips_isa_rev rather than ISA_MIPS32R2.
17707 * config/mips/mips.h (ISA_MIPS32R3): New define.
17708 (ISA_MIPS32R5): New define.
17709 (ISA_MIPS64R3): New define.
17710 (ISA_MIPS64R5): New define.
17711 (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
17712 ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
17713 (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
17715 (MIPS_ISA_SYNCI_SPEC): Likewise.
17716 (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
17717 (LINK_SPEC): Added mips32r3 and mips32r5.
17718 * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
17719 to mips32r2; and mips64r3 and mips64r5 to mips64r2.
17720 * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
17721 * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
17722 * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
17723 * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
17724 * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
17726 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
17728 * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
17730 * config/mips/mips.opt (mxpa): New option.
17731 * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
17734 2014-06-03 Martin Jambor <mjambor@suse.cz>
17737 * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
17740 2014-06-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
17742 PR tree-optimization/61328
17743 * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
17744 initialization from find_bswap_or_nop_1.
17745 (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
17746 in source_expr2 before using the size value the function sets. Also
17747 make use of init_symbolic_number () in both the old place and
17748 find_bswap_or_nop_load () to avoid reading uninitialized memory when
17749 doing recursion in the GIMPLE_BINARY_RHS case.
17751 2014-06-03 Richard Biener <rguenther@suse.de>
17753 PR tree-optimization/61383
17754 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
17757 2014-06-03 Richard Sandiford <rdsandiford@googlemail.com>
17759 * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
17760 (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
17761 (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
17762 (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
17764 (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
17765 (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
17766 * system.h: ...here and make it unconditional.
17767 * target.def (conditional_register_usage): Mention
17768 define_register_constraint instead of old-style constraint macros.
17769 * doc/tm.texi.in: Remove documentation for old-style constraint macros.
17770 * doc/tm.texi: Regenerate.
17771 * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
17772 protected by !USE_MD_CONSTRAINTS.
17773 * config/frv/frv.md: Remove quote from old version of documentation.
17774 * config/frv/frv.c (frv_conditional_register_usage): Likewise.
17775 * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
17776 CONST_DOUBLE_OK_FOR_LETTER.
17777 * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
17779 2014-06-02 Andrew Pinski <apinski@cavium.com>
17781 * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
17782 /lib/ld-linux32-aarch64.so.1 is used for ILP32.
17783 (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
17784 file whose name depends on -mabi= and -mbig-endian.
17785 * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
17786 Handle LP64 better and handle ilp32 too.
17787 (MULTILIB_OPTIONS): Delete.
17788 (MULTILIB_DIRNAMES): Delete.
17790 2014-06-02 Andrew MacLeod <amacleod@redhat.com>
17792 * expr.h: Remove prototypes of functions defined in builtins.c.
17793 * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
17794 Remove prototypes of functions defined in builtins.c.
17795 * builtins.h: Update prototype list to include all exported functions.
17796 * builtins.c: (default_libc_has_function, gnu_libc_has_function,
17797 no_c99_libc_has_function): Move to targhooks.c
17798 (build_string_literal, build_call_expr_loc_array,
17799 build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
17801 (expand_builtin_object_size, fold_builtin_object_size): Make static.
17802 * targhooks.c (default_libc_has_function, gnu_libc_has_function,
17803 no_c99_libc_has_function): Relocate from builtins.c.
17804 * tree.c: Include builtins.h.
17805 (build_call_expr_loc_array, build_call_expr_loc_vec,
17806 build_call_expr_loc, build_call_expr, build_string_literal): Relocate
17808 * fold-const.h (fold_fma): Move prototype to builtins.h.
17809 * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
17810 * asan.c: Include builtins.h.
17811 * cfgexpand.c: Likewise.
17812 * convert.c: Likewise.
17813 * emit-rtl.c: Likewise.
17814 * except.c: Likewise.
17815 * expr.c: Likewise.
17816 * fold-const.c: Likewise.
17817 * gimple-fold.c: Likewise.
17818 * gimple-ssa-strength-reduction.c: Likewise.
17819 * gimplify.c: Likewise.
17820 * ipa-inline.c: Likewise.
17821 * ipa-prop.c: Likewise.
17822 * lto-streamer-out.c: Likewise.
17823 * stmt.c: Likewise.
17824 * tree-inline.c: Likewise.
17825 * tree-object-size.c: Likewise.
17826 * tree-sra.c: Likewise.
17827 * tree-ssa-ccp.c: Likewise.
17828 * tree-ssa-forwprop.c: Likewise.
17829 * tree-ssa-loop-ivcanon.c: Likewise.
17830 * tree-ssa-loop-ivopts.c: Likewise.
17831 * tree-ssa-math-opts.c: Likewise.
17832 * tree-ssa-reassoc.c: Likewise.
17833 * tree-ssa-threadedge.c: Likewise.
17834 * tree-streamer-in.c: Likewise.
17835 * tree-vect-data-refs.c: Likewise.
17836 * tree-vect-patterns.c: Likewise.
17837 * tree-vect-stmts.c: Likewise.
17838 * config/aarch64/aarch64.c: Likewise.
17839 * config/alpha/alpha.c: Likewise.
17840 * config/arc/arc.c: Likewise.
17841 * config/arm/arm.c: Likewise.
17842 * config/avr/avr.c: Likewise.
17843 * config/bfin/bfin.c: Likewise.
17844 * config/c6x/c6x.c: Likewise.
17845 * config/cr16/cr16.c: Likewise.
17846 * config/cris/cris.c: Likewise.
17847 * config/epiphany/epiphany.c: Likewise.
17848 * config/fr30/fr30.c: Likewise.
17849 * config/frv/frv.c: Likewise.
17850 * config/h8300/h8300.c: Likewise.
17851 * config/i386/i386.c: Likewise.
17852 * config/i386/winnt.c: Likewise.
17853 * config/ia64/ia64.c: Likewise.
17854 * config/iq2000/iq2000.c: Likewise.
17855 * config/lm32/lm32.c: Likewise.
17856 * config/m32c/m32c.c: Likewise.
17857 * config/m32r/m32r.c: Likewise.
17858 * config/m68k/m68k.c: Likewise.
17859 * config/mcore/mcore.c: Likewise.
17860 * config/mep/mep.c: Likewise.
17861 * config/microblaze/microblaze.c: Likewise.
17862 * config/mips/mips.c: Likewise.
17863 * config/mmix/mmix.c: Likewise.
17864 * config/mn10300/mn10300.c: Likewise.
17865 * config/moxie/moxie.c: Likewise.
17866 * config/msp430/msp430.c: Likewise.
17867 * config/nds32/nds32.c: Likewise.
17868 * config/pa/pa.c: Likewise.
17869 * config/pdp11/pdp11.c: Likewise.
17870 * config/picochip/picochip.c: Likewise.
17871 * config/rl78/rl78.c: Likewise.
17872 * config/rs6000/rs6000.c: Likewise.
17873 * config/rx/rx.c: Likewise.
17874 * config/s390/s390.c: Likewise.
17875 * config/score/score.c: Likewise.
17876 * config/sh/sh.c: Likewise.
17877 * config/sparc/sparc.c: Likewise.
17878 * config/spu/spu.c: Likewise.
17879 * config/stormy16/stormy16.c: Likewise.
17880 * config/tilegx/tilegx.c: Likewise.
17881 * config/tilepro/tilepro.c: Likewise.
17882 * config/v850/v850.c: Likewise.
17883 * config/vax/vax.c: Likewise.
17884 * config/xtensa/xtensa.c: Likewise.
17886 2014-06-02 Jeff Law <law@redhat.com>
17888 PR rtl-optimization/61094
17889 * ree.c (combine_reaching_defs): Do not reextend an insn if it
17890 was marked as do_no_reextend. If a copy is needed to eliminate
17891 an extension, then mark it as do_not_reextend.
17893 2014-06-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
17895 * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
17897 2014-06-02 Richard Henderson <rth@redhat.com>
17900 * config/alpha/alpha.c (print_operand_address): Allow symbolic
17901 addresses inside asms. Use output_operand_lossage instead of
17904 2014-06-02 Uros Bizjak <ubizjak@gmail.com>
17907 * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
17908 GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
17910 2014-06-02 Tom de Vries <tom@codesourcery.com>
17912 * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
17913 case that x has VOIDmode.
17915 2014-06-02 Bernd Schmidt <bernds@codesourcery.com>
17917 * varasm.c (copy_constant): Delete function.
17918 (build_constant_desc): Don't call it.
17920 2014-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
17923 * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
17924 * config/arm/arm.md (mov64 splitter): Replace const_double_operand
17925 with immediate_operand.
17927 2014-06-02 Andreas Schwab <schwab@suse.de>
17929 * config/ia64/ia64.c
17930 (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
17931 pending_data_specs first.
17933 2014-06-02 Richard Biener <rguenther@suse.de>
17935 PR tree-optimization/61378
17936 * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
17937 valueized_anything.
17939 2014-06-01 Uros Bizjak <ubizjak@gmail.com>
17941 * config/i386/constraints.md (Bw): Rename from 'w'.
17942 (Bz): Rename from 'z'.
17943 * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
17945 2014-06-01 Kai Tietz <ktietz@redhat.com>
17948 * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
17949 * config/i386/i386.md (sibcall_insn_operand): Use Bs
17950 instead of m constraint.
17952 2014-05-31 Andreas Schwab <schwab@linux-m68k.org>
17954 * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
17955 a separate alternative where the scratch operand 2 is marked as
17958 2014-05-31 Kugan Vivekanandarajah <kuganv@linaro.org>
17960 * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
17961 (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
17962 (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
17963 and __builtins_arm_get_fpscr.
17964 (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
17965 __builtins_arm_get_fpscr.
17966 (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
17967 __builtins_arm_ldfpscr.
17968 (arm_atomic_assign_expand_fenv): New function.
17969 * config/arm/vfp.md (set_fpscr): New pattern.
17970 (get_fpscr) : Likewise.
17971 * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
17973 * doc/extend.texi (AARCH64 Built-in Functions) : Document
17974 __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
17976 2014-05-30 Jakub Jelinek <jakub@redhat.com>
17978 * asan.c (report_error_func): Add SLOW_P argument, use
17979 BUILT_IN_ASAN_*_N if set.
17980 (build_check_stmt): Likewise.
17981 (instrument_derefs): If T has insufficient alignment,
17982 force same handling as for odd sizes.
17984 * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
17985 BUILT_IN_ASAN_REPORT_STORE_N): New.
17986 * asan.c (struct asan_mem_ref): Change access_size type to
17988 (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
17989 update_mem_ref_hash_table): Likewise.
17990 (asan_mem_ref_hasher::hash): Hash in a HWI.
17991 (report_error_func): Change size_in_bytes argument to HWI.
17992 Use *_N builtins if size_in_bytes is larger than 16 or not power of
17994 (build_shadow_mem_access): New function.
17995 (build_check_stmt): Use it. Change size_in_bytes argument to HWI.
17996 Handle size_in_bytes not power of two or larger than 16.
17997 (instrument_derefs): Don't give up if size_in_bytes is not
17998 power of two or is larger than 16.
18000 2014-05-30 Kai Tietz <ktietz@redhat.com>
18003 * config/i386/i386.c (x86_output_mi_thunk): Add memory case
18004 for sibling-tail-calls.
18005 * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
18007 * config/i386/predicates.md (sibcall_memory_operand): New predicate.
18008 (sibcall_insn_operand): Add check for sibcall_memory_operand.
18010 2014-05-30 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
18012 * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
18013 * config/avr/avr-tables.opt: Regenerate.
18014 * config/avr/t-multilib: Regenerate.
18015 * doc/avr-mmcu.texi: Regenerate.
18017 2014-05-30 Ian Lance Taylor <iant@google.com>
18019 * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
18022 2014-05-30 Tom de Vries <tom@codesourcery.com>
18024 * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
18027 2014-05-30 Tom de Vries <tom@codesourcery.com>
18029 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
18030 * lra.c (initialize_lra_reg_info_element): Add init of
18031 actual_call_used_reg_set field.
18032 (lra): Call lra_create_live_ranges before lra_inheritance for
18034 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
18036 * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
18037 instead of call_used_reg_set for -fuse-caller-save.
18038 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
18040 2014-05-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18042 * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
18044 * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
18046 2014-05-30 Richard Sandiford <rdsandiford@googlemail.com>
18048 * ira.c (ira_get_dup_out_num): Check for output operands at
18049 the start of the loop. Handle cases where an included alternative
18050 follows an excluded one.
18052 2014-05-29 Mike Stump <mikestump@comcast.net>
18055 * collect2.c (maybe_run_lto_and_relink): Be sure to always run
18056 post ld passes when lto is used.
18058 2014-05-29 Vladimir Makarov <vmakarov@redhat.com>
18060 PR rtl-optimization/61325
18061 * lra-constraints.c (process_address): Rename to process_address_1.
18062 (process_address): New function.
18064 2014-05-29 Alan Lawrence <alan.lawrence@arm.com>
18066 * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
18067 TYPES_BINOPV): New static data.
18068 * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
18070 * config/aarch64/aarch64-simd.md (aarch64_ext,
18071 aarch64_im_lane_boundsi): New patterns.
18072 * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
18074 (aarch64_evpc_ext): New function.
18076 * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
18078 * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
18079 vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
18080 vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
18081 vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
18082 vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
18084 2014-05-29 Tom de Vries <tom@codesourcery.com>
18086 * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
18088 2014-05-29 Richard Earnshaw <rearnsha@arm.com>
18089 Richard Sandiford <rdsandiford@googlemail.com>
18091 * arm/iterators.md (shiftable_ops): New code iterator.
18092 (t2_binop0, arith_shift_insn): New code attributes.
18093 * arm/predicates.md (shift_nomul_operator): New predicate.
18094 * arm/arm.md (insn_enabled): Delete.
18095 (enabled): Remove insn_enabled test.
18096 (*arith_shiftsi): Delete. Replace with ...
18097 (*<arith_shift_insn>_multsi): ... new pattern.
18098 (*<arith_shift_insn>_shiftsi): ... new pattern.
18099 * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
18101 2014-05-29 Radovan Obradovic <robradovic@mips.com>
18102 Tom de Vries <tom@codesourcery.com>
18104 * config/mips/mips.h (POST_CALL_TMP_REG): Define.
18105 * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
18107 (mips_split_call): Use POST_CALL_TMP_REG.
18108 (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
18110 2014-05-29 Tom de Vries <tom@codesourcery.com>
18112 * final.c (collect_fn_hard_reg_usage): Guard variable declaration
18113 with #ifdef STACK_REGS.
18115 2014-05-28 Jan Hubicka <hubicka@ucw.cz>
18117 * varasm.c (get_variable_section): Walk aliases.
18118 (place_block_symbol): Walk aliases.
18120 2014-05-28 Tom de Vries <tom@codesourcery.com>
18123 2014-05-28 Tom de Vries <tom@codesourcery.com>
18125 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
18126 * lra.c (initialize_lra_reg_info_element): Add init of
18127 actual_call_used_reg_set field.
18128 (lra): Call lra_create_live_ranges before lra_inheritance for
18130 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
18132 * lra-constraints.c (need_for_call_save_p): Use
18133 actual_call_used_reg_set instead of call_used_reg_set for
18135 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
18137 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
18139 * doc/md.texi: Document that the % constraint character must
18140 be at the beginning of the string.
18141 * genoutput.c (validate_insn_alternatives): Check that '=',
18142 '+' and '%' only appear at the beginning of a constraint.
18143 * ira.c (commutative_constraint_p): Delete.
18144 (ira_get_dup_out_num): Expect the '%' commutativity marker to be
18145 at the start of the string.
18146 * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
18148 * config/arm/neon.md (bicdi3_neon): Likewise.
18149 * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
18150 (slt_si, sltu_si): Likewise.
18151 * config/vax/vax.md (sbcdi3): Likewise.
18152 * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
18153 * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
18154 (mul64): Move '%' to beginning of constraint.
18155 * config/arm/arm.md (*xordi3_insn): Likewise.
18156 * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
18157 (xorsi3): Likewise.
18159 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
18161 * doc/md.texi: Document the restrictions on the "enabled" attribute.
18163 2014-05-28 Jason Merrill <jason@redhat.com>
18166 * cgraph.h (symtab_node::get_comdat_group_id): New.
18167 * cgraphunit.c (analyze_functions): Call it.
18168 * symtab.c (dump_symtab_node): Likewise.
18169 * tree.c (decl_comdat_group_id): New.
18170 * tree.h: Declare it.
18171 * lto-streamer-out.c (write_symbol): Use it.
18172 * trans-mem.c (ipa_tm_create_version_alias): Likewise.
18174 2014-05-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
18176 PR bootstrap/PR61146
18177 * wide-int.cc: Do not include longlong.h when compiling with clang.
18179 2014-05-28 Richard Biener <rguenther@suse.de>
18181 * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
18182 * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
18183 (vrp_visit_assignment_or_call): Print less vertical space.
18184 (vrp_visit_stmt): Likewise.
18185 (vrp_visit_phi_node): Likewise. For a PHI argument with
18186 VR_VARYING range consider recording it as copy.
18188 2014-05-28 Richard Biener <rguenther@suse.de>
18191 2014-05-28 Richard Biener <rguenther@suse.de>
18193 * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
18195 2014-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
18197 * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
18198 sufficiently aligned and an offset is used at the same time.
18199 (expand_expr_real_1): Likewise.
18201 2014-05-28 Richard Biener <rguenther@suse.de>
18203 PR middle-end/61045
18204 * fold-const.c (fold_comparison): When folding
18205 X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
18206 the sign of the remaining constant operand stays the same.
18208 2014-05-28 Kaushik Phatak <kaushik.phatak@kpit.com>
18210 * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
18211 __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
18212 (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
18214 (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
18215 * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
18216 (m32bit-doubles) Likewise.
18217 * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
18218 * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
18221 2014-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18223 * configure.ac ($gcc_cv_ld_clearcap): New test.
18224 * configure: Regenerate.
18225 * config.in: Regenerate.
18226 * config/sol2.opt (mclear-hwcap): New option.
18227 * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
18228 * config/sol2-clearcap.map: Moved here from
18229 testsuite/gcc.target/i386/clearcap.map.
18230 * config/sol2-clearcapv2.map: Move here from
18231 gcc.target/i386/clearcapv2.map.
18232 * config/t-sol2 (install): Depend on install-clearcap-map.
18233 (install-clearcap-map): New target.
18234 * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
18237 2014-05-28 Richard Biener <rguenther@suse.de>
18239 * hwint.h (*_HALF_WIDE_INT*): Move to ...
18240 * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
18241 ... here and remove the rest.
18242 * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
18244 2014-05-28 Richard Biener <rguenther@suse.de>
18246 PR tree-optimization/61335
18247 * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
18248 new range fails, drop to varying.
18250 2014-05-28 Olivier Hainque <hainque@adacore.com>
18252 * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
18253 (CPP_SPEC): Add entry for -mcpu=8548.
18254 * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
18255 * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
18257 2014-05-28 Tom de Vries <tom@codesourcery.com>
18259 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
18260 * lra.c (initialize_lra_reg_info_element): Add init of
18261 actual_call_used_reg_set field.
18262 (lra): Call lra_create_live_ranges before lra_inheritance for
18264 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
18266 * lra-constraints.c (need_for_call_save_p): Use
18267 actual_call_used_reg_set instead of call_used_reg_set for
18269 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
18271 2014-05-28 Radovan Obradovic <robradovic@mips.com>
18272 Tom de Vries <tom@codesourcery.com>
18274 * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
18276 (@item -fuse-caller-save): New item.
18278 2014-05-28 Radovan Obradovic <robradovic@mips.com>
18279 Tom de Vries <tom@codesourcery.com>
18281 * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
18282 OPT_fuse_caller_save.
18284 2014-05-28 Radovan Obradovic <robradovic@mips.com>
18285 Tom de Vries <tom@codesourcery.com>
18287 * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
18288 * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
18289 get_call_reg_set_usage.
18290 * resource.c (mark_set_resources, mark_target_live_regs): Use
18291 get_call_reg_set_usage.
18292 * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
18294 (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
18295 * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
18296 Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
18297 * ira-build.c (ira_create_allocno): Init
18298 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
18299 (create_cap_allocno, propagate_allocno_info)
18300 (propagate_some_info_from_allocno)
18301 (copy_info_to_removed_store_destinations): Handle
18302 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
18303 * ira-costs.c (ira_tune_allocno_costs): Use
18304 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
18306 2014-05-28 Radovan Obradovic <robradovic@mips.com>
18307 Tom de Vries <tom@codesourcery.com>
18309 * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
18310 and function_used_regs_valid fields.
18311 * final.c: Move include of hard-reg-set.h to before rtl.h to declare
18312 find_all_hard_reg_sets.
18313 (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
18314 (get_call_reg_set_usage): New function.
18315 (rest_of_handle_final): Use collect_fn_hard_reg_usage.
18316 * regs.h (get_call_reg_set_usage): Declare.
18318 2014-05-28 Georg-Johann Lay <avr@gjlay.de>
18321 * config/dbx.h (License): Add Runtime Library Exception.
18322 * config/newlib-stdint.h (License): Same.
18323 * config/rtems.h (License): Same
18324 * config/initfini-array.h (License): Same
18325 * config/v850/v850.h (License): Same.
18326 * config/v850/v850-opts.h (License): Same
18327 * config/v850/rtems.h (License): Same.
18329 2014-05-28 Georg-Johann Lay <avr@gjlay.de>
18332 * doc/extend.texi (Local Labels): Note that label differences are
18333 not supported for AVR.
18335 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
18336 Olivier Hainque <hainque@adacore.com>
18338 * rtl.h (set_for_reg_notes): Declare.
18339 * emit-rtl.c (set_for_reg_notes): New function.
18340 (set_unique_reg_note): Use it.
18341 * optabs.c (add_equal_note): Likewise
18343 2014-05-27 Andrew Pinski <apinski@cavium.com>
18345 * config/aarch64/aarch64.md (stack_protect_set_<mode>):
18346 Use <w> for the register in assembly template.
18347 (stack_protect_test): Use the mode of operands[0] for the result.
18348 (stack_protect_test_<mode>): Use <w> for the register
18349 in assembly template.
18351 2014-05-27 DJ Delorie <dj@redhat.com>
18353 * config/rx/rx.c (add_vector_labels): New.
18354 (rx_output_function_prologue): Call it.
18355 (rx_handle_func_attribute): Don't require empty arguments.
18356 (rx_handle_vector_attribute): New.
18357 (rx_attribute_table): Add "vector" attribute.
18358 * doc/extend.texi (interrupt, vector): Document new/changed
18359 RX-specific attributes.
18361 * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
18363 2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
18365 * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
18366 predicate to detect a negative quotient.
18368 2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
18370 * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
18371 to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
18372 Add X - Y CMP 0 to X CMP Y transformation.
18373 (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
18375 2014-05-27 Segher Boessenkool <segher@kernel.crashing.org>
18377 * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
18380 2014-05-27 Steve Ellcey <sellcey@mips.com>
18382 * config/mips/mips.c: Add include of cgraph.h.
18384 2014-05-27 Richard Biener <rguenther@suse.de>
18386 * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
18388 2014-05-27 Georg-Johann Lay <avr@gjlay.de>
18391 * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
18392 * config/arm/arm-cores.def (License): Same.
18393 * config/arm/arm-opts.h (License): Same.
18394 * config/arm/aout.h (License): Same.
18395 * config/arm/bpabi.h (License): Same.
18396 * config/arm/elf.h (License): Same.
18397 * config/arm/linux-elf.h (License): Same.
18398 * config/arm/linux-gas.h (License): Same.
18399 * config/arm/netbsd-elf.h (License): Same.
18400 * config/arm/uclinux-eabi.h (License): Same.
18401 * config/arm/uclinux-elf.h (License): Same.
18402 * config/arm/vxworks.h (License): Same.
18404 2014-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18406 * config/arm/neon.md (neon_bswap<mode>): New pattern.
18407 * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
18408 (arm_init_neon_builtins): Handle NEON_BSWAP.
18409 Define required type nodes.
18410 (arm_expand_neon_builtin): Handle NEON_BSWAP.
18411 (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
18412 * config/arm/arm_neon_builtins.def (bswap): Define builtins.
18413 * config/arm/iterators.md (VDQHSD): New mode iterator.
18415 2014-05-27 Richard Biener <rguenther@suse.de>
18417 * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
18418 Try using literal operands when comparing value-ranges failed.
18420 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
18422 * ira.c (commutative_operand): Adjust for change to recog_data.
18423 [Missing from previous commit.]
18425 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
18427 * system.h (TEST_BIT): New macro.
18428 * recog.h (alternative_mask): New type.
18429 (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
18430 (recog_data_d): Replace alternative_enabled_p array with
18431 enabled_alternatives.
18432 (target_recog): New structure.
18433 (default_target_recog, this_target_recog): Declare.
18434 (get_enabled_alternatives, recog_init): Likewise.
18435 * recog.c (default_target_recog, this_target_recog): New variables.
18436 (get_enabled_alternatives): New function.
18437 (extract_insn): Use it.
18438 (recog_init): New function.
18439 (preprocess_constraints, constrain_operands): Adjust for change to
18441 * postreload.c (reload_cse_simplify_operands): Likewise.
18442 * reload.c (find_reloads): Likewise.
18443 * ira-costs.c (record_reg_classes): Likewise.
18444 * ira-lives.c (single_reg_class): Likewise. Fix bug in which
18445 all alternatives after a disabled one would be skipped.
18446 (ira_implicitly_set_insn_hard_regs): Likewise.
18447 * ira.c (ira_setup_alts): Adjust for change to recog_data.
18448 * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
18449 with enabled_alternatives.
18450 * lra.c (free_insn_recog_data): Update accordingly.
18451 (lra_update_insn_recog_data): Likewise.
18452 (lra_set_insn_recog_data): Likewise. Use get_enabled_alternatives.
18453 * lra-constraints.c (process_alt_operands): Likewise. Handle
18454 only_alternative as part of the enabled mask.
18455 * target-globals.h (this_target_recog): Declare.
18456 (target_globals): Add a recog field.
18457 (restore_target_globals): Restore this_target_recog.
18458 * target-globals.c: Include recog.h.
18459 (default_target_globals): Initialize recog field.
18460 (save_target_globals): Likewise.
18461 * reginfo.c (reinit_regs): Call recog_init.
18462 * toplev.c (backend_init_target): Likewise.
18464 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
18466 * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
18467 rather than any named insn's code.
18469 2014-05-27 Georg-Johann Lay <avr@gjlay.de>
18472 * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
18473 * config/arm/arm-cores.def (License): Same.
18475 2014-05-26 Jan Hubicka <hubicka@ucw.cz>
18477 * tree.h (decl_comdat_group): Declare.
18478 * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
18479 * tree.c (decl_comdat_group): Here.
18481 2014-05-26 Richard Sandiford <r.sandiford@uk.ibm.com>
18483 PR rtl-optimization/61222
18484 * combine.c (simplify_shift_const_1): When moving a PLUS outside
18485 the shift, truncate the PLUS operand to the result mode.
18487 2014-05-26 Uros Bizjak <ubizjak@gmail.com>
18490 * config/i386/i386.c (ix86_rtx_costs)
18491 <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
18494 2014-05-26 Martin Jambor <mjambor@suse.cz>
18496 * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
18499 2014-05-26 Richard Biener <rguenther@suse.de>
18501 * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
18502 wi::int_traits <long long>, wi::int_traits <unsigned long long>):
18503 Provide specializations.
18504 (wi::int_traits <HOST_WIDE_INT>,
18505 wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
18507 2014-05-26 Alan Modra <amodra@gmail.com>
18510 * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
18511 params and return a bool. Remove dead code. Update comment.
18512 Assert we have a const_int source. Remove bogus code from
18513 32-bit HWI days. Move !TARGET_POWERPC64 handling, and correct
18514 handling of constants > 2G and reg_equal note, from..
18515 (rs6000_emit_set_long_const): ..here. Remove unneeded param and
18516 return value. Update comment. If we can, use a new pseudo
18517 for intermediate calculations.
18518 * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
18520 * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
18521 call to rs6000_emit_set_const in splitter.
18522 (movdi_internal64+2, +3): Likewise.
18524 2014-05-26 Richard Biener <rguenther@suse.de>
18526 * system.h: Define __STDC_FORMAT_MACROS before
18527 including inttypes.h.
18528 * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
18529 HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
18530 HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
18531 HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
18532 HOST_WIDEST_INT_C): Remove.
18533 (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
18534 if C99 inttypes.h is not available.
18535 * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
18536 * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
18537 * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
18538 * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
18539 * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
18540 (struct output_info): Likewise.
18541 (print_statistics): Adjust.
18542 (dump_bitmap_statistics): Likewise.
18543 * bt-load.c (migrate_btr_defs): Print with PRId64.
18544 * cfg.c (dump_edge_info, dump_bb_info): Likewise.
18545 (MAX_SAFE_MULTIPLIER): Adjust.
18546 * cfghooks.c (dump_bb_for_graph): Print with PRId64.
18547 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
18548 dump_cgraph_node): Likewise.
18549 * final.c (dump_basic_block_info): Likewise.
18550 * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
18551 * gcov.c (format_gcov): Likewise.
18552 * ipa-cp.c (good_cloning_opportunity_p): Likewise. Use int64_t
18554 (get_clone_agg_value): Use HOST_WIDE_INT for offset.
18555 * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
18556 (inline_small_functions, dump_overall_stats, dump_inline_stats):
18557 Use PRId64 for dumping.
18558 * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
18559 * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
18560 (add_allocno_hard_regs): Adjust.
18561 * loop-doloop.c (doloop_modify): Print using PRId64.
18562 * loop-iv.c (inverse): Compute in uint64_t.
18563 (determine_max_iter, iv_number_of_iterations): Likewise.
18564 * loop-unroll.c (decide_peel_completely, decide_peel_simple):
18565 Print using PRId64.
18566 * lto-streamer-out.c (write_symbol): Use uint64_t.
18567 * mcf.c (CAP_INFINITY): Use int64_t maximum.
18568 (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
18569 find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
18570 * modulo-sched.c (const_iteration_count): Use int64_t.
18571 (sms_schedule): Dump using PRId64.
18572 * predict.c (dump_prediction): Likewise.
18573 * pretty-print.h (pp_widest_integer): Remove.
18574 * profile.c (get_working_sets, is_edge_inconsistent,
18575 is_inconsistent, read_profile_edge_counts): Dump using PRId64.
18576 * tree-pretty-print.c (pp_double_int): Remove case handling
18577 HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
18578 * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
18580 (pass_optimize_bswap::execute): Remove restriction on hosts.
18581 * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
18582 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
18583 * tree.c (widest_int_cst_value): Remove.
18584 * tree.h (widest_int_cst_value): Likewise.
18585 * value-prof.c (dump_histogram_value): Print using PRId64.
18586 * gengtype.c (main): Also inject int64_t.
18587 * ggc-page.c (struct max_alignment): Use int64_t.
18588 * alloc-pool.c (struct allocation_object_def): Likewise.
18589 * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
18591 * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
18592 * doc/tm.texi: Regenerated.
18593 * gengtype-lex.l (IWORD): Handle [u]int64_t.
18594 * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
18595 * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
18596 mmix_output_register_setting): Use [u]int64_t in prototypes.
18597 * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
18598 mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
18599 mmix_output_octa, mmix_output_shifted_value): Adjust.
18600 (mmix_intval): Adjust. Remove unreachable case.
18601 * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
18603 2014-05-26 Richard Biener <rguenther@suse.de>
18605 * configure.ac: Drop __int64 type check. Insist that we
18606 found uint64_t and int64_t.
18607 * hwint.h (HOST_BITS_PER___INT64): Remove.
18608 (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
18609 (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
18610 (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
18611 (HOST_WIDEST_FAST_INT): Remove __int64 case.
18612 * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
18613 for dst_q_src_df_rms_cdt.
18614 * configure: Regenerate.
18615 * config.in: Likewise.
18617 2014-05-26 Michael Tautschnig <mt@debian.org>
18620 * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
18621 __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
18623 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org>
18625 PR rtl-optimization/61278
18626 * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
18628 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org>
18630 PR rtl-optimization/61220
18631 Part of PR rtl-optimization/61225
18632 * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
18633 insn; skip split_edge for a block with only one successor.
18635 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18637 * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
18640 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18642 * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
18643 (update_vtable_references): New function.
18644 (function_and_variable_visibility): Rewrite also vtable initializers.
18645 * varpool.c (cgraph_variable_initializer_availability): Remove assert.
18647 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18649 * ggc.h (ggc_grow): New function.
18650 * ggc-none.c (ggc_grow): New function.
18651 * ggc-page.c (ggc_grow): Likewise.
18653 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18655 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
18656 address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
18657 comdat_can_be_unshared_p, cgraph_externally_visible_p,
18658 varpool_externally_visible_p, can_replace_by_local_alias,
18659 update_visibility_by_resolution_info, function_and_variable_visibility,
18660 pass_data_ipa_function_and_variable_visibility,
18661 make_pass_ipa_function_and_variable_visibility,
18662 whole_program_function_and_variable_visibility,
18663 pass_data_ipa_whole_program_visibility,
18664 make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
18665 * cgraph.h (cgraph_local_node_p): Declare.
18666 * ipa-visibility.c: New file.
18667 * Makefile.in (OBJS): Add ipa-visiblity.o
18669 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18671 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
18672 that var decl is available.
18674 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18676 * tree-core.h (tree_decl_with_vis): Replace comdat_group by
18677 symtab_node pointer.
18678 * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
18679 (find_decls_types_r): Do not walk COMDAT_GROUP.
18680 * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
18681 * varasm.c (make_decl_one_only): Use set_comdat_group;
18682 create node if needed.
18683 * ipa-inline-transform.c (save_inline_function_body): Update
18684 way we decl->symtab mapping.
18685 * symtab.c (symtab_hash, hash_node, eq_node
18686 symtab_insert_node_to_hashtable): Remove.
18687 (symtab_register_node): Update.
18688 (symtab_unregister_node): Update.
18689 (symtab_get_node): Reimplement as inline function.
18690 (symtab_add_to_same_comdat_group): Update.
18691 (symtab_dissolve_same_comdat_group_list): Update.
18692 (dump_symtab_base): Update.
18693 (verify_symtab_base): Update.
18694 (symtab_make_decl_local): Update.
18695 (fixup_same_cpp_alias_visibility): Update.
18696 (symtab_nonoverwritable_alias): Update.
18697 * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
18698 * ipa.c (update_visibility_by_resolution_info): UPdate.
18699 * bb-reorder.c: Include cgraph.h
18700 * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
18701 with comdat groups.
18702 * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
18703 * cgraph.c (cgraph_get_create_node): Update.
18704 * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
18706 (symtab_get_node): Make inline.
18707 (symtab_insert_node_to_hashtable): Remove.
18708 (symtab_can_be_discarded): Update.
18709 (decl_comdat_group): New function.
18710 * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
18712 * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
18714 (read_comdat_group): New function.
18715 (input_node, input_varpool_node): Use it.
18716 * trans-mem.c (ipa_tm_create_version_alias): Update code creating
18718 * mips.c (mips_start_unique_function): Likewise.
18719 (ix86_code_end): Likewise.
18720 (rs6000_code_end): Likweise.
18721 * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
18723 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18725 * gengtype-state.c (fatal_reading_state): Bring offline.
18726 * optabs.c (widening_optab_handler): Bring offline.
18727 * optabs.h (widening_optab_handler): Likewise.
18728 * final.c (get_attr_length_1): Likewise.
18730 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18732 * sched-int.h (sd_iterator_cond): Manually tail recurse.
18734 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18736 * config/rs6000/440.md (ppc440-integer): Include shift without dot.
18737 (ppc440-compare): Include shift with dot.
18738 * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
18739 * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
18741 * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
18743 (e6500_sfx2): Include it.
18744 * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
18745 *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
18746 *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
18747 andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
18748 *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
18749 *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
18750 *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
18751 *lshiftrt_internal1le, *lshiftrt_internal1be,
18752 *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
18753 *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
18754 *rotldi3_internal10le, *rotldi3_internal10be,
18755 *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
18756 ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
18757 ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
18758 *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
18759 define_insns): Use type "shift" in the appropriate alternatives.
18761 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18763 * config/rs6000/rs6000.md (type): Add "logical". Delete
18765 (dot): Adjust comment.
18766 (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
18767 *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
18768 *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
18769 anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
18770 *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
18771 *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
18772 *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
18773 * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
18775 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
18776 * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
18777 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
18778 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
18779 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
18780 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
18781 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
18782 * config/rs6000/8540.md (ppc8540_su): Adjust.
18783 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
18784 cell-cmp-microcoded): Adjust.
18785 * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
18786 * config/rs6000/e500mc.md (e500mc_su): Adjust.
18787 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
18788 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
18789 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
18790 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
18791 * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
18792 * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
18793 * config/rs6000/power6.md (power6-integer, power6-fast-compare):
18795 * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
18796 * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
18797 Adjust. Adjust comment.
18798 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
18799 * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
18801 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18803 * config/rs6000/rs6000.md (type): Add "add".
18804 (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
18805 *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
18806 define_insns): Use it.
18807 * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
18809 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
18810 * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
18811 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
18812 * config/rs6000/601.md (ppc601-integer): Adjust.
18813 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
18814 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
18815 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
18816 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
18817 * config/rs6000/8540.md (ppc8540_su): Adjust.
18818 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
18819 cell-cmp-microcoded): Adjust.
18820 * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
18821 * config/rs6000/e500mc.md (e500mc_su): Adjust.
18822 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
18823 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
18824 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
18825 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
18826 * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
18827 * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
18828 * config/rs6000/power6.md (power6-integer, power6-fast-compare):
18830 * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
18831 * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
18832 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
18833 * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
18835 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18837 * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
18838 "delayed_compare", "var_delayed_compare".
18839 (var_shift): New attribute.
18840 (cell_micro): Adjust.
18841 (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
18842 *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
18843 rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
18844 *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
18845 *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
18846 *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
18847 *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
18848 *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
18849 *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
18850 *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
18851 *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
18852 rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
18853 *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
18854 *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
18855 *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
18856 *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
18857 *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
18858 *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
18859 *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
18860 *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
18861 *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
18862 *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
18863 *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
18864 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18865 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
18867 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
18868 * config/rs6000/440.md (ppc440-integer): Adjust.
18869 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
18870 * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
18871 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
18872 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
18873 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
18874 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
18875 * config/rs6000/8540.md (ppc8540_su): Adjust.
18876 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
18877 cell-cmp-microcoded): Adjust.
18878 * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
18879 * config/rs6000/e500mc.md (e500mc_su): Adjust.
18880 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
18881 e500mc64_delayed): Adjust.
18882 * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
18883 * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
18884 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
18885 * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
18886 * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
18887 * config/rs6000/power6.md (power6-shift, power6-var-rotate,
18888 power6-delayed-compare, power6-var-delayed-compare): Adjust.
18889 * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
18890 * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
18892 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
18893 * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
18895 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18897 * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv". Add "div".
18898 (bits): New mode_attr.
18899 (idiv_ldiv): Delete mode_attr.
18900 (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
18901 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18902 rs6000_adjust_priority, is_nonpipeline_insn,
18903 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
18905 * config/rs6000/40x.md (ppc403-idiv): Adjust.
18906 * config/rs6000/440.md (ppc440-idiv): Adjust.
18907 * config/rs6000/476.md (ppc476-idiv): Adjust.
18908 * config/rs6000/601.md (ppc601-idiv): Adjust.
18909 * config/rs6000/603.md (ppc603-idiv): Adjust.
18910 * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
18911 ppc620-ldiv): Adjust.
18912 * config/rs6000/7450.md (ppc7450-idiv): Adjust.
18913 * config/rs6000/7xx.md (ppc750-idiv): Adjust.
18914 * config/rs6000/8540.md (ppc8540_divide): Adjust.
18915 * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
18916 * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
18917 * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
18918 * config/rs6000/e500mc.md (e500mc_divide): Adjust.
18919 * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
18920 * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
18921 * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
18922 * config/rs6000/mpc.md (mpccore-idiv): Adjust.
18923 * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
18924 * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
18925 * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
18926 * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
18927 * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
18928 * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
18929 * config/rs6000/titan.md (titan_fxu_div): Adjust.
18931 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18933 * config/rs6000/rs6000.md (type): Delete "insert_word",
18934 "insert_dword". Add "insert".
18935 (size): Update comment.
18936 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18937 insn_must_be_first_in_group): Adjust.
18938 (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
18939 *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
18940 *insvsi_internal6, insvdi_internal): Adjust.
18942 * config/rs6000/40x.md (ppc403-integer): Adjust.
18943 * config/rs6000/440.md (ppc440-integer): Adjust.
18944 * config/rs6000/476.md (ppc476-simple-integer): Adjust.
18945 * config/rs6000/601.md (ppc601-integer): Adjust.
18946 * config/rs6000/603.md (ppc603-integer): Adjust.
18947 * config/rs6000/6xx.md (ppc604-integer): Adjust.
18948 * config/rs6000/7450.md (ppc7450-integer): Adjust.
18949 * config/rs6000/7xx.md (ppc750-integer): Adjust.
18950 * config/rs6000/8540.md (ppc8540_su): Adjust.
18951 * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
18952 * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
18953 * config/rs6000/e500mc.md (e500mc_su): Adjust.
18954 * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
18955 * config/rs6000/e5500.md (e5500_sfx): Adjust.
18956 * config/rs6000/e6500.md (e6500_sfx): Adjust.
18957 * config/rs6000/mpc.md (mpccore-integer): Adjust.
18958 * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
18959 * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
18960 * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
18961 * config/rs6000/power7.md (power7-integer): Adjust.
18962 * config/rs6000/power8.md (power8-1cyc): Adjust.
18963 * config/rs6000/rs64.md (rs64a-integer): Adjust.
18964 * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
18966 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18968 * config/rs6000/rs6000.md (type): Add "mul". Delete "imul",
18969 "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
18970 (size): New attribute.
18971 (dot): New attribute.
18972 (cell_micro): Adjust.
18973 (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
18974 umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
18975 *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
18976 umuldi3_highpart): Adjust.
18977 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18978 rs6000_adjust_priority, is_nonpipeline_insn,
18979 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
18981 * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
18982 ppc405-imul3): Adjust.
18983 * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
18984 * config/rs6000/476.md (ppc476-imul): Adjust.
18985 * config/rs6000/601.md (ppc601-imul): Adjust.
18986 * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
18987 * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
18988 ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
18989 * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
18990 * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
18992 * config/rs6000/8540.md (ppc8540_multiply): Adjust.
18993 * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
18994 * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
18995 cell-imul): Adjust.
18996 * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
18997 * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
18998 * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
18999 * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
19000 * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
19001 * config/rs6000/mpc.md (mpccore-imul): Adjust.
19002 * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
19003 power4-lmul, power4-imul, power4-imul3): Adjust.
19004 * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
19005 power5-lmul, power5-imul, power5-imul3): Adjust.
19006 * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
19007 power6-lmul, power6-imul, power6-imul3): Adjust.
19008 * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
19009 * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
19011 * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
19012 rs64a-lmul): Adjust.
19013 * config/rs6000/titan.md (titan_imul): Adjust.
19015 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
19017 * config/rs6000/rs6000.md (type): Add new value "halfmul".
19018 (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
19019 *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
19020 *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
19021 *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
19022 *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
19023 * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
19024 * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
19025 * config/rs6000/476.md (ppc476-imul): Add type halfmul.
19026 * config/rs6000/titan.md: Delete nonsensical comment.
19027 (titan_imul): Add type imul3.
19028 (titan_mulhw): Remove type imul3; add type halfmul.
19030 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
19032 * config/rs6000/rs6000.md (type): Reorder, reformat.
19034 2014-05-23 Martin Jambor <mjambor@suse.cz>
19036 PR tree-optimization/53787
19037 * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
19038 * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
19039 analysis_done, update all uses.
19040 * ipa-prop.c: Include domwalk.h
19041 (param_analysis_info): Removed.
19042 (param_aa_status): New type.
19043 (ipa_bb_info): Likewise.
19044 (func_body_info): Likewise.
19045 (ipa_get_bb_info): New function.
19046 (aa_overwalked): Likewise.
19047 (find_dominating_aa_status): Likewise.
19048 (parm_bb_aa_status_for_bb): Likewise.
19049 (parm_preserved_before_stmt_p): Changed to use new param AA info.
19050 (load_from_unmodified_param): Accept func_body_info as a parameter
19051 instead of parms_ainfo.
19052 (parm_ref_data_preserved_p): Changed to use new param AA info.
19053 (parm_ref_data_pass_through_p): Likewise.
19054 (ipa_load_from_parm_agg_1): Likewise. Update callers.
19055 (compute_complex_assign_jump_func): Changed to use new param AA info.
19056 (compute_complex_ancestor_jump_func): Likewise.
19057 (ipa_compute_jump_functions_for_edge): Likewise.
19058 (ipa_compute_jump_functions): Removed.
19059 (ipa_compute_jump_functions_for_bb): New function.
19060 (ipa_analyze_indirect_call_uses): Likewise, moved variable
19062 (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
19063 and info, moved variable declarations down.
19064 (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
19066 (ipa_analyze_stmt_uses): Likewise.
19067 (ipa_analyze_params_uses): Removed.
19068 (ipa_analyze_params_uses_in_bb): New function.
19069 (ipa_analyze_controlled_uses): Likewise.
19070 (free_ipa_bb_info): Likewise.
19071 (analysis_dom_walker): New class.
19072 (ipa_analyze_node): Handle node-specific forbidden analysis,
19073 initialize and free func_body_info, use dominator walker.
19074 (ipcp_modif_dom_walker): New class.
19075 (ipcp_transform_function): Create and free func_body_info, use
19076 ipcp_modif_dom_walker, moved a lot of functionality there.
19078 2014-05-23 Marek Polacek <polacek@redhat.com>
19079 Jakub Jelinek <jakub@redhat.com>
19081 * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
19082 * gcc.c (sanitize_spec_function): Likewise.
19083 * convert.c (convert_to_integer): Include "ubsan.h". Add
19084 floating-point to integer instrumentation.
19085 * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
19086 * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
19087 SANITIZE_NONDEFAULT.
19088 * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
19089 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
19090 BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
19091 * ubsan.c: Include "realmpfr.h" and "dfp.h".
19092 (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
19093 (ubsan_type_descriptor): Set tkind to 0xffff for types other than
19094 float/double/long double.
19095 (ubsan_instrument_float_cast): New function.
19096 * ubsan.h (ubsan_instrument_float_cast): Declare.
19098 2014-05-23 Jiong Wang <jiong.wang@arm.com>
19100 * config/aarch64/predicates.md (aarch64_call_insn_operand): New
19102 * config/aarch64/constraints.md ("Ucs", "Usf"): New constraints.
19103 * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
19104 Adjust for tailcalling through registers.
19105 * config/aarch64/aarch64.h (enum reg_class): New caller save
19107 (REG_CLASS_NAMES): Likewise.
19108 (REG_CLASS_CONTENTS): Likewise.
19109 * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
19110 Allow tailcalling without decls.
19112 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
19114 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
19115 Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
19117 * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
19118 gsi, and variables v_* to v*.
19120 2014-05-23 Eric Botcazou <ebotcazou@adacore.com>
19122 * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
19124 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
19126 * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
19127 * omp-low.c: Update accordingly.
19129 * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
19130 for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
19131 GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
19132 GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
19133 GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
19134 GF_OMP_TARGET_KIND_UPDATE.
19136 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
19137 Explicitly enumerate the expected region types.
19139 2014-05-23 Paul Eggert <eggert@cs.ucla.edu>
19142 * doc/extend.texi (Function Attributes): Fix __attribute__ ((malloc))
19143 documentation; the old documentation didn't clearly state the
19144 constraints on the contents of the pointed-to storage.
19146 2014-05-23 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
19148 Fix bootstrap error on ia64
19149 * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
19150 Return default value.
19152 2014-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
19154 PR tree-optimization/54733
19155 * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
19157 (find_bswap_or_nop_load): New.
19158 (find_bswap_1): Renamed to ...
19159 (find_bswap_or_nop_1): This. Also add support for memory source.
19160 (find_bswap): Renamed to ...
19161 (find_bswap_or_nop): This. Also add support for memory source and
19162 detection of bitwise operations equivalent to load in target
19164 (execute_optimize_bswap): Likewise. Also move its leading comment back
19165 in place and split statement transformation into ...
19166 (bswap_replace): This.
19168 2014-05-22 Vladimir Makarov <vmakarov@redhat.com>
19170 PR rtl-optimization/61215
19171 * lra-elelimination.c (lra_eliminate_regs_1): Don't use
19172 simplify_gen_subreg until final substitution.
19174 2014-05-23 Alan Modra <amodra@gmail.com>
19177 * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
19178 * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
19179 Use "Y" constraint rather than "m".
19181 2014-05-23 Kugan Vivekanandarajah <kuganv@linaro.org>
19183 * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
19185 * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
19186 New function declaration.
19187 * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
19188 AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
19189 AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
19190 (aarch64_init_builtins) : Initialize builtins
19191 __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
19192 __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
19193 (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
19194 __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
19195 and __builtins_aarch64_set_fpsr.
19196 (aarch64_atomic_assign_expand_fenv): New function.
19197 * config/aarch64/aarch64.md (set_fpcr): New pattern.
19198 (get_fpcr) : Likewise.
19199 (set_fpsr) : Likewise.
19200 (get_fpsr) : Likewise.
19201 (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
19202 and UNSPECV_SET_FPSR.
19203 * doc/extend.texi (AARCH64 Built-in Functions) : Document
19204 __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
19205 __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
19207 2014-05-22 Vladimir Makarov <vmakarov@redhat.com>
19209 PR rtl-optimization/60969
19210 * ira-costs.c (record_reg_classes): Process NO_REGS for matching
19211 constraints. Set up mem cost for NO_REGS case.
19213 2014-05-22 Thomas Schwinge <thomas@codesourcery.com>
19215 * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
19217 2012-05-22 Bernd Schmidt <bernds@codesourcery.com>
19219 * config/darwin.c: Include "lto-section-names.h".
19220 (LTO_SEGMENT_NAME): Don't define.
19221 * config/i386/winnt.c: Include "lto-section-names.h".
19222 * lto-streamer.c: Include "lto-section-names.h".
19223 * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
19224 * lto-wrapper.c: Include "lto-section-names.h".
19225 (LTO_SECTION_NAME_PREFIX): Don't define.
19226 * lto-section-names.h: New file.
19227 * cgraphunit.c: Include "lto-section-names.h".
19229 2014-05-22 Peter Bergner <bergner@vnet.ibm.com>
19231 * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
19233 2014-05-22 Richard Earnshaw <rearnsha@arm.com>
19236 * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
19238 2014-05-22 Nick Clifton <nickc@redhat.com>
19240 * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
19242 2014-05-22 Eric Botcazou <ebotcazou@adacore.com>
19244 * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
19245 -> (T)A transformation to integer types.
19247 2014-05-22 Teresa Johnson <tejohnson@google.com>
19249 * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
19250 (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
19251 (gcov_rewrite): Use gcov_nonruntime_assert.
19252 (gcov_open): Ditto.
19253 (gcov_write_words): Ditto.
19254 (gcov_write_length): Ditto.
19255 (gcov_read_words): Use gcov_nonruntime_assert, and remove
19256 gcc_assert from IN_LIBGCOV code.
19257 (gcov_read_summary): Use gcov_error to flag profile corruption.
19258 (gcov_sync): Use gcov_nonruntime_assert.
19259 (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
19260 (gcov_histo_index): Use gcov_nonruntime_assert.
19261 (static void gcov_histogram_merge): Ditto.
19262 (compute_working_sets): Ditto.
19263 * gcov-io.h (gcov_nonruntime_assert): Define.
19264 (gcov_error): Define for !IN_LIBGCOV
19266 2014-05-22 Richard Biener <rguenther@suse.de>
19268 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
19269 BUILT_IN_REALLOC like BUILT_IN_STRDUP.
19270 (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
19271 and deallocation site.
19272 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
19273 Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
19274 passing through the incoming points-to set.
19275 (handle_lhs_call): Use flags argument instead of recomputing it.
19276 (find_func_aliases_for_call): Call handle_lhs_call with proper
19279 2014-05-22 Jakub Jelinek <jakub@redhat.com>
19281 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
19282 all padding bits in REAL_VALUE_TYPE are cleared.
19284 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
19286 Cleanup and improve multipass_dfa_lookahead_guard
19287 * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
19288 (core2i7_first_cycle_multipass_begin,)
19289 (core2i7_first_cycle_multipass_issue,)
19290 (core2i7_first_cycle_multipass_backtrack): Update signature.
19291 * config/ia64/ia64.c
19292 (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
19293 (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
19294 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
19296 (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
19297 ia64_first_cycle_multipass_dfa_lookahead_guard_spec. Update return
19299 * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
19301 * doc/tm.texi: Regenerate.
19303 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
19304 * haifa-sched.c (ready_try): Make signed to allow negative values.
19305 (rebug_ready_list_1): Update.
19306 (choose_ready): Simplify.
19307 (sched_extend_ready_list): Update.
19309 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
19311 Remove IA64 speculation tweaking flags
19312 * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
19313 speculation tuning flags.
19314 (msched-prefer-non-data-spec-insns,)
19315 (msched-prefer-non-control-spec-insns): Obsolete options.
19316 * haifa-sched.c (choose_ready): Remove handling of
19317 PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
19318 * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
19319 and PREFER_NON_DATA_SPEC.
19320 * sel-sched.c (process_spec_exprs): Remove handling of
19321 PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
19323 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
19325 Improve scheduling debug output
19326 * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
19327 (advance_one_cycle): Update.
19328 (schedule_insn, queue_to_ready): Add debug printouts.
19329 (debug_ready_list_1): New static function.
19330 (debug_ready_list): Update.
19331 (max_issue): Add debug printouts.
19332 (dump_insn_stream): New static function.
19333 (schedule_block): Use it. Also better indent printouts.
19335 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
19337 Fix sched_insn debug counter
19338 * haifa-sched.c (schedule_insn): Update.
19339 (struct haifa_saved_data): Add nonscheduled_insns_begin.
19340 (save_backtrack_point, restore_backtrack_point): Update.
19341 (first_nonscheduled_insn): New static function.
19342 (queue_to_ready, choose_ready): Use it.
19343 (schedule_block): Init nonscheduled_insns_begin.
19344 (sched_emit_insn): Update.
19347 2014-05-22 Kugan Vivekanandarajah <kuganv@linaro.org>
19349 * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
19351 (aarch64_secondary_reload) : LikeWise.
19352 (aarch64_class_max_nregs) : Remove CORE_REGS.
19353 * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
19354 (REG_CLASS_NAMES) : Likewise.
19355 (REG_CLASS_CONTENTS) : LikeWise.
19356 (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
19358 2014-05-21 Guozhi Wei <carrot@google.com>
19361 * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
19363 (vqdmulhq_n_s16): Likewise.
19365 2014-05-21 Segher Boessenkool <segher@kernel.crashing.org>
19367 * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
19369 2014-05-21 Marek Polacek <polacek@redhat.com>
19372 * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
19374 2014-05-21 Martin Jambor <mjambor@suse.cz>
19376 * doc/invoke.texi (Optimize Options): Document parameters
19377 ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
19378 ipa-cp-array-index-hint-bonus.
19380 2014-05-21 Mark Wielaard <mjw@redhat.com>
19383 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
19384 version >= 3 or not strict DWARF.
19385 * langhooks.h (struct lang_hooks_for_types): Add
19386 enum_underlying_base_type.
19387 * langhooks.c (lhd_enum_underlying_base_type): New function.
19388 * gcc/langhooks.h (struct lang_hooks_for_types): Add
19389 enum_underlying_base_type.
19390 * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
19391 (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
19392 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
19394 2014-05-21 Richard Biener <rguenther@suse.de>
19396 * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
19398 2014-05-21 John Marino <gnugcc@marino.st>
19400 * config.gcc (*-*-dragonfly*): New target.
19401 * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
19402 * configure: Regenerate.
19403 * config/dragonfly-stdint.h: New.
19404 * config/dragonfly.h: New.
19405 * config/dragonfly.opt: New.
19406 * config/i386/dragonfly.h: New.
19407 * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
19409 2014-05-21 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
19411 * tree.def (VOID_CST): New.
19412 * tree-core.h (TI_VOID): New.
19413 * tree.h (void_node): New.
19414 * tree.c (tree_node_structure_for_code, tree_code_size)
19415 (iterative_hash_expr): Handle VOID_CST.
19416 (build_common_tree_nodes): Initialize void_node.
19418 2014-05-21 Bernd Schmidt <bernds@codesourcery.com>
19420 * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
19422 (reload, calculate_needs_all_insns, reload_as_needed): Use them.
19424 * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
19427 * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
19428 flag_reorder_blocks_and_partition.
19429 * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
19431 2014-05-21 Oleg Endo <olegendo@gcc.gnu.org>
19434 * config/sh/sh.md (*addc_r_1): Rename to addc_t_r. Remove empty
19436 (*addc_r_t): Add new insn_and_split.
19438 2014-05-21 Jakub Jelinek <jakub@redhat.com>
19440 PR middle-end/61252
19441 * omp-low.c (handle_simd_reference): New function.
19442 (lower_rec_input_clauses): Use it. Defer adding reference
19443 initialization even for reduction without placeholder if in simd,
19444 handle it properly later on.
19446 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
19448 PR tree-optimization/60899
19449 * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
19450 assume all static symbols will have definition wile parsing and
19451 check the do have definition later in compilation; check that
19452 variable referring symbol will be output before concluding that
19453 reference is safe; be conservative for referring local statics;
19454 be more precise about when comdat is output in other partition.
19456 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
19459 * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
19461 * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
19462 (ipa_inline): Loop inline_to_all_callers until no more aliases
19465 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
19467 * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
19468 set writeonly flag only for vars actually written to.
19470 2014-05-20 Dehao Chen <dehao@google.com>
19472 * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
19473 and callee count to get clone count.
19474 * tree-inline.c (expand_call_inline): Use callee count instead of bb
19475 count in copy_body.
19477 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19479 PR rtl-optimization/61243
19480 * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
19482 2014-05-20 Xinliang David Li <davidxl@google.com>
19484 * cgraphunit.c (walk_polymorphic_call_targets): Add
19485 dbgcnt and fopt-info support.
19486 * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
19487 * ipa-devirt.c (ipa_devirt): Ditto.
19488 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
19489 * ipa.c (walk_polymorphic_call_targets): Ditto.
19490 * gimple-fold.c (fold_gimple_assign): Ditto.
19491 (gimple_fold_call): Ditto.
19492 * dbgcnt.def: New counter.
19494 2014-05-20 DJ Delorie <dj@redhat.com>
19496 * config/msp430/msp430.md (split): Don't allow subregs when
19497 splitting SImode adds.
19498 (andneghi): Fix subtraction logic.
19499 * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
19501 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
19503 * tree.h (DECL_ONE_ONLY): Return true only for externally visible
19505 * except.c (switch_to_exception_section, resolve_unique_section,
19506 get_named_text_section, default_function_rodata_section,
19507 align_variable, get_block_for_decl, default_section_type_flags):
19508 Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
19509 * symtab.c (symtab_add_to_same_comdat_group,
19510 symtab_make_decl_local, fixup_same_cpp_alias_visibility,
19511 symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
19513 * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
19514 * bb-reorder.c (pass_partition_blocks::gate): Likewise.
19515 * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
19516 (c6x_function_in_section_p): Likewise.
19517 * config/darwin.c (machopic_select_section): Likewise.
19518 * config/arm/arm.c (arm_function_in_section_p): Likewise.
19519 * config/mips/mips.c (mips_function_rodata_section): Likewise.
19520 * config/mep/mep.c (mep_select_section): LIkewise.
19521 * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
19523 2014-05-20 Eric Botcazou <ebotcazou@adacore.com>
19525 * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
19526 EH region of calls to pure functions that can throw an exception.
19527 * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
19528 (copy_reference_ops_from_call): Also copy the EH region of the call if
19529 it can throw an exception.
19531 2014-05-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19533 * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
19534 nested VEC_SELECTs that are inverses of each other.
19536 2014-05-20 Richard Biener <rguenther@suse.de>
19538 * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
19539 (extract_and_process_scc_for_name): not here.
19540 (cond_dom_walker::before_dom_children): Only process
19541 stmts that end the BB in interesting ways.
19542 (run_scc_vn): Mark param uses as visited.
19544 2014-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19546 * config/arm/arm.md (arith_shiftsi): Do not predicate for
19549 2014-05-20 Nick Clifton <nickc@redhat.com>
19551 * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
19552 (msp430_gimplify_va_arg_expr): New function.
19553 (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
19555 * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
19556 operand 0 in order to prevent confusion about the number of
19557 registers involved.
19559 2014-05-20 Richard Biener <rguenther@suse.de>
19561 PR tree-optimization/61221
19562 * tree-ssa-pre.c (el_to_update): Remove.
19563 (eliminate_dom_walker::before_dom_children): Handle released
19564 VDEFs by value-numbering them to the associated VUSE. Update
19565 stmt immediately for substituted call address.
19566 (eliminate): Remove delayed stmt updating code.
19567 * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
19568 possibly late re-numbered vuses.
19569 (vn_reference_lookup_2): Adjust.
19570 (vn_reference_lookup_pieces): Likewise.
19571 (vn_reference_lookup): Likewise.
19573 2014-05-20 Richard Biener <rguenther@suse.de>
19575 * config.gcc: Remove need_64bit_hwint.
19576 * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
19577 * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
19579 * config.in: Regenerate.
19580 * configure: Likewise.
19582 2014-05-19 David Wohlferd <dw@LimeGreenSocks.com>
19584 * doc/extend.texi: Create Label Attributes section,
19585 move all label attributes into it and reference it.
19587 2014-05-19 Richard Earnshaw <rearnsha@arm.com>
19589 * arm.c (thumb1_reorg): When scanning backwards skip anything
19590 that's not a proper insn.
19592 2014-05-19 Richard Biener <rguenther@suse.de>
19594 PR tree-optimization/61221
19595 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
19596 Do nothing for unreachable blocks.
19597 * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
19598 Improve unreachability detection.
19600 2014-05-19 Richard Biener <rguenther@suse.de>
19602 PR tree-optimization/61209
19603 * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
19605 2014-05-19 Nick Clifton <nickc@redhat.com>
19607 * except.c (init_eh): Fix computation of builtin setjmp buffer
19608 size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
19610 2014-05-19 Richard Biener <rguenther@suse.de>
19612 PR tree-optimization/61184
19613 * tree-vrp.c (is_negative_overflow_infinity): Use
19614 TREE_OVERFLOW_P and do that check first.
19615 (is_positive_overflow_infinity): Likewise.
19616 (is_overflow_infinity): Likewise.
19617 (vrp_operand_equal_p): Properly treat operands with
19618 differing overflow as not equal.
19620 2014-05-19 Bernd Schmidt <bernds@codesourcery.com>
19622 * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
19623 shift simplification where it was intended.
19625 2014-05-19 Christian Bruel <christian.bruel@st.com>
19628 * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
19630 2014-05-19 Richard Sandiford <r.sandiford@uk.ibm.com>
19633 * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
19636 2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
19638 * reg-notes.def (CROSSING_JUMP): Likewise.
19639 * rtl.h (rtx_def): Update comment for jump flag.
19640 (CROSSING_JUMP_P): Define.
19641 * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
19642 of a REG_CROSSING_JUMP note.
19643 * cfghooks.c (tidy_fallthru_edges): Likewise.
19644 * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
19645 * emit-rtl.c (try_split): Likewise.
19646 * haifa-sched.c (sched_create_recovery_edges): Likewise.
19647 * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
19648 * jump.c (redirect_jump_2): Likewise.
19649 * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
19650 (relax_delay_slots): Likewise.
19651 * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
19652 (bbit_di): Likewise.
19653 * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
19654 * config/sh/sh.md (jump_compact): Likewise.
19655 * bb-reorder.c (rotate_loop): Likewise.
19656 (pass_duplicate_computed_gotos::execute): Likewise.
19657 (add_reg_crossing_jump_notes): Rename to...
19658 (update_crossing_jump_flags): ...this.
19659 (pass_partition_blocks::execute): Update accordingly.
19661 2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
19663 * tree.h: Remove extraneous template <>.
19665 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
19667 * ipa.c (symtab_remove_unreachable_nodes): Remove
19668 symbol from comdat group if its body was eliminated.
19669 (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
19670 * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
19671 (symtab_unregister_node): ... this one.
19672 (verify_symtab_base): More strict checking of comdats.
19673 * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
19675 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
19677 * tree-pass.h (make_pass_ipa_comdats): New pass.
19678 * timevar.def (TV_IPA_COMDATS): New timevar.
19679 * passes.def (pass_ipa_comdats): Add.
19680 * Makefile.in (OBJS): Add ipa-comdats.o
19681 * ipa-comdats.c: New file.
19683 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
19685 * ipa.c (update_visibility_by_resolution_info): New function.
19686 (function_and_variable_visibility): Use it.
19688 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
19690 * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
19692 (FOR_EACH_DEFINED_SYMBOL): New macro.
19693 (varpool_first_static_initializer, varpool_next_static_initializer,
19694 varpool_first_defined_variable, varpool_next_defined_variable):
19696 (symtab_in_same_comdat_p): Correctly deal with inline functions.
19698 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
19700 * ggc-page.c (ggc_handle_finalizers): Add comment.
19702 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
19704 * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
19705 * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
19706 (ggc_internal_cleared_alloc): Likewise.
19707 * ggc-page.c (finalizer): New class.
19708 (vec_finalizer): Likewise.
19709 (globals::finalizers): New member.
19710 (globals::vec_finalizers): Likewise.
19711 (ggc_internal_alloc): Record the finalizer if any for the block being
19713 (ggc_handle_finalizers): New function.
19714 (ggc_collect): Call ggc_handle_finalizers.
19715 * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
19717 (ggc_internal_cleared_alloc): Likewise.
19718 (finalize): New function.
19719 (need_finalization_p): Likewise.
19720 (ggc_alloc): Install the type's destructor as the finalizer if it
19721 might do something.
19722 (ggc_cleared_alloc): Likewise.
19723 (ggc_vec_alloc): Likewise.
19724 (ggc_cleared_vec_alloc): Likewise.
19726 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
19728 * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
19730 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
19732 * alias.c (record_alias_subset): Adjust.
19733 * bitmap.c (bitmap_element_allocate): Likewise.
19734 (bitmap_gc_alloc_stat): Likewise.
19735 * cfg.c (init_flow): Likewise.
19736 (alloc_block): Likewise.
19737 (unchecked_make_edge): Likewise.
19738 * cfgloop.c (alloc_loop): Likewise.
19739 (flow_loops_find): Likewise.
19740 (rescan_loop_exit): Likewise.
19741 * cfgrtl.c (init_rtl_bb_info): Likewise.
19742 * cgraph.c (insert_new_cgraph_node_version): Likewise.
19743 (cgraph_allocate_node): Likewise.
19744 (cgraph_create_edge_1): Likewise.
19745 (cgraph_allocate_init_indirect_info): Likewise.
19746 * cgraphclones.c (cgraph_clone_edge): Likewise.
19747 * cgraphunit.c (add_asm_node): Likewise.
19748 (init_lowered_empty_function): Likewise.
19749 * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
19750 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
19751 (alpha_use_linkage): Likewise.
19752 * config/arc/arc.c (arc_init_machine_status): Likewise.
19753 * config/arm/arm.c (arm_init_machine_status): Likewise.
19754 * config/avr/avr.c (avr_init_machine_status): Likewise.
19755 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
19756 * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
19757 * config/cris/cris.c (cris_init_machine_status): Likewise.
19758 * config/darwin.c (machopic_indirection_name): Likewise.
19759 (darwin_build_constant_cfstring): Likewise.
19760 (darwin_enter_string_into_cfstring_table): Likewise.
19761 * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
19762 * config/frv/frv.c (frv_init_machine_status): Likewise.
19763 * config/i386/i386.c (get_dllimport_decl): Likewise.
19764 (ix86_init_machine_status): Likewise.
19765 (assign_386_stack_local): Likewise.
19766 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
19767 (i386_pe_maybe_record_exported_symbol): Likewise.
19768 (i386_pe_record_stub): Likewise.
19769 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
19770 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
19771 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
19772 (m32c_note_pragma_address): Likewise.
19773 * config/mep/mep.c (mep_init_machine_status): Likewise.
19774 (mep_note_pragma_flag): Likewise.
19775 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
19776 (mips16_local_alias): Likewise.
19777 (mips_init_machine_status): Likewise.
19778 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
19779 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
19780 * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
19781 * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
19782 * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
19783 * config/pa/pa.c (pa_init_machine_status): Likewise.
19784 (pa_get_deferred_plabel): Likewise.
19785 * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
19786 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
19787 (rs6000_init_machine_status): Likewise.
19788 (output_toc): Likewise.
19789 * config/s390/s390.c (s390_init_machine_status): Likewise.
19790 * config/score/score.c (score_output_external): Likewise.
19791 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
19792 * config/spu/spu.c (spu_init_machine_status): Likewise.
19793 * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
19794 * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
19795 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
19796 * coverage.c (coverage_end_function): Likewise.
19797 * dbxout.c (dbxout_init): Likewise.
19798 * doc/gty.texi: Don't mention variable_size attribute.
19799 * dwarf2cfi.c (new_cfi): Adjust.
19800 (new_cfi_row): Likewise.
19801 (copy_cfi_row): Likewise.
19802 (create_cie_data): Likewise.
19803 * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
19804 (new_loc_descr): Likewise.
19805 (find_AT_string_in_table): Likewise.
19806 (add_addr_table_entry): Likewise.
19807 (new_die): Likewise.
19808 (add_var_loc_to_decl): Likewise.
19809 (clone_die): Likewise.
19810 (clone_as_declaration): Likewise.
19811 (break_out_comdat_types): Likewise.
19812 (new_loc_list): Likewise.
19813 (add_loc_descr_to_each): Likewise.
19814 (add_location_or_const_value_attribute): Likewise.
19815 (add_linkage_name): Likewise.
19816 (lookup_filename): Likewise.
19817 (dwarf2out_var_location): Likewise.
19818 (new_line_info_table): Likewise.
19819 (dwarf2out_init): Likewise.
19820 (mem_loc_descriptor): Likewise.
19821 (loc_descriptor): Likewise.
19822 (add_const_value_attribute): Likewise.
19823 (tree_add_const_value_attribute): Likewise.
19824 (comp_dir_string): Likewise.
19825 (dwarf2out_vms_debug_main_pointer): Likewise.
19826 (string_cst_pool_decl): Likewise.
19827 * emit-rtl.c (set_mem_attrs): Likewise.
19828 (get_reg_attrs): Likewise.
19829 (start_sequence): Likewise.
19830 (init_emit): Likewise.
19831 (init_emit_regs): Likewise.
19832 * except.c (init_eh_for_function): Likewise.
19833 (gen_eh_region): Likewise.
19834 (gen_eh_region_catch): Likewise.
19835 (gen_eh_landing_pad): Likewise.
19836 (add_call_site): Likewise.
19837 * function.c (add_frame_space): Likewise.
19838 (insert_temp_slot_address): Likewise.
19839 (assign_stack_temp_for_type): Likewise.
19840 (get_hard_reg_initial_val): Likewise.
19841 (allocate_struct_function): Likewise.
19842 (prepare_function_start): Likewise.
19843 (types_used_by_var_decl_insert): Likewise.
19844 * gengtype.c (variable_size_p): Remove function.
19845 (enum alloc_quantity): Remove enum.
19846 (write_typed_alloc_def): Remove function.
19847 (write_typed_struct_alloc_def): Likewise.
19848 (write_typed_typedef_alloc_def): Likewise.
19849 (write_typed_alloc_defns): Likewise.
19851 * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
19852 (ggc_cleared_alloc_ptr_array_two_args): Likewise.
19853 * ggc.h (ggc_alloc): new function.
19854 (ggc_cleared_alloc): Likewise.
19855 (ggc_vec_alloc): Template on type of vector element, and remove
19856 element size argument.
19857 (ggc_cleared_vec_alloc): Likewise.
19858 * gimple.c (gimple_build_omp_for): Adjust.
19859 (gimple_copy): Likewise.
19860 * ipa-cp.c (get_replacement_map): Likewise.
19861 (find_aggregate_values_for_callers_subset): Likewise.
19862 (known_aggs_to_agg_replacement_list): Likewise.
19863 * ipa-devirt.c (get_odr_type): Likewise.
19864 * ipa-prop.c (ipa_node_duplication_hook): Likewise.
19865 (read_agg_replacement_chain): Likewise.
19866 * loop-iv.c (get_simple_loop_desc): Likewise.
19867 * lto-cgraph.c (input_node_opt_summary): Likewise.
19868 * lto-section-in.c (lto_new_in_decl_state): Likewise.
19869 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
19870 (input_eh_region): Likewise.
19871 (input_eh_lp): Likewise.
19872 (input_cfg): Likewise.
19873 * optabs.c (set_optab_libfunc): Likewise.
19874 (init_tree_optimization_optabs): Likewise.
19875 (set_conv_libfunc): Likewise.
19876 * passes.c (do_per_function_toporder): Likewise.
19877 * rtl.h: Don't use variable_size gty attribute.
19878 * sese.c (if_region_set_false_region): Adjust.
19879 * stringpool.c (gt_pch_save_stringpool): Likewise.
19880 * target-globals.c (save_target_globals): Likewise.
19881 * toplev.c (general_init): Likewise.
19882 * trans-mem.c (record_tm_replacement): Likewise.
19883 (split_bb_make_tm_edge): Likewise.
19884 * tree-cfg.c (move_sese_region_to_fn): Likewise.
19885 * tree-data-ref.h (lambda_vector_new): Likewise.
19886 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
19887 * tree-iterator.c (tsi_link_before): Likewise.
19888 (tsi_link_after): Likewise.
19889 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
19890 * tree-ssa-loop-niter.c (record_estimate): Likewise.
19891 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
19892 * tree-ssa-operands.h: Don't use variable_size gty attribute.
19893 * tree-ssa.c (init_tree_ssa): Adjust.
19894 * tree-ssanames.c (set_range_info): Likewise.
19895 (get_ptr_info): Likewise.
19896 (duplicate_ssa_name_ptr_info): Likewise.
19897 (duplicate_ssa_name_range_info): Likewise.
19898 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
19899 (unpack_ts_fixed_cst_value_fields): Likewise.
19900 * tree.c (build_fixed): Likewise.
19901 (build_real): Likewise.
19902 (build_string): Likewise.
19903 (decl_priority_info): Likewise.
19904 (decl_debug_expr_insert): Likewise.
19905 (decl_value_expr_insert): Likewise.
19906 (decl_debug_args_insert): Likewise.
19907 (type_hash_add): Likewise.
19908 (build_omp_clause): Likewise.
19909 * ubsan.c (decl_for_type_insert): Likewise.
19910 * varasm.c (get_unnamed_section): Likewise.
19911 (get_noswitch_section): Likewise.
19912 (get_section): Likewise.
19913 (get_block_for_section): Likewise.
19914 (create_block_symbol): Likewise.
19915 (build_constant_desc): Likewise.
19916 (create_constant_pool): Likewise.
19917 (force_const_mem): Likewise.
19918 (record_tm_clone_pair): Likewise.
19919 * varpool.c (varpool_create_empty_node): Likewise.
19921 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
19923 * dwarf2out.c (tree_add_const_value_attribute): Call
19924 ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
19925 * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
19926 instead of ggc_internal_<x>alloc_stat.
19927 * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
19928 (ggc_realloc): Likewise.
19929 * ggc-none.c (ggc_internal_alloc): Likewise.
19930 (ggc_internal_cleared_alloc): Likewise.
19931 * ggc-page.c: Likewise.
19932 * ggc.h (ggc_internal_alloc_stat): Likewise.
19933 (ggc_internal_alloc): Remove macro.
19934 (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
19935 (ggc_internal_cleared_alloc): Remove macro.
19936 (GGC_RESIZEVEC): Adjust.
19937 (ggc_resizevar): Remove macro.
19938 (ggc_internal_vec_alloc_stat): Drop _stat suffix.
19939 (ggc_internal_cleared_vec_alloc_stat): Likewise.
19940 (ggc_internal_vec_cleared_alloc): Remove macro.
19941 (ggc_alloc_atomic_stat): Drop _stat suffix.
19942 (ggc_alloc_atomic): Remove macro.
19943 (ggc_alloc_cleared_atomic): Remove macro.
19944 (ggc_alloc_string_stat): Drop _stat suffix.
19945 (ggc_alloc_string): Remove macro.
19946 (ggc_alloc_rtx_def_stat): Adjust.
19947 (ggc_alloc_tree_node_stat): Likewise.
19948 (ggc_alloc_cleared_tree_node_stat): Likewise.
19949 (ggc_alloc_cleared_gimple_statement_stat): Likewise.
19950 (ggc_alloc_cleared_simd_clone_stat): Likewise.
19951 * gimple.c (gimple_build_omp_for): Likewise.
19952 (gimple_copy): Likewise.
19953 * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
19954 * toplev.c (realloc_for_line_map): Adjust.
19955 * tree-data-ref.h (lambda_vector_new): Likewise.
19956 * tree-phinodes.c (allocate_phi_node): Likewise.
19957 * tree.c (grow_tree_vec_stat): Likewise.
19958 * vec.h (va_gc::reserve): Adjust.
19960 2014-05-17 Ajit Agarwal <ajitkum@xilinx.com>
19962 * config/microblaze/microblaze.c (break_handler): New Declaration.
19963 (microblaze_break_function_p,microblaze_is_break_handler): New.
19964 (compute_frame_size): Use microblaze_break_function_p.
19965 Add the test of break_handler.
19966 (microblaze_function_prologue) : Add the test of variable
19967 break_handler. Check the fnname by BREAK_HANDLER_NAME.
19968 (microblaze_function_epilogue) : Add the test of break_handler.
19969 (microblaze_globalize_label) : Add the test of break_handler.
19970 Check the name by BREAK_HANDLER_NAME.
19972 * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
19974 * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
19975 microblaze_is_break_handler test.
19976 (call_internal1,call_value_intern): Use microblaze_break_function_p.
19977 Use SYMBOL_REF_DECL.
19979 * config/microblaze/microblaze-protos.h
19980 (microblaze_break_function_p,microblaze_is_break_handler):
19983 * doc/extend.texi (MicroBlaze break_handler Functions): Document
19984 new MicroBlaze break_handler functions.
19986 2014-05-17 Uros Bizjak <ubizjak@gmail.com>
19988 * doc/extend.texi (Size of an asm): Move node text according
19989 to its @menu entry position.
19991 2014-05-17 Marc Glisse <marc.glisse@inria.fr>
19993 PR tree-optimization/61140
19994 PR tree-optimization/61150
19995 PR tree-optimization/61197
19996 * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
19998 2014-05-17 Uros Bizjak <ubizjak@gmail.com>
20000 * doc/invoke.texi (free): Mention Alpha. Also enabled at -Os.
20002 2014-05-17 Richard Sandiford <r.sandiford@uk.ibm.com>
20004 * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
20005 __SIZEOF_INT128__ is defined.
20007 2014-05-17 Richard Sandiford <rdsandiford@googlemail.com>
20009 * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
20010 (rs6000_delegitimize_address): Use it.
20012 2014-05-17 Richard Sandiford <rdsandiford@googlemail.com>
20014 * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
20015 inplace argument. Store the new address in the original MEM when true.
20016 * emit-rtl.c (change_address_1): Likewise.
20017 (adjust_address_1, adjust_automodify_address_1, offset_address):
20018 Update accordingly.
20019 * rtl.h (plus_constant): Add an inplace argument.
20020 * explow.c (plus_constant): Likewise. Try to reuse the original PLUS
20021 when true. Avoid generating (plus X (const_int 0)).
20022 * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
20023 in-place. Pass true to plus_constant.
20024 (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
20026 2014-05-16 Dehao Chen <dehao@google.com>
20028 * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
20030 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
20033 * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
20035 * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
20037 2014-05-16 Dehao Chen <dehao@google.com>
20039 * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
20040 optimize_function_for_size_p.
20041 * regs.h (REG_FREQ_FROM_BB): Likewise.
20043 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
20046 * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
20047 negt_reg_operand cases.
20048 * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
20050 * config/sh/predicates.md (cbranch_treg_value): Simplify.
20052 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
20054 * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
20057 2014-05-16 David Malcolm <dmalcolm@redhat.com>
20060 2014-04-29 David Malcolm <dmalcolm@redhat.com>
20062 * tree-cfg.c (dump_function_to_file): Dump the return type of
20063 functions, in a line to itself before the function body, mimicking
20064 the layout of a C function.
20066 2014-05-16 Dehao Chen <dehao@google.com>
20068 * cfghooks.c (make_forwarder_block): Use direct computation to
20069 get fall-through edge's count and frequency.
20071 2014-05-16 Benno Schulenberg <bensberg@justemail.net>
20073 * config/arc/arc.c (arc_init): Fix typo in error message.
20074 * config/i386/i386.c (ix86_expand_builtin): Likewise.
20075 (split_stack_prologue_scratch_regno): Likewise.
20076 * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
20077 word from error message.
20079 2014-05-16 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
20081 * ira-costs.c: Fix typo in comment.
20083 2014-05-16 David Wohlferd <dw@LimeGreenSocks.com>
20085 * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
20087 2014-05-16 Jan Hubicka <hubicka@ucw.cz>
20089 * varpool.c (dump_varpool_node): Dump write-only flag.
20090 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
20092 * tree-cfg.c (execute_fixup_cfg): Remove statements setting
20093 write-only variables.
20094 * ipa.c (process_references): New function.
20095 (set_readonly_bit): New function.
20096 (set_writeonly_bit): New function.
20097 (clear_addressable_bit): New function.
20098 (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
20099 fix handling of aliases.
20100 * cgraph.h (struct varpool_node): Add writeonly flag.
20102 2014-05-16 Vladimir Makarov <vmakarov@redhat.com>
20104 PR rtl-optimization/60969
20105 * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
20106 Calculate costs for this case.
20108 2014-05-16 Eric Botcazou <ebotcazou@adacore.com>
20110 * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
20111 <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
20113 2014-05-16 Richard Biener <rguenther@suse.de>
20115 PR tree-optimization/61194
20116 * tree-vect-patterns.c (adjust_bool_pattern): Also handle
20117 bool patterns ending in a COND_EXPR.
20119 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20121 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
20123 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20125 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
20126 where we were unable to cost an RTX.
20128 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20130 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
20133 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20134 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20136 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
20138 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20139 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20141 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
20142 FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
20144 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20145 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20147 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
20150 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20151 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20153 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
20156 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20157 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20159 * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
20160 (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
20162 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20163 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20165 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
20166 rotates and shifts.
20168 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20169 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20171 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
20172 ZERO_EXTEND and SIGN_EXTEND better.
20174 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20175 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20177 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
20178 logical operations.
20180 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20181 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20183 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
20184 costs when costing loads and stores to memory.
20186 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20187 Philip Tomsich <philipp.tomsich@theobroma-systems.com>
20189 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
20192 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20194 * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
20196 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20197 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20199 * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
20201 (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
20203 (aarch64_rtx_mult_cost): New.
20204 (aarch64_rtx_costs): Use it, refactor as appropriate.
20206 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20207 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20209 * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
20210 emit instructions, return number of instructions which would
20212 (aarch64_add_constant): Update call to aarch64_build_constant.
20213 (aarch64_output_mi_thunk): Likewise.
20214 (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
20217 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20219 * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
20220 (TARGET_RTX_COSTS): Call it.
20222 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20224 * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
20225 (cortexa57_vector_cost): Likewise.
20226 (cortexa57_tunings): Use them.
20228 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
20230 * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
20231 (cpu_addrcost_table): Use it.
20232 * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
20233 (aarch64_address_cost): Rewrite using aarch64_classify_address,
20236 2014-05-16 Richard Biener <rguenther@suse.de>
20238 * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
20239 (set_ssa_val_to): Handle unexpected sets to VN_TOP.
20240 (visit_phi): Ignore edges marked as not executable.
20241 (class cond_dom_walker): New.
20242 (cond_dom_walker::before_dom_children): Value-number
20243 control statements and mark successor edges as not
20244 executable if possible.
20245 (run_scc_vn): First walk all control statements in
20246 dominator order, marking edges as not executable.
20247 * tree-inline.c (copy_edges_for_bb): Be not confused
20248 about random edge flags.
20250 2014-05-16 Richard Biener <rguenther@suse.de>
20252 * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
20254 2014-05-15 Peter Bergner <bergner@vnet.ibm.com>
20257 * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
20258 (__TM_simple_begin): Use it.
20259 (__TM_begin): Likewise.
20261 2014-05-15 Martin Jambor <mjambor@suse.cz>
20264 * ipa-prop.c (update_indirect_edges_after_inlining): Check
20265 type_preserved flag when the indirect edge is polymorphic.
20267 2014-05-15 Martin Jambor <mjambor@suse.cz>
20269 PR tree-optimization/61090
20270 * tree-sra.c (sra_modify_expr): Pass the current gsi to
20271 build_ref_for_model.
20273 2014-05-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20275 * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
20276 enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
20278 2014-05-15 Jakub Jelinek <jakub@redhat.com>
20280 PR tree-optimization/61158
20281 * fold-const.c (fold_binary_loc): If X is zero-extended and
20282 shiftc >= prec, make sure zerobits is all ones instead of
20283 invoking undefined behavior.
20285 2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
20287 * regcprop.h: New file.
20288 * regcprop.c (skip_debug_insn_p): New decl.
20289 (replace_oldest_value_reg): Check skip_debug_insn_p.
20290 (copyprop_hardreg_forward_bb_without_debug_insn): New function.
20291 * shrink-wrap.c: Include regcprop.h.
20292 (prepare_shrink_wrap): Call
20293 copyprop_hardreg_forward_bb_without_debug_insn.
20295 2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
20297 * shrink-wrap.h: Update comment.
20298 * shrink-wrap.c: Update comment.
20299 (next_block_for_reg): Rename to live_edge_for_reg.
20300 (live_edge_for_reg): Allow live_edge->dest has two predecessors.
20301 (move_insn_for_shrink_wrap): Split live_edge.
20302 (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
20304 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
20306 * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
20308 * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
20309 * config/sparc/sparc.md (fptype_ut699): New attribute.
20310 (in_branch_delay): Return false if -mfix-ut699 is specified and
20311 fptype_ut699 is set to single.
20312 (truncdfsf2): Add fptype_ut699 attribute.
20313 (fix_truncdfsi2): Likewise.
20314 (floatsisf2): Change fptype attribute.
20315 (fix_truncsfsi2): Likewise.
20316 (negtf2_notv9): Delete.
20317 (negtf2_v9): Likewise.
20318 (negtf2_hq): New instruction.
20319 (negtf2): New instruction and splitter.
20320 (negdf2_notv9): Rewrite.
20321 (abstf2_notv9): Delete.
20322 (abstf2_hq_v9): Likewise.
20323 (abstf2_v9): Likewise.
20324 (abstf2_hq): New instruction.
20325 (abstf2): New instruction and splitter.
20326 (absdf2_notv9): Rewrite.
20328 2014-05-14 Cary Coutant <ccoutant@google.com>
20331 * opts.c (common_handle_option): Don't special-case "-g".
20332 (set_debug_level): Default to at least level 2 with "-g".
20334 2014-05-14 DJ Delorie <dj@redhat.com>
20336 * config/msp430/msp430.c (msp430_builtin): Add
20337 MSP430_BUILTIN_DELAY_CYCLES.
20338 (msp430_init_builtins): Register void __delay_cycles(long long).
20339 (msp430_builtin_decl): Add it.
20340 (cg_magic_constant): New.
20341 (msp430_expand_delay_cycles): New.
20342 (msp430_expand_builtin): Call it.
20343 (msp430_print_operand_raw): Change integer printing from "int" to
20345 * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
20346 (delay_cycles_start): New.
20347 (delay_cycles_end): New.
20348 (delay_cycles_32): New.
20349 (delay_cycles_32x): New.
20350 (delay_cycles_16): New.
20351 (delay_cycles_16x): New.
20352 (delay_cycles_2): New.
20353 (delay_cycles_1): New.
20354 * doc/extend.texi: Document __delay_cycles().
20356 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
20358 * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
20359 length attribute computation.
20361 2014-05-14 Richard Sandiford <rdsandiford@googlemail.com>
20364 * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
20366 2014-05-14 Richard Sandiford <r.sandiford@uk.ibm.com>
20369 * config/sparc/sparc.md: Fix types of low and high in DI constant
20370 splitter. Use gen_int_mode in some other splitters.
20372 2014-05-14 Martin Jambor <mjambor@suse.cz>
20375 * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
20377 2014-05-14 James Norris <jnorris@codesourcery.com>
20379 * omp-low.c (expand_parallel_call): Remove shadow variable.
20380 (expand_omp_taskreg): Likewise.
20382 2014-05-14 Ilya Tocar <ilya.tocar@intel.com>
20384 * common/config/i386/i386-common.c
20385 (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
20386 (OPTION_MASK_ISA_XSAVES_SET): Ditto.
20387 (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
20388 (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
20389 (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
20390 (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
20391 (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
20392 * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
20393 xsavecintrin.h, xsavesintrin.h.
20394 (x86_64-*-*): Ditto.
20395 * config/i386/clflushoptintrin.h: New.
20396 * config/i386/xsavecintrin.h: Ditto.
20397 * config/i386/xsavesintrin.h: Ditto.
20398 * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
20399 (bit_XSAVES): Ditto.
20400 (bit_XSAVES): Ditto.
20401 * config/i386/driver-i386.c (host_detect_local_cpu): Handle
20402 -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
20404 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
20405 OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
20406 OPTION_MASK_ISA_XSAVES.
20407 * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
20408 -mxsavec, -mxsaves.
20409 (PTA_CLFLUSHOPT) Define.
20410 (PTA_XSAVEC): Ditto.
20411 (PTA_XSAVES): Ditto.
20412 (ix86_option_override_internal): Handle new options.
20413 (ix86_valid_target_attribute_inner_p): Ditto.
20414 (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
20415 IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
20416 IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
20417 (bdesc_special_args): Add __builtin_ia32_xsaves,
20418 __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
20419 __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
20420 (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
20421 (ix86_expand_builtin): Handle new builtins.
20422 * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
20423 (TARGET_CLFLUSHOPT_P): Ditto.
20424 (TARGET_XSAVEC): Ditto.
20425 (TARGET_XSAVEC_P): Ditto.
20426 (TARGET_XSAVES): Ditto.
20427 (TARGET_XSAVES_P): Ditto.
20428 * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
20429 (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
20430 (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
20432 (ANY_XRSTOR64): Ditto.
20434 (xrstor): Change into <xrstor>.
20435 (xrstor_rex64): Change into <xrstor>_rex64.
20436 (xrstor64): Change into <xrstor>64
20438 * config/i386/i386.opt (mclflushopt): New.
20441 * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
20443 * doc/invoke.texi: Document new options.
20445 2014-05-14 Andrey Belevantsev <abel@ispras.ru>
20447 PR rtl-optimization/60866
20448 * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
20449 Default it to -1. Pass it down to init_simplejump_data.
20450 (init_simplejump_data): New parameter old_seqno. Pass it down
20451 to get_seqno_for_a_jump.
20452 (get_seqno_for_a_jump): New parameter old_seqno. Use it for
20453 initializing new jump seqno as a last resort. Add comment.
20454 (sel_redirect_edge_and_branch): Save old seqno of the conditional
20455 jump and pass it down to sel_init_new_insn.
20456 (sel_redirect_edge_and_branch_force): Likewise.
20458 2014-05-14 Georg-Johann Lay <avr@gjlay.de>
20460 * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
20461 shifted values to avoid build warning.
20463 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
20465 * cfgcleanup.c (try_forward_edges): Use location_t for locations.
20466 * cfgrtl.c (rtl_merge_blocks): Fix comment.
20467 (cfg_layout_merge_blocks): Likewise.
20468 * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
20470 2014-05-14 Andrey Belevantsev <abel@ispras.ru>
20472 PR rtl-optimization/60901
20473 * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
20474 bb predecessor belongs to the same scheduling region. Adjust comment.
20476 2014-05-13 Peter Bergner <bergner@vnet.ibm.com>
20478 * doc/sourcebuild.texi: (dfp_hw): Document.
20479 (p8vector_hw): Likewise.
20480 (powerpc_eabi_ok): Likewise.
20481 (powerpc_elfv2): Likewise.
20482 (powerpc_htm_ok): Likewise.
20483 (ppc_recip_hw): Likewise.
20484 (vsx_hw): Likewise.
20486 2014-05-13 Cary Coutant <ccoutant@google.com>
20488 * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
20490 2014-05-13 David Malcolm <dmalcolm@redhat.com>
20492 * gengtype-parse.c (require3): Eliminate in favor of...
20494 (require_template_declaration): Update to support optional single *
20497 * gengtype.c (get_ultimate_base_class): Add a non-const overload.
20498 (create_user_defined_type): Handle a single level of explicit
20499 pointerness within template arguments.
20500 (struct write_types_data): Add field "kind".
20501 (filter_type_name): Handle "*" character.
20502 (write_user_func_for_structure_ptr): Require a write_types_data
20503 rather than just a prefix string, so that we can look up the kind
20504 of the wtd and use it as an index into wrote_user_func_for_ptr,
20505 ensuring that such functions are written at most once. Support
20506 subclasses by invoking the marking function of the ultimate base class.
20507 (write_user_func_for_structure_body): Require a write_types_data
20508 rather than just a prefix string, so that we can pass this to
20509 write_user_func_for_structure_ptr.
20510 (write_func_for_structure): Likewise.
20511 (ggc_wtd): Add initializer of new "kind" field.
20512 (pch_wtd): Likewise.
20514 * gengtype.h (enum write_types_kinds): New.
20515 (struct type): Add field wrote_user_func_for_ptr to the "s"
20518 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com>
20520 * fold-const.c (optimize_bit_field_compare): Use wi:: operations
20521 instead of const_binop.
20522 (fold_binary_loc): Likewise.
20524 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com>
20526 * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
20527 calculation to match get_ref_base_and_extent.
20529 2014-05-13 Catherine Moore <clm@codesourcery.com>
20530 Sandra Loosemore <sandra@codesourcery.com>
20532 * configure.ac: Fix assembly for explicit JALR relocation check.
20533 * configure: Regenerate.
20535 2014-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20537 * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
20538 (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
20539 Remove associated type declarations and initialisations.
20540 (arm_expand_neon_builtin): Likewise.
20541 (neon_emit_pair_result_insn): Delete.
20542 * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
20543 * config/arm/neon.md (neon_vtrn<mode>): Delete.
20544 (neon_vzip<mode>): Likewise.
20545 (neon_vuzp<mode>): Likewise.
20547 2014-05-13 Richard Biener <rguenther@suse.de>
20550 * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
20551 it needs revisiting whether the call still may be tail-called.
20553 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20555 * rtl.def (SYMBOL_REF): Remove middle "0" field.
20556 * rtl.h (block_symbol): Reduce number of fields to 2.
20557 (rtx_def): Add u2.symbol_ref_flags.
20558 (SYMBOL_REF_FLAGS): Use it.
20559 (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
20560 (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
20561 * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
20562 Lower index of SYMBOL_REF_DATA.
20563 * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
20564 Print SYMBOL_REF_FLAGS at the same time.
20565 * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
20567 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20569 * rtl.def (VAR_LOCATION): Remove "i" field.
20570 * rtl.h (rtx_def): Add u2.var_location_status.
20571 (PAT_VAR_LOCATION_STATUS): Use it.
20572 (gen_rtx_VAR_LOCATION): Declare.
20573 * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
20574 * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
20575 * var-tracking.c (emit_note_insn_var_location): Remove casts.
20577 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20579 * rtl.def (scratch): Fix outdated comment and remove "0" field.
20580 * gengtype.c (adjust_field_rtx_def): Update accordingly.
20582 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20584 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
20585 (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
20586 * rtl.h (rtx_def): Add insn_uid to u2 field.
20587 (RTX_FLAG_CHECK8): Delete in favor of...
20588 (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
20589 (INSN_DELETED_P): Update accordingly.
20590 (INSN_UID): Use u2.insn_uid.
20591 (INSN_CHAIN_CODE_P): Define.
20592 (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
20593 (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
20594 (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
20595 (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
20596 (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
20597 indices accordingly.
20598 * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
20599 Update indices for insn-chain rtxes.
20600 * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
20601 (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
20602 * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
20603 * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
20604 * combine.c (try_combine): Likewise.
20605 * ira.c (setup_prohibited_mode_move_regs): Likewise.
20607 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20609 * rtl.def (REG): Remove middle field.
20610 * rtl.h (rtx_def): Add orignal_regno to u2.
20611 (ORIGINAL_REGNO): Use it instead of field 1.
20612 (REG_ATTRS): Lower field index accordingly.
20613 * gengtype.c (adjust_field_rtx_def): Remove handling of
20614 ORIGINAL_REGNO. Move REG_ATTRS index down.
20615 * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
20616 code that prints the REGNO.
20618 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20620 * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
20623 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20625 * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
20627 2014-05-13 Bin Cheng <bin.cheng@arm.com>
20629 * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
20630 (alloc_iv): Lower base expressions containing ADDR_EXPR.
20632 2014-05-13 Ian Bolton <ian.bolton@arm.com>
20634 * config/aarch64/aarch64-protos.h
20635 (aarch64_hard_regno_caller_save_mode): New prototype.
20636 * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
20638 * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
20640 2014-05-13 Christian Bruel <christian.bruel@st.com>
20642 * target.def (mode_switching): New hook vector.
20643 (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
20644 (mode_exit, modepriority_to_mode): Likewise.
20645 * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
20646 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20647 * target.h: Include tm.h and hard-reg-set.h.
20648 * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
20649 (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
20650 * doc/tm.texi Regenerate.
20651 * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
20652 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20653 * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
20654 (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
20655 * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
20656 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20657 * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
20658 (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
20659 * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
20660 (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
20661 (ix86_emit_mode_set): Hookify.
20662 * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
20664 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20665 * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
20666 (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
20667 (epiphany_mode_priority_to_mode): Remove declaration.
20668 * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
20669 (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
20670 (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
20672 (epiphany_mode_priority_to_mode): Change priority type. Hookify.
20673 (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
20674 (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
20676 2014-05-13 Jakub Jelinek <jakub@redhat.com>
20679 * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
20680 is const0_rtx, return immediately. Don't test count == 0 when
20683 2014-05-13 Zhenqiang Chen <zhenqiang.chen@linaro.org>
20685 * Makefile.in: add shrink-wrap.o.
20686 * config/i386/i386.c: include "shrink-wrap.h"
20687 * function.c: Likewise.
20688 (requires_stack_frame_p, next_block_for_reg,
20689 move_insn_for_shrink_wrap, prepare_shrink_wrap,
20690 dup_block_and_redirect): Move to shrink-wrap.c
20691 (thread_prologue_and_epilogue_insns): Extract three code segments
20692 as functions in shrink-wrap.c
20693 * function.h: Move #ifdef HAVE_simple_return ... #endif block to
20695 * shrink-wrap.c: New file.
20696 * shrink-wrap.h: New file.
20698 2014-05-12 David Wohlferd <dw@LimeGreenSocks.com>
20700 * doc/extend.texi: Reflect current numbers of pragmas. Remove
20701 reference to Solaris.
20703 2014-05-12 Mike Stump <mikestump@comcast.net>
20706 * genattrtab.c (filename): Add.
20707 (convert_set_attr_alternative): Improve error message.
20708 (check_defs): Restore read_md_filename for error messages.
20709 (gen_insn): Save filename.
20711 2014-05-12 Dimitris Papavasiliou <dpapavas@gmail.com>
20713 * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
20714 -fno-local-ivars and -fivar-visibility.
20715 * c-family/c.opt: Make -Wshadow also implicitly enable
20718 2014-05-12 David Wohlferd <dw@LimeGreenSocks.com>
20720 * doc/tm.texi: Remove reference to deleted macro.
20721 * doc/tm.texi.in: Likewise.
20723 2014-05-12 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
20726 * config/avr/avr.c (avr_out_store_psi): Use correct constant
20729 2014-05-12 Georg-Johann Lay <avr@gjlay.de>
20732 * config/arm/arm.h (License): Add GCC Runtime Library Exception.
20733 * config/arm/aout.h (License): Same.
20734 * config/arm/bpabi.h (License): Same.
20735 * config/arm/elf.h (License): Same.
20736 * config/arm/linux-elf.h (License): Same.
20737 * config/arm/linux-gas.h (License): Same.
20738 * config/arm/netbsd-elf.h (License): Same.
20739 * config/arm/uclinux-eabi.h (License): Same.
20740 * config/arm/uclinux-elf.h (License): Same.
20741 * config/arm/vxworks.h (License): Same.
20743 2014-05-11 Jakub Jelinek <jakub@redhat.com>
20745 * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
20746 * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
20747 number of operands to 3.
20748 (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
20749 * tree-nested.c (convert_nonlocal_omp_clauses,
20750 convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
20751 * gimplify.c (gimplify_scan_omp_clauses): Handle
20752 OMP_CLAUSE_LINEAR_STMT.
20753 * omp-low.c (lower_rec_input_clauses): Fix typo.
20754 (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
20755 cast between Fortran boolean_type_node and C _Bool if
20758 2014-05-11 Richard Sandiford <rdsandiford@googlemail.com>
20760 PR tree-optimization/61136
20761 * wide-int.h (multiple_of_p): Define a version that doesn't return
20763 * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
20764 integer_zerop/const_binop pair.
20765 (multiple_of_p): Likewise, converting both operands to widest_int
20768 2014-05-09 Teresa Johnson <tejohnson@google.com>
20770 * cgraphunit.c (analyze_functions): Use correct dump file.
20772 2014-05-09 Florian Weimer <fweimer@redhat.com>
20774 * cfgexpand.c (stack_protect_decl_p): New function, extracted from
20776 (stack_protect_return_slot_p): New function.
20777 (expand_used_vars): Call stack_protect_decl_p and
20778 stack_protect_return_slot_p for -fstack-protector-strong.
20780 2014-05-09 David Wohlferd <LimeGreenSocks@yahoo.com>
20781 Andrew Haley <aph@redhat.com>
20782 Richard Sandiford <rdsandiford@googlemail.com>
20784 * doc/extend.texi: Rewrite inline asm page / re-org asm-related
20787 2014-05-09 Kenneth Zadeck <zadeck@naturalbridge.com>
20789 PR middle-end/61111
20790 * fold-const.c (fold_binary_loc): Changed width of mask.
20792 2014-05-09 Georg-Johann Lay <avr@gjlay.de>
20794 * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
20795 unsigned int initializers for regno_in, regno_out.
20797 2014-05-09 Georg-Johann Lay <avr@gjlay.de>
20800 * config/avr/avr.md (cc): Add new attribute set_vzn.
20801 (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
20802 Set cc insn attribute to set_vzn instead of set_zn for alternatives
20803 with INC, DEC or NEG.
20804 * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
20805 (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
20806 INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
20808 2014-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20811 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20813 * wide-int.cc (UTItype): Define.
20814 (UDWtype): Define for appropriate W_TYPE_SIZE.
20816 2014-05-09 Richard Biener <rguenther@suse.de>
20818 * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
20819 * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
20820 (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
20821 (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
20822 ssa_propagate): Adjust.
20824 2014-05-08 Jeff Law <law@redhat.com>
20826 PR tree-optimization/61009
20827 * tree-ssa-threadedge.c (thread_through_normal_block): Return a
20828 tri-state rather than a boolean. When a block is too big to
20829 thread through, inform caller via negative return value.
20830 (thread_across_edge): If a block was too big for normal threading,
20831 then it's too big for a joiner too, so remove temporary equivalences
20832 and return immediately.
20834 2014-05-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
20835 Matthias Klose <doko@ubuntu.com>
20838 * optc-gen.awk: Fix option handling for -Wunused-parameter.
20840 2014-05-08 Uros Bizjak <ubizjak@gmail.com>
20843 * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
20845 2014-05-08 Uros Bizjak <ubizjak@gmail.com>
20848 * config/alpha/alpha.c: Include gimple-iterator.h.
20849 (alpha_gimple_fold_builtin): New function. Move
20850 ALPHA_BUILTIN_UMULH folding from ...
20851 (alpha_fold_builtin): ... here.
20852 (TARGET_GIMPLE_FOLD_BUILTIN): New define.
20854 2014-05-08 Wei Mi <wmi@google.com>
20857 * config/i386/i386.c (ix86_compute_frame_layout): Update
20858 preferred_stack_boundary for call, expanded from tls descriptor.
20859 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
20860 to depend on SP register.
20861 (*tls_local_dynamic_base_32_gnu): Ditto.
20862 (*tls_local_dynamic_32_once): Ditto.
20863 (tls_global_dynamic_64_<mode>): Set
20864 ix86_tls_descriptor_calls_expanded_in_cfun.
20865 (tls_local_dynamic_base_64_<mode>): Ditto.
20866 (tls_global_dynamic_32): Set
20867 ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
20868 to depend on SP register.
20869 (tls_local_dynamic_base_32): Ditto.
20871 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20873 * config/arm/arm_neon.h: Update comment.
20874 * config/arm/neon-docgen.ml: Delete.
20875 * config/arm/neon-gen.ml: Delete.
20876 * doc/arm-neon-intrinsics.texi: Update comment.
20878 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20880 * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
20882 (vand, vorr, veor, vorn, vbic): Remove.
20883 * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
20885 (neon_vsub_unspec): Likewise.
20886 (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
20888 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20890 * config/arm/arm_neon.h (vadd_s8): GNU C implementation
20891 (vadd_s16): Likewise.
20892 (vadd_s32): Likewise.
20893 (vadd_f32): Likewise.
20894 (vadd_u8): Likewise.
20895 (vadd_u16): Likewise.
20896 (vadd_u32): Likewise.
20897 (vadd_s64): Likewise.
20898 (vadd_u64): Likewise.
20899 (vaddq_s8): Likewise.
20900 (vaddq_s16): Likewise.
20901 (vaddq_s32): Likewise.
20902 (vaddq_s64): Likewise.
20903 (vaddq_f32): Likewise.
20904 (vaddq_u8): Likewise.
20905 (vaddq_u16): Likewise.
20906 (vaddq_u32): Likewise.
20907 (vaddq_u64): Likewise.
20908 (vmul_s8): Likewise.
20909 (vmul_s16): Likewise.
20910 (vmul_s32): Likewise.
20911 (vmul_f32): Likewise.
20912 (vmul_u8): Likewise.
20913 (vmul_u16): Likewise.
20914 (vmul_u32): Likewise.
20915 (vmul_p8): Likewise.
20916 (vmulq_s8): Likewise.
20917 (vmulq_s16): Likewise.
20918 (vmulq_s32): Likewise.
20919 (vmulq_f32): Likewise.
20920 (vmulq_u8): Likewise.
20921 (vmulq_u16): Likewise.
20922 (vmulq_u32): Likewise.
20923 (vsub_s8): Likewise.
20924 (vsub_s16): Likewise.
20925 (vsub_s32): Likewise.
20926 (vsub_f32): Likewise.
20927 (vsub_u8): Likewise.
20928 (vsub_u16): Likewise.
20929 (vsub_u32): Likewise.
20930 (vsub_s64): Likewise.
20931 (vsub_u64): Likewise.
20932 (vsubq_s8): Likewise.
20933 (vsubq_s16): Likewise.
20934 (vsubq_s32): Likewise.
20935 (vsubq_s64): Likewise.
20936 (vsubq_f32): Likewise.
20937 (vsubq_u8): Likewise.
20938 (vsubq_u16): Likewise.
20939 (vsubq_u32): Likewise.
20940 (vsubq_u64): Likewise.
20941 (vand_s8): Likewise.
20942 (vand_s16): Likewise.
20943 (vand_s32): Likewise.
20944 (vand_u8): Likewise.
20945 (vand_u16): Likewise.
20946 (vand_u32): Likewise.
20947 (vand_s64): Likewise.
20948 (vand_u64): Likewise.
20949 (vandq_s8): Likewise.
20950 (vandq_s16): Likewise.
20951 (vandq_s32): Likewise.
20952 (vandq_s64): Likewise.
20953 (vandq_u8): Likewise.
20954 (vandq_u16): Likewise.
20955 (vandq_u32): Likewise.
20956 (vandq_u64): Likewise.
20957 (vorr_s8): Likewise.
20958 (vorr_s16): Likewise.
20959 (vorr_s32): Likewise.
20960 (vorr_u8): Likewise.
20961 (vorr_u16): Likewise.
20962 (vorr_u32): Likewise.
20963 (vorr_s64): Likewise.
20964 (vorr_u64): Likewise.
20965 (vorrq_s8): Likewise.
20966 (vorrq_s16): Likewise.
20967 (vorrq_s32): Likewise.
20968 (vorrq_s64): Likewise.
20969 (vorrq_u8): Likewise.
20970 (vorrq_u16): Likewise.
20971 (vorrq_u32): Likewise.
20972 (vorrq_u64): Likewise.
20973 (veor_s8): Likewise.
20974 (veor_s16): Likewise.
20975 (veor_s32): Likewise.
20976 (veor_u8): Likewise.
20977 (veor_u16): Likewise.
20978 (veor_u32): Likewise.
20979 (veor_s64): Likewise.
20980 (veor_u64): Likewise.
20981 (veorq_s8): Likewise.
20982 (veorq_s16): Likewise.
20983 (veorq_s32): Likewise.
20984 (veorq_s64): Likewise.
20985 (veorq_u8): Likewise.
20986 (veorq_u16): Likewise.
20987 (veorq_u32): Likewise.
20988 (veorq_u64): Likewise.
20989 (vbic_s8): Likewise.
20990 (vbic_s16): Likewise.
20991 (vbic_s32): Likewise.
20992 (vbic_u8): Likewise.
20993 (vbic_u16): Likewise.
20994 (vbic_u32): Likewise.
20995 (vbic_s64): Likewise.
20996 (vbic_u64): Likewise.
20997 (vbicq_s8): Likewise.
20998 (vbicq_s16): Likewise.
20999 (vbicq_s32): Likewise.
21000 (vbicq_s64): Likewise.
21001 (vbicq_u8): Likewise.
21002 (vbicq_u16): Likewise.
21003 (vbicq_u32): Likewise.
21004 (vbicq_u64): Likewise.
21005 (vorn_s8): Likewise.
21006 (vorn_s16): Likewise.
21007 (vorn_s32): Likewise.
21008 (vorn_u8): Likewise.
21009 (vorn_u16): Likewise.
21010 (vorn_u32): Likewise.
21011 (vorn_s64): Likewise.
21012 (vorn_u64): Likewise.
21013 (vornq_s8): Likewise.
21014 (vornq_s16): Likewise.
21015 (vornq_s32): Likewise.
21016 (vornq_s64): Likewise.
21017 (vornq_u8): Likewise.
21018 (vornq_u16): Likewise.
21019 (vornq_u32): Likewise.
21020 (vornq_u64): Likewise.
21022 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
21024 * wide-int.cc (UTItype): Define.
21025 (UDWtype): Define for appropriate W_TYPE_SIZE.
21027 2014-05-08 Marc Glisse <marc.glisse@inria.fr>
21029 PR tree-optimization/59100
21030 * tree-ssa-phiopt.c: Include tree-inline.h.
21031 (neutral_element_p, absorbing_element_p): New functions.
21032 (value_replacement): Handle conditional binary operations with a
21033 neutral or absorbing element.
21035 2014-05-08 Richard Biener <rguenther@suse.de>
21037 * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
21038 folding the expression.
21039 (valueize_expr): Remove.
21040 (visit_reference_op_load): Do not valueize the result of
21042 (simplify_binary_expression): Likewise.
21043 (simplify_unary_expression): Likewise.
21045 2014-05-08 Richard Biener <rguenther@suse.de>
21047 * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
21048 looking at TYPE_ARG_TYPES.
21050 2014-05-08 Richard Biener <rguenther@suse.de>
21052 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
21053 pointer propagation special-case.
21055 2014-05-08 Bin Cheng <bin.cheng@arm.com>
21057 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
21058 core part of address expressions.
21060 2014-05-08 Alan Modra <amodra@gmail.com>
21063 * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
21064 loads and stores when -mno-strict-align at any alignment.
21065 (expand_block_clear): Similarly. Also correct calculation of
21068 2014-05-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
21070 PR middle-end/39246
21071 * tree-complex.c (expand_complex_move): Keep line info when expanding
21073 * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
21074 of complex expression. Use new argument to display correct location
21075 for values coming from phi statement.
21076 (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
21077 (warn_uninitialized_phi): Pass location of phi argument to
21079 * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
21080 COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
21082 2014-05-07 Segher Boessenkool <segher@kernel.crashing.org>
21084 * config/rs6000/predicates.md (indexed_address_mem): New.
21085 * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
21086 load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
21087 fpstore_ux, fpstore_u.
21088 (sign_extend, indexed, update): New.
21089 (cell_micro): Adjust.
21090 (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
21091 *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
21092 *movsi_internal1, *movsi_internal1_single, *movhi_internal,
21093 *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
21094 *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
21095 *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
21096 *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
21097 *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
21098 *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
21099 *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
21100 *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
21101 *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
21102 *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
21103 *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
21104 *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
21106 * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
21107 * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
21108 *vsx_extract_<mode>_store): Adjust.
21109 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
21110 is_cracked_insn, insn_must_be_first_in_group,
21111 insn_must_be_last_in_group): Adjust.
21113 * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
21115 * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
21116 ppc440-fpstore): Adjust.
21117 * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
21118 ppc476-fpstore): Adjust.
21119 * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
21120 ppc601-fpstore): Adjust.
21121 * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
21123 * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
21125 * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
21126 ppc7450-fpstore): Adjust.
21127 * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
21128 * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
21129 * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
21131 * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
21132 cell-fpload, cell-fpload-update, cell-store, cell-store-update,
21133 cell-fpstore, cell-fpstore-update): Adjust.
21134 * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
21135 ppce300c3_store, ppce300c3_fpstore): Adjust.
21136 * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
21137 e500mc_fpstore): Adjust.
21138 * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
21139 e500mc64_store, e500mc64_fpstore): Adjust.
21140 * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
21141 e5500_fpstore): Adjust.
21142 * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
21143 e6500_fpstore): Adjust.
21144 * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
21146 * config/rs6000/power4.md (power4-load, power4-load-ext,
21147 power4-load-ext-update, power4-load-ext-update-indexed,
21148 power4-load-update-indexed, power4-load-update, power4-fpload,
21149 power4-fpload-update, power4-store, power4-store-update,
21150 power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
21152 * config/rs6000/power5.md (power5-load, power5-load-ext,
21153 power5-load-ext-update, power5-load-ext-update-indexed,
21154 power5-load-update-indexed, power5-load-update, power5-fpload,
21155 power5-fpload-update, power5-store, power5-store-update,
21156 power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
21158 * config/rs6000/power6.md (power6-load, power6-load-ext,
21159 power6-load-update, power6-load-update-indexed,
21160 power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
21161 power6-fpload-update, power6-store, power6-store-update,
21162 power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
21164 * config/rs6000/power7.md (power7-load, power7-load-ext,
21165 power7-load-update, power7-load-update-indexed,
21166 power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
21167 power7-fpload-update, power7-store, power7-store-update,
21168 power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
21170 * config/rs6000/power8.md (power8-load, power8-load-update,
21171 power8-load-ext, power8-load-ext-update, power8-fpload,
21172 power8-fpload-update, power8-store, power8-store-update-indexed,
21173 power8-fpstore, power8-fpstore-update): Adjust.
21174 * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
21176 * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
21177 titan_lsu_store, titan_lsu_fpstore): Adjust.
21178 * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
21180 2014-05-07 Oleg Endo <olegendo@gcc.gnu.org>
21183 * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
21184 unrolled byte insns. Emit address increments after move insns.
21186 2014-05-07 David Malcolm <dmalcolm@redhat.com>
21188 * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
21189 const_gimple, rather than a gimple.
21190 (gimple_call_builtin_p): Likewise, for the three variants.
21192 * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
21193 (gimple_call_builtin_p): Likewise, for the three variants.
21195 2014-05-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
21197 PR tree-optimization/61095
21198 * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
21200 2014-05-07 Richard Biener <rguenther@suse.de>
21202 PR tree-optimization/61034
21203 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
21204 (maybe_skip_until): Use translate to take into account
21205 lattices when trying to do disambiguations.
21206 (get_continuation_for_phi_1): Likewise.
21207 (get_continuation_for_phi): Adjust for added translate arguments.
21208 (walk_non_aliased_vuses): Likewise.
21209 * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
21210 (walk_non_aliased_vuses): Likewise.
21211 (call_may_clobber_ref_p_1): Declare.
21212 * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
21213 calls. Stop early if we are only supposed to disambiguate.
21214 * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
21216 2014-05-07 Joern Rennecke <joern.rennecke@embecosm.com>
21218 * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
21219 Emit an error when the function has arguments.
21221 2014-05-07 Thomas Schwinge <thomas@codesourcery.com>
21223 * cfgloop.h (unswitch_loops): Remove.
21224 * doc/passes.texi: Remove references to loop-unswitch.c
21225 * timevar.def (TV_LOOP_UNSWITCH): Remove.
21227 2014-05-07 Evgeny Stupachenko <evstupac@gmail.com>
21229 * tree-vect-data-refs.c (vect_grouped_load_supported): New
21230 check for loads group of length 3.
21231 (vect_permute_load_chain): New permutations for loads group of
21233 * tree-vect-stmts.c (vect_model_load_cost): Change cost
21234 of vec_perm_shuffle for the new permutations.
21236 2014-05-07 Alan Lawrence <alan.lawrence@arm.com>
21238 * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
21239 vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
21240 vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
21241 vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
21242 vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
21243 vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
21244 vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
21245 vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
21247 2014-05-07 Thomas Schwinge <thomas@codesourcery.com>
21249 * loop-unswitch.c: Delete.
21251 2014-05-07 Richard Biener <rguenther@suse.de>
21253 * config.gcc: Always set need_64bit_hwint to yes.
21255 2014-05-07 Chung-Ju Wu <jasonwucj@gmail.com>
21257 * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
21258 of using optimize_size.
21260 2014-05-06 Mike Stump <mikestump@comcast.net>
21262 * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
21264 2014-05-06 Joseph Myers <joseph@codesourcery.com>
21266 * config/i386/sse.md (*mov<mode>_internal)
21267 (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
21268 (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
21269 (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
21270 (*<code><mode>3, *andnot<mode>3<mask_name>)
21271 (<mask_codefor><code><mode>3<mask_name>): Only consider
21272 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
21274 2014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
21277 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
21279 * lra-constraints.c (valid_address_p): Move earlier in file.
21280 Add a constraint argument to the address_info version.
21281 (satisfies_memory_constraint_p): New function.
21282 (satisfies_address_constraint_p): Likewise.
21283 (process_alt_operands, curr_insn_transform): Use them.
21284 (process_address): Pass the constraint to valid_address_p when
21285 checking address operands.
21287 2014-05-06 Richard Sandiford <r.sandiford@uk.ibm.com>
21289 * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
21290 to their respective blocks. Fix inadvertent use of "node".
21292 2014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
21294 * emit-rtl.c (init_derived_machine_modes): New functionm, split
21296 (init_emit_once): ...here.
21297 * rtl.h (init_derived_machine_modes): Declare.
21298 * toplev.c (do_compile): Call it even if no_backend.
21300 2014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
21301 Mike Stump <mikestump@comcast.net>
21302 Richard Sandiford <rdsandiford@googlemail.com>
21303 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21305 * alias.c (ao_ref_from_mem): Use wide-int interfaces.
21306 (rtx_equal_for_memref_p): Update comment.
21307 (adjust_offset_for_component_ref): Use wide-int interfaces.
21308 * builtins.c (get_object_alignment_2): Likewise.
21309 (c_readstr): Likewise.
21310 (target_char_cast): Add comment.
21311 (determine_block_size): Use wide-int interfaces.
21312 (expand_builtin_signbit): Likewise.
21313 (fold_builtin_int_roundingfn): Likewise.
21314 (fold_builtin_bitop): Likewise.
21315 (fold_builtin_bswap): Likewise.
21316 (fold_builtin_logarithm): Use signop.
21317 (fold_builtin_pow): Likewise.
21318 (fold_builtin_memory_op): Use wide-int interfaces.
21319 (fold_builtin_object_size): Likewise.
21320 * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
21321 nb_iterations_estimate.
21322 (record_niter_bound): Use wide-int interfaces.
21323 (get_estimated_loop_iterations_int): Likewise.
21324 (get_estimated_loop_iterations): Likewise.
21325 (get_max_loop_iterations): Likewise.
21326 * cfgloop.h: Include wide-int.h.
21327 (struct nb_iter_bound): Change bound to widest_int.
21328 (struct loop): Change nb_iterations_upper_bound and
21329 nb_iterations_estimate to widest_int.
21330 (record_niter_bound): Switch to use widest_int.
21331 (get_estimated_loop_iterations): Likewise.
21332 (get_max_loop_iterations): Likewise.
21333 (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
21334 update for wide-int.
21335 * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
21336 * combine.c (try_combine): Likewise.
21337 (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
21338 * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
21340 (aarch64_float_const_representable_p): Likewise.
21341 * config/arc/arc.c: Include wide-int.h.
21342 (arc_can_use_doloop_p): Use wide-int interfaces.
21343 * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
21344 (vfp3_const_double_index): Likewise.
21345 * config/avr/avr.c (avr_out_round): Likewise.
21346 (avr_fold_builtin): Likewise.
21347 * config/bfin/bfin.c (bfin_local_alignment): Likewise.
21348 (bfin_can_use_doloop_p): Likewise.
21349 * config/darwin.c (darwin_mergeable_constant_section): Likewise.
21350 (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
21351 * config/i386/i386.c: Include wide-int.h.
21352 (ix86_data_alignment): Use wide-int interfaces.
21353 (ix86_local_alignment): Likewise.
21354 (ix86_emit_swsqrtsf): Update real_from_integer.
21355 * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
21356 * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
21357 * config/rs6000/predicates.md (any_operand): Add const_wide_int.
21358 (zero_constant): Likewise.
21359 (input_operand): Likewise.
21360 (splat_input_operand): Likewise.
21361 (non_logical_cint_operand): Change const_double to const_wide_int.
21362 * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
21363 (easy_altivec_constant): Remove comment.
21364 (paired_expand_vector_init): Use CONSTANT_P.
21365 (rs6000_legitimize_address): Handle CONST_WIDE_INT.
21366 (rs6000_emit_move): Update checks.
21367 (rs6000_aggregate_candidate): Use wide-int interfaces.
21368 (rs6000_expand_ternop_builtin): Likewise.
21369 (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
21370 (rs6000_assemble_integer): Likewise.
21371 (rs6000_hash_constant): Likewise.
21372 (output_toc): Likewise.
21373 (rs6000_rtx_costs): Likewise.
21374 (rs6000_emit_swrsqrt); Update call to real_from_integer.
21375 * config/rs6000/rs6000-c.c: Include wide-int.h.
21376 (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
21377 * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
21378 * config/rs6000/rs6000.md: Use const_scalar_int_operand.
21379 Handle CONST_WIDE_INT.
21380 * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
21381 Use tree_fits_uhwi_p.
21382 * config/sparc/sparc.c: Include wide-int.h.
21383 (sparc_fold_builtin): Use wide-int interfaces.
21384 * config/vax/vax.c: Include wide-int.h.
21385 (vax_float_literal): Use real_from_integer.
21386 * coretypes.h (struct hwivec_def): New.
21388 (const_hwivec): New.
21389 * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
21390 (equiv_constant): Handle CONST_WIDE_INT.
21391 * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
21392 (cselib_hash_rtx): Handle CONST_WIDE_INT.
21393 * dbxout.c (stabstr_U): Use wide-int interfaces.
21394 (dbxout_type): Update to use cst_fits_shwi_p.
21395 * defaults.h (LOG2_BITS_PER_UNIT): Define.
21396 (TARGET_SUPPORTS_WIDE_INT): Add default.
21397 * dfp.c: Include wide-int.h.
21398 (decimal_real_to_integer2): Use wide-int interfaces and rename to
21399 decimal_real_to_integer.
21400 * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
21401 decimal_real_to_integer.
21402 * doc/generic.texi (Constant expressions): Update for wide_int.
21403 * doc/rtl.texi (const_double): Likewise.
21404 (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
21405 (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
21406 * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
21407 (REAL_VALUE_FROM_INT): Remove.
21408 (TARGET_SUPPORTS_WIDE_INT): New.
21409 * doc/tm.texi: Regenerate.
21410 * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
21411 * double-int.h: Include wide-int.h.
21412 (struct wi::int_traits): New.
21413 * dwarf2out.c (get_full_len): New.
21414 (dw_val_equal_p): Add case dw_val_class_wide_int.
21415 (size_of_loc_descr): Likewise.
21416 (output_loc_operands): Likewise.
21417 (insert_double): Remove.
21418 (insert_wide_int): New.
21419 (add_AT_wide): New.
21420 (print_die): Add case dw_val_class_wide_int.
21421 (attr_checksum): Likewise.
21422 (attr_checksum_ordered): Likewise.
21423 (same_dw_val_p): Likewise.
21424 (size_of_die): Likewise.
21425 (value_format): Likewise.
21426 (output_die): Likewise.
21427 (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
21429 (clz_loc_descriptor): Use wide-int interfaces.
21430 (mem_loc_descriptor): Likewise. Handle CONST_WIDE_INT.
21431 (loc_descriptor): Use wide-int interfaces. Handle CONST_WIDE_INT.
21432 (round_up_to_align): Use wide-int interfaces.
21433 (field_byte_offset): Likewise.
21434 (insert_double): Rename to insert_wide_int. Use wide-int interfaces.
21435 (add_const_value_attribute): Handle CONST_WIDE_INT. Update
21436 CONST_DOUBLE handling. Use wide-int interfaces.
21437 (add_bound_info): Use tree_fits_uhwi_p. Use wide-int interfaces.
21438 (gen_enumeration_type_die): Use add_AT_wide.
21439 (hash_loc_operands): Add case dw_val_class_wide_int.
21440 (compare_loc_operands): Likewise.
21441 * dwarf2out.h: Include wide-int.h.
21442 (wide_int_ptr): New.
21443 (enum dw_val_class): Add dw_val_class_wide_int.
21444 (struct dw_val_struct): Add val_wide.
21445 * emit-rtl.c (const_wide_int_htab): New.
21446 (const_wide_int_htab_hash): New.
21447 (const_wide_int_htab_eq): New.
21448 (lookup_const_wide_int): New.
21449 (const_double_htab_hash): Use wide-int interfaces.
21450 (const_double_htab_eq): Likewise.
21451 (rtx_to_double_int): Conditionally compile for wide-int.
21452 (immed_double_int_const): Rename to immed_wide_int_const and
21453 update for wide-int.
21454 (immed_double_const): Conditionally compile for wide-int.
21455 (init_emit_once): Use wide-int interfaces.
21456 * explow.c (plus_constant): Likewise.
21457 * expmed.c (mask_rtx): Move further up file. Use wide-int interfaces.
21458 (lshift_value): Use wide-int interfaces.
21459 (expand_mult): Likewise.
21460 (choose_multiplier): Likewise.
21461 (expand_smod_pow2): Likewise.
21462 (make_tree): Likewise.
21463 * expr.c (convert_modes): Consolidate handling of constants.
21464 Use wide-int interfaces.
21465 (emit_group_load_1): Add note.
21466 (store_expr): Update comment.
21467 (get_inner_reference): Use wide-int interfaces.
21468 (expand_constructor): Update comment.
21469 (expand_expr_real_2): Use wide-int interfaces.
21470 (expand_expr_real_1): Likewise.
21471 (reduce_to_bit_field_precision): Likewise.
21472 (const_vector_from_tree): Likewise.
21473 * final.c: Include wide-int-print.h.
21474 (output_addr_const): Handle CONST_WIDE_INT. Use CONST_DOUBLE_AS_INT_P.
21475 * fixed-value.c: Include wide-int.h.
21476 (fixed_from_string): Use wide-int interfaces.
21477 (fixed_to_decimal): Likewise.
21478 (fixed_convert_from_real): Likewise.
21479 (real_convert_from_fixed): Likewise.
21480 * fold-const.h (mem_ref_offset): Return an offset_int.
21481 (div_if_zero_remainder): Remove code parameter.
21482 * fold-const.c (div_if_zero_remainder): Remove code parameter.
21483 Use wide-int interfaces.
21484 (may_negate_without_overflow_p): Use wide-int interfaces.
21485 (negate_expr_p): Likewise.
21486 (fold_negate_expr): Likewise.
21487 (int_const_binop_1): Likewise.
21488 (const_binop): Likewise.
21489 (fold_convert_const_int_from_int): Likewise.
21490 (fold_convert_const_int_from_real): Likewise.
21491 (fold_convert_const_int_from_fixed): Likewise.
21492 (fold_convert_const_fixed_from_int): Likewise.
21493 (all_ones_mask_p): Take an unsigned size. Use wide-int interfaces.
21494 (sign_bit_p): Use wide-int interfaces.
21495 (make_range_step): Likewise.
21496 (build_range_check): Likewise. Pass an integer of the correct type
21497 instead of using integer_one_node.
21498 (range_predecessor): Pass an integer of the correct type instead
21499 of using integer_one_node.
21500 (range_successor): Likewise.
21501 (merge_ranges): Likewise.
21502 (unextend): Use wide-int interfaces.
21503 (extract_muldiv_1): Likewise.
21504 (fold_div_compare): Likewise.
21505 (fold_single_bit_test): Likewise.
21506 (fold_sign_changed_comparison): Likewise.
21507 (try_move_mult_to_index): Update calls to div_if_zero_remainder.
21508 (fold_plusminus_mult_expr): Use wide-int interfaces.
21509 (native_encode_int): Likewise.
21510 (native_interpret_int): Likewise.
21511 (fold_unary_loc): Likewise.
21512 (pointer_may_wrap_p): Likewise.
21513 (size_low_cst): Likewise.
21514 (mask_with_tz): Likewise.
21515 (fold_binary_loc): Likewise.
21516 (fold_ternary_loc): Likewise.
21517 (multiple_of_p): Likewise.
21518 (tree_call_nonnegative_warnv_p): Update calls to
21519 tree_int_cst_min_precision and real_from_integer.
21520 (fold_negate_const): Use wide-int interfaces.
21521 (fold_abs_const): Likewise.
21522 (fold_relational_const): Use tree_int_cst_lt.
21523 (round_up_loc): Use wide-int interfaces.
21524 * genemit.c (gen_exp): Add CONST_WIDE_INT case.
21525 * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
21526 * gengtype.c: Remove include of double-int.h.
21527 (do_typedef): Use wide-int interfaces.
21528 (open_base_files): Add wide-int.h.
21529 (main): Add offset_int and widest_int typedefs.
21530 * gengtype-lex.l: Handle "^".
21531 (CXX_KEYWORD): Add "static".
21532 * gengtype-parse.c (require3): New.
21533 (require_template_declaration): Handle constant template arguments
21534 and nested templates.
21535 * gengtype-state.c: Don't include "double-int.h".
21536 * genpreds.c (write_one_predicate_function): Update comment.
21537 (write_tm_constrs_h): Add check for hval and lval use in
21539 * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
21540 (add_to_sequence): Likewise.
21541 * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
21542 and const_double_operand.
21543 * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
21545 * gimple-fold.c (get_base_constructor): Likewise.
21546 (fold_array_ctor_reference): Likewise.
21547 (fold_nonarray_ctor_reference): Likewise.
21548 (fold_const_aggregate_ref_1): Likewise.
21549 (gimple_val_nonnegative_real_p): Likewise.
21550 (gimple_fold_indirect_ref): Likewise.
21551 * gimple-pretty-print.c (dump_ssaname_info): Likewise.
21552 * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
21553 (struct slsr_cand_d): Change index to be widest_int.
21554 (struct incr_info_d): Change incr to be widest_int.
21555 (alloc_cand_and_find_basis): Use wide-int interfaces.
21556 (slsr_process_phi): Likewise.
21557 (backtrace_base_for_ref): Likewise. Return a widest_int.
21558 (restructure_reference): Take a widest_int instead of a double_int.
21559 (slsr_process_ref): Use wide-int interfaces.
21560 (create_mul_ssa_cand): Likewise.
21561 (create_mul_imm_cand): Likewise.
21562 (create_add_ssa_cand): Likewise.
21563 (create_add_imm_cand): Take a widest_int instead of a double_int.
21564 (slsr_process_add): Use wide-int interfaces.
21565 (slsr_process_cast): Likewise.
21566 (slsr_process_copy): Likewise.
21567 (dump_candidate): Likewise.
21568 (dump_incr_vec): Likewise.
21569 (replace_ref): Likewise.
21570 (cand_increment): Likewise. Return a widest_int.
21571 (cand_abs_increment): Likewise.
21572 (replace_mult_candidate): Take a widest_int instead of a double_int.
21573 (replace_unconditional_candidate): Use wide-int interfaces.
21574 (incr_vec_index): Take a widest_int instead of a double_int.
21575 (create_add_on_incoming_edge): Likewise.
21576 (create_phi_basis): Use wide-int interfaces.
21577 (replace_conditional_candidate): Likewise.
21578 (record_increment): Take a widest_int instead of a double_int.
21579 (record_phi_increments): Use wide-int interfaces.
21580 (phi_incr_cost): Take a widest_int instead of a double_int.
21581 (lowest_cost_path): Likewise.
21582 (total_savings): Likewise.
21583 (analyze_increments): Use wide-int interfaces.
21584 (ncd_with_phi): Take a widest_int instead of a double_int.
21585 (ncd_of_cand_and_phis): Likewise.
21586 (nearest_common_dominator_for_cands): Likewise.
21587 (insert_initializers): Use wide-int interfaces.
21588 (all_phi_incrs_profitable): Likewise.
21589 (replace_one_candidate): Likewise.
21590 (replace_profitable_candidates): Likewise.
21591 * godump.c: Include wide-int-print.h.
21592 (go_output_typedef): Use wide-int interfaces.
21593 * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
21594 * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
21595 (build_loop_iteration_domains): Likewise.
21596 * hooks.h: Include wide-int.h rather than double-int.h.
21597 (hook_bool_dint_dint_uint_bool_true): Delete.
21598 (hook_bool_wint_wint_uint_bool_true): Declare.
21599 * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
21600 (hook_bool_wint_wint_uint_bool_true): New.
21601 * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
21603 (ubsan_expand_si_overflow_mul_check): Likewise.
21604 * ipa-devirt.c (get_polymorphic_call_info): Likewise.
21605 * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
21606 (get_ancestor_addr_info): Likewise.
21607 (ipa_modify_call_arguments): Likewise.
21608 * loop-doloop.c (doloop_modify): Likewise.
21609 (doloop_optimize): Likewise.
21610 * loop-iv.c (iv_number_of_iterations): Likewise.
21611 * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
21612 (unroll_loop_constant_iterations): Likewise.
21613 (decide_unroll_runtime_iterations): Likewise.
21614 (unroll_loop_runtime_iterations): Likewise.
21615 (decide_peel_simple): Likewise.
21616 (decide_unroll_stupid): Likewise.
21617 * lto-streamer-in.c (streamer_read_wi): Add.
21618 (input_cfg): Use wide-int interfaces.
21619 (lto_input_tree_1): Likewise.
21620 * lto-streamer-out.c (streamer_write_wi): Add.
21621 (hash_tree): Use wide-int interfaces.
21622 (output_cfg): Likewise.
21623 * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
21624 (GTFILES): Add wide-int.h and signop.h.
21625 (TAGS): Look for .cc files too.
21626 * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
21627 * optabs.c (expand_subword_shift): Likewise.
21628 (expand_doubleword_shift): Likewise.
21629 (expand_absneg_bit): Likewise.
21630 (expand_copysign_absneg): Likewise.
21631 (expand_copysign_bit): Likewise.
21632 * postreload.c (reload_cse_simplify_set): Likewise.
21633 * predict.c (predict_iv_comparison): Likewise.
21634 * pretty-print.h: Include wide-int-print.h.
21636 * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
21637 * print-tree.c: Include wide-int-print.h.
21638 (print_node_brief): Use wide-int interfaces.
21639 (print_node): Likewise.
21640 * read-rtl.c (validate_const_wide_int): New.
21641 (read_rtx_code): Add CONST_WIDE_INT case.
21642 * real.c: Include wide-int.h.
21643 (real_to_integer2): Delete.
21644 (real_to_integer): New function, returning a wide_int.
21645 (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
21646 (ten_to_ptwo): Update call to real_from_integer.
21647 (real_digit): Likewise.
21648 * real.h: Include signop.h, wide-int.h and insn-modes.h.
21649 (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
21650 (REAL_VALUE_TO_INT): Delete.
21651 (real_to_integer): Declare a wide-int form.
21652 (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
21653 * recog.c (const_int_operand): Improve comment.
21654 (const_scalar_int_operand): New.
21655 (const_double_operand): Add a separate definition for CONST_WIDE_INT.
21656 * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
21657 (split_double): Likewise.
21658 * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
21659 (rtx_size): Likewise.
21660 (rtx_alloc_stat_v): New.
21661 (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
21662 (cwi_output_hex): New.
21663 (iterative_hash_rtx): Handle CONST_WIDE_INT.
21664 (cwi_check_failed_bounds): New.
21665 * rtl.def (CONST_WIDE_INT): New.
21666 * rtl.h: Include <utility> and wide-int.h.
21667 (struct hwivec_def): New.
21668 (CWI_GET_NUM_ELEM): New.
21669 (CWI_PUT_NUM_ELEM): New.
21670 (struct rtx_def): Add num_elem and hwiv.
21671 (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
21672 (CASE_CONST_UNIQUE): Likewise.
21673 (CASE_CONST_ANY): Likewise.
21674 (CONST_SCALAR_INT_P): Likewise.
21675 (CONST_WIDE_INT_P): New.
21677 (HWIVEC_CHECK): New.
21678 (cwi_check_failed_bounds): New.
21680 (HWIVEC_CHECK): New.
21681 (CONST_WIDE_INT_VEC) New.
21682 (CONST_WIDE_INT_NUNITS) New.
21683 (CONST_WIDE_INT_ELT) New.
21684 (rtx_mode_t): New type.
21685 (wi::int_traits <rtx_mode_t>): New.
21687 (wi::min_value): New.
21688 (wi::max_value): New.
21690 (const_wide_int_alloc): New.
21691 (immed_wide_int_const): New.
21692 * sched-vis.c (print_value): Handle CONST_WIDE_INT.
21693 * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
21694 * signop.h: New file.
21695 * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
21696 (simplify_const_unary_operation): Use wide-int interfaces.
21697 (simplify_binary_operation_1): Likewise.
21698 (simplify_const_binary_operation): Likewise.
21699 (simplify_const_relational_operation): Likewise.
21700 (simplify_immed_subreg): Likewise.
21701 * stmt.c (expand_case): Likewise.
21702 * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
21703 signop rather than a bool.
21704 * stor-layout.c (layout_type): Use wide-int interfaces.
21705 (initialize_sizetypes): Update calls to
21706 set_min_and_max_values_for_integral_type.
21707 (set_min_and_max_values_for_integral_type): Take a signop rather
21708 than a bool. Use wide-int interfaces.
21709 (fixup_signed_type): Update accordingly. Remove
21710 HOST_BITS_PER_DOUBLE_INT limit.
21711 (fixup_unsigned_type): Likewise.
21712 * system.h (STATIC_CONSTANT_P): New.
21713 (STATIC_ASSERT): New.
21714 * target.def (can_use_doloop_p): Take widest_ints rather than
21716 * target.h: Include wide-int.h rather than double-int.h.
21717 * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
21719 * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
21720 rather than INT_CST_LT_UNSIGNED.
21721 (can_use_doloop_if_innermost): Take widest_ints rather than
21723 * tree-affine.c: Include wide-int-print.h.
21724 (double_int_ext_for_comb): Delete.
21725 (wide_int_ext_for_comb): New.
21726 (aff_combination_zero): Use wide-int interfaces.
21727 (aff_combination_const): Take a widest_int instead of a double_int.
21728 (aff_combination_elt): Use wide-int interfaces.
21729 (aff_combination_scale): Take a widest_int instead of a double_int.
21730 (aff_combination_add_elt): Likewise.
21731 (aff_combination_add_cst): Likewise.
21732 (aff_combination_add): Use wide-int interfaces.
21733 (aff_combination_convert): Likewise.
21734 (tree_to_aff_combination): Likewise.
21735 (add_elt_to_tree): Take a widest_int instead of a double_int.
21736 (aff_combination_to_tree): Use wide-int interfaces.
21737 (aff_combination_remove_elt): Likewise.
21738 (aff_combination_add_product): Take a widest_int instead of
21740 (aff_combination_mult): Use wide-int interfaces.
21741 (aff_combination_expand): Likewise.
21742 (double_int_constant_multiple_p): Delete.
21743 (wide_int_constant_multiple_p): New.
21744 (aff_combination_constant_multiple_p): Take a widest_int pointer
21745 instead of a double_int pointer.
21746 (print_aff): Use wide-int interfaces.
21747 (get_inner_reference_aff): Take a widest_int pointer
21748 instead of a double_int pointer.
21749 (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
21750 * tree-affine.h: Include wide-int.h.
21751 (struct aff_comb_elt): Change type of coef to widest_int.
21752 (struct affine_tree_combination): Change type of offset to widest_int.
21753 (double_int_ext_for_comb): Delete.
21754 (wide_int_ext_for_comb): New.
21755 (aff_combination_const): Use widest_int instead of double_int.
21756 (aff_combination_scale): Likewise.
21757 (aff_combination_add_elt): Likewise.
21758 (aff_combination_constant_multiple_p): Likewise.
21759 (get_inner_reference_aff): Likewise.
21760 (aff_comb_cannot_overlap_p): Likewise.
21761 (aff_combination_zero_p): Use wide-int interfaces.
21762 * tree.c: Include tree.h.
21763 (init_ttree): Use make_int_cst.
21764 (tree_code_size): Removed code for INTEGER_CST case.
21765 (tree_size): Add INTEGER_CST case.
21766 (make_node_stat): Update comment.
21767 (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
21768 (build_int_cst_type): Use wide-int interfaces.
21769 (double_int_to_tree): Likewise.
21770 (double_int_fits_to_tree_p): Delete.
21771 (force_fit_type_double): Delete.
21772 (force_fit_type): New.
21773 (int_cst_hash_hash): Use wide-int interfaces.
21774 (int_cst_hash_eq): Likewise.
21775 (build_int_cst_wide): Delete.
21776 (wide_int_to_tree): New.
21777 (cache_integer_cst): Use wide-int interfaces.
21778 (build_low_bits_mask): Likewise.
21779 (cst_and_fits_in_hwi): Likewise.
21780 (real_value_from_int_cst): Likewise.
21781 (make_int_cst_stat): New.
21782 (integer_zerop): Use wide_int interfaces.
21783 (integer_onep): Likewise.
21784 (integer_all_onesp): Likewise.
21785 (integer_pow2p): Likewise.
21786 (integer_nonzerop): Likewise.
21787 (tree_log2): Likewise.
21788 (tree_floor_log2): Likewise.
21789 (tree_ctz): Likewise.
21790 (int_size_in_bytes): Likewise.
21791 (mem_ref_offset): Return an offset_int rather than a double_int.
21792 (build_type_attribute_qual_variant): Use wide_int interfaces.
21793 (type_hash_eq): Likewise
21794 (tree_int_cst_equal): Likewise.
21795 (tree_int_cst_lt): Delete.
21796 (tree_int_cst_compare): Likewise.
21797 (tree_fits_shwi_p): Use wide_int interfaces.
21798 (tree_fits_uhwi_p): Likewise.
21799 (tree_int_cst_sign_bit): Likewise.
21800 (tree_int_cst_sgn): Likewise.
21801 (tree_int_cst_min_precision): Take a signop rather than a bool.
21802 (simple_cst_equal): Use wide_int interfaces.
21803 (compare_tree_int): Likewise.
21804 (iterative_hash_expr): Likewise.
21805 (int_fits_type_p): Likewise. Use tree_int_cst_lt rather than
21807 (get_type_static_bounds): Use wide_int interfaces.
21808 (tree_int_cst_elt_check_failed): New.
21809 (build_common_tree_nodes): Reordered to set prec before filling in
21811 (int_cst_value): Check cst_and_fits_in_hwi.
21812 (widest_int_cst_value): Use wide_int interfaces.
21813 (upper_bound_in_type): Likewise.
21814 (lower_bound_in_type): Likewise.
21815 (num_ending_zeros): Likewise.
21816 (drop_tree_overflow): Likewise.
21817 * tree-call-cdce.c (check_pow): Update call to real_from_integer.
21818 (gen_conditions_for_pow_cst_base): Likewise.
21819 * tree-cfg.c: Include wide-int.h and wide-int-print.h.
21820 (group_case_labels_stmt): Use wide-int interfaces.
21821 (verify_gimple_assign_binary): Likewise.
21822 (print_loop): Likewise.
21823 * tree-chrec.c (tree_fold_binomial): Likewise.
21824 * tree-core.h (struct tree_base): Add int_length.
21825 (struct tree_int_cst): Change rep of value.
21826 * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
21827 (dr_may_alias_p): Likewise.
21828 (max_stmt_executions_tree): Likewise.
21829 * tree.def (INTEGER_CST): Update comment.
21830 * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
21831 * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
21832 * tree-dump.c: Include wide-int.h and wide-int-print.h.
21833 (dequeue_and_dump): Use wide-int interfaces.
21834 * tree.h: Include wide-int.h.
21835 (NULL_TREE): Moved to earlier loc in file.
21836 (TREE_INT_CST_ELT_CHECK): New.
21837 (tree_int_cst_elt_check_failed): New.
21839 (TREE_INT_CST): Delete.
21840 (TREE_INT_CST_LOW): Use wide-int interfaces.
21841 (TREE_INT_CST_HIGH): Delete.
21842 (TREE_INT_CST_NUNITS): New.
21843 (TREE_INT_CST_EXT_NUNITS): Likewise.
21844 (TREE_INT_CST_OFFSET_NUNITS): Likewise.
21845 (TREE_INT_CST_ELT): Likewise.
21846 (INT_CST_LT): Delete.
21847 (tree_int_cst_elt_check): New (two forms).
21848 (type_code_size): Update comment.
21849 (make_int_cst_stat, make_int_cst): New.
21850 (tree_to_double_int): Delete.
21851 (double_int_fits_to_tree_p): Delete.
21852 (force_fit_type_double): Delete.
21853 (build_int_cstu): Replace with out-of-line function.
21854 (build_int_cst_wide): Delete.
21855 (tree_int_cst_lt): Define inline.
21856 (tree_int_cst_le): New.
21857 (tree_int_cst_compare): Define inline.
21858 (tree_int_cst_min_precision): Take a signop rather than a bool.
21859 (wi::int_traits <const_tree>): New.
21860 (wi::int_traits <tree>): New.
21861 (wi::extended_tree): New.
21862 (wi::int_traits <wi::extended_tree>): New.
21863 (wi::to_widest): New.
21864 (wi::to_offset): New.
21865 (wi::fits_to_tree_p): New.
21866 (wi::min_value): New.
21867 (wi::max_value): New.
21868 * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
21869 (copy_tree_body_r): Likewise.
21870 * tree-object-size.c (compute_object_offset): Likewise.
21871 (addr_object_size): Likewise.
21872 * tree-predcom.c: Include wide-int-print.h.
21873 (struct dref_d): Change type of offset to widest_int.
21874 (dump_dref): Call wide-int printer.
21875 (aff_combination_dr_offset): Use wide-int interfaces.
21876 (determine_offset): Take a widest_int pointer rather than a
21877 double_int pointer.
21878 (split_data_refs_to_components): Use wide-int interfaces.
21879 (suitable_component_p): Likewise.
21880 (order_drefs): Likewise.
21881 (add_ref_to_chain): Likewise.
21882 (valid_initializer_p): Likewise.
21883 (determine_roots_comp): Likewise.
21884 * tree-pretty-print.c: Include wide-int-print.h.
21885 (dump_generic_node): Use wide-int interfaces.
21886 * tree-sra.c (sra_ipa_modify_expr): Likewise.
21887 * tree-ssa-address.c (addr_for_mem_ref): Likewise.
21888 (move_fixed_address_to_symbol): Likewise.
21889 (move_hint_to_base): Likewise.
21890 (move_pointer_to_base): Likewise.
21891 (move_variant_to_index): Likewise.
21892 (most_expensive_mult_to_index): Likewise.
21893 (addr_to_parts): Likewise.
21894 (copy_ref_info): Likewise.
21895 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
21896 (indirect_refs_may_alias_p): Likewise.
21897 (stmt_kills_ref_p_1): Likewise.
21898 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
21899 * tree-ssa-ccp.c: Update comment at top of file. Include
21901 (struct prop_value_d): Change type of mask to widest_int.
21902 (extend_mask): New function.
21903 (dump_lattice_value): Use wide-int interfaces.
21904 (get_default_value): Likewise.
21905 (set_constant_value): Likewise.
21906 (set_value_varying): Likewise.
21907 (valid_lattice_transition): Likewise.
21908 (set_lattice_value): Likewise.
21909 (value_to_double_int): Delete.
21910 (value_to_wide_int): New.
21911 (get_value_from_alignment): Use wide-int interfaces.
21912 (get_value_for_expr): Likewise.
21913 (do_dbg_cnt): Likewise.
21914 (ccp_finalize): Likewise.
21915 (ccp_lattice_meet): Likewise.
21916 (bit_value_unop_1): Use widest_ints rather than double_ints.
21917 (bit_value_binop_1): Likewise.
21918 (bit_value_unop): Use wide-int interfaces.
21919 (bit_value_binop): Likewise.
21920 (bit_value_assume_aligned): Likewise.
21921 (evaluate_stmt): Likewise.
21922 (ccp_fold_stmt): Likewise.
21923 (visit_cond_stmt): Likewise.
21924 (ccp_visit_stmt): Likewise.
21925 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
21926 (constant_pointer_difference): Likewise.
21927 (associate_pointerplus): Likewise.
21928 (combine_conversions): Likewise.
21929 * tree-ssa-loop.h: Include wide-int.h.
21930 (struct tree_niter_desc): Change type of max to widest_int.
21931 * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
21932 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
21933 (remove_redundant_iv_tests): Likewise.
21934 (canonicalize_loop_induction_variables): Likewise.
21935 * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
21936 (constant_multiple_of): Take a widest_int pointer instead of
21937 a double_int pointer.
21938 (get_computation_aff): Use wide-int interfaces.
21939 (ptr_difference_cost): Likewise.
21940 (difference_cost): Likewise.
21941 (get_loop_invariant_expr_id): Likewise.
21942 (get_computation_cost_at): Likewise.
21943 (iv_elimination_compare_lt): Likewise.
21944 (may_eliminate_iv): Likewise.
21945 * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
21946 instead of double_int.
21947 (max_loop_iterations): Likewise.
21948 (max_stmt_executions): Likewise.
21949 (estimated_stmt_executions): Likewise.
21950 * tree-ssa-loop-niter.c: Include wide-int-print.h.
21951 (split_to_var_and_offset): Use wide-int interfaces.
21952 (determine_value_range): Likewise.
21953 (bound_difference_of_offsetted_base): Likewise.
21954 (bounds_add): Take a widest_int instead of a double_int.
21955 (number_of_iterations_ne_max): Use wide-int interfaces.
21956 (number_of_iterations_ne): Likewise.
21957 (number_of_iterations_lt_to_ne): Likewise.
21958 (assert_loop_rolls_lt): Likewise.
21959 (number_of_iterations_lt): Likewise.
21960 (number_of_iterations_le): Likewise.
21961 (number_of_iterations_cond): Likewise.
21962 (number_of_iterations_exit): Likewise.
21963 (finite_loop_p): Likewise.
21964 (derive_constant_upper_bound_assign): Likewise.
21965 (derive_constant_upper_bound): Return a widest_int.
21966 (derive_constant_upper_bound_ops): Likewise.
21967 (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
21968 (record_estimate): Take a widest_int rather than a double_int.
21969 (record_nonwrapping_iv): Use wide-int interfaces.
21970 (double_int_cmp): Delete.
21971 (wide_int_cmp): New.
21972 (bound_index): Take a widest_int rather than a double_int.
21973 (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
21974 (maybe_lower_iteration_bound): Likewise.
21975 (estimate_numbers_of_iterations_loop): Likewise.
21976 (estimated_loop_iterations): Take a widest_int pointer than than
21977 a double_int pointer.
21978 (estimated_loop_iterations_int): Use wide-int interfaces.
21979 (max_loop_iterations): Take a widest_int pointer than than
21980 a double_int pointer.
21981 (max_loop_iterations_int): Use wide-int interfaces.
21982 (max_stmt_executions): Take a widest_int pointer than than
21983 a double_int pointer.
21984 (estimated_stmt_executions): Likewise.
21985 (n_of_executions_at_most): Use wide-int interfaces.
21986 (scev_probably_wraps_p): Likewise.
21987 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
21988 to real_to_integer.
21989 * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
21991 * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
21992 double_ints. Adjust for trailing_wide_ints <3> representation.
21993 (set_nonzero_bits): Likewise.
21994 (get_range_info): Return wide_ints rather than double_ints.
21995 Adjust for trailing_wide_ints <3> representation.
21996 (get_nonzero_bits): Likewise.
21997 (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
21999 * tree-ssanames.h (struct range_info_def): Replace min, max and
22000 nonzero_bits with a trailing_wide_ints <3>.
22001 (set_range_info): Use wide_int_refs rather than double_ints.
22002 (set_nonzero_bits): Likewise.
22003 (get_range_info): Return wide_ints rather than double_ints.
22004 (get_nonzero_bits): Likewise.
22005 * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
22006 * tree-ssa-pre.c (phi_translate_1): Likewise.
22007 * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
22008 (acceptable_pow_call): Likewise.
22009 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
22011 (vn_reference_fold_indirect): Likewise.
22012 (vn_reference_maybe_forwprop_address): Likewise.
22013 (valueize_refs_1): Likewise.
22014 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
22015 * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
22016 tree_int_cst_lt and tree_int_cst_le.
22017 * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
22019 (streamer_alloc_tree): Likewise.
22020 * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
22021 (streamer_write_tree_header): Likewise.
22022 (streamer_write_integer_cst): Likewise.
22023 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
22024 (build_constructors): Likewise.
22025 (array_value_type): Likewise.
22026 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
22027 (vect_check_gather): Likewise.
22028 * tree-vect-generic.c (build_replicated_const): Likewise.
22029 (expand_vector_divmod): Likewise.
22030 * tree-vect-loop.c (vect_transform_loop): Likewise.
22031 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
22032 (vect_do_peeling_for_alignment): Likewise.
22033 * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
22034 * tree-vrp.c: Include wide-int.h.
22035 (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
22036 (extract_range_from_assert): Use wide-int interfaces.
22037 (vrp_int_const_binop): Likewise.
22038 (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
22039 double_int pointers.
22040 (ranges_from_anti_range): Use wide-int interfaces.
22041 (quad_int_cmp): Delete.
22042 (quad_int_pair_sort): Likewise.
22043 (extract_range_from_binary_expr_1): Use wide-int interfaces.
22044 (extract_range_from_unary_expr_1): Likewise.
22045 (adjust_range_with_scev): Likewise.
22046 (masked_increment): Take and return wide_ints rather than double_ints.
22047 (register_edge_assert_for_2): Use wide-int interfaces.
22048 (check_array_ref): Likewise.
22049 (search_for_addr_array): Likewise.
22050 (maybe_set_nonzero_bits): Likewise.
22051 (union_ranges): Pass an integer of the correct type instead of
22052 using integer_one_node.
22053 (intersect_ranges): Likewise.
22054 (simplify_truth_ops_using_ranges): Likewise.
22055 (simplify_bit_ops_using_ranges): Use wide-int interfaces.
22056 (range_fits_type_p): Likewise.
22057 (simplify_cond_using_ranges): Likewise. Take a signop rather than
22059 (simplify_conversion_using_ranges): Use wide-int interfaces.
22060 (simplify_float_conversion_using_ranges): Likewise.
22061 (vrp_finalize): Likewise.
22062 * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
22063 (gimple_stringops_transform): Likewise.
22064 * varasm.c (decode_addr_const): Likewise.
22065 (const_hash_1): Likewise.
22066 (const_rtx_hash_1): Likewise
22067 (output_constant): Likewise.
22068 (array_size_for_constructor): Likewise.
22069 (output_constructor_regular_field): Likewise.
22070 (output_constructor_bitfield): Likewise.
22071 * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
22072 * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
22074 * gencheck.c: Define BITS_PER_UNIT.
22075 * wide-int.cc: New.
22077 * wide-int-print.cc: New.
22078 * wide-int-print.h: New.
22080 2014-05-06 Jan-Benedict Glaw <jbglaw@lug-owl.de>
22082 * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
22084 2014-05-06 Richard Biener <rguenther@suse.de>
22086 * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
22087 TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
22088 (TODO_verify_all): Adjust.
22089 * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
22090 TODO_verify_stmts and TODO_verify_rtl_sharing.
22091 * bb-reorder.c: Likewise.
22092 * cfgexpand.c: Likewise.
22093 * cprop.c: Likewise.
22095 * function.c: Likewise.
22096 * fwprop.c: Likewise.
22097 * gcse.c: Likewise.
22098 * gimple-ssa-isolate-paths.c: Likewise.
22099 * gimple-ssa-strength-reduction.c: Likewise.
22100 * ipa-split.c: Likewise.
22101 * loop-init.c: Likewise.
22102 * loop-unroll.c: Likewise.
22103 * lower-subreg.c: Likewise.
22104 * modulo-sched.c: Likewise.
22105 * postreload-gcse.c: Likewise.
22106 * predict.c: Likewise.
22107 * recog.c: Likewise.
22108 * sched-rgn.c: Likewise.
22109 * store-motion.c: Likewise.
22110 * tracer.c: Likewise.
22111 * trans-mem.c: Likewise.
22112 * tree-call-cdce.c: Likewise.
22113 * tree-cfg.c: Likewise.
22114 * tree-cfgcleanup.c: Likewise.
22115 * tree-complex.c: Likewise.
22116 * tree-eh.c: Likewise.
22117 * tree-emutls.c: Likewise.
22118 * tree-if-conv.c: Likewise.
22119 * tree-into-ssa.c: Likewise.
22120 * tree-loop-distribution.c: Likewise.
22121 * tree-object-size.c: Likewise.
22122 * tree-parloops.c: Likewise.
22123 * tree-pass.h: Likewise.
22124 * tree-sra.c: Likewise.
22125 * tree-ssa-ccp.c: Likewise.
22126 * tree-ssa-copy.c: Likewise.
22127 * tree-ssa-copyrename.c: Likewise.
22128 * tree-ssa-dce.c: Likewise.
22129 * tree-ssa-dom.c: Likewise.
22130 * tree-ssa-dse.c: Likewise.
22131 * tree-ssa-forwprop.c: Likewise.
22132 * tree-ssa-ifcombine.c: Likewise.
22133 * tree-ssa-loop-ch.c: Likewise.
22134 * tree-ssa-loop-ivcanon.c: Likewise.
22135 * tree-ssa-loop.c: Likewise.
22136 * tree-ssa-math-opts.c: Likewise.
22137 * tree-ssa-phiopt.c: Likewise.
22138 * tree-ssa-phiprop.c: Likewise.
22139 * tree-ssa-pre.c: Likewise.
22140 * tree-ssa-reassoc.c: Likewise.
22141 * tree-ssa-sink.c: Likewise.
22142 * tree-ssa-strlen.c: Likewise.
22143 * tree-ssa-tail-merge.c: Likewise.
22144 * tree-ssa-uncprop.c: Likewise.
22145 * tree-switch-conversion.c: Likewise.
22146 * tree-tailcall.c: Likewise.
22147 * tree-vect-generic.c: Likewise.
22148 * tree-vectorizer.c: Likewise.
22149 * tree-vrp.c: Likewise.
22150 * tsan.c: Likewise.
22151 * var-tracking.c: Likewise.
22152 * bt-load.c: Likewise.
22153 * cfgcleanup.c: Likewise.
22154 * combine-stack-adj.c: Likewise.
22155 * combine.c: Likewise.
22156 * compare-elim.c: Likewise.
22157 * config/epiphany/resolve-sw-modes.c: Likewise.
22158 * config/i386/i386.c: Likewise.
22159 * config/mips/mips.c: Likewise.
22160 * config/s390/s390.c: Likewise.
22161 * config/sh/sh_treg_combine.cc: Likewise.
22162 * config/sparc/sparc.c: Likewise.
22165 * final.c: Likewise.
22166 * ifcvt.c: Likewise.
22167 * mode-switching.c: Likewise.
22168 * passes.c: Likewise.
22169 * postreload.c: Likewise.
22171 * reg-stack.c: Likewise.
22172 * regcprop.c: Likewise.
22173 * regrename.c: Likewise.
22176 2014-05-06 Richard Biener <rguenther@suse.de>
22178 PR middle-end/61070
22179 * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
22180 * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
22182 2014-05-05 Jan Hubicka <hubicka@ucw.cz>
22185 * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
22187 2014-05-05 Radovan Obradovic <robradovic@mips.com>
22188 Tom de Vries <tom@codesourcery.com>
22190 * target.def (call_fusage_contains_non_callee_clobbers): New
22192 * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
22194 (@node Miscellaneous Register Hooks): New node.
22195 (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
22196 * doc/tm.texi: Regenerate.
22198 2014-05-05 Marek Polacek <polacek@redhat.com>
22201 * opts.c (common_handle_option): Call error_at instead of warning_at.
22203 2014-05-05 Richard Biener <rguenther@suse.de>
22205 * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
22206 from last_verified if update_ssa ran. Move TODO_verify_rtl_sharing
22207 under the TODO_verify_il umbrella.
22209 2014-05-05 Richard Biener <rguenther@suse.de>
22211 * passes.c (execute_function_todo): Move TODO_verify_flow under
22212 the TODO_verify_ul umbrella.
22214 2014-05-05 Richard Biener <rguenther@suse.de>
22216 PR middle-end/61010
22217 * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
22218 X & CST away from a CST that is the mask of a mode.
22220 2014-05-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
22222 * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
22223 int argument to enum machine_mode.
22224 (picochip_class_max_nregs): Ditto.
22225 * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
22226 (picochip_class_max_nregs): Ditto.
22228 2014-05-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22230 * target.def: Add new target hook.
22231 * doc/tm.texi: Regenerate.
22232 * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
22233 * targhooks.c (default_keep_leaf_when_profiled): New function.
22235 * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
22236 (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
22238 2014-05-05 Bin Cheng <bin.cheng@arm.com>
22240 PR tree-optimization/60363
22241 * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
22242 (copy_phi_args): New parameters. Call get_value_locus_in_path.
22243 (update_destination_phis): New parameter.
22244 (create_edge_and_update_destination_phis): Ditto.
22245 (ssa_fix_duplicate_block_edges): Pass new arguments.
22246 (thread_single_edge): Ditto.
22248 2014-05-04 Peter Bergner <bergner@vnet.ibm.com>
22250 * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
22251 (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
22252 (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
22253 * config/rs6000/rs6000-builtin.def (BU_MISC_1):
22254 Use RS6000_BTM_HARD_FLOAT.
22255 (BU_MISC_2): Likewise.
22256 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
22257 RS6000_BTM_HARD_FLOAT.
22258 (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
22259 is explicitly used.
22260 (rs6000_invalid_builtin): Add hard floating builtin support.
22261 (rs6000_expand_builtin): Relax the gcc_assert to allow the new
22262 hard float builtins.
22263 (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
22265 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
22267 * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
22268 Add missing function* argument.
22270 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
22272 * lra-constraints.c (valid_address_p): Move earlier in file.
22273 Add a constraint argument to the address_info version.
22274 (satisfies_memory_constraint_p): New function.
22275 (satisfies_address_constraint_p): Likewise.
22276 (process_alt_operands, curr_insn_transform): Use them.
22277 (process_address): Pass the constraint to valid_address_p when
22278 checking address operands.
22280 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
22282 * config/mips/mips.c (mips_isa_rev): New variable.
22283 (mips_set_architecture): Set it.
22284 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
22286 (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
22287 (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
22288 (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
22289 (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
22290 (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
22291 conditions in terms of mips_isa_rev.
22292 (mips_isa_rev): Declare.
22294 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
22296 * config/sh/sh-mem.cc: Use tabs instead of spaces.
22297 (prob_unlikely, prob_likely): Make variables const.
22299 2014-05-03 Denis Chertykov <chertykov@gmail.com>
22301 * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
22303 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
22305 * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
22307 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
22309 * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
22310 (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
22311 * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
22313 (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
22314 sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
22316 Replace usage of ROUND_REG with sh_round_reg.
22317 Use CEIL instead of ROUND_ADVANCE.
22319 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
22322 * config/sh/sh.c: Include stdlib headers before everything else.
22324 2014-05-02 Jakub Jelinek <jakub@redhat.com>
22326 * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
22327 GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
22328 (gimplify_adjust_omp_clauses): Simd region is never
22329 directly nested in combined parallel. Instead, for linear
22330 with copyin/copyout, if in combined for simd loop, make decl
22331 firstprivate/lastprivate on OMP_FOR.
22332 * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
22333 expand_omp_for_static_chunk): When setting endvar, also set
22334 fd->loop.v to the same value.
22336 2014-05-02 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
22338 * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
22340 2014-05-02 Alan Lawrence <alan.lawrence@arm.com>
22342 * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
22345 2014-05-02 Marek Polacek <polacek@redhat.com>
22347 * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
22349 2014-05-02 Kito Cheng <kito@0xlab.org>
22351 * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
22352 to a C expression marco.
22353 * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
22354 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
22355 * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
22356 * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
22357 HONOR_REG_ALLOC_ORDER.
22358 * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
22360 2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
22362 * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
22364 2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
22366 * config/arc/arc.c (arc_select_cc_mode): Fix typo.
22368 2014-05-01 Yuri Rumyantsev <ysrumyan@gmail.com>
22370 * tree-if-conv.c (is_cond_scalar_reduction): New function.
22371 (convert_scalar_cond_reduction): Likewise.
22372 (predicate_scalar_phi): Add recognition and transformation
22373 of simple conditioanl reduction to be vectorizable.
22375 2014-05-01 Marek Polacek <polacek@redhat.com>
22378 * doc/invoke.texi: Document -Wdiscarded-qualifiers.
22380 2014-04-30 Alan Lawrence <alan.lawrence@arm.com>
22382 * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
22383 vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
22384 vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
22385 vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
22386 vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
22387 vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
22388 vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
22389 vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
22391 2014-04-30 Joern Rennecke <joern.rennecke@embecosm.com>
22393 * config/arc/arc.opt (mlra): Move comment above option name
22394 to avoid mis-parsing as language options.
22396 2014-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22398 * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
22399 * config/sol2.h: ... here.
22400 * config/sol2-10.h: Remove.
22402 * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
22403 (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
22404 (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
22405 (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
22406 (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
22407 * config/sol2.h: ... here.
22408 (SECTION_NAME_FORMAT): Don't redefine.
22409 (STARTFILE_ARCH32_SPEC): Rename to ...
22410 (STARTFILE_ARCH_SPEC): ... this.
22411 (ASM_OUTPUT_ALIGNED_COMMON): Move ...
22412 * config/sparc/sol2.h: ... here.
22413 (SECTION_NAME_FORMAT): Don't undef.
22414 * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
22415 (SUBTARGET_EXTRA_SPECS): Remove.
22416 * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
22418 * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
22419 (MD_STARTFILE_PREFIX): Remove.
22420 (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
22421 (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
22422 (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
22423 (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
22424 (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
22425 (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
22426 * config/i386/sol2.h: ... here.
22427 (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
22428 * config/i386/sol2-bi.h: Remove.
22429 * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
22430 (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
22432 * config/i386/t-sol2-64: Rename to ...
22433 * config/i386/t-sol2: ... this.
22434 * config/sparc/t-sol2-64: Rename to ...
22435 * config/sparc/t-sol2: ... this.
22437 * config.gcc (*-*-solaris2*): Split sol2_tm_file into
22438 sol2_tm_file_head, sol2_tm_file_tail.
22439 Include ${cpu_type}/sol2.h before sol2.h.
22441 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
22442 i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
22443 Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
22444 Reflect i386/t-sol2-64 renaming.
22445 (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
22446 Reflect sparc/t-sol2-64 renaming.
22448 2014-04-30 Richard Biener <rguenther@suse.de>
22450 * passes.c (execute_function_todo): Move TODO_verify_stmts
22451 and TODO_verify_ssa under the TODO_verify_il umbrella.
22452 * tree-ssa.h (verify_ssa): Adjust prototype.
22453 * tree-ssa.c (verify_ssa): Add parameter to tell whether
22454 we should verify SSA operands.
22455 * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
22456 * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
22457 whether we should verify whether not throwing stmts have EH info.
22458 * graphite-scop-detection.c (create_sese_edges): Adjust.
22459 * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
22460 * tree-eh.c (lower_try_finally_switch): Do not add the
22461 default case label twice.
22463 2014-04-30 Marek Polacek <polacek@redhat.com>
22465 * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
22466 * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
22467 * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
22468 * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
22470 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
22472 * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
22473 vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
22474 vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
22475 vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
22476 vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
22477 vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
22478 vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
22479 vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
22481 2014-04-29 David Malcolm <dmalcolm@redhat.com>
22483 * tree-cfg.c (dump_function_to_file): Dump the return type of
22484 functions, in a line to itself before the function body, mimicking
22485 the layout of a C function.
22487 2014-04-29 Jakub Jelinek <jakub@redhat.com>
22489 PR tree-optimization/60971
22490 * tree-tailcall.c (process_assignment): Reject conversions which
22493 2014-04-29 James Greenhalgh <james.greenhalgh@arm.com>
22495 * calls.c (initialize_argument_information): Always treat
22496 PUSH_ARGS_REVERSED as 1, simplify code accordingly.
22497 (expand_call): Likewise.
22498 (emit_library_call_calue_1): Likewise.
22499 * expr.c (PUSH_ARGS_REVERSED): Do not define.
22500 (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
22503 2014-04-29 Nick Clifton <nickc@redhat.com>
22505 * config/msp430/msp430.md (umulsidi): Fix typo.
22506 (mulhisi3): Enable even inside interrupt handlers.
22507 * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
22508 bigger return address pushed in large mode.
22510 2014-04-29 Nick Clifton <nickc@redhat.com>
22512 * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
22513 (arc_init_reg_tables): Use a machine_mode enum to iterate over
22515 * config/m32r/m32r.c (init_reg_tables): Likewise.
22516 * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
22517 enum to hold the modes.
22519 2014-04-29 Richard Biener <rguenther@suse.de>
22521 * dominance.c (free_dominance_info): Add overload with
22522 function parameter.
22523 (dom_info_state): Likewise.
22524 (dom_info_available_p): Likewise.
22525 * basic-block.h (free_dominance_info, dom_info_state,
22526 dom_info_available_p): Declare overloads.
22527 * passes.c (execute_function_todo): Verify that verifiers
22528 don't change dominator info state. Drop dominator info
22529 for IPA pass invocations.
22530 * cgraph.c (release_function_body): Restore asserts that
22531 dominator information is released.
22533 2014-04-29 Patrick Palka <patrick@parcs.ath.cx>
22535 * doc/invoke.texi: Fix typo.
22536 * tree-vrp.c: Fix typos.
22537 * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
22539 2014-04-29 Zhenqiang Chen <zhenqiang.chen@linaro.org>
22541 * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
22543 2014-04-28 James Greenhalgh <james.greenhalgh@arm.com>
22545 * config/aarch64/aarch64-builtins.c
22546 (aarch64_types_storestruct_lane_qualifiers): New.
22547 (TYPES_STORESTRUCT_LANE): Likewise.
22548 * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
22549 (st3_lane): Likewise.
22550 (st4_lane): Likewise.
22551 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
22552 (vec_store_lanesci_lane<mode>): Likewise.
22553 (vec_store_lanesxi_lane<mode>): Likewise.
22554 (aarch64_st2_lane<VQ:mode>): Likewise.
22555 (aarch64_st3_lane<VQ:mode>): Likewise.
22556 (aarch64_st4_lane<VQ:mode>): Likewise.
22557 * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
22558 * config/aarch64/arm_neon.h
22559 (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
22560 use new macro arguments.
22561 (__ST3_LANE_FUNC): Likewise.
22562 (__ST4_LANE_FUNC): Likewise.
22563 * config/aarch64/iterators.md (V_TWO_ELEM): New.
22564 (V_THREE_ELEM): Likewise.
22565 (V_FOUR_ELEM): Likewise.
22567 2014-04-28 David Malcolm <dmalcolm@redhat.com>
22569 * doc/gimple.texi: Replace the description of the now-defunct
22570 union gimple_statement_d with a diagram showing the
22571 gimple_statement_base class hierarchy and its relationships to
22572 the GSS_ and GIMPLE_ enums.
22574 2014-04-28 James Greenhalgh <james.greenhalgh@arm.com>
22576 * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
22577 * config/aarch64/aarch64.c
22578 (aarch64_cannot_change_mode_class): Weaken conditions.
22579 (aarch64_modes_tieable_p): New.
22580 * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
22582 2014-04-28 Pat Haugen <pthaugen@us.ibm.com>
22584 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
22585 (loadsync_<mode>): Change mode.
22586 (load_quadpti, store_quadpti): New.
22587 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
22588 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
22590 2014-04-28 Martin Jambor <mjambor@suse.cz>
22592 * tree-sra.c (sra_modify_expr): Generate new memory accesses with
22593 same alias type as the original statement.
22594 (subreplacement_assignment_data): New type.
22595 (handle_unscalarized_data_in_subtree): New type of parameter,
22596 generate new memory accesses with same alias type as the original
22598 (load_assign_lhs_subreplacements): Likewise.
22599 (sra_modify_constructor_assign): Generate new memory accesses with
22600 same alias type as the original statement.
22602 2014-04-28 Richard Biener <rguenther@suse.de>
22604 * tree-pass.h (TODO_verify_il): Define.
22605 (TODO_verify_all): Complete properly.
22606 * passes.c (execute_function_todo): Move existing loop-closed
22607 SSA verification under TODO_verify_il.
22608 (execute_one_pass): Trigger TODO_verify_il at todo-after time.
22609 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
22610 Fix tree sharing issue.
22612 2014-04-28 Richard Biener <rguenther@suse.de>
22614 PR middle-end/60092
22615 * builtins.def (DEF_C11_BUILTIN): Add.
22616 (BUILT_IN_ALIGNED_ALLOC): Likewise.
22617 * coretypes.h (enum function_class): Add function_c11_misc.
22618 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
22619 BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
22620 (call_may_clobber_ref_p_1): Likewise.
22621 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
22622 (mark_all_reaching_defs_necessary_1): Likewise.
22623 (propagate_necessity): Likewise.
22624 (eliminate_unnecessary_stmts): Likewise.
22625 * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
22627 2014-04-28 Richard Biener <rguenther@suse.de>
22629 * tree-vrp.c (vrp_var_may_overflow): Remove.
22630 (vrp_visit_phi_node): Rather than bumping to +-INF possibly
22631 with overflow immediately bump to one before that value and
22632 let iteration figure out overflow status.
22634 2014-04-28 Richard Biener <rguenther@suse.de>
22636 * configure.ac: Do valgrind header checks unconditionally.
22637 Add --enable-valgrind-annotations.
22638 * system.h: Guard valgrind header inclusion with
22639 ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
22640 * alloc-pool.c (pool_alloc, pool_free): Use
22641 ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
22642 to guard possibly dead code.
22643 * config.in: Regenerated.
22644 * configure: Likewise.
22646 2014-04-28 Jeff Law <law@redhat.com>
22648 PR tree-optimization/60902
22649 * tree-ssa-threadedge.c
22650 (record_temporary_equivalences_from_stmts_at_dest): Only iterate
22651 over real defs when invalidating outputs from statements that do not
22652 produce useful outputs for threading.
22654 2014-04-28 Richard Biener <rguenther@suse.de>
22656 PR tree-optimization/60979
22657 * graphite-scop-detection.c (scopdet_basic_block_info): Reject
22658 SCOPs that end in a block with a successor with abnormal
22661 2014-04-28 Richard Biener <rguenther@suse.de>
22663 * tree-pass.h (execute_pass_list): Adjust prototype.
22664 * passes.c (pass_manager::execute_early_local_passes): Adjust.
22665 (do_per_function): Change callback signature, push all actual
22666 work to the callbals.
22667 (do_per_function_toporder): Likewise.
22668 (execute_function_dump): Adjust.
22669 (execute_function_todo): Likewise.
22670 (clear_last_verified): Likewise.
22671 (verify_curr_properties): Likewise.
22672 (update_properties_after_pass): Likewise.
22673 (execute_pass_list_1): Split out from ...
22674 (execute_pass_list): ... here. Adjust.
22675 (execute_ipa_pass_list): Likewise.
22676 * cgraphunit.c (cgraph_add_new_function): Adjust.
22677 (analyze_function): Likewise.
22678 (expand_function): Likewise.
22679 * cgraph.c (release_function_body): Free dominance info
22680 here instead of asserting it was magically freed elsewhere.
22682 2014-04-28 Eric Botcazou <ebotcazou@adacore.com>
22684 * configure.ac: Tweak GAS check for LEON instructions on SPARC.
22685 * configure: Regenerate.
22686 * config/sparc/sparc.opt (muser-mode): New option.
22687 * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
22689 (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
22690 * doc/invoke.texi (SPARC options): Document -muser-mode.
22692 2014-04-27 Richard Sandiford <rdsandiford@googlemail.com>
22694 * cselib.c (find_slot_memmode): Delete.
22695 (cselib_hasher): Change compare_type to a struct.
22696 (cselib_hasher::equal): Update accordingly. Don't expect wrapped
22698 (preserve_constants_and_equivs): Adjust for new compare_type.
22699 (cselib_find_slot): Likewise. Take the mode of the rtx as argument.
22700 (wrap_constant): Delete.
22701 (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
22703 2014-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
22705 * doc/install.texi (Building with profile feedback): Remove
22708 2014-04-26 Tom de Vries <tom@codesourcery.com>
22710 * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
22713 2014-04-25 Cary Coutant <ccoutant@google.com>
22716 * dwarf2out.c (should_move_die_to_comdat): A type definition
22717 can contain a subprogram definition, but don't move it to a
22719 (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
22720 (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
22722 (clone_tree_hash): Rename to...
22723 (clone_tree_partial): ...this; change callers. Copy
22724 DW_TAG_subprogram DIEs as declarations.
22725 (copy_decls_walk): Don't copy children of a declaration into a
22728 2014-04-25 H.J. Lu <hongjiu.lu@intel.com>
22731 * config/i386/i386.md (*movsf_internal): Set MODE to SI for
22734 2014-04-25 Jiong Wang <jiong.wang@arm.com>
22736 * config/arm/predicates.md (call_insn_operand): Add long_call check.
22737 * config/arm/arm.md (sibcall, sibcall_value): Force the address to
22739 * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
22742 2014-04-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22744 * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
22746 2014-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
22748 PR tree-optimization/60930
22749 * gimple-ssa-strength-reduction.c (create_mul_imm_cand): Reject
22750 creating a multiply candidate by folding two constant
22751 multiplicands when the result overflows.
22753 2014-04-25 Jakub Jelinek <jakub@redhat.com>
22755 PR tree-optimization/60960
22756 * tree-vect-generic.c (expand_vector_operation): Only call
22757 expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
22759 2014-04-25 Tom de Vries <tom@codesourcery.com>
22761 * expr.c (clobber_reg_mode): New function.
22762 * expr.h (clobber_reg): New function.
22764 2014-04-25 Tom de Vries <tom@codesourcery.com>
22766 * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
22769 2014-04-25 Radovan Obradovic <robradovic@mips.com>
22770 Tom de Vries <tom@codesourcery.com>
22772 * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
22774 * rtl.h (find_all_hard_reg_sets): Add bool parameter.
22775 * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
22776 new argument to find_all_hard_reg_sets call.
22778 2014-04-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22780 * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
22781 Use HOST_WIDE_INT_C for mask literal.
22782 (aarch_rev16_shleft_mask_imm_p): Likewise.
22784 2014-04-25 Eric Botcazou <ebotcazou@adacore.com>
22787 * config/sparc/sparc.md (ashlsi3_extend): Delete.
22789 2014-04-25 Marc Glisse <marc.glisse@inria.fr>
22791 PR preprocessor/56540
22792 * config/i386/i386-c.c (ix86_target_macros): Define
22793 __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
22795 2014-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22797 * configure.ac (tga_func): Remove.
22798 (LIB_TLS_SPEC): Remove.
22799 * configure: Regenerate.
22800 * config.in: Regenerate.
22801 * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
22803 2014-04-25 Richard Biener <rguenther@suse.de>
22806 * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
22807 call stmt use/clobber sets during stmt walk instead of
22808 walking the possibly incomplete set of caller edges.
22810 2014-04-25 Richard Biener <rguenther@suse.de>
22813 * passes.c (apply_ipa_transforms): Inline into only caller ...
22814 (execute_one_pass): ... here. Properly bring in function
22815 bodies for nodes we want to apply IPA transforms to.
22817 2014-04-24 Cong Hou <congh@google.com>
22819 PR tree-optimization/60896
22820 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
22821 all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
22822 (vect_mark_pattern_stmts): Set the def type of all statements in
22823 PATTERN_DEF_SEQ as vect_internal_def.
22825 2014-04-24 Michael Meissner <meissner@linux.vnet.ibm.com>
22827 * doc/extend.texi (PowerPC Built-in Functions): Document new
22828 powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
22829 (PowerPC AltiVec/VSX Built-in Functions): Likewise.
22831 * config/rs6000/predicates.md (const_0_to_3_operand): New
22832 predicate to match 0..3 integer constants.
22834 * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
22835 to support adding miscellaneous builtin functions.
22836 (BU_DFP_MISC_2): Likewise.
22837 (BU_P7_MISC_1): Likewise.
22838 (BU_P7_MISC_2): Likewise.
22839 (BU_P8V_MISC_3): Likewise.
22840 (BU_MISC_1): Likewise.
22841 (BU_MISC_2): Likewise.
22842 (DIVWE): Add extended divide builtin functions.
22843 (DIVWEO): Likewise.
22844 (DIVWEU): Likewise.
22845 (DIVWEUO): Likewise.
22847 (DIVDEO): Likewise.
22848 (DIVDEU): Likewise.
22849 (DIVDEUO): Likewise.
22850 (DXEX): Add decimal floating-point builtin functions.
22852 (DDEDPD): Likewise.
22853 (DDEDPDQ): Likewise.
22854 (DENBCD): Likewise.
22855 (DENBCDQ): Likewise.
22859 (DSCLIQ): Likewise.
22861 (DSCRIQ): Likewise.
22862 (CDTBCD): Add new BCD builtin functions.
22863 (CBCDTD): Likewise.
22864 (ADDG6S): Likewise.
22865 (BCDADD): Likewise.
22866 (BCDADD_LT): Likewise.
22867 (BCDADD_EQ): Likewise.
22868 (BCDADD_GT): Likewise.
22869 (BCDADD_OV): Likewise.
22870 (BCDSUB): Likewise.
22871 (BCDSUB_LT): Likewise.
22872 (BCDSUB_EQ): Likewise.
22873 (BCDSUB_GT): Likewise.
22874 (BCDSUB_OV): Likewise.
22875 (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
22876 (UNPACK_TD): Likewise.
22877 (PACK_TF): Likewise.
22878 (UNPACK_TF): Likewise.
22879 (UNPACK_TF_0): Likewise.
22880 (UNPACK_TF_1): Likewise.
22881 (PACK_V1TI): Likewise.
22882 (UNPACK_V1TI): Likewise.
22884 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
22885 support for decimal floating point builtin functions.
22886 (rs6000_expand_ternop_builtin): Add checks for the new builtin
22887 functions that take constant arguments.
22888 (rs6000_invalid_builtin): Add decimal floating point builtin support.
22889 (rs6000_init_builtins): Setup long double, _Decimal64, and
22890 _Decimal128 types for new builtin functions.
22891 (builtin_function_type): Set the unsigned flags appropriately for
22892 the new builtin functions.
22893 (rs6000_opt_masks): Add support for decimal floating point builtin
22896 * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
22897 floating point builtin functions.
22898 (RS6000_BTM_COMMON): Likewise.
22899 (RS6000_BTI_long_double): Likewise.
22900 (RS6000_BTI_dfloat64): Likewise.
22901 (RS6000_BTI_dfloat128): Likewise.
22902 (long_double_type_internal_node): Likewise.
22903 (dfloat64_type_internal_node): Likewise.
22904 (dfloat128_type_internal_node): Likewise.
22906 * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
22907 2.07 bcd arithmetic instructions.
22908 (UNSPEC_BCDSUB): Likewise.
22909 (UNSPEC_BCD_OVERFLOW): Likewise.
22910 (UNSPEC_BCD_ADD_SUB): Likewise.
22911 (bcd_add_sub): Likewise.
22912 (BCD_TEST): Likewise.
22913 (bcd<bcd_add_sub>): Likewise.
22914 (bcd<bcd_add_sub>_test): Likewise.
22915 (bcd<bcd_add_sub>_test2): Likewise.
22916 (bcd<bcd_add_sub>_<code>): Likewise.
22917 (peephole2 for combined bcd ops): Likewise.
22919 * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
22920 decimal floating point builtin functions.
22921 (UNSPEC_DENBCD): Likewise.
22922 (UNSPEC_DXEX): Likewise.
22923 (UNSPEC_DIEX): Likewise.
22924 (UNSPEC_DSCLI): Likewise.
22925 (UNSPEC_DSCRI): Likewise.
22926 (D64_D128): Likewise.
22927 (dfp_suffix): Likewise.
22928 (dfp_ddedpd_<mode>): Likewise.
22929 (dfp_denbcd_<mode>): Likewise.
22930 (dfp_dxex_<mode>): Likewise.
22931 (dfp_diex_<mode>): Likewise.
22932 (dfp_dscli_<mode>): Likewise.
22933 (dfp_dscri_<mode>): Likewise.
22935 * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
22937 (UNSPEC_CDTBCD): Likewise.
22938 (UNSPEC_CBCDTD): Likewise.
22939 (UNSPEC_DIVE): Add support for new extended divide builtin functions.
22940 (UNSPEC_DIVEO): Likewise.
22941 (UNSPEC_DIVEU): Likewise.
22942 (UNSPEC_DIVEUO): Likewise.
22943 (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
22944 pack/unpack 128-bit types.
22945 (UNSPEC_PACK_128BIT): Likewise.
22946 (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
22947 (udiv<mode>3): Use idiv_ldiv mode attribute.
22948 (div<mode>3): Likewise.
22949 (addg6s): Add new BCD builtin functions.
22950 (cdtbcd): Likewise.
22951 (cbcdtd): Likewise.
22952 (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
22953 (div_extend): Likewise.
22954 (div<div_extend>_<mode>"): Likewise.
22955 (FP128_64): Add support for new builtin functions to pack/unpack
22957 (unpack<mode>): Likewise.
22958 (unpacktf_0): Likewise.
22959 (unpacktf_1): Likewise.
22960 (unpack<mode>_dm): Likewise.
22961 (unpack<mode>_nodm): Likewise.
22962 (pack<mode>): Likewise.
22963 (unpackv1ti): Likewise.
22964 (packv1ti): Likewise.
22966 2014-04-24 Vishnu K S <Vishnu.k_s@atmel.com>
22968 * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
22971 2014-04-24 Jakub Jelinek <jakub@redhat.com>
22973 * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
22974 * gimplify.c (omp_is_private): Change last argument's type to int.
22975 Only diagnose lastprivate if the simd argument is 1, only diagnose
22976 linear if the simd argument is 2.
22977 (gimplify_omp_for): Adjust omp_is_private callers. When adding
22978 lastprivate or private, add the clause to OMP_FOR_CLAUSES. Pass
22979 GOVD_EXPLICIT to omp_add_variable. For simd with collapse == 1
22980 create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
22981 If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
22982 increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
22983 * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
22984 OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
22985 * tree-nested.c (convert_nonlocal_omp_clauses,
22986 convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
22988 2014-04-24 Segher Boessenkool <segher@kernel.crashing.org>
22991 * config/m68k/m68k.md (extendplussidi): Don't allow memory for
22994 2014-04-24 Dimitris Papavasiliou <dpapavas@gmail.com>
22996 * flag-types.h (enum ivar_visibility): Add.
22998 2014-04-24 Trevor Saunders <tsaunders@mozilla.com>
23000 * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
23001 function * argument.
23003 2014-04-24 Alan Lawrence <alan.lawrence@arm.com>
23005 * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
23007 2014-04-24 Radovan Obradovic <robradovic@mips.com>
23008 Tom de Vries <tom@codesourcery.com>
23010 * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
23011 * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
23013 * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
23014 * emit-rtl.c (try_split): Same.
23016 2014-04-24 Radovan Obradovic <robradovic@mips.com>
23017 Tom de Vries <tom@codesourcery.com>
23019 * common.opt (fuse-caller-save): New option.
23021 2014-04-24 Tejas Belagod <tejas.belagod@arm.com>
23023 * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
23024 elements for big-endian.
23026 2014-04-24 Richard Biener <rguenther@suse.de>
23028 * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
23029 during TER and instead use the sepops interface for expanding
23030 non-GIMPLE_SINGLE_RHS.
23032 2014-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23034 * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
23035 if not HAVE_AS_IX86_DIFF_SECT_DELTA.
23037 2014-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23039 * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
23040 assembler 64-bit option.
23041 * configure: Regenerate.
23043 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23045 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
23046 TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
23047 (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
23048 (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
23049 (TARGET_CRYPTO): Take TARGET_SIMD into account.
23051 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23053 * config/aarch64/aarch64-builtins.c
23054 (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
23055 BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
23056 * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
23057 * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
23059 * config/aarch64/iterator.md (VDQHSD): New mode iterator.
23060 (Vrevsuff): New mode attribute.
23062 2014-04-24 Terry Guo <terry.guo@arm.com>
23064 * config/arm/arm.h (machine_function): Define variable
23065 after_arm_reorg here.
23066 * config/arm/arm.c (after_arm_reorg): Remove the definition.
23067 (arm_split_constant): Update the way to access variable
23069 (arm_reorg): Ditto.
23070 (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
23072 2014-04-23 Tom de Vries <tom@codesourcery.com>
23074 * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
23076 2014-04-23 David Malcolm <dmalcolm@redhat.com>
23078 * is-a.h: Update comments to reflect the following changes to the
23079 "pointerness" of the API, making the template parameter match the
23080 return type, allowing use of is-a.h with typedefs of pointers.
23081 (is_a_helper::cast): Return a T rather then a pointer to a T, so
23082 that the return type matches the parameter to the is_a_helper.
23084 (dyn_cast): Likewise.
23086 * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
23087 pointer from the is-a.h API.
23089 * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
23090 (is_a_helper <cgraph_node *>::test): ...this, matching change to
23092 (is_a_helper <varpool_node>::test): Likewise, convert to...
23093 (is_a_helper <varpool_node *>::test): ...this.
23095 (varpool_first_variable): Update for removal of implicit pointer
23096 from the is-a.h API.
23097 (varpool_next_variable): Likewise.
23098 (varpool_first_static_initializer): Likewise.
23099 (varpool_next_static_initializer): Likewise.
23100 (varpool_first_defined_variable): Likewise.
23101 (varpool_next_defined_variable): Likewise.
23102 (cgraph_first_defined_function): Likewise.
23103 (cgraph_next_defined_function): Likewise.
23104 (cgraph_first_function): Likewise.
23105 (cgraph_next_function): Likewise.
23106 (cgraph_first_function_with_gimple_body): Likewise.
23107 (cgraph_next_function_with_gimple_body): Likewise.
23108 (cgraph_alias_target): Likewise.
23109 (varpool_alias_target): Likewise.
23110 (cgraph_function_or_thunk_node): Likewise.
23111 (varpool_variable_node): Likewise.
23112 (symtab_real_symbol_p): Likewise.
23113 * cgraphunit.c (referred_to_p): Likewise.
23114 (analyze_functions): Likewise.
23115 (handle_alias_pairs): Likewise.
23116 * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
23117 * gimple-ssa.h (gimple_vuse_op): Likewise.
23118 (gimple_vdef_op): Likewise.
23119 * gimple-streamer-in.c (input_gimple_stmt): Likewise.
23120 * gimple.c (gimple_build_asm_1): Likewise.
23121 (gimple_build_try): Likewise.
23122 (gimple_build_resx): Likewise.
23123 (gimple_build_eh_dispatch): Likewise.
23124 (gimple_build_omp_for): Likewise.
23125 (gimple_omp_for_set_clauses): Likewise.
23127 * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
23128 (is_a_helper <gimple_statement_asm *>::test): ...this.
23129 (is_a_helper <gimple_statement_bind>::test): Convert to...
23130 (is_a_helper <gimple_statement_bind *>::test): ...this.
23131 (is_a_helper <gimple_statement_call>::test): Convert to...
23132 (is_a_helper <gimple_statement_call *>::test): ...this.
23133 (is_a_helper <gimple_statement_catch>::test): Convert to...
23134 (is_a_helper <gimple_statement_catch *>::test): ...this.
23135 (is_a_helper <gimple_statement_resx>::test): Convert to...
23136 (is_a_helper <gimple_statement_resx *>::test): ...this.
23137 (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
23138 (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
23139 (is_a_helper <gimple_statement_eh_else>::test): Convert to...
23140 (is_a_helper <gimple_statement_eh_else *>::test): ...this.
23141 (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
23142 (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
23143 (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
23144 (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
23145 (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
23146 (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
23147 (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
23148 (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
23149 (is_a_helper <gimple_statement_omp_return>::test): Convert to...
23150 (is_a_helper <gimple_statement_omp_return *>::test): ...this.
23151 (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
23152 (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
23153 (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
23154 (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
23155 (is_a_helper <gimple_statement_omp_for>::test): Convert to...
23156 (is_a_helper <gimple_statement_omp_for *>::test): ...this.
23157 (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
23158 (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
23159 (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
23160 (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
23161 (is_a_helper <gimple_statement_omp_target>::test): Convert to...
23162 (is_a_helper <gimple_statement_omp_target *>::test): ...this.
23163 (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
23164 (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
23165 (is_a_helper <gimple_statement_omp_single>::test): Convert to...
23166 (is_a_helper <gimple_statement_omp_single *>::test): ...this.
23167 (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
23168 (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
23169 (is_a_helper <gimple_statement_omp_task>::test): Convert to...
23170 (is_a_helper <gimple_statement_omp_task *>::test): ...this.
23171 (is_a_helper <gimple_statement_phi>::test): Convert to...
23172 (is_a_helper <gimple_statement_phi *>::test): ...this.
23173 (is_a_helper <gimple_statement_transaction>::test): Convert to...
23174 (is_a_helper <gimple_statement_transaction *>::test): ...this.
23175 (is_a_helper <gimple_statement_try>::test): Convert to...
23176 (is_a_helper <gimple_statement_try *>::test): ...this.
23177 (is_a_helper <gimple_statement_wce>::test): Convert to...
23178 (is_a_helper <gimple_statement_wce *>::test): ...this.
23179 (is_a_helper <const gimple_statement_asm>::test): Convert to...
23180 (is_a_helper <const gimple_statement_asm *>::test): ...this.
23181 (is_a_helper <const gimple_statement_bind>::test): Convert to...
23182 (is_a_helper <const gimple_statement_bind *>::test): ...this.
23183 (is_a_helper <const gimple_statement_call>::test): Convert to...
23184 (is_a_helper <const gimple_statement_call *>::test): ...this.
23185 (is_a_helper <const gimple_statement_catch>::test): Convert to...
23186 (is_a_helper <const gimple_statement_catch *>::test): ...this.
23187 (is_a_helper <const gimple_statement_resx>::test): Convert to...
23188 (is_a_helper <const gimple_statement_resx *>::test): ...this.
23189 (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
23190 (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
23191 (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
23192 (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
23193 (is_a_helper <const gimple_statement_omp_atomic_load>::test):
23195 (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
23197 (is_a_helper <const gimple_statement_omp_atomic_store>::test):
23199 (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
23201 (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
23202 (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
23203 (is_a_helper <const gimple_statement_omp_continue>::test): Convert
23205 (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
23206 (is_a_helper <const gimple_statement_omp_critical>::test): Convert
23208 (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
23209 (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
23210 (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
23211 (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
23212 (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
23213 (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
23215 (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
23216 (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
23217 (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
23218 (is_a_helper <const gimple_statement_omp_sections>::test): Convert
23220 (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
23221 (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
23222 (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
23223 (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
23224 (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
23225 (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
23226 (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
23227 (is_a_helper <const gimple_statement_phi>::test): Convert to...
23228 (is_a_helper <const gimple_statement_phi *>::test): ...this.
23229 (is_a_helper <const gimple_statement_transaction>::test): Convert to...
23230 (is_a_helper <const gimple_statement_transaction *>::test): ...this.
23231 (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
23232 (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
23233 (is_a_helper <gimple_statement_with_ops>::test): Convert to...
23234 (is_a_helper <gimple_statement_with_ops *>::test): ...this.
23235 (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
23237 (is_a_helper <const gimple_statement_with_memory_ops *>::test):
23239 (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
23240 (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
23242 (gimple_use_ops): Update for removal of implicit pointer from the
23244 (gimple_set_use_ops): Likewise.
23245 (gimple_vuse): Likewise.
23246 (gimple_vdef): Likewise.
23247 (gimple_vuse_ptr): Likewise.
23248 (gimple_vdef_ptr): Likewise.
23249 (gimple_set_vuse): Likewise.
23250 (gimple_set_vdef): Likewise.
23251 (gimple_omp_return_set_lhs): Likewise.
23252 (gimple_omp_return_lhs): Likewise.
23253 (gimple_omp_return_lhs_ptr): Likewise.
23254 (gimple_call_fntype): Likewise.
23255 (gimple_call_set_fntype): Likewise.
23256 (gimple_call_set_internal_fn): Likewise.
23257 (gimple_call_use_set): Likewise.
23258 (gimple_call_clobber_set): Likewise.
23259 (gimple_bind_vars): Likewise.
23260 (gimple_bind_set_vars): Likewise.
23261 (gimple_bind_body_ptr): Likewise.
23262 (gimple_bind_set_body): Likewise.
23263 (gimple_bind_add_stmt): Likewise.
23264 (gimple_bind_block): Likewise.
23265 (gimple_bind_set_block): Likewise.
23266 (gimple_asm_ninputs): Likewise.
23267 (gimple_asm_noutputs): Likewise.
23268 (gimple_asm_nclobbers): Likewise.
23269 (gimple_asm_nlabels): Likewise.
23270 (gimple_asm_input_op): Likewise.
23271 (gimple_asm_input_op_ptr): Likewise.
23272 (gimple_asm_output_op): Likewise.
23273 (gimple_asm_output_op_ptr): Likewise.
23274 (gimple_asm_set_output_op): Likewise.
23275 (gimple_asm_clobber_op): Likewise.
23276 (gimple_asm_set_clobber_op): Likewise.
23277 (gimple_asm_label_op): Likewise.
23278 (gimple_asm_set_label_op): Likewise.
23279 (gimple_asm_string): Likewise.
23280 (gimple_catch_types): Likewise.
23281 (gimple_catch_types_ptr): Likewise.
23282 (gimple_catch_handler_ptr): Likewise.
23283 (gimple_catch_set_types): Likewise.
23284 (gimple_catch_set_handler): Likewise.
23285 (gimple_eh_filter_types): Likewise.
23286 (gimple_eh_filter_types_ptr): Likewise.
23287 (gimple_eh_filter_failure_ptr): Likewise.
23288 (gimple_eh_filter_set_types): Likewise.
23289 (gimple_eh_filter_set_failure): Likewise.
23290 (gimple_eh_must_not_throw_fndecl): Likewise.
23291 (gimple_eh_must_not_throw_set_fndecl): Likewise.
23292 (gimple_eh_else_n_body_ptr): Likewise.
23293 (gimple_eh_else_e_body_ptr): Likewise.
23294 (gimple_eh_else_set_n_body): Likewise.
23295 (gimple_eh_else_set_e_body): Likewise.
23296 (gimple_try_eval_ptr): Likewise.
23297 (gimple_try_cleanup_ptr): Likewise.
23298 (gimple_try_set_eval): Likewise.
23299 (gimple_try_set_cleanup): Likewise.
23300 (gimple_wce_cleanup_ptr): Likewise.
23301 (gimple_wce_set_cleanup): Likewise.
23302 (gimple_phi_capacity): Likewise.
23303 (gimple_phi_num_args): Likewise.
23304 (gimple_phi_result): Likewise.
23305 (gimple_phi_result_ptr): Likewise.
23306 (gimple_phi_set_result): Likewise.
23307 (gimple_phi_arg): Likewise.
23308 (gimple_phi_set_arg): Likewise.
23309 (gimple_resx_region): Likewise.
23310 (gimple_resx_set_region): Likewise.
23311 (gimple_eh_dispatch_region): Likewise.
23312 (gimple_eh_dispatch_set_region): Likewise.
23313 (gimple_omp_critical_name): Likewise.
23314 (gimple_omp_critical_name_ptr): Likewise.
23315 (gimple_omp_critical_set_name): Likewise.
23316 (gimple_omp_for_clauses): Likewise.
23317 (gimple_omp_for_clauses_ptr): Likewise.
23318 (gimple_omp_for_set_clauses): Likewise.
23319 (gimple_omp_for_collapse): Likewise.
23320 (gimple_omp_for_index): Likewise.
23321 (gimple_omp_for_index_ptr): Likewise.
23322 (gimple_omp_for_set_index): Likewise.
23323 (gimple_omp_for_initial): Likewise.
23324 (gimple_omp_for_initial_ptr): Likewise.
23325 (gimple_omp_for_set_initial): Likewise.
23326 (gimple_omp_for_final): Likewise.
23327 (gimple_omp_for_final_ptr): Likewise.
23328 (gimple_omp_for_set_final): Likewise.
23329 (gimple_omp_for_incr): Likewise.
23330 (gimple_omp_for_incr_ptr): Likewise.
23331 (gimple_omp_for_set_incr): Likewise.
23332 (gimple_omp_for_pre_body_ptr): Likewise.
23333 (gimple_omp_for_set_pre_body): Likewise.
23334 (gimple_omp_parallel_clauses): Likewise.
23335 (gimple_omp_parallel_clauses_ptr): Likewise.
23336 (gimple_omp_parallel_set_clauses): Likewise.
23337 (gimple_omp_parallel_child_fn): Likewise.
23338 (gimple_omp_parallel_child_fn_ptr): Likewise.
23339 (gimple_omp_parallel_set_child_fn): Likewise.
23340 (gimple_omp_parallel_data_arg): Likewise.
23341 (gimple_omp_parallel_data_arg_ptr): Likewise.
23342 (gimple_omp_parallel_set_data_arg): Likewise.
23343 (gimple_omp_task_clauses): Likewise.
23344 (gimple_omp_task_clauses_ptr): Likewise.
23345 (gimple_omp_task_set_clauses): Likewise.
23346 (gimple_omp_task_child_fn): Likewise.
23347 (gimple_omp_task_child_fn_ptr): Likewise.
23348 (gimple_omp_task_set_child_fn): Likewise.
23349 (gimple_omp_task_data_arg): Likewise.
23350 (gimple_omp_task_data_arg_ptr): Likewise.
23351 (gimple_omp_task_set_data_arg): Likewise.
23352 (gimple_omp_taskreg_clauses): Likewise.
23353 (gimple_omp_taskreg_clauses_ptr): Likewise.
23354 (gimple_omp_taskreg_set_clauses): Likewise.
23355 (gimple_omp_taskreg_child_fn): Likewise.
23356 (gimple_omp_taskreg_child_fn_ptr): Likewise.
23357 (gimple_omp_taskreg_set_child_fn): Likewise.
23358 (gimple_omp_taskreg_data_arg): Likewise.
23359 (gimple_omp_taskreg_data_arg_ptr): Likewise.
23360 (gimple_omp_taskreg_set_data_arg): Likewise.
23361 (gimple_omp_task_copy_fn): Likewise.
23362 (gimple_omp_task_copy_fn_ptr): Likewise.
23363 (gimple_omp_task_set_copy_fn): Likewise.
23364 (gimple_omp_task_arg_size): Likewise.
23365 (gimple_omp_task_arg_size_ptr): Likewise.
23366 (gimple_omp_task_set_arg_size): Likewise.
23367 (gimple_omp_task_arg_align): Likewise.
23368 (gimple_omp_task_arg_align_ptr): Likewise.
23369 (gimple_omp_task_set_arg_align): Likewise.
23370 (gimple_omp_single_clauses): Likewise.
23371 (gimple_omp_single_clauses_ptr): Likewise.
23372 (gimple_omp_single_set_clauses): Likewise.
23373 (gimple_omp_target_clauses): Likewise.
23374 (gimple_omp_target_clauses_ptr): Likewise.
23375 (gimple_omp_target_set_clauses): Likewise.
23376 (gimple_omp_target_child_fn): Likewise.
23377 (gimple_omp_target_child_fn_ptr): Likewise.
23378 (gimple_omp_target_set_child_fn): Likewise.
23379 (gimple_omp_target_data_arg): Likewise.
23380 (gimple_omp_target_data_arg_ptr): Likewise.
23381 (gimple_omp_target_set_data_arg): Likewise.
23382 (gimple_omp_teams_clauses): Likewise.
23383 (gimple_omp_teams_clauses_ptr): Likewise.
23384 (gimple_omp_teams_set_clauses): Likewise.
23385 (gimple_omp_sections_clauses): Likewise.
23386 (gimple_omp_sections_clauses_ptr): Likewise.
23387 (gimple_omp_sections_set_clauses): Likewise.
23388 (gimple_omp_sections_control): Likewise.
23389 (gimple_omp_sections_control_ptr): Likewise.
23390 (gimple_omp_sections_set_control): Likewise.
23391 (gimple_omp_for_set_cond): Likewise.
23392 (gimple_omp_for_cond): Likewise.
23393 (gimple_omp_atomic_store_set_val): Likewise.
23394 (gimple_omp_atomic_store_val): Likewise.
23395 (gimple_omp_atomic_store_val_ptr): Likewise.
23396 (gimple_omp_atomic_load_set_lhs): Likewise.
23397 (gimple_omp_atomic_load_lhs): Likewise.
23398 (gimple_omp_atomic_load_lhs_ptr): Likewise.
23399 (gimple_omp_atomic_load_set_rhs): Likewise.
23400 (gimple_omp_atomic_load_rhs): Likewise.
23401 (gimple_omp_atomic_load_rhs_ptr): Likewise.
23402 (gimple_omp_continue_control_def): Likewise.
23403 (gimple_omp_continue_control_def_ptr): Likewise.
23404 (gimple_omp_continue_set_control_def): Likewise.
23405 (gimple_omp_continue_control_use): Likewise.
23406 (gimple_omp_continue_control_use_ptr): Likewise.
23407 (gimple_omp_continue_set_control_use): Likewise.
23408 (gimple_transaction_body_ptr): Likewise.
23409 (gimple_transaction_label): Likewise.
23410 (gimple_transaction_label_ptr): Likewise.
23411 (gimple_transaction_set_body): Likewise.
23412 (gimple_transaction_set_label): Likewise.
23414 * ipa-devirt.c (build_type_inheritance_graph): Likewise.
23415 * ipa-inline-analysis.c (inline_write_summary): Likewise.
23416 * ipa-ref.c (ipa_record_reference): Likewise.
23417 * ipa-reference.c (analyze_function): Likewise.
23418 (ipa_reference_write_optimization_summary): Likewise.
23419 * ipa.c (symtab_remove_unreachable_nodes): Likewise.
23420 (address_taken_from_non_vtable_p): Likewise.
23421 (comdat_can_be_unshared_p_1): Likewise.
23422 * lto-cgraph.c (lto_output_ref): Likewise.
23423 (add_references): Likewise.
23424 (compute_ltrans_boundary): Likewise.
23425 (output_symtab): Likewise.
23426 (input_ref): Likewise.
23427 (input_cgraph_1): Likewise.
23428 (output_cgraph_opt_summary): Likewise.
23429 * lto-streamer-out.c (lto_output): Likewise.
23430 (output_symbol_p): Likewise.
23431 * lto-streamer.h (lsei_next_function_in_partition): Likewise.
23432 (lsei_start_function_in_partition): Likewise.
23433 (lsei_next_variable_in_partition): Likewise.
23434 (lsei_start_variable_in_partition): Likewise.
23435 * symtab.c (insert_to_assembler_name_hash): Likewise.
23436 (unlink_from_assembler_name_hash): Likewise.
23437 (symtab_unregister_node): Likewise.
23438 (symtab_remove_node): Likewise.
23439 (dump_symtab_node): Likewise.
23440 (verify_symtab_base): Likewise.
23441 (verify_symtab_node): Likewise.
23442 (symtab_make_decl_local): Likewise.
23443 (symtab_alias_ultimate_target): Likewise.
23444 (symtab_resolve_alias): Likewise.
23445 (symtab_get_symbol_partitioning_class): Likewise.
23446 * tree-phinodes.c (allocate_phi_node): Likewise.
23447 (reserve_phi_args_for_new_edge): Likewise.
23448 (remove_phi_args): Likewise.
23449 * varpool.c (varpool_node_for_asm): Likewise.
23450 (varpool_remove_unreferenced_decls): Likewise.
23452 2014-04-23 Jeff Law <law@redhat.com>
23454 PR tree-optimization/60902
23455 * tree-ssa-threadedge.c
23456 (record_temporary_equivalences_from_stmts_at_dest): Make sure to
23457 invalidate outputs from statements that do not produce useful
23458 outputs for threading.
23460 2014-04-23 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
23462 * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
23463 (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
23464 machine descriptions for Stack Smashing Protector.
23466 2014-04-23 Richard Earnshaw <rearnsha@arm.com>
23468 * aarch64.md (<optab>_rol<mode>3): New pattern.
23469 (<optab>_rolsi3_uxtw): Likewise.
23470 * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
23472 2014-04-23 James Greenhalgh <james.greenhalgh@arm.com>
23474 * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
23475 (arm_cortex_a12_tune): Likewise.
23477 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23479 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
23481 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23483 * config/arm/arm.md (arm_rev16si2): New pattern.
23484 (arm_rev16si2_alt): Likewise.
23485 * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
23487 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23489 * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
23490 (rev16<mode>2_alt): Likewise.
23491 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
23492 * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
23493 (aarch_rev16_shleft_mask_imm_p): Likewise.
23494 (aarch_rev16_p_1): Likewise.
23495 (aarch_rev16_p): Likewise.
23496 * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
23497 (aarch_rev16_shright_mask_imm_p): Likewise.
23498 (aarch_rev16_shleft_mask_imm_p): Likewise.
23500 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23502 * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
23503 * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
23505 (cortex_a53_extra_costs): Likewise.
23506 (cortex_a57_extra_costs): Likewise.
23507 * config/arm/arm.c (cortexa9_extra_costs): Likewise.
23508 (cortexa7_extra_costs): Likewise.
23509 (cortexa8_extra_costs): Likewise.
23510 (cortexa12_extra_costs): Likewise.
23511 (cortexa15_extra_costs): Likewise.
23512 (v7m_extra_costs): Likewise.
23513 (arm_new_rtx_costs): Handle BSWAP.
23515 2013-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23517 * config/arm/arm.c (cortexa8_extra_costs): New table.
23518 (arm_cortex_a8_tune): New tuning struct.
23519 * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
23521 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23523 * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
23525 2014-04-23 Richard Biener <rguenther@suse.de>
23527 * Makefile.in (OBJS): Remove loop-unswitch.o.
23528 * tree-pass.h (make_pass_rtl_unswitch): Remove.
23529 * passes.def (pass_rtl_unswitch): Likewise.
23530 * loop-init.c (gate_rtl_unswitch): Likewise.
23531 (rtl_unswitch): Likewise.
23532 (pass_data_rtl_unswitch): Likewise.
23533 (pass_rtl_unswitch): Likewise.
23534 (make_pass_rtl_unswitch): Likewise.
23535 * rtl.h (reversed_condition): Likewise.
23536 (compare_and_jump_seq): Likewise.
23537 * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
23539 * loop-unroll.c (compare_and_jump_seq): Likewise.
23541 2014-04-23 Richard Biener <rguenther@suse.de>
23543 PR tree-optimization/60903
23544 * tree-ssa-loop-im.c (analyze_memory_references): Remove
23545 commented code block.
23546 (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
23547 loop flags to newly created BBs and edges.
23549 2014-04-23 Nick Clifton <nickc@redhat.com>
23551 * config/msp430/msp430.c (msp430_handle_option): Move function
23553 (msp430_option_override): Simplify mcu and mcpu option handling.
23554 (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult. Add
23555 support for -mhwmult command line option.
23556 (has_32bit_hwmult): Rename to use_32bit_hwmult. Add support for
23557 -mhwmult command line option.
23558 (msp430_hwmult_enabled): Delete.
23559 (msp43o_output_labelref): Add support for -mhwmult command line option.
23560 * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
23561 (umulsidi3): Likewise.
23562 * config/msp430/msp430.opt (mmcu): Add Report attribute.
23563 (mcpu, mlarge, msmall): Likewise.
23564 (mhwmult): New option.
23565 * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
23567 (msp430_is_f5_mcu): Remove prototype.
23568 (msp430_use_f5_series_hwmult): Add prototype.
23569 * config/msp430/msp430-opts.h: New file.
23570 * common/config/msp430: New directory.
23571 * common/config/msp430/msp430-common.c: New file.
23572 * config.gcc (msp430): Remove target_has_targetm_common.
23573 * doc/invoke.texi: Document -mhwmult command line option.
23575 2014-04-23 Nick Clifton <nickc@redhat.com>
23577 * config/i386/cygwin.h (ENDFILE_SPEC): Include
23578 default-manifest.o if it can be found in the search path.
23579 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
23581 2014-04-23 Terry Guo <terry.guo@arm.com>
23583 * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
23585 2014-04-23 Richard Biener <rguenther@suse.de>
23587 PR middle-end/60895
23588 * tree-inline.c (declare_return_variable): Use mark_addressable.
23590 2014-04-23 Richard Biener <rguenther@suse.de>
23592 PR middle-end/60891
23593 * loop-init.c (loop_optimizer_init): Make sure to apply
23594 LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
23596 2014-04-22 Jakub Jelinek <jakub@redhat.com>
23599 * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
23601 * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
23602 if flag_sanitize_undefined_trap_on_error.
23603 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
23604 BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
23605 BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
23606 BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
23607 BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
23608 BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
23609 BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
23610 BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
23611 BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
23612 * ubsan.c (ubsan_instrument_unreachable): Return
23613 __builtin_trap () if flag_sanitize_undefined_trap_on_error.
23614 (ubsan_expand_null_ifn): Emit __builtin_trap ()
23615 if flag_sanitize_undefined_trap_on_error and
23616 __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
23617 (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
23618 instrument_bool_enum_load): Emit __builtin_trap () if
23619 flag_sanitize_undefined_trap_on_error and
23620 __builtin_handle_*_abort () if !flag_sanitize_recover.
23621 * doc/invoke.texi (-fsanitize-recover,
23622 -fsanitize-undefined-trap-on-error): Document.
23624 2014-04-22 Christian Bruel <christian.bruel@st.com>
23626 * config/sh/sh.md (mov<mode>): Replace movQIHI.
23627 Force immediates to SImode.
23629 2014-04-22 Sandra Loosemore <sandra@codesourcery.com>
23631 * config/nios2/nios2.md (UNSPEC_ROUND): New.
23632 (lroundsfsi2): New.
23633 * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
23634 * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
23635 * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
23636 (nios2_fpu_insn): Add entry for round.
23637 (N2FPU_NO_ERRNO_P): Define.
23638 (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
23640 * doc/invoke.texi (Nios II Options): Document -mcustom-round.
23642 2014-04-22 Richard Henderson <rth@redhat.com>
23644 * config/aarch64/aarch64 (addti3, subti3): New expanders.
23645 (add<GPI>3_compare0): Remove leading * from name.
23646 (add<GPI>3_carryin): Likewise.
23647 (sub<GPI>3_compare0): Likewise.
23648 (sub<GPI>3_carryin): Likewise.
23649 (<su_optab>mulditi3): New expander.
23650 (multi3): New expander.
23651 (madd<GPI>): Remove leading * from name.
23653 2014-04-22 Martin Jambor <mjambor@suse.cz>
23655 * cgraphclones.c (cgraph_function_versioning): Copy
23656 ipa_transforms_to_apply instead of asserting it is empty.
23658 2014-04-22 H.J. Lu <hongjiu.lu@intel.com>
23661 * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
23662 on count_exp to get mode.
23664 2014-04-22 Andrew Pinski <apinski@cavium.com>
23666 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
23667 Handle TLS for ILP32.
23668 * config/aarch64/aarch64.md (tlsie_small): Rename to ...
23669 (tlsie_small_<mode>): this and handle PTR.
23670 (tlsie_small_sidi): New pattern.
23671 (tlsle_small): Change to an expand to handle ILP32.
23672 (tlsle_small_<mode>): New pattern.
23673 (tlsdesc_small): Rename to ...
23674 (tlsdesc_small_<mode>): this and handle PTR.
23676 2014-04-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23678 * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
23680 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
23682 * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
23683 (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
23684 (aarch64_types_signed_poly_qualifiers): Likewise.
23685 (aarch64_types_unsigned_signed_qualifiers): Likewise.
23686 (aarch64_types_poly_signed_qualifiers): Likewise.
23687 (TYPES_REINTERP_SS): Type macro added.
23688 (TYPES_REINTERP_SU): Likewise.
23689 (TYPES_REINTERP_SP): Likewise.
23690 (TYPES_REINTERP_US): Likewise.
23691 (TYPES_REINTERP_PS): Likewise.
23692 (aarch64_fold_builtin): New expression folding added.
23693 * config/aarch64/aarch64-simd-builtins.def (REINTERP):
23694 Declarations removed.
23695 (REINTERP_SS): Declarations added.
23696 (REINTERP_US): Likewise.
23697 (REINTERP_PS): Likewise.
23698 (REINTERP_SU): Likewise.
23699 (REINTERP_SP): Likewise.
23700 * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
23701 (vreinterpretq_p8_f64): Likewise.
23702 (vreinterpret_p16_f64): Likewise.
23703 (vreinterpretq_p16_f64): Likewise.
23704 (vreinterpret_f32_f64): Likewise.
23705 (vreinterpretq_f32_f64): Likewise.
23706 (vreinterpret_f64_f32): Likewise.
23707 (vreinterpret_f64_p8): Likewise.
23708 (vreinterpret_f64_p16): Likewise.
23709 (vreinterpret_f64_s8): Likewise.
23710 (vreinterpret_f64_s16): Likewise.
23711 (vreinterpret_f64_s32): Likewise.
23712 (vreinterpret_f64_s64): Likewise.
23713 (vreinterpret_f64_u8): Likewise.
23714 (vreinterpret_f64_u16): Likewise.
23715 (vreinterpret_f64_u32): Likewise.
23716 (vreinterpret_f64_u64): Likewise.
23717 (vreinterpretq_f64_f32): Likewise.
23718 (vreinterpretq_f64_p8): Likewise.
23719 (vreinterpretq_f64_p16): Likewise.
23720 (vreinterpretq_f64_s8): Likewise.
23721 (vreinterpretq_f64_s16): Likewise.
23722 (vreinterpretq_f64_s32): Likewise.
23723 (vreinterpretq_f64_s64): Likewise.
23724 (vreinterpretq_f64_u8): Likewise.
23725 (vreinterpretq_f64_u16): Likewise.
23726 (vreinterpretq_f64_u32): Likewise.
23727 (vreinterpretq_f64_u64): Likewise.
23728 (vreinterpret_s64_f64): Likewise.
23729 (vreinterpretq_s64_f64): Likewise.
23730 (vreinterpret_u64_f64): Likewise.
23731 (vreinterpretq_u64_f64): Likewise.
23732 (vreinterpret_s8_f64): Likewise.
23733 (vreinterpretq_s8_f64): Likewise.
23734 (vreinterpret_s16_f64): Likewise.
23735 (vreinterpretq_s16_f64): Likewise.
23736 (vreinterpret_s32_f64): Likewise.
23737 (vreinterpretq_s32_f64): Likewise.
23738 (vreinterpret_u8_f64): Likewise.
23739 (vreinterpretq_u8_f64): Likewise.
23740 (vreinterpret_u16_f64): Likewise.
23741 (vreinterpretq_u16_f64): Likewise.
23742 (vreinterpret_u32_f64): Likewise.
23743 (vreinterpretq_u32_f64): Likewise.
23745 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
23747 * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
23748 * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
23749 (vreinterpret_p8_s8): Likewise.
23750 * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
23751 (vreinterpret_p8_s16): Likewise.
23752 (vreinterpret_p8_s32): Likewise.
23753 (vreinterpret_p8_s64): Likewise.
23754 (vreinterpret_p8_f32): Likewise.
23755 (vreinterpret_p8_u8): Likewise.
23756 (vreinterpret_p8_u16): Likewise.
23757 (vreinterpret_p8_u32): Likewise.
23758 (vreinterpret_p8_u64): Likewise.
23759 (vreinterpret_p8_p16): Likewise.
23760 (vreinterpretq_p8_s8): Likewise.
23761 (vreinterpretq_p8_s16): Likewise.
23762 (vreinterpretq_p8_s32): Likewise.
23763 (vreinterpretq_p8_s64): Likewise.
23764 (vreinterpretq_p8_f32): Likewise.
23765 (vreinterpretq_p8_u8): Likewise.
23766 (vreinterpretq_p8_u16): Likewise.
23767 (vreinterpretq_p8_u32): Likewise.
23768 (vreinterpretq_p8_u64): Likewise.
23769 (vreinterpretq_p8_p16): Likewise.
23770 (vreinterpret_p16_s8): Likewise.
23771 (vreinterpret_p16_s16): Likewise.
23772 (vreinterpret_p16_s32): Likewise.
23773 (vreinterpret_p16_s64): Likewise.
23774 (vreinterpret_p16_f32): Likewise.
23775 (vreinterpret_p16_u8): Likewise.
23776 (vreinterpret_p16_u16): Likewise.
23777 (vreinterpret_p16_u32): Likewise.
23778 (vreinterpret_p16_u64): Likewise.
23779 (vreinterpret_p16_p8): Likewise.
23780 (vreinterpretq_p16_s8): Likewise.
23781 (vreinterpretq_p16_s16): Likewise.
23782 (vreinterpretq_p16_s32): Likewise.
23783 (vreinterpretq_p16_s64): Likewise.
23784 (vreinterpretq_p16_f32): Likewise.
23785 (vreinterpretq_p16_u8): Likewise.
23786 (vreinterpretq_p16_u16): Likewise.
23787 (vreinterpretq_p16_u32): Likewise.
23788 (vreinterpretq_p16_u64): Likewise.
23789 (vreinterpretq_p16_p8): Likewise.
23790 (vreinterpret_f32_s8): Likewise.
23791 (vreinterpret_f32_s16): Likewise.
23792 (vreinterpret_f32_s32): Likewise.
23793 (vreinterpret_f32_s64): Likewise.
23794 (vreinterpret_f32_u8): Likewise.
23795 (vreinterpret_f32_u16): Likewise.
23796 (vreinterpret_f32_u32): Likewise.
23797 (vreinterpret_f32_u64): Likewise.
23798 (vreinterpret_f32_p8): Likewise.
23799 (vreinterpret_f32_p16): Likewise.
23800 (vreinterpretq_f32_s8): Likewise.
23801 (vreinterpretq_f32_s16): Likewise.
23802 (vreinterpretq_f32_s32): Likewise.
23803 (vreinterpretq_f32_s64): Likewise.
23804 (vreinterpretq_f32_u8): Likewise.
23805 (vreinterpretq_f32_u16): Likewise.
23806 (vreinterpretq_f32_u32): Likewise.
23807 (vreinterpretq_f32_u64): Likewise.
23808 (vreinterpretq_f32_p8): Likewise.
23809 (vreinterpretq_f32_p16): Likewise.
23810 (vreinterpret_s64_s8): Likewise.
23811 (vreinterpret_s64_s16): Likewise.
23812 (vreinterpret_s64_s32): Likewise.
23813 (vreinterpret_s64_f32): Likewise.
23814 (vreinterpret_s64_u8): Likewise.
23815 (vreinterpret_s64_u16): Likewise.
23816 (vreinterpret_s64_u32): Likewise.
23817 (vreinterpret_s64_u64): Likewise.
23818 (vreinterpret_s64_p8): Likewise.
23819 (vreinterpret_s64_p16): Likewise.
23820 (vreinterpretq_s64_s8): Likewise.
23821 (vreinterpretq_s64_s16): Likewise.
23822 (vreinterpretq_s64_s32): Likewise.
23823 (vreinterpretq_s64_f32): Likewise.
23824 (vreinterpretq_s64_u8): Likewise.
23825 (vreinterpretq_s64_u16): Likewise.
23826 (vreinterpretq_s64_u32): Likewise.
23827 (vreinterpretq_s64_u64): Likewise.
23828 (vreinterpretq_s64_p8): Likewise.
23829 (vreinterpretq_s64_p16): Likewise.
23830 (vreinterpret_u64_s8): Likewise.
23831 (vreinterpret_u64_s16): Likewise.
23832 (vreinterpret_u64_s32): Likewise.
23833 (vreinterpret_u64_s64): Likewise.
23834 (vreinterpret_u64_f32): Likewise.
23835 (vreinterpret_u64_u8): Likewise.
23836 (vreinterpret_u64_u16): Likewise.
23837 (vreinterpret_u64_u32): Likewise.
23838 (vreinterpret_u64_p8): Likewise.
23839 (vreinterpret_u64_p16): Likewise.
23840 (vreinterpretq_u64_s8): Likewise.
23841 (vreinterpretq_u64_s16): Likewise.
23842 (vreinterpretq_u64_s32): Likewise.
23843 (vreinterpretq_u64_s64): Likewise.
23844 (vreinterpretq_u64_f32): Likewise.
23845 (vreinterpretq_u64_u8): Likewise.
23846 (vreinterpretq_u64_u16): Likewise.
23847 (vreinterpretq_u64_u32): Likewise.
23848 (vreinterpretq_u64_p8): Likewise.
23849 (vreinterpretq_u64_p16): Likewise.
23850 (vreinterpret_s8_s16): Likewise.
23851 (vreinterpret_s8_s32): Likewise.
23852 (vreinterpret_s8_s64): Likewise.
23853 (vreinterpret_s8_f32): Likewise.
23854 (vreinterpret_s8_u8): Likewise.
23855 (vreinterpret_s8_u16): Likewise.
23856 (vreinterpret_s8_u32): Likewise.
23857 (vreinterpret_s8_u64): Likewise.
23858 (vreinterpret_s8_p8): Likewise.
23859 (vreinterpret_s8_p16): Likewise.
23860 (vreinterpretq_s8_s16): Likewise.
23861 (vreinterpretq_s8_s32): Likewise.
23862 (vreinterpretq_s8_s64): Likewise.
23863 (vreinterpretq_s8_f32): Likewise.
23864 (vreinterpretq_s8_u8): Likewise.
23865 (vreinterpretq_s8_u16): Likewise.
23866 (vreinterpretq_s8_u32): Likewise.
23867 (vreinterpretq_s8_u64): Likewise.
23868 (vreinterpretq_s8_p8): Likewise.
23869 (vreinterpretq_s8_p16): Likewise.
23870 (vreinterpret_s16_s8): Likewise.
23871 (vreinterpret_s16_s32): Likewise.
23872 (vreinterpret_s16_s64): Likewise.
23873 (vreinterpret_s16_f32): Likewise.
23874 (vreinterpret_s16_u8): Likewise.
23875 (vreinterpret_s16_u16): Likewise.
23876 (vreinterpret_s16_u32): Likewise.
23877 (vreinterpret_s16_u64): Likewise.
23878 (vreinterpret_s16_p8): Likewise.
23879 (vreinterpret_s16_p16): Likewise.
23880 (vreinterpretq_s16_s8): Likewise.
23881 (vreinterpretq_s16_s32): Likewise.
23882 (vreinterpretq_s16_s64): Likewise.
23883 (vreinterpretq_s16_f32): Likewise.
23884 (vreinterpretq_s16_u8): Likewise.
23885 (vreinterpretq_s16_u16): Likewise.
23886 (vreinterpretq_s16_u32): Likewise.
23887 (vreinterpretq_s16_u64): Likewise.
23888 (vreinterpretq_s16_p8): Likewise.
23889 (vreinterpretq_s16_p16): Likewise.
23890 (vreinterpret_s32_s8): Likewise.
23891 (vreinterpret_s32_s16): Likewise.
23892 (vreinterpret_s32_s64): Likewise.
23893 (vreinterpret_s32_f32): Likewise.
23894 (vreinterpret_s32_u8): Likewise.
23895 (vreinterpret_s32_u16): Likewise.
23896 (vreinterpret_s32_u32): Likewise.
23897 (vreinterpret_s32_u64): Likewise.
23898 (vreinterpret_s32_p8): Likewise.
23899 (vreinterpret_s32_p16): Likewise.
23900 (vreinterpretq_s32_s8): Likewise.
23901 (vreinterpretq_s32_s16): Likewise.
23902 (vreinterpretq_s32_s64): Likewise.
23903 (vreinterpretq_s32_f32): Likewise.
23904 (vreinterpretq_s32_u8): Likewise.
23905 (vreinterpretq_s32_u16): Likewise.
23906 (vreinterpretq_s32_u32): Likewise.
23907 (vreinterpretq_s32_u64): Likewise.
23908 (vreinterpretq_s32_p8): Likewise.
23909 (vreinterpretq_s32_p16): Likewise.
23910 (vreinterpret_u8_s8): Likewise.
23911 (vreinterpret_u8_s16): Likewise.
23912 (vreinterpret_u8_s32): Likewise.
23913 (vreinterpret_u8_s64): Likewise.
23914 (vreinterpret_u8_f32): Likewise.
23915 (vreinterpret_u8_u16): Likewise.
23916 (vreinterpret_u8_u32): Likewise.
23917 (vreinterpret_u8_u64): Likewise.
23918 (vreinterpret_u8_p8): Likewise.
23919 (vreinterpret_u8_p16): Likewise.
23920 (vreinterpretq_u8_s8): Likewise.
23921 (vreinterpretq_u8_s16): Likewise.
23922 (vreinterpretq_u8_s32): Likewise.
23923 (vreinterpretq_u8_s64): Likewise.
23924 (vreinterpretq_u8_f32): Likewise.
23925 (vreinterpretq_u8_u16): Likewise.
23926 (vreinterpretq_u8_u32): Likewise.
23927 (vreinterpretq_u8_u64): Likewise.
23928 (vreinterpretq_u8_p8): Likewise.
23929 (vreinterpretq_u8_p16): Likewise.
23930 (vreinterpret_u16_s8): Likewise.
23931 (vreinterpret_u16_s16): Likewise.
23932 (vreinterpret_u16_s32): Likewise.
23933 (vreinterpret_u16_s64): Likewise.
23934 (vreinterpret_u16_f32): Likewise.
23935 (vreinterpret_u16_u8): Likewise.
23936 (vreinterpret_u16_u32): Likewise.
23937 (vreinterpret_u16_u64): Likewise.
23938 (vreinterpret_u16_p8): Likewise.
23939 (vreinterpret_u16_p16): Likewise.
23940 (vreinterpretq_u16_s8): Likewise.
23941 (vreinterpretq_u16_s16): Likewise.
23942 (vreinterpretq_u16_s32): Likewise.
23943 (vreinterpretq_u16_s64): Likewise.
23944 (vreinterpretq_u16_f32): Likewise.
23945 (vreinterpretq_u16_u8): Likewise.
23946 (vreinterpretq_u16_u32): Likewise.
23947 (vreinterpretq_u16_u64): Likewise.
23948 (vreinterpretq_u16_p8): Likewise.
23949 (vreinterpretq_u16_p16): Likewise.
23950 (vreinterpret_u32_s8): Likewise.
23951 (vreinterpret_u32_s16): Likewise.
23952 (vreinterpret_u32_s32): Likewise.
23953 (vreinterpret_u32_s64): Likewise.
23954 (vreinterpret_u32_f32): Likewise.
23955 (vreinterpret_u32_u8): Likewise.
23956 (vreinterpret_u32_u16): Likewise.
23957 (vreinterpret_u32_u64): Likewise.
23958 (vreinterpret_u32_p8): Likewise.
23959 (vreinterpret_u32_p16): Likewise.
23960 (vreinterpretq_u32_s8): Likewise.
23961 (vreinterpretq_u32_s16): Likewise.
23962 (vreinterpretq_u32_s32): Likewise.
23963 (vreinterpretq_u32_s64): Likewise.
23964 (vreinterpretq_u32_f32): Likewise.
23965 (vreinterpretq_u32_u8): Likewise.
23966 (vreinterpretq_u32_u16): Likewise.
23967 (vreinterpretq_u32_u64): Likewise.
23968 (vreinterpretq_u32_p8): Likewise.
23969 (vreinterpretq_u32_p16): Likewise.
23971 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
23973 * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
23975 * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
23977 * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
23978 (vqnegd_s64): Likewise.
23979 (vqabs_s64): Likewise.
23980 (vqabsd_s64): Likewise.
23982 2014-04-22 Richard Henderson <rth@redhat.com>
23984 * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
23985 computation to the top of the loop.
23987 2014-04-22 Renlin <renlin.li@arm.com>
23988 Jiong Wang <jiong.wang@arm.com>
23990 * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
23991 * config/aarch64/aarch64.c (aarch64_layout_frame)
23992 (aarch64_initial_elimination_offset): Likewise.
23994 2014-04-22 Marcus Shawcroft <marcus.shawcroft@arm.com>
23996 * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
23999 2014-04-22 Richard Sandiford <rdsandiford@googlemail.com>
24001 * machmode.h (bitwise_mode_for_mode): Declare.
24002 * stor-layout.h (bitwise_type_for_mode): Likewise.
24003 * stor-layout.c (bitwise_mode_for_mode): New function.
24004 (bitwise_type_for_mode): Likewise.
24005 * builtins.c (fold_builtin_memory_op): Use it instead of
24006 int_mode_for_mode and build_nonstandard_integer_type.
24008 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24010 * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
24011 (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
24012 (*-*-solaris2*): Simplify.
24013 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
24014 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
24015 *-*-solaris2.9* handling.
24017 * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
24019 (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
24020 (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
24021 handling, simplify.
24022 (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
24023 * configure: Regenerate.
24025 * config/i386/sol2-9.h: Remove.
24027 * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
24028 (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
24029 Remove Solaris 9 references.
24031 2014-04-22 Vidya Praveen <vidyapraveen@arm.com>
24033 * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
24034 (floatuns<GPI:mode><GPF:mode>2): Remove.
24035 (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
24036 and floatuns conversions.
24037 (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
24038 and floatuns conversions.
24039 * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
24040 (w1,w2): New mode attributes for inequal width conversions.
24042 2014-04-22 Renlin Li <Renlin.Li@arm.com>
24044 * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
24045 the output asm format.
24047 2014-04-22 James Greenhalgh <james.greenhalgh@arm.com>
24049 * config/aarch64/aarch64-simd.md
24050 (aarch64_cm<optab>di): Always split.
24051 (*aarch64_cm<optab>di): New.
24052 (aarch64_cmtstdi): Always split.
24053 (*aarch64_cmtstdi): New.
24055 2014-04-22 Jakub Jelinek <jakub@redhat.com>
24057 PR tree-optimization/60823
24058 * omp-low.c (ipa_simd_modify_function_body): Go through
24059 all SSA_NAMEs and for those refering to vector arguments
24060 which are going to be replaced adjust SSA_NAME_VAR and,
24061 if it is a default definition, change it into a non-default
24062 definition assigned at the beginning of function from new_decl.
24063 (ipa_simd_modify_stmt_ops): Rewritten.
24064 * tree-dfa.c (set_ssa_default_def): When removing default def,
24065 check for NULL loc instead of NULL *loc.
24067 2014-04-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
24069 * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
24070 restrictions on core registers for DImode values in Thumb2.
24072 2014-04-22 Ian Bolton <ian.bolton@arm.com>
24074 * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
24075 * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
24077 2014-04-22 Ian Bolton <ian.bolton@arm.com>
24079 * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
24080 (*iordi_notzesidi_di): Likewise.
24081 (*iordi_notsesidi_di): Likewise.
24083 2014-04-22 Ian Bolton <ian.bolton@arm.com>
24085 * config/arm/arm-protos.h (tune_params): New struct members.
24086 * config/arm/arm.c: Initialise tune_params per processor.
24087 (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
24088 for speed, based on new tune_params.
24090 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
24092 * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
24093 * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
24094 * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
24095 * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
24096 * config/aarch64/arm_neon.h (vrnd_f64): Added.
24097 (vrnda_f64): Likewise.
24098 (vrndi_f64): Likewise.
24099 (vrndm_f64): Likewise.
24100 (vrndn_f64): Likewise.
24101 (vrndp_f64): Likewise.
24102 (vrndx_f64): Likewise.
24104 2014-04-22 Zhenqiang Chen <zhenqiang.chen@linaro.org>
24106 * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
24107 GET_MODE_SIZE argument is enum machine_mode.
24109 2014-04-22 Jakub Jelinek <jakub@redhat.com>
24112 * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
24113 value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
24115 2014-04-22 Lin Zuojian <manjian2006@gmail.com>
24117 PR middle-end/60281
24118 * asan.c (asan_emit_stack_protection): Force the base to align to
24119 appropriate bits if STRICT_ALIGNMENT. Set shadow_mem align to
24120 appropriate bits if STRICT_ALIGNMENT.
24121 * cfgexpand.c (expand_stack_vars): Set base_align appropriately
24123 (expand_used_vars): Leave a space in the stack frame for alignment
24124 if STRICT_ALIGNMENT.
24126 2014-04-21 David Malcolm <dmalcolm@redhat.com>
24128 * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
24130 (gimple_store_p): Likewise.
24131 (gimple_assign_load_p): Likewise.
24132 (gimple_assign_cast_p): Likewise.
24133 (gimple_clobber_p): Likewise.
24135 * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
24136 rather than a gimple.
24137 (gimple_assign_cast_p): Likewise.
24139 2014-04-21 Michael Meissner <meissner@linux.vnet.ibm.com>
24142 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
24143 If mode is DDmode and TARGET_E500_DOUBLE allow move.
24145 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
24146 more debug information for E500 if -mdebug=reg.
24148 2014-04-21 Uros Bizjak <ubizjak@gmail.com>
24151 * config/i386/i386.c (ix86_expand_builtin)
24152 <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
24153 register for target RTX.
24154 <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
24156 2014-04-18 Cong Hou <congh@google.com>
24158 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
24159 the widen-mult pattern by handling two operands with different sizes,
24160 and operands whose size is smaller than half of the result type.
24162 2014-04-18 Jan Hubicka <hubicka@ucw.cz>
24164 * ipa-inline.h (INLINE_HINT_known_hot): New hint.
24165 * ipa-inline-analysis.c (dump_inline_hints): Dump it.
24166 (do_estimate_edge_time): Compute it.
24167 * ipa-inline.c (want_inline_small_function_p): Bypass
24168 INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
24170 2014-04-18 Jan Hubicka <hubicka@ucw.cz>
24172 * ipa-inline.c (spec_rem): New static variable.
24173 (dump_overall_stats): New function.
24174 (dump_inline_stats): New function.
24176 2014-04-18 Richard Henderson <rth@redhat.com>
24178 * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
24179 to GET_MODE_SIZE, not a reg_class_t.
24181 2014-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
24183 * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
24184 (vsx_xxmrglw_<mode>): Likewise.
24186 2014-04-17 Michael Meissner <meissner@linux.vnet.ibm.com>
24189 * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
24190 GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
24191 (rs6000_init_hard_regno_mode_ok): Likewise.
24193 2014-04-17 Jan Hubicka <hubicka@ucw.cz>
24195 * ipa-inline.c (inline_small_functions): Account only non-cold
24197 * doc/invoke.texi (inline-unit-growth): Update documentation.
24199 2014-04-17 Pat Haugen <pthaugen@us.ibm.com>
24201 * config/rs6000/rs6000.md (addti3, subti3): New.
24203 2014-04-17 H.J. Lu <hongjiu.lu@intel.com>
24206 * config/i386/i386.c (ix86_expand_clear): Remove outdated
24207 comment. Check optimize_insn_for_size_p instead of
24208 optimize_insn_for_speed_p.
24210 2014-04-17 Martin Jambor <mjambor@suse.cz>
24212 * gimple-iterator.c (gsi_start_edge): New function.
24213 * gimple-iterator.h (gsi_start_edge): Declare.
24214 * tree-sra.c (single_non_eh_succ): New function.
24215 (disqualify_ops_if_throwing_stmt): Renamed to
24216 disqualify_if_bad_bb_terminating_stmt. Allow throwing statements
24217 having one non-EH successor BB.
24218 (sra_modify_expr): If stmt ends bb, use single non-EH successor to
24219 generate loads into replacements.
24220 (sra_modify_assign): Likewise and and also use the simple path for
24222 (sra_modify_function_body): Commit statements on edges.
24224 2014-04-17 Richard Biener <rguenther@suse.de>
24226 PR middle-end/60849
24227 * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
24228 comparison results and add clarifying comment.
24230 2014-04-17 Jakub Jelinek <jakub@redhat.com>
24232 * genmodes.c (struct mode_data): Add need_bytesize_adj field.
24233 (blank_mode): Initialize it.
24234 (emit_mode_size_inline, emit_mode_nunits_inline,
24235 emit_mode_inner_inline): New functions.
24236 (emit_insn_modes_h): Call them and surround their output with
24237 #if GCC_VERSION >= 4001 ... #endif.
24238 * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
24239 For GCC_VERSION >= 4001 use mode_*_inline routines instead of
24240 mode_* arrays if the argument is __builtin_constant_p.
24241 * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
24242 is enum machine_mode.
24244 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
24246 * passes.c (opt_pass::execute): Adjust.
24247 (pass_manager::execute_pass_mode_switching): Likewise.
24248 (early_local_passes::execute): Likewise.
24249 (execute_one_pass): Pass cfun to the pass's execute method.
24250 * tree-pass.h (opt_pass::execute): Add function * argument.
24251 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
24252 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
24253 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
24254 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
24255 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
24256 config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
24257 except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
24258 gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
24259 graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
24260 ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
24261 ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
24262 lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
24263 postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
24264 reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
24265 store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
24266 tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
24267 tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
24268 tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
24269 tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
24270 tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
24271 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
24272 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
24273 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
24274 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
24275 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
24276 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
24277 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
24278 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
24279 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
24282 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
24284 * passes.c (opt_pass::gate): Take function * argument.
24285 (gate_all_early_local_passes): Merge into
24286 (early_local_passes::gate): this.
24287 (gate_all_early_optimizations): Merge into
24288 (all_early_optimizations::gate): this.
24289 (gate_all_optimizations): Mege into
24290 (all_optimizations::gate): this.
24291 (gate_all_optimizations_g): Merge into
24292 (all_optimizations_g::gate): this.
24293 (gate_rest_of_compilation): Mege into
24294 (rest_of_compilation::gate): this.
24295 (gate_postreload): Merge into
24296 (postreload::gate): this.
24297 (dump_one_pass): Pass cfun to the pass's gate method.
24298 (execute_ipa_summary_passes): Likewise.
24299 (execute_one_pass): Likewise.
24300 (ipa_write_summaries_2): Likewise.
24301 (ipa_write_optimization_summaries_1): Likewise.
24302 (ipa_read_summaries_1): Likewise.
24303 (ipa_read_optimization_summaries_1): Likewise.
24304 (execute_ipa_stmt_fixups): Likewise.
24305 * tree-pass.h (opt_pass::gate): Add function * argument.
24306 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
24307 combine-stack-adj.c, combine.c, compare-elim.c,
24308 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
24309 config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
24310 config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
24311 dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c, fwprop.c, gcse.c,
24312 gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
24313 graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
24314 ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
24315 loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
24316 omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
24317 reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
24318 store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
24319 tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
24320 tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
24321 tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
24322 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
24323 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
24324 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
24325 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
24326 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
24327 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
24328 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
24329 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
24330 tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
24331 tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
24332 var-tracking.c, vtable-verify.c, web.c: Adjust.
24334 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
24336 * configure.ac: Check for -Woverloaded-virtual and enable it if found.
24337 * configure: Regenerate.
24339 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
24341 * passes.c (dump_one_pass): don't check pass->has_gate.
24342 (execute_ipa_summary_passes): Likewise.
24343 (execute_one_pass): Likewise.
24344 (ipa_write_summaries_2): Likewise.
24345 (ipa_write_optimization_summaries_1): Likewise.
24346 (ipa_read_optimization_summaries_1): Likewise.
24347 (execute_ipa_stmt_fixups): Likewise.
24348 * tree-pass.h (pass_data::has_gate): Remove.
24349 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
24350 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
24351 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
24352 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
24353 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
24354 config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
24355 config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
24356 dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
24357 gimple-low.c, gimple-ssa-isolate-paths.c,
24358 gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
24359 ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
24360 ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
24361 ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
24362 modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
24363 recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
24364 reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
24365 trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
24366 tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
24367 tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
24368 tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
24369 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
24370 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
24371 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
24372 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
24373 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
24374 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
24375 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
24376 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
24377 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
24378 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
24379 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
24382 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
24384 * pass_manager.h (pass_manager::register_dump_files_1): Remove
24386 * passes.c (pass_manager::register_dump_files_1): Merge into
24387 (pass_manager::register_dump_files): this, and remove its handling of
24388 properties since the pass always has the properties anyway.
24389 (pass_manager::pass_manager): Adjust.
24391 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
24393 * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
24394 * passes.c (pass_manager::register_dump_files_1): Remove dead code
24395 dealing with properties.
24396 (pass_manager::register_dump_files): Adjust.
24398 2014-03-20 Mark Wielaard <mjw@redhat.com>
24400 * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
24401 then represent the bound as normal constant value.
24403 2014-04-17 Jakub Jelinek <jakub@redhat.com>
24406 Forward port from 4.8 branch
24407 2013-07-19 Kirill Yukhin <kirill.yukhin@intel.com>
24409 * config/i386/bmiintrin.h (_blsi_u32): New.
24410 (_blsi_u64): Ditto.
24411 (_blsr_u32): Ditto.
24412 (_blsr_u64): Ditto.
24413 (_blsmsk_u32): Ditto.
24414 (_blsmsk_u64): Ditto.
24415 (_tzcnt_u32): Ditto.
24416 (_tzcnt_u64): Ditto.
24418 2014-04-17 Kito Cheng <kito@0xlab.org>
24420 * gcc.c (used_arg): Prevent out of bound access for multilib_options.
24422 2014-04-17 Richard Biener <rguenther@suse.de>
24424 PR middle-end/60849
24425 * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
24426 boolean results for comparisons.
24428 2014-04-17 Richard Biener <rguenther@suse.de>
24430 PR tree-optimization/60836
24431 * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
24432 initial PHI args to be gimple values.
24434 2014-04-17 Richard Biener <rguenther@suse.de>
24436 PR tree-optimization/60841
24437 * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
24438 * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
24439 of stmts to SLP build.
24440 * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
24441 (vect_analyze_slp): Likewise.
24442 (vect_analyze_slp_instance): Likewise.
24443 (vect_build_slp_tree): Limit overall SLP tree growth.
24444 * tree-vectorizer.h (vect_analyze_data_refs,
24445 vect_analyze_slp): Adjust prototypes.
24447 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
24449 * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
24452 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
24454 * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
24455 * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
24456 * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
24457 for TARGET_SLOW_PSHUFB
24459 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
24461 * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
24462 * config/i386/i386.c (intel_cost): Ditto.
24464 2014-04-17 Joey Ye <joey.ye@arm.com>
24466 * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
24468 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
24470 * opts.c (common_handle_option): Disable -fipa-reference coorectly
24471 with -fuse-profile.
24473 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
24475 * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
24476 (type_all_derivations_known_p): New predicate.
24477 (type_all_ctors_visible_p): New predicate.
24478 (type_possibly_instantiated_p): New predicate.
24479 (get_odr_type): Compute all_derivations_known.
24480 (dump_odr_type): Dump the flag.
24481 (maybe_record_type): Cleanup.
24482 (record_target_from_binfo): Add bases_to_consider array;
24483 record bases for types w/o instances and skip CXX destructor.
24484 (possible_polymorphic_call_targets_1): Add bases_to_consider
24485 and consider_construction parameters; check if type may have instance.
24486 (get_polymorphic_call_info): Set maybe_in_construction to true
24487 when we know nothing.
24488 (record_targets_from_bases): Skip CXX destructors; they are
24489 never called for types in construction.
24490 (possible_polymorphic_call_targets): Do not record target when
24491 type may not have instance.
24493 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
24496 * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
24497 external aliases alive, too.
24499 2014-04-16 Andrew Pinski <apinski@cavium.com>
24501 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
24504 2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
24506 * final.c (compute_alignments): Do not apply loop alignment to a block
24507 falling through to the exit.
24509 2014-04-16 Catherine Moore <clm@codesourcery.com>
24511 * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
24512 Adjust constraints for microMIPS store patterns.
24514 2014-04-16 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
24516 * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
24518 2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
24520 * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
24521 (append_use): Run at -O0.
24522 (append_vdef): Likewise.
24523 * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
24524 * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
24526 2014-04-16 Jakub Jelinek <jakub@redhat.com>
24528 PR tree-optimization/60844
24529 * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
24530 (propagate_op_to_single_use, remove_visited_stmt_chain,
24531 linearize_expr, repropagate_negates, reassociate_bb): Use it
24532 instead of gsi_remove.
24534 2014-04-16 Martin Jambor <mjambor@suse.cz>
24536 * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
24537 ipa_transforms_to_apply.
24538 (cgraph_function_versioning): Assert that old_node has empty
24539 ipa_transforms_to_apply.
24540 * trans-mem.c (ipa_tm_create_version): Likewise.
24541 * tree-inline.c (tree_function_versioning): Do not duplicate
24542 ipa_transforms_to_apply.
24544 2014-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24547 * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
24549 Pass necessary as flags on 64-bit Solaris/x86.
24550 Use lowercase relocs for x86_64-*-*.
24551 * configure: Regenerate.
24553 2014-04-15 Jan Hubicka <jh@suse.cz>
24555 * ipa-devirt.c (referenced_from_vtable_p): New predicate.
24556 (maybe_record_node, likely_target_p): Use it.
24558 2014-04-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
24561 Revert following patch
24563 2014-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
24566 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
24567 software floating point or no floating point registers, do not
24568 allow any type in the FPRs. Eliminate a test for SPE SIMD types
24569 in GPRs that occurs after we tested for GPRs that would never be
24572 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
24573 Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
24574 since the FMOVE64 type is DFmode/DDmode. If TARGET_E500_DOUBLE,
24575 specifically allow DDmode, since that does not use the SPE SIMD
24578 2014-03-21 Mark Wielaard <mjw@redhat.com>
24580 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
24581 as unsigned or int depending on type and value used.
24583 2014-04-15 Richard Biener <rguenther@suse.de>
24585 PR rtl-optimization/56965
24586 * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
24587 * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
24589 * alias.c (true_dependence_1): Do not call
24590 nonoverlapping_component_refs_p.
24591 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
24592 nonoverlapping_component_refs_p.
24593 (indirect_refs_may_alias_p): Likewise.
24595 2014-04-15 Teresa Johnson <tejohnson@google.com>
24597 * cfg.c (dump_bb_info): Fix flags check.
24598 * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
24600 2014-04-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24602 PR rtl-optimization/60663
24603 * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
24606 2014-04-15 Richard Biener <rguenther@suse.de>
24608 * lto-streamer.h (LTO_major_version): Bump to 4.
24610 2014-04-15 Richard Biener <rguenther@suse.de>
24612 * common.opt (lto_partition_model): New enum.
24613 (flto-partition=): Merge separate options with a single with argument,
24614 add -flto-partition=one support.
24615 * flag-types.h (enum lto_partition_model): Declare.
24616 * opts.c (finish_options): Remove duplicate -flto-partition=
24618 * lto-wrapper.c (run_gcc): Adjust.
24620 2014-04-15 Richard Biener <rguenther@suse.de>
24622 * alias.c (ncr_compar): New function.
24623 (nonoverlapping_component_refs_p): Re-implement in O (n log n).
24625 2014-04-15 Richard Biener <rguenther@suse.de>
24627 * alias.c (record_component_aliases): Do not walk BINFOs.
24629 2014-04-15 Richard Biener <rguenther@suse.de>
24631 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
24632 Add struct function argument and adjust.
24633 (find_func_aliases_for_call): Likewise.
24634 (find_func_aliases): Likewise.
24635 (find_func_clobbers): Likewise.
24636 (intra_create_variable_infos): Likewise.
24637 (compute_points_to_sets): Likewise.
24638 (ipa_pta_execute): Adjust. Do not push/pop cfun.
24640 2014-04-15 Richard Biener <rguenther@suse.de>
24642 * tree.c (iterative_hash_expr): Use enum tree_code_class
24643 to store TREE_CODE_CLASS.
24644 (tree_block): Likewise.
24645 (tree_set_block): Likewise.
24646 * tree.h (fold_build_pointer_plus_loc): Use
24647 convert_to_ptrofftype_loc.
24649 2014-04-15 Jakub Jelinek <jakub@redhat.com>
24652 * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
24655 2014-04-15 Eric Botcazou <ebotcazou@adacore.com>
24657 * cfgloop.h (struct loop): Move force_vectorize down.
24658 * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
24659 (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
24660 * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
24661 * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
24662 * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
24663 * tree-core.h (enum annot_expr_kind): Add new kind values.
24664 * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
24665 * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
24667 * tree.def (ANNOTATE_EXPR): Tweak comment.
24669 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
24671 * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
24674 2014-04-14 Paolo Carlini <paolo.carlini@oracle.com>
24676 * tree.h (TYPE_IDENTIFIER): Declare.
24677 * tree.c (subrange_type_for_debug_p): Use it.
24678 * godump.c (go_format_type): Likewise.
24679 * dwarf2out.c (is_cxx_auto, modified_type_die,
24680 gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
24681 * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
24683 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
24686 * varpool.c (varpool_remove_node): Do not alter decls when streaming.
24688 2014-04-14 Uros Bizjak <ubizjak@gmail.com>
24690 * config/i386/i386.c (examine_argument): Return bool. Return true if
24691 parameter should be passed in memory.
24692 <case X86_64_COMPLEX_X87_CLASS>: Adjust.
24693 (construct_container): Update calls to examine_argument.
24694 (function_arg_advance_64): Ditto.
24695 (return_in_memory_32): Merge with ix86_return_in_memory.
24696 (return_in_memory_64): Ditto.
24697 (return_in_memory_ms_64): Ditto.
24699 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
24701 * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
24702 * coverage.c (coverage_compute_profile_id): Handle externally visible
24705 2014-04-14 Martin Jambor <mjambor@suse.cz>
24707 * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
24708 DECL_DISREGARD_INLINE_LIMITS functions.
24710 2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
24713 * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
24715 2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
24718 * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
24719 optimize_insn_for_speed_p instead of
24720 optimize_function_for_speed_p.
24722 2014-04-14 Yufeng Zhang <yufeng.zhang@arm.com>
24724 * doc/invoke.texi (free): Document AArch64.
24726 2014-04-14 Richard Biener <rguenther@suse.de>
24728 PR tree-optimization/60042
24729 * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
24730 (insert_into_preds_of_block): Do not prevent PHI insertion
24731 for REFERENCE exprs here ...
24732 (eliminate_dom_walker::before_dom_children): ... but prevent
24733 their use here under similar conditions when applied to the
24734 IL after PRE optimizations.
24736 2014-04-14 Richard Biener <rguenther@suse.de>
24738 * passes.def: Move early points-to after early SRA.
24740 2014-04-14 Richard Biener <rguenther@suse.de>
24742 * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
24743 check for which sign-changes we allow when forwarding
24744 a converted value into a switch.
24746 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
24748 * stor-layout.c (place_field): Finalize non-constant offset for the
24751 2014-04-14 Richard Biener <rguenther@suse.de>
24753 * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
24755 (expand_switch_using_bit_tests_p): Likewise.
24756 (process_switch): Compute and pass on speed_p based on the
24758 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
24759 optimize_bb_for_speed_p.
24761 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
24763 * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
24764 * function.h (struct function): Rename has_force_vect_loops into
24765 has_force_vectorize_loops.
24766 * lto-streamer-in.c (input_cfg): Adjust for renaming.
24767 (input_struct_function_base): Likewise.
24768 * lto-streamer-out.c (output_cfg): Likewise.
24769 (output_struct_function_base): Likewise.
24770 * omp-low.c (expand_omp_simd): Likewise.
24771 * tree-cfg.c (move_sese_region_to_fn): Likewise.
24772 * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
24773 (version_loop_for_if_conversion): Likewise.
24774 (tree_if_conversion): Likewise.
24775 (main_tree_if_conversion): Likewise.
24776 (gate_tree_if_conversion): Likewise.
24777 * tree-inline.c (copy_loops): Likewise.
24778 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
24779 * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
24780 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
24781 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
24782 * tree-vectorizer.c (vectorize_loops): Likewise.
24783 * tree-vectorizer.h (unlimited_cost_model): Likewise.
24785 2014-04-14 Richard Biener <rguenther@suse.de>
24788 * lto-streamer-out.c (wrap_refs): New function.
24789 (lto_output): Wrap symbol references in global initializes in
24790 type-preserving MEM_REFs.
24792 2014-04-14 Christian Bruel <christian.bruel@st.com>
24794 * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
24796 2014-04-14 Christian Bruel <christian.bruel@st.com>
24798 * config/sh/sh.md (setmemqi): New expand pattern.
24799 * config/sh/sh.h (CLEAR_RATIO): Define.
24800 * config/sh/sh-mem.cc (sh_expand_setmem): Define.
24801 * config/sh/sh-protos.h (sh_expand_setmem): Declare.
24803 2014-04-14 Richard Biener <rguenther@suse.de>
24805 PR middle-end/55022
24806 * fold-const.c (negate_expr_p): Don't negate directional rounding
24808 (fold_negate_expr): Likewise.
24810 2014-04-14 Richard Biener <rguenther@suse.de>
24812 PR tree-optimization/59817
24813 PR tree-optimization/60453
24814 * graphite-scop-detection.c (graphite_can_represent_scev): Complete
24815 recursion to catch all CHRECs in the scalar evolution and restrict
24816 the predicate for the remains appropriately.
24818 2014-04-12 Catherine Moore <clm@codesourcery.com>
24820 * config/mips/constraints.md: Add new register constraint "kb".
24821 * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
24822 (*movhi_internal): Likewise.
24823 (*movqi_internal): Likewise.
24824 * config/mips/mips.h (M16_STORE_REGS): New register class.
24825 (REG_CLASS_NAMES): Add M16_STORE_REGS.
24826 (REG_CLASS_CONTENTS): Likewise.
24827 * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
24829 2014-04-11 Tobias Burnus <burnus@net-b.de>
24832 * doc/invoke.texi (-Wformat-signedness): Document it.
24833 (Wformat=2): Mention that this enables -Wformat-signedness.
24835 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
24837 * common/config/epiphany/epiphany-common.c
24838 (epiphany_option_optimization_table): Enable section anchors by
24839 default at -O1 or higher.
24840 * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
24841 (TARGET_MIN_ANCHOR_OFFSET): Likewise.
24842 (epiphany_rtx_costs) <SET>: For binary operators, the set as such
24843 carries no extra cost.
24844 (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
24845 * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
24846 * config/epiphany/predicates.md (memclob_operand): New predicate.
24847 * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
24848 Use memclob_operand predicate and X constraint for operand 3.
24850 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
24852 * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
24853 with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
24856 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
24858 PR rtl-optimization/60651
24859 * mode-switching.c (optimize_mode_switching): Make sure to emit
24860 sets of a lower numbered entity before sets of a higher numbered
24861 entity to a mode of the same or lower priority.
24862 When creating a seginfo for a basic block that starts with a code
24863 label, move the insertion point past the code label.
24864 (new_seginfo): Document and enforce requirement that
24865 NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
24866 * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
24867 * doc/tm.texi: Regenerate.
24869 2014-01-11 Joern Rennecke <joern.rennecke@embecosm.com>
24872 * config/arc/arc.c (arc_save_restore): Fix assert typo.
24874 2013-04-11 Jakub Jelinek <jakub@redhat.com>
24876 * BASE-VER: Set to 4.10.0.
24878 2014-04-11 Tobias Burnus <burnus@net-b.de>
24881 * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
24882 * doc/gcc.texi (Service): Update description in the @menu
24883 * doc/invoke.texi (Option Summary): Remove misplaced and
24886 2014-04-11 Steve Ellcey <sellcey@mips.com>
24887 Jakub Jelinek <jakub@redhat.com>
24889 PR middle-end/60556
24890 * expr.c (convert_move): Use emit_store_flag_force instead of
24891 emit_store_flag. Pass lowpart_mode instead of VOIDmode as 5th
24894 2014-04-11 Richard Biener <rguenther@suse.de>
24896 PR middle-end/60797
24897 * varasm.c (assemble_alias): Avoid endless error reporting
24898 recursion by setting TREE_ASM_WRITTEN.
24900 2014-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24902 * config/s390/s390.md: Add a splitter for NOT rtx.
24904 2014-04-11 Jakub Jelinek <jakub@redhat.com>
24906 PR rtl-optimization/60663
24907 * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
24909 2014-04-10 Jan Hubicka <hubicka@ucw.cz>
24910 Jakub Jelinek <jakub@redhat.com>
24913 * ipa.c (function_and_variable_visibility): Copy forced_by_abi
24914 flag from decl_node to node.
24916 2014-04-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
24919 * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
24920 (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
24921 ameliorating the cases where it can be.
24923 2014-04-09 David Edelsohn <dje.gcc@gmail.com>
24926 2014-04-08 Pat Haugen <pthaugen@us.ibm.com>
24928 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
24929 (loadsync_<mode>): Change mode.
24930 (load_quadpti, store_quadpti): New.
24931 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
24932 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
24933 * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
24935 2014-04-09 Cong Hou <congh@google.com>
24938 * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
24941 2014-04-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
24943 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
24944 instead of vnor to exploit possible fusion opportunity in the
24946 (altivec_expand_vec_perm_const_le): Likewise.
24948 2014-04-08 Pat Haugen <pthaugen@us.ibm.com>
24950 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
24951 (loadsync_<mode>): Change mode.
24952 (load_quadpti, store_quadpti): New.
24953 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
24954 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
24956 2014-04-08 Richard Sandiford <rdsandiford@googlemail.com>
24959 * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
24960 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
24961 Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
24963 2014-04-08 Richard Biener <rguenther@suse.de>
24965 PR middle-end/60706
24966 * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
24967 a 64bit widest int print double-int similar to on HWI64 hosts.
24969 2014-04-08 Richard Biener <rguenther@suse.de>
24971 PR tree-optimization/60785
24972 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
24973 default defs properly.
24975 2014-04-08 Nathan Sidwell <nathan@codesourcery.com>
24977 * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
24978 (Weffc++): Likewise.
24980 2014-04-07 Jan Hubicka <hubcika@ucw.cz>
24982 * ipa-devirt.c (maybe_record_node): When node is not recorded,
24983 set completep to false rather than true.
24985 2014-04-07 Douglas B Rupp <rupp@adacore.com>
24988 * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
24989 ARM_TARGET2_DWARF_FORMAT.
24991 2014-04-07 Charles Baylis <charles.baylis@linaro.org>
24994 * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
24995 (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
24998 2014-04-07 Richard Biener <rguenther@suse.de>
25000 PR tree-optimization/60766
25001 * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
25002 (may_eliminate_iv): Convert cand_value_at result to desired type.
25004 2014-04-07 Jason Merrill <jason@redhat.com>
25007 * common.opt (-fno-gnu-unique): Add.
25008 * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
25010 2014-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25012 * haifa-sched.c: Fix outdated function reference and minor
25013 grammar errors in introductory comment.
25015 2014-04-07 Richard Biener <rguenther@suse.de>
25017 PR middle-end/60750
25018 * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
25019 for noreturn calls.
25020 * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
25022 2014-04-06 John David Anglin <danglin@gcc.gnu.org>
25025 * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
25026 size accounting for thunks.
25027 (pa_asm_output_mi_thunk): Use final_start_function() and
25028 final_end_function() to output function start and end directives.
25030 2014-04-05 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
25032 * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
25033 device specific ISA/ feature information. Remove short_sp and
25034 errata_skip ds. Add avr_device_specific_features enum to have device
25036 * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
25037 errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
25038 * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
25039 updated device specific info.
25040 * config/avr/avr-mcus.def: Merge device specific details to
25041 dev_attribute field.
25042 * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
25044 * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
25045 * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
25046 assembler if RMW isa supported by current device.
25047 * config/avr/genmultilib.awk: Update as device info structure changed.
25048 * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
25050 2014-04-04 Cong Hou <congh@google.com>
25052 PR tree-optimization/60656
25053 * tree-vect-stmts.c (supportable_widening_operation):
25054 Fix a bug that elements in a vector with vect_used_by_reduction
25055 property are incorrectly reordered when the operation on it is not
25056 consistant with the one in reduction operation.
25058 2014-04-04 John David Anglin <danglin@gcc.gnu.org>
25060 PR rtl-optimization/60155
25061 * gcse.c (record_set_data): New function.
25062 (single_set_gcse): New function.
25063 (gcse_emit_move_after): Use single_set_gcse instead of single_set.
25064 (hoist_code): Likewise.
25065 (get_pressure_class_and_nregs): Likewise.
25067 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
25069 * explow.c (probe_stack_range): Emit a final optimization blockage.
25071 2014-04-04 Anthony Green <green@moxielogic.com>
25073 * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
25076 2014-04-04 Jan Hubicka <hubicka@ucw.cz>
25079 * lto-cgraph.c (input_overwrite_node): Check that partitioning
25080 flags are set only during streaming.
25081 * ipa.c (process_references, walk_polymorphic_call_targets,
25082 symtab_remove_unreachable_nodes): Drop bodies of always inline
25083 after early inlining.
25084 (symtab_remove_unreachable_nodes): Remove always_inline attribute.
25086 2014-04-04 Jakub Jelinek <jakub@redhat.com>
25087 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
25090 * dwarf2out.c (const_ok_for_output_1): Reject expressions
25093 2014-04-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25096 * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
25098 (cortex_a53_fdivd): Likewise.
25100 2014-04-04 Martin Jambor <mjambor@suse.cz>
25103 * cgraph.h (cgraph_clone_node): New parameter added to declaration.
25104 Adjust all callers.
25105 * cgraph.c (clone_of_p): Also return true if thunks match.
25106 (verify_edge_corresponds_to_fndecl): Removed extraneous call to
25107 cgraph_function_or_thunk_node and an obsolete comment.
25108 * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
25110 (build_function_decl_skip_args): Likewise.
25111 (set_new_clone_decl_and_node_flags): New function.
25112 (duplicate_thunk_for_node): Likewise.
25113 (redirect_edge_duplicating_thunks): Likewise.
25114 (cgraph_clone_node): New parameter args_to_skip, pass it to
25115 redirect_edge_duplicating_thunks which is called instead of
25116 cgraph_redirect_edge_callee.
25117 (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
25118 moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
25120 2014-04-04 Jeff Law <law@redhat.com>
25123 * config/arm/predicates.md (const_int_I_operand): New predicate.
25124 (const_int_M_operand): Similarly.
25125 * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
25127 (insv_t2, extv_reg, extzv_t2): Likewise.
25128 (load_multiple_with_writeback): Similarly for const_int_I_operand.
25129 (pop_multiple_with_writeback_and_return): Likewise.
25130 (vfp_pop_multiple_with_writeback): Likewise
25132 2014-04-04 Richard Biener <rguenther@suse.de>
25135 * tree-ssanames.c (make_ssa_name_fn): Fix assert.
25136 * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
25138 * gimplify.h (gimple_add_tmp_var_fn): Declare.
25139 * gimplify.c (gimple_add_tmp_var_fn): New function.
25140 * gimple-expr.h (create_tmp_reg_fn): Declare.
25141 * gimple-expr.c (create_tmp_reg_fn): New function.
25142 * gimple-low.c (record_vars_into): Don't change cfun.
25143 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
25144 code generation without cfun.
25146 2014-04-04 Thomas Schwinge <thomas@codesourcery.com>
25149 * Makefile.in (install-driver): Fix shell scripting.
25151 2014-04-03 Cong Hou <congh@google.com>
25153 PR tree-optimization/60505
25154 * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
25155 threshold of number of iterations below which no vectorization
25157 * tree-vect-loop.c (new_loop_vec_info):
25158 Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
25159 * tree-vect-loop.c (vect_analyze_loop_operations):
25160 Set LOOP_VINFO_COST_MODEL_THRESHOLD.
25161 * tree-vect-loop.c (vect_transform_loop):
25162 Use LOOP_VINFO_COST_MODEL_THRESHOLD.
25163 * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
25164 of iterations of the loop and see if we should build the epilogue.
25166 2014-04-03 Richard Biener <rguenther@suse.de>
25168 * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
25169 (streamer_tree_cache_create): Adjust.
25170 * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
25171 to allow optional nodes array.
25172 (streamer_tree_cache_insert_1): Use next_idx to assign idx.
25173 (streamer_tree_cache_append): Likewise.
25174 (streamer_tree_cache_create): Create nodes array optionally
25175 as specified by parameter.
25176 * lto-streamer-out.c (create_output_block): Avoid maintaining
25177 the node array in the writer cache.
25178 (DFS_write_tree): Remove assertion.
25179 (produce_asm_for_decls): Free the out decl state hash table early.
25180 * lto-streamer-in.c (lto_data_in_create): Adjust for
25181 streamer_tree_cache_create prototype change.
25183 2014-04-03 Richard Biener <rguenther@suse.de>
25185 * tree-streamer-out.c (streamer_write_chain): Do not temporarily
25186 set TREE_CHAIN to NULL_TREE.
25188 2014-04-03 Richard Biener <rguenther@suse.de>
25190 PR tree-optimization/60740
25191 * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
25192 over all GIMPLE_COND operands.
25194 2014-04-03 Nathan Sidwell <nathan@codesourcery.com>
25196 * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
25197 (Weffc++): Remove Scott's numbering, merge lists and reference
25200 2014-04-03 Nick Clifton <nickc@redhat.com>
25202 * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
25205 2014-04-03 Martin Jambor <mjambor@suse.cz>
25207 * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
25208 mention gcc_unreachable before failing.
25209 * ipa.c (symtab_remove_unreachable_nodes): Also print order of
25212 2014-04-02 Jan Hubicka <hubicka@ucw.cz>
25215 * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
25216 inconsistent code and instead mark the context inconsistent.
25217 (possible_polymorphic_call_targets): For inconsistent contexts
25218 return empty complete list.
25220 2014-04-02 Anthony Green <green@moxielogic.com>
25222 * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
25223 (extendqisi2, extendhisi2): Define.
25224 * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
25225 (WCHAR_TYPE): Change to unsigned int.
25227 2014-04-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
25229 PR tree-optimization/60733
25230 * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
25231 insertion point for PHI candidates to be the end of the feeding
25232 block for the PHI argument.
25234 2014-04-02 Vladimir Makarov <vmakarov@redhat.com>
25236 PR rtl-optimization/60650
25237 * lra-constraints.c (process_alt_operands): Decrease reject for
25238 earlyclobber matching.
25240 2014-04-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25242 * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
25244 2014-04-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
25246 * config/spu/spu.c (pad_bb): Do not crash when the last
25247 insn is CODE_FOR_blockage.
25249 2014-04-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
25251 * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
25252 lies outside the target mode.
25254 2014-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
25257 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
25258 software floating point or no floating point registers, do not
25259 allow any type in the FPRs. Eliminate a test for SPE SIMD types
25260 in GPRs that occurs after we tested for GPRs that would never be
25263 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
25264 Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
25265 since the FMOVE64 type is DFmode/DDmode. If TARGET_E500_DOUBLE,
25266 specifically allow DDmode, since that does not use the SPE SIMD
25269 2014-04-02 Richard Biener <rguenther@suse.de>
25271 PR middle-end/60729
25272 * optabs.c (expand_abs_nojump): Honor flag_trapv only for
25273 MODE_INTs. Properly use negv_optab.
25274 (expand_abs): Likewise.
25276 2014-04-02 Richard Biener <rguenther@suse.de>
25279 * Makefile.in (install-driver): Guard extra installs with special
25282 2014-04-01 Michael Meissner <meissner@linux.vnet.ibm.com>
25284 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
25285 Document vec_vgbbd.
25287 2014-04-01 Richard Henderson <rth@redhat.com>
25290 * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
25291 alternative enabled before register allocation.
25293 2014-04-01 Chung-Lin Tang <cltang@codesourcery.com>
25295 * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
25296 * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
25298 (nios2_large_got_address): Remove unneeded 'sym' parameter.
25299 (nios2_got_address): Update nios2_large_got_address call site.
25300 (nios2_delegitimize_address): New function.
25301 (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
25302 * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
25303 (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
25305 2014-04-01 Martin Husemann <martin@duskware.de>
25307 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
25310 2014-04-01 Richard Sandiford <rdsandiford@googlemail.com>
25312 PR rtl-optimization/60604
25313 * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
25314 check from register_operand.
25315 (register_operand): Redefine in terms of general_operand.
25316 (nonmemory_operand): Use register_operand for the non-constant cases.
25318 2014-04-01 Richard Biener <rguenther@suse.de>
25320 * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
25322 2014-04-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
25324 * doc/invoke.texi (mapp-regs): Clarify.
25326 2014-03-31 Ulrich Drepper <drepper@gmail.com>
25328 * config/i386/avx512fintrin.h (__v32hi): Define type.
25329 (__v64qi): Likewise.
25330 (_mm512_set1_epi8): Define.
25331 (_mm512_set1_epi16): Define.
25332 (_mm512_set4_epi32): Define.
25333 (_mm512_set4_epi64): Define.
25334 (_mm512_set4_pd): Define.
25335 (_mm512_set4_ps): Define.
25336 (_mm512_setr4_epi64): Define.
25337 (_mm512_setr4_epi32): Define.
25338 (_mm512_setr4_pd): Define.
25339 (_mm512_setr4_ps): Define.
25340 (_mm512_setzero_epi32): Define.
25342 2014-03-31 Martin Jambor <mjambor@suse.cz>
25344 PR middle-end/60647
25345 * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
25346 callsite_arguments_match_p. Updated all callers. Also check types of
25347 corresponding formal parameters and actual arguments.
25348 (not_all_callers_have_enough_arguments_p) Renamed to
25349 some_callers_have_mismatched_arguments_p.
25351 2014-03-31 Yuri Rumyantsev <ysrumyan@gmail.com>
25353 * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
25355 2014-03-31 Kugan Vivekanandarajah <kuganv@linaro.org>
25358 * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
25361 2014-03-30 Uros Bizjak <ubizjak@gmail.com>
25363 * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
25364 (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
25366 <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
25367 Use FMAMODE_NOVF512 mode iterator.
25368 (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
25369 (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
25370 (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
25371 (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
25373 <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
25374 Use VF_128_256 mode iterator.
25375 (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
25378 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
25380 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
25381 static chain if needed.
25383 2014-03-28 Vladimir Makarov <vmakarov@redhat.com>
25386 * lra-constraints.c (index_part_to_reg): New.
25387 (process_address): Use it.
25389 2014-03-27 Jeff Law <law@redhat.com>
25390 Jakub Jelinek <jakub@redhat.com>
25393 * expr.c (do_tablejump): Use simplify_gen_binary rather than
25394 gen_rtx_{PLUS,MULT} to build up the address expression.
25396 * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
25397 creating non-canonical RTL.
25399 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
25402 * ipa-inline.c (want_inline_small_function_p): Short circuit large
25403 functions; reorganize to make cheap checks first.
25404 (inline_small_functions): Do not estimate growth when dumping;
25406 * ipa-inline.h (inline_summary): Add min_size.
25407 (growth_likely_positive): New function.
25408 * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
25409 (set_cond_stmt_execution_predicate): Cleanup.
25410 (estimate_edge_size_and_time): Compute min_size.
25411 (estimate_calls_size_and_time): Likewise.
25412 (estimate_node_size_and_time): Likewise.
25413 (inline_update_overall_summary): Update min_size.
25414 (do_estimate_edge_time): Likewise.
25415 (do_estimate_edge_size): Update.
25416 (do_estimate_edge_hints): Update.
25417 (growth_likely_positive): New function.
25419 2014-03-28 Jakub Jelinek <jakub@redhat.com>
25422 * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
25423 also if addr has VOIDmode.
25425 2014-03-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25427 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
25428 * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
25430 * config/arm/cortex-a53.md: Add reservations and bypass for crypto
25431 instructions as well as AdvancedSIMD loads.
25433 2014-03-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25435 * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
25436 Use crypto_aese type.
25437 (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
25438 * config/arm/arm.md (is_neon_type): Replace crypto_aes with
25439 crypto_aese, crypto_aesmc. Move to types.md.
25440 * config/arm/types.md (crypto_aes): Split into crypto_aese,
25442 * config/arm/iterators.md (crypto_type): Likewise.
25444 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
25446 * cgraph.c: Include expr.h and tree-dfa.h.
25447 (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
25450 2014-03-28 Vladimir Makarov <vmakarov@redhat.com>
25453 * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
25454 regs from checking multi-reg pseudos.
25456 2014-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
25458 * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
25460 2014-03-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
25462 * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
25463 if it would clobber the stack pointer, even temporarily.
25465 2014-03-28 Eric Botcazou <ebotcazou@adacore.com>
25467 * mode-switching.c: Make small adjustments to the top comment.
25469 2014-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
25471 * config/rs6000/constraints.md (wD constraint): New constraint to
25472 match the constant integer to get the top DImode/DFmode out of a
25473 vector in a VSX register.
25475 * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
25476 match the constant integer to get the top DImode/DFmode out of a
25477 vector in a VSX register.
25479 * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
25482 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
25485 * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
25486 -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
25488 * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
25489 Optimize vec_extract of 64-bit values, where the value being
25490 extracted is in the top word, where we can use scalar
25491 instructions. Add direct move and store support. Combine the big
25492 endian/little endian vector select load support into a single insn.
25493 (vsx_extract_<mode>_internal1): Likewise.
25494 (vsx_extract_<mode>_internal2): Likewise.
25495 (vsx_extract_<mode>_load): Likewise.
25496 (vsx_extract_<mode>_store): Likewise.
25497 (vsx_extract_<mode>_zero): Delete, big and little endian insns are
25498 combined into vsx_extract_<mode>_load.
25499 (vsx_extract_<mode>_one_le): Likewise.
25501 * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
25502 define the top 64-bit vector element.
25504 * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
25507 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
25508 Document vec_vbpermq builtin.
25511 * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
25512 enable use of xxsldwi and xxpermdi builtin functions.
25513 (vec_xxpermdi): Likewise.
25515 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
25516 Document use of vec_xxsldwi and vec_xxpermdi builtins.
25518 2014-03-27 Vladimir Makarov <vmakarov@redhat.com>
25520 PR rtl-optimization/60650
25521 * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
25523 (find_spills_for): New.
25524 (assign_by_spills): Pass the new parameter to find_hard_regno_for.
25525 Spill all pseudos on the second iteration.
25527 2014-03-27 Marek Polacek <polacek@redhat.com>
25530 * doc/extend.texi (ffs Builtins): Change unsigned types to signed
25533 2014-03-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25535 * config/s390/s390.c (s390_can_use_return_insn): Check for
25536 call-saved FPRs on 31 bit.
25538 2014-03-27 Jakub Jelinek <jakub@redhat.com>
25540 PR middle-end/60682
25541 * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
25542 if they need regimplification, just drop them instead of
25543 calling gimple_regimplify_operands on them.
25545 2014-03-27 Marcus Shawcroft <marcus.shawcroft@arm.com>
25548 * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
25549 (aarch64_frame_pointer_required): Adjust logic.
25550 (aarch64_can_eliminate): Adjust logic.
25551 (aarch64_override_options_after_change): Adjust logic.
25553 2014-03-27 Dehao Chen <dehao@google.com>
25555 * ipa-inline.c (early_inliner): Update node's inline info.
25557 2014-03-26 Dehao Chen <dehao@google.com>
25559 * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
25560 compiler inserted conditional jumps for NAN float check.
25562 2014-03-26 Jakub Jelinek <jakub@redhat.com>
25564 * ubsan.h (ubsan_create_data): Change second argument's type
25565 to const location_t *.
25566 * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
25568 (ubsan_create_data): Change second argument to const location_t *PLOC.
25569 Create Loc field whenever PLOC is non-NULL.
25570 (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
25571 ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
25575 * real.c (real_to_integer2): Change type of low to UHWI.
25577 2014-03-26 Tobias Burnus <burnus@net-b.de>
25579 * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
25580 (CILK_SELF_SPECS): New define.
25581 (driver_self_specs): Use it.
25583 2014-03-26 Richard Biener <rguenther@suse.de>
25585 * tree-pretty-print.c (percent_K_format): Implement special
25586 case for LTO and its stripped down BLOCK tree.
25588 2014-03-26 Jakub Jelinek <jakub@redhat.com>
25591 * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
25593 * tree-vrp.c (simplify_internal_call_using_ranges): If only
25594 one range is range_int_cst_p, but not both, at least optimize
25595 addition/subtraction of 0 and multiplication by 0 or 1.
25596 * gimple-fold.c (gimple_fold_call): Fold
25597 IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
25598 (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
25599 INTEGER_CSTs, try to fold at least x * 0 and y - y.
25601 2014-03-26 Eric Botcazou <ebotcazou@adacore.com>
25603 PR rtl-optimization/60452
25604 * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
25605 <case REG>: Return 1 for invalid offsets from the frame pointer.
25607 2014-03-26 Marek Polacek <polacek@redhat.com>
25610 * doc/extend.texi (C Extensions): Mention variable-length arrays in
25613 2014-03-26 Marek Polacek <polacek@redhat.com>
25616 * doc/extend.texi (Designated Inits): Describe what happens to omitted
25619 2014-03-26 Marek Polacek <polacek@redhat.com>
25622 * ira-color.c (update_conflict_hard_regno_costs): Perform the
25623 multiplication in unsigned type.
25625 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com>
25627 * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
25629 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com>
25631 * doc/contrib.texi: Add myself as Andes nds32 port contributor.
25633 2014-03-25 Jan Hubicka <hubicka@ucw.cz>
25636 * cif-code.def (UNREACHABLE) New code.
25637 * ipa-inline.c (inline_small_functions): Skip edges to
25638 __builtlin_unreachable.
25639 (estimate_edge_growth): Allow edges to __builtlin_unreachable.
25640 * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
25641 predicate to __bulitin_unreachable.
25642 (set_cond_stmt_execution_predicate): Fix issue when
25643 invert_tree_comparison returns ERROR_MARK.
25644 * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
25645 propagate to inline clones.
25646 * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
25648 * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
25649 * cgraphclones.c (cgraph_clone_node): If call destination is already
25650 ureachable, do not redirect it back.
25651 * tree-inline.c (fold_marked_statements): Hanlde calls becoming
25654 2014-03-25 Jan Hubicka <hubicka@ucw.cz>
25656 * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
25657 Do not modify inline clones.
25659 2014-03-25 Jakub Jelinek <jakub@redhat.com>
25661 * config/i386/i386.md (general_sext_operand): New mode attr.
25662 (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
25663 don't generate (sign_extend (const_int)).
25664 (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
25665 operands[2]. Use We constraint instead of <i> and
25666 <general_sext_operand> predicate instead of <general_operand>.
25667 (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
25668 * config/i386/constraints.md (We): New constraint.
25669 * config/i386/predicates.md (x86_64_sext_operand,
25670 sext_operand): New predicates.
25672 2014-03-25 Martin Jambor <mjambor@suse.cz>
25675 * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
25676 inconsistent devirtualizations to __builtin_unreachable.
25678 2014-03-25 Marek Polacek <polacek@redhat.com>
25681 * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
25683 2014-03-25 Alan Lawrence <alan.lawrence@arm.com>
25685 * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
25686 order of elements for big-endian.
25688 2014-03-25 Richard Biener <rguenther@suse.de>
25690 PR middle-end/60635
25691 * gimplify-me.c (gimple_regimplify_operands): Update the
25694 2014-03-25 Martin Jambor <mjambor@suse.cz>
25697 * lto-cgraph.c (lto_output_node): Stream body_removed flag.
25698 (lto_output_varpool_node): Likewise.
25699 (input_overwrite_node): Likewise.
25700 (input_varpool_node): Likewise.
25702 2014-03-25 Richard Biener <rguenther@suse.de>
25704 * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
25705 (run_gcc): Likewise.
25707 2014-03-25 Jakub Jelinek <jakub@redhat.com>
25709 * combine.c (simplify_compare_const): Add MODE argument.
25710 Handle mode_width 0 as very large mode_width.
25711 (try_combine, simplify_comparison): Adjust callers.
25713 * cselib.c (cselib_hash_rtx): Perform addition in unsigned
25714 type to avoid signed integer overflow.
25715 * explow.c (plus_constant): Likewise.
25717 2014-03-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
25719 * doc/generic.texi: Correct typos.
25721 2014-03-24 Tobias Burnus <burnus@net-b.de>
25723 * doc/invoke.texi (-flto): Expand section about
25724 using static libraries with LTO.
25726 2014-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25728 PR rtl-optimization/60501
25729 * optabs.def (addptr3_optab): New optab.
25730 * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
25731 * doc/md.texi ("addptrm3"): Document new RTL standard expander.
25732 * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
25734 * lra.c (emit_add3_insn): Use the addptr pattern if available.
25736 * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
25738 2014-03-24 Ulrich Drepper <drepper@gmail.com>
25740 * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
25743 * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
25744 (_mm256_undefined_ps): Define.
25745 (_mm256_undefined_pd): Define.
25746 * config/i386/emmintrin.h (_mm_undefined_si128): Define.
25747 (_mm_undefined_pd): Define.
25748 * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
25749 * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
25750 (_mm512_undefined_ps): Define.
25751 (_mm512_undefined_pd): Define.
25752 Use _mm*_undefined_*.
25753 * config/i386/avx2intrin.h: Use _mm*_undefined_*.
25755 2014-03-24 Alex Velenko <Alex.Velenko@arm.com>
25757 * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
25758 (lshr_simd): DI mode added.
25759 * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
25760 (aarch64_ushr_simddi): Likewise.
25761 * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
25762 * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
25763 (vshrd_n_u64): Likewise.
25765 2014-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25767 * Makefile.in (s-macro_list): Depend on cc1.
25769 2014-03-23 Teresa Johnson <tejohnson@google.com>
25771 * ipa-utils.c (ipa_print_order): Use specified dump file.
25773 2014-03-23 Eric Botcazou <ebotcazou@adacore.com>
25775 PR rtl-optimization/60601
25776 * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
25778 * gcc.c (eval_spec_function): Initialize save_growing_value.
25780 2014-03-22 Jakub Jelinek <jakub@redhat.com>
25783 * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
25784 code == MINUS_EXPR, never swap op0 with op1.
25786 * toplev.c (init_local_tick): Avoid signed integer multiplication
25788 * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
25789 shift by first operand's bitsize.
25791 2014-03-21 Jakub Jelinek <jakub@redhat.com>
25794 * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
25795 redefine to 1 or 0.
25796 * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
25797 TARGET_ISA_64BIT_P(x).
25799 2014-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
25801 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
25802 pattern for vector nor instead of subtract from splat(-1).
25803 (altivec_expand_vec_perm_const_le): Likewise.
25805 2014-03-21 Richard Henderson <rth@twiddle.net>
25808 * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
25809 related insns after epilogue_completed.
25811 2014-03-21 Martin Jambor <mjambor@suse.cz>
25814 * cgraph.h (symtab_node): New flag body_removed.
25815 * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
25816 when removing bodies.
25817 * symtab.c (dump_symtab_base): Dump body_removed flag.
25818 * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
25819 had their bodies removed.
25821 2014-03-21 Martin Jambor <mjambor@suse.cz>
25824 * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
25827 2014-03-21 Richard Biener <rguenther@suse.de>
25829 PR tree-optimization/60577
25830 * tree-core.h (struct tree_base): Document nothrow_flag use
25831 in DECL_NONALIASED.
25832 * tree.h (DECL_NONALIASED): New.
25833 (may_be_aliased): Adjust.
25834 * coverage.c (build_var): Set DECL_NONALIASED.
25836 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
25838 * expr.c (expand_expr_real_1): Remove outdated comment.
25840 2014-03-20 Jakub Jelinek <jakub@redhat.com>
25842 PR middle-end/60597
25843 * ira.c (adjust_cleared_regs): Call copy_rtx on
25844 *reg_equiv[REGNO (loc)].src_p before passing it to
25845 simplify_replace_fn_rtx.
25848 * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
25849 into CONST, put pic register as first operand of PLUS. Use
25850 gen_const_mem for both 32-bit and 64-bit PIC got loads.
25852 2014-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
25854 * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
25856 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
25858 * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
25859 around for store forwarding issue in the FPU on the UT699.
25860 * config/sparc/sparc.md (in_branch_delay): Return false for single FP
25861 loads and operations if -mfix-ut699 is specified.
25862 (divtf3_hq): Tweak attribute.
25863 (sqrttf2_hq): Likewise.
25865 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
25867 * calls.c (store_one_arg): Remove incorrect const qualification on the
25868 type of the temporary.
25869 * cfgexpand.c (expand_return): Likewise.
25870 * expr.c (expand_constructor): Likewise.
25871 (expand_expr_real_1): Likewise.
25873 2014-03-20 Zhenqiang Chen <zhenqiang.chen@linaro.org>
25875 * config/arm/arm.c (arm_dwarf_register_span): Update the element number
25878 2014-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
25881 * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
25883 2014-03-19 James Greenhalgh <james.greenhalgh@arm.com>
25885 * config/arm/aarch-common-protos.h
25886 (alu_cost_table): Fix spelling of "extend".
25887 * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
25889 2014-03-19 Richard Biener <rguenther@suse.de>
25891 PR middle-end/60553
25892 * tree-core.h (tree_type_common): Re-order pointer members
25893 to reduce recursion depth during GC walks.
25895 2014-03-19 Marek Polacek <polacek@redhat.com>
25898 * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
25899 before accessing it.
25901 2014-03-19 Richard Biener <rguenther@suse.de>
25904 * lto-streamer-in.c (input_function): In WPA stage do not drop
25907 2014-03-19 Jakub Jelinek <jakub@redhat.com>
25909 PR tree-optimization/60559
25910 * vectorizable_mask_load_store): Replace scalar MASK_LOAD
25911 with build_zero_cst assignment.
25913 2014-03-18 Kai Tietz <ktietz@redhat.com>
25915 PR rtl-optimization/56356
25916 * sdbout.c (sdbout_parms): Verify that parms'
25917 incoming argument is valid.
25918 (sdbout_reg_parms): Likewise.
25920 2014-03-18 Richard Henderson <rth@redhat.com>
25923 * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
25924 be shadowed by *float<SWI48><MODEF>2_sse. Test X87_ENABLE_FLOAT.
25925 (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
25927 2014-03-18 Basile Starynkevitch <basile@starynkevitch.net>
25929 * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
25930 * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
25931 Italicize plugin event names in description. Explain that
25932 PLUGIN_PRAGMAS has no sense for lto1. Explain PLUGIN_INCLUDE_FILE.
25933 Remind that no GCC functions should be called after PLUGIN_FINISH.
25934 Explain what pragmas with expansion are.
25936 2014-03-18 Martin Liska <mliska@suse.cz>
25938 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
25939 gimple call statement is update.
25940 * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
25941 GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
25943 2014-03-18 Jakub Jelinek <jakub@redhat.com>
25946 * ubsan.c (ubsan_instrument_unreachable): Call
25947 initialize_sanitizer_builtins.
25948 (ubsan_pass): Likewise.
25951 * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
25952 varpool_finalize_decl instead of rest_of_decl_compilation.
25954 2014-03-18 Richard Biener <rguenther@suse.de>
25956 * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
25957 by using bitmap_and_compl instead of bitmap_and_compl_into.
25958 (df_rd_transfer_function): Likewise.
25960 2014-03-18 Richard Biener <rguenther@suse.de>
25962 * doc/lto.texi (fresolution): Fix typo.
25964 2014-03-18 Richard Biener <rguenther@suse.de>
25966 * doc/invoke.texi (flto): Update for changes in 4.9.
25968 2014-03-18 Richard Biener <rguenther@suse.de>
25970 * doc/loop.texi: Remove section on the removed lambda framework.
25971 Update loop docs with recent changes in preserving loop structure.
25973 2014-03-18 Richard Biener <rguenther@suse.de>
25975 * doc/lto.texi (-fresolution): Document.
25977 2014-03-18 Richard Biener <rguenther@suse.de>
25979 * doc/contrib.texi: Adjust my name.
25981 2014-03-18 Jakub Jelinek <jakub@redhat.com>
25984 * internal-fn.c: Include diagnostic-core.h.
25985 (expand_BUILTIN_EXPECT): New function.
25986 * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
25987 (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
25988 IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
25989 * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
25990 IFN_BUILTIN_EXPECT.
25991 * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
25992 Revert 3 argument __builtin_expect code.
25993 (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
25994 * gimple-fold.c (gimple_fold_call): Likewise.
25995 * tree.h (fold_builtin_expect): New prototype.
25996 * builtins.c (build_builtin_expect_predicate): Add predictor
25997 argument, if non-NULL, create 3 argument __builtin_expect.
25998 (fold_builtin_expect): No longer static. Add ARG2 argument,
25999 pass it through to build_builtin_expect_predicate.
26000 (fold_builtin_2): Adjust caller.
26001 (fold_builtin_3): Handle BUILT_IN_EXPECT.
26002 * internal-fn.def (BUILTIN_EXPECT): New.
26004 2014-03-18 Tobias Burnus <burnus@net-b.de>
26007 * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
26008 PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
26009 PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
26011 2014-03-18 Jan Hubicka <hubicka@ucw.cz>
26014 * predict.c (combine_predictions_for_bb): Fix up formatting.
26015 (expr_expected_value_1, expr_expected_value): Add predictor argument,
26016 fill what it points to if non-NULL.
26017 (tree_predict_by_opcode): Adjust caller, use the predictor.
26018 * predict.def (PRED_COMPARE_AND_SWAP): Add.
26020 2014-03-18 Eric Botcazou <ebotcazou@adacore.com>
26022 * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
26023 proper constant for the store mode.
26025 2014-03-18 Ilya Enkovich <ilya.enkovich@intel.com>
26027 * symtab.c (change_decl_assembler_name): Fix transparent alias
26028 chain construction.
26030 2014-03-16 Renlin Li <Renlin.Li@arm.com>
26032 * config/aarch64/aarch64.c: Correct the comments about the
26033 aarch64 stack layout.
26035 2014-03-18 Thomas Schwinge <thomas@codesourcery.com>
26037 * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
26038 check for GF_OMP_FOR_KIND_FOR.
26040 2013-03-18 Kirill Yukhin <kirill.yukhin@intel.com>
26042 * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
26043 ymm and zmm register names.
26045 2014-03-17 Jakub Jelinek <jakub@redhat.com>
26048 * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
26049 note creation for the 2010-08-31 changes.
26051 2014-03-17 Marek Polacek <polacek@redhat.com>
26053 PR middle-end/60534
26054 * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
26055 as -fno-tree-loop-vectorize.
26056 (expand_omp_simd): Likewise.
26058 2014-03-15 Eric Botcazou <ebotcazou@adacore.com>
26060 * config/sparc/sparc-protos.h (tls_call_delay): Delete.
26061 (eligible_for_call_delay): New prototype.
26062 * config/sparc/sparc.c (tls_call_delay): Rename into...
26063 (eligible_for_call_delay): ...this. Return false if the instruction
26064 cannot be put in the delay slot of a branch.
26065 (eligible_for_restore_insn): Simplify.
26066 (eligible_for_return_delay): Return false if the instruction cannot be
26067 put in the delay slot of a branch and simplify.
26068 (eligible_for_sibcall_delay): Return false if the instruction cannot be
26069 put in the delay slot of a branch.
26070 * config/sparc/sparc.md (fix_ut699): New attribute.
26071 (tls_call_delay): Delete.
26072 (in_call_delay): Reimplement.
26073 (eligible_for_sibcall_delay): Rename into...
26074 (in_sibcall_delay): ...this.
26075 (eligible_for_return_delay): Rename into...
26076 (in_return_delay): ...this.
26077 (in_branch_delay): Reimplement.
26078 (in_uncond_branch_delay): Delete.
26079 (in_annul_branch_delay): Delete.
26081 2014-03-14 Richard Henderson <rth@redhat.com>
26084 * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
26085 define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
26086 (*floathi<X87MODEF>2_i387_with_temp): Remove.
26087 (floathi splitters): Remove.
26088 (float<SWI48x>xf2): New pattern.
26089 (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2. Drop
26090 code that tried to handle DImode for 32-bit, but which was excluded
26091 by the pattern's condition. Drop allocation of stack temporary.
26092 (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
26093 (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
26094 (*float<SWI48><MODEF>2_mixed_interunit): Remove.
26095 (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
26096 (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
26097 (*float<SWI48><MODEF>2_sse_with_temp): Remove.
26098 (*float<SWI48><MODEF>2_sse_interunit): Remove.
26099 (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
26100 (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
26101 (*float<SWI48x><X87MODEF>2_i387): Remove.
26102 (all float _with_temp splitters): Remove.
26103 (*float<SWI48x><MODEF>2_i387): New pattern.
26104 (*float<SWI48><MODEF>2_sse): New pattern.
26105 (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
26106 (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
26108 2014-03-14 Jakub Jelinek <jakub@redhat.com>
26109 Marek Polacek <polacek@redhat.com>
26111 PR middle-end/60484
26112 * common.opt (dump_base_name_prefixed): New Variable.
26113 * opts.c (finish_options): Don't prepend directory to x_dump_base_name
26114 if x_dump_base_name_prefixed is already set, set it at the end.
26116 2014-03-14 Vladimir Makarov <vmakarov@redhat.com>
26118 PR rtl-optimization/60508
26119 * lra-constraints.c (get_reload_reg): Add new parameter
26121 (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
26122 Pass the new parameter values.
26124 2014-03-14 Richard Biener <rguenther@suse.de>
26126 * common.opt: Revert unintented changes from r205065.
26127 * opts.c: Likewise.
26129 2014-03-14 Richard Biener <rguenther@suse.de>
26131 PR middle-end/60518
26132 * cfghooks.c (split_block): Properly adjust all loops the
26133 block was a latch of.
26135 2014-03-14 Martin Jambor <mjambor@suse.cz>
26138 * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
26141 2014-03-14 Georg-Johann Lay <avr@gjlay.de>
26144 * config/avr/avr.c (avr_set_current_function): Pass function name
26145 through default_strip_name_encoding before sanity checking instead
26146 of skipping the first char of the assembler name.
26148 2014-03-13 Richard Henderson <rth@redhat.com>
26151 * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
26152 (ix86_force_to_memory, ix86_free_from_memory): Remove.
26153 * config/i386/i386-protos.h: Likewise.
26154 * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
26155 in the expander instead of a splitter.
26156 (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
26157 any possibility of requiring a memory.
26158 (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
26159 (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
26160 (fp branch splitters): Update for ix86_split_fp_branch.
26161 (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
26162 (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
26163 (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
26164 (*fop_<MODEF>_2_i387): Remove f/r alternative.
26165 (*fop_<MODEF>_3_i387): Likewise.
26166 (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
26167 (splitters for the fop_* register patterns): Remove.
26168 (fscalexf4_i387): Rename from *fscalexf4_i387.
26169 (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
26171 2014-03-13 Jakub Jelinek <jakub@redhat.com>
26173 PR tree-optimization/59779
26174 * tree-dfa.c (get_ref_base_and_extent): Use double_int
26175 type for bitsize and maxsize instead of HOST_WIDE_INT.
26177 2014-03-13 Steven Bosscher <steven@gcc.gnu.org>
26179 PR rtl-optimization/57320
26180 * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
26181 the CFG after thread_prologue_and_epilogue_insns.
26183 2014-03-13 Vladimir Makarov <vmakarov@redhat.com>
26185 PR rtl-optimization/57189
26186 * lra-constraints.c (process_alt_operands): Disfavor spilling
26189 2014-03-13 Cesar Philippidis <cesar@codesourcery.com>
26191 * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
26193 2014-03-13 Jakub Jelinek <jakub@redhat.com>
26195 PR tree-optimization/59025
26196 PR middle-end/60418
26197 * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
26198 same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
26200 2014-03-13 Georg-Johann Lay <avr@gjlay.de>
26203 * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
26204 calls of avr_out_plus_1.
26206 2014-03-13 Bin Cheng <bin.cheng@arm.com>
26208 * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
26209 BB's single pred and update the father loop's latch info later.
26211 2014-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
26213 * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
26217 (VEC_base): Likewise.
26218 (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
26219 registers, we need to swap double words in little endian mode.
26221 * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
26222 to be a container mode for 128-bit integer operations added in ISA
26223 2.07. Unlike TImode and PTImode, the preferred register set is
26224 the Altivec/VMX registers for the 128-bit operations.
26226 * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
26228 (rs6000_split_128bit_ok_p): Likewise.
26230 * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
26231 macros for creating ISA 2.07 normal and overloaded builtin
26232 functions with 3 arguments.
26233 (BU_P8V_OVERLOAD_3): Likewise.
26234 (VPERM_1T): Add support for V1TImode in 128-bit vector operations
26235 for use as overloaded functions.
26236 (VPERM_1TI_UNS): Likewise.
26237 (VSEL_1TI): Likewise.
26238 (VSEL_1TI_UNS): Likewise.
26239 (ST_INTERNAL_1ti): Likewise.
26240 (LD_INTERNAL_1ti): Likewise.
26241 (XXSEL_1TI): Likewise.
26242 (XXSEL_1TI_UNS): Likewise.
26243 (VPERM_1TI): Likewise.
26244 (VPERM_1TI_UNS): Likewise.
26245 (XXPERMDI_1TI): Likewise.
26246 (SET_1TI): Likewise.
26247 (LXVD2X_V1TI): Likewise.
26248 (STXVD2X_V1TI): Likewise.
26249 (VEC_INIT_V1TI): Likewise.
26250 (VEC_SET_V1TI): Likewise.
26251 (VEC_EXT_V1TI): Likewise.
26252 (EQV_V1TI): Likewise.
26253 (NAND_V1TI): Likewise.
26254 (ORC_V1TI): Likewise.
26255 (VADDCUQ): Add support for 128-bit integer arithmetic instructions
26256 added in ISA 2.07. Add both normal 'altivec' builtins, and the
26257 overloaded builtin.
26258 (VADDUQM): Likewise.
26259 (VSUBCUQ): Likewise.
26260 (VADDEUQM): Likewise.
26261 (VADDECUQ): Likewise.
26262 (VSUBEUQM): Likewise.
26263 (VSUBECUQ): Likewise.
26265 * config/rs6000/rs6000-c.c (__int128_type): New static to hold
26266 __int128_t and __uint128_t types.
26267 (__uint128_type): Likewise.
26268 (altivec_categorize_keyword): Add support for vector __int128_t,
26269 vector __uint128_t, vector __int128, and vector unsigned __int128
26270 as a container type for TImode operations that need to be done in
26271 VSX/Altivec registers.
26272 (rs6000_macro_to_expand): Likewise.
26273 (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
26274 to support 128-bit integer instructions vaddcuq, vadduqm,
26275 vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
26276 (altivec_resolve_overloaded_builtin): Add support for V1TImode.
26278 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
26279 for V1TImode, and set up preferences to use VSX/Altivec registers.
26280 Setup VSX reload handlers.
26281 (rs6000_debug_reg_global): Likewise.
26282 (rs6000_init_hard_regno_mode_ok): Likewise.
26283 (rs6000_preferred_simd_mode): Likewise.
26284 (vspltis_constant): Do not allow V1TImode as easy altivec constants.
26285 (easy_altivec_constant): Likewise.
26286 (output_vec_const_move): Likewise.
26287 (rs6000_expand_vector_set): Convert V1TImode set and extract to
26289 (rs6000_expand_vector_extract): Likewise.
26290 (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
26292 (rs6000_const_vec): Add support for V1TImode.
26293 (rs6000_emit_le_vsx_load): Swap double words when loading or
26294 storing TImode/V1TImode.
26295 (rs6000_emit_le_vsx_store): Likewise.
26296 (rs6000_emit_le_vsx_move): Likewise.
26297 (rs6000_emit_move): Add support for V1TImode.
26298 (altivec_expand_ld_builtin): Likewise.
26299 (altivec_expand_st_builtin): Likewise.
26300 (altivec_expand_vec_init_builtin): Likewise.
26301 (altivec_expand_builtin): Likewise.
26302 (rs6000_init_builtins): Add support for V1TImode type. Add
26303 support for ISA 2.07 128-bit integer builtins. Define type names
26304 for the VSX/Altivec vector types.
26305 (altivec_init_builtins): Add support for overloaded vector
26306 functions with V1TImode type.
26307 (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
26308 (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
26310 (rs6000_split_128bit_ok_p): Likewise.
26311 (rs6000_handle_altivec_attribute): Create V1TImode from vector
26312 __int128_t and vector __uint128_t.
26314 * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
26315 and mode attributes.
26317 (VSX_M2): Likewise.
26322 (VS_scalar): Likewise.
26323 (VS_double): Likewise.
26324 (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
26326 * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
26327 we support the ISA 2.07 128-bit integer arithmetic instructions.
26328 (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
26329 (enum rs6000_builtin_type_index): Add fields to hold V1TImode
26330 and TImode types for use with the builtin functions.
26331 (V1TI_type_node): Likewise.
26332 (unsigned_V1TI_type_node): Likewise.
26333 (intTI_type_internal_node): Likewise.
26334 (uintTI_type_internal_node): Likewise.
26336 * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
26337 128-bit builtin functions.
26338 (UNSPEC_VADDEUQM): Likewise.
26339 (UNSPEC_VADDECUQ): Likewise.
26340 (UNSPEC_VSUBCUQ): Likewise.
26341 (UNSPEC_VSUBEUQM): Likewise.
26342 (UNSPEC_VSUBECUQ): Likewise.
26343 (VM): Add V1TImode to vector mode iterators.
26345 (VI_unit): Likewise.
26346 (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
26347 (altivec_vaddcuq): Likewise.
26348 (altivec_vsubuqm): Likewise.
26349 (altivec_vsubcuq): Likewise.
26350 (altivec_vaddeuqm): Likewise.
26351 (altivec_vaddecuq): Likewise.
26352 (altivec_vsubeuqm): Likewise.
26353 (altivec_vsubecuq): Likewise.
26355 * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
26357 (BOOL_128): Likewise.
26358 (BOOL_REGS_OUTPUT): Likewise.
26359 (BOOL_REGS_OP1): Likewise.
26360 (BOOL_REGS_OP2): Likewise.
26361 (BOOL_REGS_UNARY): Likewise.
26362 (BOOL_REGS_AND_CR0): Likewise.
26364 * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
26365 128-bit integer builtin support.
26366 (vec_vadduqm): Likewise.
26367 (vec_vaddecuq): Likewise.
26368 (vec_vaddeuqm): Likewise.
26369 (vec_vsubecuq): Likewise.
26370 (vec_vsubeuqm): Likewise.
26371 (vec_vsubcuq): Likewise.
26372 (vec_vsubuqm): Likewise.
26374 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
26375 Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
26376 vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
26377 128-bit integer add/subtract to ISA 2.07.
26379 2014-03-12 Joern Rennecke <joern.rennecke@embecosm.com>
26381 * config/arc/arc.c (arc_predicate_delay_insns):
26382 Fix third argument passed to conditionalize_nonjump.
26384 2014-03-12 Yufeng Zhang <yufeng.zhang@arm.com>
26386 * config/aarch64/aarch64-builtins.c
26387 (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
26388 BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
26389 * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
26390 instead of __builtin_lfloor.
26391 (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
26393 2014-03-12 Jakub Jelinek <jakub@redhat.com>
26395 * tree-ssa-ifcombine.c (forwarder_block_to): New function.
26396 (tree_ssa_ifcombine_bb_1): New function.
26397 (tree_ssa_ifcombine_bb): Use it. Handle also cases where else_bb
26398 is an empty forwarder block to then_bb or vice versa and then_bb
26399 and else_bb are effectively swapped.
26401 2014-03-12 Christian Bruel <christian.bruel@st.com>
26404 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
26405 REG_CFA_DEF_CFA note.
26406 (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
26407 (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
26409 2014-03-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
26411 PR tree-optimization/60454
26412 * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
26414 2014-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26416 * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
26417 Do not define target_cpu_default2 to generic.
26418 * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
26419 * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
26420 * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
26422 2014-03-12 Jakub Jelinek <jakub@redhat.com>
26423 Marc Glisse <marc.glisse@inria.fr>
26425 PR tree-optimization/60502
26426 * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
26427 instead of build_low_bits_mask.
26429 2014-03-12 Jakub Jelinek <jakub@redhat.com>
26431 PR middle-end/60482
26432 * tree-vrp.c (register_edge_assert_for_1): Don't add assert
26433 if there are multiple uses, but op doesn't live on E edge.
26434 * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
26435 clobber stmts before __builtin_unreachable.
26437 2014-03-11 Richard Sandiford <rdsandiford@googlemail.com>
26439 * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
26440 hard_frame_pointer_rtx.
26441 * cse.c (cse_insn): Remove volatile check.
26442 * cselib.c (cselib_process_insn): Likewise.
26443 * dse.c (scan_insn): Likewise.
26445 2014-03-11 Joern Rennecke <joern.rennecke@embecosm.com>
26447 * config/arc/arc.c (conditionalize_nonjump): New function,
26449 (arc_ifcvt): ... this.
26450 (arc_predicate_delay_insns): Use it.
26452 2014-03-11 Joern Rennecke <joern.rennecke@embecosm.com>
26454 * config/arc/predicates.md (extend_operand): During/after reload,
26455 allow const_int_operand.
26456 * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
26457 (umulsidi3_700): Likewise. Change operand 2 constraint back to "cL".
26458 (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
26460 (umulsi3_highpart_i): Likewise.
26462 2014-03-11 Richard Biener <rguenther@suse.de>
26464 * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
26465 Add asserts to guard possible wrong-code bugs.
26467 2014-03-11 Richard Biener <rguenther@suse.de>
26469 PR tree-optimization/60429
26470 PR tree-optimization/60485
26471 * tree-ssa-structalias.c (set_union_with_increment): Properly
26472 take into account all fields that overlap the shifted vars.
26473 (do_sd_constraint): Likewise.
26474 (do_ds_constraint): Likewise.
26475 (get_constraint_for_ptr_offset): Likewise.
26477 2014-03-11 Chung-Lin Tang <cltang@codesourcery.com>
26479 * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
26480 (nios2_compute_frame_layout):
26481 Add calculation of cfun->machine->fp_save_offset.
26482 (nios2_expand_prologue): Correct setting of frame pointer register
26484 (nios2_expand_epilogue): Update recovery of stack pointer from
26485 frame pointer accordingly.
26486 (nios2_initial_elimination_offset): Update calculation of offset
26487 for eliminating to HARD_FRAME_POINTER_REGNUM.
26489 2014-03-10 Jakub Jelinek <jakub@redhat.com>
26492 * ipa.c (symtab_remove_unreachable_nodes): Don't call
26493 cgraph_get_create_node on VAR_DECLs.
26495 2014-03-10 Richard Biener <rguenther@suse.de>
26497 PR middle-end/60474
26498 * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
26500 2014-03-08 Douglas B Rupp <rupp@gnat.com>
26502 * config/vms/vms.opt (vms_float_format): New variable.
26504 2014-03-08 Tobias Burnus <burnus@net-b.de>
26506 * doc/invoke.texi (-fcilkplus): Update implementation status.
26508 2014-03-08 Paulo Matos <paulo@matos-sorge.com>
26509 Richard Biener <rguenther@suse.de>
26511 * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
26512 consistently accross all TUs.
26513 (run_gcc): Enable -fshort-double automatically at link at link-time
26514 and disallow override.
26516 2014-03-08 Richard Sandiford <rdsandiford@googlemail.com>
26519 * config/mips/mips.c (mips_option_override): Promote -mpaired-single
26520 warning to an error. Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
26521 if they can't be used.
26523 2014-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26525 * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
26526 for Solaris 11/x86 ld.
26527 * configure: Regenerate.
26529 2014-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26531 * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
26532 (LIB_TLS_SPEC): Save as ld_tls_libs.
26533 (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
26534 (HAVE_AS_IX86_TLSLDM): New test.
26535 * configure, config.in: Regenerate.
26536 * config/i386/i386.c (legitimize_tls_address): Fall back to
26537 TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
26538 cannot support TLS_MODEL_LOCAL_DYNAMIC.
26539 * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
26540 instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
26542 2014-03-07 Paulo Matos <paulo@matos-sorge.com>
26544 * common.opt (fira-loop-pressure): Mark as optimization.
26546 2014-03-07 Thomas Schwinge <thomas@codesourcery.com>
26548 * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
26549 an OpenMP mappable type.
26551 2014-03-06 Matthias Klose <doko@ubuntu.com>
26553 * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
26554 MULTILIB_OSDIRNAMES is not defined.
26556 2014-03-06 Jakub Jelinek <jakub@redhat.com>
26557 Meador Inge <meadori@codesourcery.com>
26560 * config/arm/arm.c (arm_tls_symbol_p): Remove.
26561 (arm_legitimize_address): Call legitimize_tls_address for any
26562 arm_tls_referenced_p expression, handle constant addend. Call it
26563 before testing for !TARGET_ARM.
26564 (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
26566 2014-03-06 Richard Biener <rguenther@suse.de>
26568 PR middle-end/60445
26572 2014-03-04 Paulo Matos <paulo@matos-sorge.com>
26574 * tree-streamer.c (record_common_node): Assert we don't record
26575 nodes with type double.
26576 (preload_common_node): Skip type double, complex double and double
26577 pointer since it is now frontend dependent due to fshort-double option.
26579 2014-03-06 Richard Biener <rguenther@suse.de>
26581 * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
26582 or -fno-lto is specified and the linker has full plugin support.
26583 * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
26584 (main): Remove -flto processing, adjust lto_mode using use_plugin late.
26585 * lto-wrapper.c (merge_and_complain): Merge compile-time
26586 optimization levels.
26587 (run_gcc): And pass it through to the link options.
26589 2014-03-06 Alexandre Oliva <aoliva@redhat.com>
26593 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
26595 * cselib.c (remove_useless_values): Skip to avoid quadratic
26596 behavior if the condition moved from...
26597 (cselib_process_insn): ... here holds.
26599 2014-03-05 Jakub Jelinek <jakub@redhat.com>
26602 * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
26603 ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
26606 * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
26607 (TM_H): Add x86-tune.def.
26609 2014-03-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26611 * config/aarch64/aarch64.c (generic_tunings):
26612 Use cortexa57_extra_costs.
26614 2014-03-05 Jakub Jelinek <jakub@redhat.com>
26617 * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
26618 of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
26619 * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
26622 2014-03-04 Heiher <r@hev.cc>
26624 * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
26625 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
26627 2014-03-04 Uros Bizjak <ubizjak@gmail.com>
26629 * config/i386/predicates.md (const2356_operand): Change to ...
26630 (const2367_operand): ... this.
26631 * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
26633 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
26634 (*avx512pf_scatterpf<mode>sf): Ditto.
26635 (avx512pf_scatterpf<mode>df): Ditto.
26636 (*avx512pf_scatterpf<mode>df_mask): Ditto.
26637 (*avx512pf_scatterpf<mode>df): Ditto.
26638 * config/i386/i386.c (ix86_expand_builtin): Update
26639 incorrect hint operand error message.
26641 2014-03-04 Richard Biener <rguenther@suse.de>
26643 * lto-section-in.c (lto_get_section_data): Fix const cast.
26645 2014-03-04 Paulo Matos <paulo@matos-sorge.com>
26647 * tree-streamer.c (record_common_node): Assert we don't record
26648 nodes with type double.
26649 (preload_common_node): Skip type double, complex double and double
26650 pointer since it is now frontend dependent due to fshort-double option.
26652 2014-03-04 Richard Biener <rguenther@suse.de>
26655 * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
26656 (lto_input_toplevel_asms): Likewise.
26657 * lto-section-in.c (lto_get_section_data): Instead do it here
26660 2014-03-04 Richard Biener <rguenther@suse.de>
26662 PR tree-optimization/60382
26663 * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
26664 dead PHIs a reduction.
26666 2014-03-03 Uros Bizjak <ubizjak@gmail.com>
26668 * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
26670 (_mm_prefetch): Move out of GCC target("sse") pragma.
26671 * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
26672 GCC target("prfchw") pragma.
26673 * config/i386/i386.md (prefetch): Emit prefetchwt1 only
26675 * config/i386/i386.c (ix86_option_override_internal): Enable
26676 -mprfchw with -mprefetchwt1.
26678 2014-03-03 Joern Rennecke <joern.rennecke@embecosm.com>
26680 * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
26683 2014-03-03 Joern Rennecke <joern.rennecke@embecosm.com>
26685 * opts.h (CL_PCH_IGNORE): Define.
26686 * targhooks.c (option_affects_pch_p):
26687 Return false for options that have CL_PCH_IGNORE set.
26688 * opt-functions.awk: Process PchIgnore.
26689 * doc/options.texi: Document PchIgnore.
26691 * config/arc/arc.opt (misize): Add PchIgnore property.
26693 2014-03-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26695 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
26696 reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
26697 constraint on constants to permit them being loaded into
26698 GENERAL_REGS or BASE_REGS.
26700 2014-03-03 Nick Clifton <nickc@redhat.com>
26702 * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
26703 anti-cacnonical alternatives.
26704 (negandhi3_real): New pattern.
26705 * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
26707 2014-03-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
26709 * config/avr/avr-mcus.def: Remove atxmega16x1.
26710 * config/avr/avr-tables.opt: Regenerate.
26711 * config/avr/t-multilib: Regenerate.
26712 * doc/avr-mmcu.texi: Regenerate.
26714 2014-03-03 Tobias Grosser <tobias@grosser.es>
26715 Mircea Namolaru <mircea.namolaru@inria.fr>
26717 PR tree-optimization/58028
26718 * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
26721 2014-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
26723 * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
26724 not handled by recognizers.
26726 2014-03-03 Jakub Jelinek <jakub@redhat.com>
26728 PR middle-end/60175
26729 * function.c (expand_function_end): Don't emit
26730 clobber_return_register sequence if clobber_after is a BARRIER.
26731 * cfgexpand.c (construct_exit_block): Append instructions before
26732 return_label to prev_bb.
26734 2014-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26736 * config/rs6000/constraints.md: Document reserved use of "wc".
26738 2014-03-02 Jan Hubicka <hubicka@ucw.cz>
26741 * ipa.c (function_and_variable_visibility): When dissolving comdat
26742 group, also set all symbols to local.
26744 2014-03-02 Jan Hubicka <hubicka@ucw.cz>
26749 2013-12-14 Jan Hubicka <jh@suse.cz>
26750 PR middle-end/58477
26751 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
26753 2014-03-02 Jon Beniston <jon@beniston.com>
26759 * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
26760 (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
26761 * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
26762 (simple_return, *simple_return): New patterns
26763 * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
26764 * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
26766 2014-03-01 Paolo Carlini <paolo.carlini@oracle.com>
26768 * dwarf2out.c (gen_subprogram_die): Tidy.
26770 2014-03-01 Oleg Endo <olegendo@gcc.gnu.org>
26773 * config/sh/sh.md (*mov_t_msb_neg): Split into ...
26774 (*mov_t_msb_neg_negc): ... this new insn.
26776 2014-02-28 Jason Merrill <jason@redhat.com>
26779 * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
26782 2014-02-28 Paolo Carlini <paolo.carlini@oracle.com>
26785 * dwarf2out.c (decltype_auto_die): New static.
26786 (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
26787 (gen_type_die_with_usage): Handle 'decltype(auto)'.
26788 (is_cxx_auto): Likewise.
26790 2014-02-28 Ian Bolton <ian.bolton@arm.com>
26792 * config/aarch64/aarch64.h: Define __ARM_NEON by default if
26793 we are not using general regs only.
26795 2014-02-28 Richard Biener <rguenther@suse.de>
26798 * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
26799 previous fix and only allow to remove trivial pre-headers
26800 and latches. Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
26801 (remove_forwarder_block): Properly update the latch of a loop.
26803 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
26806 * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
26807 (cselib_preserved_hash_table): New.
26808 (preserve_constants_and_equivs): Move preserved vals to it.
26809 (cselib_find_slot): Look it up first.
26810 (cselib_init): Initialize it.
26811 (cselib_finish): Release it.
26812 (dump_cselib_table): Dump it.
26814 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
26817 * cselib.c (remove_useless_values): Skip to avoid quadratic
26818 behavior if the condition moved from...
26819 (cselib_process_insn): ... here holds.
26821 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
26824 * var-tracking.c (vt_initialize): Apply the same condition to
26825 preserve the CFA base value.
26827 2014-02-28 Joey Ye <joey.ye@arm.com>
26830 * config/arm/arm.c (thumb_far_jump_used_p): Don't change
26831 if reload in progress or completed.
26833 2014-02-28 Tobias Burnus <burnus@net-b.de>
26835 PR middle-end/60147
26836 * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
26839 2014-02-27 H.J. Lu <hongjiu.lu@intel.com>
26841 * doc/tm.texi.in (Condition Code Status): Update documention for
26842 relative locations of cc0-setter and cc0-user.
26844 2014-02-27 Jeff Law <law@redhat.com>
26846 PR rtl-optimization/52714
26847 * combine.c (try_combine): When splitting an unrecognized PARALLEL
26848 into two independent simple sets, if I3 is a jump, ensure the
26849 pattern we place into I3 is a (set (pc) ...).
26851 2014-02-27 Mikael Pettersson <mikpe@it.uu.se>
26852 Jeff Law <law@redhat.com>
26854 PR rtl-optimization/49847
26855 * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
26856 are in different blocks.
26857 * doc/tm.texi (Condition Code Status): Update documention for
26858 relative locations of cc0-setter and cc0-user.
26860 2014-02-27 Vladimir Makarov <vmakarov@redhat.com>
26863 * lra.c (lra_emit_add): Check SUBREG too.
26865 2014-02-27 Andreas Schwab <schwab@suse.de>
26867 * config/m68k/m68k.c (m68k_option_override): Disable
26868 -flive-range-shrinkage for classic m68k.
26869 (m68k_override_options_after_change): Likewise.
26871 2014-02-27 Marek Polacek <polacek@redhat.com>
26873 PR middle-end/59223
26874 * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
26875 -Wmaybe-uninitialized.
26877 2014-02-27 Alan Modra <amodra@gmail.com>
26880 * reload1.c (emit_input_reload_insns): When reload_override_in,
26881 set old to rl->in_reg when rl->in_reg is a subreg.
26883 2014-02-26 Richard Biener <rguenther@suse.de>
26886 * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
26888 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
26890 * common/config/i386/predicates.md (const1256_operand): Remove.
26891 (const2356_operand): New.
26892 (const_1_to_2_operand): Remove.
26893 * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
26894 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
26895 (*avx512pf_gatherpf<mode>sf): Ditto.
26896 (avx512pf_gatherpf<mode>df): Ditto.
26897 (*avx512pf_gatherpf<mode>df_mask): Ditto.
26898 (*avx512pf_gatherpf<mode>df): Ditto.
26899 (avx512pf_scatterpf<mode>sf): Ditto.
26900 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
26901 (*avx512pf_scatterpf<mode>sf): Ditto.
26902 (avx512pf_scatterpf<mode>df): Ditto.
26903 (*avx512pf_scatterpf<mode>df_mask): Ditto.
26904 (*avx512pf_scatterpf<mode>df): Ditto.
26905 * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
26907 2014-02-26 Ilya Tocar <ilya.tocar@intel.com>
26909 * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
26910 (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
26911 (_mm512_mask_testn_epi64_mask): Move to ...
26912 * config/i386/avx512cdintrin.h: Here.
26913 * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
26914 * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
26915 (avx512f_scalef<mode><mask_name><round_name>): Ditto.
26916 (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
26917 TARGET_AVX512F from TARGET_AVX512CD.
26919 2014-02-26 Richard Biener <rguenther@suse.de>
26922 * ipa.c (walk_polymorphic_call_targets): Properly guard
26923 call to inline_update_overall_summary.
26925 2014-02-26 Bin Cheng <bin.cheng@arm.com>
26928 * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
26929 and latches only if requested. Fix latch if it is removed.
26930 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
26931 LOOPS_HAVE_PREHEADERS.
26933 2014-02-25 Andrew Pinski <apinski@cavium.com>
26935 * builtins.c (expand_builtin_thread_pointer): Create a new target
26936 when the target is NULL.
26938 2014-02-25 Vladimir Makarov <vmakarov@redhat.com>
26940 PR rtl-optimization/60317
26941 * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
26942 * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
26943 * lra-assigns.c: Include params.h.
26944 (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
26945 other reload pseudos considerations.
26947 2014-02-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26949 * config/rs6000/vector.md (*vector_unordered<mode>): Change split
26950 to use canonical form for nor<mode>3.
26952 2014-02-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26955 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
26958 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
26960 * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
26961 (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
26962 (ix86_handle_option): Handle OPT_mprefetchwt1.
26963 * config/i386/cpuid.h (bit_PREFETCHWT1): New.
26964 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
26966 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
26967 OPTION_MASK_ISA_PREFETCHWT1.
26968 * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
26969 (PTA_PREFETCHWT1): New.
26970 (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
26971 (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
26972 * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
26973 * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
26974 (*prefetch_avx512pf_<mode>_: Change into ...
26975 (*prefetch_prefetchwt1_<mode>: This.
26976 * config/i386/i386.opt (mprefetchwt1): New.
26977 * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
26978 (_mm_prefetch): Handle intent to write.
26979 * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
26981 2014-02-25 Richard Biener <rguenther@suse.de>
26983 PR middle-end/60291
26984 * emit-rtl.c (mem_attrs_htab): Remove.
26985 (mem_attrs_htab_hash): Likewise.
26986 (mem_attrs_htab_eq): Likewise.
26987 (set_mem_attrs): Always allocate new mem-attrs when something changed.
26988 (init_emit_once): Do not allocate mem_attrs_htab.
26990 2014-02-25 Richard Biener <rguenther@suse.de>
26993 * lto-opts.c (lto_write_options): Output non-explicit conservative
26994 -fwrapv, -fno-trapv and -fno-strict-overflow.
26995 * lto-wrapper.c (merge_and_complain): Handle merging those options.
26996 (run_gcc): And pass them through.
26998 2014-02-25 Andrey Belevantsev <abel@ispras.ru>
27000 * sel-sched.c (calculate_new_fences): New parameter ptime.
27001 Calculate it as a maximum over all fence cycles.
27002 (sel_sched_region_2): Adjust the call to calculate_new_fences.
27003 Print the final schedule timing when sched_verbose.
27005 2014-02-25 Andrey Belevantsev <abel@ispras.ru>
27007 PR rtl-optimization/60292
27008 * sel-sched.c (fill_vec_av_set): Do not reset target availability
27009 bit fot the fence instruction.
27011 2014-02-24 Alangi Derick <alangiderick@gmail.com>
27013 * calls.h: Fix typo in comment.
27015 2014-02-24 John David Anglin <danglin@gcc.gnu.org>
27017 * config/pa/pa.c (pa_output_move_double): Don't valididate when
27018 adjusting offsetable addresses.
27020 2014-02-24 Guozhi Wei <carrot@google.com>
27022 * sparseset.h (sparseset_pop): Fix the wrong index.
27024 2014-02-24 Walter Lee <walt@tilera.com>
27026 * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
27027 (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
27029 * common/config/tilegx/tilegx-common.c
27030 (TARGET_DEFAULT_TARGET_FLAGS): Define.
27031 * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
27032 (LINK_SPEC): Ditto.
27033 * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
27034 * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
27035 (tilegx_gimplify_va_arg_expr): Handle big endian.
27036 (tilegx_expand_unaligned_load): Ditto.
27037 (tilegx_expand_unaligned_store): Ditto.
27038 (TARGET_RETURN_IN_MSB): New.
27039 * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
27040 (TARGET_ENDIAN_DEFAULT): New.
27041 (TARGET_BIG_ENDIAN): Handle big endian.
27042 (BYTES_BIG_ENDIAN): Ditto.
27043 (WORDS_BIG_ENDIAN): Ditto.
27044 (FLOAT_WORDS_BIG_ENDIAN): Ditto.
27045 (ENDIAN_SPEC): New.
27046 (EXTRA_SPECS): New.
27047 * config/tilegx/tilegx.md (extv): Handle big endian.
27049 (insn_st<n>): Ditto.
27050 (insn_st<n>_add<bitsuffix>): Ditto.
27051 (insn_stnt<n>): Ditto.
27052 (insn_stnt<n>_add<bitsuffix>):Ditto.
27053 (vec_interleave_highv8qi): Handle big endian.
27054 (vec_interleave_highv8qi_be): New.
27055 (vec_interleave_highv8qi_le): New.
27056 (insn_v1int_h): Handle big endian.
27057 (vec_interleave_lowv8qi): Handle big endian.
27058 (vec_interleave_lowv8qi_be): New.
27059 (vec_interleave_lowv8qi_le): New.
27060 (insn_v1int_l): Handle big endian.
27061 (vec_interleave_highv4hi): Handle big endian.
27062 (vec_interleave_highv4hi_be): New.
27063 (vec_interleave_highv4hi_le): New.
27064 (insn_v2int_h): Handle big endian.
27065 (vec_interleave_lowv4hi): Handle big endian.
27066 (vec_interleave_lowv4hi_be): New.
27067 (vec_interleave_lowv4hi_le): New.
27068 (insn_v2int_l): Handle big endian.
27069 (vec_interleave_highv2si): Handle big endian.
27070 (vec_interleave_highv2si_be): New.
27071 (vec_interleave_highv2si_le): New.
27072 (insn_v4int_h): Handle big endian.
27073 (vec_interleave_lowv2si): Handle big endian.
27074 (vec_interleave_lowv2si_be): New.
27075 (vec_interleave_lowv2si_le): New.
27076 (insn_v4int_l): Handle big endian.
27077 * config/tilegx/tilegx.opt (mbig-endian): New option.
27078 (mlittle-endian): New option.
27079 * doc/install.texi: Document tilegxbe-linux.
27080 * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
27082 2014-02-24 Martin Jambor <mjambor@suse.cz>
27085 * ipa-cp.c (propagate_constants_accross_call): Bail out early if
27086 there are no parameter descriptors.
27088 2014-02-24 Andrey Belevantsev <abel@ispras.ru>
27090 PR rtl-optimization/60268
27091 * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
27092 initialization to ...
27093 (sched_rgn_init): ... here.
27094 (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
27096 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
27098 * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
27101 2014-02-23 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
27103 * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
27106 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
27108 * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
27109 define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
27111 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
27113 * config/microblaze/predicates.md: Add cmp_op predicate.
27114 * config/microblaze/microblaze.md: Add branch_compare instruction
27115 which uses cmp_op predicate and emits cmp insn before branch.
27116 * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
27117 to microblaze_expand_conditional_branch and consolidate logic.
27118 (microblaze_expand_conditional_branch): emit branch_compare
27119 insn instead of handling cmp op separate from branch insn.
27121 2014-02-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27123 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
27126 2014-02-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27128 * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
27129 define_insn with define_expand and new define_insn
27130 *altivec_lve<VI_char>x_internal.
27131 (altivec_stve<VI_char>x): Replace define_insn with define_expand
27132 and new define_insn *altivec_stve<VI_char>x_internal.
27133 * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
27135 * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
27137 (altivec_expand_stvex_be): New function.
27139 2014-02-22 Joern Rennecke <joern.rennecke@embecosm.com>
27141 * config/avr/avr.c (avr_can_eliminate): Allow elimination from
27142 ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
27143 * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
27144 ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
27146 2014-02-21 Vladimir Makarov <vmakarov@redhat.com>
27149 * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
27150 instead of emit_move_insn.
27152 2014-02-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27154 * config/rs6000/altivec.md (altivec_vsumsws): Replace second
27155 vspltw with vsldoi.
27156 (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
27157 gen_altivec_vsumsws.
27159 2014-02-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27161 * config/rs6000/altivec.md (altivec_lvxl): Rename as
27162 *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
27163 (altivec_lvxl_<mode>): New define_expand incorporating
27164 -maltivec=be semantics where needed.
27165 (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
27166 (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
27167 semantics where needed.
27168 (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
27169 (altivec_stvx_<mode>): New define_expand incorporating
27170 -maltivec=be semantics where needed.
27171 (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
27172 VM2 iterator instead of V4SI.
27173 (altivec_stvxl_<mode>): New define_expand incorporating
27174 -maltivec=be semantics where needed.
27175 * config/rs6000/rs6000-builtin.def: Add new built-in definitions
27176 LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
27177 LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
27178 STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
27179 STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
27180 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
27181 ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
27182 similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
27183 ALTIVEC_BUILTIN_STVXL.
27184 * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
27185 (altivec_expand_stvx_be): Likewise.
27186 * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
27187 (altivec_expand_lvx_be): Likewise.
27188 (altivec_expand_stvx_be): Likewise.
27189 (altivec_expand_builtin): Add cases for
27190 ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
27191 ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
27192 (altivec_init_builtins): Add definitions for
27193 __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
27194 __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
27196 2014-02-21 Catherine Moore <clm@codesourcery.com>
27198 * doc/invoke.texi (mvirt, mno-virt): Document.
27199 * config/mips/mips.opt (mvirt): New option.
27200 * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
27202 2014-02-21 Richard Biener <rguenther@suse.de>
27204 PR tree-optimization/60276
27205 * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
27206 (STMT_VINFO_MIN_NEG_DIST): New macro.
27207 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
27208 STMT_VINFO_MIN_NEG_DIST.
27209 * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
27210 made for negative dependence distances still hold.
27212 2014-02-21 Richard Biener <rguenther@suse.de>
27214 PR middle-end/60291
27215 * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
27216 DECL_INITIAL for globals not in the current function context.
27218 2014-02-21 Jakub Jelinek <jakub@redhat.com>
27220 PR tree-optimization/56490
27221 * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
27222 * tree-ssa-uninit.c: Include params.h.
27223 (compute_control_dep_chain): Add num_calls argument, return false
27224 if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
27225 num_calls to recursive call.
27226 (find_predicates): Change dep_chain into normal array,
27227 cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
27228 variable and adjust compute_control_dep_chain caller.
27229 (find_def_preds): Likewise.
27231 2014-02-21 Thomas Schwinge <thomas@codesourcery.com>
27233 * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
27234 <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
27236 2014-02-21 Nick Clifton <nickc@redhat.com>
27238 * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
27239 (pushhi1): Likewise.
27240 (popqi1): Add mode to pre_dec.
27241 (pophi1): Likewise.
27243 2014-02-21 Jakub Jelinek <jakub@redhat.com>
27245 * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
27246 mode for mask of V8SFmode permutation.
27248 2014-02-20 Richard Henderson <rth@redhat.com>
27251 * builtins.c (expand_builtin_atomic_compare_exchange): Always make
27252 a new pseudo for OLDVAL.
27254 2014-02-20 Jakub Jelinek <jakub@redhat.com>
27257 * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
27258 gen_reg_rtx if d->testing_p.
27259 (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
27260 if d->testing_p and we will certainly return true.
27261 (expand_vec_perm_even_odd_1): Likewise. Don't call gen_reg_rtx
27264 2014-02-20 Uros Bizjak <ubizjak@gmail.com>
27266 * emit-rtl.c (gen_reg_rtx): Assert that
27267 crtl->emit.regno_pointer_align_length is non-zero.
27269 2014-02-20 Richard Henderson <rth@redhat.com>
27272 * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
27273 on failure the store back into EXPECT.
27275 2014-02-20 Chung-Lin Tang <cltang@codesourcery.com>
27276 Sandra Loosemore <sandra@codesourcery.com>
27278 * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
27279 * config/nios2/nios2.c (nios2_function_profiler): Add
27280 -fPIC (flag_pic == 2) support.
27281 (nios2_handle_custom_fpu_cfg): Fix warning parameter.
27282 (nios2_large_offset_p): New function.
27283 (nios2_unspec_reloc_p): Move up position, update to use
27284 nios2_large_offset_p.
27285 (nios2_unspec_address): Remove function.
27286 (nios2_unspec_offset): New function.
27287 (nios2_large_got_address): New function.
27288 (nios2_got_address): Add large offset support.
27289 (nios2_legitimize_tls_address): Update usage of removed and new
27291 (nios2_symbol_binds_local_p): New function.
27292 (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
27293 (nios2_legitimize_address): Update to use nios2_large_offset_p.
27294 (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
27295 (nios2_print_operand): Merge H/L processing, add hiadj/lo
27296 processing for (const (unspec ...)).
27297 (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
27299 2014-02-20 Richard Biener <rguenther@suse.de>
27301 * tree-cfg.c (replace_uses_by): Mark altered BBs before
27302 doing the substitution.
27303 (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
27305 2014-02-20 Martin Jambor <mjambor@suse.cz>
27308 * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
27309 info when checking whether lattices are bottom.
27311 2014-02-20 Richard Biener <rguenther@suse.de>
27313 PR middle-end/60221
27314 * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
27317 2014-02-20 Jan Hubicka <hubicka@ucw.cz>
27320 * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
27321 parameter specifying the scaling.
27322 (inline_call): Update.
27323 (want_inline_recursively): Guard division by zero.
27324 (recursive_inlining): Update.
27325 * ipa-inline.h (clone_inlined_nodes): Update.
27327 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
27330 * config/i386/i386.c (classify_argument): Pass structures of size
27331 64 bytes or less in register.
27333 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
27334 Kirill Yukhin <kirill.yukhin@intel.com>
27336 * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
27337 (_mm_rcp28_round_ss): Ditto.
27338 (_mm_rsqrt28_round_sd): Ditto.
27339 (_mm_rsqrt28_round_ss): Ditto.
27340 * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
27341 (_mm_rcp14_round_ss): Ditto.
27342 (_mm_rsqrt14_round_sd): Ditto.
27343 (_mm_rsqrt14_round_ss): Ditto.
27344 * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
27345 the first input operand, get rid of match_dup.
27346 (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
27348 (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
27350 (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
27351 operand as the first input operand, set type attribute.
27352 (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
27353 Set type attribute.
27354 (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
27355 operand as the first input operand, set type attribute.
27357 2014-02-19 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27359 * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
27362 2014-02-19 H.J. Lu <hongjiu.lu@intel.com>
27365 * config/i386/i386.c (construct_container): Remove TFmode check
27366 for X86_64_INTEGER_CLASS.
27368 2014-02-19 Uros Bizjak <ubizjak@gmail.com>
27371 * config/i386/i386.c (type_natural_mode): Warn for ABI changes
27372 only when -Wpsabi is enabled.
27374 2014-02-19 Michael Hudson-Doyle <michael.hudson@linaro.org>
27377 * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
27378 passing arrays in registers are the same as for structs, so remove the
27379 special case for them.
27381 2014-02-19 Eric Botcazou <ebotcazou@adacore.com>
27383 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
27384 destination type, extract only the valid bits if the source type is not
27385 integral and has a different mode.
27387 2014-02-19 Richard Biener <rguenther@suse.de>
27390 * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
27393 2014-02-19 Richard Biener <rguenther@suse.de>
27396 * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
27397 (ipa_modify_call_arguments): Emit an argument load explicitely and
27398 preserve virtual SSA form there and for the replacement call.
27399 Do not update SSA form nor free dominance info.
27401 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
27403 * ipa.c (function_and_variable_visibility): Also clear WEAK
27404 flag when disolving COMDAT_GROUP.
27406 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
27408 * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
27409 * ipa-prop.c (ipa_set_jf_known_type): Return early when
27410 not devirtualizing.
27411 (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
27412 do more sanity checks.
27413 (detect_type_change): Return true when giving up early.
27414 (compute_complex_assign_jump_func): Fix type parameter of
27415 ipa_set_ancestor_jf.
27416 (compute_complex_ancestor_jump_func): Likewise.
27417 (update_jump_functions_after_inlining): Fix updating of
27419 * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
27421 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
27423 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
27424 inline clones when edge disappears.
27426 2014-02-18 Michael Meissner <meissner@linux.vnet.ibm.com>
27429 * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
27430 Split 64-bit moves into 2 patterns. Do not allow the use of
27431 direct move for TDmode in little endian, since the decimal value
27432 has little endian bytes within a word, but the 64-bit pieces are
27433 ordered in a big endian fashion, and normal subreg's of TDmode are
27435 (mov<mode>_64bit_dm): Likewise.
27436 (movtd_64bit_nodm): Likewise.
27438 2014-02-18 Eric Botcazou <ebotcazou@adacore.com>
27440 PR tree-optimization/60174
27441 * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
27442 statement of an SSA_NAME that occurs in an abnormal PHI node.
27444 2014-02-18 Jakub Jelinek <jakub@redhat.com>
27447 * final.c (SEEN_BB): Remove.
27448 (SEEN_NOTE, SEEN_EMITTED): Renumber.
27449 (final_scan_insn): Don't force_source_line on second
27450 NOTE_INSN_BASIC_BLOCK.
27452 2014-02-18 Uros Bizjak <ubizjak@gmail.com>
27455 * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
27456 * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
27457 (type_natural_mode): Warn ABI change when %zmm register is not
27458 available for AVX512F vector value passing.
27460 2014-02-18 Kai Tietz <ktietz@redhat.com>
27463 * config/i386/i386.c (ix86_expand_prologue): Use value in
27464 rax register as displacement when restoring %r10 or %rax.
27465 Fix wrong offset when restoring both registers.
27467 2014-02-18 Eric Botcazou <ebotcazou@adacore.com>
27469 * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
27470 assertion with conditional return.
27472 2014-02-18 Jakub Jelinek <jakub@redhat.com>
27473 Uros Bizjak <ubizjak@gmail.com>
27476 * config/i386/driver-i386.c (host_detect_local_cpu): If
27477 YMM state is not saved by the OS, also clear has_f16c. Move
27478 CPUID 0x80000001 handling before YMM state saving checking.
27480 2014-02-18 Andrey Belevantsev <abel@ispras.ru>
27482 PR rtl-optimization/58960
27483 * haifa-sched.c (alloc_global_sched_pressure_data): New,
27484 factored out from ...
27485 (sched_init): ... here.
27486 (free_global_sched_pressure_data): New, factored out from ...
27487 (sched_finish): ... here.
27488 * sched-int.h (free_global_sched_pressure_data): Declare.
27489 * sched-rgn.c (nr_regions_initial): New static global.
27490 (haifa_find_rgns): Initialize it.
27491 (schedule_region): Disable sched-pressure for the newly
27494 2014-02-17 Richard Biener <rguenther@suse.de>
27496 * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
27497 release SSA defs of pattern stmts.
27499 2014-02-17 Richard Biener <rguenther@suse.de>
27501 * tree-inline.c (expand_call_inline): Release the virtual
27502 operand defined by the call we are about to inline.
27504 2014-02-17 Richard Biener <rguenther@suse.de>
27506 * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
27508 2014-02-17 Kirill Yukhin <kirill.yukhin@intel.com>
27509 Ilya Tocar <ilya.tocar@intel.com>
27511 * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
27512 arguments order in builtin.
27513 (_mm512_permutexvar_epi64): Ditto.
27514 (_mm512_mask_permutexvar_epi64): Ditto
27515 (_mm512_maskz_permutexvar_epi32): Ditto
27516 (_mm512_permutexvar_epi32): Ditto
27517 (_mm512_mask_permutexvar_epi32): Ditto
27519 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27521 * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
27522 (p8_vmrgow): Likewise.
27524 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27526 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
27529 2014-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
27532 * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
27533 (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
27534 into 64-bit and 32-bit moves. On 64-bit moves, add support for
27535 using direct move instructions on ISA 2.07. Also adjust
27536 instruction length for 64-bit.
27537 (mov<mode>_64bit, TFmode/TDmode): Likewise.
27538 (mov<mode>_32bit, TFmode/TDmode): Likewise.
27540 2014-02-15 Alan Modra <amodra@gmail.com>
27544 * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
27545 find_replacement on parts of insn rtl that might be reloaded.
27547 2014-02-15 Richard Biener <rguenther@suse.de>
27549 PR tree-optimization/60183
27550 * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
27551 (tree_ssa_phiprop): Calculate and free post-dominators.
27553 2014-02-14 Jeff Law <law@redhat.com>
27555 PR rtl-optimization/60131
27556 * ree.c (get_extended_src_reg): New function.
27557 (combine_reaching_defs): Use it rather than assuming location of REG.
27558 (find_and_remove_re): Verify first operand of extension is
27559 a REG before adding the insns to the copy list.
27561 2014-02-14 Roland McGrath <mcgrathr@google.com>
27563 * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
27564 * configure: Regenerated.
27565 * config.in: Regenerated.
27566 * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
27567 instead of ASM_SHORT.
27569 2014-02-14 Vladimir Makarov <vmakarov@redhat.com>
27570 Richard Earnshaw <rearnsha@arm.com>
27572 PR rtl-optimization/59535
27573 * lra-constraints.c (process_alt_operands): Encourage alternative
27574 when unassigned pseudo class is superset of the alternative class.
27575 (inherit_reload_reg): Don't inherit when optimizing for code size.
27576 * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
27577 returning CORE_REGS for anything but Thumb1 and BASE_REGS for
27578 modes not less than 4 for Thumb1.
27580 2014-02-14 Kyle McMartin <kyle@redhat.com>
27583 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
27585 2014-02-14 Richard Biener <rguenther@suse.de>
27587 * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
27588 (get_frame_arg): Drop the assert with langhook types_compatible_p.
27589 Do not strip INDIRECT_REFs.
27591 2014-02-14 Richard Biener <rguenther@suse.de>
27594 * lto-streamer-out.c (DFS_write_tree_body): Do not follow
27595 DECL_FUNCTION_SPECIFIC_TARGET.
27596 (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
27597 * tree-streamer-out.c (pack_ts_target_option): Remove.
27598 (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
27599 (write_ts_function_decl_tree_pointers): Do not stream
27600 DECL_FUNCTION_SPECIFIC_TARGET.
27601 * tree-streamer-in.c (unpack_ts_target_option): Remove.
27602 (unpack_value_fields): Do not stream TS_TARGET_OPTION.
27603 (lto_input_ts_function_decl_tree_pointers): Do not stream
27604 DECL_FUNCTION_SPECIFIC_TARGET.
27606 2014-02-14 Jakub Jelinek <jakub@redhat.com>
27608 * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
27609 (get_initial_def_for_induction, vectorizable_induction): Ignore
27610 debug stmts when looking for exit_phi.
27611 (vectorizable_live_operation): Fix up condition.
27613 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
27615 * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
27616 nreverse() because it changes the content of original tree list.
27618 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
27620 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
27621 * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
27623 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
27625 * config/nds32/nds32.c (nds32_naked_function_p): Follow the
27626 GNU coding standards.
27628 2014-02-13 Jakub Jelinek <jakub@redhat.com>
27631 * dwarf2out.c (gen_subprogram_die): Don't call
27632 add_calling_convention_attribute if subr_die is old_die.
27634 2014-02-13 Sharad Singhai <singhai@google.com>
27636 * doc/optinfo.texi: Fix order of nodes.
27638 2014-02-13 Uros Bizjak <ubizjak@gmail.com>
27640 * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
27641 operands[2], not operands[3].
27643 2014-02-13 Richard Biener <rguenther@suse.de>
27646 * doc/install.texi (ISL): Update recommended version to 0.12.2,
27647 mention the possibility of an in-tree build.
27648 (CLooG): Update recommended version to 0.18.1, mention the
27649 possibility of an in-tree build and clarify that the ISL
27650 bundled with CLooG does not work.
27652 2014-02-13 Jakub Jelinek <jakub@redhat.com>
27655 * expr.c (compress_float_constant): If x is a hard register,
27656 extend into a pseudo and then move to x.
27658 2014-02-13 Dominik Vogt <vogt@linux.vnet.ibm.com>
27660 * config/s390/s390.c (s390_asm_output_function_label): Fix crash
27661 caused by bad second argument to warning_at() with -mhotpatch and
27662 nested functions (e.g. with gfortran).
27664 2014-02-13 Richard Sandiford <rdsandiford@googlemail.com>
27666 * opts.c (option_name): Remove "enabled by default" rider.
27668 2014-02-12 John David Anglin <danglin@gcc.gnu.org>
27670 * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
27672 2014-02-12 H.J. Lu <hongjiu.lu@intel.com>
27673 Uros Bizjak <ubizjak@gmail.com>
27676 * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
27677 * configure: Regenerated.
27679 2014-02-12 Richard Biener <rguenther@suse.de>
27681 * vec.c (vec_prefix::calculate_allocation): Move as
27682 inline variant to vec.h.
27683 (vec_prefix::calculate_allocation_1): New out-of-line version.
27684 * vec.h (vec_prefix::calculate_allocation_1): Declare.
27685 (vec_prefix::m_has_auto_buf): Rename to ...
27686 (vec_prefix::m_using_auto_storage): ... this.
27687 (vec_prefix::calculate_allocation): Inline the easy cases
27688 and dispatch to calculate_allocation_1 which doesn't need the
27690 (va_heap::reserve): Use gcc_checking_assert.
27691 (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
27692 m_using_auto_storage.
27693 (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
27695 (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
27696 (vec<T, va_heap, vl_ptr>::release): Avoid casting.
27697 (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
27699 2014-02-12 Richard Biener <rguenther@suse.de>
27701 * gcse.c (compute_transp): break from loop over canon_modify_mem_list
27702 when we found a dependence.
27704 2014-02-12 Thomas Schwinge <thomas@codesourcery.com>
27706 * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
27708 (maybe_fold_stmt): ... into this new function.
27709 * omp-low.c (lower_omp): Update comment.
27711 * omp-low.c (lower_omp_target): Add clobber for sizes array, after
27714 * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
27717 2014-02-12 James Greenhalgh <james.greenhalgh@arm.com>
27719 * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
27720 identifiers in comments.
27721 (cortexa53_extra_costs): Likewise.
27722 * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
27723 (cortexa7_extra_costs): Likewise.
27724 (cortexa12_extra_costs): Likewise.
27725 (cortexa15_extra_costs): Likewise.
27726 (v7m_extra_costs): Likewise.
27728 2014-02-12 Richard Biener <rguenther@suse.de>
27730 PR middle-end/60092
27731 * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
27732 of posix_memalign being successful.
27733 (lower_stmt): Restrict lowering of posix_memalign to when
27734 -ftree-bit-ccp is enabled.
27736 2014-02-12 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
27738 * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
27740 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
27742 2014-02-12 Eric Botcazou <ebotcazou@adacore.com>
27744 PR rtl-optimization/60116
27745 * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
27746 other_insn once the combination has been validated.
27748 2014-02-11 Jan Hubicka <hubicka@ucw.cz>
27751 * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
27753 * ipa-devirt.c: Include demangle.h
27754 (odr_violation_reported): New static variable.
27755 (add_type_duplicate): Update odr_violations.
27756 (maybe_record_node): Add completep parameter; update it.
27757 (record_target_from_binfo): Add COMPLETEP parameter;
27758 update it as needed.
27759 (possible_polymorphic_call_targets_1): Likewise.
27760 (struct polymorphic_call_target_d): Add nonconstruction_targets;
27761 rename FINAL to COMPLETE.
27762 (record_targets_from_bases): Sanity check we found the binfo;
27763 fix COMPLETEP updating.
27764 (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
27765 parameter, fix computing of COMPLETEP.
27766 (dump_possible_polymorphic_call_targets): Imrove readability of dump;
27767 at LTO time do demangling.
27768 (ipa_devirt): Use nonconstruction_targets; Improve dumps.
27769 * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
27771 (gimple_get_virt_method_for_binfo): Likewise.
27772 * gimple-fold.h (gimple_get_virt_method_for_binfo,
27773 gimple_get_virt_method_for_vtable): Update prototypes.
27775 2014-02-11 Vladimir Makarov <vmakarov@redhat.com>
27778 * genautomata.c (add_presence_absence): Fix typo with
27779 {final_}presence_list.
27781 2014-02-11 Michael Meissner <meissner@linux.vnet.ibm.com>
27784 * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
27785 for VSX/Altivec vectors that land in GPR registers.
27787 2014-02-11 Richard Henderson <rth@redhat.com>
27788 Jakub Jelinek <jakub@redhat.com>
27791 * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
27792 around drhs if type conversion to lacc->type is not useless.
27794 2014-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27796 * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
27798 (cortex-a57.cortex-a53): Likewise.
27799 * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
27801 2014-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27803 * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
27806 2014-02-11 Renlin Li <Renlin.Li@arm.com>
27808 * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
27809 add_options_for_arm_vfp3.
27811 2014-02-11 Jeff Law <law@redhat.com>
27813 PR middle-end/54041
27814 * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
27815 object with an undesirable mode.
27817 2014-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27820 * config/i386/sol2-9.h: New file.
27821 * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
27822 *-*-solaris2.9*): Use it.
27824 2014-02-10 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
27826 * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
27827 * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
27829 2014-02-10 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
27831 * config/microblaze/microblaze.c: Extend mcpu version format
27833 2014-02-10 David Holsgrove <david.holsgrove@xilinx.com>
27835 * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
27837 2014-02-10 Richard Henderson <rth@redhat.com>
27840 * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
27841 * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
27842 ms-abi vs -mno-accumulate-outgoing-args.
27843 (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
27844 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
27847 2014-02-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
27849 PR middle-end/60080
27850 * cfgexpand.c (expand_asm_operands): Attach source location to
27851 ASM_INPUT rtx objects.
27852 * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
27854 2014-02-10 Nick Clifton <nickc@redhat.com>
27856 * config/mn10300/mn10300.c (popcount): New function.
27857 (mn10300_expand_prologue): Include saved registers in stack usage
27860 2014-02-10 Jeff Law <law@redhat.com>
27862 PR middle-end/52306
27863 * reload1.c (emit_input_reload_insns): Do not create invalid RTL
27864 when changing the SET_DEST of a prior insn to avoid an input reload.
27866 2014-02-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
27868 * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
27869 big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
27870 -mcall-openbsd, or -mcall-linux.
27871 (CC1_ENDIAN_BIG_SPEC): Remove.
27872 (CC1_ENDIAN_LITTLE_SPEC): Remove.
27873 (CC1_ENDIAN_DEFAULT_SPEC): Remove.
27874 (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
27875 (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
27876 and %cc1_endian_default.
27877 * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
27879 2014-02-10 Richard Biener <rguenther@suse.de>
27881 PR tree-optimization/60115
27882 * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
27883 MEM_REF handling. Properly verify that the accesses are not
27884 out of the objects bound.
27886 2014-02-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27888 * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
27891 2014-02-10 Eric Botcazou <ebotcazou@adacore.com>
27893 * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
27894 proper constants and fix formatting.
27895 (possible_polymorphic_call_targets): Fix formatting.
27897 2014-02-10 Kirill Yukhin <kirill.yukhin@intel.com>
27898 Ilya Tocar <ilya.tocar@intel.com>
27900 * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
27901 (_mm512_loadu_epi32): Renamed into...
27902 (_mm512_loadu_si512): This.
27903 (_mm512_storeu_epi32): Renamed into...
27904 (_mm512_storeu_si512): This.
27905 (_mm512_maskz_ceil_ps): Removed.
27906 (_mm512_maskz_ceil_pd): Ditto.
27907 (_mm512_maskz_floor_ps): Ditto.
27908 (_mm512_maskz_floor_pd): Ditto.
27909 (_mm512_floor_round_ps): Ditto.
27910 (_mm512_floor_round_pd): Ditto.
27911 (_mm512_ceil_round_ps): Ditto.
27912 (_mm512_ceil_round_pd): Ditto.
27913 (_mm512_mask_floor_round_ps): Ditto.
27914 (_mm512_mask_floor_round_pd): Ditto.
27915 (_mm512_mask_ceil_round_ps): Ditto.
27916 (_mm512_mask_ceil_round_pd): Ditto.
27917 (_mm512_maskz_floor_round_ps): Ditto.
27918 (_mm512_maskz_floor_round_pd): Ditto.
27919 (_mm512_maskz_ceil_round_ps): Ditto.
27920 (_mm512_maskz_ceil_round_pd): Ditto.
27921 (_mm512_expand_pd): Ditto.
27922 (_mm512_expand_ps): Ditto.
27923 * config/i386/i386.c (ix86_builtins): Remove
27924 IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
27925 (bdesc_args): Ditto.
27926 * config/i386/predicates.md (const1256_operand): New.
27927 (const_1_to_2_operand): Ditto.
27928 * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
27929 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
27930 (*avx512pf_gatherpf<mode>sf): Ditto.
27931 (avx512pf_gatherpf<mode>df): Ditto.
27932 (*avx512pf_gatherpf<mode>df_mask): Ditto.
27933 (*avx512pf_gatherpf<mode>df): Ditto.
27934 (avx512pf_scatterpf<mode>sf): Ditto.
27935 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
27936 (*avx512pf_scatterpf<mode>sf): Ditto.
27937 (avx512pf_scatterpf<mode>df): Ditto.
27938 (*avx512pf_scatterpf<mode>df_mask): Ditto.
27939 (*avx512pf_scatterpf<mode>df): Ditto.
27940 (avx512f_expand<mode>): Removed.
27941 (<shift_insn><mode>3<mask_name>): Change predicate type.
27943 2014-02-08 Jakub Jelinek <jakub@redhat.com>
27945 * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
27946 not at the end of datarefs vector use ordered_remove to avoid
27947 reordering datarefs vector.
27950 * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
27951 mark local addressable non-static vars as GOVD_PRIVATE
27952 instead of GOVD_LOCAL.
27953 * omp-low.c (lower_omp_for): Move gimple_bind_vars
27954 and BLOCK_VARS of gimple_bind_block to new_stmt rather
27957 PR middle-end/60092
27958 * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
27959 if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
27960 assume_aligned or alloc_align attributes.
27961 (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
27962 arguments. Handle also assume_aligned and alloc_align attributes.
27963 (evaluate_stmt): Adjust bit_value_assume_aligned caller. Handle
27964 calls to functions with assume_aligned or alloc_align attributes.
27965 * doc/extend.texi: Document assume_aligned and alloc_align attributes.
27967 2014-02-08 Terry Guo <terry.guo@arm.com>
27969 * doc/invoke.texi: Document ARM -march=armv7e-m.
27971 2014-02-08 Jakub Jelinek <jakub@redhat.com>
27973 * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
27974 flag on __cilkrts_rethrow builtin.
27977 * ipa-cp.c (determine_versionability): Fail at -O0
27978 or __attribute__((optimize (0))) or -fno-ipa-cp functions.
27979 * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
27982 2014-02-04 Jakub Jelinek <jakub@redhat.com>
27985 * tree-inline.c (copy_forbidden): Fail for
27986 __attribute__((optimize (0))) functions.
27988 2014-02-07 Jan Hubicka <hubicka@ucw.cz>
27990 * varpool.c: Include pointer-set.h.
27991 (varpool_remove_unreferenced_decls): Variables in other partitions
27992 will not be output; be however careful to not lose information
27993 about partitioning.
27995 2014-02-07 Jan Hubicka <hubicka@ucw.cz>
27997 * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
27998 lookup in the vtable constructor.
28000 2014-02-07 Jeff Law <law@redhat.com>
28003 * config/m68k/m68k.md (ashldi_extsi): Turn into a
28004 define_insn_and_split.
28006 * ipa-inline.c (inline_small_functions): Fix typos.
28008 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
28010 * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
28011 (s390_can_use_return_insn): Declare.
28012 * config/s390/s390.h (EPILOGUE_USES): Define.
28013 * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
28015 (s390_chunkify_start): Handle return JUMP_LABELs.
28016 (s390_early_mach): Emit a main_pool instruction on the entry edge.
28017 (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
28018 (s390_can_use_return_insn): New functions.
28019 (s390_fix_long_loop_prediction): Handle conditional returns.
28020 (TARGET_SET_UP_BY_PROLOGUE): Define.
28021 * config/s390/s390.md (ANY_RETURN): New code iterator.
28022 (*creturn, *csimple_return, return, simple_return): New patterns.
28024 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
28026 * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
28027 notes to each restore. Also add REG_CFA_DEF_CFA when restoring %r15.
28028 (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P. Update the
28029 REG_CFA_RESTORE list when deciding not to restore a register.
28031 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
28033 * config/s390/s390.c: Include tree-pass.h and context.h.
28034 (s390_early_mach): New function, split out from...
28035 (s390_emit_prologue): ...here.
28036 (pass_data_s390_early_mach): New pass structure.
28037 (pass_s390_early_mach): New class.
28038 (s390_option_override): Create and register early_mach pass.
28039 Move to end of file.
28041 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
28043 * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
28044 to match for the exit block.
28046 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28048 * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
28049 ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
28050 Reject misaligned operands.
28052 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28054 * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
28056 2014-02-07 Richard Biener <rguenther@suse.de>
28058 PR middle-end/60092
28059 * gimple-low.c (lower_builtin_posix_memalign): New function.
28060 (lower_stmt): Call it to lower posix_memalign in a way
28061 to make alignment info accessible.
28063 2014-02-07 Jakub Jelinek <jakub@redhat.com>
28066 * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
28067 __builtin_setjmp_receiver.
28069 2014-02-07 Richard Biener <rguenther@suse.de>
28071 PR middle-end/60092
28072 * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
28073 * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
28074 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
28075 Handle BUILT_IN_POSIX_MEMALIGN.
28076 (find_func_clobbers): Likewise.
28077 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
28078 (call_may_clobber_ref_p_1): Likewise.
28080 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
28083 * ipa-devirt.c (record_target_from_binfo): Remove overactive
28086 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
28089 * lto-cgraph.c (lto_output_node): Use
28090 symtab_get_symbol_partitioning_class.
28091 (lto_output_varpool_node): likewise.
28092 (symtab_get_symbol_partitioning_class): Move here from
28093 lto/lto-partition.c
28094 * cgraph.h (symbol_partitioning_class): Likewise.
28095 (symtab_get_symbol_partitioning_class): Declare.
28097 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
28099 * ggc.h (ggc_internal_cleared_alloc): New macro.
28100 * vec.h (vec_safe_copy): Handle memory stats.
28101 * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
28102 * target-globals.c (save_target_globals): Likewise.
28104 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
28107 * expr.c (emit_move_resolve_push): Export; be bit more selective
28108 on when to clear alias set.
28109 * expr.h (emit_move_resolve_push): Declare.
28110 * function.h (struct function): Add tail_call_marked.
28111 * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
28112 * config/i386/i386-protos.h (ix86_expand_push): Remove.
28113 * config/i386/i386.md (TImode move expander): De not call
28115 (FP push expanders): Preserve memory attributes.
28116 * config/i386/sse.md (push<mode>1): Remove.
28117 * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
28118 (ix86_expand_push): Remove.
28119 * config/i386/mmx.md (push<mode>1): Remove.
28121 2014-02-06 Jakub Jelinek <jakub@redhat.com>
28123 PR rtl-optimization/60030
28124 * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
28125 lopart with paradoxical subreg before shifting it up by hprec.
28127 2014-02-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28129 * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
28130 Remove extra newline at end of file.
28131 * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
28132 (arm_issue_rate): Handle cortexa57.
28133 * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
28134 (cortex-a57.cortex-a53): Likewise.
28136 2014-02-06 Jakub Jelinek <jakub@redhat.com>
28139 * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
28140 don't record in REG_FRAME_RELATED_EXPR registers not set in that
28142 (arm_expand_prologue): Adjust all callers.
28143 (arm_unwind_emit_sequence): Allow saved, but not important for unwind
28144 info, registers also at the lowest numbered registers side. Use
28145 gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
28149 * var-tracking.c (adjust_mems): Before adding a SET to
28150 amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
28152 2014-02-06 Alan Modra <amodra@gmail.com>
28155 * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
28156 change SDmode to DDmode when lra_in_progress.
28158 2014-02-06 Jakub Jelinek <jakub@redhat.com>
28160 PR middle-end/59150
28161 * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
28162 free_data_ref on the dr first, and before goto again also set dr
28163 to the next dr. For simd_lane_access, free old datarefs[i] before
28164 overwriting it. For get_vectype_for_scalar_type failure, don't
28165 free_data_ref if simd_lane_access.
28167 * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
28170 * tree.h (opts_for_fn): New inline function.
28171 (opt_for_fn): Define.
28172 * config/i386/i386.c (ix86_function_regparm): Use
28173 opt_for_fn (decl, optimize) instead of optimize.
28175 2014-02-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
28177 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
28178 for SYMBOL_REF in large memory model.
28180 2014-02-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28182 * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
28183 and crypto support.
28184 (cortex-a57): Likewise.
28185 (cortex-a57.cortex-a53): Likewise.
28187 2014-02-06 Yury Gribov <y.gribov@samsung.com>
28188 Kugan Vivekanandarajah <kuganv@linaro.org>
28190 * config/arm/arm.c (arm_vector_alignment_reachable): Check
28192 * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
28194 2014-02-06 Richard Biener <rguenther@suse.de>
28196 * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
28197 set_loop_copy and initialize_original_copy_tables.
28199 2014-02-06 Alex Velenko <Alex.Velenko@arm.com>
28201 * config/aarch64/aarch64-simd.md
28202 (aarch64_ashr_simddi): Change QI to SI.
28204 2014-02-05 Jan Hubicka <hubicka@ucw.cz>
28205 Jakub Jelinek <jakub@redhat.com>
28207 PR middle-end/60013
28208 * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
28211 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28213 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
28214 CODE_FOR_altivec_vpku[hw]um to
28215 CODE_FOR_altivec_vpku[hw]um_direct.
28216 * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
28217 UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
28218 (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
28219 UNSPEC_VUNPACK_LO_SIGN_DIRECT.
28221 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28223 * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
28224 generation for -maltivec=be.
28225 (altivec_vsumsws): Simplify redundant test.
28227 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28229 * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
28230 (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
28231 (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
28232 (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
28233 gen_altivec_vpkuwum.
28234 (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
28236 (altivec_vpks<VI_char>ss): Likewise.
28237 (altivec_vpks<VI_char>us): Likewise.
28238 (altivec_vpku<VI_char>us): Likewise.
28239 (altivec_vpku<VI_char>um): Likewise.
28240 (altivec_vpku<VI_char>um_direct): New (copy of
28241 altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
28243 (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
28244 target is little endian and -maltivec=be is not specified.
28245 (*altivec_vupkhs<VU_char>_direct): New (copy of
28246 altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
28247 (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
28248 target is little endian and -maltivec=be is not specified.
28249 (*altivec_vupkls<VU_char>_direct): New (copy of
28250 altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
28251 (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
28252 little endian and -maltivec=be is not specified.
28253 (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
28254 little endian and -maltivec=be is not specified.
28256 2014-02-05 Richard Henderson <rth@redhat.com>
28259 * combine-stack-adj.c: Revert r206943.
28260 * sched-int.h (struct deps_desc): Add last_args_size.
28261 * sched-deps.c (init_deps): Initialize it.
28262 (sched_analyze_insn): Add OUTPUT dependencies between insns that
28263 contain REG_ARGS_SIZE notes.
28265 2014-02-05 Jan Hubicka <hubicka@ucw.cz>
28267 * lto-cgraph.c (asm_nodes_output): Make global.
28268 * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
28269 * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
28270 (driver_handle_option): Handle OPT_fwpa.
28272 2014-02-05 Jakub Jelinek <jakub@redhat.com>
28275 * ipa-devirt.c (possible_polymorphic_call_targets): Fix
28276 a comment typo and formatting issue. If odr_hash hasn't been
28277 created, return vNULL and set *completep to false.
28279 PR middle-end/57499
28280 * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
28281 bb with no successors.
28283 2014-02-05 James Greenhalgh <james.greenhalgh@arm.com>
28286 * doc/invoke.texi (-march): Clarify documentation for ARM.
28287 (-mtune): Likewise.
28290 2014-02-05 Richard Biener <rguenther@suse.de>
28292 * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
28293 when not vectorizing because of too many alias checks.
28294 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
28295 Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
28297 2014-02-05 Nick Clifton <nickc@redhat.com>
28299 * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
28300 accept extended registers in any mode when compiling for the MN10300.
28302 2014-02-05 Yury Gribov <y.gribov@samsung.com>
28304 * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
28305 * ipa-inline.c (report_inline_failed_reason): Handle mismatched
28306 sanitization attributes.
28307 (can_inline_edge_p): Likewise.
28308 (sanitize_attrs_match_for_inline_p): New function.
28310 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
28312 * ipa-prop.c (detect_type_change): Shor circuit testing of
28313 type changes on THIS pointer.
28315 2014-02-04 John David Anglin <danglin@gcc.gnu.org>
28318 * config/pa/pa.c (legitimize_tls_address): Return original address
28319 if not passed a SYMBOL_REF rtx.
28320 (hppa_legitimize_address): Call legitimize_tls_address for all TLS
28322 (pa_emit_move_sequence): Simplify TLS source operands.
28323 (pa_legitimate_constant_p): Reject all TLS constants.
28324 * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
28325 (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
28327 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
28329 * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
28330 groups when we know they are controlled by LTO.
28331 * varasm.c (default_binds_local_p_1): If object is in other partition,
28332 it will be resolved locally.
28334 2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
28336 * config/host-linux.c (linux_gt_pch_use_address): Don't
28337 use SSIZE_MAX because it is not always defined.
28339 2014-02-04 Vladimir Makarov <vmakarov@redhat.com>
28342 * lra-constraints.c (need_for_split_p): Use more 3 reloads as
28343 threshold for pseudo splitting.
28344 (update_ebb_live_info): Process call argument hard registers and
28345 hard registers from insn definition too.
28346 (max_small_class_regs_num): New constant.
28347 (inherit_in_ebb): Update live hard regs through EBBs. Update
28348 reloads_num only for small register classes. Don't split for
28351 2014-02-04 Markus Trippelsdorf <markus@trippelsdorf.de>
28354 * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
28357 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
28359 * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
28360 visibility is safe.
28362 2014-02-04 Marek Polacek <polacek@redhat.com>
28364 * gdbinit.in (pel): Define.
28366 2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
28368 * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
28371 2014-02-04 Richard Biener <rguenther@suse.de>
28374 * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
28375 in function context local.
28376 (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
28377 * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
28378 similar to LTO_imported_decl_ref.
28380 2014-02-04 Jakub Jelinek <jakub@redhat.com>
28382 PR tree-optimization/60002
28383 * cgraphclones.c (build_function_decl_skip_args): Clear
28384 DECL_LANG_SPECIFIC.
28386 PR tree-optimization/60023
28387 * tree-if-conv.c (predicate_mem_writes): Pass true instead of
28388 false to gsi_replace.
28389 * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
28390 has been in some EH region and vec_stmt could throw, add
28391 vec_stmt into the same EH region.
28392 * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
28393 has no lhs, ignore it.
28394 * internal-fn.c (expand_MASK_LOAD): Likewise.
28397 * tree-inline.c (copy_forbidden): Fail for
28398 __attribute__((optimize (0))) functions.
28401 * omp-low.c (simd_clone_struct_copy): If from->inbranch
28402 is set, copy one less argument.
28403 (expand_simd_clones): Don't subtract clone_info->inbranch
28404 from simd_clone_struct_alloc argument.
28406 PR rtl-optimization/57915
28407 * recog.c (simplify_while_replacing): If all unary/binary/relational
28408 operation arguments are constant, attempt to simplify those.
28410 PR middle-end/59261
28411 * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
28412 if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
28414 2014-02-04 Richard Biener <rguenther@suse.de>
28416 PR tree-optimization/60012
28417 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
28418 TBAA disambiguation to all DDRs.
28420 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28423 * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
28424 (LINK_SPEC): Use it for -shared, -shared-libgcc.
28426 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
28429 * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
28431 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
28433 * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
28434 * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
28436 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
28439 * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
28440 to figure out targets of polymorphic calls with known decl.
28441 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
28442 * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
28443 * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
28444 (get_polymorphic_call_info): ... here.
28445 (get_polymorphic_call_info_from_invariant): New function.
28447 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
28449 * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
28450 lookup via vtable pointer; check for type consistency
28451 and turn inconsitent facts into UNREACHABLE.
28452 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
28453 * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
28454 type inconsistent querries; return UNREACHABLE instead.
28456 2014-02-03 Richard Henderson <rth@twiddle.net>
28459 * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
28460 already processed this node.
28461 (normalize_one_pred_1): Pass along mark_set.
28462 (normalize_one_pred): Create and destroy a pointer_set_t.
28463 (normalize_one_pred_chain): Likewise.
28465 2014-02-03 Laurent Aflonsi <laurent.alfonsi@st.com>
28467 PR gcov-profile/58602
28468 * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
28470 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
28473 * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
28474 -fno-devirtualize; try to devirtualize by the knowledge of
28475 virtual table pointer given by aggregate propagation.
28476 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
28477 (ipa_print_node_jump_functions): Dump also offset that
28478 is relevant for polymorphic calls.
28479 (determine_known_aggregate_parts): Add arg_type parameter; use it
28480 instead of determining the type from pointer type.
28481 (ipa_compute_jump_functions_for_edge): Update call of
28482 determine_known_aggregate_parts.
28483 * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
28484 (gimple_get_virt_method_for_binfo): ... here; simplify using
28485 vtable_pointer_value_to_vtable.
28486 * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
28487 * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
28488 to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
28489 (vtable_pointer_value_to_vtable): Break out from ...; handle also
28491 (vtable_pointer_value_to_binfo): ... here.
28492 * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
28494 2014-02-03 Teresa Johnson <tejohnson@google.com>
28496 * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
28497 redef of outer loop index variable.
28499 2014-02-03 Marc Glisse <marc.glisse@inria.fr>
28503 * doc/extend.texi (Function Attributes): Typo.
28505 2014-02-03 Cong Hou <congh@google.com>
28507 PR tree-optimization/60000
28508 * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
28509 if the vectorized statement is a store. A store statement can only
28510 appear at the end of pattern statements.
28512 2014-02-03 H.J. Lu <hongjiu.lu@intel.com>
28514 * config/i386/i386.c (flag_opts): Add -mlong-double-128.
28515 (ix86_option_override_internal): Default long double to 64-bit for
28516 32-bit Bionic and to 128-bit for 64-bit Bionic.
28518 * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
28519 TARGET_LONG_DOUBLE_128 is true.
28520 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
28522 * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
28523 (mlong-double-64): Negate -mlong-double-128.
28524 (mlong-double-128): New option.
28526 * config/i386/i386-c.c (ix86_target_macros): Define
28527 __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
28529 * doc/invoke.texi: Document -mlong-double-128.
28531 2014-02-03 H.J. Lu <hongjiu.lu@intel.com>
28533 PR rtl-optimization/60024
28534 * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
28536 2014-02-03 Markus Trippelsdorf <markus@trippelsdorf.de>
28538 * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
28540 2014-02-03 Andrey Belevantsev <abel@ispras.ru>
28542 PR rtl-optimization/57662
28543 * sel-sched.c (code_motion_path_driver): Do not mark already not
28544 existing blocks in the visiting bitmap.
28546 2014-02-03 Andrey Belevantsev <abel@ispras.ru>
28548 * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
28549 on the insn being emitted.
28551 2014-02-03 James Greenhalgh <james.greenhalgh@arm.com>
28552 Will Deacon <will.deacon@arm.com>
28554 * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
28556 2014-02-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28558 * config/arm/arm-tables.opt: Regenerate.
28560 2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28562 * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
28563 for vector types other than V16QImode.
28564 * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
28565 define_expand, and call altivec_expand_vec_perm_le when producing
28566 code with little endian element order.
28567 (*altivec_vperm_<mode>_internal): New insn having previous
28568 behavior of altivec_vperm_<mode>.
28569 (altivec_vperm_<mode>_uns): Change to a define_expand, and call
28570 altivec_expand_vec_perm_le when producing code with little endian
28572 (*altivec_vperm_<mode>_uns_internal): New insn having previous
28573 behavior of altivec_vperm_<mode>_uns.
28575 2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28577 * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
28578 (altivec_vsumsws): Add handling for -maltivec=be with a little
28580 (altivec_vsumsws_direct): New.
28581 (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
28582 gen_altivec_vsumsws.
28584 2014-02-02 Jan Hubicka <hubicka@ucw.cz>
28586 * ipa-devirt.c (subbinfo_with_vtable_at_offset,
28587 vtable_pointer_value_to_binfo): New functions.
28588 * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
28589 * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
28591 2014-02-02 Sandra Loosemore <sandra@codesourcery.com>
28593 * config/nios2/nios2.md (load_got_register): Initialize GOT
28594 pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
28595 * config/nios2/nios2.c (nios2_function_profiler): Likewise.
28597 2014-02-02 Jan Hubicka <hubicka@ucw.cz>
28599 * ipa-prop.c (update_jump_functions_after_inlining): When type is not
28600 preserverd by passthrough, do not propagate the type.
28602 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
28604 * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
28605 (mips_atomic_assign_expand_fenv): New function.
28606 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
28608 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
28610 * doc/extend.texi (__builtin_mips_get_fcsr): Document.
28611 (__builtin_mips_set_fcsr): Likewise.
28612 * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
28613 MIPS_USI_FTYPE_VOID.
28614 * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
28615 (mips16_expand_set_fcsr): Likewise.
28616 * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
28617 (mips16_set_fcsr_stub): Likewise.
28618 (mips16_get_fcsr_one_only_stub): New class.
28619 (mips16_set_fcsr_one_only_stub): Likewise.
28620 (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
28621 (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
28622 (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
28623 (hard_float): New availability predicate.
28624 (mips_builtins): Add get_fcsr and set_fcsr.
28625 (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
28626 * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
28627 (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
28628 (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
28629 (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
28632 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
28634 * config/mips/mips.c (mips_one_only_stub): New class.
28635 (mips_need_mips16_rdhwr_p): Replace with...
28636 (mips16_rdhwr_stub): ...this new variable.
28637 (mips16_stub_call_address): New function.
28638 (mips16_rdhwr_one_only_stub): New class.
28639 (mips_expand_thread_pointer): Use mips16_stub_call_address.
28640 (mips_output_mips16_rdhwr): Delete.
28641 (mips_finish_stub): New function.
28642 (mips_code_end): Use it to handle rdhwr stubs.
28644 2014-02-02 Uros Bizjak <ubizjak@gmail.com>
28647 * config/i386/i386.c (classify_argument): Fix handling of bit_offset
28648 when calculating size of integer atomic types.
28650 2014-02-02 H.J. Lu <hongjiu.lu@intel.com>
28652 * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
28654 2014-02-01 Jakub Jelinek <jakub@redhat.com>
28656 PR tree-optimization/60003
28657 * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
28658 * profile.c (branch_prob): Use gimple_call_builtin_p
28659 to check for BUILT_IN_SETJMP_RECEIVER.
28660 * tree-inline.c (copy_bb): Call notice_special_calls.
28662 2014-01-31 Vladimir Makarov <vmakarov@redhat.com>
28665 * lra-constraints.c (process_alt_operands): Update reload_sum only
28668 2014-01-31 Richard Henderson <rth@redhat.com>
28670 PR middle-end/60004
28671 * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
28672 until after else_eh is processed.
28674 2014-01-31 Ilya Tocar <ilya.tocar@intel.com>
28676 * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
28677 (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
28678 (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
28679 in smmintrin.h, remove them.
28680 (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
28681 * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
28682 * config/i386/i386.md (ROUND_SAE): Fix value.
28683 * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
28684 (const48_operand): New.
28685 * config/i386/subst.md (round), (round_expand): Use
28686 const_4_or_8_to_11_operand.
28687 (round_saeonly), (round_saeonly_expand): Use const48_operand.
28689 2014-01-31 Ilya Tocar <ilya.tocar@intel.com>
28691 * config/i386/constraints.md (Yk): Swap meaning with k.
28692 * config/i386/i386.md (movhi_internal): Change Yk to k.
28693 (movqi_internal): Ditto.
28694 (*k<logic><mode>): Ditto.
28697 (kandn<mode>): Ditto.
28698 (*<code>hi_1): Ditto.
28699 (*<code>qi_1): Ditto.
28700 (kxnor<mode>): Ditto.
28701 (kortestzhi): Ditto.
28702 (kortestchi): Ditto.
28704 (*one_cmplhi2_1): Ditto.
28705 (*one_cmplqi2_1): Ditto.
28706 * config/i386/sse.md (): Change k to Yk.
28707 (avx512f_load<mode>_mask): Ditto.
28708 (avx512f_blendm<mode>): Ditto.
28709 (avx512f_store<mode>_mask): Ditto.
28710 (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
28711 (avx512f_storedqu<mode>_mask): Ditto.
28712 (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
28714 (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
28715 (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
28716 (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
28717 (avx512f_maskcmp<mode>3): Ditto.
28718 (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
28719 (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
28720 (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
28721 (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
28722 (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
28723 (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
28724 (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
28725 (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
28726 (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
28727 (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
28728 (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
28729 (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
28730 (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
28731 (vec_extract_lo_<mode>_maskm): Ditto.
28732 (vec_extract_hi_<mode>_maskm): Ditto.
28733 (avx512f_vternlog<mode>_mask): Ditto.
28734 (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
28735 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
28736 (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
28737 (avx512f_<code>v8div16qi2_mask): Ditto.
28738 (avx512f_<code>v8div16qi2_mask_store): Ditto.
28739 (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
28740 (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
28741 (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
28742 (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
28743 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
28744 (*avx512pf_gatherpf<mode>df_mask): Ditto.
28745 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
28746 (*avx512pf_scatterpf<mode>df_mask): Ditto.
28747 (avx512cd_maskb_vec_dupv8di): Ditto.
28748 (avx512cd_maskw_vec_dupv16si): Ditto.
28749 (avx512f_vpermi2var<mode>3_maskz): Ditto.
28750 (avx512f_vpermi2var<mode>3_mask): Ditto.
28751 (avx512f_vpermi2var<mode>3_mask): Ditto.
28752 (avx512f_vpermt2var<mode>3_maskz): Ditto.
28753 (*avx512f_gathersi<mode>): Ditto.
28754 (*avx512f_gathersi<mode>_2): Ditto.
28755 (*avx512f_gatherdi<mode>): Ditto.
28756 (*avx512f_gatherdi<mode>_2): Ditto.
28757 (*avx512f_scattersi<mode>): Ditto.
28758 (*avx512f_scatterdi<mode>): Ditto.
28759 (avx512f_compress<mode>_mask): Ditto.
28760 (avx512f_compressstore<mode>_mask): Ditto.
28761 (avx512f_expand<mode>_mask): Ditto.
28762 * config/i386/subst.md (mask): Change k to Yk.
28763 (mask_scalar_merge): Ditto.
28766 2014-01-31 Marc Glisse <marc.glisse@inria.fr>
28768 * doc/extend.texi (Vector Extensions): Document ?: in C++.
28770 2014-01-31 Richard Biener <rguenther@suse.de>
28772 PR middle-end/59990
28773 * builtins.c (fold_builtin_memory_op): Make sure to not
28774 use a floating-point mode or a boolean or enumeral type for
28775 the copy operation.
28777 2014-01-30 DJ Delorie <dj@redhat.com>
28779 * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
28780 * config/msp430/msp430.md (msp430_refsym_need_exit): New.
28781 * config/msp430/msp430.c (msp430_expand_epilogue): Call it
28782 whenever main() has an epilogue.
28784 2014-01-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28786 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
28787 unused variable "field".
28788 * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
28789 (vsx_mergeh_<mode>): Likewise.
28790 * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
28791 (altivec_vmrghh): Likewise.
28792 (altivec_vmrghw): Likewise.
28793 (altivec_vmrglb): Likewise.
28794 (altivec_vmrglh): Likewise.
28795 (altivec_vmrglw): Likewise.
28796 (altivec_vspltb): Add missing uses.
28797 (altivec_vsplth): Likewise.
28798 (altivec_vspltw): Likewise.
28799 (altivec_vspltsf): Likewise.
28801 2014-01-30 Jakub Jelinek <jakub@redhat.com>
28804 * ifcvt.c (cond_exec_process_insns): Don't conditionalize
28805 frame related instructions.
28807 2014-01-30 Vladimir Makarov <vmakarov@redhat.com>
28809 PR rtl-optimization/59959
28810 * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
28811 any reload of register whose subreg is invalid.
28813 2014-01-30 Jakub Jelinek <jakub@redhat.com>
28815 * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
28816 * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
28817 Add missing return type - void.
28819 2014-01-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28821 * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
28822 gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
28823 remove element index adjustment for endian (now handled in vsx.md
28825 (altivec_expand_vec_perm_const): Use
28826 gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
28827 * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
28828 (vsx_xxspltw_<mode>): Adjust element index for little endian.
28829 * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
28830 define_expand and a new define_insn *altivec_vspltb_internal;
28831 adjust for -maltivec=be on a little endian target.
28832 (altivec_vspltb_direct): New.
28833 (altivec_vsplth): Divide into a define_expand and a new
28834 define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
28835 little endian target.
28836 (altivec_vsplth_direct): New.
28837 (altivec_vspltw): Divide into a define_expand and a new
28838 define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
28839 little endian target.
28840 (altivec_vspltw_direct): New.
28841 (altivec_vspltsf): Divide into a define_expand and a new
28842 define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
28843 a little endian target.
28845 2014-01-30 Richard Biener <rguenther@suse.de>
28847 PR tree-optimization/59993
28848 * tree-ssa-forwprop.c (associate_pointerplus): Check we
28849 can propagate form the earlier stmt and avoid the transform
28850 when the intermediate result is needed.
28852 2014-01-30 Alangi Derick <alangiderick@gmail.com>
28854 * README.Portability: Fix typo.
28856 2014-01-30 David Holsgrove <david.holsgrove@xilinx.com>
28858 * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
28859 comparison_operator with ordered_comparison_operator.
28861 2014-01-30 Nick Clifton <nickc@redhat.com>
28863 * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
28864 Rename to mn10300_store_multiple_regs.
28865 * config/mn10300/mn10300.c: Likewise.
28866 * config/mn10300/mn10300.md (store_movm): Fix typo: call
28867 store_multiple_regs.
28868 * config/mn10300/predicates.md (mn10300_store_multiple_operation):
28869 Call mn10300_store_multiple_regs.
28871 2014-01-30 Nick Clifton <nickc@redhat.com>
28872 DJ Delorie <dj@redhat.com>
28874 * config/rl78/rl78.c (register_sizes): Make the "upper half" of
28875 %fp 2 to keep registers after it properly word-aligned.
28876 (rl78_alloc_physical_registers_umul): Handle the case where both
28877 input operands are the same.
28879 2014-01-30 Richard Biener <rguenther@suse.de>
28881 PR tree-optimization/59903
28882 * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
28885 2014-01-30 Jason Merrill <jason@redhat.com>
28888 * tree.c (walk_type_fields): Handle VECTOR_TYPE.
28891 * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
28893 2014-01-30 Richard Biener <rguenther@suse.de>
28895 PR tree-optimization/59951
28896 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
28898 2014-01-30 Savin Zlobec <savin.zlobec@gmail.com>
28901 * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
28902 SFmode to DFmode case.
28904 2014-01-29 DJ Delorie <dj@redhat.com>
28906 * config/msp430/msp430.opt (-minrt): New.
28907 * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
28909 (ENDFILE_SPEC): Likewise.
28911 2014-01-29 Jan Hubicka <hubicka@ucw.cz>
28913 * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
28914 (estimate_function_body_sizes): Use it.
28916 2014-01-29 Paolo Carlini <paolo.carlini@oracle.com>
28919 * dwarf2out.c (is_cxx_auto): New.
28920 (is_base_type): Use it.
28921 (gen_type_die_with_usage): Likewise.
28923 2014-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28925 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Use
28926 CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
28927 * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
28928 -maltivec=be with LE targets.
28929 (vsx_mergeh_<mode>): Likewise.
28930 * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
28931 (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
28932 (altivec_vmrghb): Replace with define_expand and new
28933 *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
28934 (altivec_vmrghb_direct): New define_insn.
28935 (altivec_vmrghh): Replace with define_expand and new
28936 *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
28937 (altivec_vmrghh_direct): New define_insn.
28938 (altivec_vmrghw): Replace with define_expand and new
28939 *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
28940 (altivec_vmrghw_direct): New define_insn.
28941 (*altivec_vmrghsf): Adjust for endianness.
28942 (altivec_vmrglb): Replace with define_expand and new
28943 *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
28944 (altivec_vmrglb_direct): New define_insn.
28945 (altivec_vmrglh): Replace with define_expand and new
28946 *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
28947 (altivec_vmrglh_direct): New define_insn.
28948 (altivec_vmrglw): Replace with define_expand and new
28949 *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
28950 (altivec_vmrglw_direct): New define_insn.
28951 (*altivec_vmrglsf): Adjust for endianness.
28952 (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
28953 (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
28954 (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
28955 (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
28956 (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
28957 (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
28958 (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
28959 (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
28961 2014-01-29 Marcus Shawcroft <marcus.shawcroft@arm.com>
28963 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
28964 (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
28967 2014-01-29 Richard Biener <rguenther@suse.de>
28969 PR tree-optimization/58742
28970 * tree-ssa-forwprop.c (associate_pointerplus): Rename to
28971 associate_pointerplus_align.
28972 (associate_pointerplus_diff): New function.
28973 (associate_pointerplus): Likewise. Call associate_pointerplus_align
28974 and associate_pointerplus_diff.
28976 2014-01-29 Richard Biener <rguenther@suse.de>
28978 * lto-streamer.h (LTO_major_version): Bump to 3.
28979 (LTO_minor_version): Reset to 0.
28981 2014-01-29 Renlin Li <Renlin.Li@arm.com>
28983 * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
28984 * config/arm/arm.c (FL_FOR_ARCH7VE): New.
28985 (arm_file_start): Generate correct asm header for armv7ve.
28986 * config/arm/bpabi.h: Add multilib support for armv7ve.
28987 * config/arm/driver-arm.c: Change the architectures of cortex-a7
28988 and cortex-a15 to armv7ve.
28989 * config/arm/t-aprofile: Add multilib support for armv7ve.
28990 * doc/invoke.texi: Document -march=armv7ve.
28992 2014-01-29 Richard Biener <rguenther@suse.de>
28994 PR tree-optimization/58742
28995 * tree-ssa-forwprop.c (associate_plusminus): Return true
28996 if we changed sth, defer EH cleanup to ...
28997 (ssa_forward_propagate_and_combine): ... here. Call simplify_mult.
28998 (simplify_mult): New function.
29000 2014-01-29 Jakub Jelinek <jakub@redhat.com>
29002 PR middle-end/59917
29003 PR tree-optimization/59920
29004 * tree.c (build_common_builtin_nodes): Remove
29005 __builtin_setjmp_dispatcher initialization.
29006 * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
29007 * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
29008 instead of gsi_after_labels + manually skipping debug stmts.
29009 Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
29010 ignore bbs with IFN_ABNORMAL_DISPATCHER.
29011 * tree-inline.c (copy_edges_for_bb): Remove
29012 can_make_abnormal_goto argument, instead add abnormal_goto_dest
29013 argument. Ignore computed_goto_p stmts. Don't call
29014 make_abnormal_goto_edges. If a call might need abnormal edges
29015 for non-local gotos, see if it already has an edge to
29016 IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
29017 with true argument, don't do anything then, otherwise add
29018 EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
29019 (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
29021 * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
29022 (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
29023 (lower_stmt): Don't set data->calls_builtin_setjmp.
29024 (lower_builtin_setjmp): Adjust comment.
29025 * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
29026 * tree-cfg.c (found_computed_goto): Remove.
29027 (factor_computed_gotos): Remove.
29028 (make_goto_expr_edges): Return bool, true for computed gotos.
29029 Don't call make_abnormal_goto_edges.
29030 (build_gimple_cfg): Don't set found_computed_goto, don't call
29031 factor_computed_gotos.
29032 (computed_goto_p): No longer static.
29033 (make_blocks): Don't set found_computed_goto.
29034 (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
29035 (make_edges): If make_goto_expr_edges returns true, push bb
29036 into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
29037 instead of calling make_abnormal_goto_edges push bb into ab_edge_call
29038 vector. Record mapping between bbs and OpenMP regions if there
29039 are any, adjust make_gimple_omp_edges caller. Call
29040 handle_abnormal_edges.
29041 (make_abnormal_goto_edges): Remove.
29042 * tree-cfg.h (make_abnormal_goto_edges): Remove.
29043 (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
29044 * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
29045 * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
29046 * internal-fn.def (ABNORMAL_DISPATCHER): New.
29047 * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
29048 filling *region also set *region_idx to (*region)->entry->index.
29051 * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
29052 For REGs set ORIGINAL_REGNO.
29054 2014-01-29 Bingfeng Mei <bmei@broadcom.com>
29056 * doc/md.texi: Mention that a target shouldn't implement
29057 vec_widen_(s|u)mul_even/odd pair if it is less efficient
29060 2014-01-29 Jakub Jelinek <jakub@redhat.com>
29062 PR tree-optimization/59594
29063 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
29064 a copy of the datarefs vector rather than the vector itself.
29066 2014-01-28 Jason Merrill <jason@redhat.com>
29069 * dwarf2out.c (auto_die): New static.
29070 (gen_type_die_with_usage): Handle C++1y 'auto'.
29071 (gen_subprogram_die): If in-class DIE had 'auto', emit type again
29074 2014-01-28 H.J. Lu <hongjiu.lu@intel.com>
29077 * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
29078 (SPEC_X32): Likewise.
29079 (SPEC_64): Likewise.
29080 * config/i386/i386.c (ix86_option_override_internal): Turn off
29081 OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
29083 (x86_file_start): Output .code16gcc for TARGET_16BIT.
29084 * config/i386/i386.h (TARGET_16BIT): New macro.
29085 (TARGET_16BIT_P): Likewise.
29086 * config/i386/i386.opt: Add m16.
29087 * doc/invoke.texi: Document -m16.
29089 2014-01-28 Jakub Jelinek <jakub@redhat.com>
29091 PR preprocessor/59935
29092 * input.c (location_get_source_line): Bail out on when line number
29093 is zero, and test the return value of lookup_or_add_file_to_cache_tab.
29095 2014-01-28 Richard Biener <rguenther@suse.de>
29097 PR tree-optimization/58742
29098 * tree-ssa-forwprop.c (associate_plusminus): Handle
29099 pointer subtraction of the form (T)(P + A) - (T)P.
29101 2014-01-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29103 * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
29106 2014-01-28 Richard Biener <rguenther@suse.de>
29109 2014-01-28 Richard Biener <rguenther@suse.de>
29111 PR rtl-optimization/45364
29112 PR rtl-optimization/59890
29113 * var-tracking.c (local_get_addr_clear_given_value): Handle
29114 already cleared slot.
29115 (val_reset): Handle not allocated local_get_addr_cache.
29116 (vt_find_locations): Use post-order on the inverted CFG.
29118 2014-01-28 Richard Biener <rguenther@suse.de>
29120 * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
29122 2014-01-28 Richard Biener <rguenther@suse.de>
29124 PR rtl-optimization/45364
29125 PR rtl-optimization/59890
29126 * var-tracking.c (local_get_addr_clear_given_value): Handle
29127 already cleared slot.
29128 (val_reset): Handle not allocated local_get_addr_cache.
29129 (vt_find_locations): Use post-order on the inverted CFG.
29131 2014-01-28 Alan Modra <amodra@gmail.com>
29133 * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
29134 * configure.ac <recursive call for build != host>: Define
29135 GENERATOR_FILE. Comment. Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
29136 and LD_FOR_BUILD too.
29137 * configure: Regenerate.
29139 2014-01-27 Allan Sandfeld Jensen <sandfeld@kde.org>
29141 * config/i386/i386.c (get_builtin_code_for_version): Separate
29142 Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
29143 Broadwell from Haswell.
29145 2014-01-27 Steve Ellcey <sellcey@mips.com>
29147 * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
29148 Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
29149 * config/mips/mips.c (mips_option_override): Change setting
29151 * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
29152 * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
29153 Change from Mask to Var.
29155 2014-01-27 Jeff Law <law@redhat.com>
29157 * ipa-inline.c (inline_small_functions): Fix typo.
29159 2014-01-27 Ilya Tocar <ilya.tocar@intel.com>
29161 * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
29162 (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
29163 (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
29164 (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
29165 (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
29166 (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
29167 (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
29168 (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
29169 (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
29170 (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
29171 (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
29172 (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
29173 (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
29174 (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
29175 (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
29176 (_mm512_storeu_epi64): Ditto.
29177 (_mm512_cmpge_epi32_mask): Ditto.
29178 (_mm512_cmpge_epu32_mask): Ditto.
29179 (_mm512_cmpge_epi64_mask): Ditto.
29180 (_mm512_cmpge_epu64_mask): Ditto.
29181 (_mm512_cmple_epi32_mask): Ditto.
29182 (_mm512_cmple_epu32_mask): Ditto.
29183 (_mm512_cmple_epi64_mask): Ditto.
29184 (_mm512_cmple_epu64_mask): Ditto.
29185 (_mm512_cmplt_epi32_mask): Ditto.
29186 (_mm512_cmplt_epu32_mask): Ditto.
29187 (_mm512_cmplt_epi64_mask): Ditto.
29188 (_mm512_cmplt_epu64_mask): Ditto.
29189 (_mm512_cmpneq_epi32_mask): Ditto.
29190 (_mm512_cmpneq_epu32_mask): Ditto.
29191 (_mm512_cmpneq_epi64_mask): Ditto.
29192 (_mm512_cmpneq_epu64_mask): Ditto.
29193 (_mm512_expand_pd): Ditto.
29194 (_mm512_expand_ps): Ditto.
29195 * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
29196 VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
29197 VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
29198 * config/i386/i386.c (ix86_builtins): Add
29199 IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
29200 IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
29201 IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
29202 IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
29203 IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
29204 IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
29205 IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
29206 IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
29207 IX86_BUILTIN_PMOVUSQW512_MEM.
29208 (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
29209 __builtin_ia32_pmovsqd512mem_mask,
29210 __builtin_ia32_pmovqd512mem_mask,
29211 __builtin_ia32_pmovusqw512mem_mask,
29212 __builtin_ia32_pmovsqw512mem_mask,
29213 __builtin_ia32_pmovqw512mem_mask,
29214 __builtin_ia32_pmovusdw512mem_mask,
29215 __builtin_ia32_pmovsdw512mem_mask,
29216 __builtin_ia32_pmovdw512mem_mask,
29217 __builtin_ia32_pmovqb512mem_mask,
29218 __builtin_ia32_pmovusqb512mem_mask,
29219 __builtin_ia32_pmovsqb512mem_mask,
29220 __builtin_ia32_pmovusdb512mem_mask,
29221 __builtin_ia32_pmovsdb512mem_mask,
29222 __builtin_ia32_pmovdb512mem_mask.
29223 (bdesc_args): Add __builtin_ia32_expanddf512,
29224 __builtin_ia32_expandsf512.
29225 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
29226 VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
29227 VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
29228 * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
29229 (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
29230 (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
29231 (avx512f_<code>v8div16qi2_mask_store): This.
29232 (avx512f_expand<mode>): New.
29234 2014-01-27 Kirill Yukhin <kirill.yukhin@intel.com>
29236 * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
29238 (_mm512_mask_prefetch_i64gather_pd): Ditto.
29239 (_mm512_prefetch_i32scatter_pd): Ditto.
29240 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
29241 (_mm512_prefetch_i64scatter_pd): Ditto.
29242 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
29243 (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
29244 (_mm512_mask_prefetch_i64gather_ps): Ditto.
29245 (_mm512_prefetch_i32scatter_ps): Ditto.
29246 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
29247 (_mm512_prefetch_i64scatter_ps): Ditto.
29248 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
29249 * config/i386/i386-builtin-types.def: Define
29250 VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
29251 and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
29252 * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
29253 IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
29254 IX86_BUILTIN_SCATTERPFQPD.
29255 (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
29256 __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
29257 __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
29258 __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
29259 __builtin_ia32_scatterpfqps.
29260 (ix86_expand_builtin): Expand new built-ins.
29261 * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
29262 fix memory access data type.
29263 (*avx512pf_gatherpf<mode>_mask): Ditto.
29264 (*avx512pf_gatherpf<mode>): Ditto.
29265 (avx512pf_scatterpf<mode>): Ditto.
29266 (*avx512pf_scatterpf<mode>_mask): Ditto.
29267 (*avx512pf_scatterpf<mode>): Ditto.
29268 (GATHER_SCATTER_SF_MEM_MODE): New.
29269 (avx512pf_gatherpf<mode>df): Ditto.
29270 (*avx512pf_gatherpf<mode>df_mask): Ditto.
29271 (*avx512pf_scatterpf<mode>df): Ditto.
29273 2014-01-27 Jakub Jelinek <jakub@redhat.com>
29276 * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
29277 know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
29280 2014-01-27 James Greenhalgh <james.greenhalgh@arm.com>
29282 * common/config/arm/arm-common.c
29283 (arm_rewrite_mcpu): Handle multiple names.
29285 (BIG_LITTLE_SPEC): Do not discard mcpu switches.
29287 2014-01-27 James Greenhalgh <james.greenhalgh@arm.com>
29289 * gimple-builder.h (create_gimple_tmp): Delete.
29291 2014-01-27 Christian Bruel <christian.bruel@st.com>
29293 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
29296 2014-01-26 John David Anglin <danglin@gcc.gnu.org>
29298 * config/pa/pa.md (call): Generate indirect long calls to non-local
29299 functions when outputing 32-bit code.
29300 (call_value): Likewise except for special call to buggy powf function.
29302 * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
29303 portable runtime and PIC indirect calls.
29304 (pa_output_indirect_call): Remove unnecessary nop from portable runtime
29305 and PIC call sequences. Use ldo instead of blr to set return register
29306 in PIC call sequence.
29308 2014-01-25 Walter Lee <walt@tilera.com>
29310 * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
29311 avoid clobbering a live register.
29313 2014-01-25 Walter Lee <walt@tilera.com>
29315 * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
29316 Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
29317 * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
29318 Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
29320 2014-01-25 Walter Lee <walt@tilera.com>
29322 * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
29323 arguments on even registers.
29324 (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
29326 * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
29327 (BIGGEST_ALIGNMENT): Ditto.
29328 (BIGGEST_FIELD_ALIGNMENT): Ditto.
29330 2014-01-25 Walter Lee <walt@tilera.com>
29332 * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
29333 insns before bundling.
29334 * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
29336 2014-01-25 Walter Lee <walt@tilera.com>
29338 * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
29339 PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
29340 * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
29342 2014-01-25 Richard Sandiford <rdsandiford@googlemail.com>
29344 * config/mips/constraints.md (kl): Delete.
29345 * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
29346 define expands, using...
29347 (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
29348 instructions for MIPS16.
29349 (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
29350 non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
29352 2014-01-25 Walter Lee <walt@tilera.com>
29354 * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
29358 2014-01-25 Walter Lee <walt@tilera.com>
29360 * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
29361 (TARGET_EXPAND_TO_RTL_HOOK): Define.
29363 2014-01-25 Richard Sandiford <rdsandiford@googlemail.com>
29365 * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
29368 2014-01-25 Jakub Jelinek <jakub@redhat.com>
29370 * print-rtl.c (in_call_function_usage): New var.
29371 (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
29372 EXPR_LIST mode as mode and not as reg note name.
29374 PR middle-end/59561
29375 * cfgloopmanip.c (copy_loop_info): If
29376 loop->warned_aggressive_loop_optimizations, make sure
29377 the flag is set in target loop too.
29379 2014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
29381 * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
29383 * builtins.def: Likewise.
29384 * cilk.h (fn_contains_cilk_spawn_p): Likewise.
29385 * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
29386 * ira.c (ira_setup_eliminable_regset): Likewise.
29387 * omp-low.c (gate_expand_omp): Likewise.
29388 (execute_lower_omp): Likewise.
29389 (diagnose_sb_0): Likewise.
29390 (gate_diagnose_omp_blocks): Likewise.
29391 (simd_clone_clauses_extract): Likewise.
29394 2014-01-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
29396 * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
29397 correction for little endian...
29398 * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
29401 2014-01-24 Jeff Law <law@redhat.com>
29403 PR tree-optimization/59919
29404 * tree-vrp.c (find_assert_locations_1): Do not register asserts
29405 for non-returning calls.
29407 2014-01-24 James Greenhalgh <james.greenhalgh@arm.com>
29409 * common/config/aarch64/aarch64-common.c
29410 (aarch64_rewrite_mcpu): Handle multiple names.
29411 * config/aarch64/aarch64.h
29412 (BIG_LITTLE_SPEC): Do not discard mcpu switches.
29414 2014-01-24 Dodji Seketeli <dodji@redhat.com>
29416 * input.c (add_file_to_cache_tab): Handle the case where fopen
29419 2014-01-23 H.J. Lu <hongjiu.lu@intel.com>
29422 * config/i386/i386.md (pushsf splitter): Get stack adjustment
29423 from push operand if code of push isn't PRE_DEC.
29425 2014-01-23 Michael Meissner <meissner@linux.vnet.ibm.com>
29428 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
29429 -mquad-memory-atomic. Update -mquad-memory documentation to say
29430 it is only used for non-atomic loads/stores.
29432 * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
29433 -mquad-memory or -mquad-memory-atomic switches.
29435 * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
29436 -mquad-memory-atomic to ISA 2.07 support.
29438 * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
29439 to separate support of normal quad word memory operations (ldq, stq)
29440 from the atomic quad word memory operations.
29442 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
29443 support to separate non-atomic quad word operations from atomic
29444 quad word operations. Disable non-atomic quad word operations in
29445 little endian mode so that we don't have to swap words after the
29446 load and before the store.
29447 (quad_load_store_p): Add comment about atomic quad word support.
29448 (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
29449 options printed with -mdebug=reg.
29451 * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
29452 -mquad-memory-atomic as the test for whether we have quad word
29453 atomic instructions.
29454 (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
29455 or -mp8-vector are used, allow byte/half-word atomic operations.
29457 * config/rs6000/sync.md (load_lockedti): Insure that the address
29458 is a proper indexed or indirect address for the lqarx instruction.
29459 On little endian systems, swap the hi/lo registers after the lqarx
29461 (load_lockedpti): Use indexed_or_indirect_operand predicate to
29462 insure the address is valid for the lqarx instruction.
29463 (store_conditionalti): Insure that the address is a proper indexed
29464 or indirect address for the stqcrx. instruction. On little endian
29465 systems, swap the hi/lo registers before doing the stqcrx.
29467 (store_conditionalpti): Use indexed_or_indirect_operand predicate to
29468 insure the address is valid for the stqcrx. instruction.
29470 * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
29471 Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
29472 type of quad memory support is available.
29474 2014-01-23 Vladimir Makarov <vmakarov@redhat.com>
29476 PR regression/59915
29477 * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
29478 there is a danger of looping.
29480 2014-01-23 Pat Haugen <pthaugen@us.ibm.com>
29482 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
29483 force flag_ira_loop_pressure if set via command line.
29485 2014-01-23 Alex Velenko <Alex.Velenko@arm.com>
29487 * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
29488 (ashr_simd): New builtin handling DI mode.
29489 * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
29490 (aarch64_sshr_simddi): New match pattern.
29491 * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
29492 (vshrd_n_s64): Likewise.
29493 * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
29495 2014-01-23 Nick Clifton <nickc@redhat.com>
29497 * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
29498 (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
29499 favour of mcu specific scripts.
29500 * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
29503 2014-01-23 James Greenhalgh <james.greenhalgh@arm.com>
29504 Alex Velenko <Alex.Velenko@arm.com>
29506 * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
29507 (vaddv_s16): Likewise.
29508 (vaddv_s32): Likewise.
29509 (vaddv_u8): Likewise.
29510 (vaddv_u16): Likewise.
29511 (vaddv_u32): Likewise.
29512 (vaddvq_s8): Likewise.
29513 (vaddvq_s16): Likewise.
29514 (vaddvq_s32): Likewise.
29515 (vaddvq_s64): Likewise.
29516 (vaddvq_u8): Likewise.
29517 (vaddvq_u16): Likewise.
29518 (vaddvq_u32): Likewise.
29519 (vaddvq_u64): Likewise.
29520 (vaddv_f32): Likewise.
29521 (vaddvq_f32): Likewise.
29522 (vaddvq_f64): Likewise.
29523 (vmaxv_f32): Likewise.
29524 (vmaxv_s8): Likewise.
29525 (vmaxv_s16): Likewise.
29526 (vmaxv_s32): Likewise.
29527 (vmaxv_u8): Likewise.
29528 (vmaxv_u16): Likewise.
29529 (vmaxv_u32): Likewise.
29530 (vmaxvq_f32): Likewise.
29531 (vmaxvq_f64): Likewise.
29532 (vmaxvq_s8): Likewise.
29533 (vmaxvq_s16): Likewise.
29534 (vmaxvq_s32): Likewise.
29535 (vmaxvq_u8): Likewise.
29536 (vmaxvq_u16): Likewise.
29537 (vmaxvq_u32): Likewise.
29538 (vmaxnmv_f32): Likewise.
29539 (vmaxnmvq_f32): Likewise.
29540 (vmaxnmvq_f64): Likewise.
29541 (vminv_f32): Likewise.
29542 (vminv_s8): Likewise.
29543 (vminv_s16): Likewise.
29544 (vminv_s32): Likewise.
29545 (vminv_u8): Likewise.
29546 (vminv_u16): Likewise.
29547 (vminv_u32): Likewise.
29548 (vminvq_f32): Likewise.
29549 (vminvq_f64): Likewise.
29550 (vminvq_s8): Likewise.
29551 (vminvq_s16): Likewise.
29552 (vminvq_s32): Likewise.
29553 (vminvq_u8): Likewise.
29554 (vminvq_u16): Likewise.
29555 (vminvq_u32): Likewise.
29556 (vminnmv_f32): Likewise.
29557 (vminnmvq_f32): Likewise.
29558 (vminnmvq_f64): Likewise.
29560 2014-01-23 James Greenhalgh <james.greenhalgh@arm.com>
29562 * config/aarch64/aarch64-simd.md
29563 (aarch64_dup_lane<mode>): Correct lane number on big-endian.
29564 (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
29565 (*aarch64_mul3_elt<mode>): Likewise.
29566 (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
29567 (*aarch64_mul3_elt_to_64v2df): Likewise.
29568 (*aarch64_mla_elt<mode>): Likewise.
29569 (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
29570 (*aarch64_mls_elt<mode>): Likewise.
29571 (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
29572 (*aarch64_fma4_elt<mode>): Likewise.
29573 (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
29574 (*aarch64_fma4_elt_to_64v2df): Likewise.
29575 (*aarch64_fnma4_elt<mode>): Likewise.
29576 (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
29577 (*aarch64_fnma4_elt_to_64v2df): Likewise.
29578 (aarch64_sq<r>dmulh_lane<mode>): Likewise.
29579 (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
29580 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
29581 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
29582 (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
29583 (aarch64_sqdmull_lane<mode>_internal): Likewise.
29584 (aarch64_sqdmull2_lane<mode>_internal): Likewise.
29586 2013-01-23 Alex Velenko <Alex.Velenko@arm.com>
29588 * config/aarch64/aarch64-simd.md
29589 (aarch64_be_checked_get_lane<mode>): New define_expand.
29590 * config/aarch64/aarch64-simd-builtins.def
29591 (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
29592 New builtin definition.
29593 * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
29594 Use new safe be builtin.
29596 2014-01-23 Alex Velenko <Alex.Velenko@arm.com>
29598 * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
29600 (aarch64_be_st1<mode>): Likewise.
29601 (aarch_ld1<VALL:mode>): Define_expand modified.
29602 (aarch_st1<VALL:mode>): Likewise.
29603 * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
29604 (UNSPEC_ST1): Likewise.
29606 2014-01-23 David Holsgrove <david.holsgrove@xilinx.com>
29608 * config/microblaze/microblaze.md: Add trap insn and attribute
29610 2014-01-23 Dodji Seketeli <dodji@redhat.com>
29612 PR preprocessor/58580
29613 * input.h (location_get_source_line): Take an additional line_size
29615 (void diagnostics_file_cache_fini): Declare new function.
29616 * input.c (struct fcache): New type.
29617 (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
29618 New static constants.
29619 (diagnostic_file_cache_init, total_lines_num)
29620 (lookup_file_in_cache_tab, evicted_cache_tab_entry)
29621 (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
29622 (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
29623 (get_next_line, read_next_line, goto_next_line, read_line_num):
29624 New static function definitions.
29625 (diagnostic_file_cache_fini): New function.
29626 (location_get_source_line): Take an additional output line_len
29627 parameter. Re-write using lookup_or_add_file_to_cache_tab and
29629 * diagnostic.c (diagnostic_finish): Call
29630 diagnostic_file_cache_fini.
29631 (adjust_line): Take an additional input parameter for the length
29632 of the line, rather than calculating it with strlen.
29633 (diagnostic_show_locus): Adjust the use of
29634 location_get_source_line and adjust_line with respect to their new
29635 signature. While displaying a line now, do not stop at the first
29636 null byte. Rather, display the zero byte as a space and keep
29637 going until we reach the size of the line.
29638 * Makefile.in: Add vec.o to OBJS-libcommon
29640 2014-01-23 Kirill Yukhin <kirill.yukhin@intel.com>
29641 Ilya Tocar <ilya.tocar@intel.com>
29643 * config/i386/avx512fintrin.h (_mm512_kmov): New.
29644 * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
29645 (__builtin_ia32_kmov16): Ditto.
29646 * config/i386/i386.md (UNSPEC_KMOV): New.
29649 2014-01-23 Kirill Yukhin <kirill.yukhin@intel.com>
29651 * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
29652 (_mm512_storeu_si512): Ditto.
29654 2014-01-23 Richard Sandiford <rdsandiford@googlemail.com>
29657 * rtl.h (get_referenced_operands): Declare.
29658 * recog.c (get_referenced_operands): New function.
29659 * config/mips/mips.c (mips_reorg_process_insns): Check which asm
29660 operands have been referenced when recording LO_SUM references.
29662 2014-01-22 David Holsgrove <david.holsgrove@xilinx.com>
29664 * config/microblaze/microblaze.md: Correct bswaphi2 insn.
29666 2014-01-22 Jan Hubicka <hubicka@ucw.cz>
29668 * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
29669 Enable for generic and recent AMD targets.
29671 2014-01-22 Jan Hubicka <hubicka@ucw.cz>
29673 * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
29674 ARG_SIZE note when adjustment was eliminated.
29676 2014-01-22 Jeff Law <law@redhat.com>
29678 PR tree-optimization/59597
29679 * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
29680 in file. Accept new argument REGISTERING and use it to modify
29681 dump output appropriately.
29682 (register_jump_thread): Corresponding changes.
29683 (mark_threaded_blocks): Reinstate code to cancel unprofitable
29684 thread paths involving joiner blocks. Add code to dump cancelled
29685 jump threading paths.
29687 2014-01-22 Vladimir Makarov <vmakarov@redhat.com>
29689 PR rtl-optimization/59477
29690 * lra-constraints.c (inherit_in_ebb): Process call for living hard
29691 regs. Update reloads_num and potential_reload_hard_regs for all insns.
29693 2014-01-22 Tom Tromey <tromey@redhat.com>
29695 * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
29697 * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
29699 2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
29701 PR rtl-optimization/59896
29702 * lra-constraints.c (process_alt_operands): Check unused note for
29703 matched operands of insn with no output reloads.
29705 2014-01-21 Richard Sandiford <rdsandiford@googlemail.com>
29707 * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
29708 (mips_move_from_gpr_cost): Likewise.
29710 2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
29712 PR rtl-optimization/59858
29713 * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
29714 ira_class_hard_regs_num.
29715 (process_alt_operands): Increase reject for dying matched operand.
29717 2014-01-21 Jakub Jelinek <jakub@redhat.com>
29720 * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
29721 smaller than size, perform several stores or loads and stores
29722 at dst + count - size to store or copy all of size bytes, rather
29723 than just last modesize bytes.
29725 2014-01-20 DJ Delorie <dj@redhat.com>
29727 * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
29728 that CLOBBERs are REGs before propogating their values.
29730 2014-01-20 H.J. Lu <hongjiu.lu@intel.com>
29732 PR middle-end/59789
29733 * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
29734 (cgraph_inline_failed_type): New function.
29735 * cgraph.h (DEFCIFCODE): Add type.
29736 (cgraph_inline_failed_type_t): New enum.
29737 (cgraph_inline_failed_type): New prototype.
29738 * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
29739 FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
29740 FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
29741 LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
29742 MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
29743 RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
29744 OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
29745 INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
29746 Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
29747 FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
29748 EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
29749 OPTIMIZATION_MISMATCH.
29750 * tree-inline.c (expand_call_inline): Emit errors during
29751 early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
29753 2014-01-20 Uros Bizjak <ubizjak@gmail.com>
29756 * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
29757 mode attribute in insn output.
29759 2014-01-20 Eric Botcazou <ebotcazou@adacore.com>
29761 * output.h (output_constant): Delete.
29762 * varasm.c (output_constant): Make private.
29764 2014-01-20 Alex Velenko <Alex.Velenko@arm.com>
29766 * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
29768 2014-01-20 Jakub Jelinek <jakub@redhat.com>
29770 PR middle-end/59860
29771 * tree.h (fold_builtin_strcat): New prototype.
29772 * builtins.c (fold_builtin_strcat): No longer static. Add len
29773 argument, if non-NULL, don't call c_strlen. Optimize
29774 directly into __builtin_memcpy instead of __builtin_strcpy.
29775 (fold_builtin_2): Adjust fold_builtin_strcat caller.
29776 * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
29778 2014-01-20 Uros Bizjak <ubizjak@gmail.com>
29780 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
29781 for SImode_address_operand operands, having only a REG argument.
29783 2014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
29785 * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
29786 loader name using mbig-endian.
29787 (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
29789 2014-01-20 James Greenhalgh <james.greenhalgh@arm.com>
29791 * doc/invoke.texi (-march): Clarify documentation for AArch64.
29792 (-mtune): Likewise.
29795 2014-01-20 Tejas Belagod <tejas.belagod@arm.com>
29797 * config/aarch64/aarch64-protos.h
29798 (aarch64_cannot_change_mode_class_ptr): Declare.
29799 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
29800 aarch64_cannot_change_mode_class_ptr): New.
29801 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
29802 backend hook aarch64_cannot_change_mode_class.
29804 2014-01-20 James Greenhalgh <james.greenhalgh@arm.com>
29806 * common/config/aarch64/aarch64-common.c
29807 (aarch64_handle_option): Don't handle any option order logic here.
29808 * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
29809 selected_cpu, warn on architecture version mismatch.
29810 (aarch64_override_options): Fix parsing order for option strings.
29812 2014-01-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
29813 Iain Sandoe <iain@codesourcery.com>
29816 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
29817 warning. Amend comment to reflect current functionality.
29819 2014-01-20 Richard Biener <rguenther@suse.de>
29821 PR middle-end/59860
29822 * builtins.c (fold_builtin_strcat): Remove case better handled
29823 by tree-ssa-strlen.c.
29825 2014-01-20 Alan Lawrence <alan.lawrence@arm.com>
29827 * config/aarch64/aarch64.opt
29828 (mcpu, march, mtune): Make case-insensitive.
29830 2014-01-20 Jakub Jelinek <jakub@redhat.com>
29833 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
29834 if operands[1] is a REG or ZERO_EXTEND of a REG.
29836 2014-01-19 Jan Hubicka <hubicka@ucw.cz>
29838 * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
29840 2014-01-19 John David Anglin <danglin@gcc.gnu.org>
29842 * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
29843 long non-pic millicode calls.
29845 2014-01-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
29847 * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
29849 2014-01-19 Kito Cheng <kito@0xlab.org>
29851 * builtins.c (expand_movstr): Check movstr expand done or fail.
29853 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
29854 H.J. Lu <hongjiu.lu@intel.com>
29857 * config/i386/i386.md (*lea<mode>): Zero-extend return register
29858 to DImode for zero-extended addresses.
29860 2014-01-19 Jakub Jelinek <jakub@redhat.com>
29862 PR rtl-optimization/57763
29863 * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
29864 on the new indirect jump_insn and increment LABEL_NUSES (label).
29866 2014-01-18 H.J. Lu <hongjiu.lu@intel.com>
29870 * config.gcc (x86_archs): New variable.
29871 (x86_64_archs): Likewise.
29872 (x86_cpus): Likewise.
29873 Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
29874 --with-arch/--with-cpu= options.
29875 Support --with-arch=/--with-cpu={nehalem,westmere,
29876 sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
29878 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
29880 * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
29881 and PROCESSOR_ATHLON to simplify code. Move "memory" calculation.
29883 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
29885 * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
29887 2014-01-18 Jakub Jelinek <jakub@redhat.com>
29890 * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
29891 clear cpp_get_options (parse_in)->warn_unused_macros for
29892 ix86_target_macros_internal with cpp_define.
29894 2014-01-18 Richard Sandiford <rdsandiford@googlemail.com>
29896 * jump.c (delete_related_insns): Keep (use (insn))s.
29897 * reorg.c (redundant_insn): Check for barriers too.
29899 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
29901 * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
29903 2014-01-17 John David Anglin <danglin@gcc.gnu.org>
29905 * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
29906 call to $$dyncall when TARGET_LONG_CALLS is true.
29908 2014-01-17 Jeff Law <law@redhat.com>
29910 * ree.c (combine_set_extension): Temporarily disable test for
29911 changing number of hard registers.
29913 2014-01-17 Jan Hubicka <hubicka@ucw.cz>
29915 PR middle-end/58125
29916 * ipa-inline-analysis.c (inline_free_summary):
29917 Do not free summary of aliases.
29919 2014-01-17 Jakub Jelinek <jakub@redhat.com>
29921 PR middle-end/59706
29922 * gimplify.c (gimplify_expr): Use create_tmp_var
29923 instead of create_tmp_var_raw. If cond doesn't have
29924 integral type, don't add the IFN_ANNOTATE builtin at all.
29926 2014-01-17 Martin Jambor <mjambor@suse.cz>
29929 * ipa-cp.c (prev_edge_clone): New variable.
29930 (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
29931 Also resize prev_edge_clone vector.
29932 (ipcp_edge_duplication_hook): Also update prev_edge_clone.
29933 (ipcp_edge_removal_hook): New function.
29934 (ipcp_driver): Register ipcp_edge_removal_hook.
29936 2014-01-17 Andrew Pinski <apinski@cavium.com>
29937 Steve Ellcey <sellcey@mips.com>
29940 * config/mips/mips.c (mips_print_operand): Check operand mode instead
29943 2014-01-17 Jeff Law <law@redhat.com>
29945 PR middle-end/57904
29946 * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
29947 so that pass_ccp runs first.
29949 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
29951 * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
29952 (ix86_adjust_cost): Use !TARGET_XXX.
29953 (do_reorder_for_imul): Likewise.
29954 (swap_top_of_ready_list): Likewise.
29955 (ix86_sched_reorder): Likewise.
29957 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
29959 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
29960 PROCESSOR_INTEL. Treat like PROCESSOR_GENERIC.
29961 * config/i386/i386.c (intel_memcpy): New. Duplicate slm_memcpy.
29962 (intel_memset): New. Duplicate slm_memset.
29963 (intel_cost): New. Duplicate slm_cost.
29964 (m_INTEL): New macro.
29965 (processor_target_table): Add "intel".
29966 (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
29967 with PROCESSOR_INTEL for "intel".
29968 (ix86_lea_outperforms): Support PROCESSOR_INTEL. Duplicate
29969 PROCESSOR_SILVERMONT.
29970 (ix86_issue_rate): Likewise.
29971 (ix86_adjust_cost): Likewise.
29972 (ia32_multipass_dfa_lookahead): Likewise.
29973 (swap_top_of_ready_list): Likewise.
29974 (ix86_sched_reorder): Likewise.
29975 (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
29976 instead of TARGET_OPT_AGU.
29977 * config/i386/i386.h (TARGET_INTEL): New.
29978 (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
29979 (processor_type): Add PROCESSOR_INTEL.
29980 * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
29981 Add X86_TUNE_AVOID_LEA_FOR_ADDR.
29983 2014-01-17 Marek Polacek <polacek@redhat.com>
29986 * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
29989 2014-01-17 Richard Biener <rguenther@suse.de>
29991 PR tree-optimization/46590
29992 * opts.c (default_options_table): Add entries for
29993 OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
29994 all enabled at -O1 but not for -Og.
29995 * common.opt (fbranch-count-reg): Remove Init(1).
29996 (fmove-loop-invariants): Likewise.
29997 (ftree-pta): Likewise.
29999 2014-01-17 Jakub Jelinek <jakub@redhat.com>
30001 * config/i386/i386.c (ix86_data_alignment): For compatibility with
30002 (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
30003 decls to at least the GCC 4.8 used alignments.
30006 * tree-nested.c (convert_nonlocal_reference_stmt,
30007 convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
30008 of GIMPLE_BIND stmts, adjust associated decls.
30010 2014-01-17 Richard Biener <rguenther@suse.de>
30012 PR tree-optimization/46590
30013 * vec.h (vec<>::bseach): New member function implementing
30014 binary search according to C89 bsearch.
30015 (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
30016 * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
30017 bitmap pointer again. Make accesses_in_loop a flat array.
30018 (mem_ref_obstack): New global.
30019 (outermost_indep_loop): Adjust for mem_ref->stored changes.
30020 (mark_ref_stored): Likewise.
30021 (ref_indep_loop_p_2): Likewise.
30022 (set_ref_stored_in_loop): New helper function.
30023 (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
30024 (memref_free): Adjust.
30025 (record_mem_ref_loc): Simplify.
30026 (gather_mem_refs_stmt): Adjust.
30027 (sort_locs_in_loop_postorder_cmp): New function.
30028 (analyze_memory_references): Sort accesses_in_loop after
30029 loop postorder number.
30030 (find_ref_loc_in_loop_cmp): New function.
30031 (for_all_locs_in_loop): Find relevant cluster of locs in
30032 accesses_in_loop and iterate without recursion.
30033 (execute_sm): Avoid uninit warning.
30034 (struct ref_always_accessed): Simplify.
30035 (ref_always_accessed::operator ()): Likewise.
30036 (ref_always_accessed_p): Likewise.
30037 (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
30038 loop postorder numbers here.
30039 (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
30042 2014-01-17 Jan Hubicka <hubicka@ucw.cz>
30045 * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
30046 on decls for which assemble_alias has been called.
30048 2014-01-17 Nick Clifton <nickc@redhat.com>
30050 * config/msp430/msp430.opt: (mcpu): New option.
30051 * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
30052 (msp430_option_override): Parse target_cpu. If the MCU name
30053 matches a generic string, clear target_mcu.
30054 (msp430_attr): Allow numeric interrupt values up to 63.
30055 (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
30056 * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
30058 * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
30060 * config/msp430/msp430.md (popm): Use %J rather than %I.
30061 (addsi3): Use msp430_nonimmediate_operand for operand 2.
30062 (addhi_cy_i): Use immediate_operand for operand 2.
30063 * doc/invoke.texi: Document -mcpu option.
30065 2014-01-17 Richard Biener <rguenther@suse.de>
30067 PR rtl-optimization/38518
30068 * df.h (df_analyze_loop): Declare.
30069 * df-core.c: Include cfgloop.h.
30070 (df_analyze_1): Split out main part of df_analyze.
30071 (df_analyze): Adjust.
30072 (loop_inverted_post_order_compute): New function.
30073 (loop_post_order_compute): Likewise.
30074 (df_analyze_loop): New function avoiding whole-function
30075 postorder computes.
30076 * loop-invariant.c (find_defs): Use df_analyze_loop.
30077 (find_invariants): Adjust.
30078 * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
30080 2014-01-17 Zhenqiang Chen <zhenqiang.chen@arm.com>
30082 * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
30083 (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
30085 2014-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
30087 * ipa-ref.c (ipa_remove_stmt_references): Fix references
30088 traversal when removing references.
30090 2014-01-16 Jan Hubicka <hubicka@ucw.cz>
30093 * tree.c (get_binfo_at_offset): Look harder for virtual bases.
30095 2014-01-16 Bernd Schmidt <bernds@codesourcery.com>
30097 PR middle-end/56791
30098 * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
30099 pushing a reload for an autoinc when we had previously reloaded an
30100 inner part of the address.
30102 2014-01-16 Jakub Jelinek <jakub@redhat.com>
30104 * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
30106 (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
30107 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
30108 when not giving up or versioning for alias only because of
30110 (vect_analyze_data_ref_dependences): Set to true.
30111 * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
30113 (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
30114 LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
30117 PR middle-end/58344
30118 * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
30121 * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
30122 operand 0 predicate for gathers, use a new pseudo as subtarget.
30124 2014-01-16 Vladimir Makarov <vmakarov@redhat.com>
30126 PR middle-end/59609
30127 * lra-constraints.c (process_alt_operands): Add printing debug info.
30128 Check absence of input/output reloads for matched operands too.
30130 2014-01-16 Vladimir Makarov <vmakarov@redhat.com>
30132 PR rtl-optimization/59835
30133 * ira.c (ira_init_register_move_cost): Increase cost for
30136 2014-01-16 Alan Lawrence <alan.lawrence@arm.com>
30138 * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
30140 2014-01-16 Richard Earnshaw <rearnsha@arm.com>
30143 * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
30144 non-register objects. Use gen_(high/low)part more consistently.
30147 2014-01-16 Michael Meissner <meissner@linux.vnet.ibm.com>
30150 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
30151 endian support, remove tests for WORDS_BIG_ENDIAN.
30152 (p8_mfvsrd_3_<mode>): Likewise.
30153 (reload_gpr_from_vsx<mode>): Likewise.
30154 (reload_gpr_from_vsxsf): Likewise.
30155 (p8_mfvsrd_4_disf): Likewise.
30157 2014-01-16 Richard Biener <rguenther@suse.de>
30159 PR rtl-optimization/46590
30160 * lcm.c (compute_antinout_edge): Use postorder iteration.
30161 (compute_laterin): Use inverted postorder iteration.
30163 2014-01-16 Nick Clifton <nickc@redhat.com>
30165 PR middle-end/28865
30166 * varasm.c (output_constant): Return the number of bytes actually
30168 (output_constructor_array_range): Update the field size with the
30169 number of bytes emitted by output_constant.
30170 (output_constructor_regular_field): Likewise. Also do not
30171 complain if the total number of bytes emitted is now greater
30172 than the expected fieldpos.
30173 * output.h (output_constant): Update prototype and descriptive comment.
30175 2014-01-16 Marek Polacek <polacek@redhat.com>
30177 PR middle-end/59827
30178 * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
30179 it is error_mark_node.
30181 2014-01-15 Uros Bizjak <ubizjak@gmail.com>
30183 * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
30184 VALID_AVX256_REG_OR_OI_MODE.
30186 2014-01-15 Pat Haugen <pthaugen@us.ibm.com>
30188 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
30189 current procedure should be profiled.
30191 2014-01-15 Andrew Pinski <apinski@cavium.com>
30193 * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
30194 of moving from/to the STACK_REG register class.
30196 2014-01-15 Richard Henderson <rth@redhat.com>
30199 * reginfo.c (global_regs_decl): Globalize.
30200 * rtl.h (global_regs_decl): Declare.
30201 * ira.c (do_reload): Diagnose frame_pointer_needed and it
30202 reserved via global_regs.
30204 2014-01-15 Teresa Johnson <tejohnson@google.com>
30206 * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
30208 2014-01-15 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
30210 * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
30211 and vmulosh rather than call gen_vec_widen_smult_*.
30212 (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
30213 than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
30214 (vec_widen_smult_even_v16qi): Likewise.
30215 (vec_widen_umult_even_v8hi): Likewise.
30216 (vec_widen_smult_even_v8hi): Likewise.
30217 (vec_widen_umult_odd_v16qi): Likewise.
30218 (vec_widen_smult_odd_v16qi): Likewise.
30219 (vec_widen_umult_odd_v8hi): Likewise.
30220 (vec_widen_smult_odd_v8hi): Likewise.
30221 (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
30222 vmuloub rather than call gen_vec_widen_umult_*.
30223 (vec_widen_umult_lo_v16qi): Likewise.
30224 (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
30225 vmulosb rather than call gen_vec_widen_smult_*.
30226 (vec_widen_smult_lo_v16qi): Likewise.
30227 (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
30228 rather than call gen_vec_widen_umult_*.
30229 (vec_widen_umult_lo_v8hi): Likewise.
30230 (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
30231 rather than call gen_vec_widen_smult_*.
30232 (vec_widen_smult_lo_v8hi): Likewise.
30234 2014-01-15 Jeff Law <law@redhat.com>
30236 PR tree-optimization/59747
30237 * ree.c (find_and_remove_re): Properly handle case where a second
30238 eliminated extension requires widening a copy created for elimination
30239 of a prior extension.
30240 (combine_set_extension): Ensure that the number of hard regs needed
30241 for a destination register does not change when we widen it.
30243 2014-01-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
30245 * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
30246 (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
30247 (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
30248 (arm*-*-rtems*): Use t-rtems from existing tmake_file.
30249 (avr-*-rtems*): Likewise.
30250 (bfin*-rtems*): Likewise.
30251 (moxie-*-rtems*): Likewise.
30252 (h8300-*-rtems*): Likewise.
30253 (i[34567]86-*-rtems*): Likewise.
30254 (lm32-*-rtems*): Likewise.
30255 (m32r-*-rtems*): Likewise.
30256 (m68k-*-rtems*): Likewise.
30257 (microblaze*-*-rtems*): Likewise.
30258 (mips*-*-rtems*): Likewise.
30259 (powerpc-*-rtems*): Likewise.
30260 (sh-*-rtems*): Likewise.
30261 (sparc-*-rtems*): Likewise.
30262 (sparc64-*-rtems*): Likewise.
30263 (v850-*-rtems*): Likewise.
30264 (m32c-*-rtems*): Likewise.
30266 2014-01-15 Vladimir Makarov <vmakarov@redhat.com>
30268 PR rtl-optimization/59511
30269 * ira.c (ira_init_register_move_cost): Use memory costs for some
30270 cases of register move cost calculations.
30271 * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
30272 instead of BB frequency.
30273 * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
30274 * lra-assigns.c (find_hard_regno_for): Ditto.
30276 2014-01-15 Richard Biener <rguenther@suse.de>
30278 PR tree-optimization/59822
30279 * tree-vect-stmts.c (hoist_defs_of_uses): New function.
30280 (vectorizable_load): Use it to hoist defs of uses of invariant
30281 loads out of the loop.
30283 2014-01-15 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
30284 Kugan Vivekanandarajah <kuganv@linaro.org>
30287 * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
30290 2014-01-15 Richard Biener <rguenther@suse.de>
30292 PR rtl-optimization/59802
30293 * lcm.c (compute_available): Use inverted postorder to seed
30294 the initial worklist.
30296 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30299 * config/s390/s390.c (s390_preferred_reload_class): Don't return
30300 ADDR_REGS for invalid symrefs in non-PIC code.
30302 2014-01-15 Jakub Jelinek <jakub@redhat.com>
30305 * builtins.c (determine_block_size): Initialize *probable_max_size
30306 even if len_rtx is CONST_INT.
30308 2014-01-14 Andrew Pinski <apinski@cavium.com>
30310 * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
30311 * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
30312 (cortexa53_tunings): Likewise.
30313 (aarch64_sched_issue_rate): New function.
30314 (TARGET_SCHED_ISSUE_RATE): Define.
30316 2014-01-14 Vladimir Makarov <vmakarov@redhat.com>
30318 * ira-costs.c (find_costs_and_classes): Add missed
30319 ira_init_register_move_cost_if_necessary.
30321 2014-01-14 Vladimir Makarov <vmakarov@redhat.com>
30324 * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
30326 2014-01-14 H.J. Lu <hongjiu.lu@intel.com>
30329 * config/i386/i386.c (type_natural_mode): Add a bool parameter
30330 to indicate if type is used for function return value. Warn ABI
30331 change if the vector mode isn't available for function return value.
30332 (ix86_function_arg_advance): Pass false to type_natural_mode.
30333 (ix86_function_arg): Likewise.
30334 (ix86_gimplify_va_arg): Likewise.
30335 (function_arg_32): Don't warn ABI change.
30336 (ix86_function_value): Pass true to type_natural_mode.
30337 (ix86_return_in_memory): Likewise.
30338 (ix86_struct_value_rtx): Removed.
30339 (TARGET_STRUCT_VALUE_RTX): Likewise.
30341 2014-01-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
30343 * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
30344 converting a conditional jump into a conditional return.
30346 2014-01-14 Richard Biener <rguenther@suse.de>
30348 PR tree-optimization/58921
30349 PR tree-optimization/59006
30350 * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
30351 hoisting invariant stmts.
30352 * tree-vect-stmts.c (vectorizable_load): Insert the splat of
30353 invariant loads on the preheader edge if possible.
30355 2014-01-14 Joey Ye <joey.ye@arm.com>
30357 * doc/plugin.texi (Building GCC plugins): Update to C++.
30359 2014-01-14 Kirill Yukhin <kirill.yukhin@intel.com>
30361 * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
30362 (_mm_rcp28_round_ss): Ditto.
30363 (_mm_rsqrt28_round_sd): Ditto.
30364 (_mm_rsqrt28_round_ss): Ditto.
30365 (_mm_rcp28_sd): Ditto.
30366 (_mm_rcp28_ss): Ditto.
30367 (_mm_rsqrt28_sd): Ditto.
30368 (_mm_rsqrt28_ss): Ditto.
30369 * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
30370 * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
30371 * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
30372 (IX86_BUILTIN_RCP28SD): Ditto.
30373 (IX86_BUILTIN_RCP28SS): Ditto.
30374 (IX86_BUILTIN_RSQRT28SD): Ditto.
30375 (IX86_BUILTIN_RSQRT28SS): Ditto.
30376 (bdesc_special_args): Define __builtin_ia32_movntdqa512,
30377 __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
30378 __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
30379 (ix86_expand_special_args_builtin): Expand new FTYPE.
30380 * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
30381 (srcp14<mode>): Make insn unary.
30382 (avx512f_vmscalef<mode><round_name>): Use substed predicate.
30383 (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
30384 (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
30385 (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
30386 (avx512er_exp2<mode><mask_name><round_saeonly_name>):
30387 Fix rounding: make it SAE only.
30388 (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
30390 (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
30392 (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
30393 (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
30394 (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
30395 * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
30396 (round_saeonly_mask_scalar_operand4): Ditto.
30397 (round_saeonly_mask_scalar_op3): Ditto.
30398 (round_saeonly_mask_scalar_op4): Ditto.
30400 2014-01-13 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
30402 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
30403 Implement -maltivec=be for vec_insert and vec_extract.
30405 2014-01-10 DJ Delorie <dj@redhat.com>
30407 * config/msp430/msp430.md (call_internal): Don't allow memory
30408 references with SP as the base register.
30409 (call_value_internal): Likewise.
30410 * config/msp430/constraints.md (Yc): New. For memory references
30411 that don't use SP as a base register.
30413 * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
30414 "an integer without a # prefix"
30415 * config/msp430/msp430.md (epilogue_helper): Use it.
30417 2014-01-13 Jakub Jelinek <jakub@redhat.com>
30420 * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
30421 AVX512F gather builtins.
30422 * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
30423 on gather decls with INTEGER_TYPE masktype.
30424 (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
30425 directly into the builtin rather than hoisting it before loop.
30427 PR tree-optimization/59387
30428 * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
30429 (scev_const_prop): If folded_casts and type has undefined overflow,
30430 use force_gimple_operand instead of force_gimple_operand_gsi and
30431 for each added stmt if it is assign with
30432 arith_code_with_undefined_signed_overflow, call
30433 rewrite_to_defined_overflow.
30434 * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
30435 gimple-fold.h instead.
30436 (arith_code_with_undefined_signed_overflow,
30437 rewrite_to_defined_overflow): Moved to ...
30438 * gimple-fold.c (arith_code_with_undefined_signed_overflow,
30439 rewrite_to_defined_overflow): ... here. No longer static.
30440 Include gimplify-me.h.
30441 * gimple-fold.h (arith_code_with_undefined_signed_overflow,
30442 rewrite_to_defined_overflow): New prototypes.
30444 2014-01-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30446 * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
30448 2014-01-13 Eric Botcazou <ebotcazou@adacore.com>
30450 * builtins.c (get_object_alignment_2): Minor tweak.
30451 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
30453 2014-01-13 Christian Bruel <christian.bruel@st.com>
30455 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
30456 optimized non constant lengths.
30458 2014-01-13 Jakub Jelinek <jakub@redhat.com>
30461 * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
30462 load as __atomic_load_N if possible.
30464 2014-01-11 David Edelsohn <dje.gcc@gmail.com>
30466 * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
30468 (rs6000_expand_builtin): Adjust call.
30470 2014-01-11 David Edelsohn <dje.gcc@gmail.com>
30473 * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
30474 * config/rs6000/rs6000.c: Include target-globals.h.
30475 (rs6000_set_current_function): Instead of doing target_reinit
30476 unconditionally, use save_target_globals_default_opts and
30477 restore_target_globals.
30479 * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
30481 * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
30482 (rs6000_expand_builtin): Handle mffs and mtfsf.
30483 (rs6000_init_builtins): Define mffs and mtfsf.
30484 * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
30485 (rs6000_mffs): New pattern.
30486 (rs6000_mtfsf): New pattern.
30488 2014-01-11 Bin Cheng <bin.cheng@arm.com>
30490 * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
30491 Start narrowing with START. Apply candidate-use pair
30492 and check overall cost in narrowing.
30493 (iv_ca_prune): Pass new argument.
30495 2014-01-10 Jeff Law <law@redhat.com>
30497 PR middle-end/59743
30498 * ree.c (combine_reaching_defs): Ensure the defining statement
30499 occurs before the extension when optimizing extensions with
30500 different source and destination hard registers.
30502 2014-01-10 Jan Hubicka <hubicka@ucw.cz>
30505 * ipa-devirt.c (build_type_inheritance_graph): Also add types of
30506 vtables into the type inheritance graph.
30508 2014-01-10 Jakub Jelinek <jakub@redhat.com>
30510 PR rtl-optimization/59754
30511 * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
30512 modes in the REGNO != REGNO case.
30514 2014-01-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
30516 * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
30518 2014-01-10 Jakub Jelinek <jakub@redhat.com>
30520 PR tree-optimization/59745
30521 * tree-predcom.c (tree_predictive_commoning_loop): Call
30522 free_affine_expand_cache if giving up because components is NULL.
30524 * target-globals.c (save_target_globals): Allocate < 4KB structs using
30525 GC in payload of target_globals struct instead of allocating them on
30526 the heap and the larger structs separately using GC.
30527 * target-globals.h (struct target_globals): Make regs, hard_regs,
30528 reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
30529 of GTY((skip)) and change type to void *.
30530 (reset_target_globals): Cast loads from those fields to corresponding
30533 2014-01-10 Steve Ellcey <sellcey@mips.com>
30536 * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
30537 gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
30538 tree-ssanames.h, print-tree.h, varasm.h, and context.h.
30540 2014-01-10 Richard Earnshaw <rearnsha@arm.com>
30543 * aarch64-modes.def (CC_Zmode): New flags mode.
30544 * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
30545 represents an equality.
30546 (aarch64_get_condition_code): Handle CC_Zmode.
30547 * aarch64.md (compare_neg<mode>): Restrict to equality operations.
30549 2014-01-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30551 * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
30552 extraction in good case.
30554 2014-01-10 Richard Biener <rguenther@suse.de>
30556 PR tree-optimization/59374
30557 * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
30558 checking after SLP discovery. Mark stmts not participating
30559 in any SLP instance properly.
30561 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30563 * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
30564 when handling a SET rtx.
30566 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30568 * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
30569 (cortex-a57): Likewise.
30570 (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
30572 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30574 * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
30575 non-iwmmxt builtins.
30577 2014-01-10 Jan Hubicka <hubicka@ucw.cz>
30581 * ipa-devirt.c record_target_from_binfo): Take as argument
30582 stack of binfos and lookup matching one for virtual inheritance.
30583 (possible_polymorphic_call_targets_1): Update.
30585 2014-01-10 Huacai Chen <chenhc@lemote.com>
30587 * config/mips/driver-native.c (host_detect_local_cpu): Handle new
30588 kernel strings for Loongson-2E/2F/3A.
30590 2014-01-10 Jakub Jelinek <jakub@redhat.com>
30592 PR middle-end/59670
30593 * tree-vect-data-refs.c (vect_analyze_data_refs): Check
30594 is_gimple_call before calling gimple_call_internal_p.
30596 2014-01-09 Steve Ellcey <sellcey@mips.com>
30598 * Makefile.in (TREE_FLOW_H): Remove.
30599 (TREE_SSA_H): Add file names from tree-flow.h.
30600 * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
30601 * tree.h: Remove tree-flow.h reference.
30602 * hash-table.h: Remove tree-flow.h reference.
30603 * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
30604 reference with tree-ssa-loop.h.
30606 2014-01-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
30608 * doc/invoke.texi: Add -maltivec={be,le} options, and document
30609 default element-order behavior for -maltivec.
30610 * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
30611 * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
30612 that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
30613 when targeting big endian, at least for now.
30614 * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
30616 2014-01-09 Jakub Jelinek <jakub@redhat.com>
30618 PR middle-end/47735
30619 * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
30620 var satisfies use_register_for_decl, just take into account type
30621 alignment, rather than decl alignment.
30623 PR tree-optimization/59622
30624 * gimple-fold.c (gimple_fold_call): Fix a typo in message. For
30625 __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
30626 __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
30627 Don't devirtualize for inplace at all. For targets.length () == 1,
30628 if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
30630 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
30632 * config/i386/i386.md (cpu): Remove the unused btver1.
30634 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
30636 * gdbasan.in: Put a breakpoint on __sanitizer::Report.
30638 2014-01-09 Jakub Jelinek <jakub@redhat.com>
30641 * tree-core.h (struct target_globals): New forward declaration.
30642 (struct tree_target_option): Add globals field.
30643 * tree.h (TREE_TARGET_GLOBALS): Define.
30644 (prepare_target_option_nodes_for_pch): New prototype.
30645 * target-globals.h (struct target_globals): Define even if
30646 !SWITCHABLE_TARGET.
30647 * tree.c (prepare_target_option_node_for_pch,
30648 prepare_target_option_nodes_for_pch): New functions.
30649 * config/i386/i386.h (SWITCHABLE_TARGET): Define.
30650 * config/i386/i386.c: Include target-globals.h.
30651 (ix86_set_current_function): Instead of doing target_reinit
30652 unconditionally, use save_target_globals_default_opts and
30653 restore_target_globals.
30655 2014-01-09 Richard Biener <rguenther@suse.de>
30657 PR tree-optimization/59715
30658 * tree-cfg.h (split_critical_edges): Declare.
30659 * tree-cfg.c (split_critical_edges): Export.
30660 * tree-ssa-sink.c (execute_sink_code): Split critical edges.
30662 2014-01-09 Max Ostapenko <m.ostapenko@partner.samsung.com>
30664 * cfgexpand.c (expand_stack_vars): Optionally disable
30665 asan stack protection.
30666 (expand_used_vars): Likewise.
30667 (partition_stack_vars): Likewise.
30668 * asan.c (asan_emit_stack_protection): Optionally disable
30669 after return stack usage.
30670 (instrument_derefs): Optionally disable memory access instrumentation.
30671 (instrument_builtin_call): Likewise.
30672 (instrument_strlen_call): Likewise.
30673 (asan_protect_global): Optionally disable global variables protection.
30674 * doc/invoke.texi: Added doc for new options.
30675 * params.def: Added new options.
30676 * params.h: Likewise.
30678 2014-01-09 Jakub Jelinek <jakub@redhat.com>
30680 PR rtl-optimization/59724
30681 * ifcvt.c (cond_exec_process_if_block): Don't call
30682 flow_find_head_matching_sequence with 0 longest_match.
30683 * cfgcleanup.c (flow_find_head_matching_sequence): Count even
30684 non-active insns if !stop_after.
30685 (try_head_merge_bb): Revert 2014-01-07 changes.
30687 2014-01-08 Jeff Law <law@redhat.com>
30689 * ree.c (get_sub_rtx): New function, extracted from...
30690 (merge_def_and_ext): Here.
30691 (combine_reaching_defs): Use get_sub_rtx.
30693 2014-01-08 Eric Botcazou <ebotcazou@adacore.com>
30695 * cgraph.h (varpool_variable_node): Do not choke on null node.
30697 2014-01-08 Catherine Moore <clm@codesourcery.com>
30699 * config/mips/mips.md (simple_return): Attempt to use JRC
30701 * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
30703 2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
30705 PR rtl-optimization/59137
30706 * reorg.c (steal_delay_list_from_target): Call update_block for
30708 (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
30710 2014-01-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
30712 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
30713 two duplicate entries.
30715 2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
30718 2012-10-07 Richard Sandiford <rdsandiford@googlemail.com>
30720 * config/mips/mips.c (mips_truncated_op_cost): New function.
30721 (mips_rtx_costs): Adjust test for BADDU.
30722 * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
30724 2012-10-02 Richard Sandiford <rdsandiford@googlemail.com>
30726 * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
30727 (*baddu_si): ...this new pattern.
30729 2014-01-08 Jakub Jelinek <jakub@redhat.com>
30732 * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
30734 2014-01-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
30736 PR middle-end/57748
30737 * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
30739 (expand_expr, expand_normal): Adjust.
30740 * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
30741 inner_reference_p. Use inner_reference_p to expand inner references.
30742 (store_expr): Adjust.
30743 * cfgexpand.c (expand_call_stmt): Adjust.
30745 2014-01-08 Rong Xu <xur@google.com>
30747 * gcov-io.c (gcov_var): Move from gcov-io.h.
30748 (gcov_position): Ditto.
30749 (gcov_is_error): Ditto.
30750 (gcov_rewrite): Ditto.
30751 * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
30752 only part to libgcc/libgcov.h.
30754 2014-01-08 Marek Polacek <polacek@redhat.com>
30756 PR middle-end/59669
30757 * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
30759 2014-01-08 Marek Polacek <polacek@redhat.com>
30762 * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
30764 2014-01-08 Jakub Jelinek <jakub@redhat.com>
30766 PR rtl-optimization/59649
30767 * stor-layout.c (get_mode_bounds): For BImode return
30768 0 and STORE_FLAG_VALUE.
30770 2014-01-08 Richard Biener <rguenther@suse.de>
30772 PR middle-end/59630
30773 * gimple.h (is_gimple_builtin_call): Remove.
30774 (gimple_builtin_call_types_compatible_p): New.
30775 (gimple_call_builtin_p): New overload.
30776 * gimple.c (is_gimple_builtin_call): Remove.
30777 (validate_call): Rename to ...
30778 (gimple_builtin_call_types_compatible_p): ... this and export. Also
30779 check return types.
30780 (validate_type): New static function.
30781 (gimple_call_builtin_p): New overload and adjust.
30782 * gimple-fold.c (gimple_fold_builtin): Fold the return value.
30783 (gimple_fold_call): Likewise. Use gimple_call_builtin_p.
30784 (gimple_fold_stmt_to_constant_1): Likewise.
30785 * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
30787 2014-01-08 Richard Biener <rguenther@suse.de>
30789 PR middle-end/59471
30790 * gimplify.c (gimplify_expr): Gimplify register-register type
30791 VIEW_CONVERT_EXPRs to separate stmts.
30793 2014-01-07 Jeff Law <law@redhat.com>
30795 PR middle-end/53623
30796 * ree.c (combine_set_extension): Handle case where source
30797 and destination registers in an extension insn are different.
30798 (combine_reaching_defs): Allow source and destination registers
30799 in extension to be different under limited circumstances.
30800 (add_removable_extension): Remove restriction that the
30801 source and destination registers in the extension are the same.
30802 (find_and_remove_re): Emit a copy from the extension's
30803 destination to its source after the defining insn if
30804 the source and destination registers are different.
30806 PR middle-end/59285
30807 * ifcvt.c (merge_if_block): If we are merging a block with more than
30808 one successor with a block with no successors, remove any BARRIER
30809 after the second block.
30811 2014-01-07 Dan Xio Qiang <ziyan01@163.com>
30813 * hw-doloop.c (reorg_loops): Release the bitmap obstack.
30815 2014-01-07 John David Anglin <danglin@gcc.gnu.org>
30818 * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
30819 for 14-bit register offsets when INT14_OK_STRICT is false.
30821 2014-01-07 Roland Stigge <stigge@antcom.de>
30822 Michael Meissner <meissner@linux.vnet.ibm.com>
30825 * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
30826 Only check TFmode for SPE constants. Don't check TImode or TDmode.
30828 2014-01-07 James Greenhalgh <james.greenhalgh@arm.com>
30830 * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
30833 2014-01-07 Yufeng Zhang <yufeng.zhang@arm.com>
30835 * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
30836 with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
30837 rtx is const0_rtx or not.
30839 2014-01-07 Richard Sandiford <rdsandiford@googlemail.com>
30842 * target-globals.c (save_target_globals): Remove this_fn_optab
30844 * toplev.c: Include optabs.h.
30845 (target_reinit): Temporarily restore the global options if another
30846 set of options are in force.
30848 2014-01-07 Jakub Jelinek <jakub@redhat.com>
30850 PR rtl-optimization/58668
30851 * cfgcleanup.c (flow_find_cross_jump): Don't count
30852 any jumps if dir_p is NULL. Remove p1 variable, use active_insn_p
30853 to determine what is counted.
30854 (flow_find_head_matching_sequence): Use active_insn_p to determine
30856 (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
30858 * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
30859 determine what is counted.
30861 PR tree-optimization/59643
30862 * tree-predcom.c (split_data_refs_to_components): If one dr is
30863 read and one write, determine_offset fails and the write isn't
30864 in the bad component, just put the read into the bad component.
30866 2014-01-07 Mike Stump <mikestump@comcast.net>
30867 Jakub Jelinek <jakub@redhat.com>
30870 * tree-core.h (struct tree_optimization_option): Change optabs
30871 type from unsigned char * to void *.
30872 * optabs.c (init_tree_optimization_optabs): Adjust
30873 TREE_OPTIMIZATION_OPTABS initialization.
30875 2014-01-06 Jakub Jelinek <jakub@redhat.com>
30878 * config/i386/i386.h (struct machine_function): Add
30879 no_drap_save_restore field.
30880 * config/i386/i386.c (ix86_save_reg): Use
30881 !cfun->machine->no_drap_save_restore instead of
30882 crtl->stack_realign_needed.
30883 (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
30884 this function clears frame_pointer_needed. Set
30885 cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
30886 and DRAP reg is needed.
30888 2014-01-06 Marek Polacek <polacek@redhat.com>
30891 * doc/implement-c.texi: Mention that other integer types are
30892 permitted as bit-field types in strictly conforming mode.
30894 2014-01-06 Felix Yang <fei.yang0953@gmail.com>
30896 * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
30897 is newly allocated.
30899 2014-01-06 Richard Earnshaw <rearnsha@arm.com>
30901 * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
30903 2014-01-06 Martin Jambor <mjambor@suse.cz>
30906 * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
30908 * ipa-prop.c (ipa_print_node_params): Fix indentation.
30910 2014-01-06 Eric Botcazou <ebotcazou@adacore.com>
30914 * var-tracking.c (add_stores): Preserve the value of the source even if
30915 we don't record the store.
30917 2014-01-06 Terry Guo <terry.guo@arm.com>
30919 * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
30921 2014-01-05 Iain Sandoe <iain@codesourcery.com>
30924 * config/darwin.c (darwin_function_section): Adjust return values to
30925 correspond to optimisation changes made in r206070.
30927 2014-01-05 Uros Bizjak <ubizjak@gmail.com>
30929 * config/i386/i386.c (ix86_data_alignment): Calculate max_align
30930 from prefetch_block tune setting.
30931 (nocona_cost): Correct size of prefetch block to 64.
30933 2014-01-04 Eric Botcazou <ebotcazou@adacore.com>
30935 * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
30936 (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
30937 used to save the static chain register in the computation of the offset
30938 from which the FP registers need to be restored.
30940 2014-01-04 Jakub Jelinek <jakub@redhat.com>
30942 PR tree-optimization/59519
30943 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
30944 ICE if get_current_def (current_new_name) is already non-NULL, as long
30945 as it is a phi result of some other phi in *new_exit_bb that has
30948 * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
30949 or vmovdqu* for misaligned_operand.
30950 (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
30951 <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
30952 * config/i386/i386.c (ix86_expand_special_args_builtin): Set
30953 aligned_mem for AVX512F masked aligned load and store builtins and for
30954 non-temporal moves.
30956 2014-01-03 Bingfeng Mei <bmei@broadcom.com>
30958 PR tree-optimization/59651
30959 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
30960 Address range for negative step should be added by TYPE_SIZE_UNIT.
30962 2014-01-03 Andreas Schwab <schwab@linux-m68k.org>
30964 * config/m68k/m68k.c (handle_move_double): Handle pushes with
30965 overlapping registers also for registers other than the stack pointer.
30967 2014-01-03 Marek Polacek <polacek@redhat.com>
30970 * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
30973 2014-01-03 Jakub Jelinek <jakub@redhat.com>
30976 * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
30979 * config/i386/i386.md (MODE_SIZE): New mode attribute.
30980 (push splitter): Use <P:MODE_SIZE> instead of
30981 GET_MODE_SIZE (<P:MODE>mode).
30982 (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
30983 (mov -1, reg peephole2): Likewise.
30984 * config/i386/sse.md (*mov<mode>_internal,
30985 <sse>_storeu<ssemodesuffix><avxsizesuffix>,
30986 <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
30987 *<code><mode>3, *andnot<mode>3<mask_name>,
30988 <mask_codefor><code><mode>3<mask_name>): Likewise.
30989 * config/i386/subst.md (mask_mode512bit_condition,
30990 sd_mask_mode512bit_condition): Likewise.
30992 2014-01-02 Xinliang David Li <davidxl@google.com>
30994 PR tree-optimization/59303
30995 * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
30996 (dump_predicates): Better output format.
30997 (pred_equal_p): New function.
30998 (is_neq_relop_p): Ditto.
30999 (is_neq_zero_form_p): Ditto.
31000 (pred_expr_equal_p): Ditto.
31001 (pred_neg_p): Ditto.
31002 (simplify_pred): Ditto.
31003 (simplify_preds_2): Ditto.
31004 (simplify_preds_3): Ditto.
31005 (simplify_preds_4): Ditto.
31006 (simplify_preds): Ditto.
31007 (push_pred): Ditto.
31008 (push_to_worklist): Ditto.
31009 (get_pred_info_from_cmp): Ditto.
31010 (is_degenerated_phi): Ditto.
31011 (normalize_one_pred_1): Ditto.
31012 (normalize_one_pred): Ditto.
31013 (normalize_one_pred_chain): Ditto.
31014 (normalize_preds): Ditto.
31015 (normalize_cond_1): Remove function.
31016 (normalize_cond): Ditto.
31017 (is_gcond_subset_of): Ditto.
31018 (is_subset_of_any): Ditto.
31019 (is_or_set_subset_of): Ditto.
31020 (is_and_set_subset_of): Ditto.
31021 (is_norm_cond_subset_of): Ditto.
31022 (pred_chain_length_cmp): Ditto.
31023 (convert_control_dep_chain_into_preds): Type change.
31024 (find_predicates): Ditto.
31025 (find_def_preds): Ditto.
31026 (destroy_predicates_vecs): Ditto.
31027 (find_matching_predicates_in_rest_chains): Ditto.
31028 (use_pred_not_overlap_with_undef_path_pred): Ditto.
31029 (is_pred_expr_subset): Ditto.
31030 (is_pred_chain_subset_of): Ditto.
31031 (is_included_in): Ditto.
31032 (is_superset_of): Ditto.
31034 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
31036 Update copyright years.
31038 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
31040 * common/config/arc/arc-common.c, config/arc/arc-modes.def,
31041 config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
31042 config/arc/arc.md, config/arc/arc.opt,
31043 config/arm/arm_neon_builtins.def, config/arm/crypto.def,
31044 config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
31045 config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
31046 config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
31047 config/linux-protos.h, config/linux.c, config/winnt-c.c,
31048 diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
31049 vtable-verify.c, vtable-verify.h: Use the standard form for the
31052 2014-01-02 Tobias Burnus <burnus@net-b.de>
31054 * gcc.c (process_command): Update copyright notice dates.
31055 * gcov-dump.c: Ditto.
31057 * doc/cpp.texi: Bump @copying's copyright year.
31058 * doc/cppinternals.texi: Ditto.
31059 * doc/gcc.texi: Ditto.
31060 * doc/gccint.texi: Ditto.
31061 * doc/gcov.texi: Ditto.
31062 * doc/install.texi: Ditto.
31063 * doc/invoke.texi: Ditto.
31065 2014-01-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
31067 * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
31069 2014-01-01 Jakub Jelinek <jakub@redhat.com>
31071 * config/i386/sse.md (*mov<mode>_internal): Guard
31072 EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
31074 PR rtl-optimization/59647
31075 * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
31076 new_rtx into UNSIGNED_FLOAT rtxes.
31078 Copyright (C) 2014 Free Software Foundation, Inc.
31080 Copying and distribution of this file, with or without modification,
31081 are permitted in any medium without royalty provided the copyright
31082 notice and this notice are preserved.