re PR tree-optimization/66952 (wrong code at -O2 and -O3 on x86_64-linux-gnu)
[gcc.git] / gcc / ChangeLog
1 2015-07-22 Richard Biener <rguenther@suse.de>
2
3 PR tree-optimization/66952
4 * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): For
5 blocks we end up executing unconditionally reset all SSA
6 info such as range and alignment.
7 * tree-ssanames.h (reset_flow_sensitive_info): Declare.
8 * tree-ssanames.c (reset_flow_sensitive_info): New function.
9
10 2015-07-22 Charles Baylis <charles.baylis@linaro.org>
11
12 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
13 typo in attribute.
14
15 2015-07-22 Richard Biener <rguenther@suse.de>
16
17 * genmatch.c (parser::parse_result): Properly handle
18 match with result operands and conditions.
19
20 2015-07-22 Charles Baylis <charles.baylis@linaro.org>
21
22 PR target/63870
23 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
24 Add qualifier_struct_load_store_lane_index.
25 (aarch64_types_loadstruct_lane_qualifiers): Use
26 qualifier_struct_load_store_lane_index for lane index argument for
27 last argument.
28 (aarch64_types_storestruct_lane_qualifiers): Ditto.
29 (builtin_simd_arg): Add SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
30 (aarch64_simd_expand_args): Add new argument describing mode of
31 builtin. Check lane bounds for arguments with
32 SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
33 (aarch64_simd_expand_builtin): Emit error for incorrect lane indices
34 if marked with SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
35 (aarch64_simd_expand_builtin): Handle arguments with
36 qualifier_struct_load_store_lane_index. Pass machine mode of builtin to
37 aarch64_simd_expand_args.
38 * config/aarch64/aarch64-simd-builtins.def: Declare ld[234]_lane and
39 vst[234]_lane with BUILTIN_VALLDIF.
40 * config/aarch64/aarch64-simd.md:
41 (aarch64_vec_load_lanesoi_lane<mode>): Use VALLDIF iterator. Perform
42 endianness reversal on lane index.
43 (aarch64_vec_load_lanesci_lane<mode>): Ditto.
44 (aarch64_vec_load_lanesxi_lane<mode>): Ditto.
45 (vec_store_lanesoi_lane<mode>): Use VALLDIF iterator.
46 (vec_store_lanesci_lane<mode>): Ditto.
47 (vec_store_lanesxi_lane<mode>): Ditto.
48 (aarch64_ld2_lane<mode>): Use VALLDIF iterator. Remove endianness
49 reversal of lane index.
50 (aarch64_ld3_lane<mode>): Ditto.
51 (aarch64_ld4_lane<mode>): Ditto.
52 (aarch64_st2_lane<mode>): Ditto.
53 (aarch64_st3_lane<mode>): Ditto.
54 (aarch64_st4_lane<mode>): Ditto.
55 * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rename mode parameter
56 to qmode. Add new mode parameter. Update uses.
57 (__LD3_LANE_FUNC): Ditto.
58 (__LD4_LANE_FUNC): Ditto.
59 (__ST2_LANE_FUNC): Ditto.
60 (__ST3_LANE_FUNC): Ditto.
61 (__ST4_LANE_FUNC): Ditto.
62
63 2015-07-22 Jonathan Wakely <jwakely@redhat.com>
64
65 * doc/invoke.texi (Language Independent Options): Rename node to
66 Diagnostic Message Formatting Options.
67
68 2015-07-21 Vladimir Makarov <vmakarov@redhat.com>
69
70 PR ipa/66424.
71 * lra-remat.c (operand_to_remat): Prevent using insns with input
72 subregs processed separately by IRA.
73
74 2015-07-21 Andrew MacLeod <amacleod@redhat.com>
75
76 * ssa-iterators.h (has_zero_uses, has_single_use): Implement as
77 straight loops.
78 (single_imm_use): Check for iterator node.
79 (num_imm_uses): Likewise.
80 * tree-ssa-operands.c (has_zero_uses_1): Delete.
81 (single_imm_use_1): Check for iterator node.
82
83 2015-07-21 Mike Frysinger <vapier@gentoo.org>
84 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
85
86 * configure.ac: Add check for new options in isl-0.15.
87 * config.in, configure: Rebuilt.
88 * graphite-blocking.c: Include <isl/constraint.h>
89 * graphite-interchange.c, graphite-poly.c: Likewise.
90 * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
91 * graphite.c: Likewise.
92 * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
93 <isl/union_set.h>.
94 * graphite-dependences.c: Include <isl/constraint.h>.
95 (max_number_of_out_dimensions): Returns isl_stat.
96 (extend_schedule_1): Likewise
97 (extend_schedule): Corresponding changes.
98 * graphite-optimize-isl.c: Include <isl/constraint.h> and
99 <isl/union_set.h>.
100 (getSingleMap): Change return type of isl_stat.
101 (optimize_isl): Conditionally use
102 isl_options_set_schedule_serialize_sccs.
103 * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
104 if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
105
106 2015-07-21 Georg-Johann Lay <avr@gjlay.de>
107
108 PR target/66956
109 * config/avr/avr-dimode.md (<extend_u>mulsidi3_insn)
110 (<extend_u>mulsidi3): Don't use if !AVR_HAVE_MUL.
111
112 2015-07-21 Richard Biener <rguenther@suse.de>
113
114 PR tree-optimization/66948
115 * genmatch.c (capture_info::walk_match): Also recurse to
116 captures. Properly compute expr state from captures of
117 captures.
118 * match.pd: Add single-use guards to
119 (X & C2) >> C1 into (X >> C1) & (C2 >> C1) transform.
120
121 2015-07-21 Nathan Sidwell <nathan@codesourcery.com>
122
123 * config/nvptx/mkoffload.c (process): Add static destructor call.
124
125 2015-07-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
126
127 PR middle-end/66915
128 * match.pd (A - B -> A + (-B)): Don't allow folding
129 when type if a fixed-point type.
130
131 2015-07-20 DJ Delorie <dj@redhat.com>
132
133 * config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
134 (iorqi3_real): Likewise for set1.
135
136 2015-07-20 Uros Bizjak <ubizjak@gmail.com>
137
138 * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
139 for !TARGET_64BIT.
140
141 2015-07-20 Aditya Kumar <hiraditya@msn.com>
142
143 * graphite-isl-ast-to-gimple.c:
144 Refactor so that each function can access 'region'. This will help
145 maintain a parameter rename_map within a region.
146
147 2015-07-20 Segher Boessenkool <segher@kernel.crashing.org>
148
149 * config/rs6000/rs6000.md (*lt0_disi): New.
150
151 2015-07-20 Segher Boessenkool <segher@kernel.crashing.org>
152
153 PR target/66217
154 * config/rs6000/constraints.md ("S", "T", "t"): Delete. Update
155 "available letters" comment.
156 * config/rs6000/predicates.md (mask_operand, mask_operand_wrap,
157 mask64_operand, mask64_2_operand, any_mask_operand, and64_2_operand,
158 and_2rld_operand): Delete.
159 (and_operand): Adjust.
160 (rotate_mask_operator): New.
161 * config/rs6000/rs6000-protos.h (build_mask64_2_operands,
162 includes_lshift_p, includes_rshift_p, includes_rldic_lshift_p,
163 includes_rldicr_lshift_p, insvdi_rshift_rlwimi_p, extract_MB,
164 extract_ME): Delete.
165 (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
166 rs6000_is_valid_shift_mask, rs6000_is_valid_insert_mask,
167 rs6000_insn_for_and_mask, rs6000_insn_for_shift_mask,
168 rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
169 rs6000_emit_2insn_and): New.
170 * config/rs6000/rs6000.c (num_insns_constant): Adjust.
171 (build_mask64_2_operands, includes_lshift_p, includes_rshift_p,
172 includes_rldic_lshift_p, includes_rldicr_lshift_p,
173 insvdi_rshift_rlwimi_p, extract_MB, extract_ME): Delete.
174 (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
175 rs6000_insn_for_and_mask, rs6000_is_valid_shift_mask,
176 s6000_insn_for_shift_mask, rs6000_is_valid_insert_mask,
177 rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
178 rs6000_emit_2insn_and): New.
179 (print_operand) <'b', 'B', 'm', 'M', 's', 'S', 'W'>: Delete.
180 (rs6000_rtx_costs) <CONST_INT>: Delete mask_operand and mask64_operand
181 handling.
182 <NOT>: Don't fall through to next case.
183 <AND>: Handle the various rotate-and-mask cases directly.
184 <IOR>: Always cost as one insn.
185 * config/rs6000/rs6000.md (splitter for bswap:SI): Adjust.
186 (and<mode>3): Adjust expander for the new patterns.
187 (and<mode>3_imm, and<mode>3_imm_dot, and<mode>3_imm_dot2,
188 and<mode>3_imm_mask_dot, and<mode>3_imm_mask_dot2): Adjust condition.
189 (*and<mode>3_imm_dot_shifted): New.
190 (*and<mode>3_mask): Delete, rewrite as ...
191 (and<mode>3_mask): ... New.
192 (*and<mode>3_mask_dot, *and<mode>3_mask_dot): Rewrite.
193 (andsi3_internal0_nomc): Delete.
194 (*andsi3_internal6): Delete.
195 (*and<mode>3_2insn): New.
196 (insv, insvsi_internal, *insvsi_internal1, *insvsi_internal2,
197 *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
198 *insvsi_internal6, insvdi_internal, *insvdi_internal2,
199 *insvdi_internal3): Delete.
200 (*rotl<mode>3_mask, *rotl<mode>3_mask_dot, *rotl<mode>3_mask_dot2,
201 *rotl<mode>3_insert, *rotl<mode>3_insert_2, *rotl<mode>3_insert_3,
202 *rotl<mode>3_insert_4, two splitters for multi-precision shifts,
203 *ior<mode>_mask): New.
204 (extzv, extzvdi_internal, *extzvdi_internal1, *extzvdi_internal2,
205 *rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
206 *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
207 *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
208 Delete.
209 (ashr<mode>3): Delete expander.
210 (*ashr<mode>3): Rename to ...
211 (ashr<mode>3): ... This.
212 (ashrdi3_no_power, *ashrdisi3_noppc64be): Delete.
213 (*rotldi3_internal4, *rotldi3_internal5 and split,
214 *rotldi3_internal6 and split, *ashldi3_internal4, ashldi3_internal5
215 and split, *ashldi3_internal6 and split, *ashldi3_internal7,
216 ashldi3_internal8 and split, *ashldi3_internal9 and split): Delete.
217 (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): Delete.
218 (splitter for loading a mask): Adjust.
219 * doc/md.texi (Machine Constraints): Remove q, S, T, t constraints.
220
221 2015-07-20 Marek Polacek <polacek@redhat.com>
222
223 * genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
224 output_add_clobbers, output_added_clobbers_hard_reg_p,
225 gen_rtx_scratch): Remove declarations.
226
227 2015-07-20 Marek Polacek <polacek@redhat.com>
228
229 PR c++/55095
230 * doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
231
232 2015-07-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
233
234 * simplify-rtx.c (simplify_unary_operation_1, NEG case):
235 (neg (x ? (neg y) : y)) -> !x ? (neg y) : y.
236
237 2015-07-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
238
239 * combine.c (combine_simplify_rtx): Move simplification step
240 before various transformations/substitutions.
241
242 2015-07-20 Mikhail Maltsev <maltsevm@gmail.com>
243
244 * wide-int.h (struct binary_traits): Fix partial specialization syntax.
245 (struct int_traits): Likewise.
246
247 2015-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
248
249 * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
250 function to vmsdbgout_function_decl.
251
252 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
253
254 PR target/66922
255 * config/i386/i386.c (ix86_expand_pextr): Reject extractions
256 from misaligned positions.
257 (ix86_expand_pinsr): Reject insertions to misaligned positions.
258
259 2015-07-18 Sebastian Pop <s.pop@samsung.com>
260
261 PR middle-end/46851
262 PR middle-end/60340
263 * Makefile.in: Removed omega.o.
264 * common.opt: Document flag fcheck-data-deps as deprecated.
265 * doc/invoke.texi: Remove documentation for fcheck-data-deps and
266 its associated params: omega-max-vars, omega-max-geqs,
267 omega-max-eqs, omega-max-wild-cards, omega-hash-table-size,
268 omega-max-keys, omega-eliminate-redundant-constraints.
269 * doc/loop.texi: Remove all the section on Omega.
270 * graphite-blocking.c: Include missing params.h: it used to be
271 included through tree-data-ref.h and omega.h.
272 * graphite-isl-ast-to-gimple.c: Same.
273 * graphite-optimize-isl.c: Same.
274 * graphite-sese-to-poly.c: Same.
275 * graphite.c: Same.
276 * omega.c: Remove.
277 * omega.h: Remove.
278 * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
279 PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
280 PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and
281 PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS.
282 * passes.def: Remove pass_check_data_deps.
283 * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION.
284 (dump_conflict_function): Same.
285 (dump_subscript): Same.
286 (print_direction_vector): Same.
287 (print_dir_vectors): Same.
288 (print_lambda_vector): Same.
289 (print_dist_vectors): Same.
290 (dump_data_dependence_relation): Same.
291 (dump_data_dependence_relations): Same.
292 (dump_dist_dir_vectors): Same.
293 (dump_ddrs): Same.
294 (init_omega_eq_with_af): Removed.
295 (omega_extract_distance_vectors): Removed.
296 (omega_setup_subscript): Removed.
297 (init_omega_for_ddr_1): Removed.
298 (init_omega_for_ddr): Removed.
299 (ddr_consistent_p): Removed.
300 (compute_affine_dependence): Do not use omega to check data
301 dependences.
302 (compute_data_dependences_for_bb): Removed.
303 (analyze_all_data_dependences): Removed.
304 (tree_check_data_deps): Removed.
305 * tree-data-ref.h: Do not include omega.h.
306 (compute_data_dependences_for_bb): Removed.
307 (tree_check_data_deps): Removed.
308 * tree-ssa-loop.c (pass_check_data_deps): Removed.
309 (make_pass_check_data_deps): Removed.
310 * tree-ssa-phiopt.c: Include params.h.
311 * tree-vect-data-refs.c: Same.
312 * tree-vect-slp.c: Same.
313
314 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
315
316 * config/i386/i386.md (pushsf splitter): Pass curr_insn to
317 find_constant_src. FAIL if find_constant_src returns NULL_RTX.
318 (mem->fpreg splitters): Ditto.
319 (general_operand->nonimmediate_operand splitter): Use explicit modes.
320 Disable DFmode for TARGET_64BIT.
321
322 2015-07-17 H.J. Lu <hongjiu.lu@intel.com>
323
324 PR target/66906
325 * config/i386/i386.c (ix86_expand_prologue): Replicate static
326 chain on the stack.
327
328 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
329
330 * config/nvptx/mkoffload.c (process): Constify host data.
331 * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
332 Constify host data.
333 (generate_host_descr_file): Likewise.
334
335 2015-07-17 Aditya Kumar <aditya.k7@samsung.com>
336 Sebastian Pop <s.pop@samsung.com>
337
338 PR middle-end/61929
339 * graphite-dependences.c (add_pdr_constraints): Renamed
340 pdr->extent to pdr->subscript_sizes.
341 * graphite-interchange.c (build_linearized_memory_access): Add
342 back all gcc_assert's that the "isl_int to isl_val conversion"
343 patch has removed. Refactored.
344 (pdr_stride_in_loop): Renamed pdr->extent to pdr->subscript_sizes.
345 * graphite-poly.c (new_poly_dr): Same.
346 (free_poly_dr): Same.
347 * graphite-poly.h (struct poly_dr): Same.
348 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Ignore
349 all data references other than ARRAY_REF, MEM_REF, and COMPONENT_REF.
350 * graphite-scop-detection.h: Fix space.
351 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Add
352 back all gcc_assert's removed by a previous patch.
353 (wrap): Remove the_isl_ctx global variable that the same patch has
354 added.
355 (build_loop_iteration_domains): Same.
356 (add_param_constraints): Same.
357 (pdr_add_data_dimensions): Same. Refactored.
358 (build_poly_dr): Renamed extent to subscript_sizes.
359
360 2015-07-17 Marek Polacek <polacek@redhat.com>
361
362 * fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
363 * match.pd: ... here.
364
365 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
366
367 * config/nvptx/mkoffload.c (process): Constify target data.
368 * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
369 Constify target data.
370 (generate_target_offloadend_file): Likewise.
371
372 2015-07-17 Yuri Rumyantsev <ysrumyan@gmail.com>
373
374 * tree-vect-loop-manip.c (rename_variables_in_bb): Add argument
375 to allow renaming of PHI arguments on edges incoming from outer
376 loop header, add corresponding check before start PHI iterator.
377 (slpeel_tree_duplicate_loop_to_edge_cfg): Introduce new bool
378 variable DUPLICATE_OUTER_LOOP and set it to true for outer loops
379 with true force_vectorize. Set-up dominator for outer loop too.
380 Pass DUPLICATE_OUTER_LOOP as argument to rename_variables_in_bb.
381 (slpeel_can_duplicate_loop_p): Allow duplicate of outer loop if it
382 was marked with force_vectorize and has restricted cfg.
383 (slpeel_tree_peel_loop_to_edge): Do not rename exit PHI uses in
384 inner loop.
385 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not
386 do peeling for outer loops.
387
388 2015-07-17 Yvan Roux <yvan.roux@linaro.org>
389 Matthias Klose <doko@ubuntu.com>
390
391 * configure.ac: Move AC_ARG_WITH checks for native-system-header-dir,
392 build-sysroot, sysroot from the `Miscenalleous configure options' to
393 the `Directories' section and strip trailing `/' from with_sysroot.
394 (gcc_gxx_include_dir): Don't strip a `/' sysroot value.
395 * configure: Regenerated.
396
397 2015-07-17 Uros Bizjak <ubizjak@gmail.com>
398
399 PR target/66824
400 * config/i386/i386.h (TARGET_HARD_SF_REGS): New define.
401 (TARGET_HARD_DF_REGS): Ditto.
402 (TARGET_HARD_XF_REGS): Ditto.
403 * config/i386/i386.md (*movxf_internal): Add alternatives 9 and 10.
404 Enable alternatives 9 and 10 only for !TARGET_HARD_XF_REG target.
405 (*movdf_internal): Add alternatives 22, 23, 24 and 25. Enable
406 alternatives 22, 23, 24 and 25 only for !TARGET_HARD_DF_REG target.
407 (*movsf_internal): Add alternatives 16 and 17. Enable
408 alternatives 16 and 17 only for !TARGET_HARD_SF_REG target.
409
410 2015-07-17 Uros Bizjak <ubizjak@gmail.com>
411
412 PR rtl-optimization/66891
413 * calls.c (expand_call): Wrap precompute_register_parameters with
414 NO_DEFER_POP/OK_DEFER_POP to prevent deferred pops.
415
416 2015-07-16 Nathan Sidwell <nathan@codesourcery.com>
417
418 * config/nvptx/mkoffload.c (process): Constify mapping variables.
419 Define target data struct and initialize it.
420
421 2015-07-16 Vladimir Makarov <vmakarov@redhat.com>
422
423 PR rtl-optimization/66626
424 * ira.h (emit-rtl.h): Include.
425 (non_spilled_static_chain_regno_p): New.
426 * ira-color.c (setup_profitable_hard_regs): Clear profitable regs
427 unless it is non spilled static chain pseudo.
428 (assign_hard_rego): Spill memory profitable allocno unless it is
429 non spilled static chain pseudo.
430 (allocno_spill_priority_compare): Put non spilled static chain
431 pseudo at the end of sorted array.
432 (improve_allocation): Do nothing if we have static chain and
433 non-local goto.
434 (allocno__priority_compare_func): Put non spilled static chain
435 pseudo at the beginning of sorted array.
436 (move_spill_restore): Ignore non spilled static chain pseudo.
437 * ira-costs.c (find_costs_and_classes): Don't assign class NO_REGS
438 to non spilled static chain pseudo.
439 * lra-assigns.c (pseudo_compare_func): Put non spilled static chain
440 pseudo at the beginning of sorted array.
441 (spill_for): Spill non spilled static chain pseudo last.
442 * lra-constraints.c (lra_constraints): Remove static chain pseudo
443 check for equivalence.
444
445 2015-07-16 Martin Liska <mliska@suse.cz>
446
447 PR ipa/66896.
448 * ipa-prop.c (update_jump_functions_after_inlining): Create properly
449 dst_ctx if it does not exist.
450
451 2015-07-16 Martin Liska <mliska@suse.cz>
452
453 * hash-set.h (remove): New function.
454 (iterator): New iteration class for hash_set.
455
456 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
457
458 * genattrtab.c (make_canonical): Add a file_location parameter.
459 Use fatal_at rather than fatal.
460 (get_attr_value): Likewise. Update call to make_canonical.
461 (fill_attr, make_length_attrs, optimize_attrs, gen_attr)
462 (make_internal_attr): Update calls accordingly.
463
464 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
465
466 * read-md.h (message_with_line, error_with_line): Delete.
467 * read-md.c (message_with_line, error_with_line): Delete.
468 * gensupport.h: Include read-md.h.
469 (md_rtx_info): New structure.
470 (read_md_rtx): Use it. Return a bool success value.
471 * gensupport.c (read_md_rtx): Likewise.
472 * genattr-common.c (gen_attr): Take an md_rtx_info rather than an rtx.
473 (main): Update after interface changes.
474 * genattr.c (gen_attr): Take an md_rtx_info rather than an rtx.
475 (main): Update after interface changes.
476 * genattrtab.c (insn_code_number): Delete.
477 (optimize_attrs): Add a max_insn_code parameter and use it instead
478 of insn_code_number.
479 (gen_attr): Take an md_rtx_info rather than an rtx and lineno.
480 Use *_at rather than *_with_line functions.
481 (gen_insn): Likewise.
482 (gen_delay): Likewise.
483 (gen_insn_reserv): Likewise.
484 (gen_bypass): Take an md_rtx_info rather than an rtx.
485 (main): Update after interface changes. Use a local max_insn_code
486 variable instead of insn_code_number.
487 * genautomata.c (gen_cpu_unit): Take an md_rtx_info rather than
488 an rtx. Use fatal_at rather than fatal.
489 (gen_query_cpu_unit, gen_bypass, gen_excl_set)
490 (gen_presence_absence_set, gen_presence_set, gen_final_presence_set)
491 (gen_absence_set, gen_final_absence_set, gen_automaton)
492 (gen_automata_option, gen_reserv, gen_insn_reserv): Likewise.
493 (main): Update after interface changes.
494 * gencodes.c (gen_insn): Take an md_rtx_info rather than an rtx
495 and code number.
496 (main): Update after interface changes.
497 * genconditions.c (main): Use new read_md_rtx interface.
498 * genconfig.c (gen_insn): Take an md_rtx_info rather than an rtx.
499 (gen_expand, gen_split, gen_peephole, gen_peephole2): Likewise.
500 (main): Update after interface changes.
501 * genemit.c (insn_code_number, insn_index_number): Delete.
502 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
503 Use fatal_at rather than fatal.
504 (gen_expand): Take an md_rtx_info rather than an rtx. Use fatal_at
505 rather than fatal.
506 (gen_split): Likewise.
507 (main): Update after interface changes.
508 * genextract.c (line_no): Delete.
509 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
510 Update call to walk_rtx.
511 (VEC_safe_set_locstr): Add an md_rtx_info argument. Use message_at
512 rather than message_with_line.
513 (walk_rtx): Add an md_rtx_info argument. Update call to
514 VEC_safe_set_locstr.
515 (main): Update after interface changes.
516 * genflags.c (gen_insn): Take an md_rtx_info rather than an rtx
517 and lineno. Use error_at rather than separate message_with_line
518 calls and have_error assignments.
519 (main): Update after interface changes.
520 * genmddump.c (main): Use new read_md_rtx interface.
521 * genopinit.c (insn): Take an md_rtx_info rather than an rtx.
522 (main): Update after interface changes.
523 * genoutput.c (next_code_number): Delete.
524 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
525 (gen_peephole, gen_expand, gen_split): Likewise.
526 (note_constraint): Likewise. Use *_at rather than *_with_line
527 functions.
528 (main): Update after interface changes.
529 * genpeep.c (gen_peephole): Take an md_rtx_info rather than an
530 rtx and lineno.
531 (main): Update after interface changes.
532 * genpreds.c (process_define_predicate): Take an md_rtx_info rather
533 than an rtx and lineno.
534 (process_define_constraint): Likewise.
535 (process_define_register_constraint): Likewise.
536 (main): Update after interface changes.
537 * genrecog.c (next_insn_code, pattern_lineno): Delete.
538 (validate_pattern): Replace top-level rtx with an md_rtx_info.
539 Use *_at rather than *_with_line functions.
540 (match_pattern_2): Likewise.
541 (match_pattern_1, match_pattern): Add an md_rtx_info parameter.
542 (get_peephole2_pattern): Take an md_rtx_info rather than an rtvec.
543 Use *_at rather than *_with_line functions.
544 * gentarget-def.c (add_insn): New function.
545 (main): Use it. Use new read_md_rtx interface.
546
547 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
548
549 * gensupport.h (compute_test_codes): Take a file_location rather
550 than a line number.
551 * gensupport.c (compute_test_codes): Likewise. Use *_at functions
552 rather than *_with_line functions.
553 (process_define_predicate): Update call to compute_test_codes.
554 * genpreds.c (validate_exp): Take a file_location rather than a
555 line number. Use *_at functions rather than *_with_line functions.
556 (process_define_predicate): Update call to validate_exp.
557 (constraint_data): Replace lineno field with a file_location.
558 (add_constraint): Take a file_location rather than a line number.
559 Use *_at functions rather than *_with_line functions. Fix error
560 message for address constraints. Update after changes to
561 validate_exp, constraint_data and compute_test_codes.
562 (process_define_constraint): Update accordingly.
563 (process_define_register_constraint): Likewise.
564
565 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
566
567 * genoutput.c (data): Use a file_location to record the source
568 position.
569 (nothing): Delete.
570 (idata, idata_end): Remove initialization.
571 (constraint_data): Replace lineno with a file_location.
572 (output_insn_data): Update after changes to data.
573 (gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
574 (scan_operands): Likewise, using *_at rather than *_with_line
575 functions.
576 (process_template): Likewise.
577 (validate_insn_alternatives): Likewise.
578 (validate_insn_operands): Likewise.
579 (validate_optab_operands): Likewise.
580 (init_insn_for_nothing): Initialize idata and idata_end.
581 (note_constraint): Update after changes to constraint_data,
582 using at rather than with_line functions.
583 (mdep_constraint_len): Take a file_location rather than a
584 line number. Use at rather than with_line functions.
585
586 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
587
588 * read-md.h (fatal_at): Declare.
589 * read-md.c (fatal_at): New function.
590 * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
591 to record the source position.
592 (check_attr_test): Take a file_location instead of a line number.
593 Use fatal_at instead of fatal.
594 (check_attr_value): Update after above changes, using "at"
595 rather than "with_line" reporting functions.
596 (convert_set_attr_alternative): Likewise.
597 (gen_attr): Likewise.
598 (check_defs): Likewise. Don't assign to read_md_filename.
599 (gen_insn): Update initialization after above changes.
600 (gen_delay): Likewise.
601 (write_insn_cases): Print the filename for a define_peephole.
602 (gen_insn_reserv): Take a line number as argument and update
603 the call to check_attr_test.
604 (main): Pass a line number to gen_insn_reserv.
605
606 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
607
608 * read-md.h (file_location): New structure.
609 (directive_handler_t): Take a file_location rather than a line number.
610 (message_at, error_at): Declare.
611 (read_skip_construct): Delete.
612 * read-md.c (message_with_line_1): Replace with...
613 (message_at_1): ...this new function.
614 (message_at, error_at): New functions.
615 (message_with_line, error_with_line): Update to use message_at_1.
616 (handle_enum): Take a file_location rather than a line number
617 and use error_at for error reporting.
618 (handle_include): Likewise.
619 (read_skip_construct): Likewise. Make static.
620 (handle_file): Update after above changes. Pass a file_location
621 rather than a line number to handle_directive.
622 * gensupport.c (queue_elem): Replace separate filename and lineno
623 with a file_location.
624 (queue_pattern): Replace filename and lineno arguments with a
625 file_location. Update after change to queue_elem.
626 (process_define_predicate): Replace lineno argument with a
627 file_location and use error_at for error reporting. Update
628 after above changes.
629 (process_rtx): Likewise.
630 (subst_pattern_match): Likewise.
631 (get_alternatives_number): Likewise.
632 (alter_predicate_for_insn): Likewise.
633 (rtx_handle_directive): Likewise.
634 (is_predicable): Update after above changes, using error_at rather
635 than error_with_line.
636 (has_subst_attribute): Likewise.
637 (identify_predicable_attribute): Likewise.
638 (alter_attrs_for_subst_insn): Likewise.
639 (process_one_cond_exec): Likewise.
640 (process_substs_on_one_elem): Likewise.
641 (process_define_subst): Likewise.
642 (check_define_attr_duplicates): Likewise.
643 (read_md_rtx): Update after change to queue_elem.
644
645 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
646
647 * genoutput.c (next_index_number): Delete.
648 (data): Remove index_number.
649 (gen_insn, gen_peephole, gen_expand, gen_split): Update accordingly.
650 (main): Remove manipulation of next_index_number.
651
652 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
653
654 * genattrtab.c (check_attr_value): Remove handling of null attrs.
655 (make_canonical): Likewise.
656
657 2015-07-16 Eric Botcazou <ebotcazou@adacore.com>
658
659 * config/sparc/sparc.md (save_stack_nonlocal): Use adjust_address
660 instead of adjust_address_nv.
661 (restore_stack_nonlocal): Likewise.
662 (nonlocal_goto): Likewise.
663
664 2015-07-16 Tom de Vries <tom@codesourcery.com>
665
666 * tree-parloops.c (create_parallel_loop): Handle case that exit phi does
667 not have a corresponding loop header phi.
668
669 2015-07-16 Tom de Vries <tom@codesourcery.com>
670
671 * tree-parloops.c (create_loads_for_reductions): Handle case that
672 reduction is unused.
673
674 2015-07-16 Richard Biener <rguenther@suse.de>
675
676 PR tree-optimization/66894
677 * tree-vrp.c (register_edge_assert_for_2): Fix bad assumption
678 about deriving NE_EXPR from truncated values.
679
680 2015-07-16 Martin Liska <mliska@suse.cz>
681
682 * alloc-pool.h
683 (object_allocator): Add new class.
684 (pool_allocator::initialize): Use the underlying class.
685 (pool_allocator::allocate): Likewise.
686 (pool_allocator::remove): Likewise.
687 (operator new): A new generic allocator.
688 * asan.c (struct asan_mem_ref): Remove unused members.
689 (asan_mem_ref_new): Replace new operator with
690 object_allocator::allocate.
691 (free_mem_ref_resources): Change deallocation.
692 * cfg.c (initialize_original_copy_tables): Replace pool_allocator
693 with object_allocator.
694 * config/sh/sh.c (add_constant): Replace new operator with
695 object_allocator::allocate.
696 (sh_reorg): Change call to a release method.
697 * cselib.c (struct elt_list): Remove unused members.
698 (new_elt_list): Replace new operator with
699 object_allocator::allocate.
700 (new_elt_loc_list): Likewise.
701 (new_cselib_val): Likewise.
702 (unchain_one_elt_list): Change delete operator with remove method.
703 (unchain_one_elt_loc_list): Likewise.
704 (unchain_one_value): Likewise.
705 (cselib_finish): Release newly added static allocators.
706 * cselib.h (struct cselib_val): Remove unused members.
707 (struct elt_loc_list): Likewise.
708 * df-problems.c (df_chain_alloc): Replace pool_allocator with
709 object_allocator.
710 * df-scan.c (struct df_scan_problem_data): Likewise.
711 (df_scan_alloc): Likewise.
712 * df.h (struct dataflow): Likewise.
713 * dse.c (struct read_info_type): Likewise.
714 (struct insn_info_type): Likewise.
715 (struct dse_bb_info_type): Likewise.
716 (struct group_info): Likewise.
717 (struct deferred_change): Likewise.
718 (get_group_info): Likewise.
719 (delete_dead_store_insn): Likewise.
720 (free_read_records): Likewise.
721 (replace_read): Likewise.
722 (check_mem_read_rtx): Likewise.
723 (scan_insn): Likewise.
724 (dse_step1): Likewise.
725 (dse_step7): Likewise.
726 * et-forest.c (struct et_occ): Remove unused members.
727 (et_new_occ): Use allocate instead of new operator.
728 (et_new_tree): Likewise.
729 (et_free_tree): Call release method explicitly.
730 (et_free_tree_force): Likewise.
731 (et_free_pools): Likewise.
732 (et_split): Use remove instead of delete operator.
733 * et-forest.h (struct et_node): Remove unused members.
734 * ipa-cp.c: Change pool_allocator to object_allocator.
735 * ipa-inline-analysis.c: Likewise.
736 * ipa-profile.c: Likewise.
737 * ipa-prop.c: Likewise.
738 * ipa-prop.h: Likewise.
739 * ira-build.c (initiate_cost_vectors): Cast return value.
740 (ira_allocate_cost_vector): Likewise.
741 * ira-color.c (struct update_cost_record): Remove unused members.
742 * lra-int.h (struct lra_live_range): Likewise.
743 (struct lra_copy): Likewise.
744 (struct lra_insn_reg): Likewise.
745 * lra-lives.c (lra_live_ranges_finish): Release new static allocator.
746 * lra.c (new_insn_reg): Replace new operator with allocate method.
747 (free_insn_regs): Same for operator delete.
748 (finish_insn_regs): Release new static allocator.
749 (finish_insn_recog_data): Likewise.
750 (lra_free_copies): Replace delete operator with remove method.
751 (lra_create_copy): Replace operator new with allocate method.
752 (invalidate_insn_data_regno_info): Same for remove method.
753 * regcprop.c (struct queued_debug_insn_change): Remove unused members.
754 (free_debug_insn_changes): Replace delete operator with remove method.
755 (replace_oldest_value_reg): Replace operator new with allocate method.
756 (pass_cprop_hardreg::execute): Release new static variable.
757 * sched-deps.c (sched_deps_init): Change pool_allocator to
758 object_allocator.
759 * sel-sched-ir.c: Likewise.
760 * sel-sched-ir.h: Likewise.
761 * stmt.c (expand_case): Likewise.
762 (expand_sjlj_dispatch_table): Likewise.
763 * tree-sra.c (struct access): Remove unused members.
764 (struct assign_link): Likewise.
765 (sra_deinitialize): Release newly added static pools.
766 (create_access_1):Replace operator new with allocate method.
767 (build_accesses_from_assign): Likewise.
768 (create_artificial_child_access): Likewise.
769 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Change
770 pool_allocator to object_allocator.
771 * tree-ssa-pre.c: Likewise.
772 * tree-ssa-reassoc.c: Likewise.
773 * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
774 * tree-ssa-strlen.c: Likewise.
775 * tree-ssa-structalias.c: Likewise.
776 * var-tracking.c (onepart_pool_allocate): New function.
777 (unshare_variable): Use the newly added function.
778 (variable_merge_over_cur): Likewise.
779 (variable_from_dropped): Likewise.
780 (variable_was_changed): Likewise.
781 (set_slot_part): Likewise.
782 (emit_notes_for_differences_1): Likewise.
783 (vt_finalize): Release newly added static pools.
784
785 2015-07-16 Martin Jambor <mjambor@suse.cz>
786
787 * ipa-prop.h (param_aa_status): Rename to ipa_param_aa_status. Adjust
788 all uses. Fix two typos in its general comment.
789 (func_body_info): Rename to ipa_func_body_info. Adjust all uses.
790
791 2015-07-16 Ilya Enkovich <enkovich.gnu@gmail.com>
792
793 * config/i386/linux-common.h (LINK_MPX): New.
794 (MPX_SPEC): Use LINK_MPX instead of %(link_mpx).
795 * configure.ac: Add HAVE_LD_BNDPLT_SUPPORT macro
796 indicating '-z bndplt' support by linker.
797 * configure: Regenerate.
798 * config.in: Regenerate.
799
800 2015-07-16 Richard Biener <rguenther@suse.de>
801
802 * fold-const.c (fold_widened_comparison): Remove.
803 (fold_sign_changed_comparison): Likewise.
804 (fold_comparison): Move widened and sign-changed comparison
805 simplification ...
806 * match.pd: ... to patterns here.
807 * generic-match-head.c: Include target.h.
808 * gimple-match-head.c: Likewise.
809
810 2015-07-16 Richard Biener <rguenther@suse.de>
811
812 * tree-ssa-dom.c (dom_valueize): New function.
813 (record_temporary_equivalences): Also record equivalences
814 for dominating stmts that have uses of equivalences we are
815 about to record.
816
817 2015-07-16 Bin Cheng <bin.cheng@arm.com>
818
819 * tree-ssa-loop-ivopts.c (add_candidate): Remove call to
820 add_autoinc_candidates.
821 (add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
822 (add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
823 (add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
824 (add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
825 Call new function.
826 (add_iv_value_candidates): Rename to add_iv_candidate_for_use.
827 (add_iv_candidate_for_use): Rename from add_iv_value_candidates.
828 Remove parameter struct iv*. Call add_autoinc_candidates here.
829 (add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
830 (add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
831 Call new function.
832 (find_iv_candidates): Call new functions.
833
834 2015-07-16 Sandra Loosemore <sandra@codesourcery.com>
835
836 * config/nios2/nios2.c (nios2_emit_stack_limit_check): Fix
837 uninitialized-variable warning.
838
839 2015-07-16 Kaz Kojima <kkojima@gcc.gnu.org>
840
841 PR target/65249
842 * config/sh/sh.md (movdi): Split simple reg move to two movsi
843 when the destination is R0.
844
845 2015-07-16 Uros Bizjak <ubizjak@gmail.com>
846
847 PR target/66866
848 * config/i386/i386-protos.h (ix86_expand_pextr): New prototype.
849 * config/i386/i386.c (ix86_expand_pextr): New function.
850 (ix86_expand_pinsr): Handle V1TI and TI modes. Call ix86_expand_pextr
851 for non-lowpart subregs.
852 * config/i386/i386.md (extzv<mode>): Expand with ix86_expand_pextr.
853 (insv<mode>): Use SWI248 mode iterator.
854 (insv<mode>_1): Ditto.
855
856 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
857 Sebastian Pop <s.pop@samsung.com>
858
859 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Point
860 iterator to use_stmt.
861
862 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
863 Sebastian Pop <s.pop@samsung.com>
864
865 * graphite-scop-detection.c (build_scops_1): Discard scops for
866 which entry==exit.
867
868 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
869 Sebastian Pop <s.pop@samsung.com>
870
871 * graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in
872 case of a return statement in scop.
873
874 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
875 Sebastian Pop <s.pop@samsung.com>
876
877 * graphite-sese-to-poly.c (parameter_index_in_region): Only handle
878 INTEGER_TYPE parameters.
879 (scan_tree_for_params): Handle REAL_CST, COMPLEX_CST, and
880 VECTOR_CST in scan_tree_for_params.
881 (add_conditions_to_domain): Only constrain on INTEGER_TYPE.
882
883 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
884
885 * gimple-pretty-print.h: Don't include pretty-print.h.
886 * tree-streamer.h: Don't include lto-streamer.h.
887 * gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
888 * gimple-streamer-in.c: Remove redundant includes.
889 * gimple-streamer-out.c: Likewise.
890 * ipa-devirt.c: Likewise.
891 * ipa-icf.c: Likewise.
892 * ipa-inline-analysis.c: Likewise.
893 * ipa-polymorphic-call.c: Likewise.
894 * ipa-profile.c: Likewise.
895 * ipa-prop.c: Likewise.
896 * ipa-pure-const.c: Likewise.
897 * lto-cgraph.c: Likewise.
898 * lto-streamer-in.c: Likewise.
899 * lto-streamer-out.c: Likewise.
900 * lto-streamer.c: Likewise.
901 * tree-streamer-in.c: Likewise.
902 * tree-streamer-out.c: Likewise.
903 * tree-streamer.c: Likewise.
904
905 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
906
907 * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
908 include input.h.
909 * opts.c: Remove multiline #include comment.
910
911 2015-07-15 Nathan Sidwell <nathan@codesourcery.com>
912
913 * config/nvptx/mkoffload.c (process): Add C++ protection to
914 emitted code.
915
916 2015-07-14 Michael Meissner <meissner@linux.vnet.ibm.com>
917
918 PR target/66854
919 * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
920 null before IEEE 128-bit floating point support patch.
921
922 2015-07-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
923
924 * simplify-rtx.c (simplify_ternary_operation): Add simplification
925 for (!c) != {0,...,0} ? a : b for vector modes.
926
927 2015-07-15 Paolo Bonzini <bonzini@gnu.org>
928 Martin Jambor <mjambor@suse.cz>
929
930 * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
931 struct func_body_info* instead of struct ipa_node_params*, expecting
932 fbi->info to be filled in. Replace throughout. Adjust call to
933 ipa_load_from_parm_agg.
934 (set_cond_stmt_execution_predicate): Accept struct func_body_info*
935 instead of struct ipa_node_params*. Adjust calls to other functions
936 so that they pass either fbi or fbi->info.
937 (set_switch_stmt_execution_predicate): Likewise.
938 (will_be_nonconstant_predicate): Likewise.
939 (compute_bb_predicates): Likewise.
940 (estimate_function_body_sizes): Move asserts earlier. Fill in
941 struct func_body_info, replace parms_info with fbi.info. Adjust
942 calls to functions that now accept struct func_body_info.
943 * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
944 (struct func_body_info): Likewise.
945 (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
946 remove static. Adjust callers.
947 (ipa_load_from_parm_agg): Remove.
948 * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
949 (func_body_info): Likewise.
950 (ipa_load_from_parm_agg): Adjust prototype.
951
952 2015-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
953
954 * gensupport.c (rtx_handle_directive): Adjust.
955 * read-rtl.c (apply_iterators): Take vector to add rtxs to
956 instead of expr list rtx.
957 (add_define_attr_for_define_subst): Likewise.
958 (add_define_subst_attr): Likewise.
959 (read_subst_mapping): Likewise.
960 (read_rtx): Likewise.
961 * rtl.h (read_rtx): Adjust.
962
963 2015-07-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
964
965 * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
966
967 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
968
969 PR target/58066
970 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Depend on SP_REG.
971 (*tls_local_dynamic_base_64_<mode>): Ditto.
972 (*tls_local_dynamic_base_64_largepic): Ditto.
973 (tls_global_dynamic_64_<mode>): Update expander pattern.
974 (tls_local_dynamic_base_64_<mode>): Ditto.
975
976 2015-07-15 Richard Biener <rguenther@suse.de>
977
978 * fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var
979 and bool_var == 1 -> bool_var simplifications ...
980 * match.pd: ... to patterns here. Factor out negate_expr_p
981 cases from the A - B -> A + (-B) patterns as negate_expr_p
982 predicate and add a -(A + B) -> (-B) - A pattern.
983
984 2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
985
986 * config/mips/mips.c (mips_emit_save_slot_move): Fix typo.
987
988 2015-07-15 Matthew Fortune <matthew.fortune@imgtec.com>
989 Robert Suchanek <robert.suchanek@imgtec.com>
990
991 * config/mips/mips.c (mips_int_mask): New enum.
992 (mips_shadow_set): Likewise.
993 (int_mask): New variable.
994 (use_shadow_register_set_p): Change type to enum mips_shadow_set.
995 (machine_function): Add int_mask and use_shadow_register_set.
996 (mips_attribute_table): Add attribute handlers for interrupt and
997 use_shadow_register_set.
998 (mips_interrupt_mask): New static function.
999 (mips_handle_interrupt_attr): Likewise.
1000 (mips_handle_use_shadow_register_set_attr): Likewise.
1001 (mips_use_shadow_register_set): Change return type to enum
1002 mips_shadow_set. Add argument handling for use_shadow_register_set
1003 attribute.
1004 (mips_interrupt_extra_called_saved_reg_p): Update the conditional to
1005 compare with mips_shadow_set enum.
1006 (mips_compute_frame_info): Add interrupt mask and
1007 use_shadow_register_set to per-function information structure.
1008 Add a stack slot for EPC unconditionally.
1009 (mips_expand_prologue): Compare use_shadow_register_set value
1010 with mips_shadow_set enum. Save EPC always in K1, clobber only K1 for
1011 masked interrupt register but in EIC mode use K0 and save Cause in K0.
1012 EPC saved and restored unconditionally. Use PMODE_INSN macro when
1013 copying the stack pointer from the shadow register set.
1014 * config/mips/mips.h (SR_IM0): New define.
1015 * config/mips/mips.md (mips_rdpgpr): Rename to...
1016 (mips_rdpgpr_<mode>): ...this. Use the Pmode iterator.
1017 * doc/extend.texi (Declaring Attributes of Functions): Document
1018 optional arguments for interrupt and use_shadow_register_set
1019 attributes.
1020
1021 2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
1022
1023 * config/mips/mips.c (mips_compute_frame_info): Allow -mhard-float in
1024 interrupt attribute.
1025 (mips_expand_prologue): Disable the floating point unit in an ISR.
1026 * config/mips/mips.h (SR_COP1): New define.
1027
1028 2015-07-15 Richard Biener <rguenther@suse.de>
1029
1030 * genmatch.c (parser::peek, parser::peek_ident): Add argument
1031 to tell how many tokens to peek ahead (default 1).
1032 (parser::eat_token, parser::eat_ident): Return token consumed.
1033 (parser::parse_result): Parse new switch statement.
1034 * match.pd: Use case statements where appropriate.
1035
1036 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
1037
1038 PR rtl-optimization/58066
1039 * calls.c (expand_call): Precompute register parameters before stack
1040 alignment is performed.
1041
1042 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
1043
1044 PR rtl-optimization/66838
1045 * postreload.c (reload_cse_move2add): Also process
1046 CALL_INSN_FUNCTION_USAGE when resetting information of
1047 call-clobbered registers.
1048
1049 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1050 Cesar Philippidis <cesar@codesourcery.com>
1051 Chung-Lin Tang <cltang@codesourcery.com>
1052
1053 * config/nios2/constraints.md (U, v): New constraints.
1054 * config/nios2/predicates.md (rdprs_dcache_operand): New.
1055 (ldstex_memory_operand): New.
1056 * config/nios2/sync.md: New file.
1057 * config/nios2/nios2.md (unspecv): Add new builtin function
1058 UNSPECV codes.
1059 (rdprs, flushd, flushda, wrpie, eni): New patterns.
1060 (top-level): Include sync.md.
1061 * config/nios2/nios2.c (N2_FTYPES): Add function types for
1062 new builtins.
1063 (N2_BUILTINS): Add arch field setting, add new builtins.
1064 (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
1065 for arch field.
1066 (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
1067 Also handle ldex/stex/ldsex/stsex builtins.
1068 (nios2_expand_rdprs_builtin): New function.
1069 (nios2_expand_cache_builtin): New function.
1070 (nios2_expand_wrpie_builtin): New function.
1071 (nios2_expand_eni_builtin): New function.
1072 (nios2_expand_builtin): Add arch field handling and new builtin
1073 cases.
1074 * doc/extend.texi (Altera Nios II Built-in Functions): Document
1075 new builtins.
1076 * doc/md.texi (Machine Constraints): Document U and v constraints.
1077
1078 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1079 Cesar Philippidis <cesar@codesourcery.com>
1080 Chung-Lin Tang <cltang@codesourcery.com>
1081
1082 * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
1083 * config/nios2/nios2.c (struct GTY (()) machine_function): Add
1084 callee_save_reg_size and uses_anonymous_args fields.
1085 (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
1086 (nios2_create_cfa_notes): New function.
1087 (nios2_adjust_stack): New function for adjusting stack.
1088 (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
1089 Use nios2_adjust_stack.
1090 (nios2_expand_epilogue): Likewise.
1091 (nios2_expand_return): New function.
1092 (nios2_can_use_return_insn): Update for CDX pop.n usage.
1093 (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
1094 If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
1095 * config/nios2/nios2.md (return): Use nios2_expand_return.
1096
1097 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1098 Cesar Philippidis <cesar@codesourcery.com>
1099 Chung-Lin Tang <cltang@codesourcery.com>
1100
1101 * config/nios2/predicates.md (pop_operation): New.
1102 (ldwm_operation, stwm_operation): New.
1103 (nios2_hard_register_operand): New.
1104 * config/nios2/nios2-protos.h (pop_operation_p): Declare.
1105 (ldstwm_operation_p): Declare.
1106 (gen_ldstwm_peep): Declare.
1107 * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
1108 (base_reg_adjustment_p): New.
1109 (pop_operation_p): New.
1110 (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
1111 (nios2_ldstwm_regset_p): New.
1112 (ldstwm_operation_p): New.
1113 (gen_ldst): New.
1114 (nios2_ldst_parallel): New.
1115 (struct ldswm_operand): Declare.
1116 (compare_ldstwm_operands): New.
1117 (can_use_cdx_ldstw): New.
1118 (gen_ldstwm_peep): New.
1119 * config/nios2/nios2-ldstwm.sml: New.
1120 * config/nios2/nios2.md: Include ldstwm.md.
1121 * config/nios2/ldstwm.md: Generated.
1122
1123 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1124 Cesar Philippidis <cesar@codesourcery.com>
1125 Chung-Lin Tang <cltang@codesourcery.com>
1126
1127 * config/nios2/nios2.h (LABEL_ALIGN): Define.
1128 (REG_ALLOC_ORDER): Define.
1129 (ADJUST_REG_ALLOC_ORDER): Define.
1130 (HONOR_REG_ALLOC_ORDER): Define.
1131 (CDX_REG_P): Define.
1132 (ANDCLEAR_INT): Define.
1133 * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
1134 (nios2_label_align): Declare.
1135 (nios2_cdx_narrow_form_p): Declare.
1136 (nios2_adjust_reg_alloc_order): Declare.
1137 * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
1138 operation.
1139 (nios2_large_unspec_reloc_p): New function, split from...
1140 (nios2_legitimate_pic_operand_p): ...here.
1141 (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
1142 (nios2_print_operand_punct_valid_p): New.
1143 (nios2_print_operand): Add %., %!, %x, %y, %A. Remove %U.
1144 (split_mem_address): New.
1145 (split_alu_insn): New.
1146 (cdxreg): New.
1147 (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
1148 (enum nios2_add_insn_kind): New.
1149 (nios2_add_insn_names, nios2_add_insn_narrow): New.
1150 (nios2_add_insn_classify): New.
1151 (nios2_add_insn_asm): New.
1152 (nios2_cdx_narrow_form_p): New.
1153 (label_align, min_labelno, max_labelno): New.
1154 (nios2_reorg): New.
1155 (nios2_label_align): New.
1156 (nios2_adjust_reg_alloc_order): New.
1157 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
1158 (TARGET_MACHINE_DEPENDENT_REORG): Define.
1159 * config/nios2/constraints.md (P): New constraint.
1160 * config/nios2/predicates.md (const_and_operand): New.
1161 (and_operand): New.
1162 (stack_memory_operand): New.
1163 * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
1164 (length): Update to use nios2_cdx_narrow_form_p().
1165 (type): Add new insn type values.
1166 (control, alu, st, ld, shift): Update insn reservations with
1167 new insn type values.
1168 (*high, *lo_sum): Define new insn patterns for constant generation.
1169 (movqi_internal, movhi_internal, movsi_internal): Reduce
1170 alternatives, update asm template to handle CDX variants, update
1171 type attributes.
1172 (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
1173 template, update type attributes.
1174 (extendhisi2, extendqi<mode>2): Likewise.
1175 (addsi3): Change to use function for asm string.
1176 (subsi3): Add CDX notation to asm template, update type attributes.
1177 (negsi3, one_cmplsi3): Likewise.
1178 (andsi3): New pattern, specialized from logical patterns.
1179 (<code>si3): Remove and case, combine alternatives, update asm
1180 template.
1181 (<shift_op>si3): Add CDX notation, update type attributes.
1182 (rotrsi3): Update type attribute.
1183 (*merge, extzv, insv): New insn patterns.
1184 (return): Change to define_expand.
1185 (simple_return): Add CDX notation, update type attributes.
1186 (indirect_jump): Add CDX notation.
1187 (jump): Update asm cases, update length attribute expression.
1188 (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
1189 (nios2_cbranch): Update asm cases and length attribute expression
1190 to handle CDX variants.
1191 (nios2_cmp<code>): Update asm template.
1192 (nop): Add CDX notation, update type attributes.
1193 (trap): Add CDX notation.
1194 (ctrapsi4): Update asm cases and length attribute expression to
1195 handle CDX variant.
1196 * doc/md.texi (Machine Constraints): Document P constraint.
1197
1198 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1199 Cesar Philippidis <cesar@codesourcery.com>
1200 Chung-Lin Tang <cltang@codesourcery.com>
1201
1202 * config/nios2/nios2.h (SMALL_INT12): New macro.
1203 * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
1204 (nios2_valid_addr_expr_p): Use it.
1205 (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
1206 with implicit "io" instructions on R2.
1207 * config/nios2/constraints.md (w): New constraint.
1208 * config/nios2/predicates.md (ldstio_memory_operand): New.
1209 * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
1210 operand predicate and constraint.
1211 (ld<bh>io_signed, st<bhw>io>): Likewise.
1212 * doc/md.texi (Machine Constraints): Document w constraint.
1213
1214 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1215 Cesar Philippidis <cesar@codesourcery.com>
1216 Chung-Lin Tang <cltang@codesourcery.com>
1217
1218 * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
1219 * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
1220 Nios II architecture level.
1221 * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
1222 (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
1223 (OPTION_DEFAULT_SPECS): Define.
1224 (ASM_SPEC): Add -march= spec strings.
1225 * config/nios2/nios2.c (nios2_option_override): Check for
1226 conflicts involving new options.
1227 * config.gcc (nios2*-*-*): Support --with-arch=.
1228 * doc/invoke.texi (Option Summary, Nios II Options): Document
1229 -march=, -mbmx, and -mcdx.
1230
1231 2015-07-14 Vladimir Makarov <vmakarov@redhat.com>
1232
1233 PR rtl-optimization/66626
1234 * lra-constraints.c (lra_constraints): Prevent equivalence
1235 substitution for static chain pseudo in functions with nonlocal
1236 goto.
1237
1238 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1239
1240 * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
1241 (nios2_emit_stack_limit_check): Add size parameter. Handle
1242 -fstack-limit-symbol as well as -fstack-limit-register.
1243 (nios2_expand_prologue): Emit only a single stack limit check,
1244 even if multiple stack adjustments are required.
1245 (nios2_option_override): Diagnose unsupported combination of -fpic
1246 and -stack-limit-symbol.
1247
1248 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1249
1250 * Makefile.in (top_srcdir): New.
1251 * configure.ac: Use AM_ZLIB.
1252 * configure: Regeneated.
1253
1254 2015-07-14 Matthias Klose <doko@ubuntu.com>
1255
1256 PR target/66840
1257 * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
1258
1259 2015-07-14 Richard Biener <rguenther@suse.de>
1260
1261 PR tree-optimization/66863
1262 * tree-vrp.c (register_edge_assert_for_2): Properly restrict
1263 what we record for conversion use stmt lhs inequalities.
1264
1265 2015-07-14 Richard Biener <rguenther@suse.de>
1266
1267 * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
1268 (decision_tree::gen_gimple): Likewise.
1269
1270 2015-07-14 Tom de Vries <tom@codesourcery.com>
1271
1272 * gcc.c (greater_than_spec_func): Declare forward.
1273 (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
1274 -ftree-parallelize-loops={0,1}.
1275 (static_spec_functions): Add greater_than_spec_func function with name
1276 "gt".
1277 (greater_than_spec_func): New function.
1278
1279 2015-07-14 Richard Biener <rguenther@suse.de>
1280
1281 * tree-ssa-dom.c (record_temporary_equivalences): Merge
1282 wideing type conversion case from record_equivalences_from_incoming_edge
1283 and use record_equality to record equivalences.
1284 (record_equivalences_from_incoming_edge): Call
1285 record_temporary_equivalences.
1286
1287 2015-07-14 Richard Biener <rguenther@suse.de>
1288
1289 * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
1290 (struct if_expr): New.
1291 (struct with_expr): Likewise.
1292 (is_a_helper): Add helpers for if_expr and with_expr.
1293 (struct simplify): Add simplify_kind enum and member. Remove
1294 ifexpr_vec member.
1295 (simplify::simplify): Adjust.
1296 (lower_commutative): Adjust.
1297 (lower_opt_convert): Likewise.
1298 (lower_cond): Likewise.
1299 (replace_id): Handle with_expr and if_expr.
1300 (lower_for): Adjust.
1301 (dt_simplify::gen_1): New recursive worker, split out from ...
1302 (dt_simplify::gen): ... here. Deal with if and with expansion
1303 recursively.
1304 (capture_info::capture_info): Take context argument
1305 (capture_info::walk_result): Only analyze specific result.
1306 (parser::parse_result): New function.
1307 (parser::parse_simplify): Adjust to parse ifs with then end
1308 else case.
1309 (parser::parse_if): Simplify.
1310 (parser::parse_pattern): Pass down simplify kind.
1311 * match.pd: Convert if structure to new syntax.
1312
1313 2015-07-13 Marek Polacek <polacek@redhat.com>
1314
1315 * rtl.c (rtx_equal_p_cb): Fix typo.
1316
1317 2015-07-13 Andrew MacLeod <amacleod@redhat.com>
1318
1319 * omega.h: Don't include config.h, don't include params.h again if
1320 omega.h has already been included.
1321 * graphite-poly.h: Include sese.h.
1322 * graphite.c: Don't include sese.h, remove needless includes and
1323 minimize includes outside #ifdef HAVE_isl block.
1324 * graphite-blocking.c: Don't include sese.h, remove needless includes,
1325 and wrap entire file in #ifdef HAVE_isl
1326 * graphite-dependences.c: Likewise.
1327 * graphite-interchange.c: Likewise.
1328 * graphite-isl-ast-to-gimple.c: Likewise.
1329 * graphite-optimize-isl.c: Likewise.
1330 * graphite-poly.c: Likewise.
1331 * graphite-scop-detection.c: Likewise.
1332 * graphite-sese-to-poly.c: Likewise.
1333
1334 2015-07-13 Tom de Vries <tom@codesourcery.com>
1335
1336 * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
1337
1338 2015-07-13 Renlin Li <renlin.li@arm.com>
1339
1340 PR rtl/66556
1341 * simplify-rtx.c (simplify_const_relational_operation): Add
1342 side_effects_p checks.
1343
1344 2015-07-12 Aldy Hernandez <aldyh@redhat.com>
1345
1346 * bitmap.h: Fix double word typos.
1347 * builtins.c: Same.
1348 * calls.c: Same.
1349 * cfgloopmanip.c: Same.
1350 * cgraph.c: Same.
1351 * cgraph.h: Same.
1352 * cgraphclones.c: Same.
1353 * combine.c: Same.
1354 * config/aarch64/aarch64-protos.h: Same.
1355 * config/aarch64/aarch64.c: Same.
1356 * config/aarch64/aarch64.md: Same.
1357 * config/arm/arm.md: Same.
1358 * config/arm/arm1020e.md: Same.
1359 * config/arm/arm1026ejs.md: Same.
1360 * config/arm/arm926ejs.md: Same.
1361 * config/arm/fa526.md: Same.
1362 * config/arm/fa606te.md: Same.
1363 * config/arm/fa626te.md: Same.
1364 * config/arm/fa726te.md: Same.
1365 * config/arm/fmp626.md: Same.
1366 * config/darwin.c: Same.
1367 * config/epiphany/epiphany.c: Same.
1368 * config/frv/frv.c: Same.
1369 * config/ft32/ft32.c: Same.
1370 * config/gnu-user.h: Same.
1371 * config/h8300/constraints.md: Same.
1372 * config/i386/i386.c: Same.
1373 * config/i386/i386.md: Same.
1374 * config/iq2000/iq2000.md: Same.
1375 * config/mips/mips.c: Same.
1376 * config/mmix/mmix.md: Same.
1377 * config/moxie/moxie.c: Same.
1378 * config/nds32/nds32.md: Same.
1379 * config/pa/pa.h: Same.
1380 * config/rs6000/aix.h: Same.
1381 * config/rs6000/rs6000.h: Same.
1382 * config/sh/sh.c: Same.
1383 * config/tilegx/tilegx.md: Same.
1384 * config/tilepro/gen-mul-tables.cc: Same.
1385 * cse.c: Same.
1386 * dbxout.c: Same.
1387 * doc/invoke.texi: Same.
1388 * dse.c: Same.
1389 * dwarf2out.c: Same.
1390 * final.c: Same.
1391 * gcc.c: Same.
1392 * genmatch.c: Same.
1393 * gimplify.c: Same.
1394 * hash-table.h: Same.
1395 * internal-fn.c: Same.
1396 * ipa-cp.c: Same.
1397 * ipa-devirt.c: Same.
1398 * ipa-icf.c: Same.
1399 * ipa-icf.h: Same.
1400 * ipa-profile.c: Same.
1401 * ipa-prop.c: Same.
1402 * ipa-prop.h: Same.
1403 * ira.c: Same.
1404 * omp-low.c: Same.
1405 * reg-stack.c: Same.
1406 * regcprop.c: Same.
1407 * reorg.c: Same.
1408 * rtl.h: Same.
1409 * sbitmap.h: Same.
1410 * tree-eh.c: Same.
1411 * tree-inline.c: Same.
1412 * tree-sra.c: Same.
1413 * tree-ssa-dom.c: Same.
1414 * tree-ssa-loop-ivopts.c: Same.
1415 * tree-ssa-structalias.c: Same.
1416 * tree-ssa-tail-merge.c: Same.
1417 * tree-ssa-ter.c: Same.
1418 * tree-ssa-threadupdate.c: Same.
1419 * tree-ssa-uninit.c: Same.
1420 * tree-ssanames.c: Same.
1421 * tree-vect-loop-manip.c: Same.
1422 * tree-vrp.c: Same.
1423 * tree.c: Same.
1424 * valtrack.c: Same.
1425 * vec.h: Same.
1426
1427 2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
1428
1429 PR middle-end/66726
1430 * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
1431 tree_ssa_phiopt_worker): Call it.
1432
1433 2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
1434
1435 * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
1436 * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
1437 REG_EQUAL note.
1438
1439 2015-07-11 Marek Polacek <polacek@redhat.com>
1440
1441 PR middle-end/66353
1442 * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
1443 * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
1444 (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
1445 rather than bb_has_abnormal_call_pred.
1446 * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
1447 (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
1448 rather than bb_has_abnormal_call_pred.
1449
1450 2015-07-10 Anatoly Sokolov <aesok@post.ru>
1451
1452 * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
1453 REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
1454 RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
1455 * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
1456 v850_legitimate_address_p): New functions.
1457 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
1458
1459 2015-07-10 H.J. Lu <hongjiu.lu@intel.com>
1460
1461 PR target/66819
1462 * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
1463 indirect sibcall with register arguments if register available
1464 for argument passing.
1465 (init_cumulative_args): Set cfun->machine->arg_reg_available
1466 to (cum->nregs > 0) or to true if function has a variable
1467 argument list.
1468 (function_arg_advance_32): Set cfun->machine->arg_reg_available
1469 to false if cum->nregs <= 0.
1470 * config/i386/i386.h (machine_function): Add arg_reg_available.
1471
1472 2015-07-10 Uros Bizjak <ubizjak@gmail.com>
1473
1474 * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
1475 and gen_higpart instead of gen_rtx_SUBREG.
1476 * config/i386/i386.md
1477 (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
1478 (read-modify peephole2): Use gen_lowpart instead of
1479 gen_rtx_SUBREG for operand 5.
1480
1481 2015-07-10 Andrew MacLeod <amacleod@redhat.com>
1482
1483 * config/tilepro/gen-mul-tables.cc (main): Change include list for
1484 generated files.
1485 * config/tilepro/mul-tables.c: Regenerate.
1486 * config/tilegx/mul-tables.c: Regenerate.
1487
1488 2015-07-10 Richard Biener <rguenther@suse.de>
1489
1490 * fold-const.c (distribute_bit_expr): Remove.
1491 (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
1492 to (A & C1) | (B & C2), distributing (A & B) | (A & C)
1493 to A & (B | C) and simplifying A << C1 << C2 to ...
1494 * match.pd: ... patterns here.
1495
1496 2015-07-10 Jiong Wang <jiong.wang@arm.com>
1497
1498 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
1499 Mark mem as READONLY and NOTRAP for PIC symbol.
1500
1501 2015-07-10 Andrew MacLeod <amacleod@redhat.com>
1502
1503 * gimple-predict.h: New file.
1504 (gimple_predict_predictor, gimple_predict_set_predictor,
1505 gimple_predict_outcome, gimple_predict_set_outcome,
1506 gimple_build_predict): Relocate here.
1507 * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
1508 gimple_predict_outcome, gimple_predict_set_outcome): Move to
1509 gimple-predict.h.
1510 * gimple.c (gimple_build_predict): Move to gimple-predict.h
1511 * basic-block.h: Don't include cfghooks.h.
1512 * backend.h: Don't include predict.h.
1513 * cfghooks.h: Include predict.h.
1514 * gimple-pretty-print.c: Include gimple-predict.h.
1515 * gimplify.c: Likwise.
1516 * predict.c: Adjust includes.
1517 * tree-inline.c: Likewise.
1518 * asan.c: Likewise.
1519 * auto-inc-dec.c: Likewise.
1520 * auto-profile.c: Likewise.
1521 * bb-reorder.c: Likewise.
1522 * builtins.c: Likewise.
1523 * caller-save.c: Likewise.
1524 * calls.c: Likewise.
1525 * cfganal.c: Likewise.
1526 * cfgbuild.c: Likewise.
1527 * cfg.c: Likewise.
1528 * cfgcleanup.c: Likewise.
1529 * cfgexpand.c: Likewise.
1530 * cfghooks.c: Likewise.
1531 * cfgloopanal.c: Likewise.
1532 * cfgloop.c: Likewise.
1533 * cfgloopmanip.c: Likewise.
1534 * cfgrtl.c: Likewise.
1535 * cgraph.c: Likewise.
1536 * cgraphunit.c: Likewise.
1537 * combine.c: Likewise.
1538 * cprop.c: Likewise.
1539 * cse.c: Likewise.
1540 * dce.c: Likewise.
1541 * dojump.c: Likewise.
1542 * dse.c: Likewise.
1543 * except.c: Likewise.
1544 * expmed.c: Likewise.
1545 * expr.c: Likewise.
1546 * final.c: Likewise.
1547 * fold-const.c: Likewise.
1548 * function.c: Likewise.
1549 * fwprop.c: Likewise.
1550 * gcc-plugin.h: Likewise.
1551 * gcse.c: Likewise.
1552 * genattrtab.c: Likewise.
1553 * genemit.c: Likewise.
1554 * gengtype.c: Likewise.
1555 * genopinit.c: Likewise.
1556 * genoutput.c: Likewise.
1557 * genpreds.c: Likewise.
1558 * genrecog.c: Likewise.
1559 * gimple-fold.c: Likewise.
1560 * gimple-iterator.c: Likewise.
1561 * gimple-ssa-isolate-paths.c: Likewise.
1562 * gimple-ssa-strength-reduction.c: Likewise.
1563 * graph.c: Likewise.
1564 * graphite-blocking.c: Likewise.
1565 * graphite.c: Likewise.
1566 * graphite-dependences.c: Likewise.
1567 * graphite-interchange.c: Likewise.
1568 * graphite-isl-ast-to-gimple.c: Likewise.
1569 * graphite-optimize-isl.c: Likewise.
1570 * graphite-poly.c: Likewise.
1571 * graphite-scop-detection.c: Likewise.
1572 * graphite-sese-to-poly.c: Likewise.
1573 * haifa-sched.c: Likewise.
1574 * ifcvt.c: Likewise.
1575 * internal-fn.c: Likewise.
1576 * ipa-cp.c: Likewise.
1577 * ipa-profile.c: Likewise.
1578 * ipa-split.c: Likewise.
1579 * ipa-utils.c: Likewise.
1580 * ira-build.c: Likewise.
1581 * ira-color.c: Likewise.
1582 * ira-conflicts.c: Likewise.
1583 * ira-costs.c: Likewise.
1584 * ira-emit.c: Likewise.
1585 * ira-lives.c: Likewise.
1586 * jump.c: Likewise.
1587 * loop-doloop.c: Likewise.
1588 * loop-init.c: Likewise.
1589 * loop-invariant.c: Likewise.
1590 * loop-unroll.c: Likewise.
1591 * lower-subreg.c: Likewise.
1592 * lra-assigns.c: Likewise.
1593 * lra.c: Likewise.
1594 * lra-coalesce.c: Likewise.
1595 * lra-constraints.c: Likewise.
1596 * lra-lives.c: Likewise.
1597 * lto-cgraph.c: Likewise.
1598 * lto-streamer-in.c: Likewise.
1599 * mode-switching.c: Likewise.
1600 * modulo-sched.c: Likewise.
1601 * omp-low.c: Likewise.
1602 * optabs.c: Likewise.
1603 * passes.c: Likewise.
1604 * postreload.c: Likewise.
1605 * postreload-gcse.c: Likewise.
1606 * profile.c: Likewise.
1607 * recog.c: Likewise.
1608 * regstat.c: Likewise.
1609 * reload1.c: Likewise.
1610 * reorg.c: Likewise.
1611 * rtlanal.c: Likewise.
1612 * sched-ebb.c: Likewise.
1613 * sel-sched-ir.c: Likewise.
1614 * sese.c: Likewise.
1615 * shrink-wrap.c: Likewise.
1616 * simplify-rtx.c: Likewise.
1617 * stmt.c: Likewise.
1618 * store-motion.c: Likewise.
1619 * tracer.c: Likewise.
1620 * trans-mem.c: Likewise.
1621 * tree-call-cdce.c: Likewise.
1622 * tree-cfg.c: Likewise.
1623 * tree-cfgcleanup.c: Likewise.
1624 * tree-chkp.c: Likewise.
1625 * tree-complex.c: Likewise.
1626 * tree-eh.c: Likewise.
1627 * tree-if-conv.c: Likewise.
1628 * tree-loop-distribution.c: Likewise.
1629 * tree-outof-ssa.c: Likewise.
1630 * tree-parloops.c: Likewise.
1631 * tree-predcom.c: Likewise.
1632 * tree-pretty-print.c: Likewise.
1633 * tree-profile.c: Likewise.
1634 * tree-sra.c: Likewise.
1635 * tree-ssa.c: Likewise.
1636 * tree-ssa-coalesce.c: Likewise.
1637 * tree-ssa-dce.c: Likewise.
1638 * tree-ssa-dom.c: Likewise.
1639 * tree-ssa-forwprop.c: Likewise.
1640 * tree-ssa-ifcombine.c: Likewise.
1641 * tree-ssa-loop-ch.c: Likewise.
1642 * tree-ssa-loop-im.c: Likewise.
1643 * tree-ssa-loop-ivcanon.c: Likewise.
1644 * tree-ssa-loop-ivopts.c: Likewise.
1645 * tree-ssa-loop-manip.c: Likewise.
1646 * tree-ssa-loop-prefetch.c: Likewise.
1647 * tree-ssa-loop-unswitch.c: Likewise.
1648 * tree-ssa-math-opts.c: Likewise.
1649 * tree-ssa-phiopt.c: Likewise.
1650 * tree-ssa-pre.c: Likewise.
1651 * tree-ssa-reassoc.c: Likewise.
1652 * tree-ssa-sink.c: Likewise.
1653 * tree-ssa-tail-merge.c: Likewise.
1654 * tree-ssa-threadedge.c: Likewise.
1655 * tree-ssa-threadupdate.c: Likewise.
1656 * tree-switch-conversion.c: Likewise.
1657 * tree-tailcall.c: Likewise.
1658 * tree-vect-data-refs.c: Likewise.
1659 * tree-vect-loop.c: Likewise.
1660 * tree-vect-loop-manip.c: Likewise.
1661 * tree-vectorizer.c: Likewise.
1662 * tree-vrp.c: Likewise.
1663 * ubsan.c: Likewise.
1664 * value-prof.c: Likewise.
1665 * varasm.c: Likewise.
1666 * var-tracking.c: Likewise.
1667 * config/aarch64/aarch64-builtins.c: Likewise.
1668 * config/aarch64/aarch64.c: Likewise.
1669 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
1670 * config/alpha/alpha.c: Likewise.
1671 * config/arc/arc.c: Likewise.
1672 * config/arm/arm.c: Likewise.
1673 * config/avr/avr.c: Likewise.
1674 * config/bfin/bfin.c: Likewise.
1675 * config/c6x/c6x.c: Likewise.
1676 * config/cr16/cr16.c: Likewise.
1677 * config/cris/cris.c: Likewise.
1678 * config/darwin.c: Likewise.
1679 * config/darwin-c.c: Likewise.
1680 * config/epiphany/epiphany.c: Likewise.
1681 * config/epiphany/mode-switch-use.c: Likewise.
1682 * config/epiphany/resolve-sw-modes.c: Likewise.
1683 * config/fr30/fr30.c: Likewise.
1684 * config/frv/frv.c: Likewise.
1685 * config/ft32/ft32.c: Likewise.
1686 * config/h8300/h8300.c: Likewise.
1687 * config/i386/i386.c: Likewise.
1688 * config/i386/winnt.c: Likewise.
1689 * config/ia64/ia64.c: Likewise.
1690 * config/iq2000/iq2000.c: Likewise.
1691 * config/lm32/lm32.c: Likewise.
1692 * config/m32c/m32c.c: Likewise.
1693 * config/m32r/m32r.c: Likewise.
1694 * config/m68k/m68k.c: Likewise.
1695 * config/mcore/mcore.c: Likewise.
1696 * config/mep/mep.c: Likewise.
1697 * config/microblaze/microblaze.c: Likewise.
1698 * config/mips/mips.c: Likewise.
1699 * config/mmix/mmix.c: Likewise.
1700 * config/mn10300/mn10300.c: Likewise.
1701 * config/moxie/moxie.c: Likewise.
1702 * config/msp430/msp430.c: Likewise.
1703 * config/nds32/nds32.c: Likewise.
1704 * config/nds32/nds32-cost.c: Likewise.
1705 * config/nds32/nds32-fp-as-gp.c: Likewise.
1706 * config/nds32/nds32-intrinsic.c: Likewise.
1707 * config/nds32/nds32-isr.c: Likewise.
1708 * config/nds32/nds32-md-auxiliary.c: Likewise.
1709 * config/nds32/nds32-memory-manipulation.c: Likewise.
1710 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
1711 * config/nds32/nds32-predicates.c: Likewise.
1712 * config/nios2/nios2.c: Likewise.
1713 * config/nvptx/nvptx.c: Likewise.
1714 * config/pa/pa.c: Likewise.
1715 * config/pdp11/pdp11.c: Likewise.
1716 * config/rl78/rl78.c: Likewise.
1717 * config/rs6000/rs6000.c: Likewise.
1718 * config/rx/rx.c: Likewise.
1719 * config/s390/s390.c: Likewise.
1720 * config/sh/sh.c: Likewise.
1721 * config/sh/sh-mem.cc: Likewise.
1722 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
1723 * config/sh/sh_treg_combine.cc: Likewise.
1724 * config/sparc/sparc.c: Likewise.
1725 * config/spu/spu.c: Likewise.
1726 * config/stormy16/stormy16.c: Likewise.
1727 * config/tilegx/tilegx.c: Likewise.
1728 * config/tilepro/tilepro.c: Likewise.
1729 * config/v850/v850.c: Likewise.
1730 * config/vax/vax.c: Likewise.
1731 * config/visium/visium.c: Likewise.
1732 * config/xtensa/xtensa.c: Likewise.
1733
1734 2015-07-10 Richard Biener <rguenther@suse.de>
1735
1736 * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
1737 (decision_tree::gen_gimple): Likewise.
1738 (decision_tree::gen_generic): Likewise.
1739
1740 2015-07-10 Uros Bizjak <ubizjak@gmail.com>
1741
1742 PR target/66813
1743 * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
1744 sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
1745
1746 2015-07-10 Jakub Jelinek <jakub@redhat.com>
1747
1748 PR middle-end/66820
1749 * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
1750 or ORT_TASK contexts.
1751 * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
1752 is non-zero.
1753
1754 2015-07-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1755
1756 * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
1757 above function.
1758
1759 2015-07-10 Tom de Vries <tom@codesourcery.com>
1760
1761 * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
1762 insert nit + 1 bound.
1763
1764 2015-07-10 Richard Biener <rguenther@suse.de>
1765
1766 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
1767 Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
1768 (if_convertible_loop_p_1): For this always compute bb predicates.
1769 (if_convertible_loop_p): And free them.
1770
1771 2015-07-10 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1772
1773 * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
1774 in dump message.
1775
1776 2015-07-10 Richard Biener <rguenther@suse.de>
1777
1778 PR tree-optimization/66823
1779 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
1780 inverted predicate.
1781
1782 2015-07-09 Steve Ellcey <sellcey@imgtec.com>
1783
1784 * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
1785 to handle mips[32|64]r3 and mips[32|64]r5.
1786
1787 2015-07-09 Jakub Jelinek <jakub@redhat.com>
1788
1789 PR middle-end/66633
1790 * tree-nested.c (get_static_chain): Or in a flag into
1791 info->static_chain_added.
1792 (get_frame_field, get_nonlocal_debug_decl): Likewise.
1793 (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
1794 2015-07-01 changes.
1795 (convert_tramp_reference_stmt): If a frame_decl or chain_decl
1796 is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
1797 add it to clauses.
1798
1799 PR tree-optimization/66718
1800 * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
1801 field.
1802 (vect_simd_lane_linear): New function.
1803 (vectorizable_simd_clone_call): Support using linear arguments for
1804 addresses of arrays elements indexed by GOMP_SIMD_LANE result.
1805
1806 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
1807
1808 PR target/66821
1809 * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
1810
1811 2015-07-09 Michael Meissner <meissner@linux.vnet.ibm.com>
1812
1813 * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
1814 Use machine mode, not enum machine_mode in the prototype.
1815
1816 * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
1817 classify 128-bit floating point support.
1818 (FLOAT128_IBM_P): Likewise.
1819 (FLOAT128_VECTOR_P): Likewise.
1820 (FLOAT128_2REG_P): Likewise.
1821 (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
1822 (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
1823 (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
1824 (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
1825
1826 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
1827 tests against TFmode/TDmode, since those modes do not use VSX
1828 addresses.
1829 (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
1830 support.
1831 (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
1832 tests against TFmode, etc.
1833 (invalid_e500_subreg): Add tests against IFmode/KFmode.
1834 (reg_offset_addressing_ok_p): Likewise.
1835 (rs6000_legitimate_offset_address_p): Likewise.
1836 (rs6000_legitimize_address): Likewise.
1837 (rs6000_legitimize_reload_address): Likewise.
1838 (rs6000_legitimate_address_p): Clean up tests against TFmode and
1839 TDmode to use the new helper macros, which will include IFmode and
1840 KFmode.
1841 (rs6000_emit_move): Likewise.
1842 (rs6000_darwin64_record_arg_recurse): Likewise.
1843 (print_operand): Likewise.
1844 (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
1845 that uses a single vector register as a vector and not as a
1846 floating point register in terms of the calling sequence.
1847 (rs6000_discover_homogeneous_aggregate): Likewise.
1848 (rs6000_return_in_memory): Likewise.
1849 (init_cumulative_args): Likewise.
1850 (rs6000_function_arg_boundary): Likewise.
1851 (rs6000_function_arg_advance_1): Likewise.
1852 (rs6000_function_arg): Likewise.
1853 (rs6000_pass_by_reference): Likewise.
1854 (rs6000_gimplify_va_arg): Likewise.
1855 (rs6000_secondary_reload_memory): Use machine_mode not enum
1856 machine mode.
1857 (rs6000_split_multireg_move): Use new helper macros.
1858 (spe_func_has_64bit_regs_p): Likewise.
1859 (rs6000_output_function_epilogue): Add IFmode/KFmode support.
1860 (output_toc): Use new helper macros.
1861 (rs6000_register_move_cost): Likewise.
1862 (rs6000_function_value): Add IEEE 128-bit floating point calling
1863 sequence support.
1864 (rs6000_libcall_value): Likewise.
1865 (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
1866 floating point support.
1867 (rs6000_vector_mode_supported_p): Likewise.
1868
1869 2015-07-09 Vladimir Makarov <vmakarov@redhat.com>
1870
1871 PR rtl-optimization/66782
1872 * lra-int.h (struct lra_insn_recog_data): Add comment about
1873 clobbered hard regs for arg_hard_regs.
1874 * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
1875 * lra-lives.c (process_bb_lives): Process clobbered hard regs.
1876 Add condition for processing used hard regs.
1877 * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
1878 Process clobbered hard regs.
1879
1880 2015-07-09 Michael Matz <matz@suse.de>
1881
1882 * genmatch.c (fprintf_indent): New function.
1883 (operand::gen_transform): Add indent parameter.
1884 (expr::gen_transform, c_expr::gen_transform,
1885 capture::gen_transform): Ditto and use fprintf_indent.
1886 (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
1887 (dt_operand::gen, dt_operand::gen_predicate,
1888 dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
1889 dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
1890 (decision_tree::gen_gimple): Adjust calls and indent generated
1891 code.
1892 (decision_tree::gen_generic): Ditto.
1893 (write_predicate): Ditto.
1894
1895 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
1896
1897 PR target/66814
1898 * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
1899 * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
1900 (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
1901 {GENERAL,SSE,MMX}_REG_P where appropriate.
1902
1903 2015-07-09 Andrew MacLeod <amacleod@redhat.com>
1904
1905 * lto-streamer.h: Don't include target.h and alloc-pool.h.
1906 * builtins.c: Adjust includes.
1907 * gimple.c: Likewise.
1908 * ipa-icf.c: Likewise.
1909 * lto-opts.c: Likewise.
1910 * ipa-reference.c: Likewise.
1911 * lto-section-out.c: Likewise.
1912 * lto-streamer-in.c: Likewise.
1913 * lto-streamer-out.c: Likewise.
1914 * opts-global.c: Likewise.
1915 * symtab.c: Likewise.
1916 * tree-chkp.c: Likewise.
1917 * tree-ssa-live.c: Likewise.
1918 * tree-streamer-in.c: Likewise.
1919 * tree-streamer-out.c: Likewise.
1920 * config/darwin.c: Likewise.
1921 * config/i386/winnt.c: Likewise.
1922
1923 2015-07-09 Richard Biener <rguenther@suse.de>
1924
1925 * genmatch.c (struct expr): Add force_single_use flag.
1926 (expr::expr): Add copy constructor.
1927 (capture_info::walk_match): Gather force_single_use captures.
1928 (expr::gen_transform): Use possibly NULLified sequence.
1929 (dt_simplify::gen): Apply single-use restrictions by NULLifying
1930 seq if any constrained expr is not single-use.
1931 (parser::parse_expr): Refactor to allow multiple flags. Handle
1932 's' flag to force an expression have a single-use if the pattern
1933 simplifies to more than one statement.
1934 * match.pd: Convert most single_use conditionals to :s flags.
1935
1936 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
1937
1938 * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
1939 (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
1940 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
1941
1942 2015-07-09 Andrew MacLeod <amacleod@redhat.com>
1943
1944 * flags.h: Don't include flag-types.h or options.h.
1945 * opts-common.c: Adjust includes.
1946 * opts-global.c: Likewise.
1947 * common/config/epiphany/epiphany-common.c: Likewise.
1948
1949 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
1950
1951 PR target/66818
1952 * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
1953 for IA MCU.
1954
1955 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
1956
1957 PR target/66817
1958 * config/i386/i386.c (ix86_return_in_memory): Return true
1959 if int_size_in_bytes returns negative for IA MCU.
1960
1961 2015-07-09 Marek Polacek <polacek@redhat.com>
1962
1963 PR tree-optimization/66718
1964 * Makefile.in (OBJS): Add gimple-laddress.o.
1965 * passes.def: Schedule pass_laddress.
1966 * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
1967 * tree-pass.h (make_pass_laddress): Declare.
1968 * gimple-laddress.c: New file.
1969
1970 2015-07-09 Richard Biener <rguenther@suse.de>
1971
1972 * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
1973
1974 2015-07-09 Richard Biener <rguenther@suse.de>
1975
1976 PR tree-optimization/66807
1977 * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
1978
1979 2015-07-08 Kito Cheng <kito.cheng@gmail.com>
1980
1981 * function.c (stack_protect_epilogue): Use if rather than switch for
1982 check targetm.have_stack_protect_test.
1983
1984 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1985
1986 * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
1987 * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
1988 * config/arc/arc.h: Likewise.
1989 * config/arm/arm.h: Likewise.
1990 * config/bfin/bfin.h: Likewise.
1991 * config/epiphany/epiphany.h: Likewise.
1992 * config/frv/frv.h: Likewise.
1993 * config/ia64/ia64.h: Likewise.
1994 * config/iq2000/iq2000.h: Likewise.
1995 * config/lm32/lm32.h: Likewise.
1996 * config/m32r/m32r.h: Likewise.
1997 * config/mcore/mcore.h: Likewise.
1998 * config/mep/mep.h: Likewise.
1999 * config/microblaze/microblaze.h: Likewise.
2000 * config/mips/mips.h: Likewise.
2001 * config/mmix/mmix.h: Likewise.
2002 * config/mn10300/mn10300.h: Likewise.
2003 * config/nds32/nds32.h: Likewise.
2004 * config/nios2/nios2.h: Likewise.
2005 * config/pa/pa.h: Likewise.
2006 * config/rl78/rl78.h: Likewise.
2007 * config/sh/sh.h: Likewise.
2008 * config/sparc/sparc.h: Likewise.
2009 * config/stormy16/stormy16.h: Likewise.
2010 * config/tilegx/tilegx.h: Likewise.
2011 * config/tilepro/tilepro.h: Likewise.
2012 * config/v850/v850.h: Likewise.
2013 * config/xtensa/xtensa.h: Likewise.
2014 * doc/tm.texi: Regenerate.
2015 * doc/tm.texi.in: Adjust.
2016 * combine.c (simplify_set): Likewise.
2017 (simplify_comparison): Likewise.
2018 * expr.c (store_constructor): Likewise.
2019 * internal-fn.c (expand_arith_overflow): Likewise.
2020 * reload.c (push_reload): Likewise.
2021 (find_reloads): Likewise.
2022 (find_reloads_subreg_address): Likewise.
2023 * reload1.c (eliminate_regs_1): Likewise.
2024 * rtlanal.c (nonzero_bits1): Likewise.
2025 (num_sign_bit_copies1): Likewise.
2026 * simplify-rtx.c (simplify_truncation): Likewise.
2027
2028 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2029
2030 * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
2031 of AUTO_INC_DEC with the preprocessor.
2032 * combine.c (combine_instructions): Likewise.
2033 (can_combine_p): Likewise.
2034 (try_combine): Likewise.
2035 * emit-rtl.c (try_split): Likewise.
2036 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
2037 * lower-subreg.c (resolve_simple_move): Likewise.
2038 * lra.c (update_inc_notes): Likewise.
2039 * recog.c (asm_operand_ok): Likewise.
2040 (constrain_operands): Likewise.
2041 * regrename.c (scan_rtx_address): Likewise.
2042 * reload.c (update_auto_inc_notes): Likewise.
2043 (reg_inc_found_and_valid_p): Likewise.
2044 * reload1.c (reload): Likewise.
2045 (emit_input_reload_insns): Likewise.
2046 (delete_output_reload): Likewise.
2047 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2048 * valtrack.c (cleanup_auto_inc_dec): Likewise.
2049
2050 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2051
2052 * rtl.h: Always define AUTO_INC_DEC.
2053 * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
2054 * combine.c (combine_instructions): Likewise.
2055 (can_combine_p): Likewise.
2056 (try_combine): Likewise.
2057 * emit-rtl.c (try_split): Likewise.
2058 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
2059 * lower-subreg.c (resolve_simple_move): Likewise.
2060 * lra.c (update_inc_notes): Likewise.
2061 * recog.c (asm_operand_ok): Likewise.
2062 (constrain_operands): Likewise.
2063 * regrename.c (scan_rtx_address): Likewise.
2064 * reload.c (update_auto_inc_notes): Likewise.
2065 (find_equiv_reg): Likewise.
2066 * reload1.c (reload): Likewise.
2067 (reload_as_needed): Likewise.
2068 (choose_reload_regs): Likewise.
2069 (emit_input_reload_insns): Likewise.
2070 (delete_output_reload): Likewise.
2071 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2072 * valtrack.c (cleanup_auto_inc_dec): Likewise.
2073
2074 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2075
2076 * combine.c (can_combine_def_p): Don't check the value of
2077 HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
2078 (combinable_i3pat): Likewise.
2079 (mark_used_regs_combine): Likewise.
2080 * regrename.c (rename_chains): Likewise.
2081 * reload.c (find_reloads_address): Likewise.
2082 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
2083
2084 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2085
2086 * combine.c (update_rsp_from_reg_equal): Don't check if
2087 SHORT_IMMEDIATES_SIGN_EXTEND is defined.
2088 (reg_nonzero_bits_for_combine): Likewise.
2089 * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
2090 1.
2091 * config/frv/frv.h: Likewise.
2092 * config/lm32/lm32.h: Likewise.
2093 * config/mep/mep.h: Likewise.
2094 * config/mips/mips.h: Likewise.
2095 * config/rs6000/rs6000.h: Likewise.
2096 * config/sh/sh.h: Likewise.
2097 * config/tilegx/tilegx.h (enum reg_class): Likewise.
2098 * config/tilepro/tilepro.h: Likewise.
2099 * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
2100 * doc/tm.texi: Regenerate.
2101 * doc/tm.texi.in: Adjust.
2102 * rtlanal.c (nonzero_bits1): Likewise.
2103
2104 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2105
2106 * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
2107 with the preprocessor.
2108 (combine_instructions): Likewise.
2109 (try_combine): Likewise.
2110 (subst): Likewise.
2111 (distribute_notes): Likewise.
2112
2113 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2114
2115 * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
2116 defined.
2117 (simplify_set): Likewise.
2118 * cse.c (cse_insn): Likewise.
2119 * fold-const.c (fold_single_bit_test): Likewise.
2120 (fold_unary_loc): Likewise.
2121 * postreload.c (reload_cse_simplify_set): Likewise.
2122 (reload_cse_simplify_operands): Likewise.
2123
2124 2015-07-08 Jiong Wang <jiong.wang@arm.com>
2125
2126 * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
2127 (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
2128
2129 2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
2130
2131 PR target/66746
2132 * config/i386/x86intrin.h: Include <adxintrin.h> even if
2133 __iamcu__ is defined.
2134
2135 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
2136
2137 * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
2138
2139 2015-07-08 Iain Sandoe <iain@codesourcery.com>
2140
2141 PR target/66523
2142 * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
2143 names from preservation.
2144
2145 2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
2146
2147 PR target/66806
2148 * config/i386/i386.c (type_natural_mode): Don't warn vector ABI
2149 change for IAMCU.
2150 (function_arg_advance_32): Don't pass vectors in registers for
2151 IAMCU.
2152 (function_arg_32): Likewise.
2153 (ix86_return_in_memory): Don't return vectors in registers for
2154 IAMCU.
2155
2156 2015-07-08 Vladimir Makarov <vmakarov@redhat.com>
2157
2158 PR middle-end/66334
2159 * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
2160 hard regno live at the start of BB with incoming abnormal edges.
2161 * lra-lives.c (process_bb_lives): Ditto.
2162
2163 2015-07-08 Thomas Schwinge <thomas@codesourcery.com>
2164
2165 PR libgomp/65099
2166 * config/nvptx/mkoffload.c (main): Create an offload image only in
2167 64-bit configurations.
2168
2169 2015-07-08 Martin Liska <mliska@suse.cz>
2170
2171 PR bootstrap/66744
2172 * tree-sra.c (create_access_1): Call ctor without brackets.
2173 (create_artificial_child_access): Likewise.
2174
2175 2015-07-08 Richard Biener <rguenther@suse.de>
2176
2177 PR tree-optimization/66793
2178 * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
2179 Properly split the block after stmts ending it.
2180
2181 2015-07-08 Richard Biener <rguenther@suse.de>
2182
2183 PR tree-optimization/66794
2184 * passes.c (execute_function_todo): Assert that post-dominators
2185 are not computed.
2186 * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
2187 Free post-dominators.
2188
2189 2015-07-08 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2190
2191 * config/s390/s390.c (s390_init_frame_layout): Replace assertion
2192 with early exit.
2193
2194 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
2195
2196 * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
2197 more than or equal 8 and less than 32 when optimizing for size.
2198
2199 2015-07-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2200
2201 * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
2202 COSTS_N_INSNS (1) and increment it appropriately throughout the
2203 function.
2204
2205 2015-07-08 Richard Biener <rguenther@suse.de>
2206
2207 * fold-const.c (fold_widened_comparison): Fix inverted comparison.
2208
2209 2015-07-08 Alan Modra <amodra@gmail.com>
2210
2211 * target.def (rtx_costs): Remove "code" param, add "mode".
2212 * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
2213 (set_src_cost, get_full_set_src_cost): Likewise. Move later in file.
2214 (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
2215 * rtlanal.c (rtx_cost): Add "mode" parameter. Update targetm.rtx_costs
2216 call. Track mode when given in rtx.
2217 (get_full_rtx_cost): Add "mode" parameter. Update rtx_cost calls.
2218 (default_address_cost): Pass Pmode to rtx_cost.
2219 (insn_rtx_cost): Pass dest mode of set to set_src_cost.
2220 * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
2221 with NULL set.
2222 * cse.c (COST, COST_IN): Add MODE param. Update all uses.
2223 (notreg_cost): Add mode param. Use it.
2224 * gcse.c (want_to_gcse_p): Delete forward declaration. Add
2225 mode param and pass to set_src_cost. Update all calls.
2226 (hash_scan_set): Formatting.
2227 * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
2228 (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
2229 * hooks.h: Ditto.
2230 * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
2231 init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
2232 emit_store_flag): Update set_src_cost and rtx_cost calls.
2233 * auto-inc-dec.c (attempt_change): Likewise.
2234 * calls.c (precompute_register_parameters): Likewise.
2235 * combine.c (expand_compound_operation, make_extraction,
2236 force_to_mode, distribute_and_simplify_rtx): Likewise.
2237 * dojump.c (prefer_and_bit_test): Likewise.
2238 * dse.c (find_shift_sequence): Likewise.
2239 * expr.c (compress_float_constant): Likewise.
2240 * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
2241 * ifcvt.c (noce_try_sign_mask): Likewise.
2242 * loop-doloop.c (doloop_optimize): Likewise.
2243 * loop-invariant.c (create_new_invariant): Likewise.
2244 * lower-subreg.c (shift_cost, compute_costs): Likewise.
2245 * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
2246 lshift_cheap_p): Likewise.
2247 * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
2248 try_replace_in_use, reload_cse_move2add): Likewise.
2249 * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
2250 Likewise.
2251 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
2252 * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
2253 * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
2254 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
2255 * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
2256 add "mode" param. Use "mode: in place of GET_MODE (x). Pass mode
2257 to rtx_cost calls.
2258 * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
2259 * config/arc/arc.c (arc_rtx_costs): Likewise.
2260 * config/arm/arm.c (arm_rtx_costs): Likewise.
2261 * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
2262 * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
2263 * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
2264 * config/cris/cris.c (cris_rtx_costs): Likewise.
2265 * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
2266 * config/frv/frv.c (frv_rtx_costs): Likewise.
2267 * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
2268 * config/i386/i386.c (ix86_rtx_costs): Likewise.
2269 * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
2270 * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
2271 * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
2272 * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
2273 * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
2274 * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
2275 * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
2276 * config/mep/mep.c (mep_rtx_cost): Likewise.
2277 * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
2278 * config/mips/mips.c (mips_rtx_costs): Likewise.
2279 * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
2280 * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
2281 * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
2282 * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
2283 * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
2284 * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
2285 * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
2286 * config/pa/pa.c (hppa_rtx_costs): Likewise.
2287 * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
2288 * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
2289 * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
2290 * config/s390/s390.c (s390_rtx_costs): Likewise.
2291 * config/sh/sh.c (sh_rtx_costs): Likewise.
2292 * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
2293 * config/spu/spu.c (spu_rtx_costs): Likewise.
2294 * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
2295 * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
2296 * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
2297 * config/v850/v850.c (v850_rtx_costs): Likewise.
2298 * config/vax/vax.c (vax_rtx_costs): Likewise.
2299 * config/visium/visium.c (visium_rtx_costs): Likewise.
2300 * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
2301 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
2302 "code" param, and pass as outer_code to first rtx_cost call. Pass
2303 mode to rtx_cost calls.
2304 (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
2305 calls.
2306 (aarch64_rtx_costs_wrapper): Update.
2307 * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
2308 arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
2309 rtx_cost calls.
2310 * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
2311 and rtx_cost calls.
2312 (avr_operand_rtx_cost): Similarly.
2313 (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
2314 for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
2315 * config/mips/mips.c (mips_stack_address_p): Comment typo.
2316 (mips_binary_cost): Update rtx_cost and set_src_cost calls.
2317 (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
2318 * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
2319 rtx_cost.
2320 (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
2321 * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
2322 * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
2323 * doc/tm.texi: Regenerate.
2324
2325 2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2326
2327 * tree-core.h: Include symtab.h.
2328 * rtl.h: Include hard-reg-set.h but not flags.h.
2329 (HARD_CONST): Remove condition compilation involving HARD_CONST since
2330 hard-reg-set.h is always included.
2331 * regs.h: Don't include hard-reg-set.h or rtl.h.
2332 * cfg.h: Include dominance.h.
2333 * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
2334 * backend.h: New. Aggregate commonly used backend header files.
2335 * gimple-ssa.h: Don't include tree-hasher.h.
2336 * ssa.h: New. Aggregate commonly used SSA header files.
2337 * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
2338 * sel-sched-ir.h: Flatten includes.
2339 * lra-int.h: Flatten completely.
2340 * sel-sched-dump.h: Flatten includes.
2341 * ira-int.h: Flatten includes.
2342 * gimple-streamer.h: Remove all includes.
2343 * cfgloop.h: Remove all #includes except cfgloopmanip.h.
2344 * resource.h: Flatten hard-reg-set.h and df.h.
2345 * sched-int.h: Flatten insn-arrt.h and df.h.
2346 * valtrack.h: flatten bitmap.h, df.h, and rtl.h
2347 * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
2348 * genattrtab.c (write_header): Adjust generated includes.
2349 * genautomata.c (main): Likewise.
2350 * genconditions.c (write-header): Likewise.
2351 * genemit.c (main): Likewise.
2352 * gengtype.c (open_base_files): Likewise.
2353 * genopinit.c (main): Likewise.
2354 * genoutput.c (output_prologue): Likewise.
2355 * genpeep.c (main): Likewise.
2356 * genpreds.c (write_insn_preds_c): Likewise.
2357 * genrecog.c (write_header): Likewise.
2358 * alias.c: Adjust includes.
2359 * asan.c: Likewise.
2360 * attribs.c: Likewise.
2361 * auto-inc-dec.c: Likewise.
2362 * auto-profile.c: Likewise.
2363 * bb-reorder.c: Likewise.
2364 * bt-load.c: Likewise.
2365 * builtins.c: Likewise.
2366 * caller-save.c: Likewise.
2367 * calls.c: Likewise.
2368 * ccmp.c: Likewise.
2369 * cfg.c: Likewise.
2370 * cfganal.c: Likewise.
2371 * cfgbuild.c: Likewise.
2372 * cfgcleanup.c: Likewise.
2373 * cfgexpand.c: Likewise.
2374 * cfghooks.c: Likewise.
2375 * cfgloop.c: Likewise.
2376 * cfgloopanal.c: Likewise.
2377 * cfgloopmanip.c: Likewise.
2378 * cfgrtl.c: Likewise.
2379 * cgraph.c: Likewise.
2380 * cgraphbuild.c: Likewise.
2381 * cgraphclones.c: Likewise.
2382 * cgraphunit.c: Likewise.
2383 * cilk-common.c: Likewise.
2384 * combine-stack-adj.c: Likewise.
2385 * combine.c: Likewise.
2386 * compare-elim.c: Likewise.
2387 * convert.c: Likewise.
2388 * coverage.c: Likewise.
2389 * cppbuiltin.c: Likewise.
2390 * cprop.c: Likewise.
2391 * cse.c: Likewise.
2392 * cselib.c: Likewise.
2393 * data-streamer-in.c: Likewise.
2394 * data-streamer-out.c: Likewise.
2395 * data-streamer.c: Likewise.
2396 * dbxout.c: Likewise.
2397 * dce.c: Likewise.
2398 * ddg.c: Likewise.
2399 * debug.c: Likewise.
2400 * df-core.c: Likewise.
2401 * df-problems.c: Likewise.
2402 * df-scan.c: Likewise.
2403 * dfp.c: Likewise.
2404 * dojump.c: Likewise.
2405 * dominance.c: Likewise.
2406 * domwalk.c: Likewise.
2407 * double-int.c: Likewise.
2408 * dse.c: Likewise.
2409 * dumpfile.c: Likewise.
2410 * dwarf2asm.c: Likewise.
2411 * dwarf2cfi.c: Likewise.
2412 * dwarf2out.c: Likewise.
2413 * emit-rtl.c: Likewise.
2414 * et-forest.c: Likewise.
2415 * except.c: Likewise.
2416 * explow.c: Likewise.
2417 * expmed.c: Likewise.
2418 * expr.c: Likewise.
2419 * final.c: Likewise.
2420 * fixed-value.c: Likewise.
2421 * fold-const.c: Likewise.
2422 * function.c: Likewise.
2423 * fwprop.c: Likewise.
2424 * gcc-plugin.h: Likewise.
2425 * gcse-common.c: Likewise.
2426 * gcse.c: Likewise.
2427 * generic-match-head.c: Likewise.
2428 * ggc-page.c: Likewise.
2429 * gimple-builder.c: Likewise.
2430 * gimple-expr.c: Likewise.
2431 * gimple-fold.c: Likewise.
2432 * gimple-iterator.c: Likewise.
2433 * gimple-low.c: Likewise.
2434 * gimple-match-head.c: Likewise.
2435 * gimple-pretty-print.c: Likewise.
2436 * gimple-ssa-isolate-paths.c: Likewise.
2437 * gimple-ssa-strength-reduction.c: Likewise.
2438 * gimple-streamer-in.c: Likewise.
2439 * gimple-streamer-out.c: Likewise.
2440 * gimple-walk.c: Likewise.
2441 * gimple.c: Likewise.
2442 * gimplify-me.c: Likewise.
2443 * gimplify.c: Likewise.
2444 * godump.c: Likewise.
2445 * graph.c: Likewise.
2446 * graphite-blocking.c: Likewise.
2447 * graphite-dependences.c: Likewise.
2448 * graphite-interchange.c: Likewise.
2449 * graphite-isl-ast-to-gimple.c: Likewise.
2450 * graphite-optimize-isl.c: Likewise.
2451 * graphite-poly.c: Likewise.
2452 * graphite-scop-detection.c: Likewise.
2453 * graphite-sese-to-poly.c: Likewise.
2454 * graphite.c: Likewise.
2455 * haifa-sched.c: Likewise.
2456 * hw-doloop.c: Likewise.
2457 * ifcvt.c: Likewise.
2458 * init-regs.c: Likewise.
2459 * internal-fn.c: Likewise.
2460 * ipa-chkp.c: Likewise.
2461 * ipa-comdats.c: Likewise.
2462 * ipa-cp.c: Likewise.
2463 * ipa-devirt.c: Likewise.
2464 * ipa-icf-gimple.c: Likewise.
2465 * ipa-icf.c: Likewise.
2466 * ipa-inline-analysis.c: Likewise.
2467 * ipa-inline-transform.c: Likewise.
2468 * ipa-inline.c: Likewise.
2469 * ipa-polymorphic-call.c: Likewise.
2470 * ipa-profile.c: Likewise.
2471 * ipa-prop.c: Likewise.
2472 * ipa-pure-const.c: Likewise.
2473 * ipa-ref.c: Likewise.
2474 * ipa-reference.c: Likewise.
2475 * ipa-split.c: Likewise.
2476 * ipa-utils.c: Likewise.
2477 * ipa-visibility.c: Likewise.
2478 * ipa.c: Likewise.
2479 * ira-build.c: Likewise.
2480 * ira-color.c: Likewise.
2481 * ira-conflicts.c: Likewise.
2482 * ira-costs.c: Likewise.
2483 * ira-emit.c: Likewise.
2484 * ira-lives.c: Likewise.
2485 * ira.c: Likewise.
2486 * jump.c: Likewise.
2487 * langhooks.c: Likewise.
2488 * lcm.c: Likewise.
2489 * loop-doloop.c: Likewise.
2490 * loop-init.c: Likewise.
2491 * loop-invariant.c: Likewise.
2492 * loop-iv.c: Likewise.
2493 * loop-unroll.c: Likewise.
2494 * lower-subreg.c: Likewise.
2495 * lra-assigns.c: Likewise.
2496 * lra-coalesce.c: Likewise.
2497 * lra-constraints.c: Likewise.
2498 * lra-eliminations.c: Likewise.
2499 * lra-lives.c: Likewise.
2500 * lra-remat.c: Likewise.
2501 * lra-spills.c: Likewise.
2502 * lra.c: Likewise.
2503 * lto-cgraph.c: Likewise.
2504 * lto-compress.c: Likewise.
2505 * lto-opts.c: Likewise.
2506 * lto-section-in.c: Likewise.
2507 * lto-section-out.c: Likewise.
2508 * lto-streamer-in.c: Likewise.
2509 * lto-streamer-out.c: Likewise.
2510 * lto-streamer.c: Likewise.
2511 * mcf.c: Likewise.
2512 * mode-switching.c: Likewise.
2513 * modulo-sched.c: Likewise.
2514 * omega.c: Likewise.
2515 * omp-low.c: Likewise.
2516 * optabs.c: Likewise.
2517 * opts-global.c: Likewise.
2518 * passes.c: Likewise.
2519 * plugin.c: Likewise.
2520 * postreload-gcse.c: Likewise.
2521 * postreload.c: Likewise.
2522 * predict.c: Likewise.
2523 * print-rtl.c: Likewise.
2524 * print-tree.c: Likewise.
2525 * profile.c: Likewise.
2526 * real.c: Likewise.
2527 * realmpfr.c: Likewise.
2528 * recog.c: Likewise.
2529 * ree.c: Likewise.
2530 * reg-stack.c: Likewise.
2531 * regcprop.c: Likewise.
2532 * reginfo.c: Likewise.
2533 * regrename.c: Likewise.
2534 * regstat.c: Likewise.
2535 * reload.c: Likewise.
2536 * reload1.c: Likewise.
2537 * reorg.c: Likewise.
2538 * resource.c: Likewise.
2539 * rtl-chkp.c: Likewise.
2540 * rtlanal.c: Likewise.
2541 * rtlhooks.c: Likewise.
2542 * sanopt.c: Likewise.
2543 * sched-deps.c: Likewise.
2544 * sched-ebb.c: Likewise.
2545 * sched-rgn.c: Likewise.
2546 * sched-vis.c: Likewise.
2547 * sdbout.c: Likewise.
2548 * sel-sched-dump.c: Likewise.
2549 * sel-sched-ir.c: Likewise.
2550 * sel-sched.c: Likewise.
2551 * sese.c: Likewise.
2552 * shrink-wrap.c: Likewise.
2553 * simplify-rtx.c: Likewise.
2554 * stack-ptr-mod.c: Likewise.
2555 * stmt.c: Likewise.
2556 * stor-layout.c: Likewise.
2557 * store-motion.c: Likewise.
2558 * stringpool.c: Likewise.
2559 * symtab.c: Likewise.
2560 * target-globals.c: Likewise.
2561 * targhooks.c: Likewise.
2562 * toplev.c: Likewise.
2563 * tracer.c: Likewise.
2564 * trans-mem.c: Likewise.
2565 * tree-affine.c: Likewise.
2566 * tree-browser.c: Likewise.
2567 * tree-call-cdce.c: Likewise.
2568 * tree-cfg.c: Likewise.
2569 * tree-cfgcleanup.c: Likewise.
2570 * tree-chkp-opt.c: Likewise.
2571 * tree-chkp.c: Likewise.
2572 * tree-chrec.c: Likewise.
2573 * tree-complex.c: Likewise.
2574 * tree-data-ref.c: Likewise.
2575 * tree-dfa.c: Likewise.
2576 * tree-diagnostic.c: Likewise.
2577 * tree-dump.c: Likewise.
2578 * tree-eh.c: Likewise.
2579 * tree-emutls.c: Likewise.
2580 * tree-if-conv.c: Likewise.
2581 * tree-inline.c: Likewise.
2582 * tree-into-ssa.c: Likewise.
2583 * tree-iterator.c: Likewise.
2584 * tree-loop-distribution.c: Likewise.
2585 * tree-nested.c: Likewise.
2586 * tree-nrv.c: Likewise.
2587 * tree-object-size.c: Likewise.
2588 * tree-outof-ssa.c: Likewise.
2589 * tree-parloops.c: Likewise.
2590 * tree-phinodes.c: Likewise.
2591 * tree-predcom.c: Likewise.
2592 * tree-pretty-print.c: Likewise.
2593 * tree-profile.c: Likewise.
2594 * tree-scalar-evolution.c: Likewise.
2595 * tree-sra.c: Likewise.
2596 * tree-ssa-address.c: Likewise.
2597 * tree-ssa-alias.c: Likewise.
2598 * tree-ssa-ccp.c: Likewise.
2599 * tree-ssa-coalesce.c: Likewise.
2600 * tree-ssa-copy.c: Likewise.
2601 * tree-ssa-copyrename.c: Likewise.
2602 * tree-ssa-dce.c: Likewise.
2603 * tree-ssa-dom.c: Likewise.
2604 * tree-ssa-dse.c: Likewise.
2605 * tree-ssa-forwprop.c: Likewise.
2606 * tree-ssa-ifcombine.c: Likewise.
2607 * tree-ssa-live.c: Likewise.
2608 * tree-ssa-loop-ch.c: Likewise.
2609 * tree-ssa-loop-im.c: Likewise.
2610 * tree-ssa-loop-ivcanon.c: Likewise.
2611 * tree-ssa-loop-ivopts.c: Likewise.
2612 * tree-ssa-loop-manip.c: Likewise.
2613 * tree-ssa-loop-niter.c: Likewise.
2614 * tree-ssa-loop-prefetch.c: Likewise.
2615 * tree-ssa-loop-unswitch.c: Likewise.
2616 * tree-ssa-loop.c: Likewise.
2617 * tree-ssa-math-opts.c: Likewise.
2618 * tree-ssa-operands.c: Likewise.
2619 * tree-ssa-phiopt.c: Likewise.
2620 * tree-ssa-phiprop.c: Likewise.
2621 * tree-ssa-pre.c: Likewise.
2622 * tree-ssa-propagate.c: Likewise.
2623 * tree-ssa-reassoc.c: Likewise.
2624 * tree-ssa-sccvn.c: Likewise.
2625 * tree-ssa-scopedtables.c: Likewise.
2626 * tree-ssa-sink.c: Likewise.
2627 * tree-ssa-strlen.c: Likewise.
2628 * tree-ssa-structalias.c: Likewise.
2629 * tree-ssa-tail-merge.c: Likewise.
2630 * tree-ssa-ter.c: Likewise.
2631 * tree-ssa-threadedge.c: Likewise.
2632 * tree-ssa-threadupdate.c: Likewise.
2633 * tree-ssa-uncprop.c: Likewise.
2634 * tree-ssa-uninit.c: Likewise.
2635 * tree-ssa.c: Likewise.
2636 * tree-ssanames.c: Likewise.
2637 * tree-stdarg.c: Likewise.
2638 * tree-streamer-in.c: Likewise.
2639 * tree-streamer-out.c: Likewise.
2640 * tree-streamer.c: Likewise.
2641 * tree-switch-conversion.c: Likewise.
2642 * tree-tailcall.c: Likewise.
2643 * tree-vect-data-refs.c: Likewise.
2644 * tree-vect-generic.c: Likewise.
2645 * tree-vect-loop-manip.c: Likewise.
2646 * tree-vect-loop.c: Likewise.
2647 * tree-vect-patterns.c: Likewise.
2648 * tree-vect-slp.c: Likewise.
2649 * tree-vect-stmts.c: Likewise.
2650 * tree-vectorizer.c: Likewise.
2651 * tree-vrp.c: Likewise.
2652 * tree.c: Likewise.
2653 * tsan.c: Likewise.
2654 * ubsan.c: Likewise.
2655 * valtrack.c: Likewise.
2656 * value-prof.c: Likewise.
2657 * var-tracking.c: Likewise.
2658 * varasm.c: Likewise.
2659 * varpool.c: Likewise.
2660 * vmsdbgout.c: Likewise.
2661 * vtable-verify.c: Likewise.
2662 * web.c: Likewise.
2663 * wide-int.cc: Likewise.
2664 * xcoffout.c: Likewise.
2665 * config/aarch64/aarch64-builtins.c: Likewise.
2666 * config/aarch64/aarch64.c: Likewise.
2667 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
2668 * config/alpha/alpha.c: Likewise.
2669 * config/arc/arc.c: Likewise.
2670 * config/arm/aarch-common.c: Likewise.
2671 * config/arm/arm-builtins.c: Likewise.
2672 * config/arm/arm-c.c: Likewise.
2673 * config/arm/arm.c: Likewise.
2674 * config/avr/avr-c.c: Likewise.
2675 * config/avr/avr-log.c: Likewise.
2676 * config/avr/avr.c: Likewise.
2677 * config/bfin/bfin.c: Likewise.
2678 * config/c6x/c6x.c: Likewise.
2679 * config/cr16/cr16.c: Likewise.
2680 * config/cris/cris.c: Likewise.
2681 * config/darwin-c.c: Likewise.
2682 * config/darwin.c: Likewise.
2683 * config/epiphany/epiphany.c: Likewise.
2684 * config/epiphany/mode-switch-use.c: Likewise.
2685 * config/epiphany/resolve-sw-modes.c: Likewise.
2686 * config/fr30/fr30.c: Likewise.
2687 * config/frv/frv.c: Likewise.
2688 * config/ft32/ft32.c: Likewise.
2689 * config/h8300/h8300.c: Likewise.
2690 * config/i386/i386-c.c: Likewise.
2691 * config/i386/i386.c: Likewise.
2692 * config/i386/msformat-c.c: Likewise.
2693 * config/i386/winnt-cxx.c: Likewise.
2694 * config/i386/winnt-stubs.c: Likewise.
2695 * config/i386/winnt.c: Likewise.
2696 * config/ia64/ia64-c.c: Likewise.
2697 * config/ia64/ia64.c: Likewise.
2698 * config/iq2000/iq2000.c: Likewise.
2699 * config/lm32/lm32.c: Likewise.
2700 * config/m32c/m32c-pragma.c: Likewise.
2701 * config/m32c/m32c.c: Likewise.
2702 * config/m32r/m32r.c: Likewise.
2703 * config/m68k/m68k.c: Likewise.
2704 * config/mcore/mcore.c: Likewise.
2705 * config/mep/mep-pragma.c: Likewise.
2706 * config/mep/mep.c: Likewise.
2707 * config/microblaze/microblaze-c.c: Likewise.
2708 * config/microblaze/microblaze.c: Likewise.
2709 * config/mips/mips.c: Likewise.
2710 * config/mmix/mmix.c: Likewise.
2711 * config/mn10300/mn10300.c: Likewise.
2712 * config/moxie/moxie.c: Likewise.
2713 * config/msp430/msp430-c.c: Likewise.
2714 * config/msp430/msp430.c: Likewise.
2715 * config/nds32/nds32-cost.c: Likewise.
2716 * config/nds32/nds32-fp-as-gp.c: Likewise.
2717 * config/nds32/nds32-intrinsic.c: Likewise.
2718 * config/nds32/nds32-isr.c: Likewise.
2719 * config/nds32/nds32-md-auxiliary.c: Likewise.
2720 * config/nds32/nds32-memory-manipulation.c: Likewise.
2721 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
2722 * config/nds32/nds32-predicates.c: Likewise.
2723 * config/nds32/nds32.c: Likewise.
2724 * config/nios2/nios2.c: Likewise.
2725 * config/nvptx/nvptx.c: Likewise.
2726 * config/pa/pa.c: Likewise.
2727 * config/pdp11/pdp11.c: Likewise.
2728 * config/rl78/rl78-c.c: Likewise.
2729 * config/rl78/rl78.c: Likewise.
2730 * config/rs6000/rs6000-c.c: Likewise.
2731 * config/rs6000/rs6000.c: Likewise.
2732 * config/rx/rx.c: Likewise.
2733 * config/s390/s390-c.c: Likewise.
2734 * config/s390/s390.c: Likewise.
2735 * config/sh/sh-c.c: Likewise.
2736 * config/sh/sh-mem.cc: Likewise.
2737 * config/sh/sh.c: Likewise.
2738 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
2739 * config/sh/sh_treg_combine.cc: Likewise.
2740 * config/sol2-c.c: Likewise.
2741 * config/sol2-cxx.c: Likewise.
2742 * config/sol2-stubs.c: Likewise.
2743 * config/sol2.c: Likewise.
2744 * config/sparc/sparc-c.c: Likewise.
2745 * config/sparc/sparc.c: Likewise.
2746 * config/spu/spu-c.c: Likewise.
2747 * config/spu/spu.c: Likewise.
2748 * config/stormy16/stormy16.c: Likewise.
2749 * config/tilegx/mul-tables.c: Likewise.
2750 * config/tilegx/tilegx-c.c: Likewise.
2751 * config/tilegx/tilegx.c: Likewise.
2752 * config/tilepro/mul-tables.c: Likewise.
2753 * config/tilepro/tilepro-c.c: Likewise.
2754 * config/tilepro/tilepro.c: Likewise.
2755 * config/v850/v850-c.c: Likewise.
2756 * config/v850/v850.c: Likewise.
2757 * config/vax/vax.c: Likewise.
2758 * config/visium/visium.c: Likewise.
2759 * config/vms/vms-c.c: Likewise.
2760 * config/vms/vms.c: Likewise.
2761 * config/vxworks.c: Likewise.
2762 * config/xtensa/xtensa.c: Likewise.
2763
2764 2015-07-07 Uros Bizjak <ubizjak@gmail.com>
2765
2766 * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
2767 Remove operand constraints. Change operand 2 predicate to
2768 nonmemory operand. Limit const_int values to mode bitsize. Only
2769 allow const_int values less than 32 when optimizing for size.
2770 (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
2771 Remove operand constraints.
2772 (*bt<mode>): Use SImode for const_int values less than 32.
2773 (regmode): Remove mode attribute.
2774
2775 2015-07-07 Anatoly Sokolov <aesok@post.ru>
2776
2777 * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
2778 * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
2779 moxie_legitimate_address_p): New functions.
2780 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
2781
2782 2015-07-07 Tom de Vries <tom@codesourcery.com>
2783
2784 PR tree-optimization/66642
2785 * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
2786 header comment. Rename split_edge variable to edge_at_split. Split
2787 exit edge to create new loop exit bb. Insert loop exit phis in new
2788 loop exit bb.
2789
2790 2015-07-07 Tom de Vries <tom@codesourcery.com>
2791
2792 * tree-cfg.c (get_virtual_phi): New function.
2793 * tree-cfg.h (get_virtual_phi): Declare.
2794 * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
2795 (rewrite_virtuals_into_loop_closed_ssa): New function.
2796 * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
2797 Declare.
2798 * tree-parloops.c (replace_uses_in_bbs_by): Remove.
2799 (transform_to_exit_first_loop_alt): Use
2800 rewrite_virtuals_into_loop_closed_ssa.
2801
2802 2015-07-07 Richard Biener <rguenther@suse.de>
2803
2804 * fold-const.c (fold_binary_loc): Move
2805 (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
2806 * match.pd: ... here.
2807 Add (X * C1) % C2 -> 0 simplification pattern derived from
2808 extract_muldiv_1.
2809
2810 2015-07-07 Kaz Kojima <kkojima@gcc.gnu.org>
2811
2812 PR target/66780
2813 * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
2814 change for target/65249.
2815
2816 2015-07-07 Paulo Matos <pmatos@broadcom.com>
2817
2818 * symtab.c (address_matters_1): Fix typo in comment above.
2819 (can_increase_alignment_p): Likewise.
2820
2821 2015-07-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2822
2823 * function.c (free_after_compilation): Clear PROP_cfg in
2824 f->curr_properties.
2825
2826 2015-07-07 Richard Biener <rguenther@suse.de>
2827
2828 * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
2829 add which use to.
2830 (add_control_edge): Remove excessive vertical space in dumping.
2831 (process_ssa_edge_worklist): Simulate at most one statement and
2832 return whether we did. Do not simulate PHIs if they are in a
2833 BB not yet simulated.
2834 (ssa_propagate): Adjust to always drain the BB worklist whenever
2835 a BB is available there, likewise the VARYING edges list before
2836 the interesting edge list.
2837
2838 2015-07-07 Christian Bruel <christian.bruel@st.com>
2839
2840 PR target/52144
2841 * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
2842
2843 2015-07-07 Richard Biener <rguenther@suse.de>
2844
2845 PR middle-end/66739
2846 * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
2847 A - B.
2848
2849 2015-07-06 Uros Bizjak <ubizjak@gmail.com>
2850
2851 * config/i386/i386.md (insv<mode>): Rename from insv. Use SWI48
2852 modes for operands 0 and 3. Use SImode for operands 2 and 3.
2853 Copy operand 0 to a temporary if !ext_register_operand. Remove
2854 ancient extract_bit_field workaround.
2855 (insv<mode>_1): Rename from mov<mode>_insv_1.
2856 (*insvqi): Rename from *movqi_insv_2.
2857 * config/i386/i386.c (emit_i386_cw_initialization): Update calls
2858 for renamed insvsi_1.
2859 (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
2860
2861 2015-07-06 Nathan Sidwell <nathan@codesourcery.com>
2862
2863 * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars. Fix
2864 call to nvptx_reorg_subreg.
2865
2866 2015-07-06 Jim Wilson <jim.wilson@linaro.org>
2867
2868 * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
2869 * graphite-dependencies.c, graphite-interchange.c,
2870 graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
2871 graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
2872 Likewise.
2873
2874 2015-07-06 Marc Glisse <marc.glisse@inria.fr>
2875
2876 * match.pd: Remove element_mode inside HONOR_*.
2877 (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
2878 (~X | X -> -1, ~X ^ X -> -1): Merge.
2879 * tree.c (build_each_one_cst): New function.
2880 * tree.h (build_each_one_cst): Likewise.
2881
2882 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
2883
2884 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
2885 PROCESSOR_IAMCU.
2886
2887 2015-07-06 Steve Ellcey <sellcey@imgtec.com>
2888
2889 * config.gcc <mips*-*-*>: Add fused-madd.opt.
2890 * config/mips/mips.opt (mfused-madd): Remove.
2891 * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
2892 * config/mips/mips.h (TARGET_MIPS8000): New.
2893 (ISA_HAS_FP_MADD4_MSUB4): Remove.
2894 (ISA_HAS_FP_MADDF_MSUBF): Remove.
2895 (ISA_HAS_FP_MADD3_MSUB3): Remove.
2896 (ISA_HAS_NMADD4_NMSUB4): Remove.
2897 (ISA_HAS_NMADD3_NMSUB3): Remove.
2898 (ISA_HAS_FUSED_MADD4): New.
2899 (ISA_HAS_UNFUSED_MADD4): New.
2900 (ISA_HAS_FUSED_MADDF): New.
2901 (ISA_HAS_FUSED_MADD3): New.
2902 * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
2903 (*fma<mode>4_madd3) New.
2904 (*fma<mode>4_madd4) New.
2905 (*fma<mode>4_maddf) New.
2906 (fms<mode>4) New.
2907 (*fms<mode>4_msub3) New.
2908 (*fms<mode>4_msub4) New.
2909 (fnma<mode>4) New.
2910 (*fnma<mode>4_nmadd3) New.
2911 (*fnma<mode>4_nmadd4) New.
2912 (fnms<mode>4) New.
2913 (*fnms<mode>4_nmsub3) New.
2914 (*fnms<mode>4_nmsub4) New.
2915 (*madd4<mode>) Modify to be unfused only.
2916 (*msub4<mode>) Modify to be unfused only.
2917 (*nmadd4<mode>) Modify to be unfused only.
2918 (*nmsub4<mode>) Modify to be unfused only.
2919 (*madd3<mode>) Remove.
2920 (*msub3<mode>) Remove.
2921 (*nmadd3<mode>) Remove.
2922 (*nmsub3<mode>) Remove.
2923 (*nmadd3<mode>_fastmath) Remove.
2924 (*nmsub3<mode>_fastmath) Remove.
2925 (*nmadd4<mode>_fastmath) Update condition.
2926 (*nmsub4<mode>_fastmath) Update condition.
2927
2928 2015-07-06 Alan Lawrence <alan.lawrence@arm.com>
2929
2930 PR target/65956
2931 * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
2932 alignment attribute, exploring one level down for records and arrays.
2933
2934 2015-07-06 Uros Bizjak <ubizjak@gmail.com>
2935
2936 * config/i386/i386.md (extv<mode>): Rename from extv. Use SWI24
2937 modes for operands 0 and 1. Use SImode for operands 2 and 3.
2938 Copy operand 1 to a temporary if !ext_register_operand. Remove
2939 ancient extract_bit_field workaround.
2940 (*extv<mode>): Rename from *mov<mode>_extv_1.
2941 (*extvqi): Rename from *movqi_extv_1.
2942 (extzv<mode>): Rename from extzv. Use SWI248 modes for
2943 operands 0 and 1. Use SImode for operands 2 and 3. Copy operand 1
2944 to a temporary if !ext_register_operand. Remove ancient
2945 extract_bit_field workaround.
2946 (*extzv<mode>): Rename from *mov<mode>_extzv_1.
2947 (*extzvqi): Rename from *movqi_extzv_2.
2948 (*testqi_ext_3): Remove modes from const_int_operand predicated
2949 operands. Add "n" constraint.
2950 (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
2951 operand. Add "J" constraint.
2952 (*btsq, *btrq, *btcq peephole2s): Remove mode from
2953 const_0_to_63 predicated operand.
2954 (regmode): New insn attribute.
2955 (*bt<mode>): Use SImode for operand 1. Change operand 1 predicate
2956 to nonmemory_operand. Use regmode insn attribute.
2957 (*jcc_bt<mode>_1): Convert operand 2 to SImode.
2958 (*jcc_bt<mode>_mask): Remove mode from operand 3.
2959 (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
2960 (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
2961 operands. Use "N" constraint instead of "n".
2962
2963 2015-07-06 Alan Lawrence <alan.lawrence@arm.com>
2964
2965 * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
2966
2967 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
2968
2969 PR target/66749
2970 * config/i386/i386.c (iamcu_cost): New.
2971 (m_IAMCU): Likewise.
2972 (initial_ix86_arch_features): Disable X86_ARCH_CMOV for m_IAMCU.
2973 (processor_target_table): Add an entry for "iamcu".
2974 (processor_alias_table): Likewise.
2975 (ix86_issue_rate): Handle PROCESSOR_IAMCU.
2976 (ix86_adjust_cost): Likewise.
2977 (ia32_multipass_dfa_lookahead): Likewise.
2978 * config/i386/i386.h (processor_type): Add PROCESSOR_IAMCU.
2979 * config/i386/x86-tune.def: Updated for m_IAMCU.
2980
2981 2015-07-06 Richard Biener <rguenther@suse.de>
2982
2983 PR tree-optimization/66772
2984 * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
2985 values are available in the PHI node BB when there are
2986 still unexecutable edges.
2987
2988 2015-07-06 Richard Biener <rguenther@suse.de>
2989
2990 PR tree-optimization/66767
2991 * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
2992 Make sure to build the alignment test on a SSA name without
2993 final alignment info valid only if the alignment test
2994 evaluates to true.
2995
2996 2015-07-06 Bernd Schmidt <bernds@codesourcery.com>
2997
2998 PR target/66620
2999 * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
3000 loop start when inserting LSETUP.
3001
3002 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
3003
3004 PR target/53383
3005 * config/i386/i386.c (ix86_option_override_internal): Allow
3006 -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
3007
3008 2015-07-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3009
3010 * read-md.c (decimal_string): Rename to ...
3011 (md_decimal_string): ... this.
3012 (handle_enum): Reflect this.
3013
3014 2015-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
3015
3016 PR target/66731
3017 * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
3018
3019 2015-07-06 Richard Biener <rguenther@suse.de>
3020
3021 PR middle-end/66759
3022 * match.pd: Add missing constraint of y to REAL_CST in
3023 REAL_CST - x CMP y to y - CST CMP x simplification.
3024
3025 2015-07-06 Eric Botcazou <ebotcazou@adacore.com>
3026
3027 PR tree-optimization/66757
3028 * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
3029
3030 2015-07-05 Chung-Lin Tang <cltang@codesourcery.com>
3031 Sandra Loosemore <sandra@codesourcery.com>
3032
3033 * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
3034 Delete extern declaration.
3035 (gprel_constant_p): Add extern declaration.
3036 * config/nios2/constraints.md ("S"): Use gprel_constant_p
3037 instead of nios2_symbol_ref_in_small_data_p.
3038 * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
3039 (nios2_symbol_ref_in_small_data_p): Make static.
3040 (gprel_constant_p): Make non-static.
3041
3042 2015-07-05 Gerald Pfeifer <gerald@pfeifer.com>
3043
3044 * doc/fragments.texi (Target Fragment): Convert debian.org
3045 link to use https.
3046 * doc/install.texi (Configuration): Ditto.
3047
3048 2015-07-05 Jakub Jelinek <jakub@redhat.com>
3049
3050 PR tree-optimization/66718
3051 * tree-vect-stmts.c (vectorizable_call): Replace uses of
3052 GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
3053
3054 PR tree-optimization/66718
3055 * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
3056 vectorizable_load, vectorizable_condition): Move vectype,
3057 nunits, ncopies computation after checking what kind of statement
3058 stmt is.
3059
3060 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3061
3062 * target-insns.def (extv, extzv, insv): New targetm instruction
3063 patterns.
3064 * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
3065 interface.
3066 * recog.c (simplify_while_replacing): Likewise.
3067
3068 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3069
3070 * target-insns.def (doloop_begin, doloop_end): New targetm
3071 instruction patterns.
3072 * loop-init.c: Include target.h.
3073 (pass_loop2::gate): Use the new targetm patterns instead of
3074 HAVE_*/gen_* interface.
3075 (pass_rtl_doloop::gate): Likewise.
3076 (pass_rtl_doloop::execute): Remove preprocessor condition.
3077 * hw-doloop.c: Build unconditionally.
3078 * loop-doloop.c: Likewise.
3079 (doloop_optimize): Use the new targetm patterns instead of
3080 HAVE_*/gen_* interface.
3081 (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
3082 * modulo-sched.c (doloop_register_get): Likewise.
3083
3084 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3085
3086 * target-insns.def (clear_cache): New targetm instruction pattern.
3087 * builtins.c (expand_builtin___clear_cache): Use it instead of
3088 HAVE_*/gen_* interface.
3089
3090 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3091
3092 * target-insns.def (allocate_stack, check_stack, probe_stack)
3093 (probe_stack_address, split_stack_prologue, split_stack_space_check):
3094 New targetm instruction patterns.
3095 * explow.c (allocate_dynamic_stack_space): Use them instead of
3096 HAVE_*/gen_* interface.
3097 (emit_stack_probe): Likewise.
3098 (probe_stack_range): Likewise.
3099 * function.c (thread_prologue_and_epilogue_insns): Likewise.
3100
3101 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3102
3103 * target-insns.def (stack_protect_set, stack_protect_test): New
3104 targetm instruction patterns.
3105 * cfgexpand.c (stack_protect_prologue): Use them instead of
3106 HAVE_*/gen_* interface.
3107 * function.c (stack_protect_epilogue): Likewise.
3108
3109 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3110
3111 * expr.h (gen_move_insn_uncast): Delete.
3112 * expr.c (gen_move_insn_uncast): Delete.
3113
3114 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3115
3116 * target-insns.def (restore_stack_block, restore_stack_function)
3117 (restore_stack_nonlocal, save_stack_block, save_stack_function)
3118 (save_stack_nonlocal): New targetm instruction patterns.
3119 * builtins.c (expand_builtin_apply): Use them instead of
3120 HAVE_*/gen_* interface.
3121 * explow.c (emit_stack_save, emit_stack_restore): Likewise.
3122
3123 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3124
3125 * target-insns.def (trap): New targetm instruction pattern.
3126 * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
3127 interface.
3128 * explow.c (allocate_dynamic_stack_space): Likewise.
3129 * ifcvt.c (find_if_header): Likewise.
3130
3131 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3132
3133 * target-insns.def (prefetch): New targetm instruction pattern.
3134 * tree-ssa-loop-prefetch.c: Include targeth.
3135 (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
3136 of HAVE_*/gen_* interface.
3137 * builtins.c (expand_builtin_prefetch): Likewise.
3138 * toplev.c (process_options): Likewise.
3139
3140 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3141
3142 * target-insns.def (untyped_call, untyped_return): New targetm
3143 instruction patterns.
3144 * builtins.c (expand_builtin_apply): Use them instead of
3145 HAVE_*/gen_* interface.
3146 (result_vector): Define unconditionally.
3147
3148 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3149
3150 * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
3151 (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
3152 (nonlocal_goto_receiver): New targetm instruction patterns.
3153 * builtins.c (expand_builtin_setjmp_setup): Use them instead
3154 of HAVE_*/gen_* interface.
3155 (expand_builtin_setjmp_receiver): Likewise.
3156 (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
3157 * except.c (expand_dw2_landing_pad_for_region): Likewise.
3158
3159 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3160
3161 * target.def: Add code_for_* hooks.
3162 * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
3163 * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
3164 * target-insns.def (casesi, tablejump): New targetm instruction
3165 patterns.
3166 * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
3167 (do_tablejump): Likewise.
3168 * stmt.c (expand_switch_as_decision_tree_p): Likewise.
3169 (expand_sjlj_dispatch_table): Likewise.
3170 * targhooks.c (default_case_values_threshold): Likewise.
3171
3172 2015-07-04 Sandra Loosemore <sandra@codesourcery.com>
3173
3174 * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
3175 Use rtx_insn * instead of rtx.
3176 (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
3177 (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
3178 (nios2_call_tls_get_addr): Likewise.
3179 (nios2_emit_expensive_div): Likewise.
3180 (nios2_emit_move_sequence): Change return type to bool.
3181 * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
3182 Change return type to bool.
3183
3184 2015-07-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
3185
3186 PR target/66747
3187 * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
3188
3189 2015-07-04 John David Anglin <danglin@gcc.gnu.org>
3190
3191 PR target/66114
3192 * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
3193 of register_operand. Remove constraint.
3194
3195 2015-07-04 Marc Glisse <marc.glisse@inria.fr>
3196
3197 * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
3198 the first argument.
3199
3200 2015-07-03 Paolo Carlini <paolo.carlini@oracle.com>
3201
3202 * attribs.c (decl_attributes): Guard inform with the return value
3203 of the preceding warning.
3204
3205 2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
3206
3207 * doc/invoke.texi (moverride): Move to correct section.
3208
3209 2015-07-03 Richard Biener <rguenther@suse.de>
3210
3211 * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
3212 Copy from tree.c
3213 (dt_operand::gen_gimple_expr): After valueizing operands
3214 re-canonicalize operand order for commutative tree codes.
3215
3216 2015-07-03 H.J. Lu <hongjiu.lu@intel.com>
3217
3218 PR target/66746.
3219 * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
3220 is defined.
3221 (__crc32w): Likewise.
3222 (__crc32d): Likewise.
3223 (__rdpmc): Likewise.
3224 (__rdtscp): Likewise.
3225 (_rdpmc): Likewise.
3226 (_rdtscp): Likewise.
3227 * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
3228 is defined.
3229
3230 2015-07-03 Richard Biener <rguenther@suse.de>
3231
3232 * fold-const.c (fold_mathfn_compare): Remove.
3233 (fold_inf_compare): Likewise.
3234 (fold_comparison): Move floating point comparison simplifications...
3235 * match.pd: ... to patterns here. Introduce simple_comparisons
3236 operator list and use it for patterns formerly in fold_comparison.
3237
3238 2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
3239
3240 PR tree-optimization/66119
3241 * toplev.c (process_options): Don't set up default values for
3242 the sra_max_scalarization_size_{speed,size} parameters.
3243 * tree-sra (analyze_all_variable_accesses): If no values
3244 have been set for the sra_max_scalarization_size_{speed,size}
3245 parameters, call get_move_ratio to get target defaults.
3246
3247 2015-07-03 Richard Biener <rguenther@suse.de>
3248
3249 * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
3250 * match.pd: ... here.
3251
3252 2015-07-03 Gerald Pfeifer <gerald@pfeifer.com>
3253
3254 PR target/37072
3255 * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
3256 is not actually the default on FreeBSD.
3257
3258 2015-07-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3259
3260 * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
3261 definition.
3262 (CMPGE_8HI): Likewise.
3263 (CMPGE_4SI): Likewise.
3264 (CMPGE_2DI): Likewise.
3265 (CMPGE_U16QI): Likewise.
3266 (CMPGE_U8HI): Likewise.
3267 (CMPGE_U4SI): Likewise.
3268 (CMPGE_U2DI): Likewise.
3269 (CMPLE_16QI): Likewise.
3270 (CMPLE_8HI): Likewise.
3271 (CMPLE_4SI): Likewise.
3272 (CMPLE_2DI): Likewise.
3273 (CMPLE_U16QI): Likewise.
3274 (CMPLE_U8HI): Likewise.
3275 (CMPLE_U4SI): Likewise.
3276 (CMPLE_U2DI): Likewise.
3277 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3278 overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
3279 ALTIVEC_BUILTIN_VEC_CMPLE.
3280 * config/rs6000/vector.md (vector_ge<mode>): Restrict to
3281 floating-point vector modes.
3282 (vector_nlt<mode>): New define_expand.
3283 (vector_nltu<mode>): Likewise.
3284 (vector_ngt<mode>): Likewise.
3285 (vector_ngtu<mode>): Likewise.
3286
3287 2015-07-02 Segher Boessenkool <segher@kernel.crashing.org>
3288
3289 PR rtl-optimization/66706
3290 * combine.c (make_compound_operation): If an AND of SUBREG of
3291 LSHIFTRT does not simplify, see if just the AND of SUBREG does.
3292
3293 2015-07-02 Alan Lawrence <alan.lawrence@arm.com>
3294
3295 * tree-pass.h (make_pass_ch_vect): New.
3296 * passes.def: Add pass_ch_vect just before pass_if_conversion.
3297
3298 * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
3299 pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
3300 make_pass_ch_vect): New.
3301 (pass_ch): Extend ch_base.
3302
3303 (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
3304 (ch_base::copy_headers): ...here.
3305
3306 2015-07-02 Richard Biener <rguenther@suse.de>
3307
3308 * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
3309 * fold-const.c (get_pointer_modulus_and_residue): Remove.
3310 (fold_binary_loc): Implement (T)ptr & CST in terms of
3311 get_pointer_alignment_1.
3312 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
3313 Make sure to build the alignment test on a SSA name without
3314 final alignment info valid only after the prologue.
3315
3316 2015-07-02 Hans-Peter Nilsson <hp@axis.com>
3317
3318 * config/cris/cris.md ("epilogue"): Remove condition.
3319 ("prologue"): Ditto.
3320
3321 2015-07-02 Richard Biener <rguenther@suse.de>
3322
3323 * tree-ssa-dom.c (build_and_record_new_cond): Add optional
3324 parameter to record a condition that is false.
3325 (record_conditions): When recording an extra NE_EXPR that is
3326 true also record a EQ_EXPR that is false.
3327
3328 2015-07-02 Bin Cheng <bin.cheng@arm.com>
3329
3330 * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
3331 (tree_ssa_iv_optimize_init): Initialize iv_obstack.
3332 (alloc_iv): New parameter. Allocate struct iv using obstack_alloc.
3333 (set_iv, find_interesting_uses_address, add_candidate_1): New
3334 argument to alloc_iv.
3335 (find_interesting_uses_op, find_interesting_uses_cond): Don't
3336 duplicate struct iv.
3337 (free_loop_data): Don't free struct iv explicitly.
3338 (tree_ssa_iv_optimize_finalize): Free iv_obstack.
3339
3340 2015-07-01 DJ Delorie <dj@redhat.com>
3341
3342 * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
3343 (LIB_SPEC): Add.
3344 (SUPPORTS_DISCRIMINATOR): Define.
3345
3346 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
3347
3348 PR bootstrap/66685
3349 * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
3350 there are no CALLs in the same pattern.
3351
3352 2015-07-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
3353
3354 PR rtl-optimization/61047
3355 * rtlanal.c (get_initial_register_offset): New function.
3356 (rtx_addr_can_trap_p_1): Check offsets of stack references.
3357
3358 2015-07-01 Richard Biener <rguenther@suse.de>
3359
3360 * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
3361 X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
3362 ~X CMP C -> X CMP' ~C to ...
3363 * match.pd: ... patterns here.
3364
3365 2015-07-01 Nick Clifton <nickc@redhat.com>
3366
3367 * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
3368 a 16-bit value into a 20-bit memory slot.
3369
3370 2015-07-01 Jiong Wang <jiong.wang@arm.com>
3371
3372 * doc/sourcebuild.texi (AArch64-specific attributes): Document
3373 "aarch64_tiny", "aarch64_small", "aarch64_large",
3374 "aarch64_little_endian", "aarch64_big_endian".
3375
3376 2015-07-01 Jiong Wang <jiong.wang@arm.com>
3377
3378 * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
3379 Document "aarch64_small_fpic".
3380
3381 2015-07-01 Jiong Wang <jiong.wang@arm.com>
3382
3383 * configure.ac: Add check for aarch64 assembler -fpic relocation
3384 modifier support.
3385 * configure: Regenerate.
3386 * config.in: Regenerate.
3387 * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
3388 to -fPIC if not support of -fpic relocation modifier in assembler.
3389
3390 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
3391
3392 PR bootstrap/66685
3393 * rtl.c (classify_insn): Handle returns in PARALLELs.
3394
3395 2015-07-01 Eric Botcazou <ebotcazou@adacore.com>
3396
3397 PR middle-end/66633
3398 * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
3399 to true if the function is nested and if not optimizing.
3400 (convert_local_omp_clauses): Initialize need_frame to true if the
3401 function contains nested functions and if not optimizing.
3402
3403 2015-07-01 Richard Biener <rguenther@suse.de>
3404
3405 * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
3406 (X & Y) ^ Y -> ~X & Y transforms to ...
3407 * match.pd: ... here.
3408
3409 2015-07-01 Richard Biener <rguenther@suse.de>
3410
3411 * genmatch.c (expr::gen_transform): Shortcut re-simplifying
3412 of converts to avoid uninteresting noise from the conversion
3413 simplifying patterns.
3414
3415 2015-06-30 Sandra Loosemore <sandra@codesourcery.com>
3416
3417 * config/c6x/c6x.c (try_rename_operands): Do not depend on
3418 gcc_assert evaluating its argument for side-effect.
3419
3420 2015-06-30 Kaz Kojima <kkojima@gcc.gnu.org>
3421
3422 PR target/64833
3423 * config/sh/sh.md (casesi_worker_1): Set length to 8 when
3424 flag_pic is set.
3425
3426 2015-06-30 Eric Botcazou <ebotcazou@adacore.com>
3427
3428 * lto-streamer-out.c (class DFS): Adjust hash_scc method.
3429 (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
3430 (hash_scc): Add this_ref_p and ref_p parameters and pass them
3431 to the inner DFS walk.
3432
3433 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
3434
3435 * target-insns.def (jump): New targetm instruction pattern.
3436 * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
3437 instead of gen_jump.
3438 (fix_up_crossing_landing_pad): Likewise.
3439 (add_labels_and_missing_jumps): Likewise.
3440 (fix_crossing_conditional_branches): Likewise.
3441 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
3442 (force_nonfallthru_and_redirect): Likewise.
3443 * cse.c (cse_insn): Likewise.
3444 * expmed.c (expand_divmod): Likewise.
3445 * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
3446 * haifa-sched.c (init_before_recovery): Likewise.
3447 (sched_create_recovery_edges): Likewise.
3448 * ifcvt.c (find_cond_trap): Likewise.
3449 * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
3450 (expand_float, expand_fix): Likewise.
3451 * stmt.c (emit_jump): Likewise.
3452
3453 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
3454
3455 * defaults.h (HAVE_load_multiple, gen_load_multiple)
3456 (HAVE_store_multiple, gen_store_multiple): Delete.
3457 * target-insns.def (load_multiple, store_multiple): New targetm
3458 instruction patterns.
3459 * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
3460 of HAVE_*/gen_* interface.
3461
3462 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
3463
3464 * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
3465 (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
3466 (gen_mem_signal_fence): Delete.
3467 * target-insns.def (mem_signal_fence, mem_thread_fence)
3468 (memory_barrier): New targetm instruction patterns.
3469 * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
3470 interface.
3471 (expand_mem_signal_fence): Likewise.
3472
3473 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
3474
3475 * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
3476 * target-insns.def (epilogue, prologue, sibcall_prologue): New
3477 targetm instruction patterns.
3478 * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
3479 interface.
3480 * calls.c (expand_call): Likewise.
3481 * cfgrtl.c (cfg_layout_finalize): Likewise.
3482 * df-scan.c (df_get_entry_block_def_set): Likewise.
3483 (df_get_exit_block_use_set): Likewise.
3484 * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
3485 * final.c (final_start_function): Likewise.
3486 * function.c (thread_prologue_and_epilogue_insns): Likewise.
3487 (reposition_prologue_and_epilogue_notes): Likewise.
3488 * reorg.c (find_end_label): Likewise.
3489 * toplev.c (process_options): Likewise.
3490
3491 2015-06-30 David Malcolm <dmalcolm@redhat.com>
3492
3493 * typed-splay-tree.h: New file.
3494
3495 2015-06-30 Vladimir Makarov <vmakarov@redhat.com>
3496
3497 PR debug/66691
3498 * lra-int.h (lra_substitute_pseudo): Add a parameter.
3499 (lra_substitute_pseudo_within_insn): Ditto.
3500 * lra.c (lra_substitute_pseudo): Add a parameter. Simplify subreg
3501 of constant.
3502 (lra_substitute_pseudo_within_insn): Add a parameter. Transfer it
3503 to lra_substitute_pseudo.
3504 * lra-lives.c (process_bb_lives): Add an argument to
3505 lra_substitute_pseudo_within_insn call.
3506 * lra-constraints.c (inherit_reload_reg, split_reg): Add an
3507 argument to lra_substitute_pseudo and
3508 lra_substitute_pseudo_within_insn calls.
3509 (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
3510
3511 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3512
3513 * configure: Regenerated.
3514
3515 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3516
3517 * config.gcc: Support i[34567]86-*-elfiamcu target.
3518 * config/i386/iamcu.h: New.
3519 * config/i386/i386.opt: Add -miamcu.
3520 * doc/invoke.texi: Document -miamcu.
3521 * common/config/i386/i386-common.c (ix86_handle_option): Turn
3522 off x87/MMX/SSE/AVX codegen for -miamcu.
3523 * config/i386/i386-c.c (ix86_target_macros_internal): Define
3524 __iamcu/__iamcu__ for -miamcu.
3525 * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
3526 to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
3527 (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
3528 * config/i386/i386.c (ix86_option_override_internal): Ignore and
3529 warn -mregparm for Intel MCU. Turn on -mregparm=3 for Intel
3530 MCU by default. Default long double to 64-bit for Intel MCU.
3531 Turn on -freg-struct-return for Intel MCU. Issue an error when
3532 -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
3533 AVX is turned on.
3534 (function_arg_advance_32): Pass value whose size is no larger
3535 than 8 bytes in registers for Intel MCU.
3536 (function_arg_32): Likewise.
3537 (ix86_return_in_memory): Return value whose size is no larger
3538 than 8 bytes in registers for Intel MCU.
3539 (iamcu_alignment): New function.
3540 (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
3541 true.
3542 (ix86_local_alignment): Don't increase alignment for Intel MCU.
3543 (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
3544 true.
3545
3546 2015-06-30 Marek Polacek <polacek@redhat.com>
3547
3548 * match.pd (X - (X / Y) * Y): Use convert1 and convert2. Convert
3549 both operands of the resulting expression.
3550
3551 * match.pd (~x | x): Don't use tree_nop_conversion_p. Build
3552 the final expression with the operand's type and then convert
3553 it to the type of the expression.
3554
3555 2015-06-30 Richard Biener <rguenther@suse.de>
3556
3557 * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
3558 ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
3559 (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
3560 * match.pd: ... to patterns here.
3561
3562 2015-06-30 Richard Biener <rguenther@suse.de>
3563
3564 PR tree-optimization/66704
3565 * tree-vect-data-refs.c (vect_setup_realignment): Use
3566 make_ssa_name for non-SSA name source.
3567
3568 2015-06-30 Jakub Jelinek <jakub@redhat.com>
3569
3570 PR middle-end/66702
3571 * omp-low.c (simd_clone_adjust): Handle addressable linear
3572 or uniform parameters or non-gimple type uniform parameters.
3573
3574 2015-06-30 Richard Biener <rguenther@suse.de>
3575
3576 * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
3577 ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
3578 ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
3579 * match.pd: ... here.
3580 Add a few cases of A - B -> A + (-B) when B "easily" negates.
3581 Move (x & y) | x -> x and friends before
3582 (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
3583
3584 2015-06-30 Eric Botcazou <ebotcazou@adacore.com>
3585
3586 * config/sparc/leon.md (leon_load): Enable for all LEON variants if
3587 -mfix-ut699 is not specified.
3588 (leon3_load): Rename into...
3589 (ut699_load): ...this. Enable for all LEON variants if -mfix-ut699
3590 is specified.
3591
3592 2015-06-30 Marek Polacek <polacek@redhat.com>
3593
3594 * fold-const.c (fold_binary_loc): Move ~X | X folding ...
3595 * match.pd: ... here.
3596
3597 2015-06-30 Richard Biener <rguenther@suse.de>
3598
3599 * target-insns.def (canonicalize_funcptr_for_compare): Add.
3600 * fold-const.c (build_range_check): Replace uses of
3601 HAVE_canonicalize_funcptr_for_compare.
3602 (fold_widened_comparison): Likewise.
3603 (fold_sign_changed_comparison): Likewise.
3604 * dojump.c: Include "target.h".
3605 (do_compare_and_jump): Replace uses of
3606 HAVE_canonicalize_funcptr_for_compare and
3607 gen_canonicalize_funcptr_for_compare.
3608 * expr.c (do_store_flag): Likewise.
3609
3610 2015-06-30 Tom de Vries <tom@codesourcery.com>
3611
3612 PR tree-optimization/66652
3613 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
3614 max_loop_iterations to determine if nit + 1 overflows.
3615
3616 2015-06-30 Richard Biener <rguenther@suse.de>
3617
3618 * tree-vrp.c (register_edge_assert_for_2): Also register
3619 asserts for dominating conversion results.
3620
3621 2015-06-30 Bin Cheng <bin.cheng@arm.com>
3622
3623 * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
3624 field in struct iv.
3625
3626 2015-06-29 Jack Howarth <howarth.at.gcc@gmail.com>
3627
3628 PR target/66509
3629 * configure.ac: Fix filds and fildq test for 64-bit.
3630 * configure: Regenerated.
3631
3632 2015-06-29 Nathan Sidwell <nathan@codesourcery.com>
3633
3634 * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
3635 (nvptx_reorg): Here. Keep the non-subreg pieces.
3636
3637 2015-06-29 H.J. Lu <hongjiu.lu@intel.com>
3638
3639 * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
3640 PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
3641
3642 2015-06-29 Uros Bizjak <ubizjak@gmail.com>
3643
3644 * config/i386/i386.md (*jcc_1): Use %! in asm template.
3645 Set attribute "length_nobnd" instead of "length".
3646 (*jcc_2): Ditto.
3647 (jump): Ditto.
3648 (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
3649
3650 2015-06-29 Sandra Loosemore <sandra@codesourcery.com>
3651
3652 * config/nios2/nios2.c (nios2_delegitimize_address): Make
3653 assert less restrictive.
3654
3655 2015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
3656
3657 PR fortran/66605
3658 * cgraphunit.c (cgraph_node::finalize_function): Do not call
3659 do_warn_unused_parameter.
3660 * function.c (do_warn_unused_parameter): Move from here.
3661 * function.h (do_warn_unused_parameter): Do not declare.
3662
3663 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
3664
3665 PR target/65697
3666 * gcc.target/arm/armv-sync-comp-swap.c: New.
3667 * gcc.target/arm/armv-sync-op-acquire.c: New.
3668 * gcc.target/arm/armv-sync-op-full.c: New.
3669 * gcc.target/arm/armv-sync-op-release.c: New.
3670
3671 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
3672
3673 PR target/65697
3674 * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
3675 initial acquire barrier with final barrier.
3676
3677 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
3678
3679 PR target/65697
3680 * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
3681 initial acquire barrier with final barrier.
3682
3683 2015-06-29 Richard Henderson <rth@redhat.com>
3684
3685 * config/i386/constraints.md (Bf): New constraint.
3686 * config/i386/i386-c.c (ix86_target_macros): Define
3687 __GCC_ASM_FLAG_OUTPUTS__.
3688 * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
3689 as flags outputs.
3690 * doc/extend.texi (FlagOutputOperands): Document them.
3691
3692 2015-06-29 Jiong Wang <jiong.wang@arm.com>
3693
3694 * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
3695 * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
3696 unspec name.
3697 (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
3698 * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
3699 SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
3700 (aarch64_symbol_context): Ditto.
3701 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
3702 and use new pattern name.
3703 (aarch64_expand_mov_immediate): Ditto.
3704 (aarch64_print_operand): Ditto.
3705 (aarch64_classify_tls_symbol): Ditto.
3706
3707 2015-06-29 Marek Polacek <polacek@redhat.com>
3708 Marc Glisse <marc.glisse@inria.fr>
3709
3710 * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
3711 * match.pd: ... pattern here.
3712
3713 2015-06-29 Tom de Vries <tom@codesourcery.com>
3714
3715 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
3716 function structure.
3717
3718 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
3719
3720 * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
3721 feature description, split out the native option, add a link to
3722 the feature documentation, rearrange and slightly rewrite text.
3723 (Aarch64 options, -mcpu): Likewise.
3724 (Aarch64 options, Feature Modifiers): Add an anchor. Mention
3725 +rdma implies Adv. SIMD.
3726
3727 2015-06-29 Marek Polacek <polacek@redhat.com>
3728
3729 PR c/66322
3730 * function.c (stack_protect_epilogue): Remove a cast to int.
3731 * doc/invoke.texi: Update -Wswitch-bool description.
3732
3733 2015-06-29 Richard Biener <rguenther@suse.de>
3734
3735 * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
3736 * fold-const.c (fold_binary_loc): Move &A - &B simplification
3737 via ptr_difference_const ...
3738 * match.pd: ... here.
3739 When matching (X ^ Y) == Y also match with swapped operands.
3740
3741 2015-06-29 Richard Biener <rguenther@suse.de>
3742
3743 * lto-streamer.h (LTO_major_version): Bump to 5.
3744
3745 2015-06-29 Richard Biener <rguenther@suse.de>
3746
3747 PR tree-optimization/66677
3748 * tree-vect-stmts.c (vect_transform_stmt): Make assert about
3749 STMT_VINFO_VEC_STMT clobbering less strict.
3750
3751 2015-06-29 Kugan Vivekanandarajah <kuganv@linaro.org>
3752
3753 PR middle-end/64130
3754 * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
3755 division, compute max and min when value ranges for dividend and
3756 divisor are available.
3757
3758 2015-06-28 Chung-Lin Tang <cltang@codesourcery.com>
3759 Sandra Loosemore <sandra@codesourcery.com>
3760
3761 * regrename.h (regrename_do_replace): Change to return bool.
3762 * regrename.c (rename_chains): Check return value of
3763 regname_do_replace.
3764 (regrename_do_replace): Re-validate the modified insns and
3765 return bool status.
3766 * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
3767 Update to match rename_chains changes.
3768 * config/c6x/c6x.c (try_rename_operands): Assert that
3769 regrename_do_replace returns true.
3770
3771 2015-06-28 Uros Bizjak <ubizjak@gmail.com>
3772
3773 * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
3774 operand 2 here. Use copy_addr_to_reg to copy non-index
3775 register operand 2 to a temporary.
3776 (<mode>_stx): Ditto for operand 1.
3777 (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
3778 * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
3779 (ix86_store_bounds): Ditto.
3780
3781 2015-06-27 Patrick Palka <ppalka@gcc.gnu.org>
3782
3783 * print-tree.c (print_node) [TREE_VEC]: Print its length.
3784
3785 2015-06-26 Andrew MacLeod <amacleod@redhat.com>
3786
3787 * gimple.c (gimple_call_set_fndecl): Remove.
3788 * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
3789 build1_loc directly instead of build_fold_addr_expr_loc.
3790
3791 2015-06-26 Richard Sandiford <richard.sandiford@arm.com>
3792
3793 * hash-map.h (hash_map::traverse): Use the definition of the
3794 Key typedef rather than the typedef itself.
3795
3796 2015-06-26 Martin Jambor <mjambor@suse.cz>
3797
3798 PR debug/66301
3799 * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
3800 NULL instead of calling dump_enabled_p.
3801
3802 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
3803
3804 * config/aarch64/aarch64.opt: (override): New.
3805 * doc/invoke.texi (override): Document.
3806 * config/aarch64/aarch64.c (aarch64_flag_desc): New
3807 (aarch64_fusible_pairs): Likewise.
3808 (aarch64_tuning_flags): Likewise.
3809 (aarch64_tuning_override_function): Likewise.
3810 (aarch64_tuning_override_functions): Likewise.
3811 (aarch64_parse_one_option_token): Likewise.
3812 (aarch64_parse_boolean_options): Likewise.
3813 (aarch64_parse_fuse_string): Likewise.
3814 (aarch64_parse_tune_string): Likewise.
3815 (aarch64_parse_one_override_token): Likewise.
3816 (aarch64_parse_override_string): Likewise.
3817 (aarch64_override_options): Parse the -override string if it
3818 is present.
3819
3820 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
3821
3822 * config/aarch64/aarch64-protos.h (tune_params): Remove
3823 const from members.
3824 (aarch64_tune_params): Remove const, change to no longer be
3825 a pointer.
3826 * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
3827 change to no longer be a pointer, initialize to generic_tunings.
3828 (aarch64_min_divisions_for_recip_mul): Change dereference of
3829 aarch64_tune_params to member access.
3830 (aarch64_reassociation_width): Likewise.
3831 (aarch64_rtx_mult_cost): Likewise.
3832 (aarch64_address_cost): Likewise.
3833 (aarch64_branch_cost): Likewise.
3834 (aarch64_rtx_costs): Likewise.
3835 (aarch64_register_move_cost): Likewise.
3836 (aarch64_memory_move_cost): Likewise.
3837 (aarch64_sched_issue_rate): Likewise.
3838 (aarch64_builtin_vectorization_cost): Likewise.
3839 (aarch64_override_options): Take a copy of the selected tuning
3840 struct in to aarch64_tune_params, rather than just setting
3841 a pointer, change dereferences of aarch64_tune_params to member
3842 accesses.
3843 (aarch64_override_options_after_change): Change dereferences of
3844 aarch64_tune_params to member access.
3845 (aarch64_macro_fusion_p): Likewise.
3846 (aarch_macro_fusion_pair_p): Likewise.
3847 * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
3848
3849 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
3850
3851 * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
3852 (aarch64_tune_flags): Likewise.
3853 (AARCH64_TUNE_FMA_STEERING): Likewise.
3854 * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
3855 to AARCH64_FL_USE_FMA_STEERING_PASS.
3856 (cortex-a57.cortex-a53): Likewise.
3857 (cortex-a72): Use cortexa72_tunings.
3858 (cortex-a72.cortex-a53): Likewise.
3859 (exynos-m1): Likewise.
3860 * config/aarch64/aarch64-protos.h (tune_params): Add
3861 a field: extra_tuning_flags.
3862 * config/aarch64/aarch64-tuning-flags.def: New.
3863 * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
3864 (aarch64_extra_tuning_flags): Likewise.
3865 (aarch64_tune_params): Declare here.
3866 * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
3867 (cortexa53_tunings): Likewise.
3868 (cortexa57_tunings): Likewise.
3869 (thunderx_tunings): Likewise.
3870 (xgene1_tunings): Likewise.
3871 (cortexa72_tunings): New.
3872 * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
3873 (gate): Check against aarch64_tune_params.
3874 * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
3875 aarch64-protos.h.
3876
3877 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
3878
3879 * config/aarch64/aarch64-fusion-pairs.def: New.
3880 * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
3881 * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
3882 aarch64_fusion_pairs.
3883 (AARCH64_FUSE_MOV_MOVK): Likewise.
3884 (AARCH64_FUSE_ADRP_ADD): Likewise.
3885 (AARCH64_FUSE_MOVK_MOVK): Likewise.
3886 (AARCH64_FUSE_ADRP_LDR): Likewise.
3887 (AARCH64_FUSE_CMP_BRANCH): Likewise.
3888
3889 2015-06-26 Jiong Wang <jiong.wang@arm.com>
3890
3891 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
3892 SYMBOL_SMALL_GOT_28K.
3893 * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
3894 relocation modifiers.
3895 (unspec): New enum "UNSPEC_GOTMALLPIC28K.
3896 (ldr_got_small_28k_<mode>): New.
3897 (ldr_got_small_28k_sidi): New.
3898 * config/aarch64/iterators.md (got_modifier): New mode iterator.
3899 * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
3900 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
3901 SYMBOL_SMALL_GOT_28K.
3902 (aarch64_rtx_costs): Add costs for new instruction sequences.
3903 (initialize_aarch64_code_model): Initialize new model.
3904 (aarch64_classify_symbol): Recognize new model and new symbol classification.
3905 (aarch64_asm_preferred_eh_data_format): Support new model.
3906 (aarch64_load_symref_appropriately): Generate new instruction
3907 sequences for -fpic.
3908 (TARGET_USE_PSEUDO_PIC_REG): New definition.
3909 (aarch64_use_pseudo_pic_reg): New function.
3910
3911 2015-06-26 Jiong Wang <jiong.wang@arm.com>
3912
3913 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
3914 SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
3915 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
3916 (aarch64_expand_mov_immediate): Ditto.
3917 (aarch64_print_operand): Ditto.
3918 (aarch64_classify_symbol): Ditto.
3919
3920 2015-06-26 Nathan Sidwell <nathan@codesourcery.com>
3921
3922 * config/nvptx/nvptx.md (call_operation): Remove unused variables.
3923
3924 2015-06-26 Bin Cheng <bin.cheng@arm.com>
3925
3926 PR bootstrap/66638
3927 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
3928 assertion failed. Remove assertion itself.
3929
3930 2015-06-26 Richard Biener <rguenther@suse.de>
3931
3932 * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
3933 and -A CMP CST -> A CMP -CST which is redundant with a pattern
3934 in match.pd.
3935 Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
3936 (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
3937 (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
3938 * match.pd: ... patterns here.
3939
3940 2015-06-26 Marek Polacek <polacek@redhat.com>
3941
3942 * match.pd ((x | y) & ~(x & y) -> x ^ y,
3943 (x | y) & (~x ^ y) -> x & y): New patterns.
3944
3945 2015-06-26 Richard Sandiford <richard.sandiford@arm.com>
3946
3947 * rtl.h (emit): Add an optional boolean parameter to control
3948 whether barriers are emitted.
3949 * emit-rtl.c (emit): Likewise.
3950 * gensupport.c (get_emit_function): Return null rather than "emit".
3951 * genemit.c (gen_emit_seq): Handle the null return value.
3952 Don't emit barriers after the final instruction in the sequence.
3953 * gentarget-def.c (main): Don't emit barriers after the instruction.
3954
3955 2015-06-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3956
3957 * config/arm/arm.c (arm_output_multireg_pop): Fix use of
3958 TARGET_UNIFIED_ASM.
3959
3960 2015-06-26 Richard Biener <rguenther@suse.de>
3961
3962 * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
3963
3964 2015-06-26 Richard Biener <rguenther@suse.de>
3965
3966 * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
3967 irrespective on whether the inner operation has a single use
3968 of both off are constant.
3969
3970 2015-06-26 Uros Bizjak <ubizjak@gmail.com>
3971 Segher Boessenkool <segher@kernel.crashing.org>
3972
3973 PR target/66412
3974 * config/i386/i386.md (various splitters): Use shallow_copy_rtx
3975 before doing PUT_MODE or PUT_CODE on operands to avoid
3976 in-place RTX modification.
3977
3978 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
3979
3980 * gentarget-def.c (def_target_insn): Cast return of strtol to
3981 unsigned int.
3982
3983 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
3984
3985 * gimple.h (gimple_call_set_fn): Move inline function.
3986 * gimple.c (gimple_call_set_fn): Relocate here.
3987
3988 2015-06-25 Oleg Endo <olegendo@gcc.gnu.org>
3989
3990 PR target/65979
3991 PR target/66611
3992 * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
3993 the replacement insn will work.
3994
3995 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
3996
3997 * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
3998 by default.
3999
4000 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4001
4002 * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
4003 * cgraph.h: Include ipa-ref.h and plugin-api.h.
4004 (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
4005 (symtab_node::address_can_be_compared_p): Move function.
4006 * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
4007 definition here.
4008 * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
4009 * auto-profile.c: Likewise.
4010 * bb-reorder.c: Likewise.
4011 * builtins.c: Likewise.
4012 * calls.c: Likewise.
4013 * cfgexpand.c: Likewise.
4014 * cgraphbuild.c: Likewise.
4015 * cgraphclones.c: Likewise.
4016 * cgraphunit.c: Likewise.
4017 * combine.c: Likewise.
4018 * coverage.c: Likewise.
4019 * data-streamer-in.c: Likewise.
4020 * data-streamer-out.c: Likewise.
4021 * data-streamer.c: Likewise.
4022 * dbxout.c: Likewise.
4023 * dwarf2out.c: Likewise.
4024 * except.c: Likewise.
4025 * expr.c: Likewise.
4026 * final.c: Likewise.
4027 * fold-const.c: Likewise.
4028 * ggc-page.c: Likewise.
4029 * gimple-fold.c: Likewise.
4030 * gimple-iterator.c: Likewise.
4031 * gimple-pretty-print.c: Likewise.
4032 * gimple-streamer-in.c: Likewise.
4033 * gimple-streamer-out.c: Likewise.
4034 * gimple.c: Likewise.
4035 * gimplify.c: Likewise.
4036 * ipa-chkp.c: Likewise.
4037 * ipa-comdats.c: Likewise.
4038 * ipa-cp.c: Likewise.
4039 * ipa-devirt.c: Likewise.
4040 * ipa-icf-gimple.c: Likewise.
4041 * ipa-icf.c: Likewise.
4042 * ipa-inline-analysis.c: Likewise.
4043 * ipa-inline-transform.c: Likewise.
4044 * ipa-inline.c: Likewise.
4045 * ipa-polymorphic-call.c: Likewise.
4046 * ipa-profile.c: Likewise.
4047 * ipa-prop.c: Likewise.
4048 * ipa-pure-const.c: Likewise.
4049 * ipa-ref.c: Likewise.
4050 * ipa-reference.c: Likewise.
4051 * ipa-split.c: Likewise.
4052 * ipa-utils.c: Likewise.
4053 * ipa-visibility.c: Likewise.
4054 * ipa.c: Likewise.
4055 * langhooks.c: Likewise.
4056 * lto-cgraph.c: Likewise.
4057 * lto-compress.c: Likewise.
4058 * lto-opts.c: Likewise.
4059 * lto-section-in.c: Likewise.
4060 * lto-section-out.c: Likewise.
4061 * lto-streamer-in.c: Likewise.
4062 * lto-streamer-out.c: Likewise.
4063 * lto-streamer.c: Likewise.
4064 * omp-low.c: Likewise.
4065 * opts-global.c: Likewise.
4066 * passes.c: Likewise.
4067 * predict.c: Likewise.
4068 * print-tree.c: Likewise.
4069 * profile.c: Likewise.
4070 * ree.c: Likewise.
4071 * sanopt.c: Likewise.
4072 * stor-layout.c: Likewise.
4073 * symtab.c: Likewise.
4074 * toplev.c: Likewise.
4075 * trans-mem.c: Likewise.
4076 * tree-cfg.c: Likewise.
4077 * tree-chkp.c: Likewise.
4078 * tree-eh.c: Likewise.
4079 * tree-emutls.c: Likewise.
4080 * tree-inline.c: Likewise.
4081 * tree-nested.c: Likewise.
4082 * tree-parloops.c: Likewise.
4083 * tree-pretty-print.c: Likewise.
4084 * tree-profile.c: Likewise.
4085 * tree-sra.c: Likewise.
4086 * tree-ssa-alias.c: Likewise.
4087 * tree-ssa-live.c: Likewise.
4088 * tree-ssa-loop-ivcanon.c: Likewise.
4089 * tree-ssa-loop-ivopts.c: Likewise.
4090 * tree-ssa-pre.c: Likewise.
4091 * tree-ssa-sccvn.c: Likewise.
4092 * tree-ssa-strlen.c: Likewise.
4093 * tree-ssa-structalias.c: Likewise.
4094 * tree-streamer-in.c: Likewise.
4095 * tree-streamer-out.c: Likewise.
4096 * tree-streamer.c: Likewise.
4097 * tree-switch-conversion.c: Likewise.
4098 * tree-tailcall.c: Likewise.
4099 * tree-vect-data-refs.c: Likewise.
4100 * tree-vect-stmts.c: Likewise.
4101 * tree-vectorizer.c: Likewise.
4102 * tree.c: Likewise.
4103 * tsan.c: Likewise.
4104 * ubsan.c: Likewise.
4105 * value-prof.c: Likewise.
4106 * varasm.c: Likewise.
4107 * varpool.c: Likewise.
4108 * config/arm/arm.c: Likewise.
4109 * config/bfin/bfin.c: Likewise.
4110 * config/c6x/c6x.c: Likewise.
4111 * config/cris/cris.c: Likewise.
4112 * config/darwin-c.c: Likewise.
4113 * config/darwin.c: Likewise.
4114 * config/i386/i386.c: Likewise.
4115 * config/i386/winnt.c: Likewise.
4116 * config/microblaze/microblaze.c: Likewise.
4117 * config/mips/mips.c: Likewise.
4118 * config/rs6000/rs6000.c: Likewise.
4119 * config/rx/rx.c: Likewise.
4120 * config/s390/s390.c: Likewise.
4121 * config/tilegx/mul-tables.c: Likewise.
4122
4123 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4124
4125 * config/aarch64/aarch64.c, config/alpha/alpha.c,
4126 config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
4127 config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
4128 config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
4129 config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
4130 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
4131 config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
4132 config/microblaze/microblaze.c, config/mips/mips.c,
4133 config/mmix/mmix.c, config/mn10300/mn10300.c,
4134 config/moxie/moxie.c, config/msp430/msp430.c,
4135 config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
4136 config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
4137 config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
4138 config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
4139 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
4140 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
4141 config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
4142 target-def.h include.
4143 * config/ft32/ft32.c: Likewise. Fix misapplied hunk.
4144
4145 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4146
4147 * Makefile.in (TARGET_DEF): Add target-insns.def.
4148 (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
4149 (build/gentarget-def.o): New rule.
4150 (genprogrtl): Add target-def.
4151 * target-insns.def, gentarget-def.c: New files.
4152 * target.def: Add targetm.have_* and targetm.gen_* hooks,
4153 based on the contents of target-insns.def.
4154 * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
4155 (HAVE_return, gen_return): Delete.
4156 * target-def.h: Include insn-target-def.h.
4157 * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
4158 instead of direct calls. Rely on them to do the appropriate assertions.
4159 * function.c (gen_return_pattern): Likewise. Return an rtx_insn *.
4160 (convert_jumps_to_returns): Use targetm interface instead of
4161 direct calls.
4162 (thread_prologue_and_epilogue_insns): Likewise.
4163 * reorg.c (find_end_label, dbr_schedule): Likewise.
4164 * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
4165 * shrink-wrap.c (convert_to_simple_return): Likewise.
4166 (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
4167
4168 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4169
4170 * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
4171 config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
4172 config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
4173 config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
4174 config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
4175 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
4176 config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
4177 config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
4178 config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
4179 config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
4180 config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
4181 config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
4182 config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
4183 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
4184 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
4185 config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
4186 includes to end.
4187
4188 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4189
4190 * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
4191 (unbounded_int_hashmap_traits::key_type): Likewise.
4192 * hash-map.h (hash_map): Get the key type from the traits.
4193 * hash-traits.h (default_hash_traits): By default, inherit from the
4194 template parameter.
4195 * alias.c (alias_set_traits): Delete.
4196 (alias_set_entry_d::children): Use alias_set_hash as the first
4197 template parameter.
4198 (record_alias_subset): Update accordingly.
4199 * except.c (tree_hash_traits): Delete.
4200 (type_to_runtime_map): Use tree_hash as the first template parameter.
4201 (init_eh): Update accordingly.
4202 * genmatch.c (capture_id_map_hasher): Delete.
4203 (cid_map_t): Use nofree_string_hash as first template parameter.
4204 * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
4205 * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
4206 Use symbol_compare_hash as the first template parameter in
4207 subdivide_hash_map.
4208 * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
4209 (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
4210 template parameter.
4211 * passes.c (pass_registry_hasher): Delete.
4212 (name_to_pass_map): Use nofree_string_hash as the first template
4213 parameter.
4214 (register_pass_name): Update accordingly.
4215 * sanopt.c (sanopt_tree_map_traits): Delete.
4216 (sanopt_tree_triplet_map_traits): Delete.
4217 (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
4218 template parameter.
4219 (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
4220 the first template parameter.
4221 * sese.c (rename_map_hasher): Delete.
4222 (rename_map_type): Use tree_ssa_name_hash as the first template
4223 parameter.
4224 * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
4225 (function_summary::m_map): Use map_hash as the first template
4226 parameter.
4227 (function_summary::release): Update accordingly.
4228 * tree-if-conv.c (phi_args_hash_traits): Delete.
4229 (predicate_scalar_phi): Use tree_operand_hash as the first template
4230 parameter to phi_arg_map.
4231 * tree-inline.h (dependence_hasher): Delete.
4232 (copy_body_data::dependence_map): Use dependence_hash as the first
4233 template parameter.
4234 * tree-inline.c (remap_dependence_clique): Update accordingly.
4235 * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
4236 (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
4237 parameter.
4238 (addr_stridxptr): Update accordingly.
4239 * value-prof.c (profile_id_traits): Delete.
4240 (cgraph_node_map): Use profile_id_hash as the first template
4241 parameter.
4242 (init_node_map): Update accordingly.
4243 * config/alpha/alpha.c (string_traits): Delete.
4244 (machine_function::links): Use nofree_string_hash as the first
4245 template parameter.
4246 (alpha_use_linkage, alpha_write_linkage): Update accordingly.
4247 * config/m32c/m32c.c (pragma_traits): Delete.
4248 (pragma_htab): Use nofree_string_hash as the first template parameter.
4249 (m32c_note_pragma_address): Update accordingly.
4250 * config/mep/mep.c (pragma_traits): Delete.
4251 (pragma_htab): Use nofree_string_hash as the first template parameter.
4252 (mep_note_pragma_flag): Update accordingly.
4253 * config/mips/mips.c (mips16_flip_traits): Delete.
4254 (mflip_mips16_htab): Use nofree_string_hash as the first template
4255 parameter.
4256 (mflip_mips16_use_mips16_p): Update accordingly.
4257 (local_alias_traits): Delete.
4258 (mips16_local_aliases): Use nofree_string_hash as the first template
4259 parameter.
4260 (mips16_local_alias): Update accordingly.
4261
4262 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4263
4264 * hash-map-traits.h (default_hashmap_traits): Delete.
4265
4266 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4267
4268 * hash-map-traits.h (unbounded_hashmap_traits): New class.
4269 (unbounded_int_hashmap_traits): Likewise.
4270 * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
4271
4272 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4273
4274 * ipa-icf.h (symbol_compare_hash): New class.
4275 (symbol_compare_hashmap_traits): Use it.
4276 * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
4277 (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
4278 (mem_alloc_description::reverse_mem_map_t): Remove redundant
4279 default_hashmap_traits.
4280 * sanopt.c (sanopt_tree_triplet_hash): New class.
4281 (sanopt_tree_triplet_map_traits): Use it.
4282
4283 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4284
4285 * gengtype-parse.c (require_template_declaration): Allow '+' in
4286 template parameters. Consolidate cases.
4287 * hash-traits.h (int_hash): New class.
4288 * alias.c (alias_set_hash): New structure.
4289 (alias_set_traits): Use it.
4290 * symbol-summary.h (function_summary::map_hash): New class.
4291 (function_summary::summary_hashmap_traits): Use it.
4292 * tree-inline.h (dependence_hash): New class.
4293 (dependence_hasher): Use it.
4294 * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
4295 * value-prof.c (profile_id_hash): New class.
4296 (profile_id_traits): Use it.
4297
4298 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4299
4300 * config/mips/mips.c (mips16_flip_traits): Use it.
4301 (local_alias_traits, mips16_local_aliases): Convert from a map of
4302 rtxes to a map of symbol names.
4303 (mips16_local_alias): Update accordingly.
4304
4305 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4306
4307 * hash-traits.h (string_hash, nofree_string_hash): New classes.
4308 * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
4309 * passes.c (pass_registry_hasher): Likewise.
4310 * config/alpha/alpha.c (string_traits): Likewise.
4311 * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
4312 * config/m32c/m32c.c (pragma_traits): Likewise.
4313 * config/mep/mep.c (pragma_traits): Likewise.
4314
4315 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4316
4317 * tree-hash-traits.h (tree_hash): New class.
4318 * except.c: Include tree-hash-traits.h.
4319 (tree_hash_traits): Use tree_hash.
4320
4321 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4322
4323 * tree-hash-traits.h (tree_ssa_name_hasher): New class.
4324 * sese.c: Include tree-hash-traits.h.
4325 (rename_map_hasher): Use tree_ssa_name_hasher.
4326
4327 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4328
4329 * tree-hash-traits.h (tree_decl_hash): New class.
4330 * tree-ssa-strlen.c: Include tree-hash-traits.h.
4331 (stridxlist_hash_traits): Use tree_decl_hash.
4332
4333 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4334
4335 * tree-hash-traits.h: New file.
4336 (tree_operand_hash): New class.
4337 * sanopt.c: Include tree-hash-traits.h.
4338 (sanopt_tree_map_traits): Use tree_operand_hash.
4339 * tree-if-conv.c: Include tree-hash-traits.h.
4340 (phi_args_hash_traits): Use tree_operand_hash.
4341 * tree-ssa-uncprop.c: Include tree-hash-traits.h.
4342 (val_ssa_equiv_hash_traits): Use tree_operand_hash.
4343
4344 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4345
4346 * hash-map-traits.h: Include hash-traits.h.
4347 (simple_hashmap_traits): New class.
4348 * mem-stats.h (hash_map): Change the default traits to
4349 simple_hashmap_traits<default_hash_traits<Key> >.
4350
4351 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4352
4353 * hash-table.h: Update comments.
4354
4355 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4356
4357 * hash-traits.h (default_hash_traits): New structure.
4358 * hash-set.h (default_hashset_traits): Delete.
4359 (hash_set): Use default_hash_traits<Key> instead of
4360 default_hashset_traits. Delete hash_entry type and use Key directly.
4361 * ipa-devirt.c (pair_traits): Delete.
4362 (default_hash_traits <type_pair>): Override.
4363 (odr_subtypes_equivalent_p): Remove pair_types template parameter.
4364 (odr_types_equivalent_p, add_type_duplicate): Likewise.
4365
4366 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4367
4368 * hash-traits.h (typed_noop_remove): Don't require a pointer type.
4369
4370 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4371
4372 * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
4373 (has_is_empty, is_empty_helper): Delete.
4374 (has_mark_deleted, mark_deleted_helper): Delete.
4375 (has_mark_empty, mark_empty_helper): Delete.
4376 (hash_table::is_deleted): Call the Descriptor unconditionally.
4377 (hash_table::is_empty): Likewise.
4378 (hash_table::mark_deleted): Likewise.
4379 (hash_table::mark_empty): Likewise.
4380
4381 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4382
4383 * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash. Remove
4384 redundant typedefs and members.
4385 * coverage.c (counts_entry): Inherit from pointer_hash. Remove
4386 redundant typedefs.
4387 * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
4388 * ipa-devirt.c (odr_name_hasher): Likewise.
4389 (polymorphic_call_target_hasher): Likewise.
4390 * ira-costs.c (cost_classes_hasher): Likewise.
4391 * statistics.c (stats_counter_hasher): Likewise.
4392 * trans-mem.c (log_entry_hasher): Likewise.
4393 * tree-ssa-dom.c (expr_elt_hasher): Likewise.
4394 * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
4395 * tree-ssa-tail-merge.c (same_succ_def): Likewise.
4396 * var-tracking.c (variable_hasher): Likewise.
4397 * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
4398 Remove redundant typedefs and members.
4399
4400 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4401
4402 * hash-traits.h (ggc_cache_hasher): Rename to...
4403 (ggc_cache_remove): ...this and remove typedefs.
4404 (ggc_cache_ptr_hash): New class.
4405 * hash-table.h: Update commentary.
4406 * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
4407 rather than ggc_cache_hasher.
4408 (const_wide_int_hasher, reg_attr_hasher): Likewise.
4409 (const_double_hasher, const_fixed_hasher): Likewise.
4410 * function.c (insn_cache_hasher): Likewise.
4411 * trans-mem.c (tm_wrapper_hasher): Likewise.
4412 * tree.h (tree_decl_map_cache_hasher): Likewise.
4413 * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
4414 (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
4415 * ubsan.c (tree_type_map_cache_hasher): Likewise.
4416 * varasm.c (tm_clone_hasher): Likewise.
4417 * config/i386/i386.c (dllimport_hasher): Likewise.
4418 * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
4419 (tree_hasher): Likewise.
4420
4421 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4422
4423 * hash-traits.h (ggc_hasher): Rename to...
4424 (ggc_remover): ...this and remove typedefs.
4425 (ggc_cache_hasher): Update accordingly. Add typedefs.
4426 (ggc_ptr_hash): New class.
4427 * hash-table.h: Update comment.
4428 * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
4429 ggc_hasher.
4430 * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
4431 (tree_descriptor_hasher): Likewise.
4432 * cgraph.c (function_version_hasher): Likewise.
4433 * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
4434 (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
4435 (dw_loc_list_hasher, addr_hasher): Likewise.
4436 * function.h (used_type_hasher): Likewise.
4437 * function.c (temp_address_hasher): Likewise.
4438 * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
4439 * libfuncs.h (libfunc_hasher): Likewise.
4440 * lto-streamer.h (decl_state_hasher): Likewise.
4441 * optabs.c (libfunc_decl_hasher): Likewise.
4442 * tree-scalar-evolution.c (scev_info_hasher): Likewise.
4443 * varasm.c (section_hasher, object_block_hasher): Likewise.
4444 (const_rtx_desc_hasher): Likewise.
4445 * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
4446 * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
4447
4448 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4449
4450 * hash-traits.h (free_ptr_hash): New class.
4451 * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
4452 rather than typed_free_remove. Remove redudant typedefs.
4453 (external_ref_hasher): Likewise.
4454 * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
4455 (ehspec_hasher): Likewise.
4456 * ggc-common.c (saving_hasher): Likewise.
4457 * gimplify.c (gimplify_hasher): Likewise.
4458 * haifa-sched.c (delay_i2_hasher): Likewise.
4459 * loop-invariant.c (invariant_expr_hasher): Likewise.
4460 * loop-iv.c (biv_entry_hasher): Likewise.
4461 * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
4462 * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
4463 * tree-cfg.c (locus_discrim_hasher): Likewise.
4464 * tree-eh.c (finally_tree_hasher): Likewise.
4465 * tree-into-ssa.c (var_info_hasher): Likewise.
4466 * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
4467 * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
4468 * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
4469 * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
4470 * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
4471 * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
4472 (shared_bitmap_hasher): Likewise.
4473 * tree-ssa-threadupdate.c (redirection_data): Likewise.
4474 * tree-vectorizer.h (peel_info_hasher): Likewise.
4475 * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
4476 * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
4477
4478 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4479
4480 * hash-table.h: Update comments.
4481 * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
4482 (nofree_ptr_hash): New class.
4483 * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
4484 than typed_noop_remove. Remove redudant typedefs.
4485 * attribs.c (attribute_hasher): Likewise.
4486 * cfg.c (bb_copy_hasher): Likewise.
4487 * cselib.c (cselib_hasher): Likewise.
4488 * dse.c (invariant_group_base_hasher): Likewise.
4489 * dwarf2cfi.c (trace_info_hasher): Likewise.
4490 * dwarf2out.c (macinfo_entry_hasher): Likewise.
4491 (comdat_type_hasher, loc_list_hasher): Likewise.
4492 * gcse.c (pre_ldst_expr_hasher): Likewise.
4493 * genmatch.c (id_base): Likewise.
4494 * genrecog.c (test_pattern_hasher): Likewise.
4495 * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
4496 * haifa-sched.c (delay_i1_hasher): Likewise.
4497 * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
4498 * ipa-icf.h (congruence_class_group_hash): Likewise.
4499 * ipa-profile.c (histogram_hash): Likewise.
4500 * ira-color.c (allocno_hard_regs_hasher): Likewise.
4501 * lto-streamer.h (string_slot_hasher): Likewise.
4502 * lto-streamer.c (tree_entry_hasher): Likewise.
4503 * plugin.c (event_hasher): Likewise.
4504 * postreload-gcse.c (expr_hasher): Likewise.
4505 * store-motion.c (st_expr_hasher): Likewise.
4506 * tree-sra.c (uid_decl_hasher): Likewise.
4507 * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
4508 (ssa_name_var_hash): Likewise.
4509 * tree-ssa-live.c (tree_int_map_hasher): Likewise.
4510 * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
4511 * tree-ssa-pre.c (pre_expr_d): Likewise.
4512 * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
4513 * vtable-verify.h (registration_hasher): Likewise.
4514 * vtable-verify.c (vtbl_map_hasher): Likewise.
4515 * config/arm/arm.c (libcall_hasher): Likewise.
4516 * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
4517 * config/ia64/ia64.c (bundle_state_hasher): Likewise.
4518 * config/sol2.c (comdat_entry_hasher): Likewise.
4519 * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
4520 (print_fold_checksum, fold_checksum_tree): Likewise.
4521 (debug_fold_checksum, fold_build1_stat_loc): Likewise.
4522 (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
4523 (fold_build_call_array_loc): Likewise.
4524 * tree-ssa-ccp.c (gimple_htab): Likewise.
4525 * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
4526 rather than pointer_type.
4527
4528 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4529
4530 * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
4531 (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
4532
4533 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4534
4535 * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
4536 (ggc_hasher::ggc_mx): Likewise.
4537 (ggc_cache_hasher): Inherit from ggc_hasher. Remove definitions
4538 that duplicate ggc_hasher ones.
4539
4540 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4541
4542 * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
4543 (gt_cleare_cache): Check here for deleted and empty entries.
4544 Replace handle_cache_entry with a call to keep_cache_entry.
4545 * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
4546 (ggc_cache_hasher::keep_cache_entry): New function.
4547 * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
4548 (tm_wrapper_hasher::keep_cache_entry): New function.
4549 * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
4550 (tree_vec_map_cache_hasher::keep_cache_entry): New function.
4551 * tree.c (type_cache_hasher::handle_cache_entry): Delete.
4552 (type_cache_hasher::keep_cache_entry): New function.
4553 (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
4554 (tree_vec_map_cache_hasher::keep_cache_entry): New function.
4555 * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
4556 (tree_type_map_cache_hasher::keep_cache_entry): New function.
4557 * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
4558 (tm_clone_hasher::keep_cache_entry): New function.
4559 * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
4560 (dllimport_hasher::keep_cache_entry): New function.
4561
4562 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4563
4564 * hash-table.h: Include hash-traits.h.
4565 (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
4566 (ggc_cache_hasher): Move to...
4567 * hash-traits.h: ...this new file.
4568
4569 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4570
4571 * tree-core.h (struct tree_optimization_option): Make opts a pointer to
4572 struct cl_optimization.
4573 * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
4574 * tree.c (make_node_stat): Allocate cl_optimization struct.
4575 (copy_node_stat): Allocate and copy cl_optimization struct.
4576
4577 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4578
4579 * function.h (struct incoming_args): Move struct.
4580 (pass_by_reference, reference_callee_copied): Remove prototypes.
4581 * emit-rtl.h (struct incoming_args): Relocate struct here.
4582 * calls.h (pass_by_reference, reference_callee_copied): Relocate
4583 prototypes here.
4584 * function.c (pass_by_reference, reference_callee_copied): Move.
4585 * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
4586 * cfgloop.h: Don't include tm.h or hard-reg-set.h.
4587 * ipa-chkp.c: Include calls.h.
4588
4589 2015-06-25 Andrew Macleod <amacleod@redhat.com>
4590
4591 * alias.h (alias_set_type): Move typedef.
4592 * coretypes.h (alias_set_type): Relocate typedef here.
4593 * rtl.h: Don't include alias.h.
4594
4595 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4596
4597 * cgraph.h (cgraph_rtl_info): Move to rtl.h
4598 (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
4599 and instance.
4600 * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
4601 * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
4602 doesn't exist.
4603 * calls.c: Include hard-reg-set.h before rtl.h.
4604 * ira.c: Likewise.
4605
4606 2015-06-25 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
4607 Vladimir Makarov <vmakarov@redhat.com>
4608
4609 * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
4610 Add assert.
4611
4612 2015-06-25 Richard Biener <rguenther@suse.de>
4613
4614 * fold-const.c (fold_binary_loc): Move simplification of
4615 (X <<>> C1) & C2 ...
4616 * match.pd: ... here.
4617
4618 2015-06-25 Eric Botcazou <ebotcazou@adacore.com>
4619
4620 * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
4621
4622 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4623
4624 * match.pd: Add patterns for vec_conds between 1 and 0.
4625
4626 2015-06-25 Richard Biener <rguenther@suse.de>
4627
4628 * tree-vect-stmts.c (vectorizable_conversion): Do not set
4629 STMT_VINFO_VEC_STMT for SLP.
4630 (vectorizable_store): Likewise.
4631 (vectorizable_load): Likewise.
4632 (vect_transform_stmt): Catch SLP vectorization clobbering
4633 STMT_VINFO_VEC_STMT.
4634
4635 2015-06-25 Richard Biener <rguenther@suse.de>
4636
4637 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
4638 dumping.
4639 (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
4640 cleanup resulting dead code and parameters.
4641 (vect_transform_slp_perm_load): Adjust.
4642
4643 2015-06-25 Nick Clifton <nickc@redhat.com>
4644
4645 * config/bfin/bfin.c (bfin_expand_prologue): Set
4646 current_function_static_stack_size if flag_stack_usage_info is set.
4647 * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
4648 * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
4649 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
4650 * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
4651
4652 2015-06-25 Tom de Vries <tom@codesourcery.com>
4653
4654 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
4655 comment that the generated IV is unsigned.
4656
4657 2015-06-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4658
4659 PR target/29693
4660 * config/arm/arm.c (arm_dbx_register_number): Return
4661 DWARF_FRAME_REGISTERS by default.
4662
4663 2015-06-25 Tom de Vries <tom@codesourcery.com>
4664
4665 * dominance.c (calculate_dominance_info): Fix verify_dominators call
4666 argument. Call verify_dominator when reusing dominator info.
4667
4668 2015-06-24 Kaz Kojima <kkojima@gcc.gnu.org>
4669
4670 PR target/66563
4671 * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
4672 an additional element of the unspec vector. Modify indices
4673 of operands.
4674 (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
4675 * config/sh/sh.c (prepare_move_operands): Pass incremented
4676 const_int to gen_GOTaddr2picreg.
4677 (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
4678
4679 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
4680
4681 * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
4682 Condition on TARGET_FLOAT.
4683
4684 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
4685
4686 * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
4687 and (no)crypto.
4688
4689 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
4690
4691 * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
4692
4693 * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
4694 aarch64_err_no_fpadvsimd.
4695
4696 * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
4697 (aarch64_layout_arg, aarch64_init_cumulative_args): Use
4698 aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
4699 (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
4700 Turn error into assert, test TARGET_FLOAT.
4701 (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
4702 TARGET_FLOAT.
4703
4704 2015-06-24 Aldy Hernandez <aldyh@redhat.com>
4705
4706 PR debug/66482
4707 * dwarf2out.c (gen_formal_parameter_die): Remove assert.
4708
4709 2015-06-24 Ilya Enkovich <enkovich.gnu@gmail.com>
4710
4711 * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
4712
4713 2015-06-24 Renlin Li <renlin.li@arm.com>
4714
4715 * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
4716 __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
4717
4718 2015-06-24 Richard Biener <rguenther@suse.de>
4719
4720 * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
4721 (main): Likewise.
4722 (lower_opt_convert): Support lowering of conditional view_convert.
4723 (parser::parse_operation): Likewise.
4724 (parser::parse_for): Likewise.
4725
4726 2015-06-24 Renlin Li <renlin.li@arm.com>
4727
4728 * varasm.c (emit_local): Use unsigned int for align variable.
4729
4730 2015-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4731
4732 PR target/63408
4733 * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
4734 for negative numbers.
4735
4736 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4737
4738 PR rtl-optimization/66306
4739 * reload.c (find_reloads): Swap the match_dup info for
4740 commutative operands.
4741
4742 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4743
4744 * config/s390/vx-builtins.md
4745 ("vec_scatter_element<mode>_<non_vec_int>")
4746 ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
4747 attribute with bhfgq.
4748
4749 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4750
4751 * config/s390/s390-builtins.def: Fix vpopct instruction comments.
4752
4753 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4754
4755 * config/s390/s390-builtin-types.def: Add flag to indicate the
4756 options under which the function type is needed.
4757 * config/s390/s390-builtins.def: Add flag to indicate the options
4758 under which the builtin is enabled.
4759 * config/s390/s390-builtins.h: Add flags parameter to macro
4760 definitions.
4761 (bflags_for_builtin): New function.
4762 (flags_for_builtin): Renamed to ...
4763 (opflags_for_builtin): ... this.
4764 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
4765 flags_for_builtin to bflags_for_builtin and
4766 flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
4767 * config/s390/s390.c: Add initialization of bflags_builtin and
4768 opflags_builtin arrays.
4769 Remove code for flags_builtin.
4770 (s390_init_builtins): Only create builtin function types if one of
4771 their flags is active.
4772 Only create builtins if all of their flags are active.
4773 (s390_expand_builtin): Rename flags_for_builtin to
4774 opflags_for_builtin.
4775
4776 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4777
4778 * config/s390/vecintrin.h: Remove internal builtins.
4779
4780 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4781
4782 * config/s390/s390.c (s390_secondary_reload): Fix check for
4783 GENERAL_REGS register class.
4784
4785 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4786
4787 * config/s390/s390.c (s390_support_vector_misalignment): Call
4788 default implementation for !TARGET_VX.
4789
4790 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4791
4792 * config/s390/s390.c (s390_legitimate_constant_p): Add
4793 TARGET_VX check.
4794
4795 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4796
4797 * config/s390/s390.c (s390_vector_abi): New variable definition.
4798 (s390_check_type_for_vector_abi): New function.
4799 (TARGET_ASM_FILE_END): New macro definition.
4800 (s390_asm_file_end): New function.
4801 (s390_function_arg): Call s390_check_type_for_vector_abi.
4802 (s390_gimplify_va_arg): Likewise.
4803 * configure: Regenerate.
4804 * configure.ac: Check for .gnu_attribute Binutils feature.
4805
4806 2015-06-23 Chen Gang <gang.chen.5i5j@gmail.com>
4807
4808 PR target/65803
4809 * config/bfin/bfin.c (hwloop_optimize): Initialize
4810 JUMP_LABEL for newly created jump.
4811
4812 2015-06-23 Tristan Gingold <gingold@adacore.com>
4813
4814 * collect-utils.c (collect_wait): Unlink the response file here
4815 instead of...
4816 (do_wait): ...here.
4817 (utils_cleanup): ...and here.
4818
4819 2015-06-23 Richard Sandiford <richard.sandiford@arm.com>
4820
4821 * df-scan.c: Don't include target-def.h.
4822 * targhooks.c: Likewise.
4823 * config/arm/arm-c.c: Likewise.
4824 * config/i386/i386-c.c: Likewise.
4825 * config/nds32/nds32-cost.c: Likewise.
4826 * config/nds32/nds32-fp-as-gp.c: Likewise.
4827 * config/nds32/nds32-intrinsic.c: Likewise.
4828 * config/nds32/nds32-isr.c: Likewise.
4829 * config/nds32/nds32-md-auxiliary.c: Likewise.
4830 * config/nds32/nds32-memory-manipulation.c: Likewise.
4831 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
4832 * config/nds32/nds32-predicates.c: Likewise.
4833
4834 2015-06-23 Richard Biener <rguenther@suse.de>
4835
4836 PR tree-optimization/66636
4837 * tree-vect-stmts.c (vectorizable_store): Properly compute the
4838 def type for further defs for strided stores.
4839
4840 2015-06-23 Nathan Sidwell <nathan@codesourcery.com>
4841
4842 * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
4843 conditional selects.
4844 (setcc_int<mode>, setcc_float<mode>): Reformat.
4845
4846 2015-06-23 Marek Polacek <polacek@redhat.com>
4847
4848 * match.pd ((x + y) - (x | y) -> x & y,
4849 (x + y) - (x & y) -> x | y): New patterns.
4850
4851 2015-06-23 Ludovic Courtès <ludo@gnu.org>
4852
4853 PR 65711
4854 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
4855 '-dynamic-linker' within %{!shared: ...}.
4856
4857 2015-06-23 Uros Bizjak <ubizjak@gmail.com>
4858
4859 PR target/66560
4860 * config/i386/predicates.md (addsub_vm_operator): New predicate.
4861 (addsub_vs_operator): Ditto.
4862 (addsub_vs_parallel): Ditto.
4863 * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
4864 (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
4865 Put minus RTX before plus and adjust vec_merge selector.
4866 (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
4867 (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
4868 (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
4869 (addsub vec_merge splitters): New combiner splitters.
4870 (addsub vec_select/vec_concat splitters): Ditto.
4871
4872 2015-06-23 Bin Cheng <bin.cheng@arm.com>
4873
4874 PR tree-optimization/66449
4875 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
4876 POINTER_PLUS_EXPR for pointers.
4877
4878 2015-06-23 Alan Modra <amodra@gmail.com>
4879
4880 * rtlanal.c (commutative_operand_precedence): Correct comments.
4881 * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
4882 declaration. Return an int. Distinguish REG,REG return from
4883 others.
4884 (struct simplify_plus_minus_op_data): Make local to function.
4885 (simplify_plus_minus): Don't set canonicalized if merely sorting
4886 registers. Avoid packing ops if nothing changes. White space fixes.
4887
4888 2015-06-22 Pierre-Marie de Rodat <derodat@adacore.com>
4889
4890 * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
4891 -fdump-ada-spec is passed but not if -fsyntax-only is.
4892
4893 2015-06-22 Vladimir Makarov <vmakarov@redhat.com>
4894
4895 PR bootstrap/63740
4896 * lra-lives.c (process_bb_lives): Check insn copying the same
4897 reload pseudo and don't create a copy for it.
4898
4899 2015-06-22 Tom de Vries <tom@codesourcery.com>
4900
4901 * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
4902 for cond_stmt.
4903
4904 2015-06-22 Tom de Vries <tom@codesourcery.com>
4905
4906 * builtins.def (DEF_GOMP_BUILTIN): Test
4907 'flag_tree_parallelize_loops > 1' instead of
4908 'flag_tree_parallelize_loops'. Test flag_cilkplus.
4909
4910 2015-06-22 Tom de Vries <tom@codesourcery.com>
4911
4912 * dominance.c (calculate_dominance_info): Verify dominators if
4913 early-out.
4914
4915 2015-06-22 Marek Polacek <polacek@redhat.com>
4916
4917 * match.pd ((x ^ y) ^ (x | y) -> x & y,
4918 (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
4919 (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
4920 (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
4921
4922 2015-06-22 Uros Bizjak <ubizjak@gmail.com>
4923
4924 PR target/65871
4925 * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
4926 cost of embedded comparison.
4927
4928 2015-06-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4929
4930 PR target/65914
4931 * config/rs6000/predicates.md (altivec_register_operand): Permit
4932 virtual stack registers.
4933 (vsx_register_operand): Likewise.
4934 (vfloat_operand): Likewise.
4935 (vint_operand): Likewise.
4936 (vlogical_operand): Likewise.
4937
4938 2015-06-22 Richard Biener <rguenther@suse.de>
4939
4940 * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
4941 and single_scalar_iteration_cost members.
4942 (LOOP_VINFO_SCALAR_ITERATION_COST): New.
4943 (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
4944 (vect_get_single_scalar_iteration_cost): Remove.
4945 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
4946 Use LOOP_VINFO_SCALAR_ITERATION_COST.
4947 * tree-vect-loop.c (destroy_loop_vec_info): Free
4948 scalar_cost_vec.
4949 (vect_get_single_scalar_iteration_cost): Compute result into
4950 LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
4951 LOOP_VINFO_SCALAR_ITERATION_COST. Make static.
4952 (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
4953 (vect_estimate_min_profitable_iters): Use them.
4954
4955 2015-06-22 Christian Bruel <christian.bruel@st.com>
4956
4957 PR target/52144
4958 * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
4959 (TARGET_INSERT_ATTRIBUTES): Define.
4960 (thumb_flipper): New var.
4961 * config/arm/arm.opt (-mflip-thumb): New switch.
4962
4963 2015-06-22 Jan Hubicka <hubicka@ucw.cz>
4964 Martin Liska <mliska@suse.cz>
4965
4966 PR ipa/65908
4967 * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
4968 construction of arg_types.
4969 (sem_function::sem_function): Likewise.
4970 (sem_function::~sem_function): Remove destruction of arg_types.
4971 (sem_function::compatible_parm_types_p): New function.
4972 (sem_function::equals_wpa): Reorg matching of return values
4973 and parameter types.
4974 (sem_function::equals_private): Reorg mathcing of argument types.
4975 (sem_function::parse_tree_args): Remove.
4976 * ipa-icf.h (init_wpa): Do not call it.
4977 (parse_tree_args): Remove.
4978 (compatible_parm_types_p): Declare.
4979 (result_type): Remove.
4980 (arg_types): Remove.
4981
4982 2015-06-22 Jan Hubicka <hubicka@ucw.cz>
4983
4984 PR ipa/66351
4985 * ipa-polymorphic-call.c
4986 (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
4987 initializing alias oracle; fix formating; set base_alias_set if it
4988 is known.
4989
4990 2015-06-22 Mikhail Maltsev <maltsevm@gmail.com>
4991
4992 * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
4993 (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
4994 (find_inc): Likewise.
4995 * combine.c (combine_simplify_rtx): Use std::swap instead of manually
4996 swapping.
4997 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
4998 * df-scan.c (df_swap_refs): Remove.
4999 (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
5000 * dominance.c (link_roots): Use std::swap instead of manually swapping.
5001 * expr.c (expand_expr_real_2, do_store_flag): Likewise.
5002 * fold-const.c (fold_relational_const): Likewise.
5003 * genattrtab.c (simplify_test_exp): Likewise.
5004 * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
5005 gimple_simplify): Likewise.
5006 * ifcvt.c (noce_try_abs, find_if_header): Likewise.
5007 * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
5008 * ipa-devirt.c (add_type_duplicate): Likewise.
5009 * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
5010 * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
5011 * lra.c (lra_create_copy): Likewise.
5012 * lto-streamer-out.c (DFS::DFS): Likewise.
5013 * modulo-sched.c (get_sched_window): Likewise.
5014 * omega.c (omega_pretty_print_problem): Likewise.
5015 * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
5016 * reload1.c (reloads_unique_chain_p): Likewise.
5017 * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
5018 (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
5019 use std::swap.
5020 * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
5021 manually swapping.
5022 * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
5023 predicate_mem_writes): Likewise.
5024 * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
5025 * tree-predcom.c (combine_chains): Likewise.
5026 * tree-ssa-alias.c (nonoverlapping_component_refs_p,
5027 refs_may_alias_p_1): Likewise.
5028 * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
5029 * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
5030 * tree-ssa-loop-niter.c (refine_bounds_using_guard,
5031 number_of_iterations_cond): Likewise.
5032 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
5033 * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
5034 * tree-vect-slp.c (vect_build_slp_tree): Likewise.
5035 * tree-vect-stmts.c (supportable_widening_operation): Likewise.
5036 * tree-vrp.c (extract_range_from_binary_expr_1,
5037 extract_range_from_unary_expr_1): Likewise.
5038
5039 2015-06-20 Marek Polacek <polacek@redhat.com>
5040
5041 * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
5042
5043 2015-06-19 Kaz Kojima <kkojima@gcc.gnu.org>
5044
5045 PR target/66591
5046 * config/sh/sh.c (prepare_move_operands): Replace subreg
5047 index term with R0 for base and index addressing.
5048
5049 2015-06-19 Jim Wilson <jim.wilson@linaro.org>
5050
5051 * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
5052 op1 is an fp zero.
5053 (movsf_aarch64): Change condition from register_operand to
5054 aarch64_reg_or_fp_zero for op1. Change type for alternative 6 to
5055 load1. Change type for alternative 7 to store1.
5056 (movdf_aarch64): Likewise.
5057
5058 2015-06-19 James Greenhalgh <james.greenhalgh@arm.com>
5059
5060 * config/vax/vax.md: Adjust sign/zero extend patterns to
5061 handle SUBREGs in operands[1].
5062
5063 2015-06-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5064
5065 * config/i386/i386.c (ix86_function_versions): Use std::swap instead
5066 of manually swapping.
5067 (expand_vec_perm_interleave2): Likewise.
5068
5069 2015-06-19 Ilya Enkovich <enkovich.gnu@gmail.com>
5070
5071 * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
5072 reuse bounds created for abnormal ssa names.
5073
5074 2015-06-19 Jakub Jelinek <jakub@redhat.com>
5075
5076 * config/nvptx/nvptx.md (allocate_stack): Rename to...
5077 (allocate_stack_<mode>): ... this, and add :P on both
5078 match_operand and unspec.
5079 (allocate_stack): New expander.
5080
5081 2015-06-19 Christian Bruel <christian.bruel@st.com>
5082
5083 PR target/66541
5084 PR target/52144
5085 * config/arm/arm.c (arm_set_current_function): Handle
5086 explicit default options.
5087
5088 2015-06-18 Uros Bizjak <ubizjak@gmail.com>
5089
5090 * config/i386/i386.md (*movsicc_noc_zext): New insn.
5091 (zero-extended cmove with mem peephole2): New pattern.
5092 (cmove with mem peephole2): Merge patterns.
5093
5094 2015-06-18 Segher Boessenkool <segher@kernel.crashing.org>
5095
5096 * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
5097
5098 2015-06-18 Steve Ellcey <sellcey@imgtec.com>
5099
5100 * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
5101 * config/mips/mips.md (*madd4<mode>): Ditto.
5102 (*nmadd3<mode>) Ditto.
5103 (*nmadd4<mode>_fastmath): Ditto.
5104 (*nmadd3<mode>_fastmath): Ditto.
5105 (*nmsub4<mode>): Ditto.
5106 (*nmsub3<mode>): Ditto.
5107 (*nmsub4<mode>_fastmath): Ditto.
5108 (*nmsub3<mode>_fastmath): Ditto.
5109
5110 2015-06-18 Michael Matz <matz@suse.de>
5111
5112 PR middle-end/66253
5113 * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
5114 grouped strided stores.
5115 (vectorizable_load): Don't use the DR from first_stmt in
5116 the non-SLP grouped strided case.
5117
5118 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
5119
5120 PR target/66569
5121 * function.c (assign_bounds): Add arguments assign_regs,
5122 assign_special, assign_bt.
5123 (assign_parms): For vararg functions handle bounds in BT
5124 and special slots after incoming vararg bounds.
5125
5126 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
5127
5128 PR middle-end/66568
5129 * cfgexpand.c (expand_return): Handle missing bounds.
5130 (expand_gimple_stmt_1): Likewise.
5131 * tree-chkp.c (chkp_expand_zero_bounds): New.
5132 * tree-chkp.h (chkp_expand_zero_bounds): New.
5133
5134 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
5135
5136 PR middle-end/66567
5137 * ipa-chkp.c (chkp_maybe_create_clone): Require
5138 functions to be instrumentable.
5139 * tree-chkp.c (chkp_replace_function_pointer): Use
5140 chkp_instrumentable_p instead of attribute check.
5141
5142 2015-06-18 Richard Biener <rguenther@suse.de>
5143
5144 PR tree-optimization/66510
5145 * tree-vect-stmts.c (vectorizable_load): Properly compute the
5146 number of vector loads for SLP permuted loads.
5147 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
5148 check the stride for loop vectorization.
5149 (vect_enhance_data_refs_alignment): Deal with SLP adjusted
5150 vectorization factor.
5151 (vect_analyze_group_access): If the group size is not a power
5152 of two require a epilogue loop.
5153 * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
5154 compute and optimizing and alias test pruning after final
5155 vectorization factor computation.
5156 * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
5157 vector alignment.
5158 (vect_transform_slp_perm_load): Properly compute the original
5159 number of vector load stmts.
5160
5161 2015-06-18 Uros Bizjak <ubizjak@gmail.com>
5162
5163 * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
5164 "unlikely character , in @var" warning.
5165
5166 2015-06-17 Uros Bizjak <ubizjak@gmail.com>
5167
5168 * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
5169 (ix86_function_arg_advance): Ditto.
5170 (ix86_pass_by_reference): Ditto. Rewrite MS_ABI part.
5171
5172 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
5173
5174 * function.h (struct rtl_data): Remove struct and accessor macros.
5175 * emit-rtl.h (struct rtl_data): Relocate to here.
5176 * Makefile.in (GTFILES): Add emit-rtl.h.
5177 * df-core.c: Include emit-rtl.h.
5178 * genattrtab.c: Likewise.
5179 * genconditions.c: Likewise.
5180 * genpreds.c: Likewise.
5181 * genrecog.c: Likewise.
5182 * regcprop.c: Likewise.
5183 * resource.c: Likewise.
5184 * sched-rgn.c: Likewise.
5185 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
5186 * config/i386/winnt.c: Likewise.
5187
5188 2015-06-17 Jakub Jelinek <jakub@redhat.com>
5189
5190 PR middle-end/66429
5191 * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
5192 instead of DECL_STRUCT_FUNCTION (child_fn). Or in has_simduid_loops
5193 and has_force_vectorize_loops flags from cfun into
5194 child_cfun.
5195 (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
5196 if simduid is non-NULL.
5197 * tree-pass.h (make_pass_simduid_cleanup): New prototype.
5198 * passes.def (pass_simduid_cleanup): Add new pass after loop
5199 passes.
5200 * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
5201 indirection from htab argument's type.
5202 (shrink_simd_arrays): New function.
5203 (vectorize_loops): Use it. Adjust adjust_simduid_builtins caller.
5204 Don't call adjust_simduid_builtins if there are no loops.
5205 (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
5206 (pass_simduid_cleanup::execute): New method.
5207 (make_pass_simduid_cleanup): New function.
5208
5209 2017-06-17 Andrew MacLeod <amacleod@redhat.com>
5210
5211 * tree-core.h (tree_target_option): Make opts field a pointer to a
5212 cl_target_option instead of an instance of the struct.
5213 * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
5214 the structure.
5215 * tree.c (make_node_stat ): Allocate a cl_target_option struct for
5216 TARGET_OPTION_NODE.
5217 (copy_node_stat): Allocate and copy struct cl_target_option.
5218
5219 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
5220
5221 * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
5222 Remove conditional exposure of prototypes.
5223 (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
5224 * tree.c (anon_aggrname_format, anon_aggrname_p): New. Replace macro
5225 definitions in tree.h with functions.
5226 * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
5227 anon_aggrname_p.
5228 * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
5229
5230 2015-06-17 Segher Boessenkool <segher@kernel.crashing.org>
5231
5232 * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
5233 (*cmp<mode>_signed): ... this.
5234 (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
5235 (*cmp<mode>_unsigned): ... this. Remove %b.
5236
5237 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
5238
5239 * coretypes.h: Include input.h and as-a.h.
5240 * rtl.h: Include input.h and as-a.h for generator files.
5241 * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
5242 * vec.c: Don't include diagnostic-core.h.
5243 * alias.c: Do not include input.h, line-map.h or is-a.h.
5244 * asan.c: Likewise.
5245 * attribs.c: Likewise.
5246 * auto-inc-dec.c: Likewise.
5247 * auto-profile.c: Likewise.
5248 * bb-reorder.c: Likewise.
5249 * bt-load.c: Likewise.
5250 * builtins.c: Likewise.
5251 * caller-save.c: Likewise.
5252 * calls.c: Likewise.
5253 * ccmp.c: Likewise.
5254 * cfg.c: Likewise.
5255 * cfganal.c: Likewise.
5256 * cfgbuild.c: Likewise.
5257 * cfgcleanup.c: Likewise.
5258 * cfgexpand.c: Likewise.
5259 * cfghooks.c: Likewise.
5260 * cfgloop.c: Likewise.
5261 * cfgloop.h: Likewise.
5262 * cfgloopanal.c: Likewise.
5263 * cfgloopmanip.c: Likewise.
5264 * cfgrtl.c: Likewise.
5265 * cgraph.c: Likewise.
5266 * cgraphbuild.c: Likewise.
5267 * cgraphclones.c: Likewise.
5268 * cgraphunit.c: Likewise.
5269 * cilk-common.c: Likewise.
5270 * combine-stack-adj.c: Likewise.
5271 * combine.c: Likewise.
5272 * compare-elim.c: Likewise.
5273 * convert.c: Likewise.
5274 * coverage.c: Likewise.
5275 * cppbuiltin.c: Likewise.
5276 * cprop.c: Likewise.
5277 * cse.c: Likewise.
5278 * cselib.c: Likewise.
5279 * data-streamer-in.c: Likewise.
5280 * data-streamer-out.c: Likewise.
5281 * data-streamer.c: Likewise.
5282 * dbxout.c: Likewise.
5283 * dce.c: Likewise.
5284 * ddg.c: Likewise.
5285 * debug.c: Likewise.
5286 * df-core.c: Likewise.
5287 * df-problems.c: Likewise.
5288 * df-scan.c: Likewise.
5289 * df.h: Likewise.
5290 * dfp.c: Likewise.
5291 * diagnostic-core.h: Likewise.
5292 * diagnostic.c: Likewise.
5293 * dojump.c: Likewise.
5294 * dominance.c: Likewise.
5295 * domwalk.c: Likewise.
5296 * double-int.c: Likewise.
5297 * dse.c: Likewise.
5298 * dumpfile.c: Likewise.
5299 * dumpfile.h: Likewise.
5300 * dwarf2asm.c: Likewise.
5301 * dwarf2cfi.c: Likewise.
5302 * dwarf2out.c: Likewise.
5303 * emit-rtl.c: Likewise.
5304 * et-forest.c: Likewise.
5305 * except.c: Likewise.
5306 * explow.c: Likewise.
5307 * expmed.c: Likewise.
5308 * expr.c: Likewise.
5309 * final.c: Likewise.
5310 * fixed-value.c: Likewise.
5311 * fold-const.c: Likewise.
5312 * function.c: Likewise.
5313 * fwprop.c: Likewise.
5314 * gcc-plugin.h: Likewise.
5315 * gcse.c: Likewise.
5316 * generic-match-head.c: Likewise.
5317 * ggc-page.c: Likewise.
5318 * gimple-builder.c: Likewise.
5319 * gimple-expr.c: Likewise.
5320 * gimple-fold.c: Likewise.
5321 * gimple-iterator.c: Likewise.
5322 * gimple-low.c: Likewise.
5323 * gimple-match-head.c: Likewise.
5324 * gimple-pretty-print.c: Likewise.
5325 * gimple-ssa-isolate-paths.c: Likewise.
5326 * gimple-ssa-strength-reduction.c: Likewise.
5327 * gimple-streamer-in.c: Likewise.
5328 * gimple-streamer-out.c: Likewise.
5329 * gimple-streamer.h: Likewise.
5330 * gimple-walk.c: Likewise.
5331 * gimple.c: Likewise.
5332 * gimplify-me.c: Likewise.
5333 * gimplify.c: Likewise.
5334 * godump.c: Likewise.
5335 * graph.c: Likewise.
5336 * graphite-blocking.c: Likewise.
5337 * graphite-dependences.c: Likewise.
5338 * graphite-interchange.c: Likewise.
5339 * graphite-isl-ast-to-gimple.c: Likewise.
5340 * graphite-optimize-isl.c: Likewise.
5341 * graphite-poly.c: Likewise.
5342 * graphite-scop-detection.c: Likewise.
5343 * graphite-sese-to-poly.c: Likewise.
5344 * graphite.c: Likewise.
5345 * haifa-sched.c: Likewise.
5346 * hw-doloop.c: Likewise.
5347 * ifcvt.c: Likewise.
5348 * init-regs.c: Likewise.
5349 * input.c: Likewise.
5350 * internal-fn.c: Likewise.
5351 * ipa-chkp.c: Likewise.
5352 * ipa-comdats.c: Likewise.
5353 * ipa-cp.c: Likewise.
5354 * ipa-devirt.c: Likewise.
5355 * ipa-icf-gimple.c: Likewise.
5356 * ipa-icf.c: Likewise.
5357 * ipa-inline-analysis.c: Likewise.
5358 * ipa-inline-transform.c: Likewise.
5359 * ipa-inline.c: Likewise.
5360 * ipa-polymorphic-call.c: Likewise.
5361 * ipa-profile.c: Likewise.
5362 * ipa-prop.c: Likewise.
5363 * ipa-pure-const.c: Likewise.
5364 * ipa-ref.c: Likewise.
5365 * ipa-reference.c: Likewise.
5366 * ipa-split.c: Likewise.
5367 * ipa-utils.c: Likewise.
5368 * ipa-visibility.c: Likewise.
5369 * ipa.c: Likewise.
5370 * ira-build.c: Likewise.
5371 * ira-color.c: Likewise.
5372 * ira-conflicts.c: Likewise.
5373 * ira-costs.c: Likewise.
5374 * ira-emit.c: Likewise.
5375 * ira-lives.c: Likewise.
5376 * ira.c: Likewise.
5377 * jump.c: Likewise.
5378 * langhooks.c: Likewise.
5379 * lcm.c: Likewise.
5380 * loop-doloop.c: Likewise.
5381 * loop-init.c: Likewise.
5382 * loop-invariant.c: Likewise.
5383 * loop-iv.c: Likewise.
5384 * loop-unroll.c: Likewise.
5385 * lower-subreg.c: Likewise.
5386 * lra-assigns.c: Likewise.
5387 * lra-coalesce.c: Likewise.
5388 * lra-constraints.c: Likewise.
5389 * lra-eliminations.c: Likewise.
5390 * lra-lives.c: Likewise.
5391 * lra-remat.c: Likewise.
5392 * lra-spills.c: Likewise.
5393 * lra.c: Likewise.
5394 * lto-cgraph.c: Likewise.
5395 * lto-compress.c: Likewise.
5396 * lto-opts.c: Likewise.
5397 * lto-section-in.c: Likewise.
5398 * lto-section-out.c: Likewise.
5399 * lto-streamer-in.c: Likewise.
5400 * lto-streamer-out.c: Likewise.
5401 * lto-streamer.c: Likewise.
5402 * mcf.c: Likewise.
5403 * mode-switching.c: Likewise.
5404 * modulo-sched.c: Likewise.
5405 * omega.c: Likewise.
5406 * omp-low.c: Likewise.
5407 * optabs.c: Likewise.
5408 * opts-global.c: Likewise.
5409 * opts.h: Likewise.
5410 * passes.c: Likewise.
5411 * plugin.c: Likewise.
5412 * postreload-gcse.c: Likewise.
5413 * postreload.c: Likewise.
5414 * predict.c: Likewise.
5415 * pretty-print.h: Likewise.
5416 * print-rtl.c: Likewise.
5417 * print-tree.c: Likewise.
5418 * profile.c: Likewise.
5419 * real.c: Likewise.
5420 * realmpfr.c: Likewise.
5421 * recog.c: Likewise.
5422 * ree.c: Likewise.
5423 * reg-stack.c: Likewise.
5424 * regcprop.c: Likewise.
5425 * reginfo.c: Likewise.
5426 * regrename.c: Likewise.
5427 * regstat.c: Likewise.
5428 * reload.c: Likewise.
5429 * reload1.c: Likewise.
5430 * reorg.c: Likewise.
5431 * resource.c: Likewise.
5432 * rtl-chkp.c: Likewise.
5433 * rtl-error.c: Likewise.
5434 * rtlanal.c: Likewise.
5435 * rtlhooks.c: Likewise.
5436 * sanopt.c: Likewise.
5437 * sched-deps.c: Likewise.
5438 * sched-ebb.c: Likewise.
5439 * sched-rgn.c: Likewise.
5440 * sched-vis.c: Likewise.
5441 * sdbout.c: Likewise.
5442 * sel-sched-dump.c: Likewise.
5443 * sel-sched-ir.c: Likewise.
5444 * sel-sched.c: Likewise.
5445 * sese.c: Likewise.
5446 * shrink-wrap.c: Likewise.
5447 * simplify-rtx.c: Likewise.
5448 * stack-ptr-mod.c: Likewise.
5449 * statistics.c: Likewise.
5450 * stmt.c: Likewise.
5451 * stor-layout.c: Likewise.
5452 * store-motion.c: Likewise.
5453 * streamer-hooks.c: Likewise.
5454 * stringpool.c: Likewise.
5455 * symtab.c: Likewise.
5456 * target-globals.c: Likewise.
5457 * targhooks.c: Likewise.
5458 * toplev.c: Likewise.
5459 * tracer.c: Likewise.
5460 * trans-mem.c: Likewise.
5461 * tree-affine.c: Likewise.
5462 * tree-browser.c: Likewise.
5463 * tree-call-cdce.c: Likewise.
5464 * tree-cfg.c: Likewise.
5465 * tree-cfgcleanup.c: Likewise.
5466 * tree-chkp-opt.c: Likewise.
5467 * tree-chkp.c: Likewise.
5468 * tree-chrec.c: Likewise.
5469 * tree-complex.c: Likewise.
5470 * tree-data-ref.c: Likewise.
5471 * tree-dfa.c: Likewise.
5472 * tree-diagnostic.c: Likewise.
5473 * tree-dump.c: Likewise.
5474 * tree-eh.c: Likewise.
5475 * tree-emutls.c: Likewise.
5476 * tree-if-conv.c: Likewise.
5477 * tree-inline.c: Likewise.
5478 * tree-into-ssa.c: Likewise.
5479 * tree-iterator.c: Likewise.
5480 * tree-loop-distribution.c: Likewise.
5481 * tree-nested.c: Likewise.
5482 * tree-nrv.c: Likewise.
5483 * tree-object-size.c: Likewise.
5484 * tree-outof-ssa.c: Likewise.
5485 * tree-parloops.c: Likewise.
5486 * tree-phinodes.c: Likewise.
5487 * tree-predcom.c: Likewise.
5488 * tree-pretty-print.c: Likewise.
5489 * tree-profile.c: Likewise.
5490 * tree-scalar-evolution.c: Likewise.
5491 * tree-sra.c: Likewise.
5492 * tree-ssa-address.c: Likewise.
5493 * tree-ssa-alias.c: Likewise.
5494 * tree-ssa-ccp.c: Likewise.
5495 * tree-ssa-coalesce.c: Likewise.
5496 * tree-ssa-copy.c: Likewise.
5497 * tree-ssa-copyrename.c: Likewise.
5498 * tree-ssa-dce.c: Likewise.
5499 * tree-ssa-dom.c: Likewise.
5500 * tree-ssa-dse.c: Likewise.
5501 * tree-ssa-forwprop.c: Likewise.
5502 * tree-ssa-ifcombine.c: Likewise.
5503 * tree-ssa-live.c: Likewise.
5504 * tree-ssa-loop-ch.c: Likewise.
5505 * tree-ssa-loop-im.c: Likewise.
5506 * tree-ssa-loop-ivcanon.c: Likewise.
5507 * tree-ssa-loop-ivopts.c: Likewise.
5508 * tree-ssa-loop-manip.c: Likewise.
5509 * tree-ssa-loop-niter.c: Likewise.
5510 * tree-ssa-loop-prefetch.c: Likewise.
5511 * tree-ssa-loop-unswitch.c: Likewise.
5512 * tree-ssa-loop.c: Likewise.
5513 * tree-ssa-math-opts.c: Likewise.
5514 * tree-ssa-operands.c: Likewise.
5515 * tree-ssa-phiopt.c: Likewise.
5516 * tree-ssa-phiprop.c: Likewise.
5517 * tree-ssa-pre.c: Likewise.
5518 * tree-ssa-propagate.c: Likewise.
5519 * tree-ssa-reassoc.c: Likewise.
5520 * tree-ssa-sccvn.c: Likewise.
5521 * tree-ssa-scopedtables.c: Likewise.
5522 * tree-ssa-sink.c: Likewise.
5523 * tree-ssa-strlen.c: Likewise.
5524 * tree-ssa-structalias.c: Likewise.
5525 * tree-ssa-tail-merge.c: Likewise.
5526 * tree-ssa-ter.c: Likewise.
5527 * tree-ssa-threadedge.c: Likewise.
5528 * tree-ssa-threadupdate.c: Likewise.
5529 * tree-ssa-uncprop.c: Likewise.
5530 * tree-ssa-uninit.c: Likewise.
5531 * tree-ssa.c: Likewise.
5532 * tree-ssanames.c: Likewise.
5533 * tree-stdarg.c: Likewise.
5534 * tree-streamer-in.c: Likewise.
5535 * tree-streamer-out.c: Likewise.
5536 * tree-streamer.c: Likewise.
5537 * tree-switch-conversion.c: Likewise.
5538 * tree-tailcall.c: Likewise.
5539 * tree-vect-data-refs.c: Likewise.
5540 * tree-vect-generic.c: Likewise.
5541 * tree-vect-loop-manip.c: Likewise.
5542 * tree-vect-loop.c: Likewise.
5543 * tree-vect-patterns.c: Likewise.
5544 * tree-vect-slp.c: Likewise.
5545 * tree-vect-stmts.c: Likewise.
5546 * tree-vectorizer.c: Likewise.
5547 * tree-vrp.c: Likewise.
5548 * tree.c: Likewise.
5549 * tsan.c: Likewise.
5550 * ubsan.c: Likewise.
5551 * valtrack.c: Likewise.
5552 * value-prof.c: Likewise.
5553 * var-tracking.c: Likewise.
5554 * varasm.c: Likewise.
5555 * varpool.c: Likewise.
5556 * vmsdbgout.c: Likewise.
5557 * vtable-verify.c: Likewise.
5558 * web.c: Likewise.
5559 * wide-int.cc: Likewise.
5560 * xcoffout.c: Likewise.
5561 * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
5562 * common/common-targhooks.c: Likewise.
5563 * config/aarch64/aarch64-builtins.c: Likewise.
5564 * config/aarch64/aarch64.c: Likewise.
5565 * config/alpha/alpha.c: Likewise.
5566 * config/arc/arc.c: Likewise.
5567 * config/arm/aarch-common.c: Likewise.
5568 * config/arm/arm-builtins.c: Likewise.
5569 * config/arm/arm-c.c: Likewise.
5570 * config/arm/arm.c: Likewise.
5571 * config/avr/avr-c.c: Likewise.
5572 * config/avr/avr-log.c: Likewise.
5573 * config/avr/avr.c: Likewise.
5574 * config/bfin/bfin.c: Likewise.
5575 * config/c6x/c6x.c: Likewise.
5576 * config/cr16/cr16.c: Likewise.
5577 * config/cris/cris.c: Likewise.
5578 * config/darwin-c.c: Likewise.
5579 * config/darwin.c: Likewise.
5580 * config/default-c.c: Likewise.
5581 * config/epiphany/epiphany.c: Likewise.
5582 * config/epiphany/mode-switch-use.c: Likewise.
5583 * config/epiphany/resolve-sw-modes.c: Likewise.
5584 * config/fr30/fr30.c: Likewise.
5585 * config/frv/frv.c: Likewise.
5586 * config/ft32/ft32.c: Likewise.
5587 * config/glibc-c.c: Likewise.
5588 * config/h8300/h8300.c: Likewise.
5589 * config/i386/i386-c.c: Likewise.
5590 * config/i386/i386.c: Likewise.
5591 * config/i386/msformat-c.c: Likewise.
5592 * config/i386/winnt-cxx.c: Likewise.
5593 * config/i386/winnt-stubs.c: Likewise.
5594 * config/i386/winnt.c: Likewise.
5595 * config/ia64/ia64-c.c: Likewise.
5596 * config/ia64/ia64.c: Likewise.
5597 * config/iq2000/iq2000.c: Likewise.
5598 * config/lm32/lm32.c: Likewise.
5599 * config/m32c/m32c-pragma.c: Likewise.
5600 * config/m32c/m32c.c: Likewise.
5601 * config/m32r/m32r.c: Likewise.
5602 * config/m68k/m68k.c: Likewise.
5603 * config/mcore/mcore.c: Likewise.
5604 * config/mep/mep-pragma.c: Likewise.
5605 * config/mep/mep.c: Likewise.
5606 * config/microblaze/microblaze-c.c: Likewise.
5607 * config/microblaze/microblaze.c: Likewise.
5608 * config/mips/mips.c: Likewise.
5609 * config/mmix/mmix.c: Likewise.
5610 * config/mn10300/mn10300.c: Likewise.
5611 * config/moxie/moxie.c: Likewise.
5612 * config/msp430/msp430-c.c: Likewise.
5613 * config/msp430/msp430.c: Likewise.
5614 * config/nds32/nds32-cost.c: Likewise.
5615 * config/nds32/nds32-fp-as-gp.c: Likewise.
5616 * config/nds32/nds32-intrinsic.c: Likewise.
5617 * config/nds32/nds32-isr.c: Likewise.
5618 * config/nds32/nds32-md-auxiliary.c: Likewise.
5619 * config/nds32/nds32-memory-manipulation.c: Likewise.
5620 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
5621 * config/nds32/nds32-predicates.c: Likewise.
5622 * config/nds32/nds32.c: Likewise.
5623 * config/nios2/nios2.c: Likewise.
5624 * config/nvptx/nvptx.c: Likewise.
5625 * config/pa/pa.c: Likewise.
5626 * config/pdp11/pdp11.c: Likewise.
5627 * config/rl78/rl78-c.c: Likewise.
5628 * config/rl78/rl78.c: Likewise.
5629 * config/rs6000/rs6000-c.c: Likewise.
5630 * config/rs6000/rs6000.c: Likewise.
5631 * config/rx/rx.c: Likewise.
5632 * config/s390/s390-c.c: Likewise.
5633 * config/s390/s390.c: Likewise.
5634 * config/sh/sh-c.c: Likewise.
5635 * config/sh/sh-mem.cc: Likewise.
5636 * config/sh/sh.c: Likewise.
5637 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
5638 * config/sh/sh_treg_combine.cc: Likewise.
5639 * config/sol2-c.c: Likewise.
5640 * config/sol2-cxx.c: Likewise.
5641 * config/sol2-stubs.c: Likewise.
5642 * config/sol2.c: Likewise.
5643 * config/sparc/sparc-c.c: Likewise.
5644 * config/sparc/sparc.c: Likewise.
5645 * config/spu/spu-c.c: Likewise.
5646 * config/spu/spu.c: Likewise.
5647 * config/stormy16/stormy16.c: Likewise.
5648 * config/tilegx/mul-tables.c: Likewise.
5649 * config/tilegx/tilegx-c.c: Likewise.
5650 * config/tilegx/tilegx.c: Likewise.
5651 * config/tilepro/mul-tables.c: Likewise.
5652 * config/tilepro/tilepro-c.c: Likewise.
5653 * config/tilepro/tilepro.c: Likewise.
5654 * config/v850/v850-c.c: Likewise.
5655 * config/v850/v850.c: Likewise.
5656 * config/vax/vax.c: Likewise.
5657 * config/visium/visium.c: Likewise.
5658 * config/vms/vms-c.c: Likewise.
5659 * config/vms/vms.c: Likewise.
5660 * config/vxworks.c: Likewise.
5661 * config/winnt-c.c: Likewise.
5662 * config/xtensa/xtensa.c: Likewise.
5663
5664 2015-06-17 Robert Suchanek <robert.suchanek@imgtec.com>
5665
5666 * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
5667 function.
5668 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
5669
5670 2015-06-17 Richard Biener <rguenther@suse.de>
5671
5672 PR tree-optimization/66251
5673 * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
5674 stmts for SLP strided stores.
5675
5676 Revert
5677 2015-05-22 Richard Biener <rguenther@suse.de>
5678
5679 PR tree-optimization/66251
5680 * tree-vect-stmts.c (vectorizable_conversion): Properly
5681 set STMT_VINFO_VEC_STMT even for the SLP case.
5682
5683 2015-05-26 Michael Matz <matz@suse.de>
5684
5685 PR middle-end/66251
5686 * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
5687 STMT_VINFO_VEC_STMT, also with SLP.
5688
5689 2015-06-16 Uros Bizjak <ubizjak@gmail.com>
5690
5691 PR target/56766
5692 * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
5693 (*avx_addsubv4df3_1s): Ditto.
5694 (*sse3_addsubv2df3_1): Ditto.
5695 (*sse3_addsubv2df3_1s): Ditto.
5696 (*avx_addsubv8sf3_1): Ditto.
5697 (*avx_addsubv8sf3_1s): Ditto.
5698 (*sse3_addsubv4sf3_1): Ditto.
5699 (*sse3_addsubv4sf3_1s): Ditto.
5700
5701 2015-06-16 Steve Ellcey <sellcey@imgtec.com>
5702
5703 * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
5704 (SYSROOT_SUFFIX_SPEC): Update.
5705 (SYSROOT_HEADERS_SUFFIX_SPEC): New.
5706 (STARTFILE_PREFIX_SPEC): Update.
5707 * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
5708 (MULTILIB_REQUIRED): New.
5709 (MULTILIB_OSDIRNAMES): New.
5710 * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
5711 (MULTILIB_REQUIRED): New.
5712 (MULTILIB_OSDIRNAMES): New.
5713
5714 2015-06-16 Matthew Wahab <matthew.wahab@arm.com>
5715
5716 * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
5717 * config/aarch64/aarch64-options-extensions.def: Update "fP",
5718 "simd" and "crypto". Add "lse", "pan", "lor" and "rdma".
5719 * gcc/config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
5720 (AARCH64_FL_PAN): New.
5721 (AARCH64_FL_LOR): New.
5722 (AARCH64_FL_RDMA): New.
5723 (AARCH64_FL_FOR_ARCH8_1): New.
5724 * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
5725 -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
5726
5727 2015-06-16 Martin Liska <mliska@suse.cz>
5728
5729 * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
5730 * hash-table.c (void dump_hash_table_loc_statistics): Add missing
5731 guard.
5732
5733 2015-06-16 Richard Biener <rguenther@suse.de>
5734
5735 * tree-vect-stmts.c (vectorizable_store): Adjust.
5736 (vectorizable_load): Likewise.
5737 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
5738 Simplify.
5739 (vect_create_data_ref_ptr): Likewise.
5740 (bump_vector_ptr): Adjust.
5741
5742 2015-06-16 Richard Biener <rguenther@suse.de>
5743
5744 * tree-vect-stmts.c (vectorizable_load): Properly start loads
5745 with the first element if this is grouped loads.
5746
5747 2015-06-16 James Greenhalgh <james.greenhalgh@arm.com>
5748
5749 * config/arm/arm-protos.h (struct tune_params): Rename
5750 log_op_non_sc to log_op_non_short_circuit, and rename enum
5751 values to expand SC to SHORT_CIRCUIT.
5752 * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
5753 to LOG_OP_NON_SHORT_CIRCUIT.
5754 (arm_fastmul_tune):Likewise
5755 (arm_strongarm_tune): Likewise.
5756 (arm_xscale_tune): Likewise.
5757 (arm_9e_tune): Likewise.
5758 (arm_marvell_pj4_tune): Likewise.
5759 (arm_v6t2_tune): Likewise.
5760 (arm_cortex_tune): Likewise.
5761 (arm_cortex_a8_tune): Likewise.
5762 (arm_cortex_a7_tune): Likewise.
5763 (arm_cortex_a15_tune): Likewise.
5764 (arm_cortex_a53_tune): Likewise.
5765 (arm_cortex_a57_tune): Likewise.
5766 (arm_xgene1_tune): Likewise.
5767 (arm_cortex_a5_tune): Likewise.
5768 (arm_cortex_a9_tune): Likewise.
5769 (arm_cortex_a12_tune): Likewise.
5770 (arm_v7m_tune): Likewise.
5771 (arm_cortex_m7_tune): Likewise.
5772 (arm_v6m_tune): Likewise.
5773 (arm_fa726te_tune): Likewise.
5774
5775 2015-06-15 David Edelsohn <dje.gcc@gmail.com>
5776
5777 * altivec.md: Delete UNSPEC_VMLADDUHM.
5778 (mulv4si3_p8): New pattern.
5779 (mulv4si3): Use it for POWER8.
5780 (mulv8hi3): Use vmladduhm with zero addend.
5781 (altivec_vmladduhm): Descriptive RTL.
5782
5783 2015-06-15 Jim Wilson <jim.wilson@linaro.org>
5784
5785 * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
5786 to use neon_move instead of mov_imm.
5787 (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
5788 (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
5789
5790 * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
5791 aarch64_float_const_zero_rtx_p check before TFmode check.
5792 * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
5793 an fp zero.
5794 (movtf_aarch64): Separate ?rY alternative into two. Adjust assembly
5795 code and attributes to match. Change condition from register_operand
5796 to aarch64_reg_or_fp_zero for op1. Change type for ldp from
5797 neon_load1_2reg to load2. Change type for stp from neon_store1_2reg
5798 to store2.
5799
5800 2015-06-15 Aldy Hernandez <aldyh@redhat.com>
5801
5802 PR debug/66535
5803 * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
5804 there is no parent.
5805
5806 2015-06-14 Shiva Chen <shiva0217@gmail.com>
5807
5808 * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
5809 HOST_WIDE_INT parameter.
5810
5811 2015-06-14 Jan Hubicka <hubicka@ucw.cz>
5812
5813 PR ipa/66181
5814 * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
5815 * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
5816 TYPE_NO_FORCE_BLK.
5817 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
5818
5819 2015-06-14 Richard Sandiford <richard.sandiford@arm.com>
5820
5821 * rtl.h (classify_insn): Declare.
5822 * emit-rtl.c (classify_insn): Move to...
5823 * rtl.c: ...here and add generator support.
5824 * gensupport.h (get_emit_function, needs_barrier_p): Declare.
5825 * gensupport.c (get_emit_function, needs_barrier_p): New functions.
5826 * genemit.c (gen_emit_seq): New function.
5827 (gen_expand, gen_split): Use it.
5828
5829 2015-06-13 Patrick Palka <ppalka@gcc.gnu.org>
5830
5831 * tree.c (make_vector_stat): Fix comment to state that the
5832 function returns a VECTOR_CST.
5833
5834 2015-06-13 Richard Sandiford <richard.sandiford@arm.com>
5835
5836 * gensupport.h (add_implicit_parallel): Declare.
5837 * genrecog.c (add_implicit_parallel): Move to...
5838 * gensupport.c (add_implicit_parallel): ...here.
5839 (process_one_cond_exec): Use it.
5840 * genemit.c (gen_insn): Likewise.
5841
5842 2015-06-13 Iain Sandoe <iain@codesourcery.com>
5843
5844 PR bootstrap/66448
5845 * passes.c (rest_of_decl_compilation): Do not register globals for
5846 early debug if they are declared in built-ins.
5847
5848 2015-06-12 Aldy Hernandez <aldyh@redhat.com>
5849
5850 * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
5851
5852 2015-06-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5853
5854 * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
5855 manually swapping.
5856 (noce_try_cmove_arith): Likewise.
5857 (noce_get_alt_condition): Likewise.
5858
5859 2015-06-12 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5860
5861 * common/config/i386/i386-common.c
5862 (OPTION_MASK_ISA_MWAITX_SET): New.
5863 (ix86_handle_option): Handle mwaitx.
5864 * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
5865 (x86_64-*-*): Likewise.
5866 * config/i386/mwaitxintrin.h: New header.
5867 * config/i386/cpuid.h (bit_MWAITX): Define.
5868 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
5869 MWAITX support.
5870 * config/i386/i386.opt (mwaitx): New.
5871 * config/i386/i386-builtin-types.def
5872 (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
5873 * config/i386/i386-c.c: Define __MWAITX__ if needed.
5874 * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
5875 (PTA_MWAITX): New.
5876 (ix86_option_override_internal): Handle new option.
5877 (processor_alias_table): Added PTA_MWAITX.
5878 (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
5879 (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
5880 (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
5881 IX86_BUILTIN_MONITORX built-ins.
5882 * config/i386/i386.h (TARGET_MWAITX): New.
5883 * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
5884 UNSPEC_MONITORX.
5885 (mwaitx): New pattern.
5886 (monitorx_<mode>): New pattern.
5887 * config/i386/x86intrin.h: Include mwaitxintrin.h.
5888 * doc/extend.texi: Document monitorx and mwaitx builtins.
5889 * doc/invoke.texi: Document -mmwaitx option.
5890
5891 2015-06-12 Uros Bizjak <ubizjak@gmail.com>
5892
5893 * emit-rtl.c (need_atomic_barrier_p): Mask model with
5894 MEMMODEL_BASE_MASK. Remove MEMMODEL_SYNC_* cases.
5895
5896 2015-06-11 David Edelsohn <dje.gcc@gmail.com>
5897
5898 * dbxout.c (xcoff_debug_hooks): Provide a function for
5899 register_main_translation_unit hook.
5900
5901 2015-06-11 David Edelsohn <dje.gcc@gmail.com>
5902
5903 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
5904 variants cases from switch.
5905 (rs6000_post_atomic_barrier): Same.
5906 (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
5907 (rs6000_expand_atomic_exchange): Same.
5908 (rs6000_expand_atomic_op): Same.
5909 * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
5910 SYNC variants cases from switch.
5911 (atomic_load): Same.
5912 (atomic_store): Same.
5913
5914 2015-06-11 John David Anglin <danglin@gcc.gnu.org>
5915
5916 * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
5917 CONST_INT for goto.
5918
5919 2015-06-11 Aldy Hernandez <aldyh@redhat.com>
5920
5921 PR bootstrap/66448
5922 * dwarf2out.c (check_die): Check for common duplicate attributes.
5923 (add_location_or_const_value_attribute): Do not add duplicate
5924 attributes.
5925 (gen_formal_parameter_die): Do not add DW_AT_artificial the second
5926 time around.
5927 (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
5928 (gen_type_die_with_usage): Call check_die.
5929 (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
5930
5931 2015-06-11 Jason Merrill <jason@redhat.com>
5932
5933 * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
5934 dies.
5935
5936 2015-06-11 Marek Polacek <polacek@redhat.com>
5937
5938 * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
5939
5940 2015-06-11 Eric Botcazou <ebotcazou@adacore.com>
5941
5942 PR bootstrap/66252
5943 * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
5944 * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
5945 (*addx_extend_sp32): Fix pasto.
5946 (*subx_extend): Rename into...
5947 (*subx_extend_sp32): ...this.
5948 (*adddi3_extend_sp32): Add earlyclobber.
5949 (*subdi3_insn_sp32): Likewise.
5950 (*subdi3_extend_sp32): Likewise.
5951 (*and_not_di_sp32): Likewise.
5952 (*or_not_di_sp32): Likewise.
5953 (*xor_not_di_sp32): Likewise.
5954 (*negdi2_sp32): Likewise.
5955 (*one_cmpldi2_sp32): Likewise.
5956
5957 2015-06-11 Pierre-Marie de Rodat <derodat@adacore.com>
5958
5959 * debug.h (struct gcc_debug_hooks): Add a
5960 register_main_translation_unit hook.
5961 * debug.c (do_nothing_debug_hooks): Provide a function for this
5962 new hook.
5963 * dbxout.c (dbx_debug_hooks): Likewise.
5964 * sdbout.c (sdb_debug_hooks): Likewise.
5965 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
5966 * dwarf2out.c (main_translation_unit): New global variable.
5967 (dwarf2out_register_main_translation_unit): New function
5968 implementing the new hook.
5969 (dwarf2_debug_hooks): Assign
5970 dwarf2out_register_main_translation_unit to this new hook.
5971 (dwarf2out_init): Associate any main translation unit to
5972 comp_unit_die ().
5973
5974 2015-06-11 Marek Polacek <polacek@redhat.com>
5975
5976 * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
5977
5978 2015-06-11 Marek Polacek <polacek@redhat.com>
5979
5980 * match.pd: Use single_use throughout.
5981
5982 2015-06-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5983
5984 * config/arm/arm.c (arm_option_params_internal): When optimising
5985 for speed set max_insns_skipped when arm_restrict_it.
5986
5987 2015-06-11 Christian Bruel <christian.bruel@st.com>
5988
5989 PR target/52144
5990 * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
5991 macros in ...
5992 (arm_cpu_builtins): New function.
5993 (arm_pragma_target_parse): Call arm_cpu_builtins.
5994 * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
5995 (arm_register_target_pragmas): Likewise.
5996 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
5997 Call arm_register_target_pragmas.
5998 * config/arm/arm-c.c (arm_register_target_pragmas): New function.
5999 (arm_pragma_target_parse): Likewise.
6000
6001 2015-06-10 Kaz Kojima <kkojima@gcc.gnu.org>
6002
6003 * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
6004 of the second operand.
6005
6006 2015-06-10 Uros Bizjak <ubizjak@gmail.com>
6007
6008 PR target/66473
6009 * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
6010 to prepare mask operand for AVX512 modes.
6011
6012 2015-06-10 Michael Meissner <meissner@linux.vnet.ibm.com>
6013
6014 PR target/66474
6015 * doc/md.texi (Machine Constraints): Document that on the PowerPC
6016 if you use a constraint that targets a VSX register, you must use
6017 %x<n> in the template.
6018
6019 2015-06-10 Max Filippov <jcmvbkbc@gmail.com>
6020
6021 * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
6022 * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
6023 (define_insn "trap"): New definition.
6024
6025 2015-06-10 Richard Biener <rguenther@suse.de>
6026
6027 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
6028 out from ...
6029 (vect_supported_load_permutation_p): ... here. Handle
6030 supportable permutations in reductions.
6031 * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
6032 for vectorizing strided group loads.
6033
6034 2015-06-10 Jakub Jelinek <jakub@redhat.com>
6035
6036 PR target/66470
6037 * config/i386/i386.c (ix86_split_long_move): For collisions
6038 involving direct tls segment refs, move the UNSPEC_TP possibly
6039 wrapped in ZERO_EXTEND out of the address for lea, to each of
6040 the memory loads.
6041
6042 2015-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6043
6044 * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
6045 dmb sy. Adjust tabs.
6046
6047 2015-06-10 Tom de Vries <tom@codesourcery.com>
6048
6049 * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
6050
6051 2015-06-10 Martin Liska <mliska@suse.cz>
6052
6053 PR bootstrap/66471
6054 * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
6055 all enum values in mem_alloc_origin.
6056 * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
6057 name.
6058 * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
6059 * bitmap.c (bitmap_register): Likewise.
6060 (dump_bitmap_statistics): Likewise.
6061 * ggc-common.c (dump_ggc_loc_statistics): Likewise.
6062 (ggc_record_overhead): Likewise.
6063 * hash-map.h: Likewise.
6064 * hash-set.h: Likewise.
6065 * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
6066 * hash-table.h: Likewise.
6067 * vec.c (vec_prefix::register_overhead): Likewise.
6068 (vec_prefix::release_overhead): Likewise.
6069 (dump_vec_loc_statistics): Likewise.
6070
6071 2015-06-09 Christian Bruel <christian.bruel@st.com>
6072
6073 PR target/52144
6074 * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
6075 * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
6076 (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
6077 * config/arm/arm.h (SWITCHABLE_TARGET): Define.
6078 * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
6079 (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
6080 (arm_valid_target_attribute_p): Likewise.
6081 (arm_set_current_function, arm_can_inline_p): Likewise.
6082 (arm_valid_target_attribute_rec): Likewise.
6083 (arm_previous_fndecl): New variable.
6084 (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
6085 (TARGET_CAN_INLINE_P): Define.
6086 (arm_asm_trampoline_template): Emit mode.
6087 (arm_file_start): Don't set unified syntax.
6088 (arm_declare_function_name): Set unified syntax and mode.
6089 (arm_option_override): Init target_option_default_node.
6090 and target_option_current_node.
6091 * config/arm/arm.md (*call_value_symbol): Set mode when possible.
6092 (*call_symbol): Likewise.
6093 * doc/extend.texi: Document ARM/Thumb target attribute.
6094 * doc/invoke.texi: Likewise.
6095
6096 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6097
6098 Revert:
6099 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6100 PR rtl-optimization/64164
6101 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
6102 * tree-ssa-copyrename.c: Removed.
6103 * opts.c (default_options_table): Drop -ftree-copyrename. Add
6104 -ftree-coalesce-vars.
6105 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
6106 * common.opt (ftree-copyrename): Ignore.
6107 (ftree-coalesce-inlined-vars): Likewise.
6108 * doc/invoke.texi: Remove the ignored options above.
6109 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
6110 * tree-ssa-coalesce.h: ... here.
6111 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
6112 headers required by it.
6113 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
6114 across variables when flag_tree_coalesce_vars. Check register
6115 use and promoted modes to allow coalescing. Moved to
6116 tree-ssa-coalesce.c.
6117 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
6118 with its member functions to tree-ssa-coalesce.c.
6119 (var_map_base_init): Likewise. Renamed to
6120 compute_samebase_partition_bases.
6121 (partition_view_normal): Drop want_bases parameter.
6122 (partition_view_bitmap): Likewise.
6123 * tree-ssa-live.h: Adjust declarations.
6124 * tree-ssa-coalesce.c: Include explow.h.
6125 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
6126 default defs at the entry point.
6127 (dump_part_var_map): New.
6128 (compute_optimized_partition_bases): New, called by...
6129 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
6130 of compute_samebase_partition_bases. Adjust.
6131 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
6132 * cfgexpand.c (leader_merge): New.
6133 (get_rtl_for_parm_ssa_default_def): New.
6134 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
6135 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
6136 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
6137 redundant MEM attr setting.
6138 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
6139 from...
6140 (expand_one_stack_var): ... this. New wrapper to check and
6141 skip already expanded SSA partitions.
6142 (record_alignment_for_reg_var): New, factored out of...
6143 (expand_one_var): ... this.
6144 (expand_one_ssa_partition): New.
6145 (adjust_one_expanded_partition_var): New.
6146 (expand_one_register_var): Check and skip already expanded SSA
6147 partitions.
6148 (expand_used_vars): Don't create DECLs for anonymous SSA
6149 names. Expand all SSA partitions, then adjust all SSA names.
6150 (pass::execute): Replace the loops that set
6151 SA.partition_to_pseudo from partition leaders and cleared
6152 DECL_RTL for multi-location variables, and that which used to
6153 rename vars and set attrs, with one that clears DECL_RTL and
6154 checks that PARMs and RESULTs default_defs match DECL_RTL.
6155 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
6156 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
6157 * explow.c (promote_ssa_mode): New.
6158 * explow.h (promote_ssa_mode): Declare.
6159 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
6160 * function.c: Include cfgexpand.h.
6161 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
6162 (use_register_for_parm_decl): Wrapper for the above to
6163 special-case the result_ptr.
6164 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
6165 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
6166 multiple locations.
6167 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
6168 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
6169 (assign_parm_setup_block): Prefer SSA-assigned location.
6170 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
6171 if stack_parm is NULL.
6172 (assign_parm_setup_stack): Prefer SSA-assigned location.
6173 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
6174 rtl before testing for pointer bounds. Special-case result_ptr.
6175 (expand_function_start): Maybe reset DECL_RTL of result.
6176 Prefer SSA-assigned location for result and static chain.
6177 Factor out DECL_RESULT and SET_DECL_RTL.
6178 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
6179 anonymous SSA names. Use promote_ssa_mode.
6180 (get_temp_reg): Likewise.
6181 (remove_ssa_form): Adjust.
6182 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
6183 and get its reg_usage for reg invalidation.
6184 (compute_bb_dataflow): Pass it insn.
6185 (emit_notes_in_bb): Likewise.
6186 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
6187 fail assert on conversion between unsigned types.
6188
6189 2015-06-09 Tom de Vries <tom@codesourcery.com>
6190
6191 PR tree-optimization/65460
6192 * omp-low.c (expand_omp_target): Set parallelized_function on
6193 cgraph_node for child_fn.
6194
6195 2015-06-09 Tom de Vries <tom@codesourcery.com>
6196
6197 * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
6198 parallelized_function before add_new_function.
6199
6200 2015-06-09 Andrew MacLeod <amacleod@redhat.com>
6201
6202 * gcc-plugin.h: Move decls to plugin.h and include it.
6203 * plugin.h: Relocate decls from gcc-plugin.h
6204 * ggc-page.c: Include required header files.
6205 * passes.c: Likewise.
6206 * cgraphunit.c: Likewise.
6207
6208 2015-06-09 Tom de Vries <tom@codesourcery.com>
6209
6210 * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
6211
6212 2015-06-09 Jason Merrill <jason@redhat.com>
6213
6214 PR bootstrap/66448
6215 * toplev.c (check_global_declaration): Don't warn about a clone.
6216
6217 2015-06-09 Marek Polacek <polacek@redhat.com>
6218
6219 PR tree-optimization/66299
6220 * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
6221 ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
6222 patterns.
6223
6224 2015-06-09 Richard Biener <rguenther@suse.de>
6225
6226 * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
6227 (vect_analyze_slp_instance): Instead do not falsely drop
6228 load permutations.
6229
6230 2015-06-09 Richard Biener <rguenther@suse.de>
6231
6232 PR middle-end/66423
6233 * match.pd: Handle A % (unsigned)(1 << B).
6234
6235 2015-06-09 Aldy Hernandez <aldyh@redhat.com>
6236
6237 * varasm.c (output_object_block_htab): Remove.
6238 (output_object_block_compare): New.
6239 (output_object_blocks): Sort named object_blocks before outputting
6240 them.
6241
6242 2015-06-09 Richard Biener <rguenther@suse.de>
6243
6244 PR tree-optimization/66419
6245 * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
6246 consider GROUP_GAP when detecting a perfect subchain.
6247
6248 2015-06-09 Nick Clifton <nickc@redhat.com>
6249
6250 * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
6251 place read only data in the .frodata section.
6252
6253 2015-06-09 Shiva Chen <shiva0217@gmail.com>
6254
6255 * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
6256 (atomic_store<mode>): Likewise.
6257
6258 2015-06-09 Richard Biener <rguenther@suse.de>
6259
6260 * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
6261
6262 2015-06-09 Richard Biener <rguenther@suse.de>
6263
6264 PR middle-end/66413
6265 * tree-inline.c (insert_init_debug_bind): Unshare value.
6266
6267 2015-06-09 Richard Biener <rguenther@suse.de>
6268
6269 PR tree-optimization/66396
6270 * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
6271 Rename virtual operands.
6272
6273 2015-06-09 Tom de Vries <tom@codesourcery.com>
6274
6275 * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
6276 always return false.
6277
6278 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6279
6280 PR rtl-optimization/64164
6281 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
6282 * tree-ssa-copyrename.c: Removed.
6283 * opts.c (default_options_table): Drop -ftree-copyrename. Add
6284 -ftree-coalesce-vars.
6285 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
6286 * common.opt (ftree-copyrename): Ignore.
6287 (ftree-coalesce-inlined-vars): Likewise.
6288 * doc/invoke.texi: Remove the ignored options above.
6289 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
6290 * tree-ssa-coalesce.h: ... here.
6291 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
6292 headers required by it.
6293 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
6294 across variables when flag_tree_coalesce_vars. Check register
6295 use and promoted modes to allow coalescing. Moved to
6296 tree-ssa-coalesce.c.
6297 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
6298 with its member functions to tree-ssa-coalesce.c.
6299 (var_map_base_init): Likewise. Renamed to
6300 compute_samebase_partition_bases.
6301 (partition_view_normal): Drop want_bases parameter.
6302 (partition_view_bitmap): Likewise.
6303 * tree-ssa-live.h: Adjust declarations.
6304 * tree-ssa-coalesce.c: Include explow.h.
6305 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
6306 default defs at the entry point.
6307 (dump_part_var_map): New.
6308 (compute_optimized_partition_bases): New, called by...
6309 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
6310 of compute_samebase_partition_bases. Adjust.
6311 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
6312 * cfgexpand.c (leader_merge): New.
6313 (get_rtl_for_parm_ssa_default_def): New.
6314 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
6315 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
6316 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
6317 redundant MEM attr setting.
6318 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
6319 from...
6320 (expand_one_stack_var): ... this. New wrapper to check and
6321 skip already expanded SSA partitions.
6322 (record_alignment_for_reg_var): New, factored out of...
6323 (expand_one_var): ... this.
6324 (expand_one_ssa_partition): New.
6325 (adjust_one_expanded_partition_var): New.
6326 (expand_one_register_var): Check and skip already expanded SSA
6327 partitions.
6328 (expand_used_vars): Don't create DECLs for anonymous SSA
6329 names. Expand all SSA partitions, then adjust all SSA names.
6330 (pass::execute): Replace the loops that set
6331 SA.partition_to_pseudo from partition leaders and cleared
6332 DECL_RTL for multi-location variables, and that which used to
6333 rename vars and set attrs, with one that clears DECL_RTL and
6334 checks that PARMs and RESULTs default_defs match DECL_RTL.
6335 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
6336 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
6337 * explow.c (promote_ssa_mode): New.
6338 * explow.h (promote_ssa_mode): Declare.
6339 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
6340 * function.c: Include cfgexpand.h.
6341 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
6342 (use_register_for_parm_decl): Wrapper for the above to
6343 special-case the result_ptr.
6344 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
6345 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
6346 multiple locations.
6347 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
6348 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
6349 (assign_parm_setup_block): Prefer SSA-assigned location.
6350 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
6351 if stack_parm is NULL.
6352 (assign_parm_setup_stack): Prefer SSA-assigned location.
6353 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
6354 rtl before testing for pointer bounds. Special-case result_ptr.
6355 (expand_function_start): Maybe reset DECL_RTL of result.
6356 Prefer SSA-assigned location for result and static chain.
6357 Factor out DECL_RESULT and SET_DECL_RTL.
6358 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
6359 anonymous SSA names. Use promote_ssa_mode.
6360 (get_temp_reg): Likewise.
6361 (remove_ssa_form): Adjust.
6362 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
6363 and get its reg_usage for reg invalidation.
6364 (compute_bb_dataflow): Pass it insn.
6365 (emit_notes_in_bb): Likewise.
6366 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
6367 fail assert on conversion between unsigned types.
6368
6369 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6370
6371 PR debug/58315
6372 * tree-inline.c (reset_debug_binding): New.
6373 (reset_debug_bindings): Likewise.
6374 (expand_call_inline): Call it.
6375
6376 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
6377
6378 * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
6379 TYPE_STRING_FLAG.
6380
6381 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
6382
6383 * lto-streamer-out.c (lto_output_location): Stream
6384 reserved locations correctly.
6385 * lto-streamer-in.c (lto_output_location): Likewise.
6386
6387 2015-06-08 Andrew MacLeod <amacleod@redhat.com>
6388
6389 * coretypes.h: Include hash-table.h and hash-set.h for host files.
6390 * ggc.h: Don't include statistics.h>
6391 * hash-map.h: Remove all includes.
6392 * hash-set.h: Likewise.
6393 * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
6394 the include list. Remove <new>.
6395 * inchash.h: Remove all includes.
6396 * mem-stats.h: Likewise.
6397 * vec.h: No special processing for generators or ggc.
6398 * alias.c : Adjust include files.
6399 * alloc-pool.c : Likewise.
6400 * alloc-pool.h : Likewise.
6401 * asan.c : Likewise.
6402 * attribs.c : Likewise.
6403 * auto-inc-dec.c : Likewise.
6404 * auto-profile.c : Likewise.
6405 * bb-reorder.c : Likewise.
6406 * bitmap.c : Likewise.
6407 * bitmap.h : Likewise.
6408 * bt-load.c : Likewise.
6409 * builtins.c : Likewise.
6410 * caller-save.c : Likewise.
6411 * calls.c : Likewise.
6412 * ccmp.c : Likewise.
6413 * cfg.c : Likewise.
6414 * cfganal.c : Likewise.
6415 * cfgbuild.c : Likewise.
6416 * cfgcleanup.c : Likewise.
6417 * cfgexpand.c : Likewise.
6418 * cfghooks.c : Likewise.
6419 * cfgloop.c : Likewise.
6420 * cfgloop.h : Likewise.
6421 * cfgloopanal.c : Likewise.
6422 * cfgloopmanip.c : Likewise.
6423 * cfgrtl.c : Likewise.
6424 * cgraph.c : Likewise.
6425 * cgraphbuild.c : Likewise.
6426 * cgraphclones.c : Likewise.
6427 * cgraphunit.c : Likewise.
6428 * cilk-common.c : Likewise.
6429 * combine-stack-adj.c : Likewise.
6430 * combine.c : Likewise.
6431 * compare-elim.c : Likewise.
6432 * context.c : Likewise.
6433 * convert.c : Likewise.
6434 * coverage.c : Likewise.
6435 * cppbuiltin.c : Likewise.
6436 * cprop.c : Likewise.
6437 * cse.c : Likewise.
6438 * cselib.c : Likewise.
6439 * data-streamer-in.c : Likewise.
6440 * data-streamer-out.c : Likewise.
6441 * data-streamer.c : Likewise.
6442 * data-streamer.h : Likewise.
6443 * dbxout.c : Likewise.
6444 * dce.c : Likewise.
6445 * ddg.c : Likewise.
6446 * debug.c : Likewise.
6447 * df-core.c : Likewise.
6448 * df-problems.c : Likewise.
6449 * df-scan.c : Likewise.
6450 * df.h : Likewise.
6451 * dfp.c : Likewise.
6452 * dojump.c : Likewise.
6453 * dominance.c : Likewise.
6454 * domwalk.c : Likewise.
6455 * double-int.c : Likewise.
6456 * dse.c : Likewise.
6457 * dumpfile.c : Likewise.
6458 * dwarf2asm.c : Likewise.
6459 * dwarf2cfi.c : Likewise.
6460 * dwarf2out.c : Likewise.
6461 * emit-rtl.c : Likewise.
6462 * et-forest.c : Likewise.
6463 * except.c : Likewise.
6464 * except.h : Likewise.
6465 * explow.c : Likewise.
6466 * expmed.c : Likewise.
6467 * expr.c : Likewise.
6468 * final.c : Likewise.
6469 * fixed-value.c : Likewise.
6470 * fold-const.c : Likewise.
6471 * function.c : Likewise.
6472 * fwprop.c : Likewise.
6473 * gcc-plugin.h : Likewise.
6474 * gcc.c : Likewise.
6475 * gcse-common.c : Likewise.
6476 * gcse.c : Likewise.
6477 * genattrtab.c : Likewise.
6478 * genautomata.c : Likewise.
6479 * genconditions.c : Likewise.
6480 * genemit.c : Likewise.
6481 * generic-match-head.c : Likewise.
6482 * genextract.c : Likewise.
6483 * gengtype-state.c : Likewise.
6484 * gengtype.c : Likewise.
6485 * genhooks.c : Likewise.
6486 * genmatch.c : Likewise.
6487 * genmodes.c : Likewise.
6488 * genrecog.c : Likewise.
6489 * gensupport.c : Likewise.
6490 * ggc-common.c : Likewise.
6491 * ggc-internal.h : Likewise.
6492 * ggc-none.c : Likewise.
6493 * ggc-page.c : Likewise.
6494 * gimple-builder.c : Likewise.
6495 * gimple-expr.c : Likewise.
6496 * gimple-fold.c : Likewise.
6497 * gimple-iterator.c : Likewise.
6498 * gimple-low.c : Likewise.
6499 * gimple-match-head.c : Likewise.
6500 * gimple-pretty-print.c : Likewise.
6501 * gimple-ssa-isolate-paths.c : Likewise.
6502 * gimple-ssa-strength-reduction.c : Likewise.
6503 * gimple-ssa.h : Likewise.
6504 * gimple-streamer-in.c : Likewise.
6505 * gimple-streamer-out.c : Likewise.
6506 * gimple-streamer.h : Likewise.
6507 * gimple-walk.c : Likewise.
6508 * gimple.c : Likewise.
6509 * gimplify-me.c : Likewise.
6510 * gimplify.c : Likewise.
6511 * godump.c : Likewise.
6512 * graph.c : Likewise.
6513 * graphds.c : Likewise.
6514 * graphite-blocking.c : Likewise.
6515 * graphite-dependences.c : Likewise.
6516 * graphite-interchange.c : Likewise.
6517 * graphite-isl-ast-to-gimple.c : Likewise.
6518 * graphite-optimize-isl.c : Likewise.
6519 * graphite-poly.c : Likewise.
6520 * graphite-scop-detection.c : Likewise.
6521 * graphite-sese-to-poly.c : Likewise.
6522 * graphite.c : Likewise.
6523 * haifa-sched.c : Likewise.
6524 * hard-reg-set.h : Likewise.
6525 * hw-doloop.c : Likewise.
6526 * ifcvt.c : Likewise.
6527 * inchash.c : Likewise.
6528 * incpath.c : Likewise.
6529 * init-regs.c : Likewise.
6530 * input.c : Likewise.
6531 * internal-fn.c : Likewise.
6532 * ipa-chkp.c : Likewise.
6533 * ipa-comdats.c : Likewise.
6534 * ipa-cp.c : Likewise.
6535 * ipa-devirt.c : Likewise.
6536 * ipa-icf-gimple.c : Likewise.
6537 * ipa-icf.c : Likewise.
6538 * ipa-inline-analysis.c : Likewise.
6539 * ipa-inline-transform.c : Likewise.
6540 * ipa-inline.c : Likewise.
6541 * ipa-polymorphic-call.c : Likewise.
6542 * ipa-profile.c : Likewise.
6543 * ipa-prop.c : Likewise.
6544 * ipa-pure-const.c : Likewise.
6545 * ipa-ref.c : Likewise.
6546 * ipa-reference.c : Likewise.
6547 * ipa-split.c : Likewise.
6548 * ipa-utils.c : Likewise.
6549 * ipa-visibility.c : Likewise.
6550 * ipa.c : Likewise.
6551 * ira-build.c : Likewise.
6552 * ira-color.c : Likewise.
6553 * ira-conflicts.c : Likewise.
6554 * ira-costs.c : Likewise.
6555 * ira-emit.c : Likewise.
6556 * ira-lives.c : Likewise.
6557 * ira.c : Likewise.
6558 * jump.c : Likewise.
6559 * langhooks.c : Likewise.
6560 * lcm.c : Likewise.
6561 * libfuncs.h : Likewise.
6562 * lists.c : Likewise.
6563 * loop-doloop.c : Likewise.
6564 * loop-init.c : Likewise.
6565 * loop-invariant.c : Likewise.
6566 * loop-iv.c : Likewise.
6567 * loop-unroll.c : Likewise.
6568 * lower-subreg.c : Likewise.
6569 * lra-assigns.c : Likewise.
6570 * lra-coalesce.c : Likewise.
6571 * lra-constraints.c : Likewise.
6572 * lra-eliminations.c : Likewise.
6573 * lra-lives.c : Likewise.
6574 * lra-remat.c : Likewise.
6575 * lra-spills.c : Likewise.
6576 * lra.c : Likewise.
6577 * lto-cgraph.c : Likewise.
6578 * lto-compress.c : Likewise.
6579 * lto-opts.c : Likewise.
6580 * lto-section-in.c : Likewise.
6581 * lto-section-out.c : Likewise.
6582 * lto-streamer-in.c : Likewise.
6583 * lto-streamer-out.c : Likewise.
6584 * lto-streamer.c : Likewise.
6585 * lto-streamer.h : Likewise.
6586 * mcf.c : Likewise.
6587 * mode-switching.c : Likewise.
6588 * modulo-sched.c : Likewise.
6589 * omega.c : Likewise.
6590 * omp-low.c : Likewise.
6591 * optabs.c : Likewise.
6592 * opts-global.c : Likewise.
6593 * opts.h : Likewise.
6594 * passes.c : Likewise.
6595 * plugin.c : Likewise.
6596 * postreload-gcse.c : Likewise.
6597 * postreload.c : Likewise.
6598 * predict.c : Likewise.
6599 * print-rtl.c : Likewise.
6600 * print-tree.c : Likewise.
6601 * profile.c : Likewise.
6602 * read-md.c : Likewise.
6603 * read-md.h : Likewise.
6604 * read-rtl.c : Likewise.
6605 * real.c : Likewise.
6606 * realmpfr.c : Likewise.
6607 * recog.c : Likewise.
6608 * ree.c : Likewise.
6609 * reg-stack.c : Likewise.
6610 * regcprop.c : Likewise.
6611 * reginfo.c : Likewise.
6612 * regrename.c : Likewise.
6613 * regstat.c : Likewise.
6614 * reload.c : Likewise.
6615 * reload1.c : Likewise.
6616 * reorg.c : Likewise.
6617 * resource.c : Likewise.
6618 * rtl-chkp.c : Likewise.
6619 * rtl.c : Likewise.
6620 * rtl.h : Likewise.
6621 * rtlanal.c : Likewise.
6622 * rtlhash.c : Likewise.
6623 * rtlhash.h : Likewise.
6624 * rtlhooks.c : Likewise.
6625 * sanopt.c : Likewise.
6626 * sched-deps.c : Likewise.
6627 * sched-ebb.c : Likewise.
6628 * sched-rgn.c : Likewise.
6629 * sched-vis.c : Likewise.
6630 * sdbout.c : Likewise.
6631 * sel-sched-dump.c : Likewise.
6632 * sel-sched-ir.c : Likewise.
6633 * sel-sched-ir.h : Likewise.
6634 * sel-sched.c : Likewise.
6635 * sese.c : Likewise.
6636 * shrink-wrap.c : Likewise.
6637 * shrink-wrap.h : Likewise.
6638 * simplify-rtx.c : Likewise.
6639 * stack-ptr-mod.c : Likewise.
6640 * statistics.c : Likewise.
6641 * stmt.c : Likewise.
6642 * stor-layout.c : Likewise.
6643 * store-motion.c : Likewise.
6644 * stringpool.c : Likewise.
6645 * symtab.c : Likewise.
6646 * target-globals.c : Likewise.
6647 * targhooks.c : Likewise.
6648 * tlink.c : Likewise.
6649 * toplev.c : Likewise.
6650 * tracer.c : Likewise.
6651 * trans-mem.c : Likewise.
6652 * tree-affine.c : Likewise.
6653 * tree-affine.h : Likewise.
6654 * tree-browser.c : Likewise.
6655 * tree-call-cdce.c : Likewise.
6656 * tree-cfg.c : Likewise.
6657 * tree-cfgcleanup.c : Likewise.
6658 * tree-chkp-opt.c : Likewise.
6659 * tree-chkp.c : Likewise.
6660 * tree-chrec.c : Likewise.
6661 * tree-complex.c : Likewise.
6662 * tree-data-ref.c : Likewise.
6663 * tree-dfa.c : Likewise.
6664 * tree-diagnostic.c : Likewise.
6665 * tree-dump.c : Likewise.
6666 * tree-eh.c : Likewise.
6667 * tree-eh.h : Likewise.
6668 * tree-emutls.c : Likewise.
6669 * tree-hasher.h : Likewise.
6670 * tree-if-conv.c : Likewise.
6671 * tree-inline.c : Likewise.
6672 * tree-inline.h : Likewise.
6673 * tree-into-ssa.c : Likewise.
6674 * tree-iterator.c : Likewise.
6675 * tree-loop-distribution.c : Likewise.
6676 * tree-nested.c : Likewise.
6677 * tree-nrv.c : Likewise.
6678 * tree-object-size.c : Likewise.
6679 * tree-outof-ssa.c : Likewise.
6680 * tree-parloops.c : Likewise.
6681 * tree-phinodes.c : Likewise.
6682 * tree-predcom.c : Likewise.
6683 * tree-pretty-print.c : Likewise.
6684 * tree-profile.c : Likewise.
6685 * tree-scalar-evolution.c : Likewise.
6686 * tree-sra.c : Likewise.
6687 * tree-ssa-address.c : Likewise.
6688 * tree-ssa-alias.c : Likewise.
6689 * tree-ssa-ccp.c : Likewise.
6690 * tree-ssa-coalesce.c : Likewise.
6691 * tree-ssa-copy.c : Likewise.
6692 * tree-ssa-copyrename.c : Likewise.
6693 * tree-ssa-dce.c : Likewise.
6694 * tree-ssa-dom.c : Likewise.
6695 * tree-ssa-dse.c : Likewise.
6696 * tree-ssa-forwprop.c : Likewise.
6697 * tree-ssa-ifcombine.c : Likewise.
6698 * tree-ssa-live.c : Likewise.
6699 * tree-ssa-loop-ch.c : Likewise.
6700 * tree-ssa-loop-im.c : Likewise.
6701 * tree-ssa-loop-ivcanon.c : Likewise.
6702 * tree-ssa-loop-ivopts.c : Likewise.
6703 * tree-ssa-loop-manip.c : Likewise.
6704 * tree-ssa-loop-niter.c : Likewise.
6705 * tree-ssa-loop-prefetch.c : Likewise.
6706 * tree-ssa-loop-unswitch.c : Likewise.
6707 * tree-ssa-loop.c : Likewise.
6708 * tree-ssa-math-opts.c : Likewise.
6709 * tree-ssa-operands.c : Likewise.
6710 * tree-ssa-phiopt.c : Likewise.
6711 * tree-ssa-phiprop.c : Likewise.
6712 * tree-ssa-pre.c : Likewise.
6713 * tree-ssa-propagate.c : Likewise.
6714 * tree-ssa-reassoc.c : Likewise.
6715 * tree-ssa-sccvn.c : Likewise.
6716 * tree-ssa-scopedtables.c : Likewise.
6717 * tree-ssa-sink.c : Likewise.
6718 * tree-ssa-strlen.c : Likewise.
6719 * tree-ssa-structalias.c : Likewise.
6720 * tree-ssa-tail-merge.c : Likewise.
6721 * tree-ssa-ter.c : Likewise.
6722 * tree-ssa-threadedge.c : Likewise.
6723 * tree-ssa-threadupdate.c : Likewise.
6724 * tree-ssa-uncprop.c : Likewise.
6725 * tree-ssa-uninit.c : Likewise.
6726 * tree-ssa.c : Likewise.
6727 * tree-ssanames.c : Likewise.
6728 * tree-stdarg.c : Likewise.
6729 * tree-streamer-in.c : Likewise.
6730 * tree-streamer-out.c : Likewise.
6731 * tree-streamer.c : Likewise.
6732 * tree-streamer.h : Likewise.
6733 * tree-switch-conversion.c : Likewise.
6734 * tree-tailcall.c : Likewise.
6735 * tree-vect-data-refs.c : Likewise.
6736 * tree-vect-generic.c : Likewise.
6737 * tree-vect-loop-manip.c : Likewise.
6738 * tree-vect-loop.c : Likewise.
6739 * tree-vect-patterns.c : Likewise.
6740 * tree-vect-slp.c : Likewise.
6741 * tree-vect-stmts.c : Likewise.
6742 * tree-vectorizer.c : Likewise.
6743 * tree-vectorizer.h : Likewise.
6744 * tree-vrp.c : Likewise.
6745 * tree.c : Likewise.
6746 * tsan.c : Likewise.
6747 * ubsan.c : Likewise.
6748 * valtrack.c : Likewise.
6749 * valtrack.h : Likewise.
6750 * value-prof.c : Likewise.
6751 * var-tracking.c : Likewise.
6752 * varasm.c : Likewise.
6753 * varpool.c : Likewise.
6754 * vec.c: Likewise.
6755 * vmsdbgout.c : Likewise.
6756 * vtable-verify.c : Likewise.
6757 * vtable-verify.h : Likewise.
6758 * web.c : Likewise.
6759 * wide-int.cc : Likewise.
6760 * xcoffout.c : Likewise.
6761 * config/aarch64/aarch64-builtins.c : Likewise.
6762 * config/aarch64/aarch64.c : Likewise.
6763 * config/aarch64/cortex-a57-fma-steering.c : Likewise.
6764 * config/alpha/alpha.c : Likewise.
6765 * config/arc/arc.c : Likewise.
6766 * config/arm/aarch-common.c : Likewise.
6767 * config/arm/arm-builtins.c : Likewise.
6768 * config/arm/arm-c.c : Likewise.
6769 * config/arm/arm.c : Likewise.
6770 * config/avr/avr-c.c : Likewise.
6771 * config/avr/avr-log.c : Likewise.
6772 * config/avr/avr.c : Likewise.
6773 * config/bfin/bfin.c : Likewise.
6774 * config/c6x/c6x.c : Likewise.
6775 * config/cr16/cr16.c : Likewise.
6776 * config/cris/cris.c : Likewise.
6777 * config/darwin-c.c : Likewise.
6778 * config/darwin.c : Likewise.
6779 * config/default-c.c : Likewise.
6780 * config/epiphany/epiphany.c : Likewise.
6781 * config/epiphany/mode-switch-use.c : Likewise.
6782 * config/epiphany/resolve-sw-modes.c : Likewise.
6783 * config/fr30/fr30.c : Likewise.
6784 * config/frv/frv.c : Likewise.
6785 * config/ft32/ft32.c : Likewise.
6786 * config/glibc-c.c : Likewise.
6787 * config/h8300/h8300.c : Likewise.
6788 * config/i386/i386-c.c : Likewise.
6789 * config/i386/i386.c : Likewise.
6790 * config/i386/msformat-c.c : Likewise.
6791 * config/i386/winnt-cxx.c : Likewise.
6792 * config/i386/winnt-stubs.c : Likewise.
6793 * config/i386/winnt.c : Likewise.
6794 * config/ia64/ia64-c.c : Likewise.
6795 * config/ia64/ia64.c : Likewise.
6796 * config/iq2000/iq2000.c : Likewise.
6797 * config/lm32/lm32.c : Likewise.
6798 * config/m32c/m32c-pragma.c : Likewise.
6799 * config/m32c/m32c.c : Likewise.
6800 * config/m32r/m32r.c : Likewise.
6801 * config/m68k/m68k.c : Likewise.
6802 * config/mcore/mcore.c : Likewise.
6803 * config/mep/mep-pragma.c : Likewise.
6804 * config/mep/mep.c : Likewise.
6805 * config/microblaze/microblaze-c.c : Likewise.
6806 * config/microblaze/microblaze.c : Likewise.
6807 * config/mips/mips.c : Likewise.
6808 * config/mmix/mmix.c : Likewise.
6809 * config/mn10300/mn10300.c : Likewise.
6810 * config/moxie/moxie.c : Likewise.
6811 * config/msp430/msp430-c.c : Likewise.
6812 * config/msp430/msp430.c : Likewise.
6813 * config/nds32/nds32-cost.c : Likewise.
6814 * config/nds32/nds32-fp-as-gp.c : Likewise.
6815 * config/nds32/nds32-intrinsic.c : Likewise.
6816 * config/nds32/nds32-isr.c : Likewise.
6817 * config/nds32/nds32-md-auxiliary.c : Likewise.
6818 * config/nds32/nds32-memory-manipulation.c : Likewise.
6819 * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
6820 * config/nds32/nds32-predicates.c : Likewise.
6821 * config/nds32/nds32.c : Likewise.
6822 * config/nios2/nios2.c : Likewise.
6823 * config/nvptx/nvptx.c : Likewise.
6824 * config/pa/pa.c : Likewise.
6825 * config/pdp11/pdp11.c : Likewise.
6826 * config/rl78/rl78-c.c : Likewise.
6827 * config/rl78/rl78.c : Likewise.
6828 * config/rs6000/rs6000-c.c : Likewise.
6829 * config/rs6000/rs6000.c : Likewise.
6830 * config/rx/rx.c : Likewise.
6831 * config/s390/s390-c.c : Likewise.
6832 * config/s390/s390.c : Likewise.
6833 * config/sh/sh-c.c : Likewise.
6834 * config/sh/sh-mem.cc : Likewise.
6835 * config/sh/sh.c : Likewise.
6836 * config/sh/sh_optimize_sett_clrt.cc : Likewise.
6837 * config/sh/sh_treg_combine.cc : Likewise.
6838 * config/sol2-c.c : Likewise.
6839 * config/sol2-cxx.c : Likewise.
6840 * config/sol2-stubs.c : Likewise.
6841 * config/sol2.c : Likewise.
6842 * config/sparc/sparc-c.c : Likewise.
6843 * config/sparc/sparc.c : Likewise.
6844 * config/spu/spu-c.c : Likewise.
6845 * config/spu/spu.c : Likewise.
6846 * config/stormy16/stormy16.c : Likewise.
6847 * config/tilegx/mul-tables.c : Likewise.
6848 * config/tilegx/tilegx-c.c : Likewise.
6849 * config/tilegx/tilegx.c : Likewise.
6850 * config/tilepro/mul-tables.c : Likewise.
6851 * config/tilepro/tilepro-c.c : Likewise.
6852 * config/tilepro/tilepro.c : Likewise.
6853 * config/v850/v850-c.c : Likewise.
6854 * config/v850/v850.c : Likewise.
6855 * config/vax/vax.c : Likewise.
6856 * config/visium/visium.c : Likewise.
6857 * config/vms/vms-c.c : Likewise.
6858 * config/vms/vms.c : Likewise.
6859 * config/vxworks.c : Likewise.
6860 * config/winnt-c.c : Likewise.
6861 * config/xtensa/xtensa.c : Likewise.
6862
6863 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
6864
6865 PR lto/65378
6866 * ipa-utils.h (warn_types_mismatch): Update prototype.
6867 * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
6868 parameters.
6869 (type_mismatch_p): New function.
6870 (warn_types_mismatch): Reorg to work better on non-C++ types.
6871 (odr_types_equivalent_p): Add loc1/loc2 parameters.
6872 (add_type_duplicate): Update.
6873
6874 2015-06-08 Tom de Vries <tom@codesourcery.com>
6875
6876 PR rtl-optimization/66444
6877 * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
6878 call_used_regs.
6879
6880 2015-06-08 Richard Biener <rguenther@suse.de>
6881
6882 PR tree-optimization/66422
6883 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
6884 block after inserted gcc_unreachable.
6885
6886 2015-06-08 Nick Clifton <nickc@redhat.com>
6887
6888 * config/rx/rx.c (rx_function_value): Do not promote vector types.
6889 (rx_promote_function_mode): Likewise.
6890 * config/rx/rx.h (LIBCALL_VALUE): Likewise.
6891
6892 2015-06-08 Jakub Jelinek <jakub@redhat.com>
6893
6894 * genattrtab.c (insn_alternatives): Change type from int *
6895 to uint64_t *.
6896 (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
6897 (get_attr_value): Change type of num_alt to uint64_t.
6898 (compute_alternative_mask): Change return type from
6899 int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
6900 (make_alternative_compare, mk_attr_alt): Change argument type
6901 from int to uint64_t.
6902 (simplify_test_exp): Change type of i from int to uint64_t.
6903 Shift ((uint64_t) 1) instead of 1 up.
6904 (main): Adjust oballocvec first argument from int to uint64_t.
6905 Shift ((uint64_t) 1) instead of 1 up.
6906
6907 2015-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6908
6909 PR other/65366
6910 * gdbhooks.py: Import sys.
6911 (intptr): New function. Replace int(...) by intptr(...).
6912
6913 2015-06-08 Richard Biener <rguenther@suse.de>
6914
6915 * tree-vect-stmts.c (vectorizable_load): Compute the pointer
6916 adjustment for gaps at the end of a SLP load group properly.
6917 * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
6918 all permutations we can generate.
6919 (vect_transform_slp_perm_load): Use the correct group-size.
6920
6921 2015-06-08 Marc Glisse <marc.glisse@inria.fr>
6922
6923 * genmatch.c (expr::gen_transform): For conditions, guess the type
6924 from the second operand.
6925
6926 2015-06-08 Tom de Vries <tom@codesourcery.com>
6927
6928 PR tree-optimization/66442
6929 * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
6930 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
6931 if the loop latch is not a singleton. Use
6932 gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
6933
6934 2015-06-08 Marek Polacek <polacek@redhat.com>
6935
6936 PR sanitizer/66452
6937 * toplev.c (check_global_declaration): Don't warn about artificial
6938 decls.
6939
6940 2015-06-08 Tom de Vries <tom@codesourcery.com>
6941
6942 PR tree-optimization/66436
6943 * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
6944 dump file.
6945 * gimplify.c: Add tree-dump.h include.
6946 (gimplify_function_tree): Dump function to gimple dump file.
6947 * stor-layout.c (finalize_size_functions): Don't dump function to gimple
6948 dump file.
6949
6950 2015-06-08 Tom de Vries <tom@codesourcery.com>
6951
6952 PR tree-optimization/66435
6953 * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
6954 function.
6955
6956 2015-06-06 Jan Hubicka <hubicka@ucw.cz>
6957
6958 * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
6959 of ptr_type_node to not be ptr_to_node.
6960 * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
6961 TREE_TYPE of pointers.
6962 * gimple-expr.c (useless_type_conversion): Reorder the check for
6963 function pointers and TYPE_CANONICAL.
6964
6965 2015-06-06 John David Anglin <danglin@gcc.gnu.org>
6966
6967 PR bootstrap/66319
6968 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
6969 defines. Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
6970 Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
6971 later.
6972 * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
6973 Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
6974 _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
6975 _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
6976 and non iso if unix2003.
6977
6978 2015-06-06 Aldy Hernandez <aldyh@redhat.com>
6979
6980 * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
6981
6982 2015-06-06 Richard Sandiford <richard.sandiford@arm.com>
6983
6984 * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
6985 rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
6986 cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
6987 except.c, final.c, function.c, gcse-common.c, genemit.c,
6988 haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
6989 lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
6990 sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
6991 shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
6992 more derived ones.
6993
6994 2015-06-06 Mikhail Maltsev <maltsevm@gmail.com>
6995
6996 * combine.c (combine_split_insns): Remove cast.
6997 * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
6998 * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
6999 * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
7000 * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
7001 * genemit.c (gen_split): Change return type of generated functions to
7002 rtx_insn.
7003 * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
7004 (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
7005 gen_peephole2_* functions.
7006 (print_subroutine, main): Likewise.
7007 * recog.c (peephole2_optimize): Remove cast.
7008 (peep2_next_insn): Promote return type to rtx_insn.
7009 * recog.h (peep2_next_insn): Fix prototype.
7010 * rtl.h (try_split, split_insns): Likewise.
7011
7012 2015-06-06 DJ Delorie <dj@redhat.com>
7013
7014 * config/msp430/msp430.c (msp430_asm_integer): Support addition
7015 and subtraction too.
7016
7017 2015-06-05 Kaz Kojima <kkojima@gcc.gnu.org>
7018
7019 PR target/66410
7020 * config/sh/constraints.md (Sid, Ssd): New memory constraints.
7021 * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
7022 instead of Snd. Disparage Sid/z alternative with '^'.
7023
7024 2015-06-05 Aldy Hernandez <aldyh@redhat.com>
7025
7026 * dwarf2out.c: Remove deferred_locations*.
7027 (dwarf2_debug_hooks): Add early_finish hook.
7028 Remove global_decl hook.
7029 Add early_global_decl and late_global_decl hook.
7030 New global early_dwarf.
7031 New structure set_early_dwarf.
7032 (output_die): Indicate whether a DIE was generated early
7033 when generating assembly with -dA.
7034 (struct limbo_die_struct): Document created_for field.
7035 Remove file_table_last_lookup.
7036 (remove_AT): Return TRUE if successful.
7037 (remove_child_TAG): Clear die_parent.
7038 (reparent_child): New function abstracted from...
7039 (splice_child_die): ...here.
7040 (new_die): ICE if a DIE ends up in limbo too late.
7041 (check_die): New.
7042 (defer_location): Remove.
7043 (add_subscript_info): Reuse DW_TAG_subrange_type if available.
7044 (fill_variable_array_bounds): New.
7045 (decl_start_label): Call fill_variable_array_bounds.
7046 (gen_formal_parameter_die): Rewrite to reuse previously generated
7047 DIEs.
7048 (gen_subprogram_die): Same.
7049 (gen_variable_die): Same.
7050 (gen_const_die): Same.
7051 (gen_label_die): Same.
7052 (gen_lexical_block_die): Same.
7053 (decl_will_get_specification_p): New.
7054 (local_function_static): New.
7055 (gen_struct_or_union_type_die): Fill in variable-length fields.
7056 (gen_typedef_die): Fill in variable-length typedefs.
7057 (gen_tagged_type_die): Gracefully return on error_mark_node.
7058 Handle re-entrancy.
7059 (gen_type_die_with_usage): Handle variable-length types.
7060 Remove duplicate code for ARRAY_TYPE case.
7061 (process_scope_var): Only process imported modules during early
7062 dwarf.
7063 (dwarf2out_early_global_decl): New.
7064 (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
7065 (dwarf2out_type_decl): Set early_dwarf while calling
7066 dwarf2out_decl.
7067 (dwarf2out_decl): Verify that we did not recreate a previously
7068 generated DIE.
7069 Do not return on DECL_EXTERNALs in VAR_DECLs.
7070 Abstract some code to local_function_static.
7071 (lookup_filename): Remove use of file_table_last_lookup.
7072 Gracefully exit on missing file_name.
7073 (dwarf2out_finish): Verify limbo list.
7074 Remove deferred_locations_list use.
7075 Move deferred_asm_name and limbo flushing to...
7076 (dwarf2out_early_finish): ...here. New.
7077 (dwarf2out_c_finalize): Remove set of deferred_location_list,
7078 deferred_asm_name, and file_table_last_lookup.
7079 * cgraph.h (referred_to_p): Add default argument.
7080 * cgraphunit.c (referred_to_p): Add and handle include_self
7081 argument.
7082 (analyze_functions): Add first_time argument.
7083 Call check_global_declaration for all symbols.
7084 Call late_global_decl for nodes for moribund nodes.
7085 (finalize_compilation_unit): Add new argument to
7086 analyze_functions.
7087 Call early_global_decl for functions.
7088 Call early_finish debug hook.
7089 * dbxout.c (dbxout_early_global_decl): New.
7090 (dbxout_late_global_decl): New. Adapted from dbxout_global_decl.
7091 (dbx_debug_hooks): Add new hooks.
7092 (xcoff_debug_hooks): Same.
7093 * debug.c (do_nothing_debug_hooks): Add early_finish field.
7094 Add early and late debug hooks.
7095 Remove global_decl hook.
7096 * debug.h (struct gcc_debug_hooks): Add early_finish,
7097 early_global_decl, and late_global_decl fields.
7098 Remove global_decl field.
7099 Document gcc_debug_hooks.
7100 * gengtype.c (output_typename): Remove.
7101 * godump.c (go_early_global_decl): New.
7102 (go_late_global_decl): New.
7103 (go_global_decl): Remove.
7104 (dump_go_spec_init): Remove global_decl. Add
7105 {early,late}_global_decl.
7106 * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
7107 (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
7108 * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
7109 (write_global_declarations): Remove.
7110 (global_decl_processing): New.
7111 * langhooks.h (struct lang_hooks_for_decls): Remove
7112 final_write_globals field.
7113 Add post_compilation_parsing_cleanups field.
7114 * passes.c (rest_of_decl_compilation): Call early_global_decl.
7115 * sdbout.c: Add early and late_global_decl hooks. Remove
7116 sdbout_global_decl hook.
7117 Add early_finish field for sdb_debug_hooks.
7118 (sdbout_global_decl): Remove.
7119 (sdbout_early_global_decl): New.
7120 (sdbout_late_global_decl): New.
7121 * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
7122 * toplev.c (check_global_declaration): Rename from
7123 check_global_declaration_1.
7124 Adapt to use symtab infrastructure.
7125 (check_global_declarations): Remove.
7126 (emit_debug_global_declarations): Remove.
7127 (compile_file): Remove call to final_write_globals langhook.
7128 Run the actual compilation process.
7129 Perform any post compilation parser cleanups.
7130 Generate late debug info.
7131 * toplev.h (check_global_declaration): New.
7132 (check_global_declaration_1): Remove.
7133 (check_global_declarations): Remove.
7134 (write_global_declarations): Remove.
7135 (emit_debug_global_declarations): Remove.
7136 (global_decl_processing): New.
7137 * tree-core.h (struct tree_block): Add DIE field.
7138 * tree.h (BLOCK_DIE): New.
7139 * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
7140 throughout.
7141 (vmsdbgout_early_global_decl): New.
7142 (vmsdbgout_late_global_decl): New.
7143 Add early_finish debug hook field to vmsdbg_debug_hooks.
7144 Remove vmsdbgout_decl to vmsdbgout_function_decl.
7145 Add early and late_global_decl debug hooks.
7146
7147 2015-06-05 Julian Brown <julian@codesourcery.com>
7148 Sandra Loosemore <sandra@codesourcery.com>
7149
7150 * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
7151 * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
7152 to print-sysroot-suffix.sh script.
7153
7154 2015-06-05 Tom de Vries <tom@codesourcery.com>
7155
7156 merge from gomp4 branch:
7157 2015-05-28 Tom de Vries <tom@codesourcery.com>
7158
7159 PR tree-optimization/65443
7160 * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
7161 (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
7162 (try_transform_to_exit_first_loop_alt): New function.
7163 (transform_to_exit_first_loop): Use
7164 try_transform_to_exit_first_loop_alt.
7165
7166 2015-06-05 James Greenhalgh <james.greenhalgh@arm.com>
7167
7168 * builtins.c (expand_builtin_atomic_compare_exchange): Call
7169 emit_cmp_and_jump_insns with the mode of target.
7170
7171 2015-06-05 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
7172
7173 * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
7174
7175 2015-06-04 DJ Delorie <dj@redhat.com>
7176
7177 * config/msp430/msp430.md (movsi_s): New. Special case for
7178 storing a 20-bit symbol into a 32-bit register.
7179 * config/msp430/msp430.c (msp430_subreg): Add support for it.
7180 * config/msp430/predicates.md (msp430_symbol_operand): New.
7181
7182 2015-06-04 Sriraman Tallam <tmsriram@google.com>
7183
7184 * c-family/c-common.c (noplt): New attribute.
7185 (handle_noplt_attribute): New handler.
7186 * calls.c (prepare_call_address): Check for noplt
7187 attribute.
7188 * config/i386/i386.c (ix86_expand_call): Check
7189 for noplt attribute.
7190 (ix86_nopic_noplt_attribute_p): New function.
7191 (ix86_output_call_insn): Output indirect call for non-pic
7192 no plt calls.
7193 * doc/extend.texi (noplt): Document new attribute.
7194 * doc/invoke.texi: Document new attribute.
7195
7196 2015-06-04 Andrew MacLeod <amacleod@redhat.com>
7197
7198 * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
7199 real.h, and fixed-value.h when included in host source files.
7200 * double-int.h: Remove redundant #includes listed above.
7201 * fixed-value.h: Likewise.
7202 * real.h: Likewise.
7203 * wide-int.h: Likewise.
7204 * inchash.h: Likewise.
7205 * rtl.h: Add some include files When included from a generator file.
7206 * target.h: Remove wide-int.h and insn-modes.h from the include list.
7207 * internal-fn.h: Don't include coretypes.h.
7208 * alias.c: Adjust includes for restructured coretypes.h.
7209 * asan.c: Likewise.
7210 * attribs.c: Likewise.
7211 * auto-inc-dec.c: Likewise.
7212 * auto-profile.c: Likewise.
7213 * bb-reorder.c: Likewise.
7214 * bt-load.c: Likewise.
7215 * builtins.c: Likewise.
7216 * caller-save.c: Likewise.
7217 * calls.c: Likewise.
7218 * ccmp.c: Likewise.
7219 * cfg.c: Likewise.
7220 * cfganal.c: Likewise.
7221 * cfgbuild.c: Likewise.
7222 * cfgcleanup.c: Likewise.
7223 * cfgexpand.c: Likewise.
7224 * cfghooks.c: Likewise.
7225 * cfgloop.c: Likewise.
7226 * cfgloop.h: Likewise.
7227 * cfgloopanal.c: Likewise.
7228 * cfgloopmanip.c: Likewise.
7229 * cfgrtl.c: Likewise.
7230 * cgraph.c: Likewise.
7231 * cgraphbuild.c: Likewise.
7232 * cgraphclones.c: Likewise.
7233 * cgraphunit.c: Likewise.
7234 * cilk-common.c: Likewise.
7235 * combine-stack-adj.c: Likewise.
7236 * combine.c: Likewise.
7237 * compare-elim.c: Likewise.
7238 * convert.c: Likewise.
7239 * coverage.c: Likewise.
7240 * cppbuiltin.c: Likewise.
7241 * cprop.c: Likewise.
7242 * cse.c: Likewise.
7243 * cselib.c: Likewise.
7244 * data-streamer-in.c: Likewise.
7245 * data-streamer-out.c: Likewise.
7246 * data-streamer.c: Likewise.
7247 * dbxout.c: Likewise.
7248 * dce.c: Likewise.
7249 * ddg.c: Likewise.
7250 * debug.c: Likewise.
7251 * df-core.c: Likewise.
7252 * df-problems.c: Likewise.
7253 * df-scan.c: Likewise.
7254 * df.h: Likewise.
7255 * dfp.c: Likewise.
7256 * dojump.c: Likewise.
7257 * dominance.c: Likewise.
7258 * domwalk.c: Likewise.
7259 * double-int.c: Likewise.
7260 * dse.c: Likewise.
7261 * dumpfile.c: Likewise.
7262 * dwarf2asm.c: Likewise.
7263 * dwarf2cfi.c: Likewise.
7264 * dwarf2out.c: Likewise.
7265 * dwarf2out.h: Likewise.
7266 * emit-rtl.c: Likewise.
7267 * et-forest.c: Likewise.
7268 * except.c: Likewise.
7269 * explow.c: Likewise.
7270 * expmed.c: Likewise.
7271 * expr.c: Likewise.
7272 * final.c: Likewise.
7273 * fixed-value.c: Likewise.
7274 * fold-const.c: Likewise.
7275 * function.c: Likewise.
7276 * fwprop.c: Likewise.
7277 * gcc-plugin.h: Likewise.
7278 * gcse.c: Likewise.
7279 * generic-match-head.c: Likewise.
7280 * ggc-page.c: Likewise.
7281 * gimple-builder.c: Likewise.
7282 * gimple-expr.c: Likewise.
7283 * gimple-fold.c: Likewise.
7284 * gimple-iterator.c: Likewise.
7285 * gimple-low.c: Likewise.
7286 * gimple-match-head.c: Likewise.
7287 * gimple-pretty-print.c: Likewise.
7288 * gimple-ssa-isolate-paths.c: Likewise.
7289 * gimple-ssa-strength-reduction.c: Likewise.
7290 * gimple-streamer-in.c: Likewise.
7291 * gimple-streamer-out.c: Likewise.
7292 * gimple-streamer.h: Likewise.
7293 * gimple-walk.c: Likewise.
7294 * gimple.c: Likewise.
7295 * gimplify-me.c: Likewise.
7296 * gimplify.c: Likewise.
7297 * godump.c: Likewise.
7298 * graph.c: Likewise.
7299 * graphite-blocking.c: Likewise.
7300 * graphite-dependences.c: Likewise.
7301 * graphite-interchange.c: Likewise.
7302 * graphite-isl-ast-to-gimple.c: Likewise.
7303 * graphite-optimize-isl.c: Likewise.
7304 * graphite-poly.c: Likewise.
7305 * graphite-scop-detection.c: Likewise.
7306 * graphite-sese-to-poly.c: Likewise.
7307 * graphite.c: Likewise.
7308 * haifa-sched.c: Likewise.
7309 * hooks.h: Likewise.
7310 * hw-doloop.c: Likewise.
7311 * ifcvt.c: Likewise.
7312 * incpath.c: Likewise.
7313 * init-regs.c: Likewise.
7314 * internal-fn.c: Likewise.
7315 * ipa-chkp.c: Likewise.
7316 * ipa-comdats.c: Likewise.
7317 * ipa-cp.c: Likewise.
7318 * ipa-devirt.c: Likewise.
7319 * ipa-icf-gimple.c: Likewise.
7320 * ipa-icf.c: Likewise.
7321 * ipa-inline-analysis.c: Likewise.
7322 * ipa-inline-transform.c: Likewise.
7323 * ipa-inline.c: Likewise.
7324 * ipa-polymorphic-call.c: Likewise.
7325 * ipa-profile.c: Likewise.
7326 * ipa-prop.c: Likewise.
7327 * ipa-pure-const.c: Likewise.
7328 * ipa-ref.c: Likewise.
7329 * ipa-reference.c: Likewise.
7330 * ipa-split.c: Likewise.
7331 * ipa-utils.c: Likewise.
7332 * ipa-visibility.c: Likewise.
7333 * ipa.c: Likewise.
7334 * ira-build.c: Likewise.
7335 * ira-color.c: Likewise.
7336 * ira-conflicts.c: Likewise.
7337 * ira-costs.c: Likewise.
7338 * ira-emit.c: Likewise.
7339 * ira-lives.c: Likewise.
7340 * ira.c: Likewise.
7341 * jump.c: Likewise.
7342 * langhooks.c: Likewise.
7343 * lcm.c: Likewise.
7344 * loop-doloop.c: Likewise.
7345 * loop-init.c: Likewise.
7346 * loop-invariant.c: Likewise.
7347 * loop-iv.c: Likewise.
7348 * loop-unroll.c: Likewise.
7349 * lower-subreg.c: Likewise.
7350 * lra-assigns.c: Likewise.
7351 * lra-coalesce.c: Likewise.
7352 * lra-constraints.c: Likewise.
7353 * lra-eliminations.c: Likewise.
7354 * lra-lives.c: Likewise.
7355 * lra-remat.c: Likewise.
7356 * lra-spills.c: Likewise.
7357 * lra.c: Likewise.
7358 * lto-cgraph.c: Likewise.
7359 * lto-compress.c: Likewise.
7360 * lto-opts.c: Likewise.
7361 * lto-section-in.c: Likewise.
7362 * lto-section-out.c: Likewise.
7363 * lto-streamer-in.c: Likewise.
7364 * lto-streamer-out.c: Likewise.
7365 * lto-streamer.c: Likewise.
7366 * mcf.c: Likewise.
7367 * mode-switching.c: Likewise.
7368 * modulo-sched.c: Likewise.
7369 * omega.c: Likewise.
7370 * omp-low.c: Likewise.
7371 * optabs.c: Likewise.
7372 * opts-global.c: Likewise.
7373 * passes.c: Likewise.
7374 * plugin.c: Likewise.
7375 * postreload-gcse.c: Likewise.
7376 * postreload.c: Likewise.
7377 * predict.c: Likewise.
7378 * print-rtl.c: Likewise.
7379 * print-tree.c: Likewise.
7380 * profile.c: Likewise.
7381 * real.c: Likewise.
7382 * realmpfr.c: Likewise.
7383 * realmpfr.h: Likewise.
7384 * recog.c: Likewise.
7385 * ree.c: Likewise.
7386 * reg-stack.c: Likewise.
7387 * regcprop.c: Likewise.
7388 * reginfo.c: Likewise.
7389 * regrename.c: Likewise.
7390 * regs.h: Likewise.
7391 * regstat.c: Likewise.
7392 * reload.c: Likewise.
7393 * reload1.c: Likewise.
7394 * reorg.c: Likewise.
7395 * resource.c: Likewise.
7396 * rtl-chkp.c: Likewise.
7397 * rtlanal.c: Likewise.
7398 * rtlhooks.c: Likewise.
7399 * sanopt.c: Likewise.
7400 * sched-deps.c: Likewise.
7401 * sched-ebb.c: Likewise.
7402 * sched-rgn.c: Likewise.
7403 * sched-vis.c: Likewise.
7404 * sdbout.c: Likewise.
7405 * sel-sched-dump.c: Likewise.
7406 * sel-sched-ir.c: Likewise.
7407 * sel-sched.c: Likewise.
7408 * sese.c: Likewise.
7409 * shrink-wrap.c: Likewise.
7410 * shrink-wrap.h: Likewise.
7411 * simplify-rtx.c: Likewise.
7412 * stack-ptr-mod.c: Likewise.
7413 * statistics.c: Likewise.
7414 * stmt.c: Likewise.
7415 * stor-layout.c: Likewise.
7416 * store-motion.c: Likewise.
7417 * stringpool.c: Likewise.
7418 * symtab.c: Likewise.
7419 * target-globals.c: Likewise.
7420 * targhooks.c: Likewise.
7421 * toplev.c: Likewise.
7422 * tracer.c: Likewise.
7423 * trans-mem.c: Likewise.
7424 * tree-affine.c: Likewise.
7425 * tree-affine.h: Likewise.
7426 * tree-browser.c: Likewise.
7427 * tree-call-cdce.c: Likewise.
7428 * tree-cfg.c: Likewise.
7429 * tree-cfgcleanup.c: Likewise.
7430 * tree-chkp-opt.c: Likewise.
7431 * tree-chkp.c: Likewise.
7432 * tree-chrec.c: Likewise.
7433 * tree-complex.c: Likewise.
7434 * tree-data-ref.c: Likewise.
7435 * tree-dfa.c: Likewise.
7436 * tree-diagnostic.c: Likewise.
7437 * tree-dump.c: Likewise.
7438 * tree-eh.c: Likewise.
7439 * tree-emutls.c: Likewise.
7440 * tree-if-conv.c: Likewise.
7441 * tree-inline.c: Likewise.
7442 * tree-into-ssa.c: Likewise.
7443 * tree-iterator.c: Likewise.
7444 * tree-loop-distribution.c: Likewise.
7445 * tree-nested.c: Likewise.
7446 * tree-nrv.c: Likewise.
7447 * tree-object-size.c: Likewise.
7448 * tree-outof-ssa.c: Likewise.
7449 * tree-parloops.c: Likewise.
7450 * tree-phinodes.c: Likewise.
7451 * tree-predcom.c: Likewise.
7452 * tree-pretty-print.c: Likewise.
7453 * tree-pretty-print.h: Likewise.
7454 * tree-profile.c: Likewise.
7455 * tree-scalar-evolution.c: Likewise.
7456 * tree-sra.c: Likewise.
7457 * tree-ssa-address.c: Likewise.
7458 * tree-ssa-alias.c: Likewise.
7459 * tree-ssa-ccp.c: Likewise.
7460 * tree-ssa-coalesce.c: Likewise.
7461 * tree-ssa-copy.c: Likewise.
7462 * tree-ssa-copyrename.c: Likewise.
7463 * tree-ssa-dce.c: Likewise.
7464 * tree-ssa-dom.c: Likewise.
7465 * tree-ssa-dse.c: Likewise.
7466 * tree-ssa-forwprop.c: Likewise.
7467 * tree-ssa-ifcombine.c: Likewise.
7468 * tree-ssa-live.c: Likewise.
7469 * tree-ssa-loop-ch.c: Likewise.
7470 * tree-ssa-loop-im.c: Likewise.
7471 * tree-ssa-loop-ivcanon.c: Likewise.
7472 * tree-ssa-loop-ivopts.c: Likewise.
7473 * tree-ssa-loop-manip.c: Likewise.
7474 * tree-ssa-loop-niter.c: Likewise.
7475 * tree-ssa-loop-prefetch.c: Likewise.
7476 * tree-ssa-loop-unswitch.c: Likewise.
7477 * tree-ssa-loop.c: Likewise.
7478 * tree-ssa-loop.h: Likewise.
7479 * tree-ssa-math-opts.c: Likewise.
7480 * tree-ssa-operands.c: Likewise.
7481 * tree-ssa-phiopt.c: Likewise.
7482 * tree-ssa-phiprop.c: Likewise.
7483 * tree-ssa-pre.c: Likewise.
7484 * tree-ssa-propagate.c: Likewise.
7485 * tree-ssa-reassoc.c: Likewise.
7486 * tree-ssa-sccvn.c: Likewise.
7487 * tree-ssa-scopedtables.c: Likewise.
7488 * tree-ssa-sink.c: Likewise.
7489 * tree-ssa-strlen.c: Likewise.
7490 * tree-ssa-structalias.c: Likewise.
7491 * tree-ssa-tail-merge.c: Likewise.
7492 * tree-ssa-ter.c: Likewise.
7493 * tree-ssa-threadedge.c: Likewise.
7494 * tree-ssa-threadupdate.c: Likewise.
7495 * tree-ssa-uncprop.c: Likewise.
7496 * tree-ssa-uninit.c: Likewise.
7497 * tree-ssa.c: Likewise.
7498 * tree-ssanames.c: Likewise.
7499 * tree-stdarg.c: Likewise.
7500 * tree-streamer-in.c: Likewise.
7501 * tree-streamer-out.c: Likewise.
7502 * tree-streamer.c: Likewise.
7503 * tree-switch-conversion.c: Likewise.
7504 * tree-tailcall.c: Likewise.
7505 * tree-vect-data-refs.c: Likewise.
7506 * tree-vect-generic.c: Likewise.
7507 * tree-vect-loop-manip.c: Likewise.
7508 * tree-vect-loop.c: Likewise.
7509 * tree-vect-patterns.c: Likewise.
7510 * tree-vect-slp.c: Likewise.
7511 * tree-vect-stmts.c: Likewise.
7512 * tree-vectorizer.c: Likewise.
7513 * tree-vrp.c: Likewise.
7514 * tree.c: Likewise.
7515 * tsan.c: Likewise.
7516 * ubsan.c: Likewise.
7517 * valtrack.c: Likewise.
7518 * value-prof.c: Likewise.
7519 * var-tracking.c: Likewise.
7520 * varasm.c: Likewise.
7521 * varpool.c: Likewise.
7522 * vmsdbgout.c: Likewise.
7523 * vtable-verify.c: Likewise.
7524 * web.c: Likewise.
7525 * wide-int-print.cc: Likewise.
7526 * wide-int-print.h: Likewise.
7527 * wide-int.cc: Likewise.
7528 * xcoffout.c: Likewise.
7529 * config/aarch64/aarch64-builtins.c: Likewise.
7530 * config/aarch64/aarch64.c: Likewise.
7531 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
7532 * config/alpha/alpha.c: Likewise.
7533 * config/arc/arc.c: Likewise.
7534 * config/arm/aarch-common.c: Likewise.
7535 * config/arm/arm-builtins.c: Likewise.
7536 * config/arm/arm-c.c: Likewise.
7537 * config/arm/arm.c: Likewise.
7538 * config/avr/avr-c.c: Likewise.
7539 * config/avr/avr-log.c: Likewise.
7540 * config/avr/avr.c: Likewise.
7541 * config/bfin/bfin.c: Likewise.
7542 * config/c6x/c6x.c: Likewise.
7543 * config/cr16/cr16.c: Likewise.
7544 * config/cris/cris.c: Likewise.
7545 * config/darwin-c.c: Likewise.
7546 * config/darwin.c: Likewise.
7547 * config/default-c.c: Likewise.
7548 * config/epiphany/epiphany.c: Likewise.
7549 * config/epiphany/mode-switch-use.c: Likewise.
7550 * config/epiphany/resolve-sw-modes.c: Likewise.
7551 * config/fr30/fr30.c: Likewise.
7552 * config/frv/frv.c: Likewise.
7553 * config/ft32/ft32.c: Likewise.
7554 * config/glibc-c.c: Likewise.
7555 * config/h8300/h8300.c: Likewise.
7556 * config/i386/i386-c.c: Likewise.
7557 * config/i386/i386.c: Likewise.
7558 * config/i386/msformat-c.c: Likewise.
7559 * config/i386/winnt-cxx.c: Likewise.
7560 * config/i386/winnt-stubs.c: Likewise.
7561 * config/i386/winnt.c: Likewise.
7562 * config/ia64/ia64-c.c: Likewise.
7563 * config/ia64/ia64.c: Likewise.
7564 * config/iq2000/iq2000.c: Likewise.
7565 * config/lm32/lm32.c: Likewise.
7566 * config/m32c/m32c-pragma.c: Likewise.
7567 * config/m32c/m32c.c: Likewise.
7568 * config/m32r/m32r.c: Likewise.
7569 * config/m68k/m68k.c: Likewise.
7570 * config/mcore/mcore.c: Likewise.
7571 * config/mep/mep-pragma.c: Likewise.
7572 * config/mep/mep.c: Likewise.
7573 * config/microblaze/microblaze-c.c: Likewise.
7574 * config/microblaze/microblaze.c: Likewise.
7575 * config/mips/mips.c: Likewise.
7576 * config/mmix/mmix.c: Likewise.
7577 * config/mn10300/mn10300.c: Likewise.
7578 * config/moxie/moxie.c: Likewise.
7579 * config/msp430/msp430-c.c: Likewise.
7580 * config/msp430/msp430.c: Likewise.
7581 * config/nds32/nds32-cost.c: Likewise.
7582 * config/nds32/nds32-fp-as-gp.c: Likewise.
7583 * config/nds32/nds32-intrinsic.c: Likewise.
7584 * config/nds32/nds32-isr.c: Likewise.
7585 * config/nds32/nds32-md-auxiliary.c: Likewise.
7586 * config/nds32/nds32-memory-manipulation.c: Likewise.
7587 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
7588 * config/nds32/nds32-predicates.c: Likewise.
7589 * config/nds32/nds32.c: Likewise.
7590 * config/nios2/nios2.c: Likewise.
7591 * config/nvptx/nvptx.c: Likewise.
7592 * config/pa/pa.c: Likewise.
7593 * config/pdp11/pdp11.c: Likewise.
7594 * config/rl78/rl78-c.c: Likewise.
7595 * config/rl78/rl78.c: Likewise.
7596 * config/rs6000/rs6000-c.c: Likewise.
7597 * config/rs6000/rs6000.c: Likewise.
7598 * config/rx/rx.c: Likewise.
7599 * config/s390/s390-c.c: Likewise.
7600 * config/s390/s390.c: Likewise.
7601 * config/sh/sh-c.c: Likewise.
7602 * config/sh/sh-mem.cc: Likewise.
7603 * config/sh/sh.c: Likewise.
7604 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
7605 * config/sh/sh_treg_combine.cc: Likewise.
7606 * config/sol2-c.c: Likewise.
7607 * config/sol2-cxx.c: Likewise.
7608 * config/sol2-stubs.c: Likewise.
7609 * config/sol2.c: Likewise.
7610 * config/sparc/sparc-c.c: Likewise.
7611 * config/sparc/sparc.c: Likewise.
7612 * config/spu/spu-c.c: Likewise.
7613 * config/spu/spu.c: Likewise.
7614 * config/stormy16/stormy16.c: Likewise.
7615 * config/tilegx/mul-tables.c: Likewise.
7616 * config/tilegx/tilegx-c.c: Likewise.
7617 * config/tilegx/tilegx.c: Likewise.
7618 * config/tilepro/mul-tables.c: Likewise.
7619 * config/tilepro/tilepro-c.c: Likewise.
7620 * config/tilepro/tilepro.c: Likewise.
7621 * config/v850/v850-c.c: Likewise.
7622 * config/v850/v850.c: Likewise.
7623 * config/vax/vax.c: Likewise.
7624 * config/visium/visium.c: Likewise.
7625 * config/vms/vms-c.c: Likewise.
7626 * config/vms/vms.c: Likewise.
7627 * config/vxworks.c: Likewise.
7628 * config/winnt-c.c: Likewise.
7629 * config/xtensa/xtensa.c: Likewise.
7630 * common/config/bfin/bfin-common.c: Likewise.
7631
7632 2015-06-04 Jan Hubicka <hubicka@ucw.cz>
7633
7634 * tree.h (tree_code_for_canonical_type_merging): New function.
7635 * tree.c (gimple_canonical_types_compatible_p): Use
7636 tree_code_for_canonical_type_merging..
7637
7638 2015-06-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7639
7640 PR c++/66192
7641 PR target/66200
7642 * doc/tm.texi: Regenerate.
7643 * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
7644 * target.def (TARGET_RELAXED_ORDERING): Likewise.
7645 * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
7646 * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
7647 * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
7648 * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
7649 * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
7650 * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
7651 * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
7652
7653 2015-06-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7654
7655 * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
7656 register fma steering pass.
7657 * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
7658 AARCH64_TUNE_FMA_STEERING.
7659
7660 2015-06-03 Jan Hubicka <hubicka@ucw.cz>
7661
7662 * tree.c (verify_type_variant): Verify that type and variant is
7663 compatible.
7664 (gimple_canonical_types_compatible_p): Look for main variants.
7665
7666 2015-06-03 Michael Meissner <meissner@linux.vnet.ibm.com>
7667
7668 * config.gcc (powerpc*-*-*): Add support for a new configure
7669 option --with-advance-toolchain=<xxx> which overrides using the
7670 default header files, libraries and dynamic linker.
7671
7672 * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
7673 specs to support the configure --with-advance-toolchain=<xxx>
7674 option.
7675 (INCLUDE_EXTRA_SPEC): Likewise.
7676 (LINK_OS_EXTRA_SPEC32): Likewise.
7677 (LINK_OK_EXTRA_SPEC64): Likewise.
7678 (LINK_OS_NEW_DTAGS_SPEC): Likewise.
7679 (DYNAMIC_LINKER_PREFIX): Likewise.
7680 (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
7681 toolchain support.
7682 (GLIBC_DYNAMIC_LINKER32): Likewise.
7683 (GLIBC_DYNAMIC_LINKER64): Likewise.
7684 (LINK_OS_LINUX_SPEC32): Likewise.
7685 (LINK_OS_LINUX_SPEC64): Likewise.
7686
7687 * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
7688 configuration option.
7689
7690 2015-06-03 Uros Bizjak <ubizjak@gmail.com>
7691
7692 PR target/66275
7693 * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
7694 to determine current function ABI.
7695 (ix86_function_value_regno_p): Ditto.
7696
7697 2015-06-03 Martin Liska <mliska@suse.cz>
7698
7699 * alloc-pool.h (struct pool_usage): Correct GNU coding style.
7700 * bitmap.h (struct bitmap_usage): Likewise.
7701 * ggc-common.c (struct ggc_usage): Likewise.
7702 * mem-stats.h (struct mem_location): Likewise.
7703 (struct mem_usage): Likewise.
7704 * vec.c (struct vec_usage): Likewise.
7705
7706 2015-06-03 Benigno B. Junior <bbj@gentoo.org>
7707
7708 * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
7709 -Bsymbolic.
7710
7711 2015-06-02 Andres Tiraboschi <andres.tiraboschi@tallertechnologies.com>
7712
7713 * doc/plugins.texi (enum plugin_event): New event.
7714 * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
7715 and PLUGIN_FINISH_FUNCTION.
7716 * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
7717 (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
7718
7719 2015-06-03 Richard Biener <rguenther@suse.de>
7720
7721 * tree-vect-data-refs.c (vect_analyze_group_access): Properly
7722 compute GROUP_GAP for the first element.
7723 * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
7724 on in-group gaps.
7725
7726 2015-06-03 Nick Clifton <nickc@redhat.com>
7727
7728 * config/rl78/rl78-real.md: Add peepholes to avoid a register
7729 copy when calling a function.
7730 * config/rl78/rl78.c (need_to_save): Do not push the frame
7731 pointer in an interrupt handler prologue if it is never used.
7732
7733 2015-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7734
7735 * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
7736
7737 2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
7738
7739 * ipa-chkp.c (chkp_maybe_create_clone): Create alias
7740 reference when cloning alias node.
7741
7742 2015-06-03 Martin Liska <mliska@suse.cz>
7743
7744 * alloc-pool.h (struct pool_usage): Correct space padding.
7745 * ggc-page.c (ggc_print_statistics): Align columns in a report.
7746 * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
7747 * tree.c (dump_tree_statistics): Align columns in a report.
7748
7749 2015-06-03 Martin Liska <mliska@suse.cz>
7750
7751 * alloc-pool.c (allocate_pool_descriptor): Remove.
7752 (struct pool_output_info): Likewise.
7753 (print_alloc_pool_statistics): Likewise.
7754 (dump_alloc_pool_statistics): Likewise.
7755 * alloc-pool.h (struct pool_usage): New struct.
7756 (pool_allocator::initialize): Change usage of memory statistics
7757 to a new interface.
7758 (pool_allocator::release): Likewise.
7759 (pool_allocator::allocate): Likewise.
7760 (pool_allocator::remove): Likewise.
7761 * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
7762 for a pool allocator.
7763 * mem-stats.h (struct mem_location): Add new ctor.
7764 (struct mem_usage): Add counter for number of
7765 instances.
7766 (mem_alloc_description::register_descriptor): New overload of
7767 * mem-stats.h (mem_location::to_string): New function.
7768 * bitmap.h (struct bitmap_usage): Use this new function.
7769 * ggc-common.c (struct ggc_usage): Likewise.
7770 the function.
7771
7772 2015-06-03 Richard Sandiford <richard.sandiford@arm.com>
7773
7774 * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
7775 of GCC_INSN_FLAGS_H block.
7776
7777 2015-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
7778
7779 * explow.c (plus_constant): Update check after force_const_mem call
7780 to see if the value returned is not a NULL_RTX.
7781
7782 2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
7783
7784 * ipa.c (symbol_table::remove_unreachable_nodes): Don't
7785 remove instumentation thunks calling reachable functions.
7786 * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
7787 * lto/lto-partition.c (privatize_symbol_name_1): New.
7788 (privatize_symbol_name): Privatize both decl and orig_decl
7789 names for instrumented functions.
7790 * cgraph.c (cgraph_node::verify_node): Add transparent
7791 alias chain check for instrumented node.
7792
7793 2015-06-03 Marek Polacek <polacek@redhat.com>
7794
7795 PR c/64223
7796 PR c/29358
7797 * tree.c (attribute_value_equal): Handle attribute format.
7798 (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
7799
7800 2015-06-03 Richard Biener <rguenther@suse.de>
7801
7802 PR tree-optimization/63916
7803 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
7804 Forward-propagate non-invariant addresses by splicing their
7805 reference ops if the result isn't going to be used by PRE.
7806 (vn_reference_lookup_3): Remove pointless assert.
7807
7808 2015-06-03 Richard Biener <rguenther@suse.de>
7809
7810 PR tree-optimization/66375
7811 * tree-scalar-evolution.c (follow_ssa_edge_binary): First
7812 add to the evolution before following SSA edges.
7813
7814 2015-06-03 Bin Cheng <bin.cheng@arm.com>
7815
7816 * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
7817 (dump_use, dump_cand, find_induction_variables): Pass new argument
7818 to dump_iv.
7819 (record_use): Preserve the ssa name information in IV.
7820
7821 2015-06-03 Richard Sandiford <richard.sandiford@arm.com>
7822
7823 * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
7824 NO_MODE_TEST.
7825 (add_mode_tests): Don't add mode tests if the predicate only
7826 accepts scalar constant integers. Otherwise, allow the mode
7827 of "op" to be VOIDmode if the predicate does accept such integers.
7828
7829 2015-06-02 Jim Wilson <jim.wilson@linaro.org>
7830
7831 PR target/66258
7832 * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
7833 !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
7834 (aarch64_secondary_reload): Likewise
7835 (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
7836 to !TARGET_FLOAT.
7837 (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
7838 Likewise.
7839
7840 2015-06-03 Kugan Vivekanandarajah <kuganv@linaro.org>
7841 Zhenqiang Chen <zhenqiang.chen@linaro.org>
7842
7843 PR target/65768
7844 * cprop.c (try_replace_reg): Check cost of constants before propagating.
7845
7846 2015-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
7847
7848 * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
7849 provide access to the IBM extended double floating point mode if
7850 long double is IEEE 128-bit floating point.
7851 (KFmode): Define KFmode to provide access to IEEE 128-bit floating
7852 point if long double is the IBM extended double type.
7853
7854 * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
7855 enable adding IEEE 128-bit floating point support.
7856 (-mfloat128-software): Likewise.
7857 (-mfloat128-sw): Likewise.
7858
7859 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
7860 128-bit floating point types to occupy any register if
7861 -mlong-double-64. Do not allow use of IFmode/KFmode unless
7862 -mfloat128-software is enabled.
7863 (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
7864 support.
7865 (rs6000_option_override_internal): Add -mfloat128-* support.
7866 (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
7867
7868 * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
7869 and float128 type nodes.
7870 (ieee128_float_type_node): Likewise.
7871 (ibm128_float_type_node): Likewise.
7872
7873 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
7874
7875 PR target/66136
7876 * config/aarch64/geniterators.sh: Rewrite in awk.
7877
7878 2015-06-02 Martin Liska <mliska@suse.cz>
7879
7880 * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
7881 values to avoid -Wmaybe-uninitialized errors.
7882
7883 2015-06-02 Richard Biener <rguenther@suse.de>
7884
7885 PR debug/65549
7886 * dwarf2out.c (lookup_context_die): New function.
7887 (resolve_addr): Avoid forcing a full DIE for the
7888 target of a DW_TAG_GNU_call_site during late compilation.
7889 Instead create a stub DIE without a type if we have a
7890 context DIE present.
7891
7892 2015-06-02 Uros Bizjak <ubizjak@gmail.com>
7893
7894 * df-scan.c (df_scan_start_dump): Add space between regno and regname.
7895
7896 2015-06-02 Bin Cheng <bin.cheng@arm.com>
7897
7898 PR tree-optimization/48052
7899 * cfgloop.h (struct control_iv): New.
7900 (struct loop): New field control_ivs.
7901 * tree-ssa-loop-niter.c : Include "stor-layout.h".
7902 (number_of_iterations_lt): Set no_overflow information.
7903 (number_of_iterations_exit): Init control iv in niter struct.
7904 (record_control_iv): New.
7905 (estimate_numbers_of_iterations_loop): Call record_control_iv.
7906 (loop_exits_before_overflow): New. Interface factored out of
7907 scev_probably_wraps_p.
7908 (scev_probably_wraps_p): Factor loop niter related code into
7909 loop_exits_before_overflow.
7910 (free_numbers_of_iterations_estimates_loop): Free control ivs.
7911 * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
7912
7913 2015-06-02 Eric Botcazou <ebotcazou@adacore.com>
7914
7915 * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
7916 the target doesn't belong to the current function.
7917
7918 2015-06-02 Marek Polacek <polacek@redhat.com>
7919
7920 PR middle-end/66345
7921 * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
7922 get_maxval_strlen does not produce an INTEGER_CST.
7923
7924 2015-06-02 Richard Sandiford <richard.sandiford@arm.com>
7925
7926 * config/arc/constraints.md: Use lower-case names in match_code.
7927 * config/mmix/constraints.md: Likewise.
7928
7929 2015-06-02 Richard Biener <rguenther@suse.de>
7930
7931 PR tree-optimization/65961
7932 * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
7933 check and clarify dump message.
7934 (vect_build_slp_tree): If all children are built up from scalars
7935 build up the parent from scalars instead.
7936 * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
7937
7938 2015-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7939
7940 PR other/65366
7941 * gdbhooks.py: Use int(...) instead of long(...). Use print(...)
7942 instead of print ... .
7943
7944 2015-06-02 Alan Modra <amodra@gmail.com>
7945
7946 * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
7947 2014-08-11 change.
7948
7949 2015-06-02 Bin Cheng <bin.cheng@arm.com>
7950
7951 PR tree-optimization/52563
7952 PR tree-optimization/62173
7953 * tree-ssa-loop-ivopts.c (struct iv): New field. Reorder fields.
7954 (alloc_iv, set_iv): New parameter.
7955 (determine_biv_step): Delete.
7956 (find_bivs): Inline original determine_biv_step. Pass new
7957 argument to set_iv.
7958 (idx_find_step): Use no_overflow information for conversion.
7959 * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
7960 resolve_mixers handle folded_casts.
7961 (instantiate_scev_name): Change bool parameter to bool pointer.
7962 (instantiate_scev_poly, instantiate_scev_binary): Ditto.
7963 (instantiate_array_ref, instantiate_scev_not): Ditto.
7964 (instantiate_scev_3, instantiate_scev_2): Ditto.
7965 (instantiate_scev_1, instantiate_scev_r): Ditto.
7966 (instantiate_scev_convert, ): Change parameter. Pass argument
7967 to chrec_convert_aggressive.
7968 (instantiate_scev): Change argument.
7969 (resolve_mixers): New parameter and set it.
7970 (scev_const_prop): New argument.
7971 * tree-scalar-evolution.h (resolve_mixers): New parameter.
7972 * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
7973 of chrec_conert_1.
7974 (chrec_convert): New parameter. Move definition below.
7975 (chrec_convert_aggressive): New parameter and set it. Call
7976 convert_affine_scev.
7977 * tree-chrec.h (chrec_convert): New parameter.
7978 (chrec_convert_aggressive): Ditto.
7979
7980 2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
7981
7982 * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
7983 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
7984 the LHS of a no-return call if its type has variable size.
7985 * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
7986 * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
7987
7988 2015-06-01 Andreas Tobler <andreast@gcc.gnu.org>
7989
7990 * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
7991 * config.in: Regenerate.
7992
7993 2015-06-01 Yuri Rumyantsev <ysrumyan@gmail.com>
7994
7995 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
7996 consecutive accesses within outer-loop with force_vectorize
7997 for references with zero step in inner-loop.
7998
7999 2015-06-01 Vidya Praveen <vidyapraveen@arm.com>
8000
8001 * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
8002 rather than from gcc/build directory.
8003
8004 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
8005
8006 PR target/65697
8007 * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
8008 for __sync memory models, emit initial loads and final barriers as
8009 appropriate.
8010
8011 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
8012
8013 PR target/65697
8014 * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
8015 (aarch64_split_atomic_op): Check for __sync memory models, emit
8016 appropriate initial loads and final barriers.
8017
8018 2015-06-01 Vidya Praveen <vidyapraveen@arm.com>
8019
8020 * Makefile.in: Fix gcov dependencies that should
8021 not point to a build folder.
8022
8023 2015-06-01 Richard Biener <rguenther@suse.de>
8024
8025 Revert
8026 2015-05-29 Richard Biener <rguenther@suse.de>
8027
8028 PR tree-optimization/66314
8029 * tree-ssa-threadupdate.c (create_block_for_threading): Add
8030 parameter that says which loop the new block belongs to.
8031 (ssa_create_duplicates): Blocks duplicated for the threaded
8032 path belong to the loop of the thread destination.
8033
8034 2015-06-01 Martin Liska <mliska@suse.cz>
8035
8036 * sched-deps.c: Include pool-alloc.h before
8037 cselib.h header file is included.
8038
8039 2015-06-01 Richard Biener <rguenther@suse.de>
8040
8041 * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
8042 functions.
8043
8044 2015-06-01 Martin Liska <mliska@suse.cz>
8045
8046 * alloc-pool.h: Add ATTRIBUTE_UNUSED for
8047 a function local variable.
8048
8049 2015-06-01 Martin Liska <mliska@suse.cz>
8050
8051 * alloc-pool.c (create_alloc_pool): Remove.
8052 (empty_alloc_pool): Likewise.
8053 (free_alloc_pool): Likewise.
8054 (free_alloc_pool_if_empty): Likewise.
8055 (pool_alloc): Likewise.
8056 (pool_free): Likewise.
8057 * alloc-pool.h: Remove old declarations.
8058
8059 2015-06-01 Martin Liska <mliska@suse.cz>
8060
8061 * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
8062 (ira_create_object): Likewise.
8063 (ira_create_allocno): Likewise.
8064 (ira_create_live_range): Likewise.
8065 (copy_live_range): Likewise.
8066 (ira_finish_live_range): Likewise.
8067 (ira_free_allocno_costs): Likewise.
8068 (finish_allocno): Likewise.
8069 (finish_allocnos): Likewise.
8070 (initiate_prefs): Likewise.
8071 (ira_create_pref): Likewise.
8072 (finish_pref): Likewise.
8073 (finish_prefs): Likewise.
8074 (initiate_copies): Likewise.
8075 (ira_create_copy): Likewise.
8076 (finish_copy): Likewise.
8077 (finish_copies): Likewise.
8078 (finish_prefs): Likewise.
8079
8080 2015-06-01 Martin Liska <mliska@suse.cz>
8081
8082 * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
8083 (allocate_and_init_ipcp_value): Likewise.
8084 (ipcp_lattice::add_value): Likewise.
8085 (merge_agg_lats_step): Likewise.
8086 (ipcp_driver): Likewise.
8087 * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
8088 (ipa_free_all_structures_after_iinln): Likewise.
8089 * ipa-prop.h: Likewise.
8090
8091 2015-06-01 Martin Liska <mliska@suse.cz>
8092
8093 * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
8094 pool allocator.
8095 (set_hint_predicate): Likewise.
8096 (inline_summary_alloc): Likewise.
8097 (reset_inline_edge_summary): Likewise.
8098 (reset_inline_summary): Likewise.
8099 (set_cond_stmt_execution_predicate): Likewise.
8100 (set_switch_stmt_execution_predicate): Likewise.
8101 (compute_bb_predicates): Likewise.
8102 (estimate_function_body_sizes): Likewise.
8103 (inline_free_summary): Likewise.
8104
8105 2015-06-01 Martin Liska <mliska@suse.cz>
8106
8107 * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
8108 (ipa_edge_duplication_hook): Likewise.
8109 (ipa_free_all_structures_after_ipa_cp): Likewise.
8110 (ipa_free_all_structures_after_iinln): Likewise.
8111
8112 2015-06-01 Martin Liska <mliska@suse.cz>
8113
8114 * ipa-profile.c (account_time_size): Use new type-based pool allocator.
8115 (ipa_profile_generate_summary): Likewise.
8116 (ipa_profile_read_summary): Likewise.
8117 (ipa_profile): Likewise.
8118
8119 2015-06-01 Martin Liska <mliska@suse.cz>
8120
8121 * tree-ssa-structalias.c (new_var_info): Use new type-based
8122 pool allocator.
8123 (new_constraint): Likewise.
8124 (init_alias_vars): Likewise.
8125 (delete_points_to_sets): Likewise.
8126
8127 2015-06-01 Martin Liska <mliska@suse.cz>
8128
8129 * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
8130 (free_strinfo): Likewise.
8131 (pass_strlen::execute): Likewise.
8132
8133 2015-06-01 Martin Liska <mliska@suse.cz>
8134
8135 * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
8136 pool allocator.
8137 (vn_reference_insert_pieces): Likewise.
8138 (vn_phi_insert): Likewise.
8139 (visit_reference_op_call): Likewise.
8140 (copy_phi): Likewise.
8141 (copy_reference): Likewise.
8142 (process_scc): Likewise.
8143 (allocate_vn_table): Likewise.
8144 (free_vn_table): Likewise.
8145
8146 2015-06-01 Martin Liska <mliska@suse.cz>
8147
8148 * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
8149 pool allocator.
8150 (add_repeat_to_ops_vec): Likewise.
8151 (get_ops): Likewise.
8152 (maybe_optimize_range_tests): Likewise.
8153 (init_reassoc): Likewise.
8154 (fini_reassoc): Likewise.
8155
8156 2015-06-01 Martin Liska <mliska@suse.cz>
8157
8158 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
8159 pool allocator.
8160 (bitmap_set_new): Likewise.
8161 (get_or_alloc_expr_for_constant): Likewise.
8162 (get_or_alloc_expr_for): Likewise.
8163 (phi_translate_1): Likewise.
8164 (compute_avail): Likewise.
8165 (init_pre): Likewise.
8166 (fini_pre): Likewise.
8167
8168 2015-06-01 Martin Liska <mliska@suse.cz>
8169
8170 * sched-deps.c (create_dep_node): Use new type-based pool allocator.
8171 (delete_dep_node): Likewise.
8172 (create_deps_list): Likewise.
8173 (free_deps_list): Likewise.
8174 (sched_deps_init): Likewise.
8175 (sched_deps_finish): Likewise.
8176
8177 2015-06-01 Martin Liska <mliska@suse.cz>
8178
8179 * regcprop.c (free_debug_insn_changes): Use new type-based
8180 pool allocator.
8181 (replace_oldest_value_reg): Likewise.
8182 (pass_cprop_hardreg::execute): Likewise.
8183
8184 2015-06-01 Martin Liska <mliska@suse.cz>
8185
8186 * ira-build.c (initiate_cost_vectors): Use new type-based
8187 pool allocator.
8188 (ira_allocate_cost_vector): Likewise.
8189 (ira_free_cost_vector): Likewise.
8190 (finish_cost_vectors): Likewise.
8191
8192 2015-06-01 Martin Liska <mliska@suse.cz>
8193
8194 * sel-sched-ir.c (alloc_sched_pools): Use new type-based
8195 pool allocator.
8196 (free_sched_pools): Likewise.
8197 * sel-sched-ir.h (_list_alloc): Likewise.
8198 (_list_remove): Likewise.
8199
8200 2015-06-01 Martin Liska <mliska@suse.cz>
8201
8202 * stmt.c (add_case_node): Use new type-based pool allocator.
8203 (expand_case): Likewise.
8204 (expand_sjlj_dispatch_table): Likewise.
8205
8206 2015-06-01 Martin Liska <mliska@suse.cz>
8207
8208 * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
8209 (free_bb): Likewise.
8210 (pass_cse_reciprocals::execute): Likewise.
8211
8212 2015-06-01 Martin Liska <mliska@suse.cz>
8213
8214 * tree-sra.c (sra_initialize): Use new type-based pool allocator.
8215 (sra_deinitialize) Likewise.
8216 (create_access_1) Likewise.
8217 (build_accesses_from_assign) Likewise.
8218 (create_artificial_child_access) Likewise.
8219
8220 2015-06-01 Martin Liska <mliska@suse.cz>
8221
8222 * dse.c (get_group_info):Use new type-based pool allocator.
8223 (dse_step0) Likewise.
8224 (free_store_info) Likewise.
8225 (delete_dead_store_insn) Likewise.
8226 (free_read_records) Likewise.
8227 (record_store) Likewise.
8228 (replace_read) Likewise.
8229 (check_mem_read_rtx) Likewise.
8230 (scan_insn) Likewise.
8231 (dse_step1) Likewise.
8232 (dse_step7) Likewise.
8233
8234 2015-06-01 Martin Liska <mliska@suse.cz>
8235
8236 * df-scan.c (struct df_scan_problem_data):Use new type-based
8237 pool allocator.
8238 (df_scan_free_internal) Likewise.
8239 (df_scan_alloc) Likewise.
8240 (df_grow_reg_info) Likewise.
8241 (df_free_ref) Likewise.
8242 (df_insn_create_insn_record) Likewise.
8243 (df_mw_hardreg_chain_delete) Likewise.
8244 (df_insn_info_delete) Likewise.
8245 (df_free_collection_rec) Likewise.
8246 (df_mw_hardreg_chain_delete_eq_uses) Likewise.
8247 (df_sort_and_compress_mws) Likewise.
8248 (df_ref_create_structure) Likewise.
8249 (df_ref_record) Likewise.
8250
8251 2015-06-01 Martin Liska <mliska@suse.cz>
8252
8253 * df-problems.c (df_chain_create):Use new type-based pool allocator.
8254 (df_chain_unlink_1) Likewise.
8255 (df_chain_unlink) Likewise.
8256 (df_chain_remove_problem) Likewise.
8257 (df_chain_alloc) Likewise.
8258 (df_chain_free) Likewise.
8259 * df.h (struct dataflow) Likewise.
8260
8261 2015-06-01 Martin Liska <mliska@suse.cz>
8262
8263 * cselib.c (new_elt_list):Use new type-based pool allocator.
8264 (new_elt_loc_list) Likewise.
8265 (unchain_one_elt_list) Likewise.
8266 (unchain_one_elt_loc_list) Likewise.
8267 (unchain_one_value) Likewise.
8268 (new_cselib_val) Likewise.
8269 (cselib_init) Likewise.
8270 (cselib_finish) Likewise.
8271
8272 2015-06-01 Martin Liska <mliska@suse.cz>
8273
8274 * config/sh/sh.c (add_constant):Use new type-based pool allocator.
8275 (sh_reorg) Likewise.
8276
8277 2015-06-01 Martin Liska <mliska@suse.cz>
8278
8279 * cfg.c (initialize_original_copy_tables):Use new type-based
8280 pool allocator.
8281 (free_original_copy_tables) Likewise.
8282 (copy_original_table_clear) Likewise.
8283 (copy_original_table_set) Likewise.
8284
8285 2015-06-01 Martin Liska <mliska@suse.cz>
8286
8287 * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
8288 pool allocator.
8289 (asan_mem_ref_new) Likewise.
8290 (free_mem_ref_resources) Likewise.
8291
8292 2015-06-01 Martin Liska <mliska@suse.cz>
8293
8294 * var-tracking.c (variable_htab_free):Use new type-based
8295 pool allocator.
8296 (attrs_list_clear) Likewise.
8297 (attrs_list_insert) Likewise.
8298 (attrs_list_copy) Likewise.
8299 (shared_hash_unshare) Likewise.
8300 (shared_hash_destroy) Likewise.
8301 (unshare_variable) Likewise.
8302 (var_reg_delete_and_set) Likewise.
8303 (var_reg_delete) Likewise.
8304 (var_regno_delete) Likewise.
8305 (drop_overlapping_mem_locs) Likewise.
8306 (variable_union) Likewise.
8307 (insert_into_intersection) Likewise.
8308 (canonicalize_values_star) Likewise.
8309 (variable_merge_over_cur) Likewise.
8310 (dataflow_set_merge) Likewise.
8311 (remove_duplicate_values) Likewise.
8312 (variable_post_merge_new_vals) Likewise.
8313 (dataflow_set_preserve_mem_locs) Likewise.
8314 (dataflow_set_remove_mem_locs) Likewise.
8315 (variable_from_dropped) Likewise.
8316 (variable_was_changed) Likewise.
8317 (set_slot_part) Likewise.
8318 (clobber_slot_part) Likewise.
8319 (delete_slot_part) Likewise.
8320 (loc_exp_insert_dep) Likewise.
8321 (notify_dependents_of_changed_value) Likewise.
8322 (emit_notes_for_differences_1) Likewise.
8323 (vt_emit_notes) Likewise.
8324 (vt_initialize) Likewise.
8325 (vt_finalize) Likewise.
8326
8327 2015-06-01 Martin Liska <mliska@suse.cz>
8328
8329 * ira-color.c (init_update_cost_records):Use new type-based
8330 pool allocator.
8331 (get_update_cost_record) Likewise.
8332 (free_update_cost_record_list) Likewise.
8333 (finish_update_cost_records) Likewise.
8334 (initiate_cost_update) Likewise.
8335
8336 2015-06-01 Martin Liska <mliska@suse.cz>
8337
8338 * lra.c (init_insn_regs): Use new type-based pool allocator.
8339 (new_insn_reg) Likewise.
8340 (free_insn_reg) Likewise.
8341 (free_insn_regs) Likewise.
8342 (finish_insn_regs) Likewise.
8343 (init_insn_recog_data) Likewise.
8344 (init_reg_info) Likewise.
8345 (finish_reg_info) Likewise.
8346 (lra_free_copies) Likewise.
8347 (lra_create_copy) Likewise.
8348 (invalidate_insn_data_regno_info) Likewise.
8349
8350 2015-06-01 Martin Liska <mliska@suse.cz>
8351
8352 * lra-lives.c (free_live_range): Use new type-based pool allocator.
8353 (free_live_range_list) Likewise.
8354 (create_live_range) Likewise.
8355 (copy_live_range) Likewise.
8356 (lra_merge_live_ranges) Likewise.
8357 (remove_some_program_points_and_update_live_ranges) Likewise.
8358 (lra_live_ranges_init) Likewise.
8359 (lra_live_ranges_finish) Likewise.
8360
8361 2015-06-01 Martin Liska <mliska@suse.cz>
8362
8363 * et-forest.c (et_new_occ): Use new type-based pool allocator.
8364 (et_new_tree): Likewise.
8365 (et_free_tree): Likewise.
8366 (et_free_tree_force): Likewise.
8367 (et_free_pools): Likewise.
8368 (et_split): Likewise.
8369
8370 2015-06-01 Martin Liska <mliska@suse.cz>
8371
8372 * alloc-pool.c (struct alloc_pool_descriptor): Move definition
8373 to header file.
8374 * alloc-pool.h (pool_allocator::pool_allocator): New function.
8375 (pool_allocator::release): Likewise.
8376 (inline pool_allocator::release_if_empty): Likewise.
8377 (inline pool_allocator::~pool_allocator): Likewise.
8378 (pool_allocator::allocate): Likewise.
8379 (pool_allocator::remove): Likewise.
8380
8381 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
8382
8383 * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
8384 in comment.
8385
8386 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
8387
8388 * gcc/config/arm/arm-protos.h (tune_params): Rename fuseable_ops
8389 to fusible_ops.
8390 * gcc/config/arm/arm.c (arm_print_tune_info): Likewise.
8391 (arm_macro_fusion_p): Likewise.
8392 (arm_macro_fusion_pair_p): Likewise.
8393
8394 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
8395
8396 * config/aarch64/aarch64-protos.h (tune_params): Rename
8397 fuseable_ops to fusible_ops.
8398 * config/aarch64/aarch64.c (generic_tunings): Rename
8399 fuseable_ops to fusible_ops.
8400 (cortexa53_tunings): Likewise.
8401 (cortexa57_tunings): Likewise.
8402 (thunderx_tunings): Likewise.
8403 (xgene1_tunings): Likewise.
8404 (aarch64_macro_fusion_p): Likewise.
8405 (aarch64_macro_fusion_pair_p): Likewise.
8406
8407 2015-06-01 Dominik Vogt <vogt@linux.vnet.ibm.com>
8408
8409 * config/s390/driver-native.c: New file.
8410 * config/s390/x-native: New file.
8411 * config.host: Add new files for s390.
8412 * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
8413 and -march=native
8414 * config.gcc: Likewise.
8415 * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
8416 * config/s390/s390-opts.h (enum processor_type): Ditto.
8417 * config/s390/s390.c (s390_option_override): Catch unhandled
8418 PROCESSOR_NATIVE
8419
8420 2015-06-01 Ilya Enkovich <ilya.enkovich@intel.com>
8421
8422 PR target/65527
8423 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
8424 redirection for instrumented calls.
8425 * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
8426 (append_compiler_options): Append -fcheck-pointer-bounds.
8427 * tree-chkp.h (chkp_copy_call_skip_bounds): New.
8428 (chkp_redirect_edge): New.
8429 * tree-chkp.c (chkp_copy_call_skip_bounds): New.
8430 (chkp_redirect_edge): New.
8431
8432 2015-06-01 Richard Biener <rguenther@suse.de>
8433
8434 PR tree-optimization/66280
8435 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
8436 def-use walking.
8437
8438 2015-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8439
8440 * config/aarch64/aarch64.md
8441 (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
8442 logic_shift_imm.
8443
8444 2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
8445
8446 * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
8447 Remove obsolete kludge.
8448
8449 2015-06-01 Richard Biener <rguenther@suse.de>
8450
8451 * tree-ssa-reassoc.c (get_rank): Simplify.
8452
8453 2015-05-31 H.J. Lu <hongjiu.lu@intel.com>
8454
8455 * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
8456 * configure: Regenerated.
8457
8458 2015-05-31 Mikhail Maltsev <maltsevm@gmail.com>
8459
8460 * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
8461 issue (add space between string literal and macro).
8462 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
8463
8464 2015-05-30 Andreas Schwab <schwab@linux-m68k.org>
8465
8466 * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
8467 implict or explicit -fPIE or -fpie.
8468
8469 2015-05-30 Mike Frysinger <vapier@gentoo.org>
8470
8471 * gcc/config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
8472
8473 2015-05-28 DJ Delorie <dj@redhat.com>
8474
8475 * expmed.c (extract_bit_field_1): Avoid clobbering a
8476 yet-to-be-used base/index register.
8477
8478 2015-05-30 Jan Hubicka <hubicka@ucw.cz>
8479
8480 * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
8481 (alias_stats): Add num_universal.
8482 (alias_set_subset_of): Special case pointers; be ready for NULL
8483 children.
8484 (alias_sets_conflict_p): Special case pointers; be ready for NULL
8485 children.
8486 (init_alias_set_entry): Break out from ...
8487 (record_alias_subset): ... here; propagate new fields;
8488 allocate children only when really needed.
8489 (get_alias_set): Do less generous pointer globbing.
8490 (dump_alias_stats_in_alias_c): Update statistics.
8491
8492 2015-05-30 Alan Modra <amodra@gmail.com>
8493
8494 * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
8495 correct block for use of r12.
8496 (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
8497
8498 2015-05-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
8499
8500 PR target/66215
8501 * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
8502 with -mhotpatch=.
8503
8504 2015-05-29 Jakub Jelinek <jakub@redhat.com>
8505
8506 PR tree-optimization/66142
8507 * tree-if-conv.c (if_convertible_phi_p): Don't give up on
8508 virtual phis that feed themselves.
8509
8510 2015-05-29 Richard Biener <rguenther@suse.de>
8511
8512 PR tree-optimization/66314
8513 * tree-ssa-threadupdate.c (create_block_for_threading): Add
8514 parameter that says which loop the new block belongs to.
8515 (ssa_create_duplicates): Blocks duplicated for the threaded
8516 path belong to the loop of the thread destination.
8517
8518 2015-05-29 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
8519
8520 * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
8521 to cleanup-saved-temps.
8522 * doc/sourcebuild.texi (Clean up generated test files): Expand
8523 introduction.
8524 (dg-keep-saved-temps): Document new proc.
8525 (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
8526 cleanup-saved-temps): Remove.
8527
8528 2015-05-28 Andreas Tobler <andreast@gcc.gnu.org>
8529
8530 * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
8531 gcc_AC_CHECK_DECLS.
8532 * configure: Regenerate.
8533
8534 2015-05-28 Mike Frysinger <vapier@gentoo.org>
8535
8536 * config/nios2/linux.h (CPP_SPEC): Define.
8537
8538 2015-05-28 Mike Frysinger <vapier@gentoo.org>
8539
8540 * config/microblaze/linux.h (CPP_SPEC): Define.
8541
8542 2015-05-28 Mike Frysinger <vapier@gentoo.org>
8543
8544 * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
8545 -pthread is specified.
8546
8547 2015-05-28 Richard Biener <rguenther@suse.de>
8548
8549 * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
8550 (vect_fixup_scalar_cycles_with_patterns): Likewise.
8551 (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
8552 after pattern recog.
8553 (vect_create_epilog_for_reduction): Properly handle reductions
8554 with patterns.
8555 (vectorizable_reduction): Likewise.
8556 * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
8557 reduction chains.
8558 (vect_get_constant_vectors): Create the correct number of
8559 initial values for reductions.
8560 (vect_schedule_slp_instance): Handle reduction chains that are
8561 type changing properly.
8562 * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
8563
8564 2015-05-28 Richard Biener <rguenther@suse.de>
8565
8566 PR tree-optimization/66142
8567 * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
8568 values better in memcpy destination handling. Handle non-aliasing
8569 we discover here.
8570
8571 2015-05-28 Lawrence Velázquez <vq@larryv.me>
8572
8573 PR target/63810
8574 * config/darwin-c.c (version_components): New global enum.
8575 (parse_version, version_as_legacy_macro)
8576 (version_as_modern_macro, macosx_version_as_macro): New functions.
8577 (version_as_macro): Remove.
8578 (darwin_cpp_builtins): Use new function.
8579
8580 2015-05-28 H.J. Lu <hongjiu.lu@intel.com>
8581
8582 * builtins.c (expand_builtin_acc_on_device): Mark parameters
8583 with ATTRIBUTE_UNUSED.
8584
8585 2015-05-28 Julian Brown <julian@codesourcery.com>
8586
8587 PR libgomp/65742
8588
8589 * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
8590 sequence for !ACCEL_COMPILER.
8591
8592 2015-05-28 Nick Clifton <nickc@redhat.com>
8593
8594 * config/rx/rx.c (push_regs): New function. Extracts code from...
8595 (rx_expand_prologue): ... here. Use push_regs to push even small
8596 spans of registers.
8597 (pop_regs): New function.
8598 (rx_expand_epilogue): Use pop_regs to pop even small spans of
8599 registers.
8600
8601 2015-05-28 Richard Biener <rguenther@suse.de>
8602
8603 * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
8604 member.
8605 (SLP_INSTANCE_BODY_COST_VEC): Remove.
8606 (vect_update_slp_costs_according_to_vf): Likewise.
8607 (vect_slp_analyze_operations): Update prototype.
8608 * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
8609 vect_update_slp_costs_according_to_vf, adjust.
8610 * tree-vect-slp.c (vect_free_slp_instance): Adjust.
8611 (vect_analyze_slp_cost_1): Likewise.
8612 (vect_analyze_slp_cost): Likewise. Properly deal with
8613 widening reduction ops. Commit body costs.
8614 (vect_analyze_slp_instance): Adjust. Do not analyze SLP
8615 cost for loops from here.
8616 (vect_slp_analyze_operations): But do it from here when
8617 the vectorization factor is known and stmts are analyzed.
8618 (vect_bb_vectorization_profitable_p): Simplify.
8619 (vect_slp_analyze_bb_1): Do not compute SLP cost here.
8620 (vect_update_slp_costs_according_to_vf): Remove.
8621
8622 2015-05-27 Magnus Granberg <zorry@gentoo.org>
8623 H.J. Lu <hongjiu.lu@intel.com>
8624
8625 * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
8626 (BUILD_CFLAGS): Likewise.
8627 (BUILD_CXXFLAGS): Likewise.
8628 (LINKER): Add @NO_PIE_FLAG@.
8629 (BUILD_LDFLAGS): Likewise.
8630 (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
8631 --enable-default-pie.
8632 * common.opt (fPIE): Initialize to -1.
8633 (fpie): Likewise.
8634 (no-pie): New option.
8635 (pie): Replace "Negative(shared)" with "Negative(no-pie)".
8636 * configure.ac: Add --enable-default-pie.
8637 (NO_PIE_CFLAGS): New. Check if -fno-PIE works. AC_SUBST.
8638 (NO_PIE_FLAG): New. Check if -no-pie works. AC_SUBST.
8639 * defaults.h (DEFAULT_FLAG_PIE): New. Default PIE to -fPIE.
8640 * gcc.c (NO_PIE_SPEC): New.
8641 (PIE_SPEC): Likewise.
8642 (NO_FPIE1_SPEC): Likewise.
8643 (FPIE1_SPEC): Likewise.
8644 (NO_FPIE2_SPEC): Likewise.
8645 (FPIE2_SPEC): Likewise.
8646 (NO_FPIE2_SPEC): Likewise.
8647 (FPIE_SPEC): Likewise.
8648 (NO_FPIE_SPEC): Likewise.
8649 (NO_FPIC1_SPEC): Likewise.
8650 (FPIC1_SPEC): Likewise.
8651 (NO_FPIC2_SPEC): Likewise.
8652 (FPIC2_SPEC): Likewise.
8653 (NO_FPIC2_SPEC): Likewise.
8654 (FPIC_SPEC): Likewise.
8655 (NO_FPIC_SPEC): Likewise.
8656 (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
8657 (FPIE1_OR_FPIC1_SPEC): Likewise.
8658 (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
8659 (FPIE2_OR_FPIC2_SPEC): Likewise.
8660 (NO_FPIE_AND_FPIC_SPEC): Likewise.
8661 (FPIE_OR_FPIC_SPEC): Likewise.
8662 (LD_PIE_SPEC): Likewise.
8663 (LINK_PIE_SPEC): Handle -no-pie. Use PIE_SPEC and LD_PIE_SPEC.
8664 * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
8665 * config/darwin.h (PIE_SPEC): Renamed to ...
8666 (DARWIN_PIE_SPEC): This.
8667 (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
8668 * config/darwin9.h (PIE_SPEC): Renamed to ...
8669 (DARWIN_PIE_SPEC): This.
8670 * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
8671 PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
8672 * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
8673 FPIE2_OR_FPIC2_SPEC.
8674 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
8675 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
8676 * gcc/config/sol2.h (ASM_PIC_SPEC): Likewise.
8677 * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
8678 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
8679 * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
8680 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
8681 * config/m32r/m32r.h (ASM_SPEC): Likewise.
8682 * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
8683 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
8684 * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
8685 * config/sparc/freebsd.h (ASM_SPEC): Likewise.
8686 * config/sparc/linux.h (ASM_SPEC): Likewise.
8687 * config/sparc/linux64.h (ASM_SPEC): Likewise.
8688 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
8689 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
8690 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
8691 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
8692 * config/sparc/sparc.h (ASM_SPEC): Likewise.
8693 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
8694 * config/sparc/vxworks.h (ASM_SPEC): Likewise.
8695 * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
8696 FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
8697 * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
8698 * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
8699 NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
8700 (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
8701 * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
8702 * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
8703 * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
8704 * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
8705 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
8706 * config/vax/linux.h (ASM_SPEC): Likewise.
8707 * doc/install.texi: Document --enable-default-pie.
8708 * doc/invoke.texi: Document -no-pie.
8709 * config.in: Regenerated.
8710 * configure: Likewise.
8711
8712 2015-05-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
8713
8714 PR rtl-optimization/66168
8715 * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
8716 can_move_invariant_reg.
8717
8718 2015-05-27 John David Anglin <danglin@gcc.gnu.org>
8719
8720 PR target/66148
8721 * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
8722 REG_EQUAL note when doing insert.
8723
8724 * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
8725 instead of "%d" for 'o' operand.
8726
8727 2015-05-27 Nathan Sidwell <nathan@acm.org>
8728
8729 PR c++/66270
8730 * tree.c (build_pointer_type_for_mode): Canonical type does not
8731 inherit can_alias_all.
8732 (build_reference_type_for_mode): Likewise.
8733
8734 2015-05-27 Eric Botcazou <ebotcazou@adacore.com>
8735
8736 * expr.h (array_at_struct_end_p): Move to...
8737 (array_ref_element_size): Likewise.
8738 (component_ref_field_offset): Likewise.
8739 * tree.h (array_ref_element_size): ...here.
8740 (array_at_struct_end_p): Likewise.
8741 (component_ref_field_offset): Likewise.
8742 * expr.c (array_ref_element_size): Move to...
8743 (array_ref_low_bound): Likewise.
8744 (array_at_struct_end_p): Likewise.
8745 (array_ref_up_bound): Likewise.
8746 (component_ref_field_offset): Likewise.
8747 * tree.c (array_ref_element_size): ...here.
8748 (array_ref_low_bound): Likewise.
8749 (array_ref_up_bound): Likewise.
8750 (array_at_struct_end_p): Likewise.
8751 (component_ref_field_offset): Likewise.
8752
8753 2015-05-27 Gregor Richards <gregor.richards@uwaterloo.ca>
8754 Szabolcs Nagy <szabolcs.nagy@arm.com>
8755
8756 * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
8757
8758 2015-05-27 Jason Merrill <jason@redhat.com>
8759
8760 PR bootstrap/66304
8761 * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
8762 ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
8763 ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
8764
8765 2015-05-22 Aditya Kumar <hiraditya@msn.com>
8766
8767 * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
8768 is true.
8769
8770 * statistics.c (statistics_fini_pass): Print pass name.
8771
8772 2015-05-27 Richard Biener <rguenther@suse.de>
8773
8774 PR tree-optimization/66272
8775 Revert parts of
8776 2014-08-15 Richard Biener <rguenther@suse.de>
8777
8778 PR tree-optimization/62031
8779 * tree-data-ref.c (dr_analyze_indices): Do not set
8780 DR_UNCONSTRAINED_BASE.
8781 (dr_may_alias_p): All indirect accesses have to go the
8782 formerly DR_UNCONSTRAINED_BASE path.
8783 * tree-data-ref.h (struct indices): Remove
8784 unconstrained_base member.
8785 (DR_UNCONSTRAINED_BASE): Remove.
8786
8787 2015-05-27 Aldy Hernandez <aldyh@redhat.com>
8788
8789 * dwarf2out.c: Remove block_map.
8790 (gen_call_site_die): Replace block_map use with BLOCK_DIE.
8791 (gen_lexical_block_die): Same.
8792 (dwarf2out_function_decl): Remove block_map use.
8793 (dwarf2out_c_finalize): Same.
8794 * tree-core.h (struct tree_block): Add die field.
8795 * tree.h (BLOCK_DIE): New.
8796
8797 2015-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8798
8799 PR target/65358
8800 * expr.c (memory_load_overlap): New function.
8801 (emit_push_insn): When pushing partial args to the stack would
8802 clobber the register part load the overlapping part into a pseudo
8803 and put it into the hard reg after pushing. Change return type
8804 to bool. Add bool argument.
8805 * expr.h (emit_push_insn): Change return type to bool.
8806 Add bool argument.
8807 * calls.c (expand_call): Cancel sibcall optimization when encountering
8808 partial argument on targets with ARGS_GROW_DOWNWARD and
8809 !STACK_GROWS_DOWNWARD.
8810 (emit_library_call_value_1): Update callsite of emit_push_insn.
8811 (store_one_arg): Likewise.
8812
8813 2015-05-27 Gregor Richards <gregor.richards@uwaterloo.ca>
8814
8815 * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
8816
8817 2015-05-27 Martin Liska <mliska@suse.cz>
8818
8819 * Makefile.in: Add additional dependencies related to memory report
8820 enhancement.
8821 * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
8822 * bitmap.c (struct bitmap_descriptor_d): Remove.
8823 (struct loc): Likewise.
8824 (struct bitmap_desc_hasher): Likewise.
8825 (bitmap_desc_hasher::hash): Likewise.
8826 (bitmap_desc_hasher::equal): Likewise.
8827 (get_bitmap_descriptor): Likewise.
8828 (bitmap_register): User new memory descriptor API.
8829 (register_overhead): Likewise.
8830 (bitmap_find_bit): Register nsearches and search_iter statistics.
8831 (struct bitmap_output_info): Remove.
8832 (print_statistics): Likewise.
8833 (dump_bitmap_statistics): Use new memory descriptor.
8834 * bitmap.h (struct bitmap_usage): New class.
8835 * genmatch.c: Extend header file inclusion.
8836 * genpreds.c: Likewise.
8837 * ggc-common.c (struct ggc_usage): New class.
8838 (struct ggc_loc_desc_hasher): Remove.
8839 (ggc_loc_desc_hasher::hash): Likewise.
8840 (ggc_loc_desc_hasher::equal): Likewise.
8841 (struct ggc_ptr_hash_entry): Likewise.
8842 (struct ptr_hash_hasher): Likewise.
8843 (ptr_hash_hasher::hash): Likewise.
8844 (ptr_hash_hasher::equal): Likewise.
8845 (make_loc_descriptor): Likewise.
8846 (ggc_prune_ptr): Likewise.
8847 (dump_ggc_loc_statistics): Use new memory descriptor.
8848 (ggc_record_overhead): Likewise.
8849 (ggc_free_overhead): Likewise.
8850 (final_cmp_statistic): Remove.
8851 (cmp_statistic): Likewise.
8852 (ggc_add_statistics): Liekwise.
8853 (ggc_prune_overhead_list): Likewise.
8854 * hash-map-traits.h: New file.
8855 * hash-map.h (struct default_hashmap_traits): Move the traits to a
8856 separate header file.
8857 * hash-set.h: Pass memory statistics info to ctor.
8858 * hash-table.c (void dump_hash_table_loc_statistics): New function.
8859 * hash-table.h (hash_table::hash_table): Add new ctor arguments.
8860 (hash_table::~hash_table): Register memory release operation.
8861 (hash_table::alloc_entries): Handle memory allocation operation.
8862 (hash_table::expand): Likewise.
8863 * inchash.c (iterative_hash_hashval_t): Move implementation to header
8864 file.
8865 (iterative_hash_host_wide_int): Likewise.
8866 * inchash.h (class hash): Likewise.
8867 * mem-stats-traits.h: New file.
8868 * mem-stats.h: New file.
8869 (mem_location): Add new class.
8870 (mem_usage): Likewise.
8871 (mem_alloc_description): Likewise.
8872 * sese.c: Add new header file inclusision.
8873 * toplev.c (dump_memory_report): Add report for hash_table, hash_map
8874 and hash_set.
8875 * tree-sra.c: Add new header file inclusision.
8876 * vec.c (struct vec_descriptor): Remove.
8877 (hash_descriptor): Likewise.
8878 (struct vec_usage): Likewise.
8879 (struct ptr_hash_entry): Likewise.
8880 (hash_ptr): Likewise.
8881 (eq_ptr): Likewise.
8882 (vec_prefix::register_overhead): Use new memory descriptor API.
8883 (vec_prefix::release_overhead): Likewise.
8884 (add_statistics): Remove.
8885 (dump_vec_loc_statistics): Use new memory descriptor API.
8886 * vec.h (struct vec_prefix): Likewise.
8887 (va_heap::reserve): Likewise.
8888 (va_heap::release): Likewise.
8889 * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
8890
8891 2015-05-27 Richard Biener <rguenther@suse.de>
8892
8893 * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
8894 earlier and remove ??? comment.
8895 (vect_analyze_stmt): If we are analyzing a pure SLP stmt
8896 and got called from loop analysis bail out. Always pass the SLP
8897 node to the vectorizable_* functions.
8898 * tree-vect-loop.c (vect_analyze_loop_operations): Remove
8899 the premature SLP check here.
8900 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
8901 detected SLP stmts.
8902 (vect_detect_hybrid_slp_1): Likewise.
8903
8904 2015-05-26 Jeff Law <law@redhat.com>
8905
8906 * combine.c (find_split_point): Verify that the shift count is a
8907 constant when choosing (plus (ashift ...)) as a split point.
8908
8909 * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
8910 No functional changes.
8911
8912 2015-05-26 Jan Hubicka <hubicka@ucw.cz>
8913
8914 * ipa-polymorphic-call.c
8915 (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
8916 case when call target is already known.
8917
8918 2015-05-26 Oleg Endo <olegendo@gcc.gnu.org>
8919
8920 PR target/65979
8921 * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
8922 take into account the case that operands[1] and operands[2]
8923 are the same register.
8924
8925 2015-05-26 Michael Matz <matz@suse.de>
8926
8927 PR middle-end/66251
8928
8929 * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
8930 stores.
8931 (vect_create_vectorized_demotion_stmts): Always set
8932 STMT_VINFO_VEC_STMT, also with SLP.
8933 (vectorizable_store): Handle strided group stores.
8934
8935 2015-05-26 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
8936
8937 PR target/66049
8938 * config/aarch64/aarch64.md
8939 (*adds_shift_imm_<mode>): New pattern.
8940 (*subs_shift_imm_<mode>): Likewise.
8941 (*adds_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
8942 (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
8943 (*add_uxt<mode>_shift2): Likewise.
8944 (*add_uxtsi_shift2_uxtw): Likewise.
8945 (*sub_uxt<mode>_shift2): Likewise.
8946 (*sub_uxtsi_shift2_uxtw): Likewise.
8947
8948 2015-05-26 David Edelsohn <dje.gcc@gmail.com>
8949
8950 * config/rs6000/constraints.md (Y, U): Use match_test.
8951
8952 2015-05-26 Christian Bruel <christian.bruel@st.com>
8953
8954 PR target/52144
8955 * config/arm/arm.c (arm_option_check_internal)
8956 (arm_option_params_internal): Check opts->target_flags to set macros.
8957 (TREE_TARGET_ARM, TREE_TARGET_THUMB)
8958 (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
8959 (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
8960 (builtin_define): Replaced with def_or_undef_macro.
8961 * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
8962 TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
8963 (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
8964 (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
8965 (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
8966 (TARGET_ARM_FEATURE_LDREX_P)
8967 (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
8968 * config/arm/arm-c.c (def_or_undef_macro): New function.
8969 (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
8970
8971 2015-05-26 Christian Bruel <christian.bruel@st.com>
8972
8973 * c-common.h (builtin_define_with_int_value)
8974 (builtin_define_type_sizeof): Declare.
8975 * c-cppbuiltin.c (builtin_define_with_int_value)
8976 (builtin_define_type_sizeof): Externalize.
8977 (builtin_define_std): Cleanup declaration.
8978 * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
8979 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
8980 * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
8981 (builtin_define, builtin_assert): New macros.
8982
8983 2015-05-26 Richard Biener <rguenther@suse.de>
8984
8985 PR tree-optimization/66142
8986 * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
8987 MEM_REFs for the same base address.
8988
8989 2015-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8990
8991 PR ipa/66181
8992 * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
8993
8994 2015-05-26 Jason Merrill <jason@redhat.com>
8995
8996 * configure.ac: Set CXXFLAGS for ISL test.
8997 * configure: Regenerate.
8998
8999 * configure.ac: Use C++ for all tests. Use AC_CHECK_DECLS for
9000 strstr and basename.
9001 * configure: Regenerate.
9002
9003 2015-05-26 Richard Biener <rguenther@suse.de>
9004
9005 * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
9006 X % C -> X & (C - 1) for C being a power-of two to ...
9007 * match.pd: ... patterns.
9008
9009 2015-05-26 Marc Glisse <marc.glisse@inria.fr>
9010
9011 * match.pd (swapped_tcc_comparison): New operator list.
9012 (-A CMP -B): New simplification.
9013 * fold-const.c (fold_comparison): Remove corresponding code.
9014
9015 2015-05-26 Richard Sandiford <richard.sandiford@arm.com>
9016
9017 * caller-save.c (init_caller_save): Base temporary register numbers
9018 on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
9019 * cfgloopanal.c (init_set_costs): Likewise.
9020 * dojump.c (prefer_and_bit_test): Likewise.
9021 * expr.c (init_expr_target): Likewise.
9022 * ira.c (setup_prohibited_mode_move_regs): Likewise.
9023 * lower-subreg.c (init_lower_subreg): Likewise.
9024 * postreload.c (reload_cse_regs_1): Likewise.
9025
9026 2015-05-26 Richard Sandiford <richard.sandiford@arm.com>
9027
9028 * gensupport.h (compute_test_codes): Declare.
9029 * gensupport.c (compute_predicate_codes): Rename to...
9030 (compute_test_codes): ...this. Generalize error message.
9031 (process_define_predicate): Update accordingly.
9032 * genpreds.c (compute_maybe_allows): Delete.
9033 (add_constraint): Use compute_test_codes to determine whether
9034 something can accept a SUBREG, REG or MEM.
9035
9036 2015-05-26 Torvald Riegel <triegel@redhat.com>
9037
9038 * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
9039 'memory model' to align with C++11; fix description of memory orders;
9040 fix a few typos.
9041
9042 2015-05-26 Richard Biener <rguenther@suse.de>
9043
9044 * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
9045 (vect_analyze_loop_operations): ... here. Remove slp parameter,
9046 detect whether we apply SLP. Remove call to
9047 vect_update_slp_costs_according_to_vf.
9048 (vect_analyze_loop_2): Call vect_update_vf_for_slp and
9049 vect_update_slp_costs_according_to_vf from here. Dispatch
9050 to vect_slp_analyze_operations to analyze SLP stmts.
9051 * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
9052 unused bb_vec_info parameter, adjust assert.
9053 (vect_slp_analyze_operations): Pass in the slp instance tree
9054 instead of bb_vec_info.
9055 (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
9056 * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
9057
9058 2015-05-25 Alexander Monakov <amonakov@ispras.ru>
9059
9060 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
9061 Q_REGS. Expand comment.
9062 (REG_CLASS_NAMES): Ditto.
9063 (REG_CLASS_CONTENTS): Ditto.
9064
9065 2015-05-25 Uros Bizjak <ubizjak@gmail.com>
9066
9067 PR target/66274
9068 * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
9069 when LEGACY_INT_REGNO_P is processed.
9070
9071 2015-05-25 Alexander Monakov <amonakov@ispras.ru>
9072
9073 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
9074
9075 2015-05-25 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
9076
9077 * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
9078 register if not marked dead/unused, before return.
9079
9080 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
9081
9082 PR lto/66180
9083 * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
9084 is set; check for assembler name at LTO time.
9085 (type_in_anonymous_namespace): Remove hacks, check that all
9086 anonymous types are called "<anon>"
9087 (odr_type_p): Simplify; add check for "<anon>"
9088 (odr_subtypes_equivalent): Add odr_type_p check.
9089 * tree.c (need_assembler_name_p): Even anonymous namespace needs
9090 assembler name.
9091
9092 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
9093
9094 * ipa-utils.h (method_class_type): Remove.
9095 * cgraphunit.c (walk_polymorphic_call_targets): Use
9096 TYPE_METHOD_BASETYPE.
9097 * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
9098 on main variants only.
9099 (method_class_type): Remove.
9100 (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
9101 (build_type_inheritance_graph): Likewise.
9102 * ipa-icf.c (sem_function::equals_wpa): Likewise.
9103 * pa-polymorphic-call.c (decl_maybe_in_construction_p,
9104 check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
9105
9106 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
9107
9108 * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
9109 is_typedef_decl, typedef_variant_p): Constify.
9110 * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
9111 is_typedef_decl, typedef_variant_p): Constify.
9112
9113 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9114
9115 * defaults.h (gen_tablejump): New function.
9116 (HAVE_tablejump): Add default value.
9117 * expr.c: Adjust.
9118 * stmt.c: Likewise.
9119
9120 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9121
9122 * defaults.h (gen_store_multiple): New function.
9123 (HAVE_store_multiple): Add default value.
9124 * expr.c (move_block_from_reg): Adjust.
9125
9126 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9127
9128 * defaults.h (gen_load_multiple): New function.
9129 (HAVE_load_multiple): Add default value.
9130 * expr.c (move_block_to_reg): Adjust.
9131
9132 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9133
9134 * defaults.h (gen_mem_signal_fence): New function.
9135 (HAVE_mem_signal_fence): Add default value.
9136 * optabs.c: Adjust.
9137
9138 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9139
9140 * defaults.h (gen_memory_barrier): New function.
9141 (HAVE_memory_barrier): Add default value.
9142 * optabs.c: Adjust.
9143
9144 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9145
9146 * defaults.h (gen_mem_thread_fence): New function.
9147 (HAVE_mem_thread_fence): Add default definition.
9148 * optabs.c: Adjust.
9149
9150 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9151
9152 * combine.c (find_split_point): Check the value of HAVE_lo_sum
9153 instead of if it is defined.
9154 (combine_simplify_rtx): Likewise.
9155 * lra-constraints.c (process_address_1): Likewise.
9156 * config/darwin.c: Adjust.
9157 * genconfig.c (main): Always define HAVE_lo_sum.
9158
9159 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9160
9161 * genmatch.c (parser::parse_operation): Reject expanding
9162 operator-list inside 'for'.
9163
9164 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9165
9166 * genmatch.c (parser::parse_for): Reject iterator if used as
9167 operator-list.
9168
9169 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9170
9171 * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
9172 after end of id-list.
9173
9174 2015-05-22 Jan Hubicka <hubicka@ucw.cz>
9175
9176 * tree.c (gimple_canonical_types_compatible_p): Sanity check that
9177 we do not try to compute canonical type for type that does not need
9178 alias set.
9179 (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
9180 FUNCITON_TYPE.
9181 * tree.h (type_with_alias_set_p): New.
9182
9183 2015-05-22 Jan Hubicka <hubicka@ucw.cz>
9184
9185 * tree.c (gimple_canonical_types_compatible_p): Do not compare
9186 function attributes.
9187 (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
9188
9189 2015-05-22 Jim Wilson <jim.wilson@linaro.org>
9190
9191 * Makefile.in (check_gcc_parallelize): Delete.
9192 (lang_checks_parallelized): Update comment.
9193
9194 2015-05-22 Mikhail Maltsev <maltsevm@gmail.com>
9195
9196 PR rtl-optimization/66237
9197 * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
9198 location of an "as_a" cast.
9199
9200 2015-05-22 Jeff Law <law@redhat.com>
9201
9202 * config/pa/pa.md (non-canonical shift-add insns): Remove.
9203 (peepholes with non-canonical RTL sources): Remove.
9204 (peepholes for indexed stores of FP regs in integer modes): Match and
9205 generate canonical RTL.
9206
9207 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
9208
9209 PR tree-optimization/63387
9210 * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
9211 ((x ord x) & (y ord y) -> (x ord y),
9212 (x ord x) & (x ord y) -> (x ord y)): New simplifications.
9213 * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
9214 vectors like scalars.
9215
9216 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
9217
9218 * convert.c (convert_to_integer, convert_to_vector): Include the
9219 types in the error message.
9220
9221 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
9222
9223 * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
9224 simplifications.
9225
9226 2015-05-22 Jeff Law <law@redhat.com>
9227
9228 * config/pa/pa.md (integer_indexed_store splitters): Use
9229 mem_shadd_operand. Use ASHIFT rather than MULT in the resulting
9230 insns -- adjusting the constant 2nd operand accordingly.
9231
9232 * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
9233 (plus (ashift X log2) Y) if it is a split point.
9234
9235 * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
9236 out of hppa_legitimize_address to handle both forms of a multiply
9237 by 2, 4 or 8.
9238 (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
9239 Always generate the ASHIFT variant as the result is not directly
9240 used in a MEM. Update comments and refactor slightly to improve
9241 readability.
9242
9243 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9244
9245 PR target/65491
9246 * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
9247 aarch64_composite_type_p. Remove check for aarch64_composite_type_p.
9248 (aarch64_composite_type_p): Return false if given type and mode are
9249 for a short vector.
9250
9251 2015-05-22 Richard Biener <rguenther@suse.de>
9252
9253 * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
9254 member.
9255 * tree-vect-loop.c (vect_analyze_loop_operations): Look at
9256 patterns when determining whether SLP is pure.
9257 (vect_is_slp_reduction): Remove check for pattern stmts.
9258 (vect_is_simple_reduction_1): Remove dead code.
9259 * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
9260 (vect_get_and_check_slp_defs): Pass in the stmt number.
9261 Allow the first def in a reduction to be not a pattern stmt when
9262 the rest of the stmts def are patterns.
9263 (vect_build_slp_tree_1): Allow tcc_expression codes like
9264 SAD_EXPR and DOT_PROD_EXPR.
9265 (vect_build_slp_tree): Adjust.
9266 (vect_analyze_slp): Refactor and move BB vect error message ...
9267 (vect_slp_analyze_bb_1): ... here.
9268
9269 2015-05-22 Aldy Hernandez <aldyh@redhat.com>
9270
9271 * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
9272 for CSWTCH temporary.
9273
9274 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9275
9276 * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
9277 (arm_unspec_cost): Allow UNSPEC_VOLATILE. Do not recurse inside
9278 unknown unspecs.
9279
9280 2015-05-22 Richard Biener <rguenther@suse.de>
9281
9282 PR tree-optimization/66251
9283 * tree-vect-stmts.c (vectorizable_conversion): Properly
9284 set STMT_VINFO_VEC_STMT even for the SLP case.
9285
9286 2015-05-22 Marek Polacek <polacek@redhat.com>
9287
9288 * doc/extend.texi: Use @pxref instead of @xref.
9289
9290 2015-05-22 hiraditya <hiraditya@msn.com>
9291
9292 * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
9293 redundant if.
9294
9295 2015-05-22 Richard Biener <rguenther@suse.de>
9296
9297 PR tree-optimization/65701
9298 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
9299 Move peeling cost models into one place. Peel for alignment
9300 for single loads only if an aligned load is cheaper than
9301 an unaligned load.
9302
9303 2015-05-22 Marek Polacek <polacek@redhat.com>
9304
9305 PR c/47043
9306 * doc/extend.texi (Enumerator Attributes): New section.
9307 Document syntax of enumerator attributes.
9308
9309 2015-05-22 Richard Biener <rguenther@suse.de>
9310
9311 * tree-vect-loop.c (get_reduction_op): New function.
9312 (vect_model_reduction_cost): Use it, add reduc_index parameter.
9313 Make ready for BB reductions.
9314 (vect_create_epilog_for_reduction): Use get_reduction_op.
9315 (vectorizable_reduction): Init reduc_index to a valid value.
9316 Adjust vect_model_reduction_cost call.
9317 * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
9318 operand for reduction defaults. Add SAD_EXPR support.
9319 Assert we have a neutral op for SLP reductions.
9320 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
9321 walking pattern stmt ops only recurse to SSA names.
9322
9323 2015-05-22 Richard Biener <rguenther@suse.de>
9324
9325 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
9326 assert with guard, remove check on detected reduction.
9327 (vect_recog_sad_pattern): Likewise.
9328 (vect_recog_widen_sum_pattern): Likewise.
9329
9330 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9331
9332 * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
9333 __always_inline__ attribute.
9334 (vaesdq_u8): Likewise.
9335 (vaesmcq_u8): Likewise.
9336 (vaesimcq_u8): Likewise.
9337 (vsha1cq_u32): Likewise.
9338 (vsha1mq_u32): Likewise.
9339 (vsha1pq_u32): Likewise.
9340 (vsha1h_u32): Likewise.
9341 (vsha1su0q_u32): Likewise.
9342 (vsha1su1q_u32): Likewise.
9343 (vsha256hq_u32): Likewise.
9344 (vsha256h2q_u32): Likewise.
9345 (vsha256su0q_u32): Likewise.
9346 (vsha256su1q_u32): Likewise.
9347 (vmull_p64): Likewise.
9348 (vmull_high_p64): Likewise.
9349
9350 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9351
9352 * final.c (final_scan_insn): Don't check HAVE_peephole with the
9353 preprocessor.
9354 * output.h: Likewise.
9355 * genconfig.c (main): Alwways define HAVE_peephole.
9356 * genpeep.c: Don't emit checks of HAVE_peephole.
9357
9358 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9359
9360 * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
9361 check HAVE_conditional_move with the preprocessor.
9362
9363 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9364
9365 * genconfig.c (main): Always define HAVE_conditional_move.
9366 * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
9367 toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
9368 is defined.
9369
9370 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9371
9372 * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
9373 reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
9374 and FRAME_POINTER_REGNUM with the preprocessor.
9375
9376 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9377
9378 * defaults.h: Add default for STACK_PUSH_CODE.
9379 * expr.c: Don't redefine STACK_PUSH_CODE.
9380 * recog.c: Likewise.
9381
9382 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9383
9384 * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
9385 sched-deps.c: Use if instead of preprocessor checks with
9386 STACK_GROWS_DOWNWARD.
9387
9388 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9389
9390 * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
9391 is defined.
9392 * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
9393 * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
9394 * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
9395 * doc/tm.texi: Regenerate.
9396
9397 2015-05-21 H.J. Lu <hongjiu.lu@intel.com>
9398
9399 PR target/66232
9400 * config/i386/constraints.md (Bg): New constraint for GOT memory
9401 operand.
9402 * config/i386/i386.md (*call_got_x32): New pattern.
9403 (*call_value_got_x32): Likewise.
9404 * config/i386/predicates.md (GOT_memory_operand): New predicate.
9405
9406 2015-05-21 Jakub Jelinek <jakub@redhat.com>
9407
9408 PR tree-optimization/66233
9409 * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
9410 Simplify.
9411
9412 2015-05-21 Jeff Law <law@redhat.com>
9413
9414 * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
9415 than MULT for shadd sequences.
9416
9417 2015-05-08 Jan Hubicka <hubicka@ucw.cz>
9418
9419 * alias.c (alias_stats): New static var.
9420 (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
9421 (dump_alias_stats_in_alias_c): New function.
9422 * alias.h (dump_alias_stats_in_alias_c): Declare.
9423 * tree-ssa-alias.c (dump_alias_stats): Call it.
9424
9425 2015-05-08 Michael Matz <matz@suse.de>
9426
9427 * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
9428 to strided_p.
9429 (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
9430 (STMT_VINFO_STRIDED_P): ... this.
9431 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
9432 (vect_verify_datarefs_alignment): Likewise.
9433 (vect_enhance_data_refs_alignment): Likewise.
9434 (vect_analyze_data_ref_access): Likewise.
9435 (vect_analyze_data_refs): Accept strided stores.
9436 * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
9437 (vect_model_load_cost): Adjust for macro rename.
9438 (vectorizable_mask_load_store): Likewise.
9439 (vectorizable_load): Likewise.
9440 (vectorizable_store): Open code strided stores.
9441
9442 2015-05-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9443
9444 * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
9445 Document sqrt_insn.
9446
9447 2015-05-21 Richard Biener <rguenther@suse.de>
9448
9449 PR c++/66211
9450 * match.pd: Guard pattern optimzing (int)(float)int
9451 conversions to apply only on GIMPLE.
9452
9453 2015-05-21 Jeff Law <law@redhat.com>
9454
9455 * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
9456 multiply-accumulate/shift-add insn generation.
9457
9458 2015-05-21 Oleg Endo <olegendo@gcc.gnu.org>
9459
9460 PR target/54236
9461 * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
9462 operands[1] are the same.
9463
9464 2015-05-21 Ilya Enkovich <enkovich.gnu@gmail.com>
9465
9466 PR middle-end/66221
9467 * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
9468 build_distinct_type_copy to copy bounds.
9469
9470 2015-05-21 Thomas Schwinge <thomas@codesourcery.com>
9471
9472 * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
9473 Change to unsigned int.
9474
9475 2015-05-20 Jeff Law <law@redhat.com>
9476
9477 * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
9478 (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
9479 (pa_shadd_constant_p): Allow constants for shadd insns rather
9480 than valid scaling constants for memory addresses.
9481 * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
9482 * config/pa/predicates.md (mem_shadd_operand): New predicate.
9483 * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
9484 (shift-add insns using ASHIFT): New patterns.
9485
9486 2015-05-20 Mikhail Maltsev <maltsevm@gmail.com>
9487
9488 * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
9489 feasible.
9490 (fix_up_fall_thru_edges): Likewise.
9491 (fix_crossing_conditional_branches): Likewise. Promote jump targets
9492 from to rtx_insn to rtx_code_label where feasible.
9493 * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
9494 gen_move_insn (returned type changed to rtx_insn).
9495 * builtins.c (expand_errno_check): Fix arguments of
9496 do_compare_rtx_and_jump (now expects rtx_code_label).
9497 (expand_builtin_acc_on_device): Likewise.
9498 * cfgcleanup.c (try_simplify_condjump): Add cast when calling
9499 invert_jump (now exprects rtx_jump_insn).
9500 * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
9501 (construct_init_block): Use rtx_code_label.
9502 * cfgrtl.c (block_label): Promote return type to rtx_code_label.
9503 (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
9504 calling redirect_jump.
9505 (patch_jump_insn): Likewise.
9506 (redirect_branch_edge): Likewise.
9507 (force_nonfallthru_and_redirect): Likewise.
9508 (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
9509 when suitable.
9510 (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
9511 * cfgrtl.h: Promote return type of block_label to rtx_code_label.
9512 * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
9513 * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
9514 to store the value retured by gen_label_rtx.
9515 * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
9516 rtx_jump_insn.
9517 * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
9518 (split_branches): Fix calls of redirect_jump.
9519 * dojump.c (jumpifnot): Promote argument type from rtx to
9520 rtx_code_label.
9521 (jumpifnot_1): Likewise.
9522 (jumpif): Likewise.
9523 (jumpif_1): Likewise.
9524 (do_jump_1): Likewise.
9525 (do_jump): Likewise. Use rtx_code_label when feasible.
9526 (do_jump_by_parts_greater_rtx): Likewise.
9527 (do_jump_by_parts_zero_rtx): Likewise.
9528 (do_jump_by_parts_equality_rtx): Likewise.
9529 (do_compare_rtx_and_jump): Likewise.
9530 * dojump.h: Update function prototypes.
9531 * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
9532 returns rtx_insn).
9533 * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
9534 rtx_jump_insn.
9535 (emit_label_before): Likewise.
9536 (emit_jump_insn_after_noloc): Likewise.
9537 (emit_jump_insn_after_setloc): Likewise.
9538 (emit_jump_insn_after): Likewise
9539 (emit_jump_insn_before_setloc): Likewise.
9540 (emit_jump_insn_before): Likewise.
9541 (emit_label_before): Promote return type to rtx_code_label.
9542 (emit_label): Likewise.
9543 * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
9544 * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
9545 gen_move_insn.
9546 (emit_stack_restore): Likewise.
9547 * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
9548 (do_cmp_and_jump): Likewise.
9549 * expr.c (expand_expr_real_2): Likewise. Promote some local variables
9550 from rtx to rtx_code_label.
9551 (gen_move_insn_uncast): New function.
9552 * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
9553 * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
9554 * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
9555 * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
9556 invert_jump_1 and redirect_jump_1.
9557 * internal-fn.c (expand_arith_overflow_result_store): Fix call of
9558 do_compare_rtx_and_jump.
9559 (expand_addsub_overflow): Likewise.
9560 (expand_neg_overflow): Likewise.
9561 (expand_mul_overflow): Likewise.
9562 * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
9563 return value of gen_move_insn.
9564 * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
9565 * loop-doloop.c (add_test): Use rtx_code_label.
9566 (doloop_modify): Likewise.
9567 (doloop_optimize): Likewise.
9568 * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
9569 * lra-constraints.c (emit_spill_move): Remove cast of value returned
9570 by gen_move_insn.
9571 (inherit_reload_reg): Add cast when calling dump_insn_slim.
9572 (split_reg): Likewise.
9573 * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
9574 gen_move_insn.
9575 * optabs.c (expand_binop_directly): Remove casts of values returned by
9576 maybe_gen_insn.
9577 (expand_unop_direct): Likewise.
9578 (expand_abs): Likewise.
9579 (maybe_emit_unop_insn): Likewise.
9580 (maybe_gen_insn): Promote return type to rtx_insn.
9581 * optabs.h: Update prototype of maybe_gen_insn.
9582 * postreload-gcse.c (eliminate_partially_redundant_load): Remove
9583 redundant cast.
9584 * recog.c (struct peep2_insn_data): Promote type of insn field to
9585 rtx_insn.
9586 (peep2_reinit_state): Use NULL instead of NULL_RTX.
9587 (peep2_attempt): Remove casts of insn in peep2_insn_data.
9588 (peep2_fill_buffer): Promote argument from rtx to rtx_insn
9589 * recog.h (struct insn_gen_fn): Promote return types of function
9590 pointers and operator ().from rtx to rtx_insn.
9591 * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
9592 (fill_eager_delay_slots): Likewise.
9593 (relax_delay_slots): Likewise.
9594 (make_return_insns): Likewise.
9595 (dbr_schedule): Likewise.
9596 (optimize_skips): Likewise.
9597 (reorg_redirect_jump): Likewise.
9598 (fill_slots_from_thread): Likewise.
9599 * reorg.h: Update prototypes.
9600 * resource.c (find_dead_or_set_registers): Use dyn_cast to
9601 rtx_jump_insn instead of check. Use it's jump_target method.
9602 * rtl.h (rtx_jump_insn::jump_label): Define new method.
9603 (rtx_jump_insn::jump_target): Define new method.
9604 (rtx_jump_insn::set_jump_target): Define new method.
9605 * rtlanal.c (tablejump_p): Promote type of one local variable.
9606 * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
9607 (sched_analyze_insn): Likewise.
9608 * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
9609 (print_insn): Likewise.
9610 * stmt.c (label_rtx): Promote return type to rtx_insn.
9611 (force_label_rtx): Likewise.
9612 (jump_target_rtx): Define new function.
9613 (expand_label): Use it, get rid of one cast.
9614 (expand_naked_return): Promote rtx to rtx_code_label.
9615 (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
9616 (expand_case): Use rtx_code_label instread of rtx where feasible.
9617 (expand_sjlj_dispatch_table): Likewise.
9618 (emit_case_nodes): Likewise.
9619 * stmt.h: Declare jump_target_rtx. Update prototypes. Fix comments.
9620 * store-motion.c (insert_store): Make use of new return type of
9621 gen_move_insn and remove a cast.
9622 (replace_store_insn): Likewise.
9623
9624 2015-05-20 Max Filippov <jcmvbkbc@gmail.com>
9625
9626 * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
9627 by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
9628
9629 2015-05-20 Jeff Law <law@redhat.com>
9630
9631 * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
9632 dispose of the jump thread path when the jump threading
9633 opportunity is cancelled.
9634
9635 2015-05-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
9636
9637 * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
9638 when printing the caret character.
9639
9640 2015-05-20 Marek Polacek <polacek@redhat.com>
9641
9642 * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
9643
9644 2015-05-20 Marek Polacek <polacek@redhat.com>
9645
9646 * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
9647 * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
9648 * gimple-fold.c (canonicalize_bool): Likewise.
9649 (same_bool_result_p): Likewise.
9650 * tree-if-conv.c (parse_predicate): Likewise.
9651
9652 2015-05-20 Marek Polacek <polacek@redhat.com>
9653
9654 * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
9655 * gimplify.c (gimplify_modify_expr_rhs): Likewise.
9656
9657 2015-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9658
9659 * config/aarch64/aarch64.c (aarch64_class_max_nregs):
9660 Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
9661 values.
9662
9663 2015-05-20 Robert Suchanek <robert.suchanek@imgtec.com>
9664
9665 * config/mips/mips.h (micromips_globals): Declare.
9666
9667 2015-05-20 David Malcolm <dmalcolm@redhat.com>
9668
9669 * timevar.def (TV_INITIALIZE_RTL): New.
9670 * toplev.c (initialize_rtl): Use an auto_timevar to account this
9671 function's time to TV_INITIALIZE_RTL.
9672
9673 2015-05-20 Ilya Enkovich <enkovich.gnu@gmail.com>
9674
9675 * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
9676 gimple_build_nop calls.
9677 (chkp_find_bounds_for_elem): Likewise.
9678 (chkp_get_zero_bounds): Likewise.
9679 (chkp_get_none_bounds): Likewise.
9680 (chkp_get_bounds_by_definition): Likewise.
9681 (chkp_generate_extern_var_bounds): Likewise.
9682 (chkp_get_bounds_for_decl_addr): Likewise.
9683 (chkp_get_bounds_for_string_cst): Likewise.
9684
9685 2015-05-20 Bin Cheng <bin.cheng@arm.com>
9686
9687 PR tree-optimization/65447
9688 * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
9689 (dump_use, dump_uses): Support to dump sub use.
9690 (record_use): New parameters to support sub use. Remove call to
9691 dump_use.
9692 (record_sub_use, record_group_use): New functions.
9693 (compute_max_addr_offset, split_all_small_groups): New functions.
9694 (group_address_uses, rewrite_use_address): New functions.
9695 (strip_offset): New declaration.
9696 (find_interesting_uses_address): Call record_group_use.
9697 (add_candidate): New assertion.
9698 (infinite_cost_p): Move definition forward.
9699 (add_costs): Check INFTY cost and return immediately.
9700 (get_computation_cost_at): Clear setup cost and dependent bitmap
9701 for sub uses.
9702 (determine_use_iv_cost_address): Compute cost for sub uses.
9703 (rewrite_use_address_1): Rename from old rewrite_use_address.
9704 (free_loop_data): Free sub uses.
9705 (tree_ssa_iv_optimize_loop): Call group_address_uses.
9706
9707 2015-05-20 Kugan Vivekanandarajah <kuganv@linaro.org>
9708 Jim Wilson <jim.wilson@linaro.org>
9709
9710 * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
9711 new fields loadv and storev.
9712 * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
9713 Initialize loadv and storev.
9714 * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
9715 (cortexa53_extra_costs): Likewise.
9716 (cortexa57_extra_costs): Likewise.
9717 (xgene1_extra_costs): Likewise.
9718 * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
9719 rtx_costs.
9720
9721 2015-05-20 Kugan Vivekanandarajah <kuganv@linaro.org>
9722
9723 * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
9724 storev.
9725 (cortexa8_extra_costs): Likewise.
9726 (cortexa5_extra_costs): Likewise.
9727 (cortexa7_extra_costs): Likewise.
9728 (cortexa12_extra_costs): Likewise.
9729 (cortexa15_extra_costs): Likewise.
9730 (v7m_extra_costs): Likewise.
9731
9732 2015-05-20 Jeff Law <law@redhat.com>
9733
9734 * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
9735 instead of open-coded version. Also delete the jump thread created
9736 within this function.
9737
9738 2015-05-20 Alan Modra <amodra@gmail.com>
9739
9740 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
9741 stack adjusting insn. Formatting.
9742 (rs6000_emit_prologue): Track stack adjusting insn, and use of
9743 r12. If possible, emit first -fsplit-stack arg pointer insn
9744 before stack adjust. Don't use r12 to save cr if split-stack.
9745
9746 2015-05-20 Alan Modra <amodra@gmail.com>
9747
9748 * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
9749 Define.
9750 (rs6000_supports_split_stack): New function.
9751 * gcc/config/rs6000/rs6000.c (machine_function): Add
9752 split_stack_arg_pointer.
9753 (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
9754 (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
9755 rather than virtual_incoming_args_rtx.
9756 (rs6000_va_start): Likewise.
9757 (split_stack_arg_pointer_used_p): New function.
9758 (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
9759 (morestack_ref): New var.
9760 (gen_add3_const, rs6000_expand_split_stack_prologue,
9761 rs6000_internal_arg_pointer, rs6000_live_on_entry,
9762 rs6000_split_stack_space_check): New functions.
9763 (rs6000_elf_file_end): Call file_end_indicate_split_stack.
9764 * gcc/config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
9765 (UNSPECV_SPLIT_STACK_RETURN): Define.
9766 (split_stack_prologue, load_split_stack_limit,
9767 load_split_stack_limit_di, load_split_stack_limit_si,
9768 split_stack_return, split_stack_space_check): New expands and insns.
9769 * gcc/config/rs6000/rs6000-protos.h
9770 (rs6000_expand_split_stack_prologue): Declare.
9771 (rs6000_split_stack_space_check): Declare.
9772
9773 2015-05-20 Alan Modra <amodra@gmail.com>
9774
9775 * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
9776 (direct_return): Test vrsave_size rather than vrsave_mask.
9777 (rs6000_emit_prologue): Likewise. Remove redundant altivec tests.
9778 (rs6000_emit_epilogue): Likewise.
9779
9780 2015-05-20 Alan Modra <amodra@gmail.com>
9781
9782 * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
9783 when not saving registers.
9784 (debug_stack_info): Adjust to omit printing unused offsets,
9785 as before.
9786 (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
9787 expression.
9788
9789 2015-05-19 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9790
9791 PR c++/65835
9792 * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
9793 value_type to const char *.
9794
9795 2015-05-19 Sandra Loosemore <sandra@codesourcery.com>
9796
9797 * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
9798 to build a biarch toolchain again.
9799
9800 2015-05-19 Jan Hubicka <hubicka@ucw.cz>
9801
9802 * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
9803 or implicit declarations.
9804 (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
9805 into it.
9806 (get_odr_type): Check type has linkage before adding bases.
9807 (register_odr_type): Check that type has linkage before adding it.
9808 (type_known_to_have_no_deriavations_p): Rename to ..
9809 (type_known_to_have_no_derivations_p): This one.
9810 * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
9811 (type_known_to_have_no_derivations_p): This one.
9812 * ipa-polymorphic-call.c
9813 (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
9814 type has linkage.
9815
9816 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
9817
9818 * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
9819 (layout_type): Use RECORD_OR_UNION_TYPE_P.
9820
9821 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9822
9823 * config/s390/s390.c (s390_vector_bool_type_p): New function.
9824 (s390_invalid_binary_op): New function.
9825 (TARGET_INVALID_BINARY_OP): Define macro.
9826
9827 2015-05-19 David Sherwood <david.sherwood@arm.com>
9828
9829 * loop-invariant.c (create_new_invariant): Don't calculate address cost
9830 if mode is not a scalar integer.
9831 (get_inv_cost): Increase computational cost for unused invariants.
9832
9833 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9834
9835 * config.gcc: Add vecintrin.h to extra_headers. Add s390-c.o to
9836 c_target_objs and cxx_target_objs. Add t-s390 to tmake_file.
9837 * config/s390/s390-builtin-types.def: New file.
9838 * config/s390/s390-builtins.def: New file.
9839 * config/s390/s390-builtins.h: New file.
9840 * config/s390/s390-c.c: New file.
9841 * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
9842 CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
9843 * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
9844 (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
9845 prototypes.
9846 * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
9847 Include.
9848 (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
9849 (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
9850 variable definitions.
9851 (s390_const_operand_ok): New function.
9852 (s390_expand_builtin): Rewrite.
9853 (s390_init_builtins): New function.
9854 (s390_handle_vectorbool_attribute): New function.
9855 (s390_attribute_table): Add s390_vector_bool attribute.
9856 (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
9857 (s390_branch_condition_mask): Generate masks for new modes.
9858 (s390_expand_vec_compare_cc): New function.
9859 (s390_mangle_type): Add mangling for vector bool types.
9860 (enum s390_builtin): Remove.
9861 (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
9862 efpc builtins.
9863 * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
9864 s390_cpu_cpp_builtins.
9865 (REGISTER_TARGET_PRAGMAS): New macro.
9866 * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
9867 (insn_cmp mode attribute): Add new CC modes.
9868 (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
9869 (lcbb): New pattern definition.
9870 * config/s390/s390intrin.h: Include vecintrin.h.
9871 * config/s390/t-s390: New file.
9872 * config/s390/vecintrin.h: New file.
9873 * config/s390/vector.md: Include vx-builtins.md.
9874 * config/s390/vx-builtins.md: New file.S/390 zvector builtin
9875 support.
9876
9877 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9878
9879 * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
9880 CCVFHE.
9881 * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
9882 (s390_select_ccmode): Likewise.
9883 (s390_canonicalize_comparison): Swap operands if necessary.
9884 (s390_expand_vec_compare_scalar): Expand DFmode compare using
9885 single element vector instructions.
9886 (s390_emit_compare): Call s390_expand_vec_compare_scalar.
9887 (s390_branch_condition_mask): Generate CC masks for the new modes.
9888 * config/s390/s390.md (v0, vf, vd): New mode attributes.
9889 (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
9890 (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
9891 (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
9892 (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
9893 (*extend<DSF:mode><BFP:mode>2): New insn definition.
9894 (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
9895 (extend<DSF:mode><BFP:mode>2): Turn into expander.
9896 (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
9897 (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
9898 (sqrt<mode>2): Add vector instruction.
9899
9900 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9901
9902 * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
9903 constraints.
9904 * config/s390/predicates.md (const0_operand, constm1_operand)
9905 (constable_operand): Accept vector operands.
9906 * config/s390/s390-modes.def: Add supported vector modes.
9907 * config/s390/s390-protos.h (s390_cannot_change_mode_class)
9908 (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
9909 (s390_bytemask_vector_p, s390_expand_vec_strlen)
9910 (s390_expand_vec_compare, s390_expand_vcond)
9911 (s390_expand_vec_init): Add prototypes.
9912 * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
9913 (s390_vector_mode_supported_p): New function.
9914 (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
9915 (s390_contiguous_bitmask_vector_p): New function.
9916 (s390_bytemask_vector_p): New function.
9917 (s390_split_ok_p): Vector regs don't work either.
9918 (regclass_map): Add VEC_REGS.
9919 (s390_legitimate_constant_p): Handle vector constants.
9920 (s390_cannot_force_const_mem): Handle CONST_VECTOR.
9921 (legitimate_reload_vector_constant_p): New function.
9922 (s390_preferred_reload_class): Handle CONST_VECTOR.
9923 (s390_reload_symref_address): Likewise.
9924 (s390_secondary_reload): Vector memory instructions only support
9925 short displacements. Rename reload*_nonoffmem* to reload*_la*.
9926 (s390_emit_ccraw_jump): New function.
9927 (s390_expand_vec_strlen): New function.
9928 (s390_expand_vec_compare): New function.
9929 (s390_expand_vcond): New function.
9930 (s390_expand_vec_init): New function.
9931 (s390_dwarf_frame_reg_mode): New function.
9932 (print_operand): Handle addresses with 'O' and 'R' constraints.
9933 (NR_C_MODES, constant_modes): Add vector modes.
9934 (s390_output_pool_entry): Handle vector constants.
9935 (s390_hard_regno_mode_ok): Handle vector registers.
9936 (s390_class_max_nregs): Likewise.
9937 (s390_cannot_change_mode_class): New function.
9938 (s390_invalid_arg_for_unprototyped_fn): New function.
9939 (s390_function_arg_vector): New function.
9940 (s390_function_arg_float): Remove size variable.
9941 (s390_pass_by_reference): Handle vector arguments.
9942 (s390_function_arg_advance): Likewise.
9943 (s390_function_arg): Likewise.
9944 (s390_return_in_memory): Vector values are returned in a VR if
9945 possible.
9946 (s390_function_and_libcall_value): Handle vector arguments.
9947 (s390_gimplify_va_arg): Likewise.
9948 (s390_call_saved_register_used): Consider the arguments named.
9949 (s390_conditional_register_usage): Disable v16-v31 for non-vec
9950 targets.
9951 (s390_preferred_simd_mode): New function.
9952 (s390_support_vector_misalignment): New function.
9953 (s390_vector_alignment): New function.
9954 (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
9955 (TARGET_VECTOR_MODE_SUPPORTED_P)
9956 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
9957 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
9958 (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
9959 (TARGET_VECTOR_ALIGNMENT): Define target macro.
9960 * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
9961 (FIRST_PSEUDO_REGISTER): Increase value.
9962 (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
9963 (VECTOR_REG_P): Define macros.
9964 (FIXED_REGISTERS, CALL_USED_REGISTERS)
9965 (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
9966 (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
9967 (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
9968 Add vector registers.
9969 (CANNOT_CHANGE_MODE_CLASS): Call C function.
9970 (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
9971 (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
9972 memory.
9973 (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
9974 (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
9975 * config/s390/s390.md (UNSPEC_VEC_*): New constants.
9976 (VR*_REGNUM): New constants.
9977 (ALL): New mode iterator.
9978 (INTALL): Remove mode iterator.
9979 Include vector.md.
9980 (movti): Implement TImode moves for VRs.
9981 Disable TImode splitter for VR targets.
9982 Implement splitting TImode GPR<->VR moves.
9983 (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
9984 (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
9985 reload<mode>_la_in, reload<mode>_la_out.
9986 (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
9987 (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
9988 (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
9989 (mov<mode> SF SD): Prefer lder, lde for loading.
9990 Add lrl and strl instructions.
9991 Add vector instructions.
9992 (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
9993 Call s390_expand_vec_strlen on z13.
9994 (*cc_to_int): Change predicate to nonimmediate_operand.
9995 (addti3): Rename to *addti3. New expander.
9996 (subti3): Rename to *subti3. New expander.
9997 * config/s390/vector.md: New file.
9998
9999 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10000
10001 * common/config/s390/s390-common.c (processor_flags_table): Add
10002 z13.
10003 * config.gcc: Add z13.
10004 * config/s390/s390-opts.h (enum processor_type): Add
10005 PROCESSOR_2964_Z13.
10006 * config/s390/s390.c (s390_adjust_priority): Check for
10007 PROCESSOR_2964_Z13.
10008 (s390_reorg): Likewise.
10009 (s390_sched_reorder): Likewise.
10010 (s390_sched_variable_issue): Likewise.
10011 (s390_loop_unroll_adjust): Likewise.
10012 (s390_option_override): Likewise. Default to -mvx when available.
10013 * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
10014 (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
10015 (TARGET_VX_ABI): Define macros.
10016 macros.
10017 (TARGET_DEFAULT): Add MASK_OPT_VX.
10018 * config/s390/s390.md ("cpu" attribute): Add z13.
10019 ("cpu_facility" attribute): Add vec.
10020 * config/s390/s390.opt (processor_type): Add z13.
10021 (mvx): New options.
10022 * doc/invoke.texi: Add z13 option for -march.
10023
10024 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10025
10026 * config/s390/predicates.md (shift_count_or_setmem_operand): Add
10027 mode check to make sure that only scalar integer values are
10028 accepted.
10029
10030 2015-05-19 Jan Hubicka <hubicka@ucw.cz>
10031
10032 * tree.c (verify_type_variant): Fix #undef.
10033 (gimple_canonical_types_compatible_p): Move here from lto.c
10034 (verify_type): Verify TYPE_CANONICAL compatibility.
10035 * tree.h (gimple_canonical_types_compatible_p): Declare.
10036
10037 2015-05-19 Jakub Jelinek <jakub@redhat.com>
10038
10039 PR middle-end/66199
10040 * tree.h (OMP_TEAMS_COMBINED): Define.
10041 * gimplify.c (enum gimplify_omp_var_data): Add
10042 GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
10043 (enum omp_region_type): Add ORT_COMBINED_TEAMS.
10044 (omp_notice_variable): Accept both ORT_TEAMS
10045 and ORT_COMBINED_TEAMS. Don't recurse if
10046 GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
10047 GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
10048 GOVD_FIRSTPRIVATE.
10049 (omp_no_lastprivate): New function.
10050 (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
10051 and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
10052 notice_outer and set appropriate bits, otherwise make
10053 sure default(none) combined constructs won't complain.
10054 (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
10055 outer special casing, for OMP_CLAUSE_LASTPRIVATE if
10056 omp_no_lastprivate either remove the clause or turn it
10057 into OMP_CLAUSE_PRIVATE.
10058 (gimplify_omp_for): Fix up handling of implicit
10059 lastprivate or linear iterators.
10060 (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
10061 ORT_COMBINED_TEAMS.
10062 * omp-low.c (lower_omp_for_lastprivate): For combined
10063 for simd use fd.loop.n2 from the for rather than simd.
10064
10065 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10066
10067 * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
10068 instead of gen_rtx_raw_REG.
10069 (cris_expand_epilogue): Likewise.
10070 * config/microblaze/microblaze.c (microblaze_classify_address):
10071 Likewise.
10072 * config/sparc/sparc.md: Likewise.
10073
10074 2015-05-19 Uros Bizjak <ubizjak@gmail.com>
10075
10076 * config/alpha/alpha.c (alpha_legitimize_reload_address)
10077 (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
10078 CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
10079 (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
10080 Use CASE_CONST_SCALAR_INT.
10081 (print_operand) <case 'M'>: Use mode_width_operand to check the
10082 value of the constant.
10083 * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
10084 * config/alpha/predicates.md (input_operand): Use general_operand
10085 instead of match_code as operand check.
10086 (symbolic_operand): Use match_code with subexpression digits.
10087 * config/alpha/constraints.md (Q): Ditto.
10088
10089 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10090
10091 * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
10092
10093 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10094
10095 * config/s390/s390.c (s390_secondary_reload): Fix check for
10096 load/store relative.
10097
10098 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10099
10100 * recog.h: Increase MAX_RECOG_ALTERNATIVES. Change type of
10101 alternative_mask to uint64_t.
10102
10103 2015-05-19 Jakub Jelinek <jakub@redhat.com>
10104
10105 PR tree-optimization/66187
10106 * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
10107 Pass TYPE_SIGN to tree_int_cst_min_precision. If
10108 !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
10109
10110 2015-05-19 David Malcolm <dmalcolm@redhat.com>
10111
10112 * diagnostic.c (diagnostic_report_current_module): Strengthen
10113 local "new_map" from const line_map * to
10114 const line_map_ordinary *.
10115 * genmatch.c (error_cb): Likewise for local "map".
10116 (output_line_directive): Likewise for local "map".
10117 * input.c (expand_location_1): Likewise for local "map".
10118 Pass NULL rather than &map to
10119 linemap_unwind_to_first_non_reserved_loc, since the value is never
10120 read from there, and the value written back not read from here.
10121 (is_location_from_builtin_token): Strengthen local "map" from
10122 const line_map * to const line_map_ordinary *.
10123 (dump_location_info): Strengthen locals "map" from
10124 line_map *, one to const line_map_ordinary *, the other
10125 to const line_map_macro *.
10126 * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
10127 const line_map * to const line_map_macro *.
10128 (maybe_unwind_expanded_macro_loc): Add a call to
10129 linemap_check_macro when writing to the "map" field of the
10130 loc_map_pair.
10131 Introduce local const line_map_ordinary * "ord_map", using it in
10132 place of "map" in the part of the function where we know we have
10133 an ordinary map. Strengthen local "m" from const line_map * to
10134 const line_map_ordinary *.
10135
10136 2015-05-19 Nick Clifton <nickc@redhat.com>
10137
10138 PR target/66156
10139 * config/msp430/msp430.md (zero_extendhisi2): Add support for
10140 separate source and destination registers.
10141
10142 2015-05-19 Richard Biener <rguenther@suse.de>
10143
10144 PR tree-optimization/66165
10145 * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
10146 for no load permutation.
10147
10148 PR tree-optimization/66185
10149 * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
10150 when building the SLP node from scalars.
10151
10152 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
10153 Tristan Gingold <gingold@adacore.com>
10154
10155 * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
10156 * builtins.c (expand_builtin_update_setjmp_buf): Make global.
10157 (expand_stack_restore): Call record_new_stack_level.
10158 (expand_stack_save): Do not call do_pending_stack_adjust.
10159 * builtins.h (expand_builtin_update_setjmp_buf): Declare.
10160 * calls.c (expand_call): Call record_new_stack_level for alloca.
10161 * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
10162 wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
10163 (update_sjlj_context): New global function.
10164 * except.h (update_sjlj_context): Declare.
10165 * explow.c (record_new_stack_level): New global function.
10166 (allocate_dynamic_stack_space): Call record_new_stack_level.
10167 * explow.h (record_new_stack_level): Declare.
10168 * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
10169 * cfgrtl.c (duplicate_insn_chain): Likewise.
10170
10171 2015-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10172
10173 * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
10174 (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
10175 STACK_GROWS_DOWNWARD as normal if.
10176 (expand_call): Likewise.
10177
10178 2015-05-19 Oleg Endo <olegendo@gcc.gnu.org>
10179
10180 PR target/54236
10181 * config/sh/sh.md (*round_int_even): New insn_and_split and
10182 accompanying new unnamed split.
10183
10184 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10185
10186 * bitmap.c (bitmap_set_range): Handle count==1 specially.
10187 (bitmap_clear_range): Likewise.
10188 * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
10189 bitmap_set_range unconditionally.
10190 * df-problems.c (df_simulate_one_insn_forwards): Likewise.
10191 * df-scan.c (df_mark_reg): Likewise.
10192 * haifa-sched.c (setup_ref_regs): Likewise.
10193 * sched-rgn.c (update_live_1): Likewise.
10194
10195 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10196
10197 * regs.h (END_HARD_REGNO): Delete.
10198 (END_REGNO): Move to...
10199 * rtl.h: ...here.
10200 * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
10201 * caller-save.c (mark_set_regs): Likewise.
10202 * combine.c (move_deaths, distribute_notes): Likewise.
10203 * cse.c (invalidate, invalidate_for_call): Likewise.
10204 * df-scan.c (df_ref_record): Likewise.
10205 * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
10206 (record_last_reg_set_info): Likewise.
10207 * reg-stack.c (convert_regs_exit): Likewise.
10208 * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
10209 * resource.c (update_live_status): Likewise.
10210 * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
10211
10212 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10213
10214 * rtl.h (reg_info): Add an nregs field.
10215 (REG_NREGS): Use it.
10216 (SET_REGNO_RAW): Delete.
10217 (set_regno_raw): New function.
10218 * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
10219 (END_REGNO): Redefine in terms of REG_NREGS.
10220 * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
10221 SET_REGNO_RAW.
10222 * emit-rtl.c (set_mode_and_regno): Likewise.
10223 * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
10224 instead of SET_REGNO_RAW.
10225
10226 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10227
10228 * rtl.h (PUT_MODE_RAW): New macro.
10229 (PUT_REG_NOTE_KIND): Use it.
10230 (set_mode_and_regno): Declare.
10231 (gen_raw_REG): Change regno to "unsigned int".
10232 (gen_rtx_REG): Change "unsigned" to "unsigned int".
10233 (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
10234 use set_mode_and_regno to change the mode of registers.
10235 * gengenrtl.c (gendef): Use PUT_MODE_RAW.
10236 * emit-rtl.c (set_mode_and_regno): New function.
10237 (gen_raw_REG): Change regno to unsigned int. Use set_mode_and_regno.
10238 * caller-save.c (reg_save_code): Use set_mode_and_regno.
10239 * expr.c (init_expr_target): Likewise.
10240 * ira.c (setup_prohibited_mode_move_regs): Likewise.
10241 * postreload.c (reload_cse_simplify_operands): Likewise.
10242
10243 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10244
10245 * caller-save.c (init_caller_save): Use word_mode and
10246 FIRST_PSEUDO_REGISTER when creating temporary rtxes.
10247 * expr.c (init_expr_target): Likewise.
10248 * ira.c (setup_prohibited_mode_move_regs): Likewise.
10249 * postreload.c (reload_cse_regs_1): Likewise.
10250
10251 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10252
10253 * rtl.def (REG): Change format to "r".
10254 * rtl.h (rtunion): Remove rt_reg.
10255 (reg_info): New structure.
10256 (rtx_def): Add reg field to main union.
10257 (X0REGATTR): Delete.
10258 (REG_CHECK): New macro.
10259 (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
10260 * rtl.c (rtx_format): Document "r".
10261 (rtx_code_size): Handle REG specially.
10262 * gengenrtl.c (special_format): Return true for formats
10263 that include 'r'.
10264 * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
10265 Deal with REG_ATTRS after the field loop.
10266 * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
10267 * expmed.c (init_expmed): Call gen_raw_REG instead of
10268 gen_rtx_raw_REG.
10269 * expr.c (init_expr_target): Likewise.
10270 * regcprop.c (maybe_mode_change): Likewise.
10271 * varasm.c (make_decl_rtl): Likewise.
10272 * final.c (leaf_renumber_regs_insn): Return early after
10273 handling REGs.
10274 * genemit.c (gen_exp): Handle 'r' fields.
10275 * genpeep.c (match_rtx): Likewise.
10276 * gensupport.c (subst_pattern_match): Likewise.
10277 (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
10278 (alter_constraints, subst_dup): Likewise.
10279 * read-rtl.c (read_rtx_code): Likewise.
10280 * print-rtl.c (print_rtx): Likewise.
10281 * genrecog.c (find_operand, find_matching_operand): Likewise.
10282 (validate_pattern, match_pattern_2): Likewise.
10283 (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
10284 (rtx_test::regno_field): New function.
10285 (operator ==, safe_to_hoist_p, transition_parameter_type)
10286 (parameter_type_string, print_parameter_value)
10287 (print_nonbool_test, print_test): Handle new enum values.
10288 * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
10289 * lra-constraints.c (operands_match_p): Likewise.
10290
10291 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10292
10293 * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
10294 Change type of new_regno to unsigned int.
10295 * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
10296 new_regno to unsigned int.
10297 (df_ref_change_reg_with_loc): Remove old_regno parameter.
10298 Change type of new_regno to unsigned int. Use SET_REGNO_RAW.
10299 * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
10300 (SET_REGNO_RAW): Add space after ",".
10301
10302 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10303
10304 * rtl.h (REG_NREGS): New macro
10305 * alias.c (record_set): Use it.
10306 * cfgcleanup.c (mark_effect): Likewise.
10307 * combine.c (likely_spilled_retval_1): Likewise.
10308 (likely_spilled_retval_p, can_change_dest_mode): Likewise.
10309 (move_deaths, distribute_notes): Likewise.
10310 * cselib.c (cselib_record_set): Likewise.
10311 * df-problems.c (df_simulate_one_insn_forwards): Likewise.
10312 * df-scan.c (df_mark_reg): Likewise.
10313 * dse.c (look_for_hardregs): Likewise.
10314 * dwarf2out.c (reg_loc_descriptor): Likewise.
10315 (multiple_reg_loc_descriptor): Likewise.
10316 * expr.c (write_complex_part, read_complex_part): Likewise.
10317 (emit_move_complex): Likewise.
10318 * haifa-sched.c (setup_ref_regs): Likewise.
10319 * ira-lives.c (mark_hard_reg_live): Likewise.
10320 * lra.c (lra_set_insn_recog_data): Likewise.
10321 * mode-switching.c (create_pre_exit): Likewise.
10322 * postreload.c (reload_combine_recognize_const_pattern): Likewise.
10323 (reload_combine_recognize_pattern): Likewise.
10324 (reload_combine_note_use, move2add_record_mode): Likewise.
10325 (reload_cse_move2add): Likewise.
10326 * reg-stack.c (subst_stack_regs_pat): Likewise.
10327 * regcprop.c (kill_value, copy_value): Likewise.
10328 (copyprop_hardreg_forward_1): Likewise.
10329 * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
10330 (build_def_use): Likewise.
10331 * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
10332 (deps_analyze_insn): Likewise.
10333 * sched-rgn.c (check_live_1, update_live_1): Likewise.
10334 * sel-sched.c (count_occurrences_equiv): Likewise.
10335 * valtrack.c (dead_debug_insert_temp): Likewise.
10336
10337 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10338
10339 * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
10340 * dse.c (note_add_store): Likewise.
10341 * ira-lives.c (mark_hard_reg_dead): Likewise.
10342 * loop-invariant.c (mark_reg_store): Likewise.
10343 (mark_reg_death): Likewise.
10344 * postreload.c (reload_combine): Likewise.
10345 (reload_combine_note_store): Likewise.
10346 (reload_combine_note_use): Likewise.
10347 * recog.c (peep2_reg_dead_p): Likewise.
10348
10349 2015-05-19 Alan Modra <amodra@gmail.com>
10350
10351 * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
10352 hard registers numbered greater or equal to ARG_POINTER_REGNUM.
10353 (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
10354 unused predicates.
10355 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
10356 Use altivec_register_operand. Make insn predicate TARGET_ALTIVEC.
10357 * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
10358 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
10359
10360 2015-05-19 Sameera Deshpande <Sameera.Deshpande@imgtec.com>
10361
10362 * config/mips/mips.md (JOIN_MODE): New mode iterator.
10363 (join2_load_Store<JOIN_MODE:mode>): New pattern.
10364 (join2_loadhi): Likewise.
10365 (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
10366 load-load and store-stores.
10367 * config/mips/mips.opt (mload-store-pairs): New option.
10368 (TARGET_LOAD_STORE_PAIRS): New macro.
10369 * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
10370 * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
10371 * config/mips/mips.c (mips_load_store_bonding_p): New function.
10372
10373 2015-05-19 Mikhail Maltsev <maltsevm@gmail.com>
10374
10375 * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
10376 explicit swaps.
10377 * dojump.c (do_compare_rtx_and_jump): Likewise.
10378 * expmed.c (emit_store_flag_1): Likewise.
10379 * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
10380 * final.c (sprint_ul): Use std::reverse for reversing a string.
10381 * fold-const.c (extract_muldiv_1): Use std::swap.
10382 * genmodes.c (emit_mode_int_n): Likewise.
10383 * ifcvt.c (dead_or_predicable): Likewise.
10384 * ira-build.c (ira_merge_live_ranges): Likewise.
10385 (swap_allocno_copy_ends_if_necessary): Likewise.
10386 * ira.c (ira_setup_alts): Likewise.
10387 * loop-iv.c (iv_analyze_expr): Likewise.
10388 (implies_p): Likewise.
10389 (canon_condition): Likewise.
10390 * lra-constraints.c (swap_operands): Likewise.
10391 * lra-lives.c (lra_merge_live_ranges): Likewise.
10392 * omega.c (swap): Remove.
10393 (bswap): Remove.
10394 (omega_unprotect_1): Use std::swap.
10395 (omega_solve_geq): Likewise.
10396 * optabs.c (expand_binop_directly): Likewise.
10397 (expand_binop): Likewise.
10398 (emit_conditional_move): Likewise.
10399 (emit_conditional_add): Likewise.
10400 * postreload.c (reload_cse_simplify_operands): Likewise.
10401 * reg-stack.c (emit_swap_insn): Likewise.
10402 (swap_to_top): Likewise.
10403 (compare_for_stack_reg): Likewise.
10404 (subst_asm_stack_regs): Likewise.
10405 * reload.c (find_reloads): Likewise.
10406 * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
10407 * sel-sched.c (invoke_reorder_hooks): Likewise.
10408 (create_block_for_bookkeeping): Likewise.
10409 * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
10410 (lambda_matrix_right_hermite): Use std::swap.
10411 * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
10412 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
10413 * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
10414 * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
10415 * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
10416 * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
10417 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
10418 * tree-vrp.c (compare_ranges): Likewise.
10419 * var-tracking.c (add_with_sets): Likewise.
10420 (vt_find_locations): Likewise.
10421
10422 2015-05-18 Andreas Tobler <andreast@gcc.gnu.org>
10423
10424 * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
10425 pie executables.
10426 (FBSD_ENDFILE_SPEC): Likewise.
10427 * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
10428 config/freebsd-spec.h.
10429 (ENDFILE_SPEC): Likewise.
10430
10431 2015-05-18 Uros Bizjak <ubizjak@gmail.com>
10432 Richard Henderson <rth@redhat.com>
10433
10434 PR target/57032
10435 * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
10436 Check for a memory location that is not a reference (using an AND)
10437 to an unaligned location here.
10438 * config/alpha/predicates.md (normal_memory_operand): Remove.
10439
10440 2015-05-18 Alex Velenko <Alex.Velenko@arm.com>
10441
10442 * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
10443 (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
10444
10445 2015-05-18 Robert Suchanek <robert.suchanek@imgtec.com>
10446
10447 * config/mips/mips.c (micromips_globals): New variable.
10448 (mips_set_compression_mode): Save and reinitialize target-dependent
10449 state for microMIPS.
10450
10451 2015-05-18 Martin Liska <mliska@suse.cz>
10452
10453 * dbgcnt.def: Add new counter.
10454 * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
10455
10456 2015-05-18 Martin Liska <mliska@suse.cz>
10457
10458 * dbgcnt.def: Sort counters.
10459 * opts.c (common_handle_option): Do not compile if
10460 -fdbg-cnt-list is enabled.
10461
10462 2015-05-18 Tom de Vries <tom@codesourcery.com>
10463
10464 * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
10465 (gimplify_va_arg_expr): Remove do_deref handling. Remove adding of
10466 address operator to va_list operand.
10467 * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
10468 unconditionally.
10469 * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
10470 operand.
10471 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
10472 * config/s390/s390.c (s390_gimplify_va_arg): Same.
10473 * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
10474
10475 2015-05-18 Tom de Vries <tom@codesourcery.com>
10476
10477 * tree-ssa-tail-merge.c: Fix whitespace.
10478
10479 2015-05-17 Jim Wilson <jim.wilson@linaro.org>
10480
10481 * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
10482 cortex-a17, and cortex-a17.cortex-a7.
10483
10484 2015-05-17 Oleg Endo <olegendo@gcc.gnu.org>
10485
10486 PR target/54236
10487 * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
10488
10489 2015-05-17 Uros Bizjak <ubizjak@gmail.com>
10490
10491 PR target/66174
10492 * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
10493 QImode inner modes for TARGET_AVX512BW. Force mask operand
10494 to a register for AVX512F modes.
10495
10496 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
10497
10498 * toplev.c (emit_debug_global_declarations): Do not output debug info
10499 when doing slim LTO objects.
10500
10501 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
10502
10503 * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
10504 odr_types_equivalent_p): Declare.
10505 (odr_type_p): Use gcc_checking_assert.
10506 (type_in_anonymous_namespace_p) Declare.
10507 (type_with_linkage_p): Declare.
10508 * common.opt (Wlto-type-mismatch): New warning.
10509 * ipa-devirt.c (compound_type_base): New function.
10510 (odr_or_derived_type_p): New function.
10511 (odr_types_equivalent_p): New function.
10512 (add_type_duplicate): Simplify.
10513 (type_with_linkage_p): Add hack to prevent false positives on C types
10514 (type_in_anonymous_namespace_p): Likewise.
10515 * tree.c (need_assembler_name_p): Use type_with_linkage.
10516 * tree.h (type_in_anonymous_namespace_p): Remove.
10517 * doc/invoke.texi (-Wlto-type-mismatch): Document
10518
10519 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
10520
10521 * tree.c (verify_type_variant): Verify tree_base and type_common flags.
10522 (verify_type): Verify STRING_FLAG.
10523
10524 2015-05-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
10525
10526 PR fortran/44054
10527 * tree-pretty-print.c (percent_K_format): Replace locus pointer
10528 with accessor function.
10529 * tree-diagnostic.c (diagnostic_report_current_function): Use
10530 diagnostic_location function.
10531 (maybe_unwind_expanded_macro_loc): Likewise.
10532 (virt_loc_aware_diagnostic_finalizer): Likewise.
10533 (default_tree_printer): Replace locus pointer with accessor function.
10534 * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
10535 (diagnostic_set_info_translated): Initialize second location.
10536 (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
10537 (diagnostic_show_locus): Handle two locations. Call
10538 diagnostic_print_caret_line.
10539 (diagnostic_print_caret_line): New.
10540 (default_diagnostic_starter): Use diagnostic_location function.
10541 (diagnostic_report_diagnostic): Use diagnostic_location function.
10542 (verbatim): Do not set text.locus.
10543 * diagnostic.h (struct diagnostic_info): Remove location field.
10544 (struct diagnostic_context): Make caret_chars an array of two.
10545 (diagnostic_location): New inline.
10546 (diagnostic_expand_location): Handle two locations.
10547 (diagnostic_same_line): New inline.
10548 (diagnostic_print_caret_line): Declare.
10549 (CARET_LINE_MARGIN): New constant.
10550 * pretty-print.c (pp_printf): Do not set text.locus.
10551 (pp_verbatim): Do not set text.locus.
10552 * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
10553 (struct text_info): Replace locus pointer with locations
10554 array. Add accessor functions.
10555
10556 2015-05-16 Kugan Vivekanandarajah <kuganv@linaro.org>
10557 Zhenqiang Chen <zhenqiang.chen@linaro.org>
10558
10559 PR target/65768
10560 * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
10561 * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
10562 large constants in register instead of splitting them.
10563
10564 2015-05-16 Uros Bizjak <ubizjak@gmail.com>
10565
10566 PR target/66140
10567 * config/alpha/alpha.c (get_aligned_mem): Also look for reload
10568 replacements in memory addresses.
10569 (get_unaligned_address): Ditto.
10570
10571 2015-05-16 James Bowman <james.bowman@ftdichip.com>
10572
10573 * config/ft32/*: New files for FT32 port.
10574 * doc/install.texi: Add FT32 information.
10575 * doc/invoke.texi: Add FT32 information.
10576 * doc/md.texi: Add FT32 information.
10577 * doc/contrib.texi: Self added.
10578
10579 2015-05-15 Marc Glisse <marc.glisse@inria.fr>
10580
10581 PR tree-optimization/64454
10582 * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
10583 (-1 - A -> ~A): Remove unnecessary condition.
10584
10585 2015-05-15 Gregor Richards <gregor.richards@uwaterloo.ca>
10586
10587 * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
10588 * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
10589 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
10590
10591 2015-05-15 Ilya Enkovich <ilya.enkovich@intel.com>
10592
10593 * ipa-chkp.h (chkp_wrap_function): New.
10594 * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
10595 (chkp_wrap_function_name): New.
10596 (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
10597 to get wrapper name.
10598 * lto-cgraph.c: Include ipa-chkp.h.
10599 (input_cgraph_1): Avoid alias chain for wrappers.
10600
10601 2015-05-15 Ilya Enkovich <enkovich.gnu@gmail.com>
10602
10603 PR middle-end/66134
10604 * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
10605 (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
10606
10607 2015-05-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10608
10609 * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
10610 (AARCH64_FL_SLOWMUL): Delete.
10611 (AARCH64_FL_CRC): Redefine to 1<<3.
10612 (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
10613
10614 2015-05-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10615
10616 * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
10617 casting.
10618
10619 2015-05-15 Uros Bizjak <ubizjak@gmail.com>
10620
10621 * config/alpha/alpha.md (extendqidi2): Use general_operand
10622 instead of some_operand for operand[1] predicate.
10623 (extendhidi2): Ditto.
10624 (cbranchdi4): Use general_operand instead of some_operand
10625 for operand[1] and operands[2] predicates.
10626 (cstoredi4): Ditto.
10627 * config/alpha/predicates.md (some_operand): Remove unused predicate.
10628 (some_ni_operand): Ditto.
10629
10630 2015-05-15 Uros Bizjak <ubizjak@gmail.com>
10631
10632 * config/alpha/alpha.c (alpha_extract_integer): Do not handle
10633 CONST_WIDE_INT and CONST_DOUBLE. Assert CONST_INT_P (x).
10634 (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
10635 low part of the constant using alpha_emit_set_const_1.
10636 (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
10637
10638 2015-05-14 Rohit Arul Raj <rohitrulraj@freescale.com>
10639
10640 * varasm.c (output_constant_pool_1): Pass down alignment from
10641 constant pool entry's descriptor to output_constant_pool_2.
10642 (output_object_block): Add comment prior to call to
10643 output_constant_pool_1.
10644
10645 2015-05-14 Vladimir Makarov <vmakarov@redhat.com>
10646
10647 PR rtl-optimization/65862
10648 * target.def (ira_change_pseudo_allocno_class): New hook.
10649 * targhooks.c (default_ira_change_pseudo_allocno_class): Default
10650 value of the hook.
10651 * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
10652 * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
10653 hook.
10654 * ira-costs.c (find_costs_and_classes): Call the hook and change
10655 classes when it is necessary.
10656 * doc/tm.texi: Update.
10657
10658 2015-05-14 Alexander Monakov <amonakov@ispras.ru>
10659
10660 * config/i386/i386.md (sibcall_memory): Check that register with
10661 callee address is not also used as one of the arguments, instead
10662 of checking that it is not live after the sibcall.
10663 (sibcall_pop_memory): Ditto.
10664 (sibcall_value_memory): Ditto.
10665 (sibcall_value_pop_memory): Ditto.
10666
10667 2015-05-14 Marc Glisse <marc.glisse@inria.fr>
10668
10669 * generic-match-head.c (types_match): Handle non-types.
10670 * gimple-match-head.c (types_match): Likewise.
10671 * match.pd: Remove unnecessary TREE_TYPE for types_match.
10672
10673 2015-05-14 Wilco Dijkstra <wdijkstr@arm.com>
10674
10675 * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
10676 (csneg3<mode>_insn): Enable expansion of pattern.
10677
10678 2015-05-14 Nick Clifton <nickc@redhat.com>
10679
10680 * config/rl78/rl78.c (rl78_select_section): Select the correct
10681 default section based upon the category of the decl.
10682
10683 2015-05-13 Segher Boessenkool <segher@kernel.crashing.org>
10684
10685 PR rtl-optimization/30967
10686 * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
10687 destination mode for the cost of scc patterns.
10688
10689 2015-05-13 Uros Bizjak <ubizjak@gmail.com>
10690
10691 * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
10692 using SWIM248 mode iterator.
10693 (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
10694 (*mulvhi4): mark operand[1] as commutative. Use nonimmediate_operand
10695 for operand[2] constraint.
10696 (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
10697
10698 2015-05-13 Jakub Jelinek <jakub@redhat.com>
10699
10700 PR middle-end/66133
10701 * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
10702 make sure it is never noreturn, even when the task body does not
10703 return.
10704 (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
10705 right before GIMPLE_OMP_RETURN.
10706 (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
10707 for GIMPLE_OMP_TASK. For GIMPLE_OMP_RETURN corresponding to
10708 GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
10709
10710 2015-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10711
10712 * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
10713 * tree-ssa-math-opts.c: Include params.h
10714 (pow_synth_sqrt_info): New struct.
10715 (representable_as_half_series_p): New function.
10716 (get_fn_chain): Likewise.
10717 (print_nested_fn): Likewise.
10718 (dump_fractional_sqrt_sequence): Likewise.
10719 (dump_integer_part): Likewise.
10720 (expand_pow_as_sqrts): Likewise.
10721 (gimple_expand_builtin_pow): Use above to attempt to expand
10722 pow as series of square roots. Removed now unused variables.
10723
10724 2015-05-13 Uros Bizjak <ubizjak@gmail.com>
10725
10726 * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
10727 (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
10728 Remove *p0 and *p1 arguments. Rewrite function.
10729 (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
10730 (alpha_split_const_mov): Update calls to alpha_extract_integer and
10731 alpha_emit_set_long_const.
10732 (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
10733 (alpha_output_mi_thunk_osf): Ditto.
10734 * config/alpha/alpha.md (movti): Do not check operands[1]
10735 for CONST_DOUBLE.
10736
10737 2015-05-13 Richard Biener <rguenther@suse.de>
10738
10739 PR tree-optimization/66129
10740 * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
10741 commutative.
10742 (vect_schedule_slp_instance): Fix typo.
10743
10744 2015-05-13 David Malcolm <dmalcolm@redhat.com>
10745
10746 * common.opt (fdump-internal-locations): New option.
10747 * input.c: Include diagnostic-core.h.
10748 (get_end_location): New function.
10749 (write_digit): New function.
10750 (write_digit_row): New function.
10751 (dump_location_range): New function.
10752 (dump_labelled_location_range): New function.
10753 (dump_location_info): New function.
10754 * input.h (dump_location_info): New prototype.
10755 * toplev.c (compile_file): Handle flag_dump_locations.
10756
10757 2015-05-13 Eric Botcazou <ebotcazou@adacore.com>
10758
10759 * gimple-expr.h (is_gimple_constant): Reorder.
10760 * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
10761
10762 2015-05-13 Segher Boessenkool <segher@kernel.crashing.org>
10763
10764 * combine.c (simplify_set): When generating a CC set, if the
10765 source already is in the correct mode, do not wrap it in a
10766 compare. Simplify the rest of that code.
10767
10768 2015-05-13 Richard Biener <rguenther@suse.de>
10769
10770 PR tree-optimization/66123
10771 * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
10772 a taken edge.
10773
10774 2015-05-13 Richard Biener <rguenther@suse.de>
10775
10776 PR middle-end/66110
10777 * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
10778 specially.
10779 * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
10780
10781 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
10782
10783 * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
10784 * aclocal.m4: Regenerated with automake-1.11.6.
10785
10786 2015-05-13 Tom de Vries <tom@codesourcery.com>
10787
10788 PR tree-optimization/66010
10789 * gimplify.h (gimplify_va_arg_internal): Remove declaration.
10790 * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
10791 * tree-stdarg.c (expand_ifn_va_arg_1): ... here. Choose between lval
10792 and rval based on do_deref.
10793
10794 2015-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
10795
10796 PR target/65103
10797 * config/i386/i386.c (ix86_rtx_costs): We want to propagate
10798 link time constants into adress expressions and therefore set
10799 their cost to 0.
10800
10801 2015-05-13 Jakub Jelinek <jakub@redhat.com>
10802
10803 PR target/66112
10804 * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
10805 Use SWI248 iterator instead of SWI.
10806 (*mulv<mode>4_1): Use SWI48 instead of SWI. Simplify output template.
10807 Use eq_attr "alternative" "0" instead of match_test in
10808 length_immediate attribute computation.
10809 (*mulvhi4, *mulvhi4_1): New define_insns.
10810
10811 PR target/66112
10812 * internal-fn.c (get_min_precision): Use UNSIGNED instead of
10813 SIGNED to get precision of non-negative value.
10814
10815 2015-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
10816
10817 PR target/66048
10818 * function.c (diddle_return_value_1): Process bounds first.
10819 * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
10820 register.
10821
10822 2015-05-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
10823
10824 PR rtl-optimization/64616
10825 * loop-invariant.c (can_move_invariant_reg): New.
10826 (move_invariant_reg): Call above new function to decide whether
10827 instruction can just be moved, skipping creation of temporary
10828 register.
10829
10830 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
10831
10832 PR target/pr66047.c
10833 * i386.c (ix86_function_sseregparm): Only return -1 if local function
10834 with implied regparm is called from -mno-sse function.
10835 (init_cumulative_args): Output error if ix86_function_sseregparm
10836 return -1 and SSE register would be needed.
10837 (function_arg_advance_32): Likewise.
10838 (function_arg_32): Likewise.
10839 * i386.h (ix86_args): Add decl field.
10840
10841 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
10842
10843 PR ipa/65873
10844 * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
10845 inlines across optimization boundary.
10846
10847 2015-05-12 Jason Merrill <jason@redhat.com>
10848
10849 * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
10850 string literal and macro name.
10851
10852 2015-05-12 Steve Ellcey <sellcey@imgtec.com>
10853
10854 * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
10855 * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
10856 * config/mips/predicates.md (const_immlsa_operand): Remove log call.
10857
10858 2015-05-12 David Malcolm <dmalcolm@redhat.com>
10859
10860 * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
10861 (-Wmisleading-indentation): New option.
10862 * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
10863
10864 2015-05-12 Uros Bizjak <ubizjak@gmail.com>
10865
10866 * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
10867 * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
10868 (alpha_extract_integer): Ditto.
10869 (alpha_legitimate_constant_p): Ditto.
10870 (alpha_split_tmode_pair): Ditto.
10871 (alpha_preferred_reload_class): Add CONST_WIDE_INT.
10872 (alpha_expand_mov): Ditto.
10873 (print_operand): Remove handling of 'H' modifier.
10874 <case 'm'>: Remove CONST_DOUBLE handling.
10875 (summarize_insn): Handle CONST_WIDE_INT.
10876 * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
10877 (anddi3): Ditto.
10878 (movti): Handle CONST_WIDE_INT.
10879 * config/alpha/constraints.md ('H'): Remove constraint definition.
10880 ('G'): Do not match MODE_FLOAT class.
10881 * config/alpha/predicates.md (const0_operand): Also match
10882 const_wide_int.
10883 (non_add_const_operand): Ditto.
10884 (non_zero_const_operand): Ditto.
10885 (some_operand): Ditto.
10886 (input_operand): Ditto. Handle CONST_WIDE_INT.
10887 (and_operand): Do not match const_double.
10888 * config/alpha/sync.md (fetchop_constr): Remove H constraint.
10889
10890 2015-05-12 Andrew MacLeod <amacleod@redhat.com>
10891
10892 PR target/65697
10893 * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
10894 (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
10895 * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
10896 is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
10897 is_mm_seq_cst, is_mm_sync): New accessor functions.
10898 * builtins.c (expand_builtin_sync_operation,
10899 expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
10900 (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
10901 (get_memmodel, expand_builtin_atomic_compare_exchange,
10902 expand_builtin_atomic_load, expand_builtin_atomic_store,
10903 expand_builtin_atomic_clear): Use new accessor routines.
10904 (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
10905 * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
10906 (maybe_emit_sync_lock_test_and_set): Use new accessors and
10907 MEMMODEL_SYNC_ACQUIRE.
10908 (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
10909 (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
10910 expand_atomic_store): Use new accessors.
10911 * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
10912 * tsan.c (instrument_builtin_call): Update check for memory model beyond
10913 final enum to use MEMMODEL_LAST.
10914 * c-family/c-common.c: Use new accessor for memmodel_base.
10915 * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
10916 accessors.
10917 * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
10918 arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
10919 mem_thread_fence, *dmb): Likewise.
10920 * config/alpha/alpha.c (alpha_split_compare_and_swap,
10921 alpha_split_compare_and_swap_12): Likewise.
10922 * config/arm/arm.c (arm_expand_compare_and_swap,
10923 arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
10924 * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
10925 atomic_loaddi): Likewise.
10926 * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
10927 Likewise.
10928 * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
10929 * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
10930 use new accessors.
10931 * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
10932 atomic_store<mode>, atomic_compare_and_swap<mode>,
10933 atomic_exchange<mode>): Use new accessors.
10934 * config/mips/mips.c (mips_process_sync_loop): Likewise.
10935 * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
10936 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
10937 rs6000_post_atomic_barrier): Add new cases.
10938 (rs6000_expand_atomic_compare_and_swap): Use new accessors.
10939 * config/rs6000/sync.md (mem_thread_fence): Add new cases.
10940 (atomic_load<mode>): Add new cases and use new accessors.
10941 (store_quadpti): Add new cases.
10942 * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
10943 accessors.
10944 * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
10945 * doc/extend.texi: Update docs to indicate 16 bits are used for memory
10946 model, not 8.
10947
10948 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
10949
10950 * ipa-devirt.c (type_with_linkage_p): New function.
10951 (type_in_anonymous_namespace_p): Move here from tree.c; assert that
10952 type has linkage.
10953 (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
10954 (can_be_name_hashed_p): Simplify.
10955 (hash_odr_name): Check that type has linkage before checking if it is
10956 anonymous.
10957 (types_same_for_odr): Likewise.
10958 (odr_name_hasher::equal): Likewise.
10959 (odr_subtypes_equivalent_p): Likewise.
10960 (warn_types_mismatch): Likewise.
10961 (get_odr_type): Likewise.
10962 (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
10963 * ipa-utils.h (odr_type_p): Move offline.
10964 * tree.c (need_assembler_name_p): Fix handling of types
10965 without linkages.
10966 (type_in_anonymous_namespace_p): Move to ipa-devirt.c
10967
10968 2015-05-12 David Malcolm <dmalcolm@redhat.com>
10969
10970 * timevar.c (timevar_enable): Delete in favor of...
10971 (g_timer): New global.
10972 (struct timevar_def): Move to timevar.h inside class timer.
10973 (struct timevar_stack_def): Likewise.
10974 (timevars): Delete global in favor of field "m_timevars" within
10975 class timer in timevar.h
10976 (stack): Likewise, in favor of field "m_stack".
10977 (unused_stack_instances): Likewise, in favor of field
10978 "m_unused_stack_instances".
10979 (start_time): Likewise, in favor of field "m_start_time".
10980 (get_time): Eliminate check for timevar_enable.
10981 (timer::timer): New function, built from part of timevar_init.
10982 (timevar_init): Rewrite idempotency test from using
10983 "timevar_enable" bool to using dynamic allocation of "g_timer".
10984 Move rest of implementation into timer's constructor.
10985 (timevar_push_1): Rename to...
10986 (timer::push): ...this, adding "m_" prefixes to variables that
10987 are now fields of timer.
10988 (timevar_pop_1): Likewise, rename to...
10989 (timer::pop): ...this, and add "m_" prefixes.
10990 (timevar_start): Replace test for "timevar_enable" with one for
10991 "g_timer", and move bulk of implementation to...
10992 (timer::start): ...here, adding "m_" prefixes.
10993 (timevar_stop): Likewise, from here...
10994 (timer::stop): ...to here.
10995 (timevar_cond_start): Likewise, from here...
10996 (timer::cond_start): ...to here.
10997 (timevar_cond_stop): Likewise, from here...
10998 (timer::cond_stop): ...to here.
10999 (validate_phases): Rename to...
11000 (timer::validate_phases): ...this, and add "m_" prefixes. Make
11001 locals "total" and "tv" const.
11002 (timevar_print): Rename to...
11003 (timer::print): ...this, and add "m_" prefixes. Make locals
11004 "total" and "tv" const. Eliminate test for timevar_enable.
11005 * timevar.h (timevar_enable): Eliminate.
11006 (g_timer): New declaration.
11007 (timevar_push_1): Eliminate.
11008 (timevar_pop_1): Eliminate.
11009 (timevar_print): Eliminate.
11010 (class timer): New class.
11011 (timevar_push): Rewrite to use g_timer.
11012 (timevar_pop): Likewise.
11013 * toplev.c (toplev::~toplev): Likewise.
11014
11015 2015-05-12 Richard Earnshaw <rearnsha@arm.com>
11016
11017 * arm-protos.h (arm_sched_autopref): Delete.
11018 (tune_params): Re-organize, use enums for flag values.
11019 (FUSE_OPS): New macro.
11020 * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
11021 (ARM_PREFETCH_BENEFICIAL): Likewise.
11022 (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
11023 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
11024 (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
11025 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
11026 (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
11027 (arm_cortex_a57_tune, arm_xgene1_tune, arm_cortex_a5_tune)
11028 (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
11029 (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
11030 format.
11031 (arm_option_override, thumb2_reorg, arm_print_tune_info)
11032 (aarch_macro_fusion_pair_p): Update uses of current_tune.
11033 * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
11034
11035 2015-05-12 Sandra Loosemore <sandra@codesourcery.com>
11036
11037 * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
11038 "break".
11039
11040 2015-05-12 Chung-Lin Tang <cltang@codesourcery.com>
11041 Sandra Loosemore <sandra@codesourcery.com>
11042
11043 * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
11044 value.
11045 (REG_CLASS_NAMES): Add "IJMP_REGS".
11046 (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
11047 * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
11048 use new "c" register constraint.
11049 * config/nios2/constraint.md (c): New register constraint
11050 corresponding to IJMP_REGS.
11051
11052 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11053
11054 * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
11055 *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
11056 define_splits): Delete, revamp, transmogrify into ...
11057 (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
11058 *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
11059 *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
11060 New.
11061
11062 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11063
11064 * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
11065 gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
11066
11067 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11068
11069 * config/rs6000/rs6000.md (extzv): FAIL for SImode.
11070 (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
11071 *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
11072 *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
11073 *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
11074 *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
11075 *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
11076 *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
11077 *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
11078 *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
11079 *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
11080 *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
11081 *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
11082 *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
11083 *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
11084 *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
11085 and 30 corresponding splitters): Delete.
11086
11087 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11088
11089 * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
11090 zero_extract.
11091
11092 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11093
11094 * combine.c (recog_for_combine_1): New function, factored out
11095 from recog_for_combine.
11096 (change_zero_ext): New function.
11097 (recog_for_combine): If recog fails, try again with the pattern
11098 modified by change_zero_ext; if that still fails, restore the
11099 pattern.
11100
11101 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11102
11103 * combine.c (get_undo_marker): New function.
11104 (undo_to_marker): New function, largely factored out from ...
11105 (undo_all): ... this. Adjust.
11106
11107 2015-05-12 Richard Biener <rguenther@suse.de>
11108
11109 PR tree-optimization/66101
11110 * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
11111 fixup if we turn a loop exit edge to a fallthru edge.
11112
11113 2015-05-12 Richard Biener <rguenther@suse.de>
11114
11115 PR tree-optimization/37021
11116 * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
11117 (SLP_TREE_TWO_OPERATORS): New define.
11118 * tree-vect-slp.c (vect_create_new_slp_node): Initialize
11119 SLP_TREE_TWO_OPERATORS.
11120 (vect_build_slp_tree_1): Allow two mixing plus/minus in an
11121 SLP node.
11122 (vect_build_slp_tree): Adjust.
11123 (vect_analyze_slp_cost_1): Likewise.
11124 (vect_schedule_slp_instance): Vectorize mixing plus/minus by
11125 emitting two vector stmts and mixing the results.
11126
11127 2015-05-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
11128
11129 * call.c (print_z_candidates): Remove dead code.
11130
11131 2015-05-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11132
11133 * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
11134 and zEC12_simple_fp.
11135 * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
11136 to 1.
11137
11138 2015-05-12 Tom de Vries <tom@codesourcery.com>
11139
11140 PR tree-optimization/66010
11141 * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
11142 ifn_va_arg.
11143 * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
11144 (gimplify_va_arg_internal): Remove loc parameter. Assert no array-typed
11145 va_lists are passed, and remove corresponding handling.
11146 (gimplify_va_arg_expr): Only take address of ap if necessary. Add
11147 do_deref argument to ifn_va_arg.
11148 * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
11149 ifn_va_arg.
11150
11151 2015-05-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11152
11153 PR target/65955
11154 * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
11155 REG before taking its REGNO.
11156
11157 2015-05-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
11158
11159 * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
11160 rsp->sign_bit_copies and rsp->nonzero_bits into ...
11161 (update_rsp_from_reg_equal): This. Also use REG_EQUAL note on src if
11162 present to get more accurate information about the number of sign bit
11163 copies and non zero bits.
11164
11165 2015-05-12 Richard Biener <rguenther@suse.de>
11166
11167 * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
11168 do not allow unrolling.
11169
11170 2015-05-11 Richard Henderson <rth@redhat.com>
11171
11172 * config/i386/i386-modes.def (CCP): New.
11173 * config/i386/i386.c (put_condition_code): Handle it.
11174 (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
11175
11176 2015-05-11 Richard Henderson <rth@redhat.com>
11177
11178 * target.def (md_asm_clobbers): Replace with...
11179 (md_asm_adjust): this.
11180 * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
11181 (TARGET_MD_ASM_ADJUST): New.
11182 * tm.texi: Rebuild.
11183 * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
11184 * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
11185 * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
11186
11187 * cfgexpand.c (check_operand_nalternatives): Accept vector of
11188 constraints instead of lists of outputs and inputs.
11189 (expand_asm_stmt): Save and restore input_location around the
11190 body of the function. Move asm data into vectors instead of
11191 building tree lists. Generate cleanup sequences as needed,
11192 rather than waiting til the end. Use new md_asm_adjust hook.
11193
11194 * config/vxworks.c: Include vec.h before target.h.
11195 * gimple.c: Likewise.
11196 * incpath.c: Likewise.
11197 * mode-switching.c: Likewise.
11198
11199 * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
11200 (cris_md_asm_adjust): this.
11201 (TARGET_MD_ASM_CLOBBERS): Remove.
11202 (TARGET_MD_ASM_ADJUST): New.
11203 * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
11204 (ix86_md_asm_adjust): this.
11205 (TARGET_MD_ASM_CLOBBERS): Remove.
11206 (TARGET_MD_ASM_ADJUST): New.
11207 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
11208 (mn10300_md_asm_adjust): this.
11209 (TARGET_MD_ASM_CLOBBERS): Remove.
11210 (TARGET_MD_ASM_ADJUST): New.
11211 * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
11212 (rs6000_md_asm_adjust): this.
11213 (TARGET_MD_ASM_CLOBBERS): Remove.
11214 (TARGET_MD_ASM_ADJUST): New.
11215 * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
11216 (visium_md_asm_adjust): this.
11217 (TARGET_MD_ASM_CLOBBERS): Remove.
11218 (TARGET_MD_ASM_ADJUST): New.
11219
11220 2015-05-11 Richard Henderson <rth@redhat.com>
11221
11222 * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
11223 if noutputs is zero.
11224 * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
11225
11226 * cfgexpand.c (expand_asm_operands): Merge into...
11227 (expand_asm_stmt): ... here.
11228
11229 * cfgexpand.c (expand_asm_operands): Don't call
11230 resolve_asm_operand_names.
11231 * stmt.c (resolve_asm_operand_names): Clarify block comment.
11232
11233 2015-05-11 Jan Hubicka <hubicka@ucw.cz>
11234
11235 * dwarf2out.c (gen_member_die): Sanity check that we access
11236 TYPE_MAIN_VARIANT for TYPE_METHODS.
11237 * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
11238 checking TYPE_METHODS.
11239 * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
11240 if non-null.
11241 (build_distinct_type_copy): Clear TYPE_METHODS.
11242 (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
11243 (verify_type): Allow TYPE_METHODS to be error_mark_node.
11244 * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
11245
11246 2015-05-11 Eric Botcazou <ebotcazou@adacore.com>
11247
11248 * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
11249 (emit_pattern_before_setloc): Likewise.
11250
11251 2015-05-11 Richard Sandiford <richard.sandiford@arm.com>
11252
11253 * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
11254 for define_peephole2s.
11255 (get_peephole2_pattern): New function.
11256 (main): Use it. Call validate_pattern.
11257
11258 2015-05-11 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
11259
11260 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
11261 LAST_CALLEE_SAVED_REG instead of hard-coded register number.
11262 (Last callee saved reg is different for AVR_TINY architecture)
11263
11264 2015-05-11 Uros Bizjak <ubizjak@gmail.com>
11265
11266 * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
11267 when looking for memory references.
11268
11269 2015-05-11 Alexander Monakov <amonakov@ispras.ru>
11270
11271 PR target/65753
11272 * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
11273 via function pointers.
11274
11275 2015-05-11 Alexander Monakov <amonakov@ispras.ru>
11276
11277 * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
11278 indirect call by forcing address into a pseudo with -fno-plt.
11279 * common.opt (flag_plt): New option.
11280 * doc/invoke.texi (Code Generation Options): Add -fno-plt.
11281 ([-fno-plt]): Document.
11282
11283 2015-05-11 Markus Trippelsdorf <markus@trippelsdorf.de>
11284
11285 PR bootstrap/66105
11286 * config/rs6000/option-defaults.h: Add space between string literal
11287 and macro name.
11288
11289 2015-05-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
11290
11291 * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
11292 accross ARM targets.
11293
11294 2015-05-11 Christian Bruel <christian.bruel@st.com>
11295
11296 * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
11297 * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
11298
11299 2015-05-11 Richard Sandiford <richard.sandiford@arm.com>
11300
11301 PR rtl-optimization/66076
11302 * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
11303 Don't grow the heap array if it is already big enough from a
11304 previous iteration.
11305
11306 2015-05-11 Christian Bruel <christian.bruel@st.com>
11307
11308 * config/arm/arm-protos.h (arm_declare_function_name): Declare.
11309 (is_called_in_ARM_mode): Remove.
11310 * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
11311 (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
11312 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
11313 arm_declare_function_name.
11314
11315 2015-05-11 Christian Bruel <christian.bruel@st.com>
11316
11317 * config/arm/arm.c (arm_option_override): Reoganized and split into :
11318 (arm_option_params_internal); New function.
11319 (arm_option_check_internal): New function.
11320 (arm_option_override_internal): New function.
11321 (thumb_code, thumb1_code): Remove.
11322 * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
11323 (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
11324 (thumb_code, thumb1_code): Remove.
11325 * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
11326
11327 2015-05-11 Uros Bizjak <ubizjak@gmail.com>
11328
11329 * config/alpha/alpha.c (alpha_emit_set_const_1)
11330 (alpha_emit_set_long_const, alpha_extract_integer)
11331 (alpha_legitimate_constant_p, alpha_split_const_mov)
11332 (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
11333 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11334 (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
11335 HOST_WIDE_INT_1U.
11336 * config/alpha/predicates.md (mode_mask_operand): Do not match
11337 const_double RTX.
11338 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11339 * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
11340 Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
11341 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11342 (*negtf_internal): Use gen_int_mode instead of immed_double_const.
11343
11344 2015-05-11 Jakub Jelinek <jakub@redhat.com>
11345
11346 PR target/65780
11347 * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
11348 default_binds_local_p_2.
11349 * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
11350 * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
11351
11352 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11353
11354 * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
11355
11356 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11357
11358 Patch by Richard Biener
11359 * coverage.c (coverage_obj_init): Delay building of type variant
11360 until the type is finished.
11361
11362 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11363
11364 * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
11365 mismatch between C and C++ type; compoare correctly ARG_TYPES
11366 for non-prototypes and output correctly parameter index for METHOD_TYPE.
11367 (odr_types_equivalent_p): Fix wording of warning about attributes;
11368 it is OK to match prototype and non-prototype.
11369
11370 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11371
11372 * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
11373 TYPE_ARG_TYPES list.
11374 (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
11375 * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
11376
11377 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11378
11379 * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
11380 * tree.h (is_lang_specific): Constify.
11381
11382 2015-05-09 Marc Glisse <marc.glisse@inria.fr>
11383
11384 PR tree-optimization/64454
11385 * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
11386 Rewrite.
11387
11388 2015-05-08 Jason Merrill <jason@redhat.com>
11389
11390 * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
11391 config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
11392 config/darwin.h, config/darwin9.h, config/elfos.h,
11393 config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
11394 config/microblaze/microblaze.h, config/mips/mips.h,
11395 config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
11396 config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
11397 config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
11398 config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
11399 config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
11400 cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
11401 dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
11402 ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
11403 ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
11404 modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
11405 tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
11406 between string literal and macro name.
11407
11408 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11409
11410 * jump.c: Change argument types to rtx_insn *.
11411 * rtl.h: Adjust.
11412
11413 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11414
11415 * lra-constraints.c: Change argument type to rtx_insn *.
11416
11417 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11418
11419 * df-problems.c: Change argument type to rtx_insn *.
11420
11421 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11422
11423 * combine.c: Change argument type to rtx_insn *.
11424
11425 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11426
11427 * rtl.h: Adjust.
11428 * rtlanal.c: Change argument type to rtx_insn *.
11429
11430 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11431
11432 * sched-deps.c: Change argument types to rtx_insn *.
11433 * sched-int.h: Adjust.
11434
11435 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11436
11437 * dwarf2cfi.c: Change argument type to rtx_insn *.
11438
11439 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11440
11441 * ira.c (decrease_live_ranges_number): Changetype of local
11442 variable to rtx_insn *.
11443 * recog.c: Change argument types to rtx_insn *.
11444 * recog.h: Adjust.
11445
11446 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11447
11448 * reorg.c: Change argument types to rtx_insn *.
11449
11450 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11451
11452 * ira-color.c: Change argument types to rtx_insn *.
11453 * lra-eliminations.c: Likewise.
11454 * ira.h: Adjust.
11455
11456 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11457
11458 * gcse.c: Change argument types to rtx_insn *.
11459
11460 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11461
11462 * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
11463
11464 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11465
11466 * emit-rtl.c (emit_debug_insn_before): Change argument type to
11467 rtx_insn *.
11468 * rtl.h: Adjust.
11469
11470 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11471
11472 * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
11473 * rtl.h: Adjust.
11474
11475 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11476
11477 * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
11478 * rtl.h: Adjust.
11479
11480 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11481
11482 * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
11483 * rtl.h: Adjust.
11484
11485 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11486
11487 * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
11488 * rtl.h: Adjust.
11489
11490 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11491
11492 * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
11493 to rtx_insn *.
11494 * rtl.h: Adjust.
11495
11496 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11497
11498 * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
11499 to rtx_insn *.
11500 * rtl.h: Likewise.
11501
11502 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11503
11504 * except.c (can_nonlocal_goto): Change type of argument to
11505 rtx_insn *.
11506 * rtl.h: Adjust.
11507
11508 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11509
11510 * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
11511 * rtl.h: Adjust.
11512
11513 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11514
11515 * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
11516 * cfgrtl.c (can_delete_label_p): Adjust.
11517 * rtl.h: likewise.
11518
11519 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11520
11521 * reorg.c (stop_search_p): Change argument to rtx_insn *.
11522
11523 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11524
11525 * except.c (make_reg_eh_region_note): Change argument to
11526 rtx_insn *.
11527 (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
11528 * except.h: Adjust.
11529
11530 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11531
11532 * mode-switching.c (commit_mode_sets): Change type of local
11533 variable from rtx to rtx_insn *.
11534
11535 2015-05-08 Jim Wilson <jim.wilson@linaro.org>
11536
11537 * doc/install.texi (--enable-languages): Add missing jit and lto info.
11538 Add ^ to grep command.
11539 * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
11540 arg to last gimple_simplify declaration. Add missing gimple_build
11541 declaration for built-in function case with four tree args.
11542
11543 2015-05-08 Gregor Richards <gregor.richards@uwaterloo.ca>
11544 Szabolcs Nagy <szabolcs.nagy@arm.com>
11545
11546 * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
11547 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
11548 (GNU_USER_DYNAMIC_LINKERN32): Update.
11549
11550 2015-05-08 Richard Biener <rguenther@suse.de>
11551
11552 PR tree-optimization/66036
11553 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
11554 Handle strided group loads.
11555 (vect_verify_datarefs_alignment): Likewise.
11556 (vect_enhance_data_refs_alignment): Likewise.
11557 (vect_analyze_group_access): Likewise.
11558 (vect_analyze_data_ref_access): Likewise.
11559 (vect_analyze_data_ref_accesses): Likewise.
11560 * tree-vect-stmts.c (vect_model_load_cost): Likewise.
11561 (vectorizable_load): Likewise.
11562
11563 2015-05-08 Segher Boessenkool <segher@kernel.crashing.org>
11564
11565 * config/rs6000/rs6000.md: Require operand inequality in one
11566 of the peepholes.
11567
11568 2015-05-08 Richard Sandiford <richard.sandiford@arm.com>
11569 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11570
11571 * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
11572 from (set ...).
11573 * config/rx/rx.md (movdi, movdf): Likewise.
11574 Likewise for define_peephole2s.
11575
11576 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
11577
11578 * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
11579 vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
11580 vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
11581 vtst_u64): Rewrite using gcc vector extensions.
11582
11583 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
11584
11585 * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
11586 vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
11587
11588 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
11589
11590 * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
11591
11592 2015-05-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
11593
11594 * config/glibc-stdint.h (OPTION_MUSL): Define.
11595 (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
11596 Change the definition based on OPTION_MUSL for 64 bit targets.
11597 * config/linux.h (OPTION_MUSL): Redefine.
11598 * config/alpha/linux.h (OPTION_MUSL): Redefine.
11599 * config/rs6000/linux.h (OPTION_MUSL): Redefine.
11600 * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
11601
11602 2015-05-08 Gregor Richards <gregor.richards@uwaterloo.ca>
11603 Szabolcs Nagy <szabolcs.nagy@arm.com>
11604
11605 * config.gcc (LIBC_MUSL): New tm_defines macro.
11606 * config/linux.h (OPTION_MUSL): Define.
11607 (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
11608 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
11609 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
11610 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
11611 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
11612 * config/linux.opt (mmusl): New option.
11613 * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
11614 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
11615 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
11616 * configure: Regenerate.
11617
11618 2015-05-08 H.J. Lu <hongjiu.lu@intel.com>
11619 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
11620
11621 PR target/48904
11622 * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
11623 * config/i386/knetbsd-gnu64.h: New file.
11624
11625 2015-05-08 Marek Polacek <polacek@redhat.com>
11626
11627 PR c/64918
11628 * doc/invoke.texi: Document -Woverride-init-side-effects.
11629
11630 2015-05-07 Marek Polacek <polacek@redhat.com>
11631
11632 PR c/65179
11633 * doc/invoke.texi: Document -Wshift-negative-value.
11634
11635 2015-05-06 Aditya Kumar <hiraditya@msn.com>
11636
11637 * gcov-tool.c (do_merge): Refactore to remove int ret.
11638 * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
11639 !type == FUNC to type != FUNC.
11640 * reload.h (struct target_reload): Changee to type of
11641 x_spill_indirect_levels from bool to unsigned char.
11642
11643 2015-05-07 Richard Sandiford <richard.sandiford@arm.com>
11644
11645 * rtl.h (always_void_p): New function.
11646 * gengenrtl.c (always_void_p): Likewise.
11647 (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
11648 with code foo are always VOIDmode.
11649 * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
11650 * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
11651 compare-elim.c, config/aarch64/aarch64.c,
11652 config/aarch64/aarch64.md, config/alpha/alpha.c,
11653 config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
11654 config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
11655 config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
11656 config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
11657 config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
11658 config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
11659 config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
11660 config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
11661 config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
11662 config/ia64/vect.md, config/iq2000/iq2000.c,
11663 config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
11664 config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
11665 config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
11666 config/mep/mep.c, config/microblaze/microblaze.c,
11667 config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
11668 config/mn10300/mn10300.c, config/msp430/msp430.c,
11669 config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
11670 config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
11671 config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
11672 config/rs6000/altivec.md, config/rs6000/rs6000.c,
11673 config/rs6000/rs6000.md, config/rs6000/vector.md,
11674 config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
11675 config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
11676 config/sh/sh.md, config/sh/sh_treg_combine.cc,
11677 config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
11678 config/spu/spu.md, config/stormy16/stormy16.c,
11679 config/tilegx/tilegx.c, config/tilegx/tilegx.md,
11680 config/tilepro/tilepro.c, config/tilepro/tilepro.md,
11681 config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
11682 config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
11683 expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
11684 lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
11685 reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
11686 var-tracking.c: Update calls accordingly.
11687
11688 2015-05-07 Segher Boessenkool <segher@kernel.crashing.org>
11689
11690 PR middle-end/192
11691 PR middle-end/54303
11692 * varasm.c (function_mergeable_rodata_prefix): New function.
11693 (mergeable_string_section): Use it.
11694 (mergeable_constant_section): Use it.
11695
11696 2015-05-07 Jeff Law <law@redhat.com>
11697
11698 PR target/39726
11699 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
11700 simplifier to narrow arithmetic.
11701 * generic-match-head.c: (types_match, single_use): New functions.
11702 * gimple-match-head.c: (types_match, single_use): New functions.
11703
11704 2015-05-07 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
11705
11706 * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
11707 rtx type.
11708
11709 2015-05-07 Richard Biener <rguenther@suse.de>
11710
11711 PR tree-optimization/66002
11712 * passes.def: Schedule another pass_merge_phi after ifcombine, right
11713 before phiopt.
11714
11715 2015-05-07 Marek Polacek <polacek@redhat.com>
11716 Martin Uecker <uecker@eecs.berkeley.edu>
11717
11718 * doc/invoke.texi: Document -fsanitize=bounds-strict.
11719 * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
11720 into SANITIZE_NONDEFAULT.
11721 * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
11722
11723 2015-05-07 Uros Bizjak <ubizjak@gmail.com>
11724
11725 PR target/66015
11726 * config/alpha/alpha.c (alpha_override_options_after_change): New.
11727 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
11728 (alpha_override_options): Move align_loops, align_jumps and
11729 align_functions handling into alpha_override_options_after_change.
11730
11731 2015-05-06 Sandra Loosemore <sandra@codesourcery.com>
11732 Chris Jones <chrisj@nvidia.com>
11733 Joshua Conner <jconner@nvidia.com>
11734
11735 * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
11736 linking of crtfastmath.o.
11737 * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
11738
11739 2015-05-06 Segher Boessenkool <segher@kernel.crashing.org>
11740
11741 * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
11742 (cstore<mode>4_unsigned_imm): New expander.
11743 (cstore<mode>4): Remove empty constraint strings. Use the new
11744 expanders.
11745
11746 2015-05-06 Yvan Roux <yvan.roux@linaro.org>
11747
11748 PR target/64208
11749 * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
11750 alternatives.
11751
11752 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
11753
11754 * config/aarch64/geniterators.sh: Use standard BRE in sed.
11755
11756 2015-05-06 Alan Modra <amodra@gmail.com>
11757
11758 PR target/66033
11759 * config/rs6000/rs6000.md (nop): Use an unspec pattern.
11760 (UNSPEC_NOP): Define.
11761 (reload_vsx_from_gpr<mode>): Add missing DONE.
11762 (reload_gpr_from_vsx<mode>): Likewise.
11763 * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
11764 (vsx_div_v2di, vsx_udiv_v2di): Likewise.
11765
11766 2015-05-06 Christian Bruel <christian.bruel@st.com>
11767
11768 PR target/66015
11769 * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
11770 align_jumps, align_functions into aarch64_override_options_after_change.
11771
11772 2015-05-06 Richard Biener <rguenther@suse.de>
11773
11774 * tree-vect-slp.c (vect_supported_load_permutation_p): Use
11775 vect_transform_slp_perm_load to check if we support a permutation
11776 for basic-block vectorization.
11777
11778 2015-05-06 Nick Clifton <nickc@redhat.com>
11779
11780 * config/rl78/rl78.c (need_to_save): Save register 22 if it is
11781 used, even if it is not being used as a frame pointer.
11782
11783 2015-05-05 Jason Merrill <jason@redhat.com>
11784
11785 * dwarf2out.c (gen_member_die): Don't emit anything for an
11786 anonymous class constructor.
11787
11788 2015-05-05 David Malcolm <dmalcolm@redhat.com>
11789
11790 * auto-profile.c (afdo_find_equiv_class): Fix indentation so
11791 that it reflects the block structure.
11792 (afdo_propagate_edge): Likewise.
11793 (afdo_calculate_branch_prob): Likewise.
11794 (afdo_annotate_cfg): Likewise.
11795 * cfgcleanup.c (equal_different_set_p): Likewise.
11796 (try_crossjump_to_edge): Likewise.
11797 * cgraph.c (cgraph_node::verify_node): Likewise.
11798 * cgraphunit.c (expand_all_functions): Likewise.
11799 * config/i386/i386.c (ix86_expand_copysign): Likewise.
11800 (exact_dependency_1): Likewise.
11801 * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
11802 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
11803 * gensupport.c (process_define_subst): Likewise.
11804 * lto-wrapper.c (merge_and_complain): Likewise.
11805 * tree-if-conv.c (if_convertible_bb_p): Likewise.
11806 * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
11807 * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
11808 * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
11809 * tree-vect-loop.c (vectorizable_reduction): Likewise.
11810 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
11811 * tree-vect-stmts.c (vectorizable_shift): Likewise.
11812 * tree-vrp.c (vrp_finalize): Likewise.
11813 * tree.c (variably_modified_type_p): Likewise.
11814
11815 2015-05-05 Jack Howarth <howarth.at.gcc@gmail.com>
11816
11817 * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
11818 on darwin12 and later.
11819 * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
11820 file to pass -rdynamic on darwin12 and later.
11821 * config/darwin.opt (rdynamic): Add.
11822
11823 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
11824
11825 * doc/extend.texi (C Extensions): Update menu for moved Variable
11826 Attributes and Type Attributes sections.
11827
11828 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
11829
11830 PR target/65990
11831 * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
11832 if rep_8byte stringop strategy was specified for 32-bit target.
11833
11834 2015-05-05 Ilya Tocar <ilya.tocar@intel.com>
11835
11836 PR target/65915
11837 * config/i386/i386.md (vector convert to float spltiter): Check for
11838 xmm16+, when splitting scalar float conversion.
11839 * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
11840
11841 2015-05-05 Nick Clifton <nickc@redhat.com>
11842
11843 * config/msp430/msp430-opts.h (enum msp430_regions): New.
11844 * config/msp430/msp430.c (msp430_override_options): Complain if
11845 -mcode-region or -mdata-region is used on a non MSP430X.
11846 (msp430_section_attr): New function. Checks lower, upper and
11847 either attributes.
11848 (msp430_attribute_table): Add lower, upper and either.
11849 (gen_prefix): New function. Generates a prefix for a section
11850 name.
11851 (msp430_select_section): New function - handles the choice of
11852 section for an object. Takes into account memory region
11853 attributes and options.
11854 (msp430_function_section): Use gen_prefix.
11855 (TARGET_SECTION_TYPE_FLAGS): Define.
11856 (msp430_section_type_flags): New function.
11857 (TARGET_ASM_UNIQUE_SECTION): Define.
11858 (msp430_unique_section): New function.
11859 (msp430_output_aligned_decl_common): New function.
11860 (msp430_do_not_relax_short_jumps): New function.
11861 * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
11862 Define.
11863 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
11864 * config/msp430/msp430-protos.h
11865 (msp430_do_not_relax_short_jumps): New prototype.
11866 (msp430_output_aligned_decl_common): New prototype.
11867 * config/msp430/msp430.md (length): New attribute.
11868 (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
11869 then use a long code sequence for short jumps.
11870 * config/msp430/msp430.opt (mcode-region): New.
11871 (mdata-region): New.
11872 * doc/invoke.texi: Document new options.
11873 * doc/extend.texi: Document new attributes.
11874
11875 2015-05-05 Matthew Wahab <matthew.wahab@arm.com>
11876
11877 * gcc/config/aarch64-protos.h (struct cpu_branch_cost): New.
11878 (tune_params): Add field branch_costs.
11879 (aarch64_branch_cost): Declare.
11880 * gcc/config/aarch64.c (generic_branch_cost): New.
11881 (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
11882 (cortexa53_tunings): Likewise.
11883 (cortexa57_tunings): Likewise.
11884 (thunderx_tunings): Likewise.
11885 (xgene1_tunings): Likewise.
11886 (aarch64_branch_cost): Define.
11887 * gcc/config/aarch64/aarch64.h (BRANCH_COST): Redefine.
11888
11889 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
11890
11891 * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
11892 and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
11893 * config/i386/i386.md: Ditto.
11894 * config/i386/winnt.c: Ditto.
11895
11896 2015-05-05 Matthew Wahab <matthew.wahab@arm.com>
11897
11898 * doc/extend.texi (__atomic Builtins): Move implementation details
11899 to the end of the description, rewrite opening paragraphs, state
11900 difference with __sync builtins, state C11/C++11 assumptions,
11901 weaken itemized descriptions, add explanation of memory model
11902 behaviour, expand description of compare-exchange, simplify text.
11903
11904 2015-05-05 Renlin Li <renlin.li@arm.com>
11905
11906 * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
11907
11908 2015-05-05 Yvan Roux <yvan.roux@linaro.org>
11909
11910 * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
11911 (LINK_SPEC): Include CA53_ERR_843419_SPEC.
11912 * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
11913 (LINK_SPEC): Include CA53_ERR_843419_SPEC.
11914 * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
11915 * configure: Regenerate.
11916 * configure.ac: Add --enable-fix-cortex-a53-843419 option.
11917 * doc/install.texi (aarch64*-*-*): Document new
11918 --enable-fix-cortex-a53-843419 option.
11919 * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
11920 and -mno-fix-cortex-a53-843419 options.
11921
11922 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
11923
11924 PR target/65871
11925 * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
11926
11927 2015-05-04 Jan Hubicka <hubicka@ucw.cz>
11928
11929 * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
11930 fix overactive TYPE_MIN_VALUE check and add FIXME for type
11931 compatibility problems.
11932
11933 2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
11934
11935 * config/microblaze/microblaze.md (cbranchsi4): Added immediate
11936 constraints.
11937 (cbranchsi4_reg): New.
11938 * config/microblaze/microblaze.c
11939 (microblaze_expand_conditional_branch_reg): New.
11940 * config/microblaze/microblaze-protos.h
11941 (microblaze_expand_conditional_branch_reg): New prototype.
11942
11943 2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
11944
11945 * config/microblaze/microblaze.md (peephole2): New.
11946
11947 2015-05-04 Jeff Law <law@redhat.com>
11948
11949 Revert:
11950 2015-05-04 Jeff Law <law@redhat.com>
11951
11952 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
11953 simplifier to narrow arithmetic.
11954 * generic-match-head.c: (types_match, single_use): New functions.
11955 * gimple-match-head.c: (types_match, single_use): New functions.
11956
11957 2015-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
11958
11959 PR target/65987
11960 * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
11961 (split_branches): Likewise.
11962
11963 2015-05-04 Sandra Loosemore <sandra@codesourcery.com>
11964
11965 * common.opt (fdelete-null-pointer-checks): Init to -1.
11966 * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
11967 override flag_delete_null_pointer_checks default.
11968 * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
11969 behavior re address zero. Better document target-specific behavior.
11970 (-fisolate-errneous-paths-dereference): Mention relationship to
11971 -fdelete-null-pointer-checks.
11972
11973 2015-05-04 Jakub Jelinek <jakub@redhat.com>
11974
11975 PR tree-optimization/65984
11976 * ubsan.c: Include tree-cfg.h.
11977 (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
11978 stmt_could_throw_p test, rename can_throw variable to ends_bb.
11979
11980 2015-05-04 Uros Bizjak <ubizjak@gmail.com>
11981
11982 * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
11983 to CONST_DOUBLE_P predicate.
11984 (standard_sse_constant_p): Return 0 for !TARGET_SSE.
11985 (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
11986 allow only operands that satisfy standard_sse_constant_p predicate.
11987 * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
11988 to CONST_DOUBLE_P predicate.
11989
11990 2015-05-04 Jeff Law <law@redhat.com>
11991
11992 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
11993 simplifier to narrow arithmetic.
11994 * generic-match-head.c: (types_match, single_use): New functions.
11995 * gimple-match-head.c: (types_match, single_use): New functions.
11996
11997 2015-05-04 Andreas Tobler <andreast@gcc.gnu.org>
11998
11999 * config/arm/arm.c: Restore bootstrap.
12000
12001 2015-05-04 Uros Bizjak <ubizjak@gmail.com>
12002
12003 * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
12004 * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
12005 as CONST_WIDE_INT, not CONST_DOUBLE.
12006 (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
12007 (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
12008 (ix86_find_base_term): Do not check for CONST_DOUBLE.
12009 (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
12010 (ix86_build_signbit_mask): Rewrite using wide ints.
12011 (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
12012 (ix86_rtx_costs): Handle CONST_WIDE_INT.
12013 (find_constant): Ditto.
12014 * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
12015 using gen_int_mode.
12016 * config/i386/predicates.md (x86_64_immediate_operand)
12017 <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
12018 (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
12019 <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
12020 (const0_operand): Also match const_wide_int.
12021 (constm1_operand): Ditto.
12022 (const1_operand): Ditto.
12023
12024 2015-05-04 Richard Biener <rguenther@suse.de>
12025
12026 PR tree-optimization/65965
12027 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
12028 store groups at gaps.
12029
12030 2015-05-04 Richard Biener <rguenther@suse.de>
12031
12032 PR tree-optimization/65935
12033 * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
12034 then make sure to apply that swapping to the IL.
12035
12036 2015-05-04 Jakub Jelinek <jakub@redhat.com>
12037
12038 * Makefile.in (PATCHLEVEL_c): New variable.
12039 (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
12040 expand the same way as if DEVPHASE_c was non-empty.
12041
12042 2015-05-04 Kai Tietz <ktietz@redhat.com>
12043
12044 PR target/65559
12045 * lto-wrapper.c (run_gcc): Open filename
12046 in binary-mode.
12047
12048 2015-05-03 Sandra Loosemore <sandra@codesourcery.com>
12049
12050 * doc/extend.texi (Variable Attributes, Type Attributes): Move
12051 sections up in file, to immediately after the Function Attributes
12052 section.
12053
12054 2015-05-02 Jan Hubicka <hubicka@ucw.cz>
12055
12056 * tree.c (verify_type): Check various uses of TYPE_MINVAL.
12057
12058 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12059
12060 * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
12061 (insert_partition_copy_on_edge): Adjust.
12062 (insert_rtx_to_part_on_edge): Likewise.
12063 (insert_part_to_rtx_on_edge): Likewise.
12064
12065 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12066
12067 * function.c (set_return_jump_label): Change type of argument to
12068 rtx_insn *.
12069 * function.h (set_return_jump_label): Adjust.
12070
12071 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12072
12073 * reload.h (struct reg_equivs_t): Change type of init to
12074 rtx_insn *.
12075 * ira.c (fix_reg_equiv_init): Adjust.
12076 * reload1.c (eliminate_regs_1): Likewise.
12077 (init_eliminable_invariants): Likewise.
12078
12079 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12080
12081 * cselib.c (fp_setter_insn): Take a rtx_insn *.
12082 * cselib.h (fp_setter_insn): Adjust.
12083
12084 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12085
12086 * recog.c (struct validate_replace_src_data): Change type of
12087 insn field to rtx_insn *.
12088 (validate_replace_src_group): Change type of argument to rtx_insn *.
12089 * recog.h (validate_replace_src_group): Adjust.
12090
12091 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12092
12093 * haifa-sched.c: Change the type of some variables to rtx_insn *.
12094 * sched-deps.c: Likewise.
12095 * sched-int.h: Likewise.
12096 * sched-rgn.c: Likewise.
12097 * sel-sched.c: Likewise.
12098
12099 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12100
12101 to rtx_insn *.
12102 * config/i386/i386.c: Change the type of some arguments to
12103 rtx_insn *.
12104 * config/arm/arm.c: Likewise.
12105
12106 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12107
12108 * lra-constraints.c: Change type of some arguments to rtx_insn *.
12109
12110 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12111
12112 * regcprop.c (kill_autoinc_value): Change type of argument to
12113 rtx_insn *.
12114
12115 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12116
12117 * genrecog.c (print_subroutine): Adjust.
12118 * recog.c (get_bool_attr_mask_uncached): Likewise.
12119 * recog.h (struct recog_data_d): Change the type of insn to
12120 rtx_insn *.
12121
12122 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12123
12124 * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
12125
12126 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12127
12128 * df-problems.c (df_set_note): Change type of argument to
12129 rtx_insn *.
12130
12131 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12132
12133 * builtins.c (expand_builtin_trap): Change type of local
12134 variable to rtx_insn *.
12135 (add_sched_insns_for_speculation): Likewise.
12136 (ix86_emit_save_regs): Likewise.
12137 (get_scratch_register_on_entry): Likewise.
12138 (ix86_emit_restore_reg_using_pop): Likewise.
12139 (ix86_emit_leave): Likewise.
12140 (ix86_emit_restore_regs_using_mov): Likewise.
12141 (ix86_expand_epilogue): Likewise.
12142 Likewise.
12143 (rl78_alloc_physical_registers_umul): Likewise.
12144 * cselib.c (discard_useless_locs): Likewise.
12145 (cselib_invalidate_regno): Likewise.
12146 (cselib_invalidate_mem): Likewise.
12147 * function.c (expand_function_start): Likewise.
12148 (emit_use_return_register_into_block): Likewise.
12149 * gcse.c: Likewise.
12150 * haifa-sched.c (ok_for_early_queue_removal): Likewise.
12151 * ifcvt.c (noce_get_alt_condition): Likewise.
12152 * loop-doloop.c (doloop_condition_get): Likewise.
12153 * lra-constraints.c (inherit_in_ebb): Likewise.
12154 * modulo-sched.c (sms_schedule_by_order): Likewise.
12155 * recog.c (next_insn_tests_no_inequality): Likewise.
12156 * reorg.c (emit_delay_sequence): Likewise.
12157 (update_reg_dead_notes): Likewise.
12158 (fix_reg_dead_note): Likewise.
12159 (fill_slots_from_thread): Likewise.
12160 (delete_computation): Likewise.
12161
12162 2015-05-01 Sandra Loosemore <sandra@codesourcery.com>
12163
12164 * doc/extend.texi (Variable Attributes): Add menu and proper
12165 @nodes to subsections. Move Microsoft Windows attributes to
12166 their own subsection.
12167 (Type Attributes): Reorganize introduction to remove duplicate
12168 list of attributes. Add menu and proper @nodes to subsections.
12169 Alphabetize the main table of common attributes.
12170
12171 2015-05-01 Rasmus Villemoes <rv@rasmusvillemoes.dk>
12172
12173 * match.pd: New simplification patterns.
12174 (x + (x & 1)) -> ((x + 1) & ~1)
12175 (x & ~(x & y)) -> ((x & ~y))
12176 (x | ~(x | y)) -> ((x | ~y))
12177
12178 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12179
12180 * target.def (attribute_table): Mention that struct attribute_spec
12181 is defined in tree-core.h rather than tree.h
12182 * doc/tm.texi: Regenerate.
12183
12184 2015-05-01 Richard Sandiford <richard.sandiford@arm.com>
12185
12186 * genrecog.c (test): Rename to rtx_test. Update rest of file
12187 accordingly.
12188
12189 2015-05-01 Andreas Schwab <schwab@linux-m68k.org>
12190
12191 PR translation/65959
12192 * params.h (DEFPARAM): Rename msgid to nocmsgid.
12193
12194 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
12195
12196 * gcc/config/aarch64/aarch64-protos.h (tune_params):
12197 Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
12198 * gcc/config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
12199 Return value depending on target.
12200 (generic_tunings): Initialize new target settings.
12201 (cortexa53_tunings): Likewise.
12202 (cortexa57_tunings): Likewise.
12203 (thunderx_tunings): Likewise.
12204 (xgene1_tunings): Likewise.
12205
12206 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
12207
12208 * gcc/config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
12209 Make Cortex-A53 shift costs more accurate.
12210
12211 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12212
12213 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
12214 UNSIGNED_FLOAT.
12215
12216 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
12217
12218 * gcc/config/aarch64/aarch64.c (aarch64_rtx_costs):
12219 Calculate cost of op0 and op1 in PLUS and MINUS cases.
12220
12221 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12222
12223 * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
12224 Add cost of op0 in the compare-with-fpzero case.
12225
12226 2015-04-30 David Malcolm <dmalcolm@redhat.com>
12227
12228 * builtins.c (fold_builtin_1): Remove spurious second
12229 semicolon.
12230 * cgraph.h (symtab_node::get_availability): Likewise.
12231 * opts.c (common_handle_option): Remove spurious second semicolon.
12232 * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
12233 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
12234
12235 2015-04-30 Caroline Tice <cmtice@google.com>
12236
12237 PR gcov-profile/65929
12238 * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
12239 (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
12240 * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
12241 (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
12242 * doc/tm.texi: Regenerate.
12243 * final.c (final_scan_insn): Use ASM_DECLARE_COLD_FUNCTION_NAME
12244 instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
12245 * varasm.c (assemble_end_function): Use ASM_DECLARE_COLD_FUNCTION_SIZE
12246 instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
12247
12248 2015-04-30 Marek Polacek <polacek@redhat.com>
12249
12250 * varasm.c (handle_cache_entry): Fix logic.
12251
12252 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12253
12254 * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
12255 (*extrsi5_insn_uxtw_alt): Likewise.
12256 * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
12257 (aarch64_rtx_costs, IOR case): Use above to properly cost extr
12258 operations.
12259
12260 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12261
12262 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
12263 fabd in ABS case.
12264
12265 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12266
12267 * config/aarch64/aarch64.md
12268 (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
12269 (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
12270 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
12271 appropriately. Handle alternative EON form.
12272
12273 2015-04-30 Renlin Li <renlin.li@arm.com>
12274
12275 * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
12276 * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
12277
12278 2015-04-30 Jan Hubicka <hubicka@ucw.cz>
12279
12280 PR ipa/65873
12281 * ipa-inline.c (can_inline_edge_p): It is safe to inline across
12282 -fstrict-aliasing boundaries.
12283
12284 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12285
12286 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
12287 and [SU]MNEGL patterns.
12288
12289 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12290
12291 * config/aarch64/aarch64.c (aarch64_shift_p): New function.
12292 (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
12293 combined arithmetic-shift ops. Properly handle all shift and extend
12294 operations that can occur in combination with PLUS/MINUS.
12295 Rename maybe_fma to compound_p.
12296 (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
12297 arithmetic and shift operations.
12298
12299 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12300
12301 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
12302 rather than arith_shift cost when costing ADD/MINUS of an
12303 extended value.
12304
12305 2015-04-30 Jan Hubicka <hubicka@ucw.cz>
12306
12307 PR lto/65948
12308 * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
12309 to itself.
12310
12311 2015-04-30 Richard Sandiford <richard.sandiford@arm.com>
12312
12313 * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
12314 are for the same position.
12315
12316 2015-04-29 Aditya Kumar <hiraditya@hotmail.com>
12317
12318 * tree-vectorizer.c (set_uid_loop_bbs): New. Factored out of
12319 vectorize_loops.
12320 (vectorize_loops): Use it.
12321
12322 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
12323
12324 * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
12325 for aggregate types.
12326 (register_odr_type): Be ready for MAIN_VARIANT of ODR type
12327 type to be non_ODR.
12328 * tree.c (need_assembler_name_p): Compute mangled name for
12329 non-fundamental types and integer types.
12330
12331 2015-04-29 Mikhail Maltsev <maltsevm@gmail.com>
12332
12333 * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
12334 manual swaps.
12335 * expr.c (expand_expr_real_2): Likewise.
12336
12337 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
12338
12339 * tree.c (build_common_builtin_nodes): Do not build
12340 __builtin_alloca_with_align as equivalent of library alloca.
12341
12342 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
12343
12344 * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
12345 * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
12346 bugus variants.
12347 * tree.c: Include print-tree.h and ipa-utils.h
12348 (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
12349 (free_lang_data_in_cgraph): Call verify_type.
12350 (verify_type_variant): New function.
12351 (verify_type): New function.
12352 * tree.h (verify_type): Declare.
12353
12354 2015-04-29 Steve Ellcey <sellcey@imgtec.com>
12355
12356 * config/mips/mips-cpus.def: (mips4): Change default processor
12357 from PROCESSOR_R8000 to PROCESSOR_R10000.
12358
12359 2015-04-29 Petar Jovanovic <petar.jovanovic@rt-rk.com>
12360
12361 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
12362 la/jalr instead of jal.
12363
12364 2015-04-29 Uros Bizjak <ubizjak@gmail.com>
12365
12366 PR target/65871
12367 * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
12368 (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
12369 (setcc+movzbl peephole2): Check also clobbered reg.
12370 (setcc+andl peephole2): Ditto.
12371
12372 2015-04-29 Thomas Schwinge <thomas@codesourcery.com>
12373
12374 PR libgomp/65099
12375 * config/nvptx/mkoffload.c (target_ilp32): New variable.
12376 (main): Set it depending on "-foffload-abi=[...]".
12377 (compile_native, main): Use it to pass "-m32" or "-m64" to the
12378 compiler.
12379
12380 2015-04-29 Alan Lawrence <alan.lawrence@arm.com>
12381
12382 PR target/65770
12383 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
12384 vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
12385 Flip lane index back at assembly time for bigendian.
12386
12387 2015-04-29 Thomas Schwinge <thomas@codesourcery.com>
12388
12389 * tree.h (OMP_STANDALONE_CLAUSES): New macro.
12390 * gimplify.c (gimplify_omp_workshare): Use it.
12391
12392 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
12393
12394 * Makefile.in (build/genrecog.o): Depend on inchash.h.
12395 (build/genrecog$(build_exeext): Depend on build/hash-table.o and
12396 build/inchash.o
12397 * genrecog.c: Rewrite most of the code except for the third page.
12398
12399 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
12400
12401 * inchash.h, inchash.c: Include bconfig.h for build objects.
12402 * Makefile.in (build/inchash.o): New rule.
12403
12404 2015-04-29 Yvan Roux <yvan.roux@linaro.org>
12405
12406 PR target/65924
12407 * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
12408 number in type attribute expression.
12409
12410 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
12411
12412 * loop-iv.c (canon_condition): Generalize to all types of integer
12413 constant.
12414
12415 2015-04-29 Bernhard Reuther-Fischer <aldot@gcc.gnu.org>
12416
12417 * gimple-walk.c: Prune duplicate or unneeded includes.
12418 (walk_gimple_asm): Only call parse_input_constraint or
12419 parse_output_constraint if their findings are used.
12420 Honour parse_input_constraint and parse_output_constraint
12421 result.
12422
12423 2015-04-29 Alan Lawrence <alan.lawrence@arm.com>
12424
12425 * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
12426
12427 2015-04-29 Tom de Vries <tom@codesourcery.com>
12428
12429 PR tree-optimization/65893
12430 * passes.def (pass_all_optimizations): Move pass_stdarg to after
12431 pass_dce.
12432
12433 2015-04-29 Richard Biener <rguenther@suse.de>
12434
12435 * tree-vect-data-refs.c (vect_analyze_group_access): Properly
12436 compute GROUP_SIZE for basic-block SLP.
12437 * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
12438 take into account gaps.
12439 (vect_get_mask_element): Properly reject references to previous
12440 vectors.
12441 (vect_transform_slp_perm_load): Likewise.
12442
12443 2015-04-29 Christian Bruel <christian.bruel@st.com>
12444
12445 PR target/64835
12446 * config/i386/i386.c (ix86_default_align): New function.
12447 (ix86_override_options_after_change): Call ix86_default_align.
12448 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
12449 (ix86_override_options_after_change): New function.
12450
12451 2015-04-28 Jeff Law <law@redhat.com>
12452
12453 * tree-ssa-dom.c (record_equality); Fix comment typos.
12454
12455 2015-04-28 Tom de Vries <tom@codesourcery.com>
12456
12457 PR tree-optimization/65887
12458 * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
12459
12460 2015-04-28 Sandra Loosemore <sandra@codesourcery.com>
12461
12462 * doc/extend.texi (Declaring Attributes of Functions): Split into
12463 subsections by target. Alphabetize the table of common attributes.
12464 Rewrite some of the introductory text to reflect the new structure.
12465 Update some cross-references to point to the new subsections.
12466 (Attribute Syntax): Put paragraph about "__" naming here. Remove
12467 duplicate copies in the discussion of function, label, and type
12468 attributes.
12469
12470 2015-04-28 Dominique d'Humieres <dominiq@lps.ens.fr>
12471
12472 PR bootstrap/65910
12473 * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
12474
12475 2015-04-28 Jason Merrill <jason@redhat.com>
12476
12477 PR c++/65734
12478 * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
12479 (finalize_type_size): Respect TYPE_USER_ALIGN.
12480 (layout_type) [ARRAY_TYPE]: Likewise.
12481
12482 2015-04-28 Yvan Roux <yvan.roux@linaro.org>
12483
12484 * config/arm/arm.md (*arm_movt): Fix type attribute.
12485 (*cmpsi_shiftsi): Likewise.
12486 (*cmpsi_shiftsi_swp): Likewise.
12487 (*movsicc_insn): Likewise.
12488 (*cond_move): Likewise.
12489 (*if_plus_move): Likewise.
12490 (*if_move_plus): Likewise.
12491 (*if_arith_move): Likewise.
12492 (*if_move_arith): Likewise.
12493 (*if_shift_move): Likewise.
12494 (*if_move_shift): Likewise.
12495 (*arm_movtas_ze): Likewise.
12496 * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
12497 redundancy and type attribute.
12498 (*thumb2_movsi_insn): Fix type attribute.
12499 (*thumb2_addsi_short): Likewise.
12500 (thumb2_addsi3_compare0): Likewise.
12501 (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
12502 attributes accordingly.
12503
12504 2015-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
12505
12506 PR other/65911
12507 * function.c (pad_to_arg_alignment): Add parentheses.
12508
12509 2015-04-28 Uros Bizjak <ubizjak@gmail.com>
12510
12511 * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
12512 libgcc/config/frv/elf-lib.h.
12513
12514 2015-04-28 Tom de Vries <tom@codesourcery.com>
12515
12516 * tree-call-cdce.c: Fix example in header comment.
12517
12518 2015-04-28 Richard Biener <rguenther@suse.de>
12519
12520 PR tree-optimization/62283
12521 * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
12522 fails fatally and we are vectorizing a basic-block simply
12523 cause the child to be constructed piecewise.
12524 (vect_analyze_slp_cost_1): Adjust.
12525 (vect_detect_hybrid_slp_stmts): Likewise.
12526 (vect_bb_slp_scalar_cost): Likewise.
12527 (vect_get_constant_vectors): For piecewise constructed
12528 constants place them after the last def.
12529 (vect_get_slp_defs): Adjust.
12530 * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
12531 externals for basic-block vectorization.
12532
12533 2015-04-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
12534
12535 PR target/63503
12536 * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
12537 aarch64-*-*.
12538 * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
12539 * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
12540 (AARCH64_TUNE_FMA_STEERING): Likewise.
12541 * config/aarch64/aarch64-cores.def: Set
12542 AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
12543 FMUL/FMADD instructions.
12544 * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
12545 (aarch64_override_options): Include cortex-a57-fma-steering.h. Call
12546 aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
12547 * config/aarch64/cortex-a57-fma-steering.h: New file.
12548 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
12549
12550 2015-04-28 Richard Sandiford <richard.sandiford@arm.com>
12551
12552 * gensupport.c (std_preds): Add missing codes to address_operand entry.
12553
12554 2015-04-28 Richard Biener <rguenther@suse.de>
12555
12556 PR tree-optimization/65851
12557 * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
12558 changing CONSTANT to CONSTANT non-copy. Get new_val by reference.
12559 (ccp_lattice_meet): Remove stray argument. Use operand_equal_p
12560 rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
12561 (ccp_visit_phi_node): Adjust.
12562 (evaluate_stmt): For simplifications to SSA names return its
12563 lattice value if that isn't VARYING. Return immediately when
12564 simplified to a constant.
12565 (visit_assignment): Adjust.
12566 (ccp_visit_stmt): Likewise.
12567
12568 2015-04-28 Tom de Vries <tom@codesourcery.com>
12569
12570 PR tree-optimization/65818
12571 * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
12572 evaluated.
12573
12574 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12575
12576 * calls.c (save_fixed_argument_area): Don't check
12577 ARGS_GROW_DOWNWARD with the preprocessor.
12578 (restore_fixed_argument_area): Likewise.
12579 (mem_overlaps_already_clobbered_arg_p): Likewise.
12580 (check_sibcall_argument_overlap): Likewise.
12581 (expand_call): Likewise.
12582 (emit_library_call_value_1): Likewise.
12583 (store_one_arg): Likewise.
12584 * function.c (assign_parms): Likewise.
12585 (locate_and_pad_parm): Likewise.
12586 (pad_to_arg_alignment): Likewise.
12587 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
12588
12589 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12590
12591 * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
12592 * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
12593 * calls.c (save_fixed_argument_area): Don't chekc if
12594 ARGS_GROW_DOWNWARD is defined.
12595 (restore_fixed_argument_area): Likewise.
12596 (mem_overlaps_already_clobbered_arg_p): Likewise.
12597 (check_sibcall_argument_overlap): Likewise.
12598 (expand_call): Likewise.
12599 (emit_library_call_value_1): Likewise.
12600 (store_one_arg): Likewise.
12601 * function.c (assign_parms): Likewise.
12602 (locate_and_pad_parm): Likewise.
12603 (pad_to_arg_alignment): Likewise.
12604 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
12605
12606 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12607
12608 * defaults.h (gen_epilogue): New function.
12609 * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
12610 defined.
12611 * cfgrtl.c (cfg_layout_finalize): Likewise.
12612 * df-scan.c: Likewise.
12613 * function.c (thread_prologue_and_epilogue_insns): Likewise.
12614 (reposition_prologue_and_epilogue_notes): Likewise.
12615 * reorg.c (find_end_label): Likewise.
12616 * toplev.c: Likewise.
12617
12618 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12619
12620 * bb-reorder.c (HAVE_return): Don't check if its undefined.
12621 * defaults.h (gen_simple_return): New function.
12622 (gen_simple_return): Likewise.
12623 (HAVE_return): Add default definition to false.
12624 (HAVE_simple_return): Likewise.
12625 * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
12626 HAVE_return and HAVE_simple_return are defined.
12627 * function.c (gen_return_pattern): Likewise.
12628 (convert_jumps_to_returns): Likewise.
12629 (thread_prologue_and_epilogue_insns): Likewise.
12630 * reorg.c (find_end_label): Likewise.
12631 (dbr_schedule): Likewise.
12632 * shrink-wrap.c: Likewise.
12633 * shrink-wrap.h: Likewise.
12634
12635 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12636
12637 * defaults.h (EPILOGUE_USES): Add default definition of false.
12638 * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
12639 * resource.c (init_resource_info): Likewise.
12640
12641 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12642
12643 * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
12644 to false.
12645 * dwarf2out.c (field_byte_offset): REmove check if
12646 PCC_BITFIELD_TYPE_MATTERS is defined.
12647 * stor-layout.c (layout_decl): Likewise.
12648 (update_alignment_for_field): Likewise.
12649 (place_field): Likewise.
12650
12651 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12652
12653 * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
12654 true.
12655 * regrename.c (check_new_reg_p): Remove check if
12656 HARD_REGNO_RENAME_OK is defined.
12657 * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
12658
12659 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12660
12661 * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
12662 * cse.c (fold_rtx): Likewise.
12663 * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
12664 * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
12665 * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
12666 * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
12667 * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
12668 * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
12669 * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
12670 * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
12671 * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
12672 * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
12673 * Likewise.
12674 * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
12675 * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
12676 * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
12677 * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
12678 * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
12679 * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
12680 * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
12681 * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
12682 * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
12683 * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
12684 * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
12685 * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
12686 * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
12687 * doc/tm.texi: Regenerate.
12688 * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
12689 either true or false.
12690
12691 2015-04-27 Jeff Law <law@redhat.com>
12692
12693 PR tree-optimization/65217
12694 * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
12695 of them has a single use, make sure it is the LHS of the implied
12696 copy.
12697
12698 2015-04-28 Alan Modra <amodra@gmail.com>
12699
12700 PR target/65810
12701 * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
12702 (offsettable_ok_by_alignment): Use minimum of decl and toc
12703 pointer alignment. Replace dead code with assertion.
12704 (use_toc_relative_ref): Add mode arg. Return false in -mcmodel=medium
12705 case if size exceeds toc pointer alignment.
12706 (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
12707 (rs6000_emit_move): Likewise.
12708 * configure.ac: Add linker toc pointer alignment check.
12709 * configure: Regenerate.
12710 * config.in: Regenerate.
12711
12712 2015-04-27 Yoshinori Sato <ysato@users.sourceforge.jp>
12713
12714 * config.gcc: Add h8300-*-linux.
12715 * config/h8300/linux.h: New.
12716 * config/h8300/t-linux: New.
12717 * config/h8300/h8300.c (h8300_option_override): Normal mode
12718 is not supported for h8300-*-linux.
12719 (h8300_file_start): Target priority change.
12720 (get_shift_alg): Likewise.
12721 (h8300_shift_need_scratch_p): Likewise.
12722 * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
12723 * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
12724
12725 2015-04-27 Caroline Tice <cmtice@google.com>
12726
12727 * final.c (final_scan_insn): Output cold_function_name as function
12728 type.
12729 * varasm.c (cold_function_name): Make global.
12730 (assemble_start_function): Re-set cold_function_name.
12731 (assemble_end_function): Output cold partition size.
12732 * varasm.h (cold_function_name): Declare global.
12733
12734 2015-04-27 Ilya Tocar <ilya.tocar@intel.com>
12735
12736 * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
12737 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
12738 constraint.
12739 (*movxi_internal_avx512f): Ditto.
12740 (define_split): Check for xmm16+, when splitting scalar float_extend.
12741 (*extendsfdf2_mixed): Use "v" constraint.
12742 (define_split): Check for xmm16+, when splitting scalar float_truncate.
12743 (*truncdfsf_fast_sse): Use "v" constraint.
12744 (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
12745 (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
12746 (define_peephole2): Check for xmm16+, when converting scalar
12747 float_truncate.
12748 (define_peephole2): Check for xmm16+, when converting scalar
12749 float_extend.
12750 (*fop_<mode>_comm_mixed): Use "v" constraint.
12751 (*fop_<mode>_comm_sse): Ditto.
12752 (*fop_<mode>_1_mixed): Ditto.
12753 (*sqrt<mode>2_sse): Ditto.
12754 (*ieee_s<ieee_maxmin><mode>3): Ditto.
12755
12756 2015-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12757
12758 * combine.c (simplify_if_then_else): Use std::swap instead
12759 of manually swapping.
12760 (known_cond): Likewise.
12761 (simplify_comparison): Likewise.
12762
12763 2015-04-27 Peter Bergner <bergner@vnet.ibm.com>
12764
12765 PR target/64579
12766 * config/rs6000/htm.md: Remove all define_expands.
12767 (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
12768 UNSPECV_HTM_TABORTWCI): Remove.
12769 (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
12770 (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
12771 trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
12772 (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
12773 (tabortdc_internal, tabortdci_internal, tabortwc_internal,
12774 tabortwci_internal): Remove define_insns.
12775 (tabort<wd>c, tabort<wd>ci): New define_insns.
12776 (tabort): Use gpc_reg_operand.
12777 (tcheck): Remove operand.
12778 (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
12779 * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
12780 expected value.
12781 * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
12782 (BU_HTM_SPR1): Rename to BU_HTM_V1. Remove use of RS6000_BTC_SPR.
12783 (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
12784 tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
12785 tsr, ttest): Pass in the RS6000_BTC_CR attribute.
12786 (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
12787 get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
12788 (tcheck): Remove builtin argument.
12789 * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
12790 not TARGET_64BIT.
12791 (htm_expand_builtin): Fix usage of expandedp. Disallow usage of the
12792 tabortdc and tabortdci builtins when not in 64-bit mode.
12793 Modify code to handle the loss of the HTM define_expands.
12794 Emit code to copy the CR register to TARGET.
12795 (htm_init_builtins): Modify code to handle the loss of the HTM
12796 define_expands.
12797 * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
12798 (RS6000_BTC_64BIT): Likewise.
12799 (RS6000_BTC_CR): New macro.
12800 * doc/extend.texi: Update documentation for htm builtins.
12801
12802 2015-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12803
12804 * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
12805 of manually swapping.
12806 (simplify_associative_operation): Likewise.
12807 (simplify_binary_operation): Likewise.
12808 (simplify_plus_minus): Likewise.
12809 (simplify_relational_operation): Likewise.
12810 (simplify_ternary_operation): Likewise.
12811
12812 2015-04-27 Richard Sandiford <richard.sandiford@arm.com>
12813
12814 * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
12815 (xs_hi_nonmemory_operand): Remove error.
12816 * config/stormy16/stormy16.md (movhi, movhi_internal): Use
12817 general_operand rather than xs_hi_general_operand.
12818
12819 2015-04-27 Richard Biener <rguenther@suse.de>
12820
12821 * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
12822 (record_equivalences_from_stmt): Valueize rhs.
12823 (record_equality): Canonicalize x and y order via
12824 tree_swap_operands_p. Do not swap operands for same loop depth.
12825
12826 2015-04-27 Georg-Johann Lay <avr@gjlay.de>
12827
12828 PR target/65296
12829 PR target/65895
12830 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
12831 Add hint how to use own spec file.
12832
12833 2015-04-27 Jakub Jelinek <jakub@redhat.com>
12834
12835 PR tree-optimization/65875
12836 * tree-vrp.c (update_value_range): If in is_new case setting
12837 old_vr to VR_VARYING, also set new_vr to it. Remove
12838 old_vr->type == VR_VARYING test.
12839 (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
12840 SSA_PROP_INTERESTING if update_value_range returned true,
12841 but new range is VR_VARYING.
12842
12843 2015-04-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
12844
12845 * combine.c (sign_extend_short_imm): New.
12846 (set_nonzero_bits_and_sign_copies): Use above new function for sign
12847 extension of src short immediate.
12848 (reg_nonzero_bits_for_combine): Likewise for tem.
12849
12850 2015-04-27 Eric Botcazou <ebotcazou@adacore.com>
12851
12852 * stor-layout.c (self_referential_component_ref_p): New predicate.
12853 (copy_self_referential_tree_r): Use it.
12854 (self_referential_size): Punt for simple operations directly involving
12855 self-referential component references.
12856 * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
12857
12858 2015-04-27 Eric Botcazou <ebotcazou@adacore.com>
12859
12860 * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
12861
12862 2015-04-27 Richard Sandiford <richard.sandiford@arm.com>
12863
12864 * vec.h (vec): Make splice arguments const. Update definitions
12865 accordingly.
12866
12867 2015-04-27 Yvan Roux <yvan.roux@linaro.org>
12868
12869 * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
12870 alternatives.
12871
12872 2015-04-26 Tom de Vries <tom@codesourcery.com>
12873
12874 PR tree-optimization/65826
12875 * internal-fn.def: Mark VA_ARG with ECF_LEAF.
12876
12877 2015-04-24 Steve Ellcey <sellcey@imgtec.com>
12878
12879 * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
12880 (*madd3<mode>): Ditto.
12881 (*msub4<mode>): Ditto.
12882 (*msub3<mode>): Ditto.
12883 (*nmadd4<mode>): Ditto.
12884 (*nmadd3<mode>): Ditto.
12885 (*nmadd4<mode>_fastmath): Ditto.
12886 (*nmadd3<mode>_fastmath): Ditto.
12887 (*nmsub4<mode>): Ditto.
12888 (*nmsub3<mode>): Ditto.
12889 (*nmsub4<mode>_fastmath): Ditto.
12890 (*nmsub3<mode>_fastmath): Ditto.
12891
12892 2015-04-24 Jason Merrill <jason@redhat.com>
12893
12894 PR c++/50800
12895 * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
12896 down when building TYPE_CANONICAL.
12897 (build_pointer_type_for_mode): Likewise.
12898
12899 2015-04-24 Chen Gang <gang.chen.5i5j@gmail.com>
12900
12901 * genrecog.c (validate_pattern): Check matching constraint refers
12902 to a lower numbered operand.
12903
12904 2015-04-24 Michael Meissner <meissner@linux.vnet.ibm.com>
12905
12906 PR target/65849
12907 * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
12908 save to independent variables use the Save attribute. This will
12909 allow these options to be modified with the #pragma/attribute
12910 target support.
12911 (-mallow-movmisalign): Likewise.
12912 (-mallow-df-permute): Likewise.
12913 (-msched-groups): Likewise.
12914 (-malways-hint): Likewise.
12915 (-malign-branch-targets): Likewise.
12916 (-mvectorize-builtins): Likewise.
12917 (-msave-toc-indirect): Likewise.
12918
12919 * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
12920 can be set via the #pragma/attribute target support.
12921 (rs6000_opt_vars): Likewise.
12922 (rs6000_inner_target_options): If VSX was set, also set
12923 -mno-avoid-indexed-addresses.
12924
12925 2015-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12926
12927 * config/arm/iterators.md (shiftable_ops): Rename to...
12928 (SHIFTABLE_OPS): ... This. Update use in comments.
12929 (ior_xor): Rename to...
12930 (IOR_XOR): ... This.
12931 (vqh_ops): Rename to...
12932 (VQH_OPS): ... This.
12933 (vqhs_ops): Rename to...
12934 (VQHS_OPS): ... This.
12935 (rshifts): Rename to...
12936 (RSHIFTS): ... This.
12937 (returns): Rename to...
12938 (RETURNS): ... This.
12939 * config/arm/arm.md: Update uses of the above.
12940 * config/arm/neon.md: Likewise.
12941
12942 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12943
12944 * config.host (case ${host}): Add aarch64*-*-linux case.
12945 * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
12946 fields to all the cores.
12947 * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
12948 Add MCPU_MTUNE_NATIVE_SPECS.
12949 * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
12950 field to all extensions.
12951 * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
12952 * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
12953 Adjust definition of AARCH64_OPT_EXTENSION.
12954 * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
12955 (MCPU_MTUNE_NATIVE_SPECS): Define.
12956 * config/aarch64/driver-aarch64.c: New file.
12957 * config/aarch64/x-arch64: New file.
12958 * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
12959 -mtune and -march.
12960
12961 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
12962 Wei Mi <wmi@google.com>
12963
12964 * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
12965 * config/i386/i386.c (extract_base_offset_in_addr): New function.
12966 (ix86_operands_ok_for_move_multiple): Ditto.
12967 * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
12968 (movlpd/movhpd to movupd peephole2): Ditto.
12969
12970 2015-04-24 Marek Polacek <polacek@redhat.com>
12971
12972 PR c/61534
12973 * input.h (from_macro_expansion_at): Define.
12974
12975 PR c/63357
12976 * doc/invoke.texi: Update description of -Wlogical-op.
12977
12978 2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
12979
12980 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
12981 ternary operator in fprintf and harmonize spacing.
12982
12983 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
12984
12985 * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
12986 Mark operand1 commutative.
12987
12988 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
12989
12990 * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
12991 input operands in memory.
12992 (*vec_concatv2si_sse4_1): Ditto.
12993 (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
12994 (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
12995 register_operand.
12996 (vec_extract_hi_v32hi): Ditto.
12997 (vec_extract_hi_v64hi): Ditto.
12998 (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
12999
13000 2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
13001 Steven Bosscher <steven@gcc.gnu.org>
13002
13003 PR rtl-optimization/34503
13004 * cprop.c (cprop_reg_p): New.
13005 (hash_scan_set): Use above function to check if register can be
13006 propagated.
13007 (find_avail_set): Return up to two sets, one whose source is a
13008 register and one whose source is a constant. Sets are returned in an
13009 array passed as parameter rather than as a return value.
13010 (cprop_insn): Use a do while loop rather than a goto. Try each of the
13011 sets returned by find_avail_set, starting with the one whose source is
13012 a constant. Use cprop_reg_p to check if register can be propagated.
13013 (do_local_cprop): Use cprop_reg_p to check if register can be
13014 propagated.
13015 (implicit_set_cond_p): Likewise.
13016
13017 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13018
13019 * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
13020 (sem_function::equals): IGNORED_NODES parameter is now unused;
13021 update call of equals_private.
13022 (sem_function::equals_private): Do not call equals_wpa; skip
13023 gimple body matching if there is no body.
13024 (sem_function::init): Add logic to hash tthunk info.
13025 (sem_function::parse): Also parse thunks.
13026 * ipa-icf.h (equals_private): Update declaration.
13027
13028 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13029
13030 * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
13031 asterisk from name so this can be generated directly.
13032 (*altivec_stvx_<mode>_internal): Likewise.
13033 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
13034 that this is never called during or after reload/lra.
13035 (rs6000_frame_related): Remove split_reg
13036 argument and logic that references it.
13037 (emit_frame_save): Remove last parameter from call to
13038 rs6000_frame_related.
13039 (rs6000_emit_prologue): Remove last parameter from eight calls to
13040 rs6000_frame_related. Force generation of stvx instruction for
13041 Altivec register saves. Remove split_reg handling, which is no
13042 longer needed.
13043 (rs6000_emit_epilogue): Force generation of lvx instruction for
13044 Altivec register restores.
13045
13046 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13047
13048 * config/rs6000/rs6000.opt (mcrypto): Change option description to
13049 match category changes in ISA 2.07B.
13050
13051 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13052
13053 * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
13054 iterators.
13055 (cmp_op, cmp_type): New code attributes.
13056 (NEON_VCMP, NEON_VACMP): New int iterators.
13057 (cmp_op_unsp): New int attribute.
13058 * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
13059 (neon_vceq<mode>): Delete.
13060 (neon_vc<cmp_op><mode>_insn): New pattern.
13061 (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
13062 (neon_vcgeu<mode>): Delete.
13063 (neon_vcle<mode>): Likewise.
13064 (neon_vclt<mode>: Likewise.
13065 (neon_vcage<mode>): Likewise.
13066 (neon_vcagt<mode>): Likewise.
13067 (neon_vca<cmp_op><mode>): New define_expand.
13068 (neon_vca<cmp_op><mode>_insn): New pattern.
13069 (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
13070
13071 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13072
13073 * tree.h (attribute_value_equal): Declare.
13074 * tree.c (attribute_value_equal): Export.
13075
13076 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13077
13078 * ipa-icf.c (sem_item::compare_attributes): New function.
13079 (sem_item::compare_referenced_symbol_properties): Compare variable
13080 attributes.
13081 (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
13082 (sem_function::param_used_p): New function.
13083 (sem_function::equals_wpa): Fix attribute comparsion; match
13084 parameter type codes; do not compare paremter flags when
13085 they are not used; compare edge flags; compare indirect calls.
13086 (sem_item::update_hash_by_addr_refs): Hash reference type.
13087 (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
13088 (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
13089 reference use type.
13090 (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
13091 * ipa-icf.h (compare_attributes, param_used_p): Declare.
13092
13093 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13094
13095 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
13096 cleanup.
13097 (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
13098 DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
13099 (sem_item::compare_referenced_symbol_properties): New.
13100 (sem_item::hash_referenced_symbol_properties): New.
13101 (sem_item::compare_cgraph_references): Rename to ...
13102 (sem_item::compare_symbol_references): ... this one; use
13103 compare_referenced_symbol_properties.
13104 (sem_function::equals_wpa): Do not compare
13105 DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
13106 DECL_IS_OPERATOR_NEW; compare pointer sizes.
13107 (sem_item::update_hash_by_addr_refs): Call
13108 hash_referenced_symbol_properties.
13109 (sem_item::update_hash_by_local_refs): Cleanup.
13110 (sem_function::merge): Do not mix up symbol properties.
13111 (sem_variable::equals_wpa): Use compare_symbol_references.
13112 * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
13113 (sem_item::hash_referenced_symbol_properties): New.
13114 (sem_item::compare_symbol_references): New.
13115 (sem_item::compare_cgraph_references): Remove.
13116
13117 2015-04-23 Kwok Cheung Yeung <kcy@codesourcery.com>
13118
13119 PR target/26702
13120 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
13121 Emit size of local.
13122
13123 2015-04-23 Nick Clifton <nickc@redhat.com>
13124
13125 * config/rl78/rl78.c (rl78_preferred_reload_class): Add
13126 ATTRIBUTE_UNUSED to x parameter.
13127 * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
13128
13129 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13130
13131 * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
13132 TARGET_CRYPTO to TARGET_P8_VECTOR>
13133 (crypto_vpermxor_<mode>): Likewise.
13134 * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
13135 (BU_CRYPTO_3A): Likewise.
13136 (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
13137 (BU_CRYPTO_OVERLOAD_3A): New #define.
13138 (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
13139 (VPMSUMH): Likewise.
13140 (VPMSUMW): Likewise.
13141 (VPMSUMD): Likewise.
13142 (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
13143 (VPERMXOR_V4SI): Likewise.
13144 (VPERMXOR_V8HI): Likewise.
13145 (VPERMXOR_V16QI): Likewise.
13146 (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
13147 BU_CRYPTO_OVERLOAD_2A.
13148 (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
13149 BU_CRYPTO_OVERLOAD_3A.
13150 * config/rs6000/rs6000.opt (mcrypto): Change description of
13151 option.
13152
13153 2015-04-23 Richard Biener <rguenther@suse.de>
13154
13155 * passes.def: Remove copy propagation passes run directly after CCP.
13156 * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
13157 SSA names.
13158 (ccp_visit_phi_node): Rework to handle first executable edge
13159 specially.
13160
13161 2015-04-23 Matthew Wahab <matthew.wahab@arm.com>
13162
13163 * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
13164 (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
13165 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
13166 * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
13167 (thumb_legimitimize_reload_address): Remove.
13168 * config/arm/arm-protos.h (arm_legimitimize_reload_address):
13169 Remove.
13170 (thumb_legimitimize_reload_address): Remove.
13171
13172 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13173
13174 * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
13175
13176 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13177
13178 * config/arm/arm.md (load_multiple): Reject operand 2 greater than
13179 MAX_LDM_STM_OPS.
13180 (store_multiple): Likewise.
13181
13182 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13183
13184 * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
13185 * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
13186 arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
13187 arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
13188 arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
13189 arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
13190 arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
13191 Specify issue_rate value.
13192 (arm_issue_rate): Look up issue rate from tuning structs. Remove
13193 large switch statement.
13194 (arm_marvell_pj4_tune): New struct.
13195 * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
13196 struct.
13197
13198 2015-04-23 Richard Biener <rguenther@suse.de>
13199
13200 * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
13201 (vect_find_last_store_in_slp_instance): Rename to ...
13202 (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
13203 (vect_analyze_slp_cost_1): Use vector_load for constant defs
13204 and vec_construct for external defs when estimating prologue cost.
13205 (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
13206 Compute costs here only when vectorizing loops.
13207 (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
13208 have been determined.
13209 (vect_schedule_slp_instance): Simplify vectorized code placement
13210 and prepare for in-BB external defs.
13211 * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
13212 (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
13213 * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
13214 guard.
13215 (vect_model_load_cost): Likewise.
13216 (vectorizable_store): Instead add it here.
13217 (vectorizable_load): Likewise.
13218 (vect_is_simple_use): Dump def type textually.
13219
13220 2015-04-23 Richard Biener <rguenther@suse.de>
13221
13222 * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
13223 * cfgloop.c (verify_loop_structure): Verify the root loop node.
13224 * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
13225 instead of get_eh_region_from_lp_number.
13226 * loop-init.c (fix_loop_structure): If we removed a loop, reset
13227 the SCEV cache.
13228
13229 2015-04-23 Anton Blanchard <anton@samba.org>
13230
13231 * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
13232 need for -mprofile-kernel to save LR to stack.
13233
13234 2015-04-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13235
13236 * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
13237 adjustments.
13238 (insn_is_swappable_p): Return 1 for a convert from double to
13239 single precision when all of its uses are splats of BE element
13240 zero.
13241
13242 2015-04-23 Kugan Vivekanandarajah <kuganv@linaro.org>
13243
13244 * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
13245
13246 2015-04-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13247
13248 PR target/65456
13249 * config/rs6000/rs6000.c (rs6000_option_override_internal): For
13250 VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
13251 TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
13252 option.
13253 (rs6000_builtin_mask_for_load): Return 0 for targets with
13254 efficient unaligned VSX accesses so that the vectorizer will use
13255 direct unaligned loads.
13256 (rs6000_builtin_support_vector_misalignment): Always return true
13257 for targets with efficient unaligned VSX accesses.
13258 (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
13259 stores on targets with efficient unaligned VSX accesses is almost
13260 always the same as the cost of an aligned load or store, so model
13261 it that way.
13262 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
13263 unaligned vectors if we have efficient unaligned VSX accesses.
13264 * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
13265 undocumented option.
13266
13267 2015-04-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13268
13269 Revert:
13270 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
13271
13272 * config.gcc (LIBC_MUSL): New tm_defines macro.
13273 * config/linux.h (OPTION_MUSL): Define.
13274 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
13275 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
13276 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
13277
13278 * config/linux.opt (mmusl): New option.
13279 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
13280 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
13281
13282 * configure: Regenerate.
13283
13284 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
13285
13286 * config.gcc (LIBC_MUSL): New tm_defines macro.
13287 * config/linux.h (OPTION_MUSL): Define.
13288 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
13289 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
13290 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
13291
13292 * config/linux.opt (mmusl): New option.
13293 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
13294 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
13295
13296 * configure: Regenerate.
13297
13298 2015-04-22 Yury Gribov <y.gribov@samsung.com>
13299
13300 * doc/invoke.texi (-fsanitize-sections): Update description.
13301 * asan.c (set_sanitized_sections): Parse incoming arg.
13302 (section_sanitized_p): Support wildcards.
13303
13304 2015-04-22 Tom de Vries <tom@codesourcery.com>
13305
13306 PR tree-optimization/65823
13307 * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
13308 equality between ap_copy and ap.
13309
13310 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13311
13312 PR target/47098
13313 * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
13314
13315 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13316
13317 PR target/47122
13318 * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
13319
13320 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13321
13322 PR target/55144
13323 * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
13324 remove already contained t-files.
13325
13326 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13327
13328 * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
13329 Remove unneeded forward declarations.
13330 (suitable_for_tail_call_opt_p): Commentary typo fix.
13331
13332 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13333
13334 * varasm.c (emit_bss): Remove redundant guard.
13335
13336 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13337
13338 * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
13339
13340 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13341
13342 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
13343
13344 2015-04-22 Hale Wang <hale.wang@arm.com>
13345 Terry Guo <terry.guo@arm.com>
13346
13347 PR rtl-optimization/64818
13348 * combine.c (can_combine_p): Don't combine user-specified
13349 register if it is in an asm input.
13350
13351 2015-04-21 Jan Hubicka <hubicka@ucw.cz>
13352
13353 PR ipa/65076
13354 * passes.def (early_optimizations): Add pass_dse.
13355
13356 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13357
13358 * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
13359 * reorg.c (redundant_insn): Remove ifdef
13360 INSN_REFERENCES_ARE_DELAYED.
13361 * resource.c (mark_referenced_resources): Likewise.
13362
13363 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13364
13365 * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
13366 * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
13367 * resource.c (mark_set_resources): Likewise.
13368
13369 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13370
13371 * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
13372 * cfgcleanup.c (flow_find_cross_jump): Likewise.
13373 (flow_find_head_matching_sequence): Likewise.
13374 (try_head_merge_bb): Likewise.
13375 * combine.c (can_combine_p): Likewise.
13376 (try_combine): Likewise.
13377 (distribute_notes): Likewise.
13378 * df-problems.c (can_move_insns_across): Likewise.
13379 * final.c (final): Likewise.
13380 * gcse.c (insert_insn_end_basic_block): Likewise.
13381 * ira.c (find_moveable_pseudos): Likewise.
13382 * reorg.c (try_merge_delay_insns): Likewise.
13383 (fill_simple_delay_slots): Likewise.
13384 (fill_slots_from_thread): Likewise.
13385 * sched-deps.c (sched_analyze_2): Likewise.
13386
13387 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13388
13389 * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
13390 PIC_OFFSET_TABLE_REGNUM.
13391
13392 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13393
13394 * alias.c (init_alias_target): Remove ifdef
13395 * HARD_FRAME_POINTER_IS_FRAME_POINTER.
13396 * df-scan.c (df_insn_refs_collect): Likewise.
13397 (df_get_regular_block_artificial_uses): Likewise.
13398 (df_get_eh_block_artificial_uses): Likewise.
13399 (df_get_entry_block_def_set): Likewise.
13400 (df_get_exit_block_use_set): Likewise.
13401 * emit-rtl.c (gen_rtx_REG): Likewise.
13402 * ira.c (ira_setup_eliminable_regset): Likewise.
13403 * reginfo.c (init_reg_sets_1): Likewise.
13404 * regrename.c (rename_chains): Likewise.
13405 * reload1.c (reload): Likewise.
13406 (eliminate_regs_in_insn): Likewise.
13407 * resource.c (mark_referenced_resources): Likewise.
13408 (init_resource_info): Likewise.
13409
13410 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13411
13412 * defaults.h (MASK_RETURN_ADDR): New definition.
13413 * except.c (expand_builtin_extract_return_addr): Remove ifdef
13414 MASK_RETURN_ADDR.
13415
13416 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13417
13418 * defaults.h (RETURN_ADDR_OFFSET): New definition.
13419 * except.c (expand_builtin_extract_return_addr): Remove ifdef
13420 RETURN_ADDR_OFFSET.
13421 (expand_builtin_frob_return_addr): Likewise.
13422
13423 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13424
13425 * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
13426 (try_redirect_by_replacing_jump): Likewise.
13427 (rtl_tidy_fallthru_edge): Likewise.
13428 * combine.c (insn_a_feeds_b): Likewise.
13429 (find_split_point): Likewise.
13430 (simplify_set): Likewise.
13431 * cprop.c (cprop_jump): Likewise.
13432 * cse.c (cse_extended_basic_block): Likewise.
13433 * df-problems.c (can_move_insns_across): Likewise.
13434 * function.c (emit_use_return_register_into_block): Likewise.
13435 * haifa-sched.c (sched_init): Likewise.
13436 * ira.c (find_moveable_pseudos): Likewise.
13437 * loop-invariant.c (find_invariant_insn): Likewise.
13438 * lra-constraints.c (curr_insn_transform): Likewise.
13439 * postreload.c (reload_combine_recognize_const_pattern):
13440 * Likewise.
13441 * reload.c (find_reloads): Likewise.
13442 * reorg.c (delete_scheduled_jump): Likewise.
13443 (steal_delay_list_from_target): Likewise.
13444 (steal_delay_list_from_fallthrough): Likewise.
13445 (redundant_insn): Likewise.
13446 (fill_simple_delay_slots): Likewise.
13447 (fill_slots_from_thread): Likewise.
13448 (delete_computation): Likewise.
13449 * sched-rgn.c (add_branch_dependences): Likewise.
13450
13451 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13452
13453 * genconfig.c (main): Always define HAVE_cc0.
13454 * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
13455 HAVE_cc0.
13456 * cfgcleanup.c (flow_find_cross_jump): Likewise.
13457 (flow_find_head_matching_sequence): Likewise.
13458 (try_head_merge_bb): Likewise.
13459 * cfgrtl.c (rtl_merge_blocks): Likewise.
13460 (try_redirect_by_replacing_jump): Likewise.
13461 (rtl_tidy_fallthru_edge): Likewise.
13462 * combine.c (do_SUBST_MODE): Likewise.
13463 (insn_a_feeds_b): Likewise.
13464 (combine_instructions): Likewise.
13465 (can_combine_p): Likewise.
13466 (try_combine): Likewise.
13467 (find_split_point): Likewise.
13468 (subst): Likewise.
13469 (simplify_set): Likewise.
13470 (distribute_notes): Likewise.
13471 * cprop.c (cprop_jump): Likewise.
13472 * cse.c (cse_extended_basic_block): Likewise.
13473 * df-problems.c (can_move_insns_across): Likewise.
13474 * final.c (final): Likewise.
13475 (final_scan_insn): Likewise.
13476 * function.c (emit_use_return_register_into_block): Likewise.
13477 * gcse.c (insert_insn_end_basic_block): Likewise.
13478 * haifa-sched.c (sched_init): Likewise.
13479 * ira.c (find_moveable_pseudos): Likewise.
13480 * loop-invariant.c (find_invariant_insn): Likewise.
13481 * lra-constraints.c (curr_insn_transform): Likewise.
13482 * optabs.c (prepare_cmp_insn): Likewise.
13483 * postreload.c (reload_combine_recognize_const_pattern):
13484 * Likewise.
13485 * reload.c (find_reloads): Likewise.
13486 (find_reloads_address_1): Likewise.
13487 * reorg.c (delete_scheduled_jump): Likewise.
13488 (steal_delay_list_from_target): Likewise.
13489 (steal_delay_list_from_fallthrough): Likewise.
13490 (try_merge_delay_insns): Likewise.
13491 (redundant_insn): Likewise.
13492 (fill_simple_delay_slots): Likewise.
13493 (fill_slots_from_thread): Likewise.
13494 (delete_computation): Likewise.
13495 (relax_delay_slots): Likewise.
13496 * sched-deps.c (sched_analyze_2): Likewise.
13497 * sched-rgn.c (add_branch_dependences): Likewise.
13498
13499 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13500
13501 * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
13502 that is trivially ded on non cc0 targets.
13503 (simplify_set): Likewise.
13504 (mark_used_regs_combine): Likewise.
13505 * cse.c (new_basic_block): Likewise.
13506 (fold_rtx): Likewise.
13507 (cse_insn): Likewise.
13508 (cse_extended_basic_block): Likewise.
13509 (set_live_p): Likewise.
13510 * rtlanal.c (canonicalize_condition): Likewise.
13511 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
13512
13513 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13514
13515 * conditions.h: Define macros even if HAVE_cc0 is undefined.
13516 * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
13517 * final.c: Likewise.
13518 * jump.c: Likewise.
13519 * recog.c: Likewise.
13520 * recog.h: Declare functions even when HAVE_cc0 is undefined.
13521 * sched-deps.c (sched_analyze_2): Always compile case for cc0.
13522
13523 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13524
13525 * defaults.h: New definition of EH_RETURN_DATA_REGNO.
13526 * except.c: Remove definition of EH_RETURN_DATA_REGNO.
13527 * builtins.c (expand_builtin): Remove check if
13528 EH_RETURN_DATA_REGNO is defined.
13529 * df-scan.c (df_bb_refs_collect): Likewise.
13530 (df_get_exit_block_use_set): Likewise.
13531 * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
13532 * ira-lives.c (process_bb_node_lives): Likewise.
13533 * lra-lives.c (process_bb_lives): Likewise.
13534
13535 2015-04-21 Uros Bizjak <ubizjak@gmail.com>
13536
13537 * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
13538 FIRST_PSEUDO_REG): New.
13539 * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
13540 (ARG_POINTER_REGNUM): Define to ARGP_REG.
13541 (FRAME_POINTER_REGNUM): Define to FRAME_REG.
13542 (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
13543 (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
13544 (FIRST_INT_REG): New.
13545 (LAST_INT_REG): New.
13546 (FIRST_*_REG): Define using *_REG.
13547 (LAST_*_REG): Ditto.
13548 (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
13549 (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
13550 (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
13551
13552 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13553
13554 * expmed.c: (synth_mult): Only assume overlapping
13555 shift with previous steps in alg_sub_t_m2 case.
13556
13557 2015-04-21 Richard Biener <rguenther@suse.de>
13558
13559 PR tree-optimization/65650
13560 * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
13561 transitions involving copies.
13562 (set_lattice_value): Adjust for copy lattice state.
13563 (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
13564 if that doesn't dominate the merge point.
13565 (bit_value_unop): Adjust what we treat as varying mask.
13566 (bit_value_binop): Likewise.
13567 (bit_value_assume_aligned): Likewise.
13568 (evaluate_stmt): When we simplified to a SSA name record a copy
13569 instead of dropping to varying.
13570 (visit_assignment): Simplify.
13571
13572 * gimple-match.h (gimple_simplify): Add another callback.
13573 * gimple-fold.c (fold_stmt_1): Adjust caller.
13574 (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
13575 for the 2nd callback.
13576 * gimple-match-head.c (gimple_simplify): Add a callback that is
13577 used to valueize the stmt operands and use it that way.
13578
13579 2015-04-21 Richard Biener <rguenther@suse.de>
13580
13581 PR tree-optimization/65788
13582 * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
13583
13584 2015-04-21 Richard Biener <rguenther@suse.de>
13585
13586 * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
13587 vec_construct cost by vec_stmt_cost.
13588
13589 2015-04-21 Richard Biener <rguenther@suse.de>
13590
13591 * cfghooks.h (create_basic_block): Replace with two overloads
13592 for RTL and GIMPLE.
13593 (split_block): Likewise.
13594 * cfghooks.c (split_block): Rename to ...
13595 (split_block_1): ... this.
13596 (split_block): Add two type-safe overloads for RTL and GIMPLE.
13597 (split_block_after_labels): Call split_block_1.
13598 (create_basic_block): Rename to ...
13599 (create_basic_block_1): ... this.
13600 (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
13601 (create_empty_bb): Call create_basic_block_1.
13602 * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
13603 split_block_after_labels.
13604 * omp-low.c (expand_parallel_call): Likewise.
13605 (expand_omp_target): Likewise.
13606 (simd_clone_adjust): Likewise.
13607 * tree-chkp.c (chkp_get_entry_block): Likewise.
13608 * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
13609 create_basic_block overload.
13610 (cgraph_node::expand_thunk): Likewise.
13611 * tree-cfg.c (make_blocks): Likewise.
13612 (handle_abnormal_edges): Likewise.
13613 * tree-inline.c (copy_bb): Likewise.
13614
13615 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13616
13617 * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
13618 New pattern.
13619 (*xor_one_cmplsidi3_ze): Likewise.
13620
13621 2015-04-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
13622
13623 * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
13624 use df_remove_problem rather than manually removing problems, leaving
13625 holes in df->problems_in_order[].
13626
13627 2015-04-21 Tom de Vries <tom@codesourcery.com>
13628
13629 PR tree-optimization/65802
13630 * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
13631
13632 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13633
13634 * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
13635 Increase to 128.
13636 (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
13637 at '.'. Assert that there's enough space for everything.
13638
13639 2015-04-21 Uros Bizjak <ubizjak@gmail.com>
13640
13641 PR tree-optimization/64950
13642 Revert:
13643 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
13644
13645 PR target/41089
13646 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
13647 as volatile.
13648
13649 2015-04-20 Shiva Chen <shiva0217@gmail.com>
13650
13651 PR rtl-optimization/64916
13652 * cfgcleanup.c (values_equal_p): New function.
13653 (can_replace_by): Use it.
13654
13655 2015-04-20 Paolo Carlini <paolo.carlini@oracle.com>
13656
13657 PR c++/65801
13658 * doc/invoke.texi ([-Wnarrowing]): Update.
13659
13660 2015-04-20 Jeff Law <law@redhat.com>
13661
13662 PR tree-optimization/65658
13663 * tree-ssa-threadupdate.c (redirection_block_p): Remove
13664 redundant test for GIMPLE_ASSIGN in last change.
13665
13666 2015-04-20 Uros Bizjak <ubizjak@gmail.com>
13667
13668 * config/i386/i386.c (set_pic_reg_ever_live): Remove.
13669 (legitimize_pic_address): Do not call set_pic_reg_ever_live.
13670 (legitimize_tls_address): Ditto.
13671 (ix86_expand_move): Ditto.
13672 (ix86_expand_binary_operator): Remove reload_in_progress checks.
13673 (ix86_expand_unary_operator): Ditto.
13674 * config/i386/predicates.md (index_register_operand): Ditto.
13675
13676 2015-04-20 Selim Belbachir <selim.belbachir@fr.thalesgroup.com>
13677
13678 * reorg.c (try_merge_delay_insns): Improve correctness checking
13679 for targets with multiple delay slots.
13680
13681 2015-04-20 Jeff Law <law@redhat.com>
13682
13683 PR tree-optimization/65658
13684 * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
13685 statements too.
13686
13687 2015-04-20 Alan Lawrence <alan.lawrence@arm.com>
13688
13689 * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
13690 * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
13691 Delete.
13692
13693 2015-04-20 Jakub Jelinek <jakub@redhat.com>
13694
13695 PR debug/65807
13696 * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
13697
13698 2015-04-20 Richard Biener <rguenther@suse.de>
13699
13700 * gimple-fold.h (gimple_build): Remove optional valueize arguments.
13701 * gimple-fold.c (gimple_build_valueize): New function.
13702 (gimple_build): Always use gimple_build_valueize as valueize hook.
13703
13704 2015-04-20 Alan Lawrence <alan.lawrence@arm.com>
13705
13706 PR target/64134
13707 * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
13708 and overwrite variable parts if <= 1/2 the elements are variable.
13709
13710 2015-04-19 Vladimir Makarov <vmakarov@redhat.com>
13711
13712 PR rtl-optimization/65805
13713 * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
13714 Don't use difference of offset and previous offset if
13715 update_sp_offset is non-zero.
13716 (eliminate_regs_in_insn): Ditto.
13717 * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
13718 lra_eliminate_regs_1 call.
13719 * lra-constraints.c (get_equiv_with_elimination): Ditto.
13720
13721 2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
13722
13723 * hash-table.h: Remove version of hash_table that stored value_type *.
13724 * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
13725 config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
13726 config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
13727 dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
13728 gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
13729 hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
13730 ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
13731 loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
13732 reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
13733 tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
13734 tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
13735 tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
13736 tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
13737 tree-ssa-structalias.c, tree-ssa-tail-merge.c,
13738 tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
13739 valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
13740
13741 2015-04-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13742 Jakub Jelinek <jakub@redhat.com>
13743
13744 PR target/65787
13745 * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
13746 subsequent SH_NONE operand does not overwrite an existing *special
13747 value.
13748 (adjust_extract): Handle case where a vec_extract operation is
13749 wrapped in a PARALLEL.
13750
13751 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
13752
13753 PR target/65780
13754 * config/i386/i386.c (ix86_binds_local_p): Define only if
13755 TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
13756
13757 2015-04-17 Jeff Law <law@redhat.com>
13758
13759 PR tree-optimization/47679
13760 * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
13761 * tree-ssa-scopedtables.c: New file.
13762 * tree-ssa-scopedtables.h: New file.
13763 * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
13764 (const_and_copies): Change name/type.
13765 (record_const_or_copy): Move into tree-ssa-scopedtables.c
13766 (record_const_or_copy_1): Similarly.
13767 (restore_vars_to_original_value): Similarly.
13768 (pass_dominator::execute): Create and destroy const_and_copies table.
13769 (thread_across_edge): Update passing of const_and_copies.
13770 (record_temporary_equivalence): Use method calls rather than
13771 manipulating const_and_copies directly.
13772 (record_equality, cprop_into_successor_phis): Similarly.
13773 (dom_opt_dom_walker::before_dom_children): Similarly.
13774 (dom_opt_dom_walker::after_dom_children): Similarly.
13775 (eliminate_redundant_computations): Similarly.
13776 * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
13777 (record_temporary_equivalence): Likewise.
13778 (invalidate_equivalences): Likewise.
13779 (record_temporary_equivalences_from_phis): Update due to type
13780 change of const_and_copies. Use method calls rather than
13781 manipulating the stack directly.
13782 (record_temporary_equivalences_from_stmts_at_dest): Likewise.
13783 (thread_through_normal_block, thread_across_edge): Likewise.
13784 (thread_across_edge): Likewise.
13785 * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
13786 * tree-vrp.c: Include tree-ssa-scopedtables.h. Change type
13787 of equiv_stack.
13788 (identify_jump_threads): Update due to type change of equiv_stack.
13789 (finalize_jump_threads): Delete the equiv_stack when complete.
13790
13791 2015-04-17 Uros Bizjak <ubizjak@gmail.com>
13792
13793 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
13794 * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
13795 * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
13796
13797 2015-04-17 Andreas Tobler <andreast@gcc.gnu.org>
13798
13799 PR target/65535
13800 * config.gcc: Exit with a comment when we do not have a major version
13801 number for the FreeBSD target.
13802
13803 2015-04-17 Jakub Jelinek <jakub@redhat.com>
13804
13805 PR target/65689
13806 * genpreds.c (struct constraint_data): Add maybe_allows_reg and
13807 maybe_allows_mem bitfields.
13808 (maybe_allows_none_start, maybe_allows_none_end,
13809 maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
13810 maybe_allows_mem_end): New variables.
13811 (compute_maybe_allows): New function.
13812 (add_constraint): Use it to initialize maybe_allows_reg and
13813 maybe_allows_mem fields.
13814 (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
13815 is_address constraints such that those that allow neither mem nor
13816 reg come first, then those that only allow reg but not mem, then
13817 those that only allow mem but not reg, then the rest.
13818 (write_allows_reg_mem_function): New function.
13819 (write_tm_preds_h): Call it.
13820 * stmt.c (parse_output_constraint, parse_input_constraint): Use
13821 the generated insn_extra_constraint_allows_reg_mem function
13822 instead of always setting *allows_reg = true; *allows_mem = true;
13823 for unknown extra constraints.
13824
13825 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
13826
13827 PR target/65780
13828 * output.h (default_binds_local_p_3): New.
13829 * varasm.c (default_binds_local_p_3): Make it public. Take an
13830 argument to indicate if common symbol may be local. If common
13831 symbol may be local, treat non-external variable as defined
13832 locally.
13833 (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
13834 (default_binds_local_p_1): Pass false to default_binds_local_p_3.
13835 * config/i386/i386.c (ix86_binds_local_p): New.
13836 (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
13837 ix86_binds_local_p.
13838
13839 2015-04-17 Jakub Jelinek <jakub@redhat.com>
13840
13841 PR debug/65771
13842 * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
13843 trying mem_loc_descriptor on XEXP (rtl, 0).
13844
13845 2015-04-17 Martin Liska <mliska@suse.cz>
13846
13847 * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
13848 Release symbol_compare_collection.
13849 * ipa-reference.c: Add TODO that a vector should be released.
13850
13851 2015-04-17 Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
13852
13853 PR target/65296
13854 * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
13855 to new AVR-LibC file layout (bug #44574).
13856 (*avrlibc_devicelib): Same.
13857 * config/avr/avr-mcus.def: Adjust comments.
13858 * config/avr/avr.opt (nodevicelib): Adjust help.
13859
13860 2015-04-17 Alan Lawrence <alan.lawrence@arm.com>
13861
13862 * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
13863
13864 2015-04-17 Patrick Palka <ppalka@gcc.gnu.org>
13865
13866 PR c++/64527
13867 * gimplify.c (gimplify_init_constructor): Always emit a
13868 side-effecting constructor.
13869
13870 2015-04-17 Tom de Vries <tom@codesourcery.com>
13871
13872 PR tree-optimization/64950
13873 * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
13874 in cfun->curr_properties.
13875 (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
13876 if we generate an IFN_VA_ARG.
13877 * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
13878 function if PROP_gimple_lva is not set in src function.
13879
13880 2015-04-17 Tom de Vries <tom@codesourcery.com>
13881 Michael Matz <matz@suse.de>
13882
13883 PR tree-optimization/64950
13884 * gimple-iterator.c (update_modified_stmts): Remove static.
13885 * gimple-iterator.h (update_modified_stmts): Declare.
13886 * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
13887 (gimplify_va_arg_internal): New function.
13888 (gimplify_va_arg_expr): Use IFN_VA_ARG.
13889 * gimplify.h (gimplify_va_arg_internal): Declare.
13890 * internal-fn.c (expand_VA_ARG): New unreachable function.
13891 * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
13892 * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
13893 (expand_ifn_va_arg): New function.
13894 (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
13895 (pass_stdarg::execute): Call expand_ifn_va_arg.
13896 (pass_data_lower_vaarg): New pass_data.
13897 (pass_lower_vaarg): New gimple_opt_pass.
13898 (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
13899 (make_pass_lower_vaarg): New function.
13900 * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
13901 properties_required field.
13902 * passes.def (all_passes): Add pass_lower_vaarg.
13903 * tree-pass.h (PROP_gimple_lva): Add define.
13904 (make_pass_lower_vaarg): Declare.
13905
13906 2015-04-17 Tom de Vries <tom@codesourcery.com>
13907
13908 * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
13909 * calls.c (call_expr_flags): Same.
13910
13911 2015-04-17 Tom de Vries <tom@codesourcery.com>
13912
13913 * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
13914 (pass_stdarg::execute): ... here.
13915
13916 2015-04-17 Tom de Vries <tom@codesourcery.com>
13917 Michael Matz <matz@suse.de>
13918
13919 * tree-cfg.c (make_blocks_1): Factor out of ...
13920 (make_blocks): ... here.
13921 (make_edges_bb): Factor out of ...
13922 (make_edges): ... here.
13923 (gimple_find_sub_bbs): New function.
13924 * tree-cfg.h (gimple_find_sub_bbs): Declare.
13925
13926 2015-04-17 Tom de Vries <tom@codesourcery.com>
13927
13928 * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
13929
13930 2015-04-17 Yury Gribov <y.gribov@samsung.com>
13931
13932 * asan.c (set_sanitized_sections): New function.
13933 (section_sanitized_p): Ditto.
13934 (asan_protect_global): Optionally sanitize user-defined
13935 sections.
13936 * asan.h (set_sanitized_sections): Declare new function.
13937 * common.opt (fsanitize-sections): New option.
13938 * doc/invoke.texi (-fsanitize-sections): Document new option.
13939 * opts-global.c (handle_common_deferred_options): Handle new
13940 option.
13941
13942 2015-04-17 Jakub Jelinek <jakub@redhat.com>
13943
13944 PR debug/65771
13945 * dwarf2out.c (loc_list_from_tree): Return NULL
13946 for DEBUG_EXPR_DECL.
13947
13948 2015-04-17 Christian Bruel <christian.bruel@st.com>
13949
13950 * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
13951 same attributes.
13952
13953 2015-04-16 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
13954
13955 * ira-color.c (setup_left_conflict_sizes_p): Do not process
13956 node itself when computing left conflict subnode size.
13957
13958 2015-04-16 Uros Bizjak <ubizjak@gmail.com>
13959
13960 * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
13961 * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
13962 *fop_<mode>_1_sse using enabled attribute. Use
13963 register_mixssei387nonimm_operand operand 1 predicate. Change
13964 alternative 3 constraints from "x" to "v".
13965
13966 2015-04-16 Richard Biener <rguenther@suse.de>
13967
13968 PR tree-optimization/65774
13969 * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
13970 bit-value tracking on.
13971
13972 2015-04-16 Richard Biener <rguenther@suse.de>
13973
13974 PR tree-optimization/64277
13975 * tree-vrp.c (check_array_ref): Fix anti-range handling,
13976 simplify upper bound handling.
13977 (search_for_addr_array): Simplify.
13978 (check_array_bounds): Handle ADDR_EXPRs here.
13979 (check_all_array_refs): Simplify.
13980
13981 2015-04-16 Uros Bizjak <ubizjak@gmail.com>
13982
13983 * config/i386/i386.c (print_reg): Rewrite function.
13984
13985 2015-04-16 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13986
13987 * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
13988 Invert the condition.
13989
13990 2015-04-16 Renlin Li <renlin.li@arm.com>
13991
13992 * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
13993 simplifications for UNSIGNED_FLOAT.
13994
13995 2015-04-16 Nick Clifton <nickc@redhat.com>
13996
13997 * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
13998 MUL_UNINIT.
13999 (enum rl78_cpu_type): New.
14000 * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
14001 (umulhi3_shift_virt): Remove m constraint from operand 1.
14002 (umulqihi3_virt): Likewise.
14003 * config/rl78/rl78.c (rl78_option_override): Add code to process
14004 -mcpu and -mmul options.
14005 (rl78_alloc_physical_registers): Add code to handle divhi and
14006 divsi valloc attributes.
14007 (set_origin): Likewise.
14008 * config/rl78/rl78.h (RL78_MUL_G14): Define.
14009 (TARGET_G10, TARGET_G13, TARGET_G14): Define.
14010 (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
14011 __RL78_Gxx__.
14012 (ASM_SPEC): Pass -mcpu on to assembler.
14013 * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
14014 (mulqi3_rl78): Likewise.
14015 (mulhi3_g13): Likewise.
14016 (mulhi3): Generate the G13 or G14 versions of the insn directly.
14017 (mulsi3): Likewise.
14018 (mulhi3_g14): Add clobbers of AX and BC.
14019 (mulsi3_g14): Likewise.
14020 (mulsi3_g13): Likewise.
14021 (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
14022 (udivmodsi4_g14, udivmodsi4_g13): New patterns.
14023 * config/rl78/rl78.opt (mmul): Initialise value to
14024 RL78_MUL_UNINIT.
14025 (mcpu): New option.
14026 (m13, m14, mrl78): New option aliases.
14027 * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
14028 (MULTILIB_DIRNAMES): Add g13 and g14.
14029 * doc/invoke.texi: Document -mcpu and -mmul options.
14030
14031 2015-04-16 Richard Biener <rguenther@suse.de>
14032
14033 * tree-ssa-ccp.c (likely_value): See if we have operands that
14034 are marked as never simulate again and return CONSTANT in this
14035 case.
14036 * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
14037 not have any operands that will be simulated again as
14038 not being simulated again.
14039
14040 2015-04-15 Uros Bizjak <ubizjak@gmail.com>
14041
14042 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
14043 Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
14044 (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
14045 attribute.
14046 (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
14047 enabled attribute.
14048 (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
14049 *float<SWI48:mode><MODEF:mode>2_sse.
14050 (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
14051 enabled attribute.
14052 (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
14053 enabled attribute.
14054
14055 2015-04-15 Tom de Vries <tom@codesourcery.com>
14056
14057 PR other/65487
14058 * function.c (push_dummy_function): New function.
14059 (init_dummy_function_start): Use push_dummy_function.
14060 (pop_dummy_function): New function. Factored out of ...
14061 (expand_dummy_function_end): ... here.
14062 * function.h (push_dummy_function, pop_dummy_function): Declare.
14063 * passes.c (pass_manager::dump_passes): Use push_dummy_function and
14064 pop_dummy_function.
14065 * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
14066
14067 2015-04-15 Jeff Law <law@redhat.com>
14068
14069 PR tree-optimization/47679
14070 * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
14071 need for forward declaration in upcoming changes.
14072 (record_conditions, record_edge_info): Likewise.
14073
14074 PR rtl-optimization/42522
14075 * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
14076 SIGN_EXTRACT as a whole object rather than simplifying
14077 its operand.
14078
14079 2015-04-15 Jakub Jelinek <jakub@redhat.com>
14080
14081 PR ipa/65765
14082 * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
14083 and GIMPLE_PREDICT use break instead of return true. For
14084 GIMPLE_EH_DISPATCH, compare dispatch region.
14085
14086 2015-04-14 Matthew Wahab <matthew.wahab@arm.com>
14087
14088 * doc/extend.texi (__sync Builtins): Simplify some text. Update
14089 details about the implementation. Make clear preference for
14090 __atomic builtins. Reduce possibility of future change.
14091
14092 2015-04-15 Nick Clifton <nickc@redhat.com>
14093
14094 * config/rx/rx.opt (mallow-string-insns): New option.
14095 * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
14096 builtin if string instructions are denied.
14097 * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
14098 __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
14099 appropriate.
14100 (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
14101 * config/rx/rx.md (movstr): Enable pattern only if string
14102 instructions are allowed.
14103 (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
14104 (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
14105 * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
14106 (MULTILIB_DIRNAMES): Add no-strings.
14107 * doc/invoke.texi: Document -mno-allow-string-insns.
14108
14109 2015-04-15 Alan Modra <amodra@gmail.com>
14110
14111 PR target/65408
14112 PR target/58744
14113 PR middle-end/36043
14114 * calls.c (load_register_parameters): Don't load past end of
14115 mem unless suitably aligned.
14116
14117 2015-04-15 Nick Clifton <nickc@redhat.com>
14118
14119 * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
14120 decrement instruction as being frame related.
14121 (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
14122 based addresses.
14123 If zero extending a function address enclose the operation in
14124 %code(...).
14125 (rl78_preferred_reload_class): New function.
14126 (TARGET_PREFERRED_RELOAD_CLASS): Define.
14127 * config/rl78/rl78.md: Remove useless constraints in expanders.
14128 (mulqi3_rl78): Remove + qualifier on input-only operand 1.
14129 (mulhi3_rl78): Likewise.
14130 (mulhi3_g13): Likewise.
14131 (mulsi3_rl78): Likewise.
14132 (es_addr): Move to before the multiply patterns.
14133
14134 2015-04-15 Alan Modra <amodra@gmail.com>
14135
14136 * function.h (struct emit_status): Delete x_first_insn, x_last_insn
14137 and sequence_stack. Add seq.
14138 (seq_stack): Delete.
14139 * function.c (prepare_function_start): Don't access x_last_insn.
14140 * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
14141 (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
14142 * emit_rtl.c (start_sequence, push_topmost_sequence,
14143 pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
14144 sequence accessors.
14145 (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
14146 remove_insn): Likewise. Simplify.
14147 * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
14148 and pop_topmost_sequence.
14149 (m32c_function_needs_enter): Use get_topmost_sequence. Ignore
14150 debug insns.
14151 * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
14152
14153 2015-04-14 Yvan Roux <yvan.roux@linaro.org>
14154
14155 PR target/65729
14156 * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
14157 the assertiion.
14158
14159 2015-04-14 Uros Bizjak <ubizjak@gmail.com>
14160
14161 * config/i386/i386.h (LEGACY_INT_REG_P): New define.
14162 (LEGACY_INT_REGNO_P): Ditto.
14163 (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
14164 (ANY_MASK_REG_P): Remove.
14165 (BND_REG_P): Rename from ANY_BND_REG_P.
14166 * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
14167 legacy integer registers. Do not handle MMX_REG_P in a special way.
14168 Merge 64byte and 32byte SSE handling.
14169
14170 2015-04-14 Nick Clifton <nickc@redhat.com>
14171
14172 * expr.c (expand_assignment): Force an address offset computation
14173 into a register before changing its mode.
14174 (expand_expr_real_1): Likewise.
14175
14176 2015-04-14 Alan Lawrence <alan.lawrence@arm.com>
14177
14178 * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
14179 vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
14180 vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
14181 vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
14182 vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
14183 vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
14184 vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
14185 and __aarch64_vget_lane_any.
14186
14187 2015-04-14 Jakub Jelinek <jakub@redhat.com>
14188
14189 PR rtl-optimization/65761
14190 * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
14191 get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
14192
14193 2015-04-14 Richard Biener <rguenther@suse.de>
14194
14195 * graphite-scop-detection.c: Do not include cp/cp-tree.h.
14196 (graphite_can_represent_scev): Use POINTER_TYPE_P.
14197
14198 2015-04-14 Richard Biener <rguenther@suse.de>
14199
14200 PR tree-optimization/65758
14201 * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
14202 against -1.
14203 (ccp_lattice_meet): Likewise.
14204 (bit_value_unop): Likewise.
14205 (bit_value_binop): Likewise.
14206 (bit_value_assume_aligned): Likewise.
14207
14208 2015-04-14 Christian Bruel <christian.bruel@st.com>
14209
14210 * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
14211 function.
14212
14213 2015-04-14 Marc Glisse <marc.glisse@inria.fr>
14214
14215 PR tree-optimization/63387
14216 * match.pd ((x unord x) | (y unord y) -> (x unord y),
14217 (x unord x) | (x unord y) -> (x unord y)): New simplifications.
14218
14219 2015-04-14 Uros Bizjak <ubizjak@gmail.com>
14220
14221 * config/i386/predicates.md (any_QIreg_operand): Rename from
14222 q_regs_operand. Do not process subregs.
14223 (QIreg_operand): Use QI_REGNO_P predicate.
14224 (ext_QIreg_operand): Ditto.
14225 (ext_register_operand): Ditto.
14226 * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
14227 (AND splitters): Ditto.
14228 (AND with -65536 splitter): Add SWI48 mode for operand 0.
14229 (AND with -256 splitter): Use any_QIreg_operand predicate and
14230 SWI248 mode for operand 0.
14231 (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
14232 mode for operand 0.
14233 (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
14234
14235 2015-04-13 Gerald Pfeifer <gerald@pfeifer.com>
14236
14237 * doc/plugins.texi: Rewrite first introductory paragraph.
14238
14239 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14240
14241 * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
14242 (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
14243
14244 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14245
14246 * ipa-profie.c (ipa_profile): Check number of parameters
14247 and possible polymorphic call targets before
14248 devirtualizing.
14249
14250 2015-04-13 Uros Bizjak <ubizjak@gmail.com>
14251
14252 * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
14253 *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
14254
14255 2015-04-13 Richard Biener <rguenther@suse.de>
14256
14257 PR tree-optimization/65204
14258 * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
14259 takens for bit-CCP.
14260
14261 2015-04-13 Richard Biener <rguenther@suse.de>
14262
14263 PR target/65660
14264 * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
14265 and cond_not_taken_branch_cost to 4 and 2.
14266 (bdver2_cost): Likewise.
14267 (bdver3_cost): Likewise.
14268 (bdver4_cost): Likewise.
14269
14270 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14271
14272 * hash-table.h (hash_table constructor): Add mem stats.
14273 (alloc_entries): Likewise.
14274
14275 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14276
14277 * ipa-cp.c (ipcp_driver): Relase prev_edge.
14278 * passes.c (execute_one_pass): Only add transform if pass has one.
14279
14280 2015-04-12 Joseph Myers <joseph@codesourcery.com>
14281
14282 * config/i386/i386.c (ix86_option_override_internal): Don't set
14283 -fprefetch-loop-arrays if optimizing for size.
14284
14285 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14286 Gerald Pfeifer <gerald@pfeifer.com>
14287
14288 * doc/contrib.texi (Contributors): Add Martin Jambor and
14289 Michael Matz.
14290
14291 2015-04-12 Jakub Jelinek <jakub@redhat.com>
14292
14293 * BASE-VER: Set to 6.0.0.
14294
14295 PR tree-optimization/65747
14296 * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
14297 rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
14298
14299 2015-04-12 Gerald Pfeifer <gerald@pfeifer.com>
14300
14301 * doc/invoke.texi (-Wmemset-transposed-args): Break a long
14302 sentence. Improve grammar.
14303
14304 2015-04-12 Gerald Pfeifer <gerald@pfeifer.com>
14305
14306 * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
14307
14308 2015-04-11 Jan Hubicka <hubicka@ucw.cz>
14309
14310 PR ipa/65743
14311 * ipa-inline-transform.c (speculation_removed): Remove static var.
14312 (check_speculations): New function.
14313 (clone_inlined_nodes): Do not check spculations.
14314 (inline_call): Call check_speculations.
14315 * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
14316 consider non-invariants.
14317
14318 2015-04-11 Jan Hubicka <hubicka@ucw.cz>
14319 Martin Liska <mliska@suse.cz>
14320
14321 PR ipa/65722
14322 * ipa-icf.c (sem_item::compare_cgraph_references): function and
14323 variable can not match.
14324 (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
14325 (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
14326
14327 2015-04-11 Jakub Jelinek <jakub@redhat.com>
14328
14329 PR tree-optimization/65735
14330 * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
14331 Remove visited_phis argument, add visited_bbs, avoid recursing into the
14332 same bb rather than just into the same phi node.
14333 (thread_through_normal_block): Adjust caller.
14334
14335 2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
14336
14337 * doc/contrib.texi (Contributors): Add Ira Rosen.
14338
14339 2015-04-11 Benno Schulenberg <bensberg@justemail.net>
14340
14341 * gcov.c (find_source): Fix miswording in error message.
14342 * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
14343 (ix86_expand_sse_comi_round): Fix typo in error message.
14344
14345 2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
14346
14347 * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
14348
14349 2015-04-10 Gerald Pfeifer <gerald@pfeifer.com>
14350
14351 * doc/contrib.texi (Contributors): Update Joe Buck's entry.
14352
14353 2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
14354
14355 PR target/65710
14356 * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
14357 Print bad_spills_num and insn_pseudos_num.
14358
14359 2015-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14360
14361 PR target/65694
14362 * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
14363 when creating +1 values for SImode.
14364
14365 2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
14366
14367 PR target/65729
14368 * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
14369 assert.
14370
14371 2015-04-10 Jakub Jelinek <jakub@redhat.com>
14372 Iain Sandoe <iain@codesourcery.com>
14373
14374 PR target/65351
14375 * configure: Regenerate.
14376
14377 2015-04-09 Kirill Yukhin <kirill.yukhin@intel.com>
14378
14379 PR target/65671
14380 * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
14381
14382 2015-04-09 Gerald Pfeifer <gerald@pfeifer.com>
14383
14384 * doc/contrib.texi (Contributors): Add John Marino.
14385
14386 2015-04-09 Jakub Jelinek <jakub@redhat.com>
14387
14388 PR tree-optimization/65709
14389 * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
14390 TREE_TYPE (TREE_TYPE (t)).
14391
14392 2015-04-09 Vladimir Makarov <vmakarov@redhat.com>
14393
14394 PR target/65710
14395 * lra-int.h (lra_bad_spill_regno_start): New.
14396 * lra.c (lra_bad_spill_regno_start): New.
14397 (lra): Set up lra_bad_spill_regno_start. Set up
14398 lra_constraint_new_regno_start unconditionally.
14399 * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
14400 spill preferences.
14401
14402 2015-04-09 Marek Polacek <polacek@redhat.com>
14403 Jakub Jelinek <jakub@redhat.com>
14404
14405 PR middle-end/65554
14406 * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
14407 (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
14408 of STRIP_NOPS.
14409
14410 2015-04-09 Segher Boessenkool <segher@kernel.crashing.org>
14411
14412 PR rtl-optimization/65693
14413 * combine.c (is_parallel_of_n_reg_sets): Move outside of
14414 #ifndef HAVE_cc0.
14415
14416 2015-04-09 Georg-Johann Lay <avr@gjlay.de>
14417
14418 PR target/65296
14419 * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
14420 device specs file if "device-specs%s" didn't resolve to a path.
14421
14422 2015-04-09 Kirill Yukhin <kirill.yukhin@intel.com>
14423
14424 PR target/65676
14425 * config/i386/i386.c (fixup_modeless_constant): New.
14426 (ix86_expand_args_builtin): Fixup modeless constant operand.
14427 (ix86_expand_round_builtin): Ditto.
14428 (ix86_expand_special_args_builtin): Ditto.
14429 (ix86_expand_builtin): Ditto.
14430
14431 2015-04-09 Jakub Jelinek <jakub@redhat.com>
14432
14433 PR target/65693
14434 * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
14435 any pow2 integer in between 2 and 0x80000000U inclusive.
14436
14437 2015-04-08 Segher Boessenkool <segher@kernel.crashing.org>
14438
14439 PR rtl-optimization/65693
14440 * combine.c (is_parallel_of_n_reg_sets): Change first argument
14441 from an rtx_insn * to an rtx.
14442 (try_combine): Adjust both callers. Use it once more.
14443
14444 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
14445
14446 * tree-chkp.c (chkp_find_const_bounds_var): Remove.
14447 (chkp_make_static_const_bounds): Search existing
14448 symbol by assembler name. Use make_decl_one_only.
14449 (chkp_get_zero_bounds_var): Remove node search which
14450 is now performed in chkp_make_static_const_bounds.
14451 (chkp_get_none_bounds_var): Likewise.
14452
14453 2015-04-08 Michael Witten <mfwitten@gmail.com>
14454
14455 * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
14456 to an example.
14457
14458 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
14459
14460 * tree.h (CONVERT_EXPR_P): Commentary typo fix.
14461
14462 2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
14463
14464 * doc/extend.texi (__sync Builtins): Fix grammar.
14465
14466 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
14467
14468 * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
14469
14470 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
14471
14472 * varasm.c (emit_local): Move definition of align.
14473
14474 2015-04-08 Julian Brown <julian@codesourcery.com>
14475
14476 * config/nvptx/mkoffload.c (process): Support variable mapping.
14477
14478 2015-03-27 Trevor Saunders <tbsaunde@tbsaunde.org>
14479
14480 * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
14481 alpha_links **.
14482 (alpha_write_one_linkage): Correct typo.
14483
14484 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
14485
14486 * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
14487
14488 2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
14489
14490 * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
14491
14492 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
14493
14494 * tree-chkp.h (chkp_insert_retbnd_call): New.
14495 * tree-chkp.c (chkp_insert_retbnd_call): New.
14496 * ipa-split.c (insert_bndret_call_after): Remove.
14497 (split_function): Use chkp_insert_retbnd_call.
14498 * cgraphunit.c (cgraph_node::expand_thunk): Build returned
14499 bounds for instrumented functions.
14500
14501 2015-04-07 Jan Hubicka <hubicka@ucw.cz>
14502
14503 PR ipa/65540
14504 * calls.c (initialize_argument_information): When producing tail
14505 call also turn SSA_NAMES passed by references to original PARM_DECLs
14506
14507 2015-04-07 Vladimir Makarov <vmakarov@redhat.com>
14508
14509 PR target/65648
14510 * lra-remat.c (do_remat): Process input and non-input insn
14511 registers separately.
14512
14513 2015-04-07 Jakub Jelinek <jakub@redhat.com>
14514
14515 PR debug/65678
14516 * valtrack.c (debug_lowpart_subreg): New function.
14517 (dead_debug_insert_temp): Use it.
14518
14519 PR middle-end/65680
14520 * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
14521 into signed HOST_WIDE_INT the same as negative bit_offset.
14522
14523 2015-04-07 Ilya Enkovich <ilya.enkovich@intel.com>
14524
14525 * ipa-comdats.c (ipa_comdats): Visit all thunks
14526 to set proper comdat group.
14527
14528 2015-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14529
14530 PR target/65489
14531 * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
14532 on constants for NEON VSTRUCT modes.
14533
14534 2015-04-07 Jakub Jelinek <jakub@redhat.com>
14535 Iain Sandoe <iain@codesourcery.com>
14536
14537 PR target/65351
14538 * configure: Regenerate.
14539
14540 2015-04-06 Michael Meissner <meissner@linux.vnet.ibm.com>
14541
14542 PR target/65614
14543 * config/rs6000/rs6000.c (struct processor_costs): Add cost field
14544 for SF->DF conversions to make FLOAT_EXTEND more expensive, so
14545 that LFD is used to load double constants instead of LFS. Add
14546 defaults for all costs structures. Add comments for missing
14547 initialization fields.
14548 (size32_cost): Likewise.
14549 (size64_cost): Likewise.
14550 (rs64a_cost): Likewise.
14551 (mpccore_cost): Likewise.
14552 (ppc403_cost): Likewise.
14553 (ppc405_cost): Likewise.
14554 (ppc440_cost): Likewise.
14555 (ppc476_cost): Likewise.
14556 (ppc601_cost): Likewise.
14557 (ppc603_cost): Likewise.
14558 (ppc604_cost): Likewise.
14559 (ppc604e_cost): Likewise.
14560 (ppc620_cost): Likewise.
14561 (ppc630_cost): Likewise.
14562 (ppccell_cost): Likewise.
14563 (ppc750_cost): Likewise.
14564 (ppc7450_cost): Likewise.
14565 (ppc8540_cost): Likewise.
14566 (ppce300c2c3_cost): Likewise.
14567 (ppce500mc_cost): Likewise.
14568 (ppce500mc64_cost): Likewise.
14569 (ppce5500_cost): Likewise.
14570 (ppce6500_cost): Likewise.
14571 (titan_cost): Likewise.
14572 (power4_cost): Likewise.
14573 (power6_cost): Likewise.
14574 (power7_cost): Likewise.
14575 (power8_cost): Likewise.
14576 (ppca2_cost): Likewise.
14577 (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
14578
14579 * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
14580 instead of XXLOR to copy SFmode to clear out dirty bits created
14581 when SFmode denormals are generated.
14582 (mov<mode>_hardfloat, FMOVE32 case): Likewise.
14583 (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
14584
14585 2015-04-06 Evandro Menezes <e.menezes@samsung.com>
14586
14587 * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
14588 * config/aarch64/aarch64-cores.def (exynos-m1): New core.
14589 * config/aarch64/aarch64-tune.md: Regenerate.
14590
14591 2015-04-06 Evandro Menezes <e.menezes@samsung.com>
14592
14593 * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
14594 * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
14595 * config/arm/arm-cores.def (exynos-m1): New core.
14596 * config/arm/arm-tune.md: Regenerate.
14597 * config/arm/arm-tables.opt: Add entry for "exynos-m1".
14598 * config/arm/bpabi.h: Likewise.
14599
14600 2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
14601
14602 * ipa-cp (set_single_call_flag): Remove too
14603 restrictive assert.
14604
14605 2015-04-06 Ilya Verbin <ilya.verbin@intel.com>
14606
14607 * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
14608 GOMP_offload_unregister from the destructor.
14609
14610 2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
14611
14612 * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
14613 flags for instrumentation thunk.
14614 (chkp_produce_thunks): Likewise.
14615
14616 2015-04-05 Martin Liska <mliska@suse.cz>
14617
14618 PR ipa/65665
14619 * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
14620 has computed data structure.
14621 (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
14622
14623 2015-04-04 Jan Hubicka <hubicka@ucw.cz>
14624
14625 * invoke.texi (inline-unit-growth): Increase growth to 20%
14626 * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
14627
14628 2015-04-04 Vladimir Makarov <vmakarov@redhat.com>
14629
14630 PR target/65647
14631 * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New. Add its
14632 value checking.
14633 (lra_rematerialization_iter): New.
14634 * lra.c (lra): Initialize lra_rematerialization_iter.
14635 Stop updating lra_constraint_new_regno_start after switching of
14636 inheritance and rematerialization.
14637 * lra-remat.c (lra_rematerialization_iter): New.
14638 (lra_remat): Add printing pass iteration. Do rematerialization
14639 only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
14640
14641 2015-04-04 Richard Biener <rguenther@suse.de>
14642
14643 PR tree-optimization/64909
14644 PR tree-optimization/65660
14645 * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
14646 to take a cost vector for scalar iteration cost.
14647 (vect_get_single_scalar_iteration_cost): Likewise.
14648 * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
14649 Compute the scalar iteration cost into a cost vector.
14650 (vect_get_known_peeling_cost): Use the scalar cost vector to
14651 account for the cost of the peeled iterations.
14652 (vect_estimate_min_profitable_iters): Likewise.
14653 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
14654 Likewise.
14655
14656 2015-04-04 Alan Modra <amodra@gmail.com>
14657
14658 PR target/65576
14659 PR target/65240
14660 * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
14661 0.0 constant unless TARGET_VSX.
14662 * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
14663 alternative.
14664
14665 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
14666
14667 PR ipa/65654
14668 * ipa-inline-transform.c (inline_call): Skip sanity check to work
14669 around the ICE
14670
14671 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
14672
14673 PR ipa/65655
14674 * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
14675 speculative indirect edges to avoid ordering issue.
14676
14677 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
14678
14679 PR ipa/65076
14680 * ipa-inline.c (edge_badness): Add combined size to the denominator.
14681
14682 2015-04-03 Jakub Jelinek <jakub@redhat.com>
14683
14684 * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
14685 TYPE_ARTIFICIAL on the .omp_data* types.
14686
14687 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
14688
14689 * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
14690 instrumentation thunks.
14691
14692 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
14693
14694 * config/i386/i386.c (ix86_expand_call): Avoid nested
14695 PARALLEL in returned call value.
14696
14697 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
14698
14699 * lto-cgraph.c (input_cgraph_1): Always link instrumented
14700 assembler name with original one.
14701
14702 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
14703
14704 * config/i386/i386.c (ix86_register_priority): Use AX_REG.
14705
14706 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
14707
14708 Revert parts of r216820.
14709 * config/i386/i386.md (movqi_internal): Correct type calculation
14710 for alternatives 3 and 5.
14711
14712 2015-04-02 Jakub Jelinek <jakub@redhat.com>
14713
14714 PR preprocessor/61977
14715 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
14716 predefine __vector/__bool/__pixel macros nor context sensitive
14717 macros for CLK_ASM.
14718 * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
14719
14720 2015-04-02 John David Anglin <danglin@gcc.gnu.org>
14721
14722 * config/pa/pa.c (pa_output_move_double): Directly handle register
14723 indexed memory operand. Simplify handling of scaled register indexed
14724 memory operands.
14725
14726 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
14727
14728 PR driver/65444
14729 * config/i386/linux-common.h (MPX_SPEC): New.
14730 (CHKP_SPEC): Add MPX_SPEC.
14731 * doc/invoke.texi (-fcheck-pointer-boudns): Document
14732 possible issues with '-z bndplt' support in linker.
14733
14734 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
14735
14736 * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
14737 (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
14738 (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
14739 * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
14740 (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
14741
14742 2015-04-01 Uros Bizjak <ubizjak@gmail.com>
14743
14744 * config/i386/sync.md (UNSPEC_MOVA): Remove.
14745 (atomic_load<mode>): Change operand 0 predicate to
14746 nonimmediate_operand and fix up the destination when needed.
14747 Use UNSPEC_LDA.
14748 (atomic_loaddi_fpu): Use UNSPEC_LDA.
14749 (atomic_store<mode>): Change operand 1 predicate to
14750 nonimmendate_operand and move the source to register when needed.
14751 Use UNSPEC_STA.
14752 (atomic_store<mode>_1): Use UNSPEC_STA.
14753 (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
14754 Fix moves from memory operand. Use UNSPEC_STA.
14755
14756 2015-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
14757
14758 * expmed.c (strict_volatile_bitfield_p): Check that the access will
14759 not cross a MODESIZE boundary.
14760 (store_bit_field, extract_bit_field): Added assertions in the
14761 strict volatile bitfields code path.
14762
14763 2015-04-01 Max Ostapenko <m.ostapenko@partner.samsung.com>
14764
14765 PR target/65624
14766 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
14767 Increase args array size by one to avoid buffer overflow.
14768
14769 2015-03-31 Jan Hubicka <hubicka@ucw.cz>
14770
14771 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
14772 split_part.
14773 * ipa-inline.c (edge_badness): Add wrapper penalty.
14774 (sum_callers): Move up.
14775 (inline_small_functions): Set single_caller.
14776 * ipa-inline.h (inline_summary): Add single_caller.
14777 * ipa-split.c (split_function): Set split_part.
14778 (cgraph_node::create_clone): Do not shadow decl; copy split_part.
14779 * cgraph.h (cgraph_node): Add split_part.
14780
14781 2015-03-31 Uros Bizjak <ubizjak@gmail.com>
14782
14783 PR target/58945
14784 * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
14785 Do not split operands 0 and operands 2 to halfmode.
14786 (atomic_compare_and_swap<mode>): Update for
14787 atomic_compare_and_swap<dwi>_doubleword changes.
14788
14789 2015-03-31 Jan Hubicka <hubicka@ucw.cz>
14790
14791 * tree.c (need_assembler_name_p): Artificial types have no ODR names.
14792 * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
14793 no caching is done.
14794
14795 2015-03-31 Martin Liska <mliska@suse.cz>
14796
14797 PR ipa/65557
14798 * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
14799 has already filled up function summary.
14800 (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
14801
14802 2015-03-31 Richard Biener <rguenther@suse.de>
14803
14804 * tree-sra.c (create_access_replacement): Drop under-/over-alignment
14805 of types.
14806
14807 2015-03-31 Dominik Vogt <vogt@linux.vnet.ibm.com>
14808
14809 * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
14810 nested functions.
14811 (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
14812 (s390_asm_output_function_label): Adapt to new signature of
14813 s390_function_num_hotpatch_hw
14814 Optimise the code generating assembler output.
14815 Add comments to assembler file.
14816
14817 2015-03-31 Richard Biener <rguenther@suse.de>
14818
14819 PR middle-end/65626
14820 * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
14821 of the noreturn call so it is last and cleanup_control_flow_bb
14822 can do the CFG part.
14823
14824 2015-03-31 Ilya Enkovich <ilya.enkovich@intel.com>
14825
14826 PR target/65531
14827 * ipa-chkp.c (chkp_maybe_create_clone): Don't set
14828 same_comdat_group for external symbols.
14829 * symtab.c (symtab_node::verify_symtab_nodes): Avoid
14830 infinite same_comdat_group traversal loop.
14831
14832 2015-03-31 Jakub Jelinek <jakub@redhat.com>
14833
14834 PR plugins/61176
14835 * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
14836 automatically to $headers.
14837
14838 2015-03-30 Jakub Jelinek <jakub@redhat.com>
14839
14840 PR ipa/65610
14841 * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
14842 * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
14843 function.
14844 (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
14845 Use it.
14846 * ipa-prop.c (param_type_may_change_p): Likewise.
14847 * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
14848 (remove_unused_scope_block_p): Add in_ctor_dtor_block
14849 argument. Before inlining, preserve
14850 inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
14851 with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them. Adjust
14852 recursive calls.
14853 (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
14854
14855 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
14856
14857 PR ipa/65076
14858 * ipa-inline.c (edge_badness): Base denominator on callee's
14859 grwoth squared.
14860
14861 2015-03-27 Martin Jambor <mjambor@suse.cz>
14862
14863 PR ipa/65478
14864 * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
14865 (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
14866 * ipa-prop.h (ipa_node_params): New flags node_within_scc and
14867 node_calling_single_call.
14868 * ipa-cp.c (count_callers): New function.
14869 (set_single_call_flag): Likewise.
14870 (initialize_node_lattices): Count callers and set single_flag_call if
14871 necessary.
14872 (incorporate_penalties): New function.
14873 (good_cloning_opportunity_p): Use it, dump new flags.
14874 (propagate_constants_topo): Set node_within_scc flag if appropriate.
14875 * doc/invoke.texi (ipa-cp-recursion-penalty,
14876 ipa-cp-single-call-pentalty): Document.
14877
14878 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
14879
14880 PR ipa/65588
14881 * symtab.c (symtab_node::get_partitioning_class): Register vars
14882 are duplicated.
14883 * varpool.c (symbol_table::output_variables) Do not assemble unefined
14884 decls for non-symbols.
14885
14886 2015-03-27 H.J. Lu <hongjiu.lu@intel.com>
14887
14888 PR target/65248
14889 * output.h (default_binds_local_p_2): New.
14890 * varasm.c (default_binds_local_p_2): Renamed to ...
14891 (default_binds_local_p_3): This. Don't return true on protected
14892 data symbol if protected data may be external.
14893 (default_binds_local_p): Use default_binds_local_p_3.
14894 (default_binds_local_p_1): Likewise.
14895 (default_binds_local_p_2): New.
14896 * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
14897 default_binds_local_p_2 if TARGET_MACHO is undefined.
14898
14899 2015-03-27 Jakub Jelinek <jakub@redhat.com>
14900
14901 PR target/65593
14902 * config/i386/i386.c (legitimize_pic_address): If base
14903 is SYMBOL_REF or LABEL_REF using %rip addressing, force
14904 it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
14905
14906 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
14907
14908 PR target/65531
14909 * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
14910 comdat groups.
14911
14912 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
14913
14914 PR ipa/65600
14915 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
14916 of optimized out indirect call.
14917 (redirect_to_unreachable): Always build symbol table node for
14918 BUILT_IN_UNREACHABLE
14919
14920 2015-03-27 Vladimir Makarov <vmakarov@redhat.com>
14921
14922 PR target/65407
14923 * ira-costs.c (record_reg_classes): Process all constraint string
14924 containing 0-9.
14925
14926 2015-03-27 Bernd Schmidt <bernds@codesourcery.com>
14927
14928 * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
14929 memory_operand.
14930
14931 PR target/65052
14932 * config/c6x/constraints.md (S3): New constraint.
14933 * config/c6x/c6x.md (real_jump): Use it.
14934
14935 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
14936
14937 PR middle-end/65595
14938 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
14939 do redirection if the call is not optimized out.
14940
14941 2015-03-27 Ilya Enkovich <ilya.enkovich@intel.com>
14942
14943 PR target/65495
14944 * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
14945 (fchkp-check-incomplete-type): Add LTO.
14946 (fchkp-zero-input-bounds-for-main): Likewise.
14947 (fchkp-first-field-has-own-bounds): Likewise.
14948 (fchkp-narrow-bounds): Likewise.
14949 (fchkp-narrow-to-innermost-array): Likewise.
14950 (fchkp-use-static-bounds): Likewise.
14951 (fchkp-use-static-const-bounds): Likewise.
14952 (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
14953
14954 2015-03-27 Marek Polacek <polacek@redhat.com>
14955
14956 * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
14957
14958 2015-03-27 Marek Polacek <polacek@redhat.com>
14959
14960 PR sanitizer/65583
14961 * ubsan.c (ubsan_create_edge): New function.
14962 (instrument_bool_enum_load): Call it.
14963 (instrument_nonnull_arg): Likewise.
14964 (instrument_nonnull_return): Likewise.
14965 (instrument_object_size): Likewise.
14966
14967 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
14968
14969 * lto-streamer.h (class lto_location_cache): Turn loc_cache into
14970 auto_vec.
14971
14972 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
14973
14974 PR lto/65536
14975 * lto-streamer.h (class lto_location_cache): New.
14976 (struct data_in): Add location_cache.
14977 (lto_input_location): Update prototype.
14978 (stream_input_location_now): New.
14979 * streamer-hooks.h (struct streamer_hooks): Make input_location to take
14980 pointer to location.
14981 (stream_input_location): Update.
14982 * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
14983 (warn_odr): Apply location cache before warning.
14984 (lto_input_location): Update prototype.
14985 * gimple-streamer-in.c (input_phi, input_gimple_stmt):
14986 Use stream_input_location_now.
14987 * lto-streamer-in.c (lto_location_cache::current_cache): New static
14988 variable.
14989 (lto_location_cache::cmp_loc): New function.
14990 (lto_location_cache::apply_location_cache): New function.
14991 (lto_location_cache::accept_location_cache): New function.
14992 (lto_location_cache::revert_location_cache): New function.
14993 (lto_location_cache::input_location): New function.
14994 (lto_input_location): Do location caching.
14995 (stream_input_location_now): New function.
14996 (input_eh_region, input_struct_function_base): Use
14997 stream_input_location_now.
14998 (lto_data_in_create): use new.
14999 (lto_data_in_delete): Use delete.
15000 * tree-streamer-in.c (unpack_ts_block_value_fields,
15001 unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
15002 lto_input_ts_exp_tree_pointers): Update for cached location api.
15003
15004 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15005
15006 PR ipa/65076
15007 * passes.def: Add pass_nothrow.
15008 * ipa-pure-const.c: (pass_data_nothrow): New.
15009 (pass_nothrow): New.
15010 (pass_nothrow::execute): New.
15011 (make_pass_nothrow): New.
15012 * tree-pass.h (make_pass_nothrow): Declare.
15013
15014 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15015
15016 * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
15017 edge to change by speculation resolution or redirection.
15018 (edge_set_predicate): Likewise.
15019 (inline_summary_t::duplicate): Likewise.
15020 (remap_edge_summaries): Likewise.
15021
15022 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15023
15024 * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
15025 New macros.
15026 (can_inline_edge_p): Relax option matching for always inline functions.
15027
15028 2015-03-26 Uros Bizjak <ubizjak@gmail.com>
15029
15030 PR target/65561
15031 * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
15032 Check operand 4 and operand 0 for equality.
15033 (avx512f_vextract<shuffletype>32x4_1_maskm):
15034 Check operand 6 and operand 0 for equality.
15035 (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
15036 for equality.
15037 (vec_extract_hi_<mode>_maskm): Ditto.
15038
15039 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15040
15041 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
15042 dead calls back to live.
15043 (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
15044 cross check to ...
15045 (cgraph_node::verify_node): ... here; verify only callee edges,
15046 not caller.
15047 * cif-code.def (CILK_SPAWN): New code.
15048
15049 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15050
15051 * ipa-inline-analysis.c (redirect_to_unreachable): New function.
15052 (edge_set_predicate): Use it to mark unreachable edges.
15053 (inline_summary_t::duplicate): Remove unnecesary code.
15054 (remap_edge_summaries): Likewise.
15055 (dump_inline_summary): Report contains_cilk_spawn.
15056 (compute_inline_parameters): Compute contains_cilk_spawn.
15057 (inline_read_section, inline_write_summary): Stream
15058 contains_cilk_spawn.
15059 * ipa-inline.c (can_inline_edge_p): Do not touch
15060 DECL_STRUCT_FUNCTION that may not be available;
15061 use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
15062 remove check for callee_fun->can_throw_non_call_exceptions and
15063 replace it by optimization attribute check; check for flag_exceptions.
15064 * ipa-inline-transform.c (inline_call): Maintain
15065 DECL_FUNCTION_PERSONALITY
15066 * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
15067
15068 2015-03-26 Jakub Jelinek <jakub@redhat.com>
15069
15070 PR tree-optimization/65551
15071 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
15072 TYPE_PRECISION only for INTEGRAL_TYPE_P types.
15073
15074 2015-03-26 Richard Biener <rguenther@suse.de>
15075
15076 PR middle-end/65555
15077 * tree-cfg.c (verify_gimple_call): Do not require a call to
15078 have no LHS if it wasn't recognized as control altering yet.
15079
15080 2015-03-26 Jakub Jelinek <jakub@redhat.com>
15081
15082 PR tree-optimization/64715
15083 * passes.def: Add another instance of pass_object_sizes before ccp1.
15084 * tree-object-size.c (pass_object_sizes::execute): In
15085 first_pass_instance, only handle __bos (, 1) and __bos (, 3)
15086 calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
15087 __bos result and the computed constant. Remove redundant
15088 checks, obsoleted by gimple_call_builtin_p test.
15089
15090 * var-tracking.c (variable_tracking_main_1): Don't track
15091 variables for targetm.no_register_allocation targets.
15092
15093 2015-03-26 Oleg Endo <olegendo@gcc.gnu.org>
15094
15095 * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
15096 * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
15097
15098 2015-03-25 Michael Meissner <meissner@linux.vnet.ibm.com>
15099
15100 PR target/65569
15101 * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
15102 XXLXOR to create 0.0. On pre-VSX systems make sure the constant
15103 0.0 is correctly setup.
15104 (extenddftf2_internal): Likewise.
15105
15106 2015-03-25 Sebastian Pop <s.pop@samsung.com>
15107
15108 PR tree-optimization/65177
15109 * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
15110 (bb_in_bbs): New.
15111 (duplicate_seme_region): Renamed duplicate_thread_path. Redirect all
15112 edges not adjacent on the path to the original code.
15113
15114 2015-03-25 Uros Bizjak <ubizjak@gmail.com>
15115
15116 PR bootstrap/65537
15117 * doc/install.texi (Building a native compiler): Document new
15118 bootstrap-lto-noplugin configuration. Mention that bootstrap-lto
15119 configuration assumes that the host supports the linker plugin.
15120
15121 2015-03-25 Ilya Enkovich <ilya.enkovich@intel.com>
15122
15123 PR target/65508
15124 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
15125 chain for generated call.
15126
15127 2015-03-25 Richard Biener <rguenther@suse.de>
15128
15129 * passes.c (pass_manager::execute_early_local_passes): Guard
15130 execution of pass_chkp_instrumentation_passes with
15131 flag_check_pointer_bounds.
15132 (pass_chkp_instrumentation_passes::gate): Likewise.
15133
15134 2015-03-25 Martin Liska <mliska@suse.cz>
15135
15136 PR tree-optimization/65538
15137 * symbol-summary.h (function_summary::~function_summary):
15138 Relese memory for allocated summaries.
15139 (function_summary::release): New function.
15140
15141 2015-03-25 Jakub Jelinek <jakub@redhat.com>
15142
15143 PR lto/65515
15144 * lto-streamer-out.c (DFS::worklist): New struct.
15145 (DFS::worklist_vec): New data member.
15146 (DFS::next_dfs_num): Remove.
15147 (DFS::DFS): Rewritten using worklist instead of recursion,
15148 using most of code from DFS::DFS_write_tree.
15149 (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
15150 pass it to DFS_write_tree calls.
15151 (DFS::DFS_write_tree): Remove SINGLE_P argument, after
15152 quick initial checks push it into worklist_vec and return.
15153
15154 2015-03-25 Richard Biener <rguenther@suse.de>
15155
15156 PR middle-end/65519
15157 * genmatch.c (expr::gen_transform): Re-write to avoid
15158 using gimple_build.
15159
15160 2015-03-25 Bin Cheng <bin.cheng@arm.com>
15161
15162 * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
15163
15164 2015-03-25 Bin Cheng <bin.cheng@arm.com>
15165
15166 * config/arm/arm.opt (print_tune_info): New option.
15167 * config/arm/arm.c (arm_print_tune_info): New function.
15168 (arm_file_start): Call arm_print_tune_info.
15169 * config/arm/arm-protos.h (struct tune_params): Add comment.
15170 * doc/invoke.texi (@item -mprint-tune-info): New item.
15171 (-mtune): mention it in ARM Option Summary.
15172
15173 2015-03-25 DJ Delorie <dj@redhat.com>
15174
15175 * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
15176 correct clause.
15177
15178 2015-03-24 Jan Hubicka <hubicka@ucw.cz>
15179 Martin Liska <mliska@suse.cz>
15180
15181 * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
15182 * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
15183 (sem_item::add_type): New function.
15184 (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
15185 (sem_function::compare_polymorphic_p): Do not consider indirect calls.
15186 (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
15187 (sem_function::equals_wpa): Fix typo.
15188 * ipa-icf.h (sem_item::add_type): New function.
15189 (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
15190 order.
15191
15192 2015-03-24 Jakub Jelinek <jakub@redhat.com>
15193
15194 PR tree-optimization/65533
15195 * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
15196 with swapped operands, call vect_free_slp_tree on
15197 SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
15198 vector.
15199
15200 2015-03-24 Richard Biener <rguenther@suse.de>
15201
15202 PR middle-end/65517
15203 * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
15204 for fixup if necessary.
15205
15206 2015-03-23 Sandra Loosemore <sandra@codesourcery.com>
15207
15208 * doc/extend.texi (Function Attributes): Add @cindex entries
15209 for all attributes and regularize their format. Delete text
15210 about long-obsolete 68HC11 and 68HC12 targets. Move misplaced
15211 information about "eightbit_data", "tiny_data", and "model"
15212 variable attributes to the Variable Attributes section. Fix
15213 some obvious typos and copy-editing issues.
15214 (Variable Attributes, Type Attributes): Likewise add/fix
15215 @cindex entries for all attributes.
15216
15217 2015-03-23 Jakub Jelinek <jakub@redhat.com>
15218
15219 PR target/65523
15220 * tree-chkp.c (chkp_build_returned_bound): Ignore
15221 ERF_RETURNS_ARG calls if they have fewer than needed arguments.
15222
15223 2015-03-23 Oleg Endo <olegendo@gcc.gnu.org>
15224
15225 PR target/65505
15226 * config/sh/predicates.md (simple_mem_operand,
15227 displacement_mem_operand): Add test for reg.
15228 (short_displacement_mem_operand): Test for displacement_mem_operand
15229 before invoking sh_disp_addr_displacement.
15230 * config/sh/constraints.md (Sdd, Sra): Simplify.
15231 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
15232 Remove redundant displacement_mem_operand tests.
15233
15234 2015-03-23 Georg-Johann Lay <avr@gjlay.de>
15235
15236 PR target/65296
15237 * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
15238 the same -mmcu=MCU more than once.
15239
15240 2015-03-23 Jakub Jelinek <jakub@redhat.com>
15241
15242 PR bootstrap/65522
15243 * ipa-devirt.c: Remove duplicate demangle.h include.
15244
15245 PR target/65504
15246 * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
15247 on the pseudo.
15248 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
15249 REG_POINTER on *destptr after adjusting it for prologue size.
15250
15251 PR ipa/65521
15252 * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
15253 ultimate_alias_target ()->order ints instead of
15254 ultimate_alias_target () pointers.
15255
15256 2015-03-23 Richard Biener <rguenther@suse.de>
15257
15258 PR tree-optimization/65518
15259 * tree-vect-stmts.c (vectorizable_load): Reject single-element
15260 interleaving cases we generate absymal code for.
15261
15262 2015-03-23 Richard Biener <rguenther@suse.de>
15263
15264 PR tree-optimization/65494
15265 * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
15266 matches here.
15267 (vect_analyze_slp_instance): But do that here, always and once.
15268
15269 2015-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15270
15271 * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
15272 adding T or multiplying by T+1 and subracting T.
15273
15274 2015-03-22 Jeff Law <law@redhat.com>
15275
15276 PR rtl-optimization/64317
15277 * Makefile.in (OBJS): Add gcse-common.c
15278 * gcse.c: Include gcse-common.h
15279 (struct modify_pair_s): Move structure definition to gcse-common.h
15280 (compute_transp): Move function to gcse-common.c.
15281 (canon_list_insert): Similarly.
15282 (record_last_mem_set_info): Break out some code and put it into
15283 gcse-common.c. Call into the new common code.
15284 (compute_local_properties): Pass additional arguments to compute_transp.
15285 * postreload-gcse.c: Include gcse-common.h and df.h
15286 (modify_mem_list_set, blocks_with_calls): New variables.
15287 (modify_mem_list, canon_modify_mem_list, transp): Likewise.
15288 (get_bb_avail_insn): Pass in the expression index too.
15289 (alloc_mem): Allocate memory for the new bitmaps and lists.
15290 (free_mem): Free memory for the new bitmaps and lists.
15291 (insert_expr_in_table): Record a bitmap index for each entry we
15292 add to the table.
15293 (record_last_mem_set_info): Call into common code in gcse-common.c.
15294 (get_bb_avail_insn): If no available insn was found in the requested
15295 BB. If BB has a single predecessor, see if the expression is
15296 transparent in BB and available in that single predecessor.
15297 (compute_expr_transp): New wrapper for compute_transp.
15298 (eliminate_partially_redundant_load): Pass expression's bitmap_index
15299 to get_bb_avail_insn. Compute next_pred_bb_end a bit later.
15300 (gcse_after_reload_main): If there are elements in the hash table,
15301 then compute transparency for all the elements in the hash table.
15302 * gcse-common.h: New file.
15303 * gcse-common.c: New file.
15304
15305 2015-03-22 Sandra Loosemore <sandra@codesourcery.com>
15306
15307 * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
15308 as an adjective.
15309 (System Headers): Likewise.
15310 (Ifdef): Likewise.
15311 (Traditional macros): Likewise.
15312 (Invocation): Likewise.
15313 (Option Index): Likewise.
15314 * doc/cppopts.texi (-M): Likewise.
15315 (-finput-charset): Likewise.
15316 (--help): Likewise.
15317 * doc.invoke.texi (AVR Options): Likewise.
15318 (V850 Options): Likewise.
15319
15320 2015-03-22 Jan Hubicka <hubicka@ucw.cz>
15321
15322 PR ipa/65475
15323 * ipa-devirt.c: Include demangle.h
15324 (odr_type_d): Add field rtti_broken.
15325 (odr_subtypes_equivalent_p): Do not require name to match.
15326 (compare_virtual_tables): Fix typo; if type already has ODR violation,
15327 bypass the tests; be ready for function referneces in vtables that are
15328 not DECL_VIRTUAL; make warnings to be OPT_Wodr.
15329 (warn_odr): Give up for nameless types.
15330 (warn_types_mismatch): Report mismatch in mangled names;
15331 report mismatch in anonymous namespaces; look into component types to
15332 give useful error; report when mismatch is dragged in from other ODR
15333 type.
15334 (odr_types_equivalent_p): Match types for being polymorphic; avoid
15335 duplicated diagnostics.
15336 (add_type_duplicate): Reorder checks so more informative ones come
15337 first; fix typo; do not output "the extra base is defined here" when
15338 we did not warn.
15339 (BINFO_N_BASE_BINFOS): Relax sanity check.
15340
15341 2015-03-22 Martin Liska <mliska@suse.cz>
15342 Jakub Jelinek <jakub@redhat.com>
15343
15344 * config/i386/i386.c (def_builtin): Set deferred_isa_values for
15345 masks that can potentially include a builtin.
15346 (ix86_add_new_builtins): Introduce fast filter for isa values
15347 that cannot trigger builtin inclusion.
15348
15349 2015-03-22 Martin Liska <mliska@suse.cz>
15350
15351 * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
15352 (sem_item::update_hash_by_local_refs): Likewise.
15353 (sem_variable::get_hash): Empty line is fixed.
15354 (sem_item_optimizer::execute): Include adding of hash references.
15355 (sem_item_optimizer::update_hash_by_addr_refs): New function.
15356 (sem_item_optimizer::build_hash_based_classes): Use local hash.
15357 * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
15358 (sem_item::update_hash_by_local_refs): Likewise.
15359
15360 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
15361
15362 PR ipa/65502
15363 * ipa-comdats.c (enqueue_references): Walk through thunks.
15364 (ipa_comdats): Likewise.
15365 (set_comdat_group_1): New function.
15366
15367 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
15368
15369 PR ipa/65475
15370 * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
15371 non-polymorphic
15372
15373 2015-03-22 Dave Korn <dave.korn.cygwin@gmail.com>
15374 Gerald Pfeifer <gerald@pfeifer.com>
15375
15376 * doc/contrib.texi (Contributors): Update entry for Danny Smith.
15377
15378 2015-03-21 Chung-Lin Tang <cltang@codesourcery.com>
15379 Sandra Loosemore <sandra@codesourcery.com>
15380
15381 * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
15382 function parameter declaration.
15383 * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
15384 Update arguments to nios2_adjust_call_address().
15385 (sibcall_internal): Rename from *sibcall.
15386 (sibcall_value_internal): Rename from *sibcall_value.
15387 * config/nios2/nios2.c (nios2_emit_add_constant): New function.
15388 (nios2_large_got_address): Add target temp reg parameter.
15389 (nios2_got_address): Adjust call to nios2_large_got_address, add
15390 force_reg around it.
15391 (nios2_load_pic_address): Add target temp reg parameter, replace call
15392 to nios2_got_address with corresponding code.
15393 (nios2_legitimize_constant_address): Update call to
15394 nios2_load_pic_address.
15395 (nios2_adjust_call_address): Add temp reg parameter, update PIC case
15396 to use temp reg for PIC loading purposes.
15397 (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
15398 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
15399 (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
15400
15401 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
15402
15403 * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
15404 usage of "the @option{...}".
15405 (-Wopenmp-simd): Likewise.
15406 (-fsanitize-recover): Likewise.
15407 (-fsanitize-undefined-trap-on-error): Likewise.
15408 (-flto): Likewise.
15409 (tracer-dynamic-coverage-feedback): Likewise.
15410 (reorder-block-duplicate-feedback): Likewise.
15411 (loop-unroll-jam-size): Likewise.
15412 (-B): Likewise.
15413 (-I-): Likewise.
15414 (-mabs=legacy): Likewise.
15415 (-mupper-regs-df): Likewise.
15416 (-mupper-regs-sf): Likewise.
15417 (-mpointers-to-nested-functions): Likewise.
15418
15419 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
15420
15421 * doc/extend.texi (Cilk Plus Builtins): Add markup.
15422
15423 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
15424
15425 * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
15426 additional index entries and cross-references.
15427 (-fchkp-check-incomplete-type): Likewise.
15428 (-fchkp-first-field-has-own-bounds): Likewise.
15429 (-fchkp-narrow-to-innermost-array): Likewise.
15430 (-fchkp-use-fast-string-functions): Likewise.
15431 (-fchkp-use-nochk-string-functions): Likewise.
15432 (-fchkp-use-static-const-bounds): Likewise.
15433 (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
15434 (-fchkp-instrument-marked-only): Likewise.
15435 (-fchkp-use-wrappers): Likewise.
15436 (-static-libmpx): Likewise.
15437 (-static-libmpxwrappers): Likewise.
15438 * doc/extend.texi (bnd_legacy): Likewise.
15439 (bnd_instrument): Likewise.
15440 (bnd_variable_size): Likewise.
15441 (Pointer Bounds Checker builtins): Likewise.
15442
15443 2015-03-21 Tom de Vries <tom@codesourcery.com>
15444
15445 PR tree-optimization/65458
15446 * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
15447 * cgraph.h (cgraph_node): Add parallelized_function field.
15448 * lto-cgraph.c (lto_output_node): Write parallelized_function field.
15449 (input_overwrite_node): Read parallelized_function field.
15450 * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
15451 parallelized_function on cgraph_node for child_fn.
15452 * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
15453 Remove include of gt-tree-parloops.h.
15454 (parallelized_functions): Remove static variable.
15455 (parallelized_function_p): Rewrite using parallelized_function field of
15456 cgraph_node.
15457 (create_loop_fn): Remove adding to parallelized_functions.
15458 * Makefile.in (GTFILES): Remove tree-parloops.c
15459
15460 2015-03-20 Vladimir Makarov <vmakarov@redhat.com>
15461
15462 PR rtl-optimization/64366
15463 * lra.c (lra_update_insn_regno_info): Consider regs in
15464 CALL_INSN_FUNCTION_USAGE memory.
15465
15466 2015-03-20 Richard Biener <rguenther@suse.de>
15467
15468 PR middle-end/64715
15469 * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
15470 for type comparison and gcc_checking_assert.
15471 (chrec_fold_plus_poly_poly): Likewise.
15472 (chrec_fold_multiply_poly_poly): Likewise.
15473 (chrec_convert_1): Likewise.
15474 * gimplify.c (gimplify_expr): Remove premature folding of
15475 &X + CST to &MEM[&X, CST].
15476
15477 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
15478
15479 * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
15480 already is final.
15481 (ipa_inline): Recompute inline_failed codes.
15482 * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
15483 USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
15484 CIF_FINAL_ERROR.
15485
15486 2015-03-20 Uros Bizjak <ubizjak@gmail.com>
15487
15488 PR rtl-optimization/60851
15489 * recog.c (constrain_operands): Accept a pseudo register before reload
15490 for LRA enabled targets.
15491
15492 2015-03-19 Michael Meissner <meissner@linux.vnet.ibm.com>
15493
15494 PR target/65240
15495 * config/rs6000/predicates.md (easy_fp_constant): Remove special
15496 -ffast-math handling that kept non-0 constants live in the RTL
15497 until reload. Remove logic testing the number of instructions it
15498 took to create a constant in a GPR that was never used, due to a
15499 test for soft-float earlier.
15500 (memory_fp_constant): Delete, no longer used.
15501
15502 * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
15503 alternatives for loading non-0 constants into GPRs for hard
15504 floating point that is no longer needed due to changes in
15505 easy_fp_constant. Add support for loading 0.0 into GPRs.
15506 (mov<mode>_hardfloat32): Likewise.
15507 (mov<mode>_hardfloat64): Likewise.
15508 (mov<mode>_64bit_dm): Likewise.
15509 (movtd_64bit_nodm): Likewise.
15510 (pre-reload move FP constant define_split): Delete define_split,
15511 since it is no longer used.
15512 (extenddftf2_internal): Remove GHF constraints that are not valid
15513 for extenddftf2.
15514
15515 2015-03-19 Vladimir Makarov <vmakarov@redhat.com>
15516
15517 PR rtl-optimization/63491
15518 * lra-constraints.c (check_and_process_move): Use src instead of
15519 sreg. Remove some dead code.
15520
15521 2015-03-19 Jan Hubicka <hubicka@ucw.cz>
15522
15523 PR ipa/65380
15524 * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
15525 (sem_variable::merge): Likewise.
15526
15527 2015-03-19 Martin Liska <mliska@suse.cz>
15528
15529 PR ipa/65465
15530 * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
15531 all fields of cgraph_thunk_info.
15532
15533 2015-03-19 Ilya Enkovich <ilya.enkovich@intel.com>
15534
15535 * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
15536 clone instrumented thunks.
15537
15538 2015-03-19 Richard Biener <rguenther@suse.de>
15539
15540 Revert
15541 2015-03-10 Richard Biener <rguenther@suse.de>
15542
15543 PR middle-end/63155
15544 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
15545 * tree-ssa-coalesce.c: Include timevar.h.
15546 (attempt_coalesce): Handle graph being NULL.
15547 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
15548 Split out abnormal coalescing to ...
15549 (perform_abnormal_coalescing): ... this function.
15550 (coalesce_ssa_name): Perform abnormal coalescing without computing
15551 live/conflict.
15552 (verify_ssa_coalescing_worker): New function.
15553 (verify_ssa_coalescing): Likewise.
15554
15555 2015-03-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
15556 Jakub Jelinek <jakub@redhat.com>
15557
15558 PR sanitizer/65400
15559 * tsan.c (instrument_gimple): Clear tail call flag on
15560 calls.
15561
15562 2015-03-19 Jakub Jelinek <jakub@redhat.com>
15563
15564 PR sanitizer/65400
15565 * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
15566 call in the return bb.
15567 (find_split_points): Add RETURN_BB argument, don't call
15568 find_return_bb.
15569 (split_function): Likewise. Add ADD_TSAN_FUNC_EXIT argument,
15570 if true append TSAN_FUNC_EXIT internal call after the call to
15571 the split off function.
15572 (execute_split_functions): Call find_return_bb here.
15573 Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
15574 Adjust find_split_points and split_function calls.
15575
15576 2015-03-18 DJ Delorie <dj@redhat.com>
15577
15578 * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
15579 (iorqi3_virt): Likewise.
15580
15581 2015-03-18 Tom de Vries <tom@codesourcery.com>
15582
15583 * tree-parloops.c (parallelize_loops): Make static.
15584 * tree-parloops.h (parallelize_loops): Remove extern declaration.
15585
15586 2015-03-18 Andrew Stubbs <ams@codesourcery.com>
15587
15588 PR middle-end/64491
15589 Revert:
15590 2014-11-20 Andrew Stubbs <ams@codesourcery.com>
15591
15592 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
15593 condition would be removed due to undefined behaviour.
15594
15595 2015-03-18 Martin Liska <mliska@suse.cz>
15596
15597 PR ipa/65432
15598 * cgraph.c (cgraph_node::get_create): Remove unnecessary
15599 xstrdup_for_dump wrapper.
15600 * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
15601 sem_item::name.
15602 (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
15603 with xstrdup_for_dump.
15604 (sem_variable::equals): Likewise.
15605 (sem_item_optimizer::read_section): Use symtab_node::name instead of
15606 sem_item::name.
15607 (sem_item_optimizer::parse_funcs_and_vars): Likewise.
15608 (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
15609 symtab_node::asm_name with xstrdup_for_dump.
15610 (congruence_class::dump): Use symtab_node::name instead of
15611 sem_item::name.
15612 * ipa-icf.h (symtab_node::name): Remove.
15613 (symtab_node::asm_name): Likewise.
15614
15615 2015-03-18 Jakub Jelinek <jakub@redhat.com>
15616
15617 PR tree-optimization/65450
15618 * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
15619 function.
15620 (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
15621 it instead of duplicate_ssa_name_ptr_info.
15622
15623 PR target/65222
15624 * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
15625
15626 2015-03-18 Richard Biener <rguenther@suse.de>
15627
15628 * tree-data-ref.h (struct access_matrix): Remove.
15629 (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
15630 AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
15631 AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
15632 (am_vector_index_for_loop): Likewise.
15633 (struct data_reference): Remove access_matrix member.
15634 (DR_ACCESS_MATRIX): Remove.
15635 (lambda_vector_new): Add comment.
15636 (lambda_matrix_new): Use XOBNEWVEC.
15637
15638 2015-03-18 Richard Biener <rguenther@suse.de>
15639
15640 * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
15641 (pass_ch::execute): Cleanup the CFG only if we did sth.
15642 * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
15643
15644 2015-03-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15645
15646 * expmed.c (synth_mult): Use std::swap instead of manually
15647 swapping algorithms.
15648
15649 2015-03-18 Jakub Jelinek <jakub@redhat.com>
15650
15651 PR target/65078
15652 * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
15653
15654 2015-03-16 Georg-Johann Lay <avr@gjlay.de>
15655
15656 PR target/65296
15657 * config/avr/avr.opt (-nodevicelib): New option.
15658 * doc/invoke.texi (AVR Options): Document it.
15659 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
15660 libgcc.a, libc.a, libm.a.
15661 * config/avr/specs.h: Same.
15662 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
15663 which don't (directly) depend on the device. Print more help.
15664 (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
15665 (*cpp): Don't define __AVR_DEV_LIB_NAME__.
15666 * config/avr/driver-avr.c: Remove -nodevicelib from option list in
15667 case of an error.
15668 (avr_devicespecs_file): Use suffix "%s" instead of absolute path
15669 for specs file name.
15670 * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
15671 * config/avr/avr-mcus.def: Adjust initializers and comments.
15672
15673 2015-03-16 Jan Hubicka <hubicka@ucw.cz>
15674
15675 * tree-sra.c (ipa_sra_preliminary_function_checks): Use
15676 DECL_ONE_ONLY to check if decl is one only.
15677 * ipa-split.c (consider_split): Limit splitt of one only functions.
15678
15679 2015-03-16 Jakub Jelinek <jakub@redhat.com>
15680
15681 PR tree-optimization/65427
15682 * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
15683 functions.
15684 (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
15685
15686 2015-03-16 Marek Polacek <polacek@redhat.com>
15687
15688 * cgraph.h (add_new_static_var): Remove declaration.
15689 * varpool.c (add_new_static_var): Remove function.
15690
15691 2015-03-16 Jakub Jelinek <jakub@redhat.com>
15692
15693 * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
15694 instead of vec<tree> * with vec_alloc and release for args.
15695 Adjust all users.
15696
15697 PR middle-end/65431
15698 * omp-low.c (delete_omp_context): Only splay_tree_delete
15699 reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
15700 is_gimple_omp_oacc contexts. Don't look at ctx->outer.
15701
15702 2015-03-16 Max Ostapenko <m.ostapenko@partner.samsung.com>
15703
15704 PR sanitizer/64820
15705 * cfgexpand.c (align_base): New function.
15706 (alloc_stack_frame_space): Call it.
15707 (expand_stack_vars): Align prev_frame to be sure
15708 data->asan_vec elements aligned properly.
15709
15710 2015-03-16 Eric Botcazou <ebotcazou@adacore.com>
15711
15712 PR middle-end/65409
15713 * expr.c (store_field): Do not do a direct block copy if the source is
15714 a PARALLEL with BLKmode.
15715
15716 2015-03-16 Tom de Vries <tom@codesourcery.com>
15717
15718 PR middle-end/65414
15719 Revert:
15720 2015-03-12 Tom de Vries <tom@codesourcery.com>
15721
15722 PR rtl-optimization/64895
15723 * lra-lives.c (check_pseudos_live_through_calls): Use
15724 actual_call_used_reg_set instead of call_used_reg_set, if available.
15725
15726 2015-03-16 Alan Modra <amodra@gmail.com>
15727
15728 PR target/63150
15729 * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
15730 Modify Z->r bswapdi splitter to use dest in place of scratch.
15731 In r->Z and Z->r bswapdi splitter rename word_high, word_low
15732 to word1, word2 and rearrange logic to suit.
15733 (bswapdi2_64bit): Remove early clobber on Z->r alternative.
15734 (bswapdi2_ldbrx): Likewise. Remove '??' on r->r.
15735 (bswapdi2_32bit): Remove early clobber on Z->r alternative.
15736 Add one '?' on r->r. Modify Z->r splitter to avoid need for
15737 early clobber.
15738
15739 2015-03-14 Jakub Jelinek <jakub@redhat.com>
15740
15741 PR tree-optimization/65369
15742 * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
15743 Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
15744 (vs - 1) * TYPE_SIZE_UNIT (elem_type).
15745
15746 PR tree-optimization/65418
15747 * tree-ssa-reassoc.c (extract_bit_test_mask): If there
15748 are casts in the first PLUS_EXPR operand, ensure tbias and
15749 *totallowp are in the inner type.
15750
15751 PR rtl-optimization/65401
15752 * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
15753 argument. If true, adjust_address_nv of x with big-endian
15754 correction for the mode widening to GET_MODE (y).
15755 (make_field_assignment): Don't do MEM mode widening here.
15756 Use MEM_P instead of GET_CODE == MEM.
15757
15758 2015-03-13 Ilya Verbin <ilya.verbin@intel.com>
15759
15760 * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
15761 the external decls.
15762
15763 2015-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15764
15765 PR target/64600
15766 * config/arm/arm.c (arm_gen_constant, AND case): Use
15767 ARM_SIGN_EXTEND when constructing AND mask.
15768
15769 2015-03-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
15770
15771 * graph.c (print_graph_cfg): Make function names visible and append
15772 parenthesis to it. Also make groups of basic blocks belonging to the
15773 same function visible.
15774
15775 2015-03-12 Richard Biener <rguenther@suse.de>
15776
15777 PR middle-end/44563
15778 * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
15779 to avoid quadratic behavior with inline expansion splitting blocks.
15780 * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
15781 with the successor if the predecessor will be merged with it.
15782 * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
15783 entry block with its successor.
15784
15785 2015-03-13 Richard Biener <rguenther@suse.de>
15786
15787 PR middle-end/44563
15788 * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
15789 (cleanup_tree_cfg_1): Do not call it.
15790 (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
15791 (fixup_noreturn_call): Mark the stmt as control altering.
15792 * tree-cfg.c (execute_fixup_cfg): Do not dump the function
15793 here.
15794 (pass_data_fixup_cfg): Produce a dump file.
15795 * tree-ssa-dom.c: Include tree-cfgcleanup.h.
15796 (need_noreturn_fixup): New global.
15797 (pass_dominator::execute): Fixup queued noreturn calls.
15798 (optimize_stmt): Queue calls that became noreturn for fixup.
15799 * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
15800 * tree-ssa-pre.c: Include tree-cfgcleanup.h.
15801 (el_to_fixup): New global.
15802 (eliminate_dom_walker::before_dom_childre): Queue calls that
15803 became noreturn for fixup.
15804 (eliminate): Fixup queued noreturn calls.
15805 * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
15806 (substitute_and_fold_dom_walker): New member stmts_to_fixup.
15807 (substitute_and_fold_dom_walker::before_dom_children): Queue
15808 alls that became noreturn for fixup.
15809 (substitute_and_fold): Fixup queued noreturn calls.
15810
15811 2015-03-12 Jan Hubicka <hubicka@ucw.cz>
15812
15813 * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
15814 and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
15815 are building; for methods check ODR type of class they belong to if
15816 they may lead to a polymorphic call.
15817 (sem_function::compare_polymorphic_p): Be bit smarter about testing
15818 when function may lead to a polymorphic call.
15819 (sem_function::compare_type_list): Remove.
15820 (sem_variable::equals): Update use of compatible_types_p.
15821 (sem_variable::parse_tree_refs): Remove.
15822 (sem_item_optimizer::filter_removed_items): Do not filter out CXX
15823 cdtor.
15824 * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
15825 matching here.
15826 (func_checker::compatible_polymorphic_types_p): Break out from ...
15827 (unc_checker::compatible_types_p): ... here.
15828 * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
15829 Declare.
15830 (unc_checker::compatible_types_p): Update.
15831 * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
15832 Remove.
15833
15834 2015-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15835
15836 PR rtl-optimization/65235
15837 * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
15838 When first element of vec_concat is const_int, calculate its size
15839 using second element.
15840
15841 2015-03-12 Richard Biener <rguenther@suse.de>
15842
15843 PR middle-end/65270
15844 * fold-const.c (operand_equal_p): Fix ordering of resetting
15845 OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
15846
15847 2015-03-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
15848
15849 * config/s390/s390.c (s390_reorg): Move code to output nops after label
15850 to s390_reorg ().
15851 (s390_asm_output_function_label): Likewise.
15852 * config/s390/s390.c (s390_asm_output_function_label):
15853 Fix function label alignment with -mhtopatch.
15854 * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
15855 UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
15856 ("nop_2_byte"): New define_insn.
15857 ("nop_4_byte"): Likewise.
15858 ("nop_6_byte"): Likewise.
15859 * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
15860 * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
15861
15862 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
15863
15864 PR target/65103
15865 * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
15866 register.
15867
15868 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
15869
15870 PR target/65044
15871 * toplev.c (process_options): Restrict Pointer Bounds Checker
15872 usage with Address Sanitizer.
15873
15874 2015-03-12 Richard Biener <rguenther@suse.de>
15875
15876 * tree-cfg.c (gimple_split_block): Remove loop finding stmt
15877 to split on.
15878 * omp-low.c (expand_omp_taskreg): Split block before removing
15879 the stmt.
15880 (expand_omp_target): Likewise.
15881 * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
15882 * tree-parloops.c (create_call_for_reduction_1): Pass a proper
15883 stmt to split_block.
15884
15885 2015-03-12 Tom de Vries <tom@codesourcery.com>
15886
15887 PR rtl-optimization/64895
15888 * lra-lives.c (check_pseudos_live_through_calls): Use
15889 actual_call_used_reg_set instead of call_used_reg_set, if available.
15890
15891 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
15892
15893 * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
15894 (cgraph_node::remove): Likewise.
15895 (cgraph_node::get_untransformed_body): Likewise.
15896 * varpool.c (varpool_node::remove): Likewise.
15897 (varpool_node::get_constructor): Add sanity check.
15898
15899 2015-03-11 Sandra Loosemore <sandra@codesourcery.com>
15900
15901 * doc/invoke.texi (-fgnu89-inline): Remove discussion about
15902 old GCC versions.
15903 (-fabi-compat-version): Likewise.
15904 (-ffriend-injection): Likewise.
15905 (-Wdeclaration-after-statement): Likewise.
15906 (-fomit-frame-pointer): Likewise.
15907 (-ftree-coalesce-inlined-vars): Likewise.
15908 (-fvisibility=): Likewise.
15909 * doc/extend.texi (Typeof): Likewise.
15910 (Zero Length): Likewise.
15911 (Escaped Newlines): Likewise.
15912 (Compound Literals): Likewise.
15913 (Function Attributes): Likewise.
15914 (Label Attributes): Likewise.
15915 (Type Attributes): Likewise.
15916 (Function Names): Likewise.
15917 (Other Builtins): Likewise.
15918 (Function Specific Option Pragmas): Likewise.
15919 (C++ Interface): Likewise.
15920
15921 2015-03-11 Thomas Schwinge <thomas@codesourcery.com>
15922
15923 * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
15924
15925 2015-03-11 Marek Polacek <polacek@redhat.com>
15926
15927 PR tree-optimization/65388
15928 * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
15929
15930 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
15931
15932 PR target/65296
15933 * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
15934 * configure: Regenerate.
15935 * config.in: Regenerate.
15936 * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
15937 [-mn-flash]: Document it.
15938 [__AVR_ARCH__]: Document avrtiny.
15939
15940 * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
15941 (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
15942 (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
15943
15944 2015-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15945
15946 * doc/invoke.texi: Add missing cpu values (z196, zEC12).
15947
15948 2015-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
15949
15950 PR target/65242
15951 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
15952 allow reloads of PLUS in floating point/VSX registers.
15953
15954 2015-03-11 Junmo Park <junmoz.park@samsung.com>
15955
15956 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
15957 crypto_sha256_fast.
15958 (cortex_a57_crypto_complex): Add crypto_sha256_slow.
15959
15960 2015-03-11 Richard Biener <rguenther@suse.de>
15961
15962 PR tree-optimization/65310
15963 * tree-sra.c (build_ref_for_offset): Also preserve larger
15964 alignment.
15965
15966 2015-03-11 Marat Zakirov <m.zakirov@samsung.com>
15967
15968 * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
15969
15970 2015-03-10 Jakub Jelinek <jakub@redhat.com>
15971
15972 PR target/65368
15973 * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
15974 new define_expand.
15975 (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
15976
15977 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
15978
15979 * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
15980 (sem_function::equals_wpa): ... here.
15981
15982 2015-03-10 Marek Polacek <polacek@redhat.com>
15983 Jakub Jelinek <jakub@redhat.com>
15984
15985 PR sanitizer/65367
15986 * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
15987 when only removing the statement. Handle expanding UBSAN_OBJECT_SIZE
15988 separately.
15989
15990 2015-03-10 Jakub Jelinek <jakub@redhat.com>
15991
15992 PR target/65286
15993 * config/rs6000/t-linux: For powerpc64* target set
15994 MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
15995
15996 2015-03-10 Richard Biener <rguenther@suse.de>
15997
15998 PR middle-end/44563
15999 * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
16000 for redirect_all_calls.
16001
16002 2015-03-10 Marek Polacek <polacek@redhat.com>
16003
16004 * gdbinit.in (pcfun): Define and document.
16005
16006 2015-03-10 Ilya Verbin <ilya.verbin@intel.com>
16007
16008 * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
16009 of libgomp-plugin.h.
16010 (find_target_compiler): Support a case when the path to gcc is
16011 specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
16012 (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
16013 intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
16014 libgomp-plugin.h.
16015 (main): Use GCC_INSTALL_NAME as target_driver_name.
16016 * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
16017 define.
16018 (mkoffload.o): Remove obsolete include path and defines.
16019 (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
16020
16021 2015-03-10 Richard Biener <rguenther@suse.de>
16022
16023 PR middle-end/63155
16024 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
16025 * tree-ssa-coalesce.c: Include timevar.h.
16026 (attempt_coalesce): Handle graph being NULL.
16027 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
16028 Split out abnormal coalescing to ...
16029 (perform_abnormal_coalescing): ... this function.
16030 (coalesce_ssa_name): Perform abnormal coalescing without computing
16031 live/conflict.
16032 (verify_ssa_coalescing_worker): New function.
16033 (verify_ssa_coalescing): Likewise.
16034
16035 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
16036
16037 PR target/65296
16038 * config.gcc (extra_options) [avr]: Remove.
16039 (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
16040 (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
16041 (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
16042
16043 * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
16044 (-mmcu=): Add Var and MissingArgError properties.
16045 (-march=): Remove.
16046 * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
16047 * config/avr/t-multilib: Regenerate.
16048 * config/avr/specs.h: New file.
16049 * config/avr/driver-avr.c: New file.
16050 * config/avr/genopt.sh: Remove file.
16051 * config/avr/avr-tables.opt: Remove file.
16052 * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
16053 * config/avr/avr-c.c: Same.
16054 * avr-arch.h: Same.
16055 (avr_current_device): Remove proto.
16056 * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
16057 (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
16058 (EXTRA_SPEC_FUNCTIONS): Define.
16059 (avr_devicespecs_file): New specs function proto.
16060 (DRIVER_SELF_SPECS): Use device-specs-file spec function.
16061 * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
16062 (avr_current_device): Remove definition and usage.
16063 (avr_set_core_architecture): New static function.
16064 (avr_option_override): Use it.
16065 * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
16066 (mcu_name): New static array.
16067 (comparator, avr_archs_str, avr_mcus_str): New static functions.
16068 (avr_inform_devices, avr_inform_core_architectures): New functions.
16069 * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
16070 (avrlibc.h) [WITH_AVRLIBC]: Include.
16071 (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
16072 (print_mcu): Rewrite from scratch.
16073 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
16074 Forward to avr-specific specs defined in device-specs file.
16075 * config/avr/t-avr (driver-avr.o): New rule.
16076 (avr-devices.o): Depend on avr-arch.h.
16077 (avr-mcus): No more depend on avr-tables.opt.
16078 (avr-tables.opt): Remove rule.
16079 (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
16080
16081 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
16082
16083 * c-family/c.opt (fchkp-use-wrappers): New.
16084 * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
16085 (chkp_wrap_function): New.
16086 (chkp_build_instrumented_fndecl): Support wrapped
16087 functions.
16088 * doc/invoke.texi (-fcheck-pointer-bounds): New.
16089 (-fchkp-check-incomplete-type): New.
16090 (-fchkp-first-field-has-own-bounds): New.
16091 (-fchkp-narrow-bounds): New.
16092 (-fchkp-narrow-to-innermost-array): New.
16093 (-fchkp-optimize): New.
16094 (-fchkp-use-fast-string-functions): New.
16095 (-fchkp-use-nochk-string-functions): New.
16096 (-fchkp-use-static-bounds): New.
16097 (-fchkp-use-static-const-bounds): New.
16098 (-fchkp-treat-zero-dynamic-size-as-infinite): New.
16099 (-fchkp-check-read): New.
16100 (-fchkp-check-write): New.
16101 (-fchkp-store-bounds): New.
16102 (-fchkp-instrument-calls): New.
16103 (-fchkp-instrument-marked-only): New.
16104 (-fchkp-use-wrappers): New.
16105 (-static-libmpx): New.
16106 (-static-libmpxwrappers): New.
16107
16108 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
16109
16110 * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
16111 (CHKP_SPEC): Add wrappers library.
16112 * c-family/c.opt (static-libmpxwrappers): New.
16113
16114 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
16115
16116 * config/i386/linux-common.h (LIBMPX_LIBS): New.
16117 (LIBMPX_SPEC): New.
16118 (CHKP_SPEC): New.
16119 * gcc.c (CHKP_SPEC): New.
16120 (LINK_COMMAND_SPEC): Add CHKP_SPEC.
16121 * c-family/c.opt (static-libmpx): New.
16122
16123 2015-03-10 Richard Biener <rguenther@suse.de>
16124
16125 PR middle-end/44563
16126 * cgraph.h (struct cgraph_edge_hasher): Add hash overload
16127 for compare_type.
16128 * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
16129 (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
16130 (cgraph_add_edge_to_call_site_hash): Likewise.
16131 (cgraph_node::get_edge): Likewise.
16132 (cgraph_edge::set_call_stmt): Likewise.
16133 (cgraph_edge::remove_caller): Likewise.
16134
16135 2015-03-10 Chung-Ju Wu <jasonwucj@gmail.com>
16136
16137 * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
16138 (callee_saved_gpr_regs_size): ... this.
16139 (callee_saved_regs_first_regno): Rename to ...
16140 (callee_saved_first_gpr_regno): ... this.
16141 (callee_saved_regs_last_regno) Rename to ...
16142 (callee_saved_last_gpr_regno): ... this.
16143 * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
16144 variables.
16145 (nds32_initial_elimination_offset): Likewise.
16146 (nds32_expand_prologue): Likewise.
16147 (nds32_expand_epilogue): Likewise.
16148 (nds32_expand_prologue_v3push): Likewise.
16149 (nds32_expand_epilogue_v3pop): Likewise.
16150 * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
16151 Adjust renamed variables.
16152 (nds32_output_stack_pop): Likewise.
16153
16154 2015-03-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
16155
16156 * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
16157 code in comment.
16158
16159 2015-03-10 Jakub Jelinek <jakub@redhat.com>
16160
16161 PR rtl-optimization/65321
16162 * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
16163 than shift mode.
16164 * var-tracking.c (use_narrower_mode): Likewise.
16165
16166 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
16167
16168 PR tree-optimization/65355
16169 * varasm.c (notice_global_symbol): Do not produce RTL.
16170 * symtab.c (symtab_node::can_increase_alignment_p): Check for section
16171 anchor.
16172 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
16173 check for section anchors.
16174
16175 2015-03-10 Alan Modra <amodra@gmail.com>
16176
16177 PR target/65286
16178 * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
16179 to be single-arch by default. Set cpu_is_64bit for powerpc64
16180 given --with-cpu=native.
16181 * config/rs6000/t-fprules: Do not set default MULTILIB vars.
16182 * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
16183 and powerpc64le.
16184 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
16185 rs6000_isa_flags rather than TARGET_64BIT.
16186
16187 2015-03-09 Yoshinori Sato <ysato@users.sourceforge.jp>
16188 Kaz Kojima <kkojima@gcc.gnu.org>
16189
16190 * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
16191
16192 2015-03-09 Jakub Jelinek <jakub@redhat.com>
16193
16194 PR lto/65361
16195 * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
16196 on a TREE_BINFO, instead use BINFO_TYPE.
16197
16198 2015-03-09 Richard Biener <rguenther@suse.de>
16199
16200 PR middle-end/65270
16201 * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
16202 * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
16203 operand set OEP_ADDRESS_OF. Clear it when recursing to non-bases
16204 of that. When comparing dereferences compare alignment.
16205 When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
16206
16207 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
16208
16209 * ipa-inline-analysis.c (check_callers): Check
16210 node->can_remove_if_no_direct_calls_and_refs_p.
16211 (growth_likely_positive): Reorganize to call
16212 can_remove_if_no_direct_calls_p later.
16213 * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
16214 will_be_removed_from_program_if_no_direct_calls_p): Add
16215 will_inline parameter.
16216 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
16217 cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
16218 Handle inliner case correctly.
16219
16220 2015-03-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
16221
16222 PR tree-optimization/63743
16223 * cfgexpand.c (reorder_operands): Also reorder if only second operand
16224 had its definition forwarded by TER.
16225
16226 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
16227
16228 PR lto/65316
16229 * ipa-utils.h (types_odr_comparable): Add strict argument.
16230 * ipa-devirt.c: Fix whitespace;
16231 (odr_hasher): Remove.
16232 (odr_name_hasher, odr_vtable_hasher): New hashers.
16233 (can_be_name_hashed_p): New predicate.
16234 (hash_type_name): remove.
16235 (hash_odr_name): New.
16236 (odr_name_hasher::hash): new.
16237 (can_be_vtable_hashed_p): New.
16238 (hash_odr_vtable): New.
16239 (odr_vtable_hasher::hash): New.
16240 (types_same_for_odr): Add strict parameter.
16241 (types_odr_comparable): Likewise.
16242 (odr_name_hasher::equal): New.
16243 (odr_vtable_hasher::equal): New.
16244 (odr_name_hasher::remove): New.
16245 (odr_hash_type): Change to hash_table<odr_name_hasher>.
16246 (odr_vtable_hash_type): New.
16247 (odr_vtable_hash): New.
16248 (odr_subtypes_equivalent_p): Do strict comparsion.
16249 (add_type_duplicate): Merge type names; cleanup; avoid type
16250 duplicates.
16251 (register_odr_type): Initialize vtable hash.
16252 (build_type_inheritance_graph): Likewise
16253 (get_odr_type): Reorg to use two hashes.
16254 (dump_possible_polymorphic_call_targets): Move sanity check after debug
16255 output.
16256 (ipa_devirt): Dump type_inheritance_graph.
16257 (types_same_for_odr): Add strict mode.
16258
16259 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16260
16261 PR ipa/65334
16262 * cgraph.h (symtab_node): Add definition_alignment,
16263 can_increase_alignment_p and increase_alignment.
16264 * symtab.c (symtab_node::can_increase_alignment_p,
16265 increase_alignment_1, symtab_node::increase_alignment,
16266 symtab_node::definition_alignment): New.
16267 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
16268 can_increase_alignment_p.
16269 * tree-vectorizer.c (increase_alignment): Use increase_alignment.
16270 * tree-vect-stmts.c (ensure_base_align): Likewise.
16271 * varasm.c (function_section_1): Use definition_alignment.
16272 (assemble_start_function): Likewise.
16273 (emit_local): likewise.
16274 (build_constant_desc): Likewsie.
16275 (output_constant_def_contents): Likewise.
16276 (place_block_symbol): Likewise.
16277 (output_object_block): Likewise.
16278
16279 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16280
16281 PR ipa/65316
16282 * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
16283 when outputting debug.
16284
16285 2015-03-07 Marek Polacek <polacek@redhat.com>
16286 Martin Uecker <uecker@eecs.berkeley.edu>
16287
16288 PR sanitizer/65280
16289 * doc/invoke.texi: Update description of -fsanitize=bounds.
16290
16291 2015-03-06 Wilco Dijkstra <wilco.dijkstra@arm.com>
16292
16293 * tree-ssa-phiopt.c (neg_replacement): Remove.
16294 (tree_ssa_phiopt_worker): Remove negate optimization.
16295
16296 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16297
16298 PR ipa/65302
16299 * value-prof.c (gimple_ic): Pure dead eh edges when needed.
16300
16301 2015-03-06 Richard Biener <rguenther@suse.de>
16302
16303 PR middle-end/64928
16304 * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
16305 and liveout_obstack members.
16306 (calculate_live_on_exit): Remove.
16307 (calculate_live_ranges): Change declaration.
16308 * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
16309 (new_tree_live_info): Adjust.
16310 (calculate_live_ranges): Delete livein when not wanted.
16311 (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
16312 Deal with partly deleted live info.
16313 (loe_visit_block): Remove temporary bitmap by using
16314 bitmap_ior_and_compl_into.
16315 (live_worklist): Adjust accordingly.
16316 (calculate_live_on_exit): Make static.
16317 * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
16318 we do not need livein.
16319
16320 2015-03-06 Jonathan Wakely <jwakely@redhat.com>
16321
16322 * real.c (real_from_string): Fix typo in assertion.
16323
16324 2015-03-06 Alex Velenko <alex.velenko@arm.com>
16325
16326 * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
16327 the patch.
16328
16329 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16330
16331 * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
16332
16333 2015-03-05 Vladimir Makarov <vmakarov@redhat.com>
16334
16335 PR target/64342
16336 * lra-assigns.c (find_hard_regno_for): Rename to
16337 find_hard_regno_for_1. Add a new parameter.
16338 (find_hard_regno_for): New function using find_hard_regno_for_1.
16339
16340 2015-03-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
16341
16342 PR rtl-optimization/65067
16343 * expmed.c (store_bit_field, extract_bit_field): Reworked the
16344 strict volatile bitfield handling.
16345
16346 2015-03-05 Martin Liska <mliska@suse.cz>
16347
16348 PR ipa/65318
16349 * ipa-icf.c (sem_variable::equals): Compare variables types.
16350
16351 2015-03-05 Richard Henderson <rth@redhat.com>
16352
16353 PR target/65121
16354 * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
16355 correctly check weak symbol binding.
16356
16357 2015-03-05 Steve Ellcey <sellcey@imgtec.com>
16358
16359 PR middle-end/65315
16360 * cfgexpand.c (expand_stack_vars): Update large_align to maximum
16361 needed alignment.
16362
16363 2015-03-05 Martin Liska <mliska@suse.cz>
16364
16365 * ipa-inline.c (inline_small_functions): Set default value to
16366 prevent warning during bootstrap.
16367 * tree.h: Add pragma guard that ignores false positives during
16368 bootstrap.
16369
16370 2015-03-05 Richard Biener <rguenther@suse.de>
16371
16372 PR tree-optimization/65310
16373 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
16374 Properly preserve alignment of the base of the access.
16375
16376 2015-03-05 Richard Biener <rguenther@suse.de>
16377
16378 PR ipa/65270
16379 * ipa-icf-gimple.c (func_checker::compare_memory_operand):
16380 Compare dependence info.
16381
16382 2015-03-05 Richard Biener <rguenther@suse.de>
16383
16384 PR middle-end/65233
16385 * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
16386 tree-into-ssa.h.
16387 (walk_ssa_copies): Revert last chage. Instead do not walk
16388 SSA names registered for SSA update.
16389
16390 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
16391
16392 PR ipa/65270
16393 * ipa-icf.c (sem_item::compare_cgraph_references): Compare
16394 vtable references for their containing type.
16395 (sem_function::equals_wpa): Compare TYPE_RESTRICT
16396 and type attributes.
16397
16398 2015-03-04 Eric Botcazou <ebotcazou@adacore.com>
16399
16400 * fold-const.c (round_up_loc): Cast divisor to signed on all paths
16401 before negating it.
16402 * stor-layout.c (finalize_record_size): Revert latest change.
16403
16404 2015-03-04 Andreas Tobler <andreast@gcc.gnu.org>
16405
16406 * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
16407
16408 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
16409
16410 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
16411 for correct comdat handling.
16412 (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
16413 Likewise.
16414 * cgraph.h (call_for_symbol_and_aliases): Fix formating.
16415 (used_from_object_file_p_worker): Remove.
16416 (cgraph_node::only_called_directly_or_alised): Add
16417 used_from_object_file_p.
16418 * ipa-inline-analysis.c (growth_likely_positive): Optimie.
16419 * ipa-inline-transform.c (can_remove_node_now_p_1): Use
16420 can_remove_if_no_direct_calls_and_refs_p.
16421
16422 2015-03-04 Nick Clifton <nickc@redhat.com>
16423
16424 * config/rl78/rl78.h (enum reg_class): Remove real registers from
16425 General register class.
16426 * config/rl78/rl78-real.md: Replace general register constraints
16427 with real+virtual register constraints.
16428
16429 2015-03-04 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16430
16431 * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
16432 from checking for -mhtm option.
16433
16434 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
16435
16436 * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
16437 (struct ipa_sra_check_caller_data): Add has_thunk field.
16438 (ipa_sra_check_caller): Check for thunk.
16439 (ipa_sra_preliminary_function_checks): Give up on function with
16440 thunks.
16441 (ipa_early_sra): Use call_for_symbol_and_aliases.
16442
16443 2015-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
16444
16445 PR target/65249
16446 * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
16447 called for __stack_chk_guard symbol.
16448
16449 2015-03-03 DJ Delorie <dj@redhat.com>
16450
16451 * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
16452 inc/dec.
16453 (*addhi3_real): Likewise.
16454 * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
16455 pattern to match incrementing memory.
16456 * config/rl78/predicates.md (rl78_1_2_operand): New.
16457 * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
16458 it's the same and only mem.
16459 (rl78_alloc_physical_registers_op2): If there's effectively only
16460 one MEM, transcode it into HL.
16461 (rl78_far_p): Reject addresses that aren't legitimate.
16462
16463 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
16464
16465 * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
16466 negating it.
16467
16468 * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
16469
16470 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
16471
16472 Implement call0 ABI for xtensa
16473 * config/xtensa/constraints.md ("a" constraint): Include stack
16474 pointer in case of call0 ABI.
16475 ("q" constraint): Make empty in case of call0 ABI.
16476 ("D" constraint): Include stack pointer in case of call0 ABI.
16477 * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
16478 xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
16479 prototypes.
16480 * config/xtensa/xtensa.c (xtensa_callee_save_size): New
16481 variable.
16482 (xtensa_regno_to_class): Make it a local variable in the
16483 function xtensa_regno_to_class.
16484 (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
16485 macro, function prototype and implementation.
16486 (reg_nonleaf_alloc_order): Make it a local variable in the
16487 function order_regs_for_local_alloc.
16488 (xtensa_conditional_register_usage): New function.
16489 (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
16490 (xtensa_valid_move): Allow direct moves to stack pointer
16491 register in call0 ABI.
16492 (xtensa_setup_frame_addresses): Only spill register windows in
16493 windowed ABI.
16494 (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
16495 call0 ABI respectively.
16496 (xtensa_function_arg_1): Only mark a7 register for copying in
16497 windowed ABI.
16498 (xtensa_call_save_reg): New function.
16499 (compute_frame_size): Add space for callee saved register
16500 storage to the frame size in call0 ABI.
16501 (xtensa_expand_prologue): Generate code to set up stack frame
16502 and save callee-saved registers in call0 ABI.
16503 (xtensa_expand_epilogue): New function.
16504 (xtensa_set_return_address): New function.
16505 (xtensa_return_addr): Calculate return address in call0 ABI.
16506 (xtensa_builtin_saveregs): Only mark a7 register for copying and
16507 emit copying code in windowed ABI.
16508 (order_regs_for_local_alloc): Add preferred register allocation
16509 order for non-leaf function in call0 ABI.
16510 (xtensa_static_chain): Add atatic chain passing for call0 ABI.
16511 (xtensa_asm_trampoline_template): Add trampoline generation for
16512 call0 ABI.
16513 (xtensa_trampoline_init): Add trampoline initialization for
16514 call0 ABI.
16515 (xtensa_conditional_register_usage, xtensa_regno_to_class): New
16516 functions.
16517 * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
16518 (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
16519 (CALL_USED_REGISTERS): Modify to encode both windowed and call0
16520 ABI call-used registers.
16521 (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
16522 (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
16523 call0 ABI.
16524 (REG_CLASS_CONTENTS): Include all registers into the preferred
16525 reload registers set, adjust the set in the
16526 xtensa_conditional_register_usage.
16527 (xtensa_regno_to_class): Drop variable declaration.
16528 (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
16529 function.
16530 (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
16531 respectively.
16532 (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
16533 (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
16534 (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
16535 (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
16536 location in call0 ABI.
16537 (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
16538 stack adjustment size when handling exception.
16539 (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
16540 * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
16541 definitions.
16542 ("return" pattern): Generate ret.n/ret in call0 ABI.
16543 ("epilogue" pattern): Expand epilogue.
16544 ("nonlocal_goto" pattern): Use default in call0 ABI.
16545 ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
16546 emit eh_set_a0_* depending on ABI.
16547 ("eh_set_a0_windowed" pattern): Former eh_return pattern.
16548 ("eh_set_a0_call0", "blockage"): New patterns.
16549
16550 2015-03-03 Martin Liska <mliska@suse.cz>
16551
16552 PR ipa/65287
16553 * ipa-icf.c (sem_variable::parse): Skip all alias variables.
16554
16555 2015-03-03 Michael Meissner <meissner@linux.vnet.ibm.com>
16556
16557 PR 65138/target
16558 * config/rs6000/rs6000-tables.opt: Regenerate table.
16559
16560 2015-03-03 Renlin Li <renlin.li@arm.com>
16561
16562 * doc/md.texi (@item ^): Change ? into ^.
16563
16564 2015-03-03 H.J. Lu <hongjiu.lu@intel.com>
16565
16566 * doc/tm.texi: Regenerated.
16567
16568 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
16569
16570 * builtins.c (expand_builtin_return_addr): Add
16571 RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
16572 surrounding #ifdef.
16573 * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
16574 definition to 1.
16575 * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
16576 Likewise.
16577 * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
16578 undefined.
16579 * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
16580 paragraph.
16581
16582 2015-03-03 Martin Jambor <mjambor@suse.cz>
16583 Eric Botcazou <ebotcazou@adacore.com>
16584
16585 * tree-sra.c (ipa_sra_check_caller_data): New type.
16586 (has_caller_p): Removed.
16587 (ipa_sra_check_caller): New function.
16588 (ipa_sra_preliminary_function_checks): Use it.
16589
16590 2015-03-03 Martin Liska <mliska@suse.cz>
16591
16592 * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
16593 instead of if branch.
16594
16595 2015-03-03 Martin Liska <mliska@suse.cz>
16596
16597 PR ipa/65282
16598 * ipa-icf.c (sem_variable::equals): Fix wrong condition.
16599
16600 2015-03-23 Jeff Law <law@redhat.com>
16601
16602 PR tree-optimization/65241
16603 * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
16604 hash table if INSERT is true.
16605
16606 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
16607
16608 PR target/65296
16609 * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
16610
16611 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
16612
16613 PR target/64331
16614 * config/avr/avr.c (context.h, tree-pass.h): Include them.
16615 (avr_pass_data_recompute_notes): New static variable.
16616 (avr_pass_recompute_notes): New class.
16617 (avr_register_passes): New static function.
16618 (avr_option_override): Call it.
16619
16620 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
16621
16622 Fix various problems with specs file generation.
16623
16624 PR target/65296
16625 * config.gcc (extra_gcc_objs) [avr]: Remove.
16626 * config/avr/driver-avr.c: Remove file.
16627 * config/avr/t-avr (driver-avr.o): Remove rule.
16628 (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
16629 INCLUDES to build. Depend on TM_H.
16630 * config/avr/gen-avr-mmcu-specs.c: Tidy up code. Fix various
16631 build warnings. Fix non-matching types and non-existing %-codes.
16632 (tm.h): Include.
16633 (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
16634 (*libgcc) [WITH_AVRLIBC]: Add "-lm".
16635 * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
16636 * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
16637 (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
16638 (LIBGCC_SPEC): Remove definitions.
16639
16640 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
16641
16642 * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
16643 to create a register in testing mode.
16644
16645 2015-03-03 Martin Liska <mliska@suse.cz>
16646 Jan Hubicka <hubicka@ucw.cz>
16647
16648 PR ipa/65263
16649 * cgraph.c (cgraph_node::has_thunk_p): New function.
16650 * cgraph.h (cgraph_node::has_thunk_p: Likewise.
16651 * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
16652 (sem_function::merge): Assert is changed.
16653
16654 2015-03-03 Martin Liska <mliska@suse.cz>
16655 Martin Jambor <mjambor@suse.cz>
16656
16657 PR ipa/65087
16658 * ipa-icf.c (sem_item_optimizer::execute): Change function
16659 return value to boolean.
16660 (sem_item_optimizer::merge_classes): Likewise.
16661 (ipa_icf_driver): Return TODO_remove_functions in case there's
16662 a merge operation processed.
16663 * ipa-icf.h: Change function return value to boolean.
16664
16665 2015-03-02 Michael Meissner <meissner@linux.vnet.ibm.com>
16666
16667 PR 65138/target
16668 * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
16669 processor type for 64-bit little endian PowerPC.
16670
16671 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
16672 -mdebug=reg, print TARGET_DEFAULT. Fix logic to use
16673 TARGET_DEFAULT if there is no default cpu. Fix -mdebug=reg
16674 printing built-in mask so it does not pass NULL pointers.
16675
16676 * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
16677 -mcpu=powerpc64le.
16678
16679 2015-03-02 Steve Ellcey <sellcey@imgtec.com>
16680
16681 PR target/58158
16682 * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
16683 !ISA_HAS_FP_CONDMOVE.
16684
16685 2015-03-02 Aldy Hernandez <aldyh@redhat.com>
16686
16687 * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
16688 reload_completed.
16689
16690 2015-03-02 Ulrich Drepper <drepper@gmail.com>
16691
16692 * doc/invoke.texi (Options for Code Generation Conventions):
16693 Fix URL of DSO paper.
16694
16695 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
16696
16697 PR ipa/65130
16698 * ipa-inline.c (check_callers): Looks for recursion.
16699 (inline_to_all_callers): Give up on uninlinable or recursive edges.
16700 * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
16701 summary of inline clones.
16702 (do_estimate_growth_1): Fix recursion check.
16703
16704 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
16705
16706 PR ipa/64988
16707 * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
16708 comdat groups.
16709
16710 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
16711 Aldy Hernandez <aldyh@redhat.com>
16712
16713 PR lto/65276
16714 * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
16715 when checking TYPE_BINFO.
16716
16717 2015-03-02 Richard Biener <rguenther@suse.de>
16718
16719 PR ipa/65270
16720 * ipa-icf-gimple.c: Include builtins.h.
16721 (func_checker::compare_memory_operand): Compare base alignment.
16722
16723 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
16724
16725 PR target/65184
16726 * gcc/config/i386/i386.c (ix86_pass_by_reference) Bounds
16727 are never passed by reference.
16728
16729 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
16730
16731 PR target/65183
16732 * tree-chkp.c (chkp_check_lower): Don't check against
16733 zero bounds for already instrumented functions.
16734 (chkp_check_upper): Likewise.
16735 (chkp_fini): Clean pass local data to avoid wrong reusage.
16736
16737 2015-02-28 Martin Liska <mliska@suse.cz>
16738 Jan Hubicka <hubicka@ucw.cz>
16739
16740 * ipa-icf.c (sem_variable::equals): Improve debug output;
16741 get variable constructor.
16742 (sem_variable::parse): Do not filter out too early; give up on
16743 volatile and register vars.
16744 (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
16745 variables.
16746 * ipa-icf.h (sem_variable::init): Do not set ctor.
16747 (sem_variable::ctor): Remove.
16748
16749 2015-03-01 Aldy Hernandez <aldyh@redhat.com>
16750
16751 PR middle-end/65233
16752 * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
16753
16754 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
16755
16756 * ipa-icf.c: Include stor-layout.h
16757 (sem_function::compare_cgraph_references): Rename to ...
16758 (sem_item::compare_cgraph_references): ... this one.
16759 (sem_variable::equals_wpa): New function
16760 (sem_variable::equals): Do not check stuff already verified by
16761 equals_wpa.
16762 (sem_variable::equals): Reorg based on varasm.c:compare_constant.
16763 * ipa-icf.h (sem_item): Add compare_cgraph_references.
16764 (sem_function): Remove compare_cgraph_references.
16765 (sem_variable): Turns equals_wpa into non-inline.
16766
16767 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
16768
16769 * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
16770 (sem_item::add_expr): New function.
16771 (sem_function::hash_stmt): Handle operands of most statements.
16772 (sem_variable::get_hash): Hash the actual constructor.
16773 * ipa-icf.h (sem_item): Add add_expr.
16774 (sem_function): Update prototype of hash_stmt
16775
16776 2015-02-28 Martin Liska <mliska@suse.cz>
16777 Jan Hubicka <hubicka@ucw.cz>
16778
16779 PR ipa/65245
16780 * ipa-icf-gimple.c (func_checker::compare_function_decl):
16781 Remove.
16782 (func_checker::compare_variable_decl): Skip symtab vars.
16783 (func_checker::compare_cst_or_decl): Update.
16784 * ipa-icf.c (sem_function::parse): Do not consider aliases.
16785 (sem_function::compare_cgraph_references): Add ADDRESS parameter;
16786 use correct symtab predicates.
16787 (sem_function::equals_wpa): Update uses of compare_cgraph_references.
16788 (sem_variable::parse): Update comment.
16789 (sem_item_optimizer::build_graph): Consider ultimate aliases
16790 for references.
16791
16792 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
16793
16794 * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
16795 of OBJ_TYPE_REF.
16796
16797 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
16798
16799 * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
16800 (sem_variable::merge) Likewise.
16801
16802 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
16803
16804 * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
16805 target; also match flag_ipa_devirt.
16806
16807 2015-03-01 Martin Liska <mliska@suse.cz>
16808 Jan Hubicka <hubicka@ucw.cz>
16809
16810 * ipa-icf-gimple.c (func_checker::compare_variable_decl):
16811 Validate variable alignment.
16812 * ipa-icf.c (sem_function::equals_private): Be more precise
16813 about non-common function attributes.
16814 (sem_variable::equals): Likewise.
16815
16816 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
16817
16818 PR ipa/65237
16819 * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
16820 across COMDAT group boundary.
16821
16822 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
16823
16824 PR ipa/65232
16825 * ipa-icf.c (clear_decl_rtl): New function.
16826 (sem_function::merge): Clear RTL before forming alias.
16827 (sem_variable::merge): Clear RTL before forming alias.
16828
16829 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
16830
16831 PR ipa/65236
16832 * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
16833
16834 2015-02-28 Xingxing Pan <xxingpan@marvell.com>
16835
16836 * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
16837 to neon_to_gp<q>.
16838
16839 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
16840
16841 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
16842 a typo in the description.
16843
16844 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
16845
16846 PR target/64317
16847 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
16848 * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
16849 * lra-constraints.c: Include "params.h".
16850 (EBB_PROBABILITY_CUTOFF): Use
16851 LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
16852 (lra_inheritance): Use '<' instead of '<=' for
16853 EBB_PROBABILITY_CUTOFF.
16854 * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
16855 Document change.
16856
16857 2015-02-27 Martin Liska <mliska@suse.cz>
16858
16859 * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
16860 vector length condition.
16861
16862 2015-02-27 Sandra Loosemore <sandra@codesourcery.com>
16863
16864 * doc/extend.texi (x86 transactional memory intrinsics):
16865 Reorganize discussion of _xbegin. Clarify that the return
16866 value is a bit mask. Expand example and move to end of section.
16867
16868 2015-02-26 Jakub Jelinek <jakub@redhat.com>
16869 Aldy Hernandez <aldyh@redhat.com>
16870
16871 PR rtl-optimization/65220
16872 * config/i386/i386.md (*udivmod<mode>4_pow2): New.
16873
16874 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
16875
16876 PR target/65032
16877 * lra-remat.c (update_scratch_ops): New.
16878 (do_remat): Call it.
16879 * lra.c (lra_register_new_scratch_op): New. Take code from ...
16880 (remove_scratches): ... here.
16881 * lra-int.h (lra_register_new_scratch_op): New prototype.
16882
16883 2015-02-27 Marek Polacek <polacek@redhat.com>
16884
16885 PR c/65040
16886 * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
16887 -Wformat-signedness anymore.
16888
16889 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16890
16891 * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
16892 function.
16893 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
16894
16895 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16896
16897 * config/s390/s390.c (enum s390_builtin):
16898 Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
16899 (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
16900 (s390_init_builtins): Generate new builtin functions.
16901 * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
16902 (s390_sfpc, s390_efpc): New pattern definitions.
16903
16904 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16905
16906 * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
16907 Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
16908 (s390_builtin_decls): New array.
16909 (s390_init_builtins): Put builtin decls into s390_builtin_decls.
16910 (s390_builtin_decl): New function.
16911 (TARGET_BUILTIN_DECL): Define macro.
16912
16913 2015-02-27 Richard Biener <rguenther@suse.de>
16914
16915 PR middle-end/63175
16916 * builtins.c (get_object_alignment_2): Make sure to re-apply
16917 the ANDed mask after recursing to its operand gets us a new
16918 misalignment bit position.
16919
16920 2015-02-26 Jan Hubicka <hubicka@ucw.cz>
16921 Martin Liska <mliska@suse.cz>
16922
16923 PR bootstrap/65150
16924 * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
16925 Use address_matters_p.
16926 (redirect_all_callers, set_addressable): New functions.
16927 (sem_function::merge): Reorganize and fix merging issues.
16928 (sem_variable::merge): Likewise.
16929 (sem_variable::compare_sections): Remove.
16930 * common.opt (fmerge-all-constants, fmerge-constants): Remove
16931 Optimization flag.
16932 * symtab.c (symtab_node::resolve_alias): When alias has aliases,
16933 redirect them.
16934 (symtab_node::make_decl_local): Set ADDRESSABLE bit when
16935 decl is used.
16936 (address_matters_1): New function.
16937 (symtab_node::address_matters_p): New function.
16938 * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
16939 check for merged flag.
16940 * cgraph.h (address_matters_p): Declare.
16941 (symtab_node::address_taken_from_non_vtable_p): Remove.
16942 (symtab_node::address_can_be_compared_p): New method.
16943 (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
16944 * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
16945 Remove.
16946 (comdat_can_be_unshared_p_1) Use address_matters_p.
16947 (update_vtable_references): Fix formating.
16948 * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
16949 * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
16950 * cgraphclones.c: Preserve merged and icf_merged flags.
16951
16952 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
16953
16954 * doc/extend.texi (Function Attributes): Fix spelling and typos.
16955 (Label Attributes): Likewise.
16956 (Cilk Plus Builtins): Likewise.
16957 (ARC SIMD Built-in Functions): Likewise.
16958 (ARM C Language Extensions (ACLE)): Likewise.
16959 (PowerPC Built-in Functions): Likewise.
16960 (PowerPC Hardware Transactional Memory Built-in Functions):
16961 Likewise.
16962
16963 2015-02-26 Jakub Jelinek <jakub@redhat.com>
16964
16965 PR tree-optimization/65216
16966 * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
16967 new stmt and new SSA_NAME for lhs whenever the arguments have
16968 changed and weren't just swapped. Fix comment typo.
16969
16970 PR tree-optimization/65215
16971 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
16972 for PDP endian targets.
16973 (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
16974 Fix up formatting issues.
16975 (bswap_replace): Likewise. For BYTES_BIG_ENDIAN, if the final access
16976 size is smaller than the original, adjust MEM_REF offset by the
16977 difference of sizes. Use is_gimple_mem_ref_addr instead of
16978 is_gimple_min_invariant test to avoid adding address temporaries.
16979
16980 2015-02-26 Martin Liska <mliska@suse.cz>
16981 Jan Hubicka <hubicka@ucw.cz>
16982
16983 PR ipa/64693
16984 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
16985 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
16986 (sem_item_optimizer::process_cong_reduction): Include division by
16987 sensitive references.
16988 * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
16989 * ipa-ref.c (ipa_ref::address_matters_p): New function.
16990 * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
16991
16992 2015-02-26 Georg-Johann Lay <avr@gjlay.de>
16993
16994 PR target/65192
16995 * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
16996 Remove.
16997 * config/avr/avr.c: Same.
16998 (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
16999 Refuse any constant address not in 0..0xbf.
17000 * config/avr/avr.md (*mov<mode>, *movsf): Remove
17001 tiny_valid_direct_memory_access_range from insn conditions.
17002 (mov<mode>): Don't special-case expansion of avrtiny addresses.
17003
17004 2015-02-26 Oleg Endo <olegendo@gcc.gnu.org>
17005
17006 PR target/61142
17007 * config/sh/sh.c (sh_check_add_incdec_notes): New function.
17008 * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
17009 * config/sh/predicates.md (const_logical_operand): New predicate.
17010 * config/sh/sh.md: Add new peephole2 patterns.
17011
17012 2015-02-26 Marek Polacek <polacek@redhat.com>
17013
17014 PR ipa/65008
17015 * ipa-inline.c (early_inliner): Recompute inline parameters.
17016
17017 2015-02-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17018
17019 PR target/65171
17020 * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
17021 instructions with TImode operands are included in the analysis.
17022
17023 2015-02-26 Sebastian Pop <s.pop@samsung.com>
17024
17025 * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
17026 of an EDGE_FSM_THREAD.
17027
17028 2015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17029
17030 * config/rs6000/htm.md (tcheck): Fix assembly encoding.
17031
17032 2015-02-25 Aldy Hernandez <aldyh@redhat.com>
17033
17034 PR debug/46102
17035 * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
17036
17037 2015-02-26 Sebastian Pop <s.pop@samsung.com>
17038
17039 PR tree-optimization/65048
17040 * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
17041 (thread_through_all_blocks): Call valid_jump_thread_path.
17042 Remove invalid FSM jump-thread paths.
17043
17044 2015-02-26 Jakub Jelinek <jakub@redhat.com>
17045
17046 * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
17047 (ipa_write_optimization_summaries): Likewise.
17048 * tree-streamer.h: Include data-streamer.h.
17049 (streamer_mode_table): Declare extern variable.
17050 (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
17051 * lto-streamer-out.c (lto_output_init_mode_table,
17052 lto_write_mode_table): New functions.
17053 (produce_asm_for_decls): Call lto_write_mode_table when streaming
17054 offloading LTO.
17055 * lto-section-in.c (lto_section_name): Add "mode_table" entry.
17056 (lto_create_simple_input_block): Add mode_table argument to the
17057 lto_input_block constructors.
17058 * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
17059 Likewise.
17060 * data-streamer-in.c (string_for_index): Likewise.
17061 * ipa-inline-analysis.c (inline_read_section): Likewise.
17062 * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
17063 * lto-cgraph.c (input_cgraph_opt_section): Likewise.
17064 * lto-streamer-in.c (lto_read_body_or_constructor,
17065 lto_input_toplevel_asms): Likewise.
17066 (lto_input_mode_table): New function.
17067 * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
17068 pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
17069 Use bp_pack_machine_mode.
17070 * real.h (struct real_format): Add name field.
17071 * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
17072 (class lto_input_block): Add mode_table member.
17073 (lto_input_block::lto_input_block): Add mode_table_ argument,
17074 initialize mode_table.
17075 (struct lto_file_decl_data): Add mode_table field.
17076 (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
17077 * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
17078 unpack_ts_decl_common_value_fields,
17079 unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
17080 * tree-streamer.c (streamer_mode_table): New variable.
17081 * real.c (ieee_single_format, mips_single_format,
17082 motorola_single_format, spu_single_format, ieee_double_format,
17083 mips_double_format, motorola_double_format,
17084 ieee_extended_motorola_format, ieee_extended_intel_96_format,
17085 ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
17086 ibm_extended_format, mips_extended_format, ieee_quad_format,
17087 mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
17088 decimal_single_format, decimal_double_format, decimal_quad_format,
17089 ieee_half_format, arm_half_format, real_internal_format): Add name
17090 field.
17091 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
17092
17093 2015-02-26 Yuri Rumyantsev <ysrumyan@gmail.com>
17094
17095 PR target/65161
17096 * config/i386/i386.c (ix86_sched_reorder): Skip instruction
17097 reordering for selective scheduling.
17098
17099 2015-02-26 Terry Guo <terry.guo@arm.com>
17100
17101 * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
17102 * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
17103 (arm_arch_no_volatile_ce): Declare new global variable.
17104 * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
17105 (arm_option_override): Assign value to arm_arch_no_volatile_ce.
17106 * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
17107 (TARGET_NO_VOLATILE_CE): New macro.
17108 * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
17109 volatile memory access in IT block
17110
17111 2015-02-25 Kai Tietz <ktietz@redhat.com>
17112
17113 PR tree-optimization/61917
17114 * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
17115 that reduc_def_stmt is null.
17116
17117 2015-02-25 Martin Liska <mliska@suse.cz>
17118
17119 * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
17120 hard register variables.
17121
17122 2015-02-25 Kai Tietz <ktietz@redhat.com>
17123
17124 PR target/64212
17125 * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
17126 (symtab::noninterposable_alias): Likewise.
17127
17128 2015-02-25 Ilya Enkovich <ilya.enkovich@intel.com>
17129
17130 PR target/65167
17131 * gcc/config/i386/i386.c (ix86_function_arg_regno_p): Support
17132 bounds registers.
17133 (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
17134
17135 2015-02-25 Alan Lawrence <alan.lawrence@arm.com>
17136
17137 PR target/64997
17138 * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
17139 as split condition; force split via '#' in output pattern.
17140
17141 2015-02-25 Richard Biener <rguenther@suse.de>
17142 Kai Tietz <ktietz@redhat.com>
17143
17144 PR tree-optimization/61917
17145 * tree-vect-loop.c (vectorizable_reduction): Allow
17146 vect_internal_def without reduction to exit graceful.
17147
17148 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
17149
17150 PR target/65196
17151 * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
17152 only with NONDEBUG_INSN_P.
17153
17154 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
17155
17156 Use variadic macros with avr-log.c.
17157
17158 * config/avr/avr-protos.h (avr_vdump): New prototype.
17159 (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
17160 (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
17161 * config/avr/avr-log.c: Adjust comments.
17162 (avr_vdump): New function.
17163 (avr_vadump): Pass caller as 2nd argument instead of format string.
17164 (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
17165 (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
17166
17167 2015-02-25 Jakub Jelinek <jakub@redhat.com>
17168
17169 PR lto/64374
17170 * target.def (target_option_stream_in): New target hook.
17171 * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
17172 targetm.target_option.post_stream_in if non-NULL.
17173 * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
17174 * doc/tm.texi: Updated.
17175 * config/i386/i386.c (ix86_function_specific_post_stream_in): New
17176 function.
17177 (TARGET_OPTION_POST_STREAM_IN): Redefine.
17178
17179 2015-02-24 Jeff Law <law@redhat.com>
17180
17181 PR target/65117
17182 * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
17183 of operand 0 and operand 2.
17184 (zero_cost_loop_end, loop_end): Similarly.
17185
17186 2015-02-24 Aldy Hernandez <aldyh@redhat.com>
17187
17188 * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
17189 CXX_MEM_STAT_INFO.
17190
17191 2015-02-24 DJ Delorie <dj@redhat.com>
17192
17193 * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
17194 * config/rl78/rl78-expand.md (movsf): New, same as movsi.
17195 * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
17196 instead of hardcoding SImode.
17197
17198 2015-02-24 Bernd Schmidt <bernds@codesourcery.com>
17199
17200 * omp-low.c (create_omp_child_function): Tag entrypoint
17201 functions with a special attribute.
17202
17203 2015-02-24 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
17204
17205 PR target/65058
17206 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
17207
17208 2015-02-24 Vladimir Makarov <vmakarov@redhat.com>
17209
17210 PR rtl-optimization/65123
17211 * lra-remat.c (operand_to_remat): Check hard regs in insn
17212 definition too.
17213
17214 2015-02-24 Nick Clifton <nickc@redhat.com>
17215
17216 * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
17217 to the assembler.
17218
17219 2015-02-24 Thomas Schwinge <thomas@codesourcery.com>
17220
17221 PR libgomp/64625
17222 * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
17223 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
17224 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
17225 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
17226 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
17227 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
17228 (BUILT_IN_GOACC_PARALLEL): Specify as
17229 BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
17230 BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
17231 * builtin-types.def
17232 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
17233 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
17234 Remove function types.
17235 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
17236 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
17237 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
17238 New function types.
17239
17240 2015-02-24 Georg-Johann Lay <avr@gjlay.de>
17241
17242 * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
17243
17244 2015-02-24 Jakub Jelinek <jakub@redhat.com>
17245
17246 PR tree-optimization/65170
17247 * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
17248 if val[1] < 0, clear also val[2] and return 3.
17249
17250 2015-02-24 Alan Modra <amodra@gmail.com>
17251
17252 PR target/65172
17253 * config/rs6000/rs6000.c (get_memref_parts): Only return true
17254 when *base is a reg. Handle nested plus addresses. Simplify
17255 pre_modify test.
17256
17257 2015-02-22 Max Filippov <jcmvbkbc@gmail.com>
17258
17259 * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
17260 use natural alignment when optimizing for size.
17261
17262 2015-02-23 Kaz Kojima <kkojima@gcc.gnu.org>
17263
17264 PR target/65153
17265 * config/sh/sh.md (movsicc_true+3): Remove peephole.
17266 * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
17267 * config/sh/sh.c (replace_n_hard_rtx): Remove.
17268
17269 2015-02-23 Richard Sandiford <richard.sandiford@arm.com>
17270
17271 PR fortran/63427
17272 * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
17273 too big for a wide_int. Implement missing wrapping operation.
17274
17275 2015-02-23 Oleg Endo <olegendo@gcc.gnu.org>
17276
17277 PR target/65163
17278 * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
17279 instead of const_int 4294901760.
17280
17281 2015-02-23 Georg-Johann Lay <avr@gjlay.de>
17282
17283 * config/avr/t-avr: Fix typo in comment.
17284
17285 2015-02-21 Richard Sandiford <richard.sandiford@arm.com>
17286
17287 * doc/rtl.texi (fma): Clarify documentation.
17288
17289 2015-02-20 Aldy Hernandez <aldyh@redhat.com>
17290
17291 PR debug/58123
17292 * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
17293 over input_location.
17294
17295 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
17296
17297 * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
17298 unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
17299 restrict alignments to absolute_biggest_alignment.
17300 * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
17301 Define.
17302 * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
17303 * doc/tm.texi: Regenerate.
17304 * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
17305
17306 2015-02-20 Vladimir Makarov <vmakarov@redhat.com>
17307
17308 PR target/64172
17309 * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
17310
17311 2015-02-20 Richard Biener <rguenther@suse.de>
17312
17313 PR tree-optimization/65136
17314 * tree-ssa-propagate.c: Include cfgloop.h.
17315 (replace_phi_args_in): Avoid replacing loop latch edge PHI
17316 arguments with constants.
17317
17318 2015-02-20 Jakub Jelinek <jakub@redhat.com>
17319 Martin Liska <mliska@suse.cz>
17320
17321 PR target/63892
17322 * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
17323 don't try to create_thunk if stdarg_p. If
17324 !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
17325 redirect_callers if possible.
17326 (sem_item_optimizer::execute): Call unregister_hooks here...
17327 (ipa_icf_driver): ... instead of here.
17328
17329 2015-02-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17330
17331 * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
17332 Mark operand 0 as earlyclobber in 2nd alternative.
17333 (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
17334 Write negated shift amount into QI lowpart operand 0 and use it
17335 in the shift step.
17336 (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
17337
17338 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
17339
17340 * cgraph.h (clone_function_name_1): Declare.
17341 * cgraphclones.c (clone_function_name_1): New function.
17342 (clone_function_name): Use it.
17343 * lto-partition.c: Include "stringpool.h".
17344 (must_not_rename, maybe_rewrite_identifier)
17345 (validize_symbol_for_target): New static functions.
17346 (privatize_symbol_name): Use must_not_rename.
17347 (promote_symbol): Call validize_symbol_for_target.
17348 (lto_promote_cross_file_statics): Likewise.
17349 (lto_promote_statics_nonwpa): Likewise.
17350
17351 2015-02-20 Georg-Johann Lay <avr@gjlay.de>
17352
17353 PR target/64452
17354 * config/avr/avr.md (pushhi_insn): New insn.
17355 (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
17356
17357 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
17358 Jakub Jelinek <jakub@redhat.com>
17359
17360 * tree-streamer.c (preload_common_nodes): Don't preload
17361 TI_VA_LIST* for offloading.
17362 * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
17363 in_lto_p.
17364
17365 2015-02-19 John David Anglin <danlgin@gcc.gnu.org>
17366
17367 * config/pa/pa.c (pa_emit_move_sequence): Always force
17368 (const (plus (symbol) (const_int))) to const mem. Put REG_EQUAL
17369 note on insn.
17370
17371 * config/pa/pa.c (pa_reloc_rw_mask): New function.
17372 (TARGET_ASM_RELOC_RW_MASK): Define.
17373 (pa_cannot_force_const_mem): Revert previous change.
17374
17375 2015-02-19 Martin Jambor <mjmabor@suse.cz>
17376 Jan Hubicka <hubicka@ucw.cz>
17377
17378 PR ipa/65028
17379 * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
17380 across jump functions.
17381
17382 2015-02-19 Uros Bizjak <ubizjak@gmail.com>
17383
17384 * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
17385
17386 2015-02-19 Sandra Loosemore <sandra@codesourcery.com>
17387
17388 * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
17389
17390 2015-02-19 Richard Henderson <rth@redhat.com>
17391
17392 PR middle-end/65074
17393 * varasm.c (default_binds_local_p_2): Don't test node->definition;
17394 test DECL_EXTERNAL independent of symtab_node.
17395
17396 2015-02-19 Jakub Jelinek <jakub@redhat.com>
17397
17398 PR lto/65012
17399 * varpool.c (varpool_node::get_constructor): Return early
17400 if this->lto_file_data is NULL.
17401
17402 2015-02-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
17403
17404 * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
17405 (rank_for_schedule_debug): Update.
17406 (ready_sort): Make static. Move sorting logic to ...
17407 (ready_sort_debug, ready_sort_real): New static functions.
17408 (schedule_block): Sort both debug insns and real insns in preparation
17409 for ready list trimming. Improve debug output.
17410 * sched-int.h (ready_sort): Remove global declaration.
17411
17412 2015-02-18 Trevor Saunders <tsaunders@mozilla.com>
17413
17414 * ipa-icf.c (sem_function::equals_private): Adjust.
17415 (sem_function::bb_dict_test): Take a vec<int> * instead of
17416 auto_vec<int>.
17417 * ipa-icf.h (bb_dict_test): Likewise.
17418
17419 2015-02-18 Jakub Jelinek <jakub@redhat.com>
17420
17421 PR gcov-profile/64634
17422 * tree-eh.c (frob_into_branch_around): Fix up typos
17423 in function comment.
17424 (lower_catch): Put eh_seq resulting from EH lowering of
17425 the cleanup sequence after the cleanup rather than before it.
17426
17427 2015-02-18 Tom de Vries <tom@codesourcery.com>
17428
17429 * common.opt (fstdarg-opt): New option.
17430 * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
17431 * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
17432 (@item -fstdarg-opt): New item.
17433
17434 2015-02-18 H.J. Lu <hongjiu.lu@intel.com>
17435
17436 PR target/65064
17437 * config/ia64/predicates.md (sdata_symbolic_operand): Return false
17438 for common symbols.
17439
17440 2015-02-18 Jakub Jelinek <jakub@redhat.com>
17441
17442 * config/i386/t-intelmic (mkoffload.o): Remove dependency on
17443 insn-modes.h.
17444 (ALL_HOST_OBJS): Add mkoffload.o.
17445 * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
17446
17447 2015-02-18 Jan Hubicka <hubicka@ucw.cz>
17448
17449 * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
17450 (compare_virtual_tables): Be smarter about skipping typeinfos;
17451 do sane output on virtual table table mismatch.
17452 (warn_odr): Be ready for forward declarations of enums;
17453 output sane info on base mismatch and virtual table mismatch.
17454 (add_type_duplicate): Fix code choosing prevailing type; do not ICE
17455 when only one type is polymorphic.
17456 (get_odr_type): Fix hashtable corruption.
17457 (dump_odr_type): Dump mangled names.
17458
17459 2015-02-18 Richard Biener <rguenther@suse.de>
17460
17461 PR tree-optimization/65063
17462 * tree-predcom.c (determine_unroll_factor): Return 1 if we
17463 have replaced looparound PHIs.
17464
17465 2015-02-18 Martin Liska <mliska@suse.cz>
17466
17467 * lto-streamer.c (lto_streamer_init): Encapsulate
17468 streamer_check_handled_ts_structures with checking macro.
17469
17470 2015-02-18 Jakub Jelinek <jakub@redhat.com>
17471
17472 PR ipa/65087
17473 * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
17474 section if !implicit_section.
17475 (cgraph_node::create_version_clone_with_body): Likewise.
17476 * trans-mem.c (ipa_tm_create_version): Likewise.
17477
17478 2015-02-18 Richard Biener <rguenther@suse.de>
17479
17480 PR tree-optimization/62217
17481 * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
17482 into BIVs.
17483
17484 2015-02-18 Marek Polacek <polacek@redhat.com>
17485
17486 PR sanitizer/65081
17487 * ubsan.c (OBJSZ_MAX_OFFSET): Define.
17488 (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
17489 is in range [-16K, -1]. Don't issue run-time error if
17490 (ptr > ptr + offset).
17491
17492 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
17493
17494 * doc/install.texi (nvptx-*-none): New section.
17495 * doc/invoke.texi (Nvidia PTX Options): Likewise.
17496 * config/nvptx/nvptx.opt: Update.
17497
17498 * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
17499 (access_check): New functions, copied from
17500 config/i386/intelmic-mkoffload.c.
17501 (main): For non-installed testing, look in all COMPILER_PATHs for
17502 GCC_INSTALL_NAME.
17503
17504 * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
17505
17506 2015-02-18 Andrew Pinski <apinski@cavium.com>
17507 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
17508
17509 * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
17510 Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
17511
17512 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
17513
17514 * ipa-visibility.c (function_and_variable_visibility): Only
17515 check locality if node is not already local.
17516 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
17517 call_for_symbol_and_aliases instead of
17518 call_for_symbol_thunks_and_aliases.
17519 (ipa_inline): Likewise.
17520 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
17521 first walk aliases.
17522 * ipa.c (symbol_table::remove_unreachable_nodes): Use
17523 call_for_symbol_and_aliases.
17524 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
17525 (ipa_propagate_frequency_1): Use it; use opt_for_fn
17526 (ipa_propagate_frequency): Update.
17527 (ipa_profile): Add opt_for_fn gueards.
17528
17529 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
17530
17531 * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
17532 * doc/invoke.texi (SH options): Document it.
17533 * config/sh/sh.c (sh_insn_length_adjustment): Check
17534 TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
17535
17536 2015-02-17 H.J. Lu <hongjiu.lu@intel.com>
17537
17538 * common.opt (fipa-cp-alignment): New.
17539 * ipa-cp.c (ipcp_store_alignment_results): Check
17540 flag_ipa_cp_alignment.
17541 * opts.c (default_options_table): Enable -fipa-cp-alignment for
17542 -O2.
17543 (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
17544 * doc/invoke.texi: Document -fipa-cp-alignment.
17545
17546 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
17547
17548 PR target/64793
17549 * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
17550 to nil. Adjust comments.
17551
17552 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
17553
17554 * ipa-visibility.c (function_and_variable_visibility): Only
17555 check locality if node is not already local.
17556 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
17557 call_for_symbol_and_aliases instead of
17558 call_for_symbol_thunks_and_aliases.
17559 (ipa_inline): Likewise.
17560 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
17561 first walk aliases.
17562 * ipa.c (symbol_table::remove_unreachable_nodes): Use
17563 call_for_symbol_and_aliases.
17564 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
17565 (ipa_propagate_frequency_1): Use it; use opt_for_fn
17566 (ipa_propagate_frequency): Update.
17567 (ipa_profile): Add opt_for_fn guards.
17568
17569 2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
17570
17571 * config/nvptx/mkoffload.c (parse_file): Fix logic error in
17572 skipping of "strange" tokens.
17573
17574 2015-02-17 Jeff Law <law@redhat.com>
17575
17576 * tree-vrp.c (identify_jump_threads): Use last_stmt. Remove
17577 obsolete comment.
17578
17579 2015-02-17 James Greenhalgh <james.greenhalgh@arm.com>
17580
17581 * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
17582 as forcing a HARD_DEP between instructions, thereby
17583 disallowing rewriting to break dependencies.
17584
17585 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
17586
17587 * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
17588 * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
17589 variables in boundary that have no inlitalizer encoded and are
17590 not aliases.
17591 * varasm.c (default_binds_local_p_2): External definitions do not
17592 count as definitions here.
17593
17594 2015-02-16 Jeff Law <law@redhat.com>
17595
17596 PR tree-optimization/64823
17597 * tree-vrp.c (identify_jump_threads): Handle blocks with no real
17598 statements.
17599 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
17600 threading through blocks with PHIs, but no statements.
17601 (thread_through_normal_block): Distinguish between blocks where
17602 we did not process all the statements and blocks with no statements.
17603
17604 2015-02-16 Jakub Jelinek <jakub@redhat.com>
17605 James Greenhalgh <james.greenhalgh@arm.com>
17606
17607 PR ipa/64963
17608 * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
17609 section if not linkonce. Fix up formatting.
17610 (cgraph_node::create_version_clone_with_body): Copy section.
17611 * trans-mem.c (ipa_tm_create_version): Likewise.
17612
17613 2015-02-16 Richard Biener <rguenther@suse.de>
17614
17615 PR tree-optimization/65077
17616 * tree-ssa-structalias.c (get_constraint_for_1): Handle
17617 IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
17618 (find_func_aliases): Allow float values to carry pointers again.
17619
17620 2015-02-16 James Greenhalgh <james.greenhalgh@arm.com>
17621
17622 * doc/install.texi (Specific): Reorder targets list to put
17623 aarch64 in alphabetical order. Add a link to aarch64*-*-*
17624 from the top menu.
17625
17626 2015-02-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
17627 David Edelsohn <dje.gcc@gmail.com>
17628
17629 PR target/65058
17630 * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
17631 mapping class to external variable or function reference.
17632 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
17633 mapping class.
17634
17635 2015-02-16 David Eelsohn <dje.gcc@gmail.com>
17636
17637 PR target/53348
17638 * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
17639 ASM_WEAKEN_DECL if defined.
17640
17641 2015-02-16 Richard Biener <rguenther@suse.de>
17642
17643 PR lto/65015
17644 * varasm.c (default_file_start): For LTO produced units
17645 emit <artificial> as file directive.
17646
17647 2015-02-16 Richard Biener <rguenther@suse.de>
17648
17649 PR tree-optimization/63593
17650 * tree-predcom.c (execute_pred_commoning_chain): Delay removing
17651 stmts and releasing SSA names until...
17652 (execute_pred_commoning): ... after processing all chains.
17653
17654 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
17655
17656 PR ipa/65059
17657 * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
17658 external functions.
17659
17660 2015-02-15 Sandra Loosemore <sandra@codesourcery.com>
17661
17662 * doc/bugreport.texi: Adjust section titles throughout the file
17663 to use "Title Case".
17664 * doc/extend.texi: Likewise.
17665 * doc/gcov.texi: Likewise.
17666 * doc/implement-c.texi: Likewise.
17667 * doc/implement-cxx.texi: Likewise.
17668 * doc/invoke.texi: Likewise.
17669 * doc/objc.texi: Likewise.
17670 * doc/standards.texi: Likewise.
17671 * doc/trouble.texi: Likewise.
17672
17673 2015-02-15 Jan Hubicka <hubicka@ucw.cz>
17674
17675 * cgraph.h (symtab_node::has_aliases_p): Simplify.
17676 (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
17677 * tree.c (lookup_binfo_at_offset): Make static.
17678 (get_binfo_at_offset): Do not shadow offset; add explanatory
17679 comment.
17680
17681 2015-02-15 John David Anglin <danglin@gcc.gnu.org>
17682
17683 * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
17684 for all floading point loads and stores except those using a register
17685 index address.
17686 * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
17687 to a register.
17688
17689 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
17690
17691 * ipa-inline-analysis.c (growth_data): Add uninlinable field.
17692 (do_estimate_growth_1): Record if any uninlinable edge was seen.
17693 (estimate_growth): Handle uninlinable edges correctly.
17694 (check_callers): New.
17695 (growth_likely_positive): Handle aliases correctly.
17696
17697 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
17698
17699 * ipa-chkp.c: Use iterate_direct_aliases.
17700 * symtab.c (resolution_used_from_other_file_p): Move inline.
17701 (symtab_node::create_reference): Fix formating.
17702 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
17703 (symtab_node::iterate_reference): Move inline.
17704 (symtab_node::iterate_referring): Move inline.
17705 (symtab_node::iterate_direct_aliases): Move inline.
17706 (symtab_node::used_from_object_file_p_worker): Inline into ...
17707 (symtab_node::used_from_object_file_p): ... this one; move inline.
17708 (symtab_node::call_for_symbol_and_aliases): Move inline;
17709 use iterate_direct_aliases.
17710 (symtab_node::call_for_symbol_and_aliases_1): New method.
17711 (cgraph_node::call_for_symbol_and_aliases): Move inline;
17712 use iterate_direct_aliases.
17713 (cgraph_node::call_for_symbol_and_aliases_1): New method.
17714 (varpool_node::call_for_node_and_aliases): Rename to ...
17715 (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
17716 use iterate_direct_aliases.
17717 (varpool_node::call_for_symbol_and_aliases_1): New method.
17718 * ipa.c (ipa_single_use): Use iterate_direct_aliases.
17719 (ipa_discover_readonly_nonaddressable_var): Update.
17720 * ipa-devirt.c: Fix formating.
17721 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
17722 Move inline.
17723 (cgraph_node::call_for_symbol_and_aliases): Move inline.
17724 (cgraph_node::call_for_symbol_and_aliases_1): New function..
17725 * cgraph.h (used_from_object_file_p_worker): Remove.
17726 (resolution_used_from_other_file_p): Move inline.
17727 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
17728 (symtab_node::iterate_reference): Move inline.
17729 (symtab_node::iterate_referring): Move inline.
17730 (symtab_node::iterate_direct_aliases): Move inline.
17731 (symtab_node::used_from_object_file_p_worker): Inline into ...
17732 (symtab_node::used_from_object_file_p): Move inline.
17733 * tree-emutls.c (ipa_lower_emutls): Update.
17734 * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
17735 (varpool_node::call_for_node_and_aliases): Remove.
17736
17737 2015-02-14 Jakub Jelinek <jakub@redhat.com>
17738
17739 PR tree-optimization/62209
17740 * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
17741 op == range->exp, insert seq and gimplified code after labels
17742 instead of after the phi.
17743
17744 2015-02-13 Jeff Law <law@redhat.com>
17745
17746 PR bootstrap/65060
17747 Revert my change for tree-optimization/64823.
17748
17749 2015-02-13 Jakub Jelinek <jakub@redhat.com>
17750
17751 PR tree-optimization/65053
17752 * tree-ssa-phiopt.c (value_replacement): When moving assign before
17753 cond, either reset VR on lhs or set it to phi result VR.
17754
17755 2015-02-13 Jeff Law <law@redhat.com>
17756
17757 PR tree-optimization/64823
17758 * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
17759 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
17760 threading through blocks with PHIs, but no statements.
17761 (thread_through_normal_block): Distinguish between blocks where
17762 we did not process all the statements and blocks with no statements.
17763
17764 PR rtl-optimization/47477
17765 * match.pd (convert (plus/minus (convert @0) (convert @1): New
17766 simplifier to narrow arithmetic.
17767
17768 2015-02-13 Jan Hubicka <hubicka@ucw.cz>
17769
17770 PR ipa/65028
17771 * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
17772 polymorphic call info when type is not known to be preserved.
17773
17774 2015-02-13 Maritn Jambor <mjambor@suse.cz>
17775
17776 PR ipa/65028
17777 * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
17778 (inline_call): Use it.
17779
17780 2015-02-13 Thomas Schwinge <thomas@codesourcery.com>
17781
17782 * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
17783 GOMP_DEVICE_NVIDIA_PTX.
17784
17785 2015-02-13 Jakub Jelinek <jakub@redhat.com>
17786
17787 PR ipa/65034
17788 * stmt.c (emit_case_nodes): Use void_type_node instead of
17789 NULL_TREE as LABEL_DECL type.
17790
17791 2015-02-13 John David Anglin <danglin@gcc.gnu.org>
17792
17793 * config/pa/constraints.md: Change "Q" and "T" constraints to memory
17794 constraints.
17795 * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
17796 symbolic references to data to be forced to constant memory on the
17797 SOM target.
17798
17799 2015-02-13 Ilya Enkovich <ilya.enkovich@intel.com>
17800
17801 PR tree-optimization/65002
17802 * tree-cfg.c (pass_data_fixup_cfg): Don't update
17803 SSA on start.
17804 * tree-sra.c (some_callers_have_no_vuse_p): New.
17805 (ipa_early_sra): Reject functions whose callers
17806 assume function is read only.
17807
17808 2015-02-13 Richard Biener <rguenther@suse.de>
17809
17810 PR lto/65015
17811 * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
17812 for LTO produced CUs.
17813
17814 2015-02-13 Bin Cheng <bin.cheng@arm.com>
17815
17816 PR tree-optimization/64705
17817 * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
17818 * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
17819 * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
17820 (find_bivs, find_givs_in_stmt_scev): Pass new argument to
17821 expand_simple_operations.
17822
17823 2015-02-13 H.J. Lu <hongjiu.lu@intel.com>
17824 Richard Henderson <rth@redhat.com>
17825
17826 PR rtl/32219
17827 * cgraphunit.c (cgraph_node::finalize_function): Set definition
17828 before notice_global_symbol.
17829 (varpool_node::finalize_decl): Likewise.
17830 * varasm.c (default_binds_local_p_2): Rename from
17831 default_binds_local_p_1, add weak_dominate argument. Use direct
17832 returns instead of assigning to local variable. Unify varpool and
17833 cgraph paths via symtab_node. Reject undef weak variables before
17834 testing visibility. Reorder tests for simplicity.
17835 (default_binds_local_p): Use default_binds_local_p_2.
17836 (default_binds_local_p_1): Likewise.
17837 (decl_binds_to_current_def_p): Unify varpool and cgraph paths
17838 via symtab_node.
17839 (default_elf_asm_output_external): Emit visibility when specified.
17840
17841 2015-02-13 Alan Modra <amodra@gmail.com>
17842
17843 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
17844 code setting up r11 for out-of-line fp restore.
17845
17846 2015-02-13 Eric Botcazou <ebotcazou@adacore.com>
17847
17848 * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
17849 (muser-mode): Likewise.
17850
17851 2015-02-13 Alan Modra <amodra@gmail.com>
17852
17853 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
17854 or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
17855
17856 2015-02-12 David Howells <dhowells@redhat.com>
17857
17858 * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
17859 warning.
17860 * tree-ssa-uninit.c (dump_predicates): Likewise.
17861 * opts.c (print_filtered_help): Likewise.
17862
17863 2015-02-12 Jakub Jelinek <jakub@redhat.com>
17864
17865 * dwarf2out.c (output_die): Use "%s", name instead of name to
17866 avoid -Wformat-security warning.
17867
17868 * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
17869 if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
17870 * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
17871 only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
17872
17873 2015-02-12 Jason Merrill <jason@redhat.com>
17874
17875 * common.opt (-flifetime-dse): New.
17876
17877 2015-02-12 Jakub Jelinek <jakub@redhat.com>
17878
17879 PR sanitizer/65019
17880 * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
17881
17882 PR tree-optimization/65014
17883 * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
17884 use original second operand of arg0 or arg1 instead of
17885 that adjusted by STRIP_NOPS.
17886
17887 2015-02-11 Jeff Law <law@redhat.com>
17888
17889 PR target/63347
17890 * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
17891 that needs to be queued, just queue it for a single cycle.
17892
17893 2015-02-11 Jan Hubicka <hubicka@ucw.cz>
17894
17895 * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
17896 bodies of thunks; comment on why.
17897 * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
17898 symbols are extern.
17899
17900 2015-02-11 Richard Henderson <rth@redhat.com>
17901
17902 PR sanitize/65000
17903 * tree-eh.c (mark_reachable_handlers): Mark source and destination
17904 regions of __builtin_eh_copy_values.
17905
17906 2015-02-11 Jakub Jelinek <jakub@redhat.com>
17907
17908 PR middle-end/65003
17909 * varasm.c (place_block_symbol): Assert that DECL_RTL of the
17910 ultimate alias is MEM with SYMBOL_REF satisfying
17911 SYMBOL_REF_HAS_BLOCK_INFO_P as its operand. Don't pass the MEM
17912 to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
17913
17914 2015-02-11 Thomas Schwinge <thomas@codesourcery.com>
17915
17916 * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
17917 "diagnostic-core.h".
17918 (main): Initialize progname, and call diagnostic_initialize.
17919
17920 * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
17921 instead of __OPENMP_TARGET__.
17922
17923 * config/nvptx/mkoffload.c: Include "gomp-constants.h".
17924 (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
17925 hard-coding PTX_ID.
17926
17927 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
17928
17929 * doc/sourcebuild.texi (pie_enabled): Document.
17930
17931 2015-02-11 Martin Liska <mliska@suse.cz>
17932
17933 PR ipa/64813
17934 * cgraphunit.c (cgraph_node::expand_thunk): Do not create
17935 a return value for call to a function that is noreturn.
17936
17937 2015-02-11 Richard Biener <rguenther@suse.de>
17938
17939 PR lto/65015
17940 * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
17941 and -fresolution.
17942
17943 2015-02-11 Andrew Pinski <apinski@cavium.com>
17944
17945 PR target/64893
17946 * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
17947 Change the first argument type to size_type_node and add another
17948 size_type_node.
17949 (aarch64_simd_expand_builtin): Handle the new argument to
17950 AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
17951 print an out when the first two arguments are not
17952 nonzero integer constants.
17953 * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
17954 Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
17955
17956 2015-02-11 Jakub Jelinek <jakub@redhat.com>
17957
17958 PR target/61925
17959 * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
17960 (ix86_reset_previous_fndecl): Restore it here, unconditionally.
17961 (ix86_set_current_function): Rewritten.
17962 (ix86_add_new_builtins): Temporarily clear current_target_pragma
17963 when creating builtin fndecls.
17964
17965 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
17966
17967 PR ipa/65005
17968 * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
17969 function.
17970 * symtab.c (symtab_node::verify_base): Remove check that non-definitions
17971 have no comdat group.
17972 * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
17973 (lto_output_varpool_node): Always output alias info.
17974 (output_refs): Output refs of boundary aliases, too.
17975 (compute_ltrans_boundary): Add alias and thunk target into boundaries.
17976 (output_symtab): Output call eges in thunks in boundary.
17977 (get_alias_symbol): Remove.
17978 (input_node, input_varpool_node): Do not special case weakrefs.
17979 * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
17980 alias and thunks targets in the boundary; do not take removed symbols
17981 from their comdat groups.
17982 * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
17983 (cgraph_node::global_info): Remove.
17984 (cgraph_node::rtl_info): Look through aliases and thunks.
17985 * cgrpah.h (global_info): Remove.
17986 (non_local_p): Remove.
17987
17988 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
17989 Sandra Loosemore <sandra@codesourcery.com>
17990
17991 * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
17992 to inline asm. List dialects in proper order.
17993
17994 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
17995 Sandra Loosemore <sandra@codesourcery.com>
17996
17997 * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
17998
17999 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
18000
18001 * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
18002 modified) reference to Solaris.
18003
18004 2015-02-10 Sandra Loosemore <sandra@codesourcery.com>
18005
18006 * doc/extend.texi (Extended Asm): Fix typos.
18007
18008 2015-02-10 Jakub Jelinek <jakub@redhat.com>
18009
18010 PR sanitizer/65004
18011 * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
18012
18013 2015-02-10 Oleg Endo <olegendo@gcc.gnu.org>
18014
18015 PR target/64661
18016 * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
18017 TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
18018 TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
18019 * config/sh/constraints.md (Ara, Add): New constraints.
18020 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
18021 predicates.
18022 (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
18023 atomic_mem_operand_0. Don't use force_reg on the memory address.
18024 (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
18025 Sra constraint. Convert to insn_and_split. Add workaround for
18026 PR 64974.
18027 (atomic_compare_and_swap<mode>_hard): Copy to
18028 atomic_compare_and_swap<mode>_hard_1. Convert to insn_and_split.
18029 Use atomic_mem_operand_0 predicate.
18030 (atomic_compare_and_swap<mode>_soft_gusa,
18031 atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
18032 AraAdd constraints.
18033 (atomic_compare_and_swap<mode>_soft_tcb,
18034 atomic_compare_and_swap<mode>_soft_imask,
18035 atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
18036 atomic_mem_operand_0 predicate and SraSdd constraints.
18037 (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
18038 constraint.
18039 (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
18040 Convert to insn_and_split. Use atomic_mem_operand_0 predicate.
18041 (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
18042 atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1. Don't use
18043 force_reg on the memory address.
18044 (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
18045 atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
18046 atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
18047 atomic_mem_operand_1 predicate and Sra constraint.
18048 (atomic_fetch_<fetchop_name><mode>_hard): Copy to
18049 atomic_fetch_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
18050 Use atomic_mem_operand_1 predicate.
18051 (atomic_<fetchop_name><mode>_hard): Copy to
18052 atomic_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
18053 Use atomic_mem_operand_1 predicate.
18054 (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
18055 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
18056 (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1. Convert to
18057 insn_and_split. Use atomic_mem_operand_1 predicate.
18058 (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
18059 atomic_<fetchop_name>_fetch<mode>_hard_1. Convert to insn_and_split.
18060 Use atomic_mem_operand_1 predicate.
18061 (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
18062 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
18063 (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
18064 in generated insn with original mem operand before emitting the insn.
18065 (atomic_fetch_<fetchop_name><mode>_soft_gusa,
18066 atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
18067 atomic_<fetchop_name>_fetch<mode>_soft_gusa,
18068 atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
18069 Use atomic_mem_operand_1 predicate and AraAdd constraints.
18070 (atomic_fetch_<fetchop_name><mode>_soft_tcb,
18071 atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
18072 atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
18073 atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
18074 atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
18075 atomic_<fetchop_name>_fetch<mode>_soft_tcb,
18076 atomic_not_fetch<mode>_soft_tcb,
18077 atomic_<fetchop_name>_fetch<mode>_soft_imask,
18078 atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
18079 atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
18080 Use atomic_mem_operand_1 predicate and SraSdd constraints.
18081
18082 2015-02-10 Uros Bizjak <ubizjak@gmail.com>
18083
18084 * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
18085 and 3 earlyclobber operands.
18086
18087 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
18088
18089 * common.opt (fstack-reuse): Mark as optimization.
18090
18091 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
18092
18093 PR ipa/64982
18094 * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
18095
18096 2015-02-10 Trevor Saunders <tsaunders@mozilla.com>
18097
18098 PR tree-optimization/64326
18099 * cfghooks.c (make_forwarder_block): Cap frequency of created block.
18100
18101 2015-02-10 Rainer Emrich <rainer@emrich-ebersheim.de>
18102
18103 PR gcov-profile/61889
18104 * gcov-tool.c: Remove wrong #if !defined(_WIN32)
18105
18106 2015-02-10 Richard Biener <rguenther@suse.de>
18107
18108 PR tree-optimization/64995
18109 * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
18110 value we use is final.
18111 (visit_reference_op_store): Always valueize op.
18112 (visit_use): Properly valueize vuses.
18113
18114 2015-02-10 Richard Biener <rguenther@suse.de>
18115
18116 PR tree-optimization/64909
18117 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
18118 pass a scalar-stmt count estimate to the cost model.
18119 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
18120
18121 2015-02-10 Alexander Monakov <amonakov@ispras.ru>
18122
18123 * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
18124 enabled by default together with var-tracking.
18125
18126 2015-02-10 Nick Clifton <nickc@redhat.com>
18127
18128 * config/rl78/rl78.c: Remove DIV attribute code accidentally
18129 included in previous rl78 commit.
18130
18131 2015-02-10 Richard Biener <rguenther@suse.de>
18132
18133 * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
18134 * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
18135 return the bitpack.
18136
18137 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
18138
18139 PR gcov-profile/61889
18140 * config.in: regenerate.
18141 * configure.in: Likewise.
18142 * configure.ac: Check for ftw.h.
18143 * gcov-tool.c: Check for ftw.h before using nftw.
18144
18145 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
18146
18147 PR lto/64076
18148 * ipa-visibility.c (update_visibility_by_resolution_info): Only
18149 assert when not in lto mode.
18150
18151 2015-02-09 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
18152
18153 * ira-color.c (setup_left_conflict_sizes_p): Simplify
18154 initialization/assignment of conflict_size.
18155
18156 2015-02-09 Jan Hubicka <hubicka@ucw.cz>
18157
18158 PR ipa/64978
18159 * ipa-cp.c (gather_caller_stats): Skip thunks.
18160 (propagate_constants_topo): Skip aliases.
18161
18162 2015-02-09 Kaz Kojima <kkojima@gcc.gnu.org>
18163
18164 PR target/64761
18165 * config/sh/sh.c (sh_option_override): Don't change
18166 -freorder-blocks-and-partition to -freorder-blocks even when
18167 unwinding is enabled.
18168 (sh_can_follow_jump): Return false if the followee jump is
18169 a crossing jump when -freorder-blocks-and-partition is specified.
18170 * config/sh/sh.md (*jump_compact_crossing): New insn.
18171
18172 2015-02-09 Joern Rennecke <joern.rennecke@embecosm.com>
18173 Kaz Kojima <kkojima@gcc.gnu.org>
18174
18175 PR target/64761
18176 * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
18177 * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
18178 (sh_can_redirect_branch): Rename to ...
18179 (sh_can_follow_jump): ... this. Constify argument types.
18180 * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
18181 * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
18182 * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
18183 * doc/tm.texi: Regenerate.
18184
18185 2015-02-09 Jakub Jelinek <jakub@redhat.com>
18186
18187 PR sanitizer/64981
18188 * builtins.c (expand_builtin): Call targetm.expand_builtin
18189 for BUILT_IN_MD builtins regardless of asan_intercepted_p.
18190
18191 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18192
18193 PR ipa/61548
18194 * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
18195
18196 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18197
18198 PR ipa/63566
18199 * ipa-icf.c (set_local): New function.
18200 (sem_function::merge): Use it.
18201
18202 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18203
18204 * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
18205 (add_type_duplicate): Fix comparison of BINFOs.
18206
18207 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18208
18209 * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
18210 on getting VOID pointer.
18211
18212 2015-02-09 Jakub Jelinek <jakub@redhat.com>
18213
18214 PR target/64979
18215 * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
18216 va_list escapes.
18217
18218 2015-02-09 Richard Biener <rguenther@suse.de>
18219
18220 * genmatch.c (replace_id): Copy expr_type.
18221
18222 2015-02-09 Richard Biener <rguenther@suse.de>
18223
18224 * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
18225 (streamer_write_tree_bitfields): Declare.
18226 * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
18227 properly unpack padding.
18228 (unpack_value_fields): Inline ...
18229 (streamer_read_tree_bitfields): ... here.
18230 * tree-streamer-out.c (pack_ts_base_value_fields): Inline
18231 and properly add padding bits.
18232 (streamer_pack_tree_bitfields): Fold into ...
18233 (streamer_write_tree_bitfields): ... this new function,
18234 exposing the bitpack object.
18235 * lto-streamer-out.c (lto_write_tree_1): Call
18236 streamer_write_tree_bitfields.
18237
18238 2015-02-09 Richard Biener <rguenther@suse.de>
18239
18240 PR tree-optimization/54000
18241 * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
18242 (struct ivopts_data): Add loop_loc member.
18243 (tree_ssa_iv_optimize_loop): Dump loop location.
18244 (create_new_ivs): Likewise, also dump number of IVs generated.
18245
18246 2015-02-09 Martin Liska <mliska@suse.cz>
18247
18248 * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
18249 just if not yet registered.
18250 (ipa_icf_generate_summary): Register callgraph hooks.
18251
18252 2015-02-08 Andrew Pinski <apinski@cavium.com>
18253
18254 * config/aarch64/aarch64.c (gty_dummy): Delete.
18255
18256 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18257
18258 PR ipa/63566
18259 * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
18260 (cgraph_node::local_p): Remove thunk related FIXME.
18261
18262 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18263
18264 PR ipa/63566
18265 * i386.c (ix86_function_regparm): Look through aliases to see if callee
18266 is local and optimized.
18267 (ix86_function_sseregparm): Likewise; also use target's SSE math
18268 settings; error out instead of silently generating wrong code
18269 on mismatches.
18270 (init_cumulative_args): Look through aliases.
18271
18272 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18273
18274 PR ipa/63566
18275 * ipa-split.c (execute_split_functions): Split if function has aliases.
18276
18277 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18278
18279 PR ipa/63566
18280 * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
18281 aliases before trying to expand it.
18282 (cgraph_node::expand_thunk): Fix formating.
18283
18284 2015-02-07 Sandra Loosemore <sandra@codesourcery.com>
18285
18286 * doc/extend.texi (Function Attributes [naked]): Copy-edit.
18287 (Using Assembly Language with C): Expand introduction.
18288 (Basic Asm): Copy-edit. Add more information about uses of
18289 basic asm.
18290 (Extended Asm): Copy-edit. Document new escape syntax and
18291 %l[label] syntax.
18292 (Global Reg Vars): Copy-edit.
18293 (Local Reg Vars): Likewise.
18294
18295 2015-02-06 David Edelsohn <dje.gcc@gmail.com>
18296
18297 PR debug/2714
18298 PR bootstrap/64256
18299 * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
18300 (DBX_CONTIN_CHAR): Define.
18301
18302 2015-02-06 Sebastian Pop <s.pop@samsung.com>
18303 Brian Rzycki <b.rzycki@samsung.com>
18304
18305 PR tree-optimization/64878
18306 * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
18307 (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
18308 Stop recursion at loop phi nodes after having visited a loop phi node.
18309
18310 2015-02-06 Jakub Jelinek <jakub@redhat.com>
18311
18312 * toplev.c (process_options): Change flag_ipa_ra before creating
18313 optimization_{default,current}_node.
18314
18315 PR ipa/64896
18316 * cgraphunit.c (cgraph_node::expand_thunk): If
18317 restype is not is_gimple_reg_type nor the thunk_fndecl
18318 returns aggregate_value_p, set restmp to a temporary variable
18319 instead of resdecl.
18320
18321 2015-02-06 Vladimir Makarov <vmakarov@redhat.com>
18322
18323 * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
18324
18325 2015-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
18326
18327 PR target/64205
18328 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
18329 add a general secondary reload handler for SDmode, unless we have
18330 both read/write support for SDmode.
18331
18332 2015-02-06 Jakub Jelinek <jakub@redhat.com>
18333
18334 PR middle-end/64937
18335 * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
18336 Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
18337 or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
18338 1 before, push it to abstract_vec.
18339 (dwarf2out_abstract_function): Adjust caller. Don't call
18340 set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
18341 DECL_ABSTRACT_P flags for all abstract_vec elts.
18342
18343 2015-02-06 Renlin Li <renlin.li@arm.com>
18344
18345 * tree-ssa-forwprop.c (execute): Keep location info while rewrite
18346 complex gimple.
18347 * tree-ssa.c (execute_update_addresses_taken): Likewise.
18348
18349 2015-02-06 Jeff Law <law@redhat.com>
18350
18351 PR target/64889
18352 * config/h8300/h8300.c (push): New argument "in_prologue".
18353 Pass "in_prologue" along to "F".
18354 (h8300_push_pop): Corresponding changes.
18355 (h8300_expand_prologue): Likewise.
18356 (h8300_swap_into_er6): Likewise. Do not set RTX_FRAME_RELATED_P.
18357
18358 2015-02-06 Jakub Jelinek <jakub@redhat.com>
18359
18360 PR rtl-optimization/64957
18361 PR debug/64817
18362 * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
18363 IOR rather than for AND.
18364
18365 2015-02-06 Eric Botcazou <ebotcazou@adacore.com>
18366
18367 PR target/62631
18368 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
18369 of shift-add and (add + shift) operations. Rename local variable.
18370
18371 2015-02-05 Jeff Law <law@redhat.com>
18372
18373 PR target/17306
18374 * config/h8300/constraints.md (U): Correctly dectect
18375 "eightbit_data" memory addresses.
18376 * config/h8300/h8300.c (eightbit_constant_address_p): Also
18377 handle (const (plus (symbol_ref (x)))) where x is declared
18378 as an 8-bit data memory address.
18379 * config/h8300/h8300.md (call, call_value): Correctly detect
18380 "funcvec" functions.
18381
18382 PR target/43264
18383 * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
18384 24 to 28 bits for the H8/300.
18385
18386 2015-02-06 Alan Modra <amodra@gmail.com>
18387
18388 PR target/64876
18389 * config/rs6000/rs6000.c (chain_already_loaded): New function.
18390 (rs6000_call_aix): Use it.
18391
18392 2015-02-05 Jan Hubicka <hubicka@ucw.cz>
18393
18394 * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
18395 check.
18396
18397 2015-02-05 Joern Rennecke <joern.rennecke@embecosm.com>
18398
18399 * config/h8300/constraints.md ("U" constraint): Use strict
18400 variant of REG_OK_FOR_BASE_P after reload has started.
18401
18402 2015-02-04 Mantas Mikaitis <mantas.mikaitis@arm.com>
18403
18404 * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
18405 define to zero if !TARGET_NEON.
18406 (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
18407
18408 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18409 Trevor Saunders <tsaunders@mozilla.com>
18410
18411 PR ipa/61548
18412 * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
18413
18414 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18415
18416 PR ipa/61548
18417 * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
18418 when removing varpool nodes.
18419
18420 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18421
18422 PR ipa/61548
18423 * varpool.c (varpool_node::remove): Fix order of variables.
18424
18425 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18426
18427 PR ipa/64686
18428 * ipa-inline.c (inline_small_functions): Fix ordering issue between
18429 speculation resolution and key updates.
18430
18431 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18432
18433 * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
18434 about not letting any speculative edges unupdated.
18435
18436 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18437
18438 PR gcov/64123
18439 * gcov-io.c (gcov_var): Export.
18440
18441 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18442
18443 PR middle-end/64922
18444 * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
18445 edges that become speculative.
18446
18447 2015-02-04 Jakub Jelinek <jakub@redhat.com>
18448
18449 * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
18450 or DW_LANG_Fortran08.
18451 (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
18452 DW_LANG_Fortran08.
18453 (gen_compile_unit_die): Handle "GNU Fortran2003" and
18454 "GNU Fortran2008" language strings.
18455 * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
18456 * langhooks.h (lang_GNU_Fortran): New prototype.
18457 * langhooks.c (lang_GNU_Fortran): New function.
18458 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
18459 lang_GNU_Fortran.
18460
18461 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
18462
18463 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
18464 (RTX_OK_FOR_OLO10_P): Likewise.
18465
18466 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
18467
18468 * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
18469
18470 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18471
18472 PR middle-end/64922
18473 * gimple.c: Include gimple-ssa.h.
18474 (maybe_remove_unused_call_args): New function.
18475 * gimple.h (maybe_remove_unused_call_args): Declare.
18476 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
18477 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
18478 * gimple-fold.c (gimple_fold_call): Likewise.
18479
18480 2015-02-04 H.J. Lu <hongjiu.lu@intel.com>
18481
18482 PR rtl-optimization/64905
18483 * lra-eliminations.c (setup_can_eliminate): Clear hard frame
18484 pointer alignment if it isn't needed.
18485
18486 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
18487
18488 * config/aarch64/aarch64-cores.def: Add cortex-a72 and
18489 cortex-a72.cortex-a53.
18490 * config/aarch64/aarch64-tune.md: Regenerate.
18491 * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
18492
18493 2015-02-04 Nick Clifton <nickc@redhat.com>
18494
18495 * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
18496 inside a MEM.
18497
18498 2015-02-04 Jakub Jelinek <jakub@redhat.com>
18499
18500 * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
18501 (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
18502 (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
18503 of DEF_BUILTIN.
18504 (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
18505 BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
18506 DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
18507 (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
18508 BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
18509 BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
18510 DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
18511 * tree-core.h (enum built_in_function): In between
18512 BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
18513 for builtins that use DEF_BUILTIN_CHKP macro.
18514
18515 2015-02-04 Alexandre Oliva <aoliva@redhat.com>
18516
18517 PR debug/64817
18518 * cfgexpand.c (expand_debug_expr): Compute unsignedp from
18519 operands for tcc_comparison exprs. Fix typos.
18520
18521 PR debug/64817
18522 * simplify-rtx.c (simplify_binary_operation_1): Simplify one
18523 of two XORs that have an intervening AND or IOR.
18524
18525 PR debug/64817
18526 * simplify-rtx.c (simplify_binary_operation_1): Rewrite
18527 simplification of XOR of AND to not allocate new rtx before
18528 committing to a simplification.
18529
18530 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18531
18532 * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
18533 manual swaps in all peepholes.
18534
18535 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18536
18537 * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
18538 of manual swapping implementation.
18539 (aarch64_expand_vec_perm_const_1): Likewise.
18540
18541 2015-02-04 James Greenhalgh <james.greenhalgh@arm.com>
18542
18543 * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
18544 (generic_addrcost_table): Remove NAMED_PARAM.
18545 (cortexa57_addrcost_table): Likewise.
18546 (xgene1_addrcost_table): Likewise.
18547 (generic_regmove_table): Likewise.
18548 (cortexa53_regmove_table): Likewise.
18549 (xgene1_regmove_table): Likewise.
18550 (generic_vector_table): Likewise.
18551 (cortexa57_vector_table): Likewise.
18552 (xgene1_vector_table): Likewise.
18553 (generic_tunings): Likewise.
18554 (cortexa53_tunings): Likewise.
18555 (cortexa57_tunings): Likewise.
18556 (xgene1_tunings): Likewise.
18557
18558 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
18559
18560 * config/arm/arm-cores.def: Add cortex-a72 and
18561 cortex-a72.cortex-a53.
18562 * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
18563 * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
18564 * config/arm/arm-tune.md: Regenerate.
18565 * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
18566 "cortex-a72.cortex-a53".
18567 * doc/invoke.texi (ARM Options/-mtune): Likewise.
18568
18569 2015-02-04 Nick Clifton <nickc@redhat.com>
18570
18571 PR target/64408
18572 * config/fr30/predicates.md (di_operand): Add SUBREG to the list
18573 of accepted codes.
18574 (nonimmediate_di_operand): Likewise.
18575
18576 * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
18577 prefixes of known F5 using MSP430 MCUs.
18578
18579 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18580
18581 * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
18582 * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
18583 instead of __builtin_sqrt.
18584
18585 2015-02-04 Ilya Enkovich <ilya.enkovich@intel.com>
18586
18587 * varasm.c (do_assemble_alias): Follow transparent alias
18588 chain for target.
18589 (default_assemble_visibility): Follow transparent alias
18590 chain for decl name.
18591
18592 2015-02-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
18593
18594 PR middle-end/62103
18595 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
18596 to compute size of referenced value in the constant case.
18597
18598 2015-02-03 Jakub Jelinek <jakub@redhat.com>
18599
18600 PR rtl-optimization/64756
18601 * cse.c (invalidate_dest): New function.
18602 (cse_insn): Use it. If dest != SET_DEST (sets[i].rtl) and
18603 HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
18604 invalidate and do not record it.
18605
18606 2015-02-03 Oleg Endo <olegendo@gcc.gnu.org>
18607
18608 PR target/64660
18609 * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
18610 atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
18611 atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
18612 atomic_nand<mode>_soft_tcb): New insns.
18613 (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
18614 Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
18615 (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
18616 Split into atomic_not_fetchsi_hard if operands[0] is unused.
18617 (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
18618 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
18619 (atomic_fetch_not<mode>_hard): Convert to insn_and_split. Split into
18620 atomic_not<mode>_hard if operands[0] is unused.
18621 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
18622 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
18623 if operands[0] is unused.
18624 (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split. Split
18625 into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
18626 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
18627 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
18628 unused.
18629 (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split. Split
18630 into atomic_not<mode>_soft_tcb if operands[0] is unused.
18631 (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
18632 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
18633 if operands[0] is unused.
18634 (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split. Split
18635 into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
18636 (atomic_fetch_nandsi_hard): Convert to insn_and_split. Split into
18637 atomic_nand_fetchsi_hard if operands[0] is unused.
18638 (atomic_fetch_nand<mode>_hard): Convert to insn_and_split. Split into
18639 atomic_nand<mode>_hard if operands[0] is unused.
18640 (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split. Split
18641 into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
18642 (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split. Split
18643 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
18644 (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split. Split
18645 into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
18646 (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
18647 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
18648 (atomic_not_fetch<mode>_hard): Convert to insn_and_split. Split into
18649 atomic_not<mode>_hard if operands[0] is unused.
18650 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
18651 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
18652 unused.
18653 (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
18654 into atomic_not<mode>_soft_tcb if operands[0] is unused.
18655 (atomic_nand_fetch<mode>_hard): Convert to insn_and_split. Split into
18656 atomic_nand<mode>_hard if operands[0] is unused.
18657 (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
18658 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
18659
18660 2015-02-03 David Malcolm <dmalcolm@redhat.com>
18661
18662 PR jit/64810
18663 * Makefile.in (GCC_OBJS): Add gcc-main.o.
18664 * gcc-main.c: New file, containing "main" taken from gcc.c.
18665 * gcc.c (do_self_spec): Free decoded_options.
18666 (class driver): Move declaration to gcc.h.
18667 (main): Move declaration and implementation to new file
18668 gcc-main.c.
18669 (driver_get_configure_time_options): New function.
18670 * gcc.h (class driver): Move this declaration here, from
18671 gcc.c.
18672 (driver_get_configure_time_options): New declaration.
18673
18674 2015-02-03 Jan Hubicka <hubicka@ucw.cz>
18675
18676 * ipa-inline-analysis.c (simple_edge_hints): Fix check for
18677 cross-module inlining.
18678 * cgraph.h (cgraph_node): Add flag merged.
18679 * ipa-icf.c (sem_function::merge): Maintain it.
18680
18681 2015-02-03 Richard Sandiford <richard.sandiford@arm.com>
18682
18683 * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
18684 instead of OBJECT_P.
18685
18686 2015-02-03 Eric Botcazou <ebotcazou@adacore.com>
18687
18688 PR target/62631
18689 * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
18690 (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
18691 * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
18692 int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
18693
18694 2015-02-03 Jakub Jelinek <jakub@redhat.com>
18695
18696 PR other/63504
18697 * combine.c (reg_n_sets_max): New variable.
18698 (can_change_dest_mode, reg_nonzero_bits_for_combine,
18699 reg_num_sign_bit_copies_for_combine, get_last_value_validate,
18700 get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
18701 (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
18702 (rest_of_handle_combine): Initialize reg_n_sets_max.
18703
18704 2015-02-02 Jan Hubicka <hubicka@ucw.cz>
18705
18706 * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
18707 if some always_inline was inlined, apply changes before inlining
18708 heuristically.
18709
18710 2015-02-02 David Malcolm <dmalcolm@redhat.com>
18711
18712 PR jit/64810
18713 * config/arm/arm.c (arm_option_override): Set
18714 arm_selected_arch/cpu/tune to NULL on entry.
18715
18716 2015-02-02 Tejas Belagod <tejas.belagod@arm.com>
18717 Andrew Pinski <pinskia@gcc.gnu.org>
18718 Jakub Jelinek <jakub@gcc.gnu.org>
18719
18720 PR target/64231
18721 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
18722 integer typing for small model. Use IN_RANGE.
18723
18724 2015-02-02 Richard Biener <rguenther@suse.de>
18725
18726 * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
18727 * tree-vrp.c (vrp_valueize_1): Likewise.
18728
18729 2015-02-02 Alan Modra <amodra@gmail.com>
18730
18731 * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
18732 than mem for toc_restore.
18733 * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
18734 (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
18735 (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
18736
18737 2015-02-01 David Edelsohn <dje.gcc@gmail.com>
18738
18739 PR target/64047
18740 * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
18741 explicit default options.
18742
18743 2015-02-01 Jan Hubicka <hubicka@ucw.cz>
18744
18745 PR ipa/64872
18746 * ipa-utils.c (ipa_merge_profiles): Add release argument.
18747 * ipa-icf.c (sem_function::merge): Do not release body when merging.
18748 * ipa-utils.h (ipa_merge_profiles): Update prototype.
18749
18750 2015-02-01 Jakub Jelinek <jakub@redhat.com>
18751
18752 PR debug/64817
18753 * cfgexpand.c (deep_ter_debug_map): New variable.
18754 (avoid_deep_ter_for_debug): New function.
18755 (expand_debug_expr): If TERed SSA_NAME is in
18756 deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
18757 instead of trying to expand SSA_NAME's def stmt.
18758 (expand_debug_locations): When expanding debug bind
18759 of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
18760 temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
18761 value.
18762 (pass_expand::execute): Call avoid_deep_ter_for_debug on
18763 all debug bind stmts. Delete deep_ter_debug_map after
18764 expand_debug_location if non-NULL and clear it.
18765
18766 2015-02-01 Oleg Endo <olegendo@gcc.gnu.org>
18767
18768 PR target/64851
18769 * config/sh/sync.md (atomic_fetch_notsi_hard,
18770 atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
18771 atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
18772 atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
18773 atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
18774 atomic_not_fetch<mode>_soft_imask): New insns.
18775
18776 2015-02-01 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
18777
18778 * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
18779 (rank_for_schedule_debug): Split from ...
18780 (rank_for_schedule): ... this.
18781 (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
18782 * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
18783
18784 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
18785
18786 * doc/md.texi (Machine Constraints): Alphabetize table by target.
18787 * doc/extend.texi (x86 Variable Attributes): Move section to
18788 correct alphabetization after renaming.
18789 (x86 Type Attributes): Likewise.
18790 (Target Builtins): Re-alphabetize menu.
18791 (x86 Built-in Functions): Move section to correct alphabetization
18792 after renaming.
18793 (x86 transactional memory intrinsics): Likewise.
18794 * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
18795 and x86 Windows Options in table and menu.
18796 (x86 Options): Move section to correct alphabetization after
18797 renaming.
18798 (x86 Windows Options): Likewise.
18799
18800 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
18801
18802 * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
18803 preferred names of the architecture and its 32- and 64-bit
18804 variants.
18805 * doc/invoke.texi: Likewise.
18806 * doc/md.texi: Likewise.
18807
18808 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
18809
18810 PR target/64882
18811 * config/i386/predicates.md (address_no_seg_operand): Reject
18812 non-CONST_INT_P operands in invalid mode.
18813
18814 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
18815
18816 * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
18817 address_operand 0. Rename from *prefetch_prefetchwt1_<mode>.
18818 * config/i386/predicates.md (address_no_seg_operand): Call
18819 address_operand with VOIDmode.
18820 (vsib_address_operand): Ditto.
18821 (address_mpx_no_base_operand): Ditto.
18822 (address_mpx_no_index_operand): Ditto.
18823
18824 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
18825
18826 PR target/64688
18827 * lra-constraints.c (original_subreg_reg_mode): New.
18828 (simplify_operand_subreg): Try to simplify subreg of const. Use
18829 original_subreg_reg_mode for it.
18830 (swap_operands): Update original_subreg_reg_mode.
18831 (curr_insn_transform): Set up original_subreg_reg_mode.
18832
18833 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
18834
18835 PR target/64617
18836 * lra-constraints.c (prohibited_class_reg_set_mode_p): New
18837 function.
18838 (process_alt_operands): Use it.
18839 (curr_insn_transform): Check the optional reload pseudo class is
18840 ok for the mode.
18841
18842 2015-01-30 Joseph Myers <joseph@codesourcery.com>
18843
18844 * diagnostic.c (fatal_error (const char *, ...)): Remove function.
18845 * diagnostic-core.h (fatal_error (const char *, ...)): Remove
18846 prototype.
18847 * toplev.h (init_asm_output): Update comment on use of
18848 UNKNOWN_LOCATION with fatal_error.
18849 * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
18850 config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
18851 config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
18852 config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
18853 config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
18854 config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
18855 config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
18856 ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
18857 lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
18858 lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
18859 tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
18860 fatal_error changed to pass input_location as first argument.
18861
18862 2015-01-30 Martin Liska <mliska@suse.cz>
18863
18864 * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
18865 in #pragma GCC diagnostic guards.
18866
18867 2015-01-30 Richard Biener <rguenther@suse.de>
18868
18869 PR tree-optimization/64829
18870 * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
18871 not add a widening conversion pattern but hand off extra
18872 widenings to callers.
18873 (vect_recog_widen_mult_pattern): Handle extra widening produced
18874 by vect_handle_widen_op_by_const.
18875 (vect_recog_widen_shift_pattern): Likewise.
18876 (vect_pattern_recog_1): Remove excess vertical space in dumping.
18877 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
18878 (vect_init_vector_1): Likewise.
18879 (vect_get_vec_def_for_operand): Likewise.
18880 (vect_finish_stmt_generation): Likewise.
18881 (vectorizable_load): Likewise.
18882 (vect_analyze_stmt): Likewise.
18883 (vect_is_simple_use): Likewise.
18884
18885 2015-01-29 Jeff Law <law@redhat.com>
18886
18887 * combine.c (try_combine): Fix typo in comment.
18888
18889 2015-01-29 Segher Boessenkool <segher@kernel.crashing.org>
18890
18891 PR target/64580
18892 * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
18893 (rs6000_stack_info): Add assert.
18894 (rs6000_output_savres_externs): New function, split off from...
18895 (rs6000_output_function_prologue): ... here. Do not call it for
18896 thunks.
18897
18898 2015-01-29 Jeff Law <law@redhat.com>
18899
18900 PR target/15184
18901 * combine.c (try_combine): If I0 is a memory load and I3 a store
18902 to a related address, increase the "goodness" of doing a 4-insn
18903 combination with I0-I3.
18904 (make_field_assignment): Handle SUBREGs in the ior+and case.
18905
18906 2015-01-29 Yuri Rumyantsev <ysrumyan@gmail.com>
18907
18908 PR tree-optimization/64746
18909 * tree-if-conv.c (mask_exists): New function.
18910 (predicate_mem_writes): Save created mask with given size for further
18911 use.
18912 (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
18913 (ifcvt_repair_bool_pattern): Collect all statements that are root
18914 of bool pattern and use iterative algorithm to remove multiple uses
18915 of predicates, display number of required iterations.
18916
18917 2015-01-29 Richard Biener <rguenther@suse.de>
18918
18919 PR tree-optimization/64853
18920 * tree-vrp.c (vrp_valueize_1): Do not return anything if the
18921 stmt will get simulated again.
18922 * tree-ssa-ccp.c (valueize_op_1): Likewise.
18923
18924 2015-01-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18925
18926 * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
18927 return_in_pc. Remove redundant assignments.
18928 (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
18929 (arm_expand_epilogue): Don't compare boolean with true in if condition.
18930
18931 2015-01-29 Uros Bizjak <ubizjak@gmail.com>
18932
18933 * config/i386/i386.c (ix86_mode_after): Make static.
18934
18935 2015-01-29 Richard Biener <rguenther@suse.de>
18936
18937 PR tree-optimization/64844
18938 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
18939 dump cost model analysis.
18940 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
18941 Do not register adjusted load/store costs here.
18942
18943 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
18944 Uros Bizjak <ubizjak@gmail.com>
18945
18946 * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
18947 * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
18948 using x86_use_pseudo_pic_reg.
18949 * config/i386/i386.c (ix86_conditional_register_usage): Remove
18950 support for fixed PIC register.
18951 (ix86_use_pseudo_pic_reg): Not static any more.
18952
18953 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
18954
18955 PR middle-end/64805
18956 * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
18957 to avoid error in cgraph node verification.
18958
18959 2015-01-29 Marek Polacek <polacek@redhat.com>
18960
18961 * doc/standards.texi: Reflect that the default for C is gnu11.
18962
18963 2015-01-29 Kaz Kojima <kkojima@gcc.gnu.org>
18964
18965 PR target/64761
18966 * reorg.c (switch_text_sections_between_p): New function.
18967 (relax_delay_slots): Call it when testing if the jump insn
18968 is removable. Use targetm.can_follow_jump when testing if
18969 the conditional branch can follow an unconditional jump.
18970
18971 2015-01-27 Caroline Tice <cmtice@google.com>
18972
18973 Committing VTV Cywin/Ming patch for Patrick Wollgast
18974 * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
18975 if -fvtable-verify=preinit/std is used.
18976 * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
18977 * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
18978 * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
18979 if -fvtable-verify=preinit/std is used.
18980 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
18981 * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
18982 if -fvtable-verify=preinit/std is used.
18983 * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
18984 * config/i386/mingw32.h (LIB_SPEC): Likewise.
18985 * varasm.c (assemble_variable): Add code to properly set the comdat
18986 section and name for the .vtable_map_vars section in case the
18987 target is PE or COFF.
18988
18989 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
18990
18991 PR ipa/64801
18992 * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
18993 make sane BB profile.
18994 (cgraph_node::expand_thunk): Make sane BB profile.
18995 (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
18996 * cgraph.h (init_lowered_empty_function): Update prototype.
18997 * config/i386/i386.c (make_resolver_func): Update call.
18998 * predict.c (gate): Disable branch prediction pass if
18999 profile is already there.
19000
19001 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
19002
19003 * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
19004 * opth-gen.awk: Likewise.
19005 * common.opt: Mark flag_fp_contract_mode as Optimization.
19006
19007 2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
19008
19009 * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
19010 * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
19011
19012 2015-01-28 Oleg Endo <olegendo@gcc.gnu.org>
19013
19014 PR target/64659
19015 * config/sh/predicates.md (atomic_arith_operand,
19016 atomic_logical_operand): Remove.
19017 * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
19018 (atomic_arith_operand_0): New predicate.
19019 (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
19020 Use atomic_arith_operand_0 for input values.
19021 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
19022 atomic_compare_and_swap<mode>_soft_gusa,
19023 atomic_compare_and_swap<mode>_soft_tcb,
19024 atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
19025 arith_reg_operand instead of register_operand.
19026 (atomic_exchange<mode>): Use arith_reg_dest for output value. Use
19027 atomic_arith_operand_0 for newval input.
19028 (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
19029 atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
19030 atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
19031 arith_reg_operand instead of register_operand.
19032 (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
19033 fetchop_predicate_1, fetchop_constraint_1_llcs,
19034 fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
19035 fetchop_constraint_1_imask): New code iterator attributes.
19036 (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
19037 register_operand. Use fetchop_predicate_1.
19038 (atomic_fetch_<fetchop_name>si_hard,
19039 atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
19040 register_operand. Use fetchop_predicate_1, fetchop_constraint_1_llcs.
19041 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
19042 and arith_reg_operand instead of register_operand. Use
19043 fetchop_predicate_1, fetchop_constraint_1_gusa.
19044 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
19045 and arith_reg_operand instead of register_operand. Use
19046 fetchop_predicate_1, fetchop_constraint_1_tcb. Adjust asm sequence
19047 to allow R0 usage.
19048 (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
19049 and arith_reg_operand instead of register_operand. Use
19050 fetchop_predicate_1, fetchop_constraint_1_imask. Adjust asm sequence
19051 to allow R0 usage.
19052 (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
19053 register_operand. Use atomic_logical_operand_1.
19054 (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
19055 atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
19056 arith_reg_operand instead of register_operand.
19057 (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
19058 Use arith_reg_dest and arith_reg_operand instead of register_operand.
19059 Use logical_operand and rK08. Adjust asm sequence to allow R0 usage.
19060 (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
19061 register_operand. Use fetchop_predicate_1.
19062 (atomic_<fetchop_name>_fetchsi_hard,
19063 atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
19064 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19065 fetchop_constraint_1_llcs.
19066 (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
19067 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19068 fetchop_constraint_1_gusa.
19069 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
19070 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19071 fetchop_constraint_1_tcb. Adjust asm sequence to allow R0 usage.
19072 (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
19073 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19074 fetchop_constraint_1_imask. Adjust asm sequence to allow R0 usage.
19075 (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
19076 register_operand. Use atomic_logical_operand_1.
19077 (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
19078 atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
19079 arith_reg_operand instead of register_operand.
19080 (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
19081 arith_reg_operand instead of register_operand. Use logical_operand
19082 and K08. Adjust asm sequence to allow R0 usage.
19083 (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
19084 arith_reg_operand instead of register_operand. Use logical_operand
19085 and K08.
19086
19087 2015-01-28 Jakub Jelinek <jakub@redhat.com>
19088
19089 PR other/63504
19090 * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
19091 Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
19092 (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
19093 only get_full_len HOST_WIDE_INTs from get_val () array rather than
19094 all bits in *val_wide.
19095
19096 2015-01-28 Jan Hubicka <hubicka@ucw.cz>
19097
19098 * varpool.c (tls_model_names): Fix names.
19099 (varpool_node::dump): Dump tls- prefix for tls models.
19100
19101 2015-01-28 Thomas Schwinge <thomas@codesourcery.com>
19102 Bernd Schmidt <bernds@codesourcery.com>
19103 Nathan Sidwell <nathan@codesourcery.com>
19104
19105 * config/nvptx/mkoffload.c: New file.
19106 * config/nvptx/t-nvptx: Add build rules for it.
19107 * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
19108 (extra_programs): Add mkoffload.
19109 * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
19110 function.
19111 (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
19112
19113 2015-01-28 Yuri Rumyantsev <ysrumyan@gmail.com>
19114
19115 PR middle-end/64809
19116 * cfgexpand.c (reorder_operands): Skip debug gimples.
19117
19118 2015-01-28 Ilya Enkovich <ilya.enkovich@intel.com>
19119
19120 PR tree-optimization/64277
19121 * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
19122 range info when possible to refine estimation.
19123
19124 2015-01-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
19125
19126 PR tree-optimization/64718
19127 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
19128 be a 16bit unsigned integer when n->range is 16.
19129 (bswap_replace): Convert src to that type if necessary for all bswap
19130 sizes. Fix rotation right notation in nearby comment. Use bswap_type
19131 set in pass_optimize_bswap::execute ().
19132
19133 2015-01-28 James Greenhalgh <james.greenhalgh@arm.com>
19134
19135 * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
19136 * config/aarch64/aarch64-simd-builtins.def (abs): Split by
19137 integer and floating point variants.
19138 * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
19139
19140 2015-01-28 Robert Suchanek <robert.suchanek@imgtec.com>
19141
19142 * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
19143 for all vector modes.
19144
19145 2015-01-28 Jakub Jelinek <jakub@redhat.com>
19146
19147 PR bootstrap/64612
19148 * doc/sourcebuild.texi (comdat_group): Document.
19149
19150 2015-01-28 Terry Guo <terry.guo@arm.com>
19151
19152 * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
19153
19154 2015-01-27 David Malcolm <dmalcolm@redhat.com>
19155
19156 * toplev.c (print_version): Add param "show_global_state", and
19157 only print GGC and plugin information if it is true.
19158 (init_asm_output): Pass in "true" for the new param when calling
19159 print_version.
19160 (process_options): Likewise.
19161 (toplev::main): Likewise.
19162 * toplev.h (print_version): Add new param to decl.
19163
19164 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
19165
19166 PR ipa/60871
19167 PR ipa/64139
19168 * tree.c (lookup_binfo_at_offset): New function.
19169 (get_binfo_at_offset): Use it.
19170
19171 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
19172
19173 PR ipa/64282
19174 * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
19175 on vtable being vtable.
19176
19177 2015-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
19178
19179 * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
19180 * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
19181 -mhotpatch= option.
19182 * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
19183 -mno-hotpatch options. Change syntax of -mhotpatch= option.
19184 * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
19185 Renamed.
19186 (s390_hotpatch_trampoline_halfwords_max): Renamed.
19187 (s390_hotpatch_hw_max): New name.
19188 (s390_hotpatch_trampoline_halfwords): Renamed.
19189 (s390_hotpatch_hw_before_label): New name.
19190 (get_hotpatch_attribute): Removed.
19191 (s390_hotpatch_hw_after_label): New name.
19192 (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
19193 attribute.
19194 (s390_attribute_table): Ditto.
19195 (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
19196 (s390_function_num_hotpatch_hw): New name.
19197 Remove special handling of inline functions and hotpatching.
19198 Return number of nops before and after the function label.
19199 (s390_can_inline_p): Removed.
19200 (s390_asm_output_function_label): Emit a configurable number of nops
19201 after the function label.
19202 (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
19203 (TARGET_CAN_INLINE_P) Removed.
19204 (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
19205
19206 2015-01-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19207 Jiong Wang <jiong.wang@arm.com>
19208
19209 * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
19210 of scratch reg.
19211 (cb<optab><mode>1): Likewise.
19212 * config/aarch64/iterators.md (bcond): New define_code_attr.
19213
19214 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19215
19216 * config/s390/s390.c (s390_memory_move_cost): Increase costs for
19217 memory accesses.
19218
19219 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19220
19221 * config/s390/s390.c (s390_register_move_cost): Increase costs for
19222 FPR->GPR moves.
19223
19224 2015-01-27 Richard Biener <rguenther@suse.de>
19225
19226 * tree-vrp.c (update_value_range): Intersect the range with
19227 old recorded SSA name range information.
19228
19229 2015-01-27 Nick Clifton <nickc@redhat.com>
19230
19231 * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
19232 BC, DE and HL registers directly, not via AX.
19233 When decrementing the stack pointer by a large amount, transfer SP
19234 into AX and perform the subtraction there.
19235 (rl78_expand_epilogue): Perform the inverse of the above
19236 enhancements.
19237
19238 2015-01-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19239
19240 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
19241
19242 2015-01-27 Jakub Jelinek <jakub@redhat.com>
19243 Yury Gribov <y.gribov@samsung.com>
19244
19245 PR ubsan/64741
19246 * ubsan.c (ubsan_source_location): Refactor code.
19247 (ubsan_type_descriptor): Update type size. Refactor code.
19248
19249 2015-01-27 Richard Biener <rguenther@suse.de>
19250
19251 PR tree-optimization/56273
19252 PR tree-optimization/59124
19253 PR tree-optimization/64277
19254 * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
19255 from the first VRP pass.
19256
19257 2015-01-27 Jakub Jelinek <jakub@redhat.com>
19258
19259 PR ipa/64776
19260 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
19261 handle the first argument in the same loop as all the other arguments.
19262
19263 PR rtl-optimization/61058
19264 * jump.c (cleanup_barriers): Update basic block boundaries
19265 if BLOCK_FOR_INSN is non-NULL on PREV.
19266
19267 2015-01-27 Ilya Enkovich <ilya.enkovich@intel.com>
19268
19269 * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
19270 bounds narrowing, already instrumented calls and calls to
19271 not instrumentable functions.
19272
19273 2015-01-27 Jakub Jelinek <jakub@redhat.com>
19274
19275 PR tree-optimization/64807
19276 * wide-int.cc (wi::divmod_internal): Clear
19277 b_dividend[dividend_blocks_needed].
19278
19279 2015-01-26 DJ Delorie <dj@redhat.com>
19280
19281 * config/rl78/rl78.c (move_elim_pass): Don't optimize away
19282 volatile memory references.
19283
19284 2015-01-26 Oleg Endo <olegendo@gcc.gnu.org>
19285
19286 PR target/49263
19287 * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
19288 remove_insn.
19289 * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
19290 shifts if it already fits into K08.
19291
19292 2015-01-26 Jakub Jelinek <jakub@redhat.com>
19293
19294 PR ipa/64730
19295 * ipa-inline.c (inline_small_functions): Print "unknown" even
19296 if edge->call_stmt is non-NULL, but has builtins or unknown
19297 location.
19298
19299 PR middle-end/64421
19300 * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
19301 with asterisk, skip the first character.
19302
19303 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
19304
19305 PR target/64806
19306 * config/i386/i386 (feature_priority): Revert the last P_POPCNT
19307 order change.
19308
19309 2015-01-26 Uros Bizjak <ubizjak@gmail.com>
19310
19311 PR target/64795
19312 * config/i386/i386.md (*movdi_internal): Also check operand 0
19313 to determine TYPE_LEA operand.
19314 (*movsi_internal): Ditto.
19315
19316 2015-01-26 Jakub Jelinek <jakub@redhat.com>
19317
19318 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
19319 OPTION_MASK_QUAD_MEMORY_ATOMIC.
19320
19321 2015-01-26 Renlin Li <renlin.li@arm.com>
19322
19323 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
19324 the comment.
19325 * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
19326 for higher part.
19327
19328 2015-01-26 Richard Biener <rguenther@suse.de>
19329
19330 PR middle-end/64764
19331 * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
19332 combining two BIT_AND_EXPR predicates.
19333
19334 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
19335
19336 PR bootstrap/64754
19337 * tree-ssa-structalias.c (new_var_info): Initialize ruid.
19338
19339 2015-01-26 Terry Guo <terry.guo@arm.com>
19340
19341 * config/arm/arm.c (arm_file_start): Update the assignment of
19342 Tag_ABI_HardFP_use.
19343
19344 2015-01-25 James Greenhalgh <james.greenhalgh@arm.com>
19345
19346 * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
19347 pipeline model.
19348 config/arm/arm.md: Include the new Cortex-A57 model.
19349 (generic_sched): Don't use generic_sched when tuning for
19350 Cortex-A57.
19351
19352 2015-01-25 Allan Sandfeld Jensen <sandfeld@kde.org>
19353 Uros Bizjak <ubizjak@gmail.com>
19354
19355 * config/i386/i386.c (get_builtin_code_for_version): Add
19356 support for BMI and BMI2 multiversion functions.
19357
19358 2015-01-25 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
19359
19360 * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
19361 (extract_bit_field): Likewise.
19362 (extract_low_bits): Likewise.
19363 (expand_mult): Likewise.
19364 (expand_mult_highpart_adjust): Likewise.
19365
19366 2015-01-24 H.J. Lu <hongjiu.lu@intel.com>
19367
19368 * config/i386/driver-i386.c (host_detect_local_cpu): Check new
19369 Silvermont, Haswell, Broadwell and Knights Landing model numbers.
19370 * config/i386/i386.c (processor_model): Add
19371 M_INTEL_COREI7_BROADWELL.
19372 (arch_names_table): Add "broadwell".
19373
19374 2015-01-24 Oleg Endo <olegendo@gcc.gnu.org>
19375
19376 PR target/49263
19377 PR target/53987
19378 PR target/64345
19379 PR target/59533
19380 PR target/52933
19381 PR target/54236
19382 PR target/51244
19383 * config/sh/sh-protos.h
19384 (sh_extending_set_of_reg::can_use_as_unextended_reg,
19385 sh_extending_set_of_reg::use_as_unextended_reg,
19386 sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
19387 sh_is_movrt_insn, sh_insn_operands_modified_between_p,
19388 sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
19389 sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
19390 (sh_treg_insns): New class.
19391 * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
19392 (scope_counter): New class.
19393 (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
19394 sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
19395 sh_extending_set_of_reg::can_use_as_unextended_reg,
19396 sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
19397 sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
19398 sh_split_treg_set_expr): New functions.
19399 (addsubcosts): Handle treg_set_expr.
19400 (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
19401 (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
19402 (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
19403 (sh_insn_operands_modified_between_p): Make non-static.
19404 * config/sh/predicates.md (zero_extend_movu_operand): Allow
19405 simple_mem_operand in addition to displacement_mem_operand.
19406 (zero_extend_operand): Don't allow zero_extend_movu_operand.
19407 (treg_set_expr, treg_set_expr_not_const01,
19408 arith_reg_or_treg_set_expr): New predicates.
19409 * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
19410 arith_or_int_operand instead of logical_operand. Convert to
19411 insn_and_split. Try to optimize constant operand in splitter.
19412 (tsthi_t, tstqi_t): Fold into *tst<mode>_t. Convert to insn_and_split.
19413 (*tstqi_t_zero): Delete.
19414 (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
19415 (tstsi_t_and_not): Delete.
19416 (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
19417 Convert to insn_and_split.
19418 (unnamed split, tstsi_t_zero_extract_xor,
19419 tstsi_t_zero_extract_subreg_xor_little,
19420 tstsi_t_zero_extract_subreg_xor_big): Delete.
19421 (*tstsi_t_shift_mask): New insn_and_split.
19422 (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
19423 to recombine with surrounding insns when splitting.
19424 (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
19425 (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
19426 (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
19427 *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
19428 (*cbranch_div0s: Delete.
19429 (*addc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
19430 Try to recombine with surrounding insns when splitting. Add operand
19431 order variants.
19432 (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
19433 (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
19434 *addc_r_r_msb, *addc_2r_msb): Delete.
19435 (*addc_2r_lsb): Rename to *addc_2r_t. Use treg_set_expr. Add operand
19436 order variant.
19437 (*addc_negreg_t): New insn_and_split.
19438 (*subc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
19439 Try to recombine with surrounding insns when splitting.
19440 Add operand order variants.
19441 (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
19442 insn_and_split patterns.
19443 (*rotcr): Use arith_reg_or_treg_set_expr. Try to recombine with
19444 surrounding insns when splitting.
19445 (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
19446 (*rotcl): Likewise. Add zero_extract variant.
19447 (*ashrsi2_31): New insn_and_split.
19448 (*negc): Convert to insn_and_split. Use treg_set_expr.
19449 (*zero_extend<mode>si2_disp_mem): Update comment.
19450 (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
19451 condition.
19452 (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr. Try to recombine
19453 with surrounding insns when splitting.
19454 (any_treg_expr_to_reg): New insn_and_split.
19455 (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
19456 *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
19457 *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
19458 *zero_extract_2): New single bit zero extract patterns.
19459 (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
19460 (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
19461 *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
19462 *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
19463 set destination.
19464 (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
19465 register_operand for set source.
19466
19467 2015-01-23 Jan Hubicka <hubicka@ucw.cz>
19468
19469 * i386.opt (prefetch_sse): New targetsave.
19470 * i386.c (ix86_function_specific_save): Save prefetch_sse.
19471 (ix86_function_specific_restore): Restore prefetch_sse and initialize
19472 ix86_cost/ix86_tune_cost.
19473
19474 2015-01-23 David Malcolm <dmalcolm@redhat.com>
19475
19476 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
19477 Support the JIT by using 0 as the language type.
19478
19479 2015-01-23 Vladimir Makarov <vmakarov@redhat.com>
19480
19481 PR target/64317
19482 * lra-lives.c (make_hard_regno_born): Add parameter. Don't make
19483 REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
19484 (mark_regno_live, process_bb_lives): Pass new parameter value to
19485 make_hard_regno_born.
19486
19487 2015-01-23 Jakub Jelinek <jakub@redhat.com>
19488
19489 PR rtl-optimization/63637
19490 PR rtl-optimization/60663
19491 * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
19492 if elt->cost is MAX_COST for ASM_OPERANDS.
19493 (find_sets_in_insn): Fix up comment typo.
19494 (cse_insn): Don't set src_volatile for all non-volatile
19495 ASM_OPERANDS in PARALLELs, but just those with multiple outputs
19496 or with "memory" clobber. Set elt->cost to MAX_COST
19497 for ASM_OPERANDS in PARALLEL. Set src_elt->cost to MAX_COST
19498 if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
19499
19500 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
19501
19502 * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
19503 alternative 1.
19504
19505 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
19506
19507 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
19508 libgcc/config/i386/elf-lib.h.
19509
19510 2015-01-23 Jakub Jelinek <jakub@redhat.com>
19511
19512 PR driver/64737
19513 * gcc.c (print_configuration): Don't print a blank line at the end
19514 here...
19515 (run_attempt): ... but here unstead.
19516
19517 PR middle-end/64734
19518 * omp-low.c (scan_sharing_clauses): Don't ignore
19519 OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
19520 on target data/update constructs.
19521
19522 2015-01-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
19523
19524 PR target/50928
19525 * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
19526 (DEBUG_RELOAD): Removed define.
19527 (m32c_limit_reload_class): Enable traces with if DEBUG0.
19528 (m32c_function_arg): Added a type cast.
19529 (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
19530 * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
19531 * config/m32c/bitops.md (andqi3_16): Likewise.
19532 * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
19533 (push_a01_l): Likewise.
19534
19535 2015-01-23 David Malcolm <dmalcolm@redhat.com>
19536
19537 PR jit/64721
19538 * main.c (main): Construct toplev instances with init_signals=true.
19539 * toplev.c (general_init): Add param "init_signals", and use it to
19540 conditionalize the calls to signal and host_hooks.extra_signals.
19541 (toplev::toplev): Add param "init_signals".
19542 (toplev::main): When invoking general_init, pass m_init_signals
19543 to control whether signal-handlers are installed.
19544 * toplev.h (toplev::toplev): Add param "init_signals".
19545 (toplev::m_init_signals): New field.
19546
19547 2015-01-23 David Malcolm <dmalcolm@redhat.com>
19548
19549 PR jit/64722
19550 * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
19551 NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
19552 latter may be affected by the former (e.g. on i686).
19553
19554 2015-01-23 Martin Liska <mliska@suse.cz>
19555
19556 * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
19557 false positive during profiledbootstrap.
19558
19559 2015-01-23 Tom de Vries <tom@codesourcery.com>
19560
19561 PR libgomp/64672
19562 * lto-opts.c (lto_write_options): Output non-explicit conservative
19563 -fno-openacc.
19564 * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
19565 (append_compiler_options): Pass -fopenacc through.
19566
19567 2015-01-23 Tom de Vries <tom@codesourcery.com>
19568
19569 PR libgomp/64707
19570 * lto-opts.c (lto_write_options): Output non-explicit conservative
19571 -fno-openmp.
19572 * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
19573 (append_compiler_options): Pass -fopenmp through.
19574
19575 2015-01-23 Jakub Jelinek <jakub@redhat.com>
19576
19577 PR debug/64511
19578 * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
19579 GTY markup.
19580
19581 * diagnostic-core.h (internal_error_no_backtrace): New prototype.
19582 * diagnostic.def (DK_ICE_NOBT): New kind.
19583 * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
19584 like DK_ICE, but never print backtrace.
19585 (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
19586 (internal_error_no_backtrace): New function.
19587 * gcc.c (execute): Use internal_error_no_backtrace instead of
19588 internal_error.
19589
19590 2015-01-22 Jeff Law <law@redhat.com>
19591
19592 PR target/52076
19593 * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
19594 improve code density for small immediate to memory case.
19595 (insv): Better handle bitfield assignments when the field is
19596 being set to all ones.
19597 * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
19598 operand predicate.
19599
19600 2015-01-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19601 Jakub Jelinek <jakub@redhat.com>
19602
19603 PR middle-end/64729
19604 * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
19605 for !TARGET_LIBC_PROVIDES_SSP version and
19606 -fstack-protector-{all,strong,explicit} otherwise.
19607 * config/freebsd.h (LINK_SSP_SPEC): Handle
19608 -fstack-protector-{strong,explicit}.
19609
19610 2015-01-22 Jan Hubicka <hubicka@ucw.cz>
19611 H.J. Lu <hongjiu.lu@intel.com>
19612
19613 PR ipa/64694
19614 * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
19615 heap.
19616
19617 2015-01-22 Wei Mi <wmi@google.com>
19618
19619 PR rtl-optimization/64557
19620 * dse.c (record_store): Call get_addr for mem_addr.
19621 (check_mem_read_rtx): Likewise.
19622
19623 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
19624
19625 * fold-const.c (const_binop): Add early return for non-tcc_binary.
19626
19627 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
19628
19629 * toplev.c (init_local_tick): Process the failure when read
19630 fails for random_seed.
19631
19632 * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
19633 'pretty_name' to avoid memory overflow.
19634
19635 2015-01-22 Richard Biener <rguenther@suse.de>
19636
19637 PR middle-end/64728
19638 * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
19639 abnormal coalescing on undefined SSA names.
19640
19641 2015-22-01 Uros Bizjak <ubizjak@gmail.com>
19642
19643 PR target/64688
19644 PR target/64477
19645 * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
19646 for alternative 3.
19647 (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
19648
19649 2015-01-22 Trevor Saunders <tsaunders@mozilla.com>
19650
19651 PR middle-end/63325
19652 * fold-const.c (fold_checksum_tree): Don't include value of
19653 expr->decl_with_vis.symtab_node in the checksum.
19654
19655 2015-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19656
19657 * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
19658
19659 2015-01-22 Max Ostapenko <m.ostapenko@partner.samsung.com>
19660
19661 PR driver/64690
19662 * gcc.c (insert_comments): New function.
19663 (try_generate_repro): Call it.
19664 (append_text): Removed.
19665
19666 2015-01-22 Richard Biener <rguenther@suse.de>
19667
19668 * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
19669 with IL incompatible options. Properly honor user optimize
19670 attributes.
19671
19672 2015-01-21 Segher Boessenkool <segher@kernel.crashing.org>
19673
19674 PR rtl-optimization/64682
19675 * combine.c (distribute_notes): When moving a death note for
19676 a register that is set in the new I2, make sure to put it
19677 before that new I2.
19678
19679 2015-01-21 David Edelsohn <dje.gcc@gmail.com>
19680
19681 * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
19682 not TARGET_DEFAULT.
19683
19684 2015-01-21 Jakub Jelinek <jakub@redhat.com>
19685
19686 PR debug/64511
19687 * simplify-rtx.c (simplify_relational_operation_1): Don't try to
19688 optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
19689 into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
19690
19691 PR sanitizer/64706
19692 * doc/invoke.texi (-fsanitize=vptr): Document.
19693
19694 PR rtl-optimization/62078
19695 * dse.c: Include cfgcleanup.h.
19696 (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
19697 anything call purge_all_dead_edges and cleanup_cfg at the end
19698 of the pass.
19699
19700 2015-01-21 Jan Hubicka <hubicka@ucw.cz>
19701
19702 * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
19703 edges.
19704
19705 2015-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
19706
19707 * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
19708 decl attribute.
19709
19710 2015-01-21 David Sherwood <david.sherwood@arm.com>
19711 Tejas Belagod <Tejas.Belagod@arm.com>
19712
19713 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
19714 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
19715 * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
19716 Removed.
19717
19718 2015-01-21 David Sherwood <david.sherwood@arm.com>
19719 Tejas Belagod <Tejas.Belagod@arm.com>
19720
19721 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
19722 (aarch64_reverse_mask): New decls.
19723 * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
19724 (insn_count): New mode_attr.
19725 * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
19726 (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
19727 (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
19728 (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
19729 (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
19730 (aarch64_simd_st4): New patterns.
19731 * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
19732 (aarch64_reverse_mask): New functions.
19733
19734 2015-01-21 Richard Sandiford <richard.sandiford@arm.com>
19735
19736 * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
19737 Declare.
19738 * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
19739 addressing modes for BE.
19740 (aarch64_print_operand): Add 'R' specifier.
19741 (aarch64_simd_disambiguate_copy): Delete.
19742 (aarch64_simd_emit_reg_reg_move): New function.
19743 * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
19744 in define_splits for structural moves.
19745 (mov<mode>): Use less restrictive predicates.
19746 (*aarch64_mov<mode>): Simplify and only allow for LE.
19747 (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
19748
19749 2015-01-21 Alan Hayward <alan.hayward@arm.com>
19750
19751 * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
19752
19753 2015-01-21 Richard Henderson <rth@redhat.com>
19754
19755 PR target/64669
19756 * ccmp.c (used_in_cond_stmt_p): Remove.
19757 (expand_ccmp_expr): Don't use it.
19758
19759 2015-01-21 Nick Clifton <nickc@redhat.com>
19760
19761 * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
19762 PARALLELs.
19763
19764 2015-01-21 Richard Biener <rguenther@suse.de>
19765
19766 PR middle-end/64313
19767 * tree-core.h (builtin_info, builtin_info_type): Turn from
19768 an object with two arrays into an array of an object with
19769 decl and two flags, implicit_p and declared_p.
19770 * tree.h (builtin_decl_explicit, builtin_decl_implicit,
19771 set_builtin_decl, set_builtin_decl_implicit_p,
19772 builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
19773 (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
19774 * builtins.c (builtin_info): Adjust.
19775 * gimplify.c (gimplify_addr_expr): References to builtins
19776 that have been declared by the user makes them eligible for
19777 use by the compiler. Call set_builtin_decl_implicit_p on them.
19778
19779 2015-01-20 Jeff Law <law@redhat.com>
19780
19781 PR target/59946
19782 * config/m68k/m68k.md (Comparison expanders and patterns): Do not
19783 allow pc-relative addresses in operand predicates or constraints.
19784
19785 2015-01-21 Bin Cheng <bin.cheng@arm.com>
19786
19787 * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
19788 neon on aarch32 processors for stringops.
19789
19790 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
19791
19792 PR ipa/63576
19793 * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
19794
19795 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
19796
19797 PR lto/45375
19798 * ipa-inline.c: Include lto-streamer.h
19799 (report_inline_failed_reason): Output source file differences and
19800 flags on optimization/target node mismatch.
19801 (can_inline_edge_p): Consider caller to be the outer inline function;
19802 be less restrictive about matching opimize and optimize_size attributes.
19803 (inline_account_function_p): Break out from ...
19804 (inline_small_functions): ... here.
19805 * ipa-inline-transform.c (clone_inlined_nodes): Use
19806 inline_account_function_p.
19807 (inline_call): Use optimize attribution; use inline_account_function_p.
19808 (inline_transform): Use opt_for_fn.
19809 * ipa-inline.h (inline_account_function_p): Declare.
19810
19811 2015-01-20 Jakub Jelinek <jakub@redhat.com>
19812
19813 PR debug/64663
19814 * dwarf2out.c (decl_piece_node): Don't put bitsize into
19815 mode if bitsize <= 0.
19816 (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
19817 dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
19818 sizes and positions.
19819
19820 2015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
19821
19822 * config/nios2/nios2.c (nios2_asm_file_end): Implement
19823 TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
19824 needed.
19825 (TARGET_ASM_FILE_END): Define.
19826
19827 2015-01-20 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
19828
19829 * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
19830 (struct tune_params): Use the enum.
19831 * arm.c (arm_*_tune): Update.
19832 (arm_option_override): Update.
19833
19834 2015-01-20 Richard Biener <rguenther@suse.de>
19835
19836 PR ipa/64684
19837 * ipa-reference.c (add_static_var): Inline ...
19838 (analyze_function): ... here after splitting out from ...
19839 (is_proper_for_analysis): ... this.
19840
19841 2015-01-20 Matthew Wahab <matthew.wahab@arm.com>
19842
19843 PR target/64149
19844 * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
19845 * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
19846 replace the conditional with it's true branch.
19847 * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
19848 (arm_lra_p): Remove.
19849
19850 2015-01-20 Eric Botcazou <ebotcazou@adacore.com>
19851
19852 * config/visium/visium.h (LIB_SPEC): Adjust in default case.
19853
19854 2015-01-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
19855
19856 * config/tilegx/mul-tables.c: Move symtab.h include after
19857 coretypes.h include.
19858 * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
19859 vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
19860 flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
19861 wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
19862 explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
19863
19864 2015-01-20 Igor Zamyatin <igor.zamyatin@intel.com>
19865
19866 PR bootstrap/64676
19867 Revert:
19868 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
19869
19870 PR rtl-optimization/64081
19871 * loop-iv.c (def_pred_latch_p): New function.
19872 (latch_dominating_def): Allow specific cases with non-single
19873 definitions.
19874 (iv_get_reaching_def): Likewise.
19875 (check_complex_exit_p): New function.
19876 (check_simple_exit): Use check_complex_exit_p to allow certain cases
19877 with exits not executing on any iteration.
19878
19879 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
19880
19881 PR lto/45375
19882 * i386.c (ix86_option_override_internal): Use ix86_tune_cost
19883 to set branch cost.
19884
19885 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
19886
19887 PR lto/45375
19888 * i386.c (gate): Check flag_expensive_optimizations and
19889 optimize_size.
19890 (ix86_option_override_internal): Drop optimize_size condition
19891 on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
19892 MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
19893 MASK_PREFER_AVX128.
19894 (ix86_avx256_split_vector_move_misalign,
19895 ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
19896 * sse.md (all uses of TARGET_PREFER_AVX128): Add
19897 optimize_insn_for_speed_p check.
19898
19899 2015-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
19900
19901 * config/mips/mips.h (FP_ASM_SPEC): New define.
19902 (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
19903 instead.
19904
19905 2015-01-19 Oleg Endo <olegendo@gcc.gnu.org>
19906
19907 PR target/53988
19908 * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
19909 nullptr for insn when reaching the first insn.
19910 * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
19911 (sh_insn_operands_modified_between_p): Add nullptr check.
19912 (sh_find_extending_set_of_reg): Fix log message. Don't accept
19913 sign extending mem load if the insn contains any UNSPEC or
19914 UNSPEC_VOLATILE.
19915
19916 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
19917
19918 * params.def (inline-unit-growth): Drop to 15%.
19919 * invoke.texi (inline-unit-growth): Document change.
19920
19921 2015-01-19 Martin Liska <mliska@suse.cz>
19922
19923 PR ipa/64668
19924 * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
19925 function for second argument of OBJ_TYPE_REF.
19926
19927 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
19928
19929 PR ipa/64218
19930 * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
19931 whether function is an alias.
19932
19933 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
19934
19935 * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
19936 cases.
19937
19938 2015-01-19 Vladimir Makarov <vmakarov@redhat.com>
19939
19940 PR rtl-optimization/64671
19941 * lra-remat.c (operand_to_remat): Don't consider jump and call
19942 insns.
19943
19944 2015-01-19 David Edelsohn <dje.gcc@gmail.com>
19945
19946 PR target/59828
19947 * config/rs6000/default64.h: Include rs6000-cpus.def.
19948 (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
19949 (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
19950 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
19951 and POWER8.
19952 * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
19953 POWER8.
19954 * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
19955 pseudo-op to specify assembler dialect.
19956
19957 2015-01-19 Martin Liska <mliska@suse.cz>
19958
19959 PR ipa/64664
19960 * ipa-icf.c (sem_item_optimizer::filter_removed_items):
19961 Handle safe potentially removed nodes during filtering.
19962
19963 2015-01-19 Martin Liska <mliska@suse.cz>
19964
19965 * doc/extend.texi (no_icf): Add new attribute description.
19966 * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
19967 where the pass attempts to merge a function with no_icf attribute.
19968
19969 2015-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19970
19971 PR target/64532
19972 * doc/md.texi (ARM Options): Document register constraints.
19973
19974 2015-01-19 Jiong Wang <jiong.wang@arm.com>
19975 Andrew Pinski <apinski@cavium.com>
19976
19977 PR target/64304
19978 * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
19979 (ashl<mode>3): Don't expand if operands[2] is not constant.
19980
19981 2015-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19982
19983 PR target/64448
19984 * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
19985 Match xor-and-xor RTL pattern.
19986
19987 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
19988
19989 PR rtl-optimization/64081
19990 * loop-iv.c (def_pred_latch_p): New function.
19991 (latch_dominating_def): Allow specific cases with non-single
19992 definitions.
19993 (iv_get_reaching_def): Likewise.
19994 (check_complex_exit_p): New function.
19995 (check_simple_exit): Use check_complex_exit_p to allow certain cases
19996 with exits not executing on any iteration.
19997
19998 2015-01-19 Jakub Jelinek <jakub@redhat.com>
19999
20000 * common.opt (fgraphite): Fix a typo.
20001
20002 2015-01-19 Felix Yang <felix.yang@huawei.com>
20003
20004 * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
20005 pattern.
20006 * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
20007 uminp, smax_nanp, smin_nanp): New builtins.
20008 * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
20009 vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
20010 vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
20011 vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
20012 vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
20013 vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
20014 vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
20015 vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
20016 vpminnms_f32): Rewrite using builtin functions.
20017
20018 2015-01-19 Thomas Schwinge <thomas@codesourcery.com>
20019
20020 PR libgomp/64625
20021 * omp-low.c (offload_symbol_decl): Remove variable.
20022 (get_offload_symbol_decl): Remove function.
20023 (expand_omp_target): For BUILT_IN_GOMP_TARGET,
20024 BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
20025 instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
20026 BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
20027 BUILT_IN_GOACC_UPDATE don't pass it at all.
20028
20029 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
20030
20031 * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
20032 callers.
20033
20034 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
20035
20036 * ipa-chkp.c (chkp_produce_thunks): Add early param
20037 to split thunks production into two passes. Keep
20038 'always_inline' function bodies after the first pass.
20039 (pass_data_ipa_chkp_early_produce_thunks): New.
20040 (pass_ipa_chkp_early_produce_thunks): New.
20041 (pass_ipa_chkp_produce_thunks::execute): Adjust to new
20042 chkp_produce_thunks signature.
20043 (make_pass_ipa_chkp_early_produce_thunks): New.
20044 * passes.def (pass_ipa_chkp_early_produce_thunks): New.
20045 (pass_ipa_chkp_produce_thunks): Move after local optimizations.
20046 * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
20047
20048 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
20049
20050 * cgraph.c (cgraph_node::dump): Dump profile flags.
20051
20052 2015-01-18 Oleg Endo <olegendo@gcc.gnu.org>
20053
20054 PR target/64652
20055 * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
20056 reg appear first in the parallel.
20057
20058 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
20059
20060 * ipa-reference.c (set_reference_optimization_summary,
20061 ipa_reference_get_not_written_global): Do nothing if ipa-reference is
20062 disabled.
20063 (ignore_module_statics): New static var.
20064 (propagate_bits): If ipa-reference is disabled, do not look into local
20065 properties.
20066 (analyze_function): Disable analysis when ipa_reference is disabled.
20067 (generate_summary): Do not dump when reference is disabled;
20068 collect vars accessed from functions with ipa-reference disabled.
20069 (get_read_write_all_from_node): When ipa-reference is disabled, use the
20070 node flags.
20071 (gate): Enable for LTO.
20072 (ignore_edge_p): New function.
20073 (propagate): Skip functions w/o ipa-reference analysis.
20074 * optc-save-gen.awk: Handle optimize_debug correctly.
20075 * opth-gen.awk: Likewise.
20076 * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
20077 fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
20078 fira-share-save-slots, fira-share-spill-slots,
20079 fmodulo-sched-allow-regmoves, fpartial-inlining,
20080 sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
20081 ftracer, ftree-parallelize-loops, fassociative-math,
20082 freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
20083 Optimization
20084 (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
20085 ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
20086 Optimization.
20087 * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
20088 Fix for IPA.
20089
20090 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
20091
20092 PR ipa/64378
20093 * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
20094 flag correctly.
20095 * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
20096
20097 2015-01-18 Sandra Loosemore <sandra@codesourcery.com>
20098
20099 * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
20100 Remove duplicate option listings.
20101
20102 2015-01-18 Felix Yang <felix.yang@huawei.com>
20103
20104 * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
20105 (autofdo_source_profile::get_callsite_total_count,
20106 function_instance::get_function_instance_by_decl,
20107 string_table::get_index, string_table::get_index_by_decl,
20108 afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
20109 Fix comment typos. Reformatting and minor code rearrangement.
20110
20111 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
20112
20113 * config/rs6000/rs6000.md (probe_stack): Delete.
20114 (probe_stack_address): New.
20115
20116 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
20117
20118 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
20119 to test for 32-bit ABIs, not !TARGET_POWERPC64.
20120
20121 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
20122
20123 * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
20124 (rs6000_function_value): Use it. Handle SCmode and TCmode as well,
20125 for TARGET_32BIT && TARGET_POWERPC64. Fix another BITS_PER_WORD
20126 snafu.
20127 (rs6000_libcall_value): Use the new function.
20128
20129 2015-01-17 Sandra Loosemore <sandra@codesourcery.com>
20130
20131 * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
20132
20133 2015-01-17 Eric Botcazou <ebotcazou@adacore.com>
20134
20135 * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
20136 implement a more precise life analysis for it during backward scan.
20137
20138 2015-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20139
20140 * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
20141
20142 2015-01-17 Bernd Schmidt <bernds@codesourcery.com>
20143
20144 PR rtl-optimization/52773
20145 * calls.c (emit_library_call_value): When pushing arguments use
20146 stack_pointer_rtx rather than virtual_outgoing_args_rtx in
20147 CALL_INSN_FUNCTION_USAGE. Only emit one of use of the magic
20148 stack pointer reference into CALL_INSN_FUNCTION_USAGE.
20149
20150 2015-01-17 Jeff Law <law@redhat.com>
20151
20152 PR rtl-optimization/32790
20153 * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
20154 not ZERO_EXTEND in SET_DESTs.
20155
20156 2015-01-17 Alan Modra <amodra@gmail.com>
20157
20158 * cprop.c (do_local_cprop): Revert last change.
20159
20160 2015-01-16 DJ Delorie <dj@redhat.com>
20161 Nick Clifton <nickc@redhat.com>
20162
20163 * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
20164 (addhi3_real): Likewise. Fix [HL+0] syntax.
20165 (subqi3_real): Likewise.
20166 (subhi3_real): Likewise.
20167 (cbranchqi4_real): Likewise. Allow saddr,#imm.
20168 (cbranchhi4_real): Likewise.
20169 (cbranchhi4_real_inverted): Likewise.
20170 (cbranchsi4_real_lt): Likewise.
20171 (cbranchsi4_real_ge): Likewise.
20172 (cbranchsi4_real_ge): Likewise.
20173 * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
20174 (sub<mode>3_virt): Likewise.
20175 (cbranchqi4_virt): Likewise.
20176 (cbranchhi4_virt): Likewise.
20177 * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
20178 always use '[reg+imm]' even when imm is zero.
20179 * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
20180 (rl78_general_operand): New.
20181 (rl78_nonimmediate_operand): New.
20182 (rl78_nonfar_operand): Use them.
20183 (rl78_nonfar_nonimm_operand): Likewise.
20184 (rl78_stack_based_mem): Fix.
20185 * config/rl78/constraints.md (Ibqi): New.
20186 (IBqi): New.
20187 (Wsa): New.
20188 (Wsf): New.
20189 (Cs1): Fix.
20190 * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
20191 (iorqi3): Likewise.
20192 (xorqi3): Likewise.
20193 * config/rl78/rl78-protos.h (rl78_sfr_p): New.
20194
20195 * config/rl78/constrains (Qs8): New constraint.
20196 * config/rl78/rl78.c (rl78_flags_already_set): New function.
20197 * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
20198 * config/rl78/rl78-real.md (update_Z): New attribute.
20199 Update patterns to set it.
20200 (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
20201 shorter compare and branch sequence can be used.
20202 (cbranchhi4_real): Likewise.
20203 (cbranchhi4_real_inverted): Likewise.
20204
20205 * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
20206 * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
20207 address space.
20208 * config/rl78/rl78.c (rl78_get_name_encoding): New.
20209 (rl78_option_override): Allow -mes0 only if C.
20210 (characterize_address): Support subregs of symbol_refs.
20211 (rl78_addr_space_address_mode): Move. Add __near.
20212 (rl78_far_p): Likewise.
20213 (rl78_addr_space_pointer_mode): Likewise.
20214 (rl78_as_legitimate_address): Likewise.
20215 (rl78_addr_space_subset_p): Likewise.
20216 (rl78_addr_space_convert): Likewise.
20217 (rl78_print_operand_1): Support 16-bit addressing of 32-bit
20218 symbols with -mes0.
20219 (transcode_memory_rtx): Don't copy ES if -mes0. Allow symbol[BC]
20220 addressing.
20221 (rl78_alloc_physical_registers_op1): Change logic to prefer
20222 symbol[BC] addressing.
20223 (frodata_section): New.
20224 (rl78_asm_init_sections): Initialize it.
20225 (rl78_select_section): Put __far readonly symbols in .frodata.
20226 (rl78_make_type_far): New.
20227 (rl78_insert_attributes): Force all readonly symbols to be
20228 __far when -mes0.
20229 (rl78_asm_out_integer): New.
20230 * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
20231 * config/rl78/rl78.opt (-mes0): New.
20232
20233 * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
20234 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
20235 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
20236 * config/rl78/rl78-protos.h (rl78_output_labelref): New.
20237 (rl78_saddr_p): New.
20238 (rl78_output_aligned_common): New.
20239 * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
20240 (rl78_handle_saddr_attribute): New.
20241 (rl78_handle_naked_attribute): New.
20242 (rl78_attribute_table): Add saddr.
20243 (rl78_print_operand_1): Don't print '!' on saddr operands.
20244 (rl78_print_operand_1): Strip encodings.
20245 (rl78_sfr_p): New.
20246 (rl78_strip_name_encoding): New.
20247 (rl78_attrlist_to_encoding): New.
20248 (rl78_encode_section_info): New.
20249 (rl78_asm_init_sections): New.
20250 (rl78_select_section): New.
20251 (rl78_output_labelref): New.
20252 (rl78_output_aligned_common): New.
20253 (rl78_asm_out_integer): New.
20254 (rl78_asm_ctor_dtor): New.
20255 (rl78_asm_constructor): New.
20256 (rl78_asm_destructor): New.
20257
20258 * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
20259 * config/rl78/rl78.c (rl78_expand_epilogue): Update.
20260 (transcode_memory_rtx): Update.
20261 (rl78_expand_epilogue): Use A_REG instead of 0.
20262
20263 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20264
20265 * config/arm/arm-protos.h (struct tune_params): New field
20266 sched_autopref_queue_depth.
20267 * config/arm/arm.c (sched-int.h): Include header.
20268 (arm_first_cycle_multipass_dfa_lookahead_guard,)
20269 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
20270 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
20271 (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
20272 (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
20273 (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
20274 (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
20275 (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
20276 Specify sched_autopref_queue_depth value. Enabled for A15 and A57.
20277 * config/arm/t-arm (arm.o): Update.
20278 * haifa-sched.c (update_insn_after_change): Update.
20279 (rank_for_schedule): Use auto-prefetcher model, if requested.
20280 (autopref_multipass_init): New static function.
20281 (autopref_rank_for_schedule): New rank_for_schedule heuristic.
20282 (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
20283 variable for debug dumps.
20284 (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
20285 (autopref_multipass_dfa_lookahead_guard): New global function that
20286 implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
20287 (init_h_i_d): Update.
20288 * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
20289 * sched-int.h (enum autopref_multipass_data_status): New const enum.
20290 (autopref_multipass_data_): Structure for auto-prefetcher data.
20291 (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
20292 (struct _haifa_insn_data:autopref_multipass_data): New field.
20293 (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
20294 (autopref_multipass_dfa_lookahead_guard): Declare.
20295
20296 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20297
20298 * rtlanal.c (get_base_term): Handle SCRATCH.
20299
20300 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20301
20302 * config/aarch64/aarch64.c
20303 (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
20304 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
20305 * config/arm/arm.c
20306 (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
20307 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
20308
20309 2015-01-17 Alan Modra <amodra@gmail.com>
20310
20311 * cprop.c (do_local_cprop): Disallow replacement of fixed
20312 hard registers.
20313
20314 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20315
20316 PR target/62066
20317 * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
20318 early return 0.
20319
20320 2015-01-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
20321
20322 * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
20323 * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
20324
20325 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20326
20327 * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
20328 * config/arm/thumb1.md: ... Here.
20329
20330 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20331
20332 * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
20333 TImode for TARGET_32BIT.
20334
20335 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20336
20337 * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
20338 TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
20339 as ...
20340 (rs6000_abi_word_mode): New function.
20341
20342 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20343
20344 * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
20345 instead of UNITS_PER_WORD to describe the size of stack slots.
20346
20347 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20348
20349 * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
20350 as rs6000_promote_function_mode. Move comment to there.
20351 (rs6000_promote_function_mode): New function.
20352
20353 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20354
20355 * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
20356 -mpowerpc64 is active.
20357
20358 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
20359
20360 PR middle-end/64353
20361 * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
20362 virtuals on start.
20363
20364 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
20365
20366 * config/arm/cortex-a57.md: Remove duplicate of file accidentally
20367 introduced in revision 219724.
20368
20369 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20370 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20371
20372 PR target/64263
20373 * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
20374 destination is not a GP reg.
20375 (*movdi_aarch64): Likewise.
20376
20377 2015-01-16 David Edelsohn <dje.gcc@gmail.com>
20378
20379 PR target/64623
20380 * config/rs6000/default64.h: Revert ISA change.
20381
20382 2015-01-16 Richard Biener <rguenther@suse.de>
20383
20384 PR middle-end/64614
20385 * tree-ssa-uninit.c: Include tree-cfg.h.
20386 (MAX_SWITCH_CASES): New define.
20387 (convert_control_dep_chain_into_preds): Handle switch statements.
20388 (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
20389 (normalize_one_pred_1): Do not split bit-manipulations.
20390 Record (x & CST).
20391
20392 2015-01-16 Richard Biener <rguenther@suse.de>
20393
20394 PR tree-optimization/64568
20395 * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
20396 complex load rewriting for TARGET_MEM_REFs.
20397
20398 2015-01-16 Uros Bizjak <ubizjak@gmail.com>
20399
20400 * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
20401
20402 2015-01-16 Matthew Wahab <matthew.wahab@arm.com>
20403
20404 PR target/64149
20405 * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
20406 variable.
20407 * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
20408 (aarch64_lra_p): Remove.
20409
20410 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
20411
20412 PR target/64363
20413 * ipa-chkp.h (chkp_instrumentable_p): New.
20414 * ipa-chkp.c: Include tree-inline.h.
20415 (chkp_instrumentable_p): New.
20416 (chkp_maybe_create_clone): Use chkp_instrumentable_p.
20417 Fix processing of not instrumentable functions.
20418 (chkp_versioning): Use chkp_instrumentable_p. Warn about
20419 not instrumentable functions.
20420 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
20421 chkp_instrumentable_p.
20422 * tree-inline.h (copy_forbidden): New.
20423 * tree-inline.c (copy_forbidden): Not static anymore.
20424
20425 2015-01-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20426
20427 * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
20428 ptr1, ptr2 unused.
20429
20430 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
20431
20432 * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
20433 type OP_OUT to OP_INOUT.
20434
20435 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
20436
20437 * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
20438 (high x) y) to y if x and y have the same base.
20439
20440 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
20441
20442 * config/arm/cortex-a57.md: New.
20443 * config/aarch64/aarch64.md: Include it.
20444 * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
20445 * config/aarch64/aarch64-tune.md: Regenerate.
20446
20447 2015-01-16 Zhenqiang Chen <zhenqiang.chen@arm.com>
20448
20449 PR target/64015
20450 * ccmp.c (expand_ccmp_next): New function.
20451 (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
20452 and compare insn sequence.
20453 * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
20454 aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
20455 (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
20456 * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
20457 (*ccmp_ior): Changed to ccmp_ior<mode>.
20458 (cmp<mode>): New pattern.
20459 * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
20460 parameters.
20461 * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
20462
20463 2015-01-16 Ilya Tocar <ilya.tocar@intel.com>
20464
20465 * config/i386/avx2intrin.h (_mm256_bslli_epi128,
20466 _mm256_bsrli_epi128): New.
20467 * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
20468
20469 2015-01-15 Jiong Wang <jiong.wang@arm.com>
20470
20471 * expmed.c (store_bit_field_using_insv): Improve warning message.
20472 Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
20473
20474 2015-01-15 Jiong Wang <jiong.wang@arm.com>
20475
20476 PR rtl-optimization/64011
20477 * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
20478 there is partial overflow.
20479
20480 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
20481
20482 * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
20483 prototype.
20484 (nds32_expand_epilogue_v3pop): Likewise.
20485 * config/nds32/nds32.md (sibcall): Define this for sibling call
20486 optimization.
20487 (sibcall_register): Likewise.
20488 (sibcall_immediate): Likewise.
20489 (sibcall_value): Likewise.
20490 (sibcall_value_register): Likewise.
20491 (sibcall_value_immediate): Likewise.
20492 (sibcall_epilogue): Likewise.
20493 (epilogue): Pass false to indicate this is not a sibcall epilogue.
20494 * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
20495 (nds32_expand_epilogue_v3pop): Likewise.
20496
20497 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
20498
20499 * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
20500 * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
20501 (return_internal): New.
20502 (return): Define this named pattern.
20503 (simple_return): Define this named pattern.
20504 * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
20505 pattern instead of unspec_volatile_func_return.
20506 (nds32_expand_epilogue_v3pop): Likewise.
20507 (nds32_can_use_return_insn): New function.
20508
20509 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
20510
20511 * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
20512 * config/nds32/nds32.md (pop25return): New.
20513 * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
20514 pop25return pattern.
20515
20516 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
20517
20518 * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
20519 -mforbid-fp-as-gp, and -mex9 options.
20520
20521 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
20522
20523 * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
20524 remove -mgp-direct option.
20525
20526 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
20527
20528 * doc/invoke.texi (--param early-inlining-insns): Update default value.
20529 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
20530
20531 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
20532
20533 * ipa-inline.c (inline_small_functions): Work around hints
20534 cache issue.
20535
20536 2015-01-15 Sandra Loosemore <sandra@codesourcery.com>
20537
20538 PR target/59710
20539 * doc/invoke.texi (Option Summary): Document new Nios II
20540 -mgpopt= syntax.
20541 (Nios II Options): Likewise.
20542 * config/nios2/nios2.opt: Add -mgpopt= option support.
20543 Modify existing -mgpopt and -mno-gpopt options to be aliases.
20544 * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
20545 * config/nios2/nios2.c (nios2_option_override): Adjust
20546 -mgpopt defaulting.
20547 (nios2_in_small_data_p): Return true for explicit small data
20548 sections even with -G0.
20549 (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
20550 option choices.
20551
20552 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
20553
20554 PR ipa/64612
20555 * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
20556 of comdat locals.
20557 (inline_call): Fix removal of aliases.
20558
20559 2015-01-15 Jakub Jelinek <jakub@redhat.com>
20560
20561 * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
20562 include SANITIZE_VPTR in SANITIZE_UNDEFINED.
20563 * opts.c (common_handle_option): Add -fsanitize=vptr.
20564 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
20565 BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
20566 * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
20567 UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
20568 (ubsan_expand_vptr_ifn): New prototype.
20569 * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
20570 expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
20571 expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
20572 expand_LOOP_VECTORIZED): Make argument nameless, remove
20573 ATTRIBUTE_UNUSED.
20574 (expand_UBSAN_VPTR): New function.
20575 * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
20576 in fn spec.
20577 (UBSAN_VPTR): New internal function.
20578 * sanopt.c (tree_map_traits): Renamed to ...
20579 (sanopt_tree_map_traits): ... this.
20580 (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
20581 (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
20582 to sanopt_tree_map_traits renaming. Add vptr_check_map field.
20583 (maybe_optimize_ubsan_vptr_ifn): New function.
20584 (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
20585 (pass_sanopt::execute): Likewise. Call sanopt_optimize even for
20586 -fsanitize=vptr.
20587 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
20588 internal calls like pure functions for aliasing, even when they
20589 have other side-effects that prevent making them ECF_PURE.
20590 * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
20591 (ubsan_expand_vptr_ifn): New function.
20592
20593 2015-01-15 Vladimir Makarov <vmakarov@redhat.com>
20594
20595 PR rtl-optimization/64110
20596 * stmt.c (parse_output_constraint): Process '^' and '$'.
20597 (parse_input_constraint): Ditto.
20598 * lra-constraints.c (process_alt_operands): Process the new
20599 constraints.
20600 * ira-costs.c (record_reg_classes): Process the new constraint
20601 '^'.
20602 * genoutput.c (indep_constraints): Add '^' and '$'.
20603 * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
20604 * doc/md.texi: Add description of the new constraints.
20605
20606 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
20607 Bernd Schmidt <bernds@codesourcery.com>
20608 Cesar Philippidis <cesar@codesourcery.com>
20609 James Norris <jnorris@codesourcery.com>
20610 Tom de Vries <tom@codesourcery.com>
20611 Ilmir Usmanov <i.usmanov@samsung.com>
20612 Dmitry Bocharnikov <dmitry.b@samsung.com>
20613 Evgeny Gavrin <e.gavrin@samsung.com>
20614 Jakub Jelinek <jakub@redhat.com>
20615
20616 * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
20617 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
20618 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
20619 New function types.
20620 * builtins.c: Include "gomp-constants.h".
20621 (expand_builtin_acc_on_device): New function.
20622 (expand_builtin, is_inexpensive_builtin): Handle
20623 BUILT_IN_ACC_ON_DEVICE.
20624 * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
20625 New macros.
20626 * cgraph.c (cgraph_node::create): Consider flag_openacc next to
20627 flag_openmp.
20628 * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
20629 <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
20630 i386/intelmic-offload.h.
20631 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
20632 to libgomp and its dependencies.
20633 * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
20634 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
20635 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
20636 * config/ia64/hpux.h (LIB_SPEC): Likewise.
20637 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
20638 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
20639 * doc/generic.texi: Update for OpenACC changes.
20640 * doc/gimple.texi: Likewise.
20641 * doc/invoke.texi: Likewise.
20642 * doc/sourcebuild.texi: Likewise.
20643 * gimple-pretty-print.c (dump_gimple_omp_for): Handle
20644 GF_OMP_FOR_KIND_OACC_LOOP.
20645 (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
20646 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
20647 GF_OMP_TARGET_KIND_OACC_UPDATE,
20648 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
20649 Dump more data.
20650 * gimple.c: Update comments for OpenACC changes.
20651 * gimple.def: Likewise.
20652 * gimple.h: Likewise.
20653 (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
20654 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
20655 GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
20656 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
20657 (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
20658 appropriate place.
20659 (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
20660 * gimplify.c: Include "gomp-constants.h".
20661 Update comments for OpenACC changes.
20662 (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
20663 OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
20664 OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
20665 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
20666 OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
20667 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
20668 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
20669 OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
20670 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
20671 OMP_CLAUSE_SEQ.
20672 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
20673 GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
20674 OMP_CLAUSE_SET_MAP_KIND.
20675 (gimplify_oacc_cache): New function.
20676 (gimplify_omp_for): Handle OACC_LOOP.
20677 (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
20678 OACC_DATA.
20679 (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
20680 OACC_EXIT_DATA, OACC_UPDATE.
20681 (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
20682 OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
20683 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
20684 (gimplify_body): Consider flag_openacc next to flag_openmp.
20685 * lto-streamer-out.c: Include "gomp-constants.h".
20686 * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
20687 (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
20688 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
20689 (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
20690 (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
20691 (BUILT_IN_ACC_ON_DEVICE): New builtins.
20692 * omp-low.c: Include "gomp-constants.h".
20693 Update comments for OpenACC changes.
20694 (struct omp_context): Add reduction_map, gwv_below, gwv_this
20695 members.
20696 (extract_omp_for_data, use_pointer_for_field, install_var_field)
20697 (new_omp_context, delete_omp_context, scan_sharing_clauses)
20698 (create_omp_child_function, scan_omp_for, scan_omp_target)
20699 (check_omp_nesting_restrictions, lower_reduction_clauses)
20700 (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
20701 Update for OpenACC changes.
20702 (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
20703 OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
20704 OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
20705 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
20706 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
20707 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ. Use GOMP_MAP_* instead of
20708 OMP_CLAUSE_MAP_*.
20709 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
20710 Handle GF_OMP_FOR_KIND_OACC_LOOP.
20711 (expand_omp_target, lower_omp_target): Handle
20712 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
20713 GF_OMP_TARGET_KIND_OACC_UPDATE,
20714 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
20715 GF_OMP_TARGET_KIND_OACC_DATA.
20716 (pass_expand_omp::execute, execute_lower_omp)
20717 (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
20718 flag_openmp.
20719 (offload_symbol_decl): New variable.
20720 (oacc_get_reduction_array_id, oacc_max_threads)
20721 (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
20722 (maybe_lookup_oacc_reduction, enclosing_target_ctx)
20723 (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
20724 (oacc_gimple_assign, oacc_initialize_reduction_data)
20725 (oacc_finalize_reduction_data, oacc_process_reduction_data): New
20726 functions.
20727 (is_targetreg_ctx): Remove function.
20728 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
20729 OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
20730 OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
20731 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
20732 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
20733 OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
20734 * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
20735 * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
20736 (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
20737 (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
20738 (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
20739 (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
20740 * tree-core.h: Update comments for OpenACC changes.
20741 (enum omp_clause_map_kind): Remove.
20742 (struct tree_omp_clause): Change type of map_kind member from enum
20743 omp_clause_map_kind to unsigned char.
20744 * tree-inline.c: Update comments for OpenACC changes.
20745 * tree-nested.c: Likewise. Include "gomp-constants.h".
20746 (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
20747 (convert_tramp_reference_stmt, convert_gimple_call): Update for
20748 OpenACC changes. Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
20749 OMP_CLAUSE_SET_MAP_KIND.
20750 * tree-pretty-print.c: Include "gomp-constants.h".
20751 (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
20752 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
20753 OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
20754 OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
20755 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
20756 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT. Use GOMP_MAP_*
20757 instead of OMP_CLAUSE_MAP_*.
20758 (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
20759 OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
20760 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
20761 * tree-streamer-in.c: Include "gomp-constants.h".
20762 (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
20763 OMP_CLAUSE_MAP_*. Use OMP_CLAUSE_SET_MAP_KIND.
20764 * tree-streamer-out.c: Include "gomp-constants.h".
20765 (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
20766 OMP_CLAUSE_MAP_*.
20767 * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
20768 (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
20769 (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
20770 * tree.c (omp_clause_num_ops): Update accordingly.
20771 * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
20772 Likewise.
20773 (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
20774 (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
20775 (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
20776 (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
20777 (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
20778 (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
20779 * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
20780 (OMP_CLAUSE_SET_MAP_KIND): New macro.
20781 * varpool.c (varpool_node::get_create): Consider flag_openacc next
20782 to flag_openmp.
20783 * config/i386/intelmic-offload.h: New file.
20784 * config/nvptx/offload.h: Likewise.
20785
20786 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
20787
20788 * explow.h: Remove duplicate contents.
20789 * dojump.h: Likewise.
20790
20791 2015-01-15 Richard Earnshaw <rearnsha@arm.com>
20792
20793 * arm.c (arm_xgene_tune): Add default initializer for instruction
20794 fusion.
20795
20796 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
20797
20798 PR ipa/64068
20799 PR ipa/64559
20800 * ipa.c (symbol_table::remove_unreachable_nodes):
20801 Do not put abstract origins into boundary.
20802
20803 2015-01-15 Evgeny Stupachenko <evstupac@gmail.com>
20804
20805 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
20806 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
20807
20808 2015-01-15 Steve Ellcey <sellcey@mips.com>
20809
20810 * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
20811 cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
20812 builtins.def, and chkp-builtins.def.
20813
20814 2015-01-15 David Edelsohn <dje.gcc@gmail.com>
20815
20816 * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
20817 ISA 2.7 (POWER8).
20818
20819 2015-01-15 Richard Biener <rguenther@suse.de>
20820
20821 PR tree-optimization/61743
20822 * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
20823 information on PHIs for some simple cases.
20824
20825 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20826
20827 * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
20828 Include xgene1.md.
20829 * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
20830 * config/arm/arm-cores.def (xgene1): New entry.
20831 * config/arm/arm-tables.opt: Regenerate.
20832 * config/arm/arm-tune.md: Regenerate.
20833 * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
20834
20835 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
20836
20837 * tree-if-conv.c: Include hash-map.h.
20838 (aggressive_if_conv): New variable.
20839 (fold_build_cond_expr): Add simplification of non-zero condition.
20840 (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
20841 destination block is not always executed.
20842 (if_convertible_phi_p): Fix commentary, allow phi nodes have more
20843 than two predecessors if AGGRESSIVE_IF_CONV is true.
20844 (if_convertible_stmt_p): Fix commentary.
20845 (all_preds_critical_p): New function.
20846 (has_pred_critical_p): New function.
20847 (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
20848 BB can have more than two predecessors and all incoming edges can be
20849 critical.
20850 (predicate_bbs): Skip predication for loop exit block, use build2_loc
20851 to compute predicate for true edge.
20852 (find_phi_replacement_condition): Delete this function.
20853 (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
20854 Allow interchange PHI arguments if EXTENDED is false.
20855 Change check that block containing reduction statement candidate
20856 is predecessor of phi-block since phi may have more than two arguments.
20857 (phi_args_hash_traits): New helper structure.
20858 (struct phi_args_hash_traits): New type.
20859 (phi_args_hash_traits::hash): New function.
20860 (phi_args_hash_traits::equal_keys): New function.
20861 (gen_phi_arg_condition): New function.
20862 (predicate_scalar_phi): Add handling of phi nodes with more than two
20863 arguments, delete COND and TRUE_BB arguments, insert body of
20864 find_phi_replacement_condition to predicate ordinary phi nodes.
20865 (predicate_all_scalar_phis): Skip blocks with the only predecessor,
20866 delete call of find_phi_replacement_condition and invoke
20867 predicate_scalar_phi with two arguments.
20868 (insert_gimplified_predicates): Add assert that non-predicated block
20869 don't have statements to insert.
20870 (ifcvt_split_critical_edges): New function.
20871 (ifcvt_split_def_stmt): Likewise.
20872 (ifcvt_walk_pattern_tree): Likewise.
20873 (stmt_is_root_of_bool_pattern): Likewise.
20874 (ifcvt_repair_bool_pattern): Likewise.
20875 (ifcvt_local_dce): Likewise.
20876 (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
20877 is copy of inner or outer loop force_vectorize field, invoke
20878 ifcvt_split_critical_edges, ifcvt_local_dce and
20879 ifcvt_repair_bool_pattern for aggressive if-conversion.
20880
20881 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
20882
20883 * config/aarch64/aarch64.md: Include xgene1.md.
20884 * config/aarch64/xgene1.md: New file.
20885
20886 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
20887
20888 * config/aarch64/aarch64-cores.def (xgene1): Update/add the
20889 xgene1 (APM XGene-1) core definition.
20890 * gcc/config/aarch64/aarch64.c: Add cost tables for APM XGene-1
20891 * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
20892 * doc/invoke.texi: Document -mcpu=xgene1.
20893
20894 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
20895
20896 * dojump.h: New header file.
20897 * explow.h: Likewise.
20898 * expr.h: Remove includes.
20899 Move expmed.c prototypes to expmed.h.
20900 Move dojump.c prototypes to dojump.h.
20901 Move alias.c prototypes to alias.h.
20902 Move explow.c prototypes to explow.h.
20903 Move calls.c prototypes to calls.h.
20904 Move emit-rtl.c prototypes to emit-rtl.h.
20905 Move varasm.c prototypes to varasm.h.
20906 Move stmt.c prototypes to stmt.h.
20907 (saved_pending_stack_adjust): Move to dojump.h.
20908 (adjust_address): Move to explow.h.
20909 (adjust_address_nv): Move to emit-rtl.h.
20910 (adjust_bitfield_address): Likewise.
20911 (adjust_bitfield_address_size): Likewise.
20912 (adjust_bitfield_address_nv): Likewise.
20913 (adjust_automodify_address_nv): Likewise.
20914 * explow.c (expr_size): Move to expr.c.
20915 (int_expr_size): Likewise.
20916 (tree_expr_size): Likewise.
20917 Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20918 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
20919 * genemit.c (main): Generate includes statistics.h, real.h,
20920 fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
20921 stmt.h.
20922 * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
20923 function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
20924 explow.h, emit-rtl.h, stmt.h.
20925 * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
20926 fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
20927 * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
20928 real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
20929 emit-rtl.h, varasm.h, stmt.h.
20930 * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
20931 hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
20932 function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
20933 fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
20934 expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
20935 * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
20936 double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
20937 function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
20938 insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
20939 tm.h tree.h varasm.h vec.h wide-int.h.
20940 * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
20941 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
20942 hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
20943 real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
20944 * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
20945 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
20946 insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
20947 * loop-iv.c: Likewise.
20948 * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
20949 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
20950 statistics.h stmt.h tree.h varasm.h wide-int.h.
20951 * lra-constraints.c: Likewise.
20952 * lra-eliminations.c: Likewise.
20953 * lra-lives.c: Likewise.
20954 * lra-remat.c: Likewise.
20955 * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
20956 explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
20957 statistics.h stmt.h tree.h varasm.h wide-int.h.
20958 * hw-doloop.c: Likewise.
20959 * ira-color.c: Likewise.
20960 * ira-emit.c: Likewise.
20961 * loop-doloop.c: Likewise.
20962 * loop-invariant.c: Likewise.
20963 * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
20964 explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
20965 statistics.h stmt.h tree.h varasm.h wide-int.h.
20966 * caller-save.c: Include alias.h calls.h dojump.h double-int.h
20967 emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
20968 statistics.h stmt.h tree.h varasm.h wide-int.h.
20969 * combine-stack-adj.c: Likewise.
20970 * cse.c: Likewise.
20971 * ddg.c: Likewise.
20972 * ifcvt.c: Likewise.
20973 * ira-costs.c: Likewise.
20974 * jump.c: Likewise.
20975 * lra-coalesce.c: Likewise.
20976 * lra-spills.c: Likewise.
20977 * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
20978 explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
20979 stmt.h varasm.h wide-int.h.
20980 * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
20981 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
20982 varasm.h.
20983 * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
20984 double-int.h explow.h expmed.h fixed-value.h flags.h real.h
20985 statistics.h stmt.h varasm.h wide-int.h.
20986 * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
20987 expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
20988 varasm.h wide-int.h.
20989 * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
20990 expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
20991 * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
20992 emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
20993 statistics.h stmt.h.
20994 * config/tilepro/tilepro.c: Likewise.
20995 * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
20996 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
20997 * config/pdp11/pdp11.c: Likewise.
20998 * config/xtensa/xtensa.c: Likewise.
20999 * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
21000 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
21001 varasm.h.
21002 * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21003 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
21004 insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
21005 * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21006 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
21007 insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
21008 * rtl-chkp.c: Likewise.
21009 * tree-chkp-opt.c: Likewise.
21010 * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
21011 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
21012 hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
21013 * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21014 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
21015 statistics.h stmt.h.
21016 * tree-vect-data-refs.c: Likewise.
21017 * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
21018 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21019 rtl.h statistics.h stmt.h varasm.h.
21020 * internal-fn.c: Likewise.
21021 * ipa-icf-gimple.c: Likewise.
21022 * lto-section-out.c: Likewise.
21023 * tree-data-ref.c: Likewise.
21024 * tree-nested.c: Likewise.
21025 * tree-outof-ssa.c: Likewise.
21026 * tree-predcom.c: Likewise.
21027 * tree-pretty-print.c: Likewise.
21028 * tree-scalar-evolution.c: Likewise.
21029 * tree-ssa-strlen.c: Likewise.
21030 * tree-vect-loop.c: Likewise.
21031 * tree-vect-patterns.c: Likewise.
21032 * tree-vect-slp.c: Likewise.
21033 * tree-vect-stmts.c: Likewise.
21034 * tsan.c: Likewise.
21035 * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21036 fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
21037 stmt.h.
21038 * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
21039 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21040 statistics.h stmt.h varasm.h.
21041 * loop-unroll.c: Likewise.
21042 * ubsan.c: Likewise.
21043 * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
21044 expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
21045 stmt.h varasm.h.
21046 * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21047 fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
21048 * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
21049 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
21050 statistics.h stmt.h.
21051 * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
21052 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
21053 statistics.h stmt.h varasm.h.
21054 * gimple-match-head.c: Likewise.
21055 * lto-cgraph.c: Likewise.
21056 * lto-section-in.c: Likewise.
21057 * lto-streamer-in.c: Likewise.
21058 * lto-streamer-out.c: Likewise.
21059 * tree-affine.c: Likewise.
21060 * tree-cfg.c: Likewise.
21061 * tree-cfgcleanup.c: Likewise.
21062 * tree-if-conv.c: Likewise.
21063 * tree-into-ssa.c: Likewise.
21064 * tree-ssa-alias.c: Likewise.
21065 * tree-ssa-copyrename.c: Likewise.
21066 * tree-ssa-dse.c: Likewise.
21067 * tree-ssa-forwprop.c: Likewise.
21068 * tree-ssa-live.c: Likewise.
21069 * tree-ssa-math-opts.c: Likewise.
21070 * tree-ssa-pre.c: Likewise.
21071 * tree-ssa-sccvn.c: Likewise.
21072 * tree-tailcall.c: Likewise.
21073 * tree-vect-generic.c: Likewise.
21074 * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21075 fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
21076 * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21077 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
21078 * varasm.c: Likewise.
21079 * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21080 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
21081 varasm.h.
21082 * init-regs.c: Likewise.
21083 * ira.c: Likewise.
21084 * omp-low.c: Likewise.
21085 * stack-ptr-mod.c: Likewise.
21086 * tree-ssa-reassoc.c: Likewise.
21087 * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21088 fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
21089 varasm.h.
21090 * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21091 fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
21092 * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21093 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
21094 * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21095 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
21096 * tree-ssa-phiopt.c: Likewise.
21097 * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21098 fixed-value.h hashtab.h real.h statistics.h stmt.h.
21099 * config/fr30/fr30.c: Likewise.
21100 * config/frv/frv.c: Likewise.
21101 * expr.c: Likewise.
21102 * final.c: Likewise.
21103 * optabs.c: Likewise.
21104 * passes.c: Likewise.
21105 * simplify-rtx.c: Likewise.
21106 * stmt.c: Likewise.
21107 * toplev.c: Likewise.
21108 * var-tracking.c: Likewise.
21109 * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21110 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21111 * lower-subreg.c: Likewise.
21112 * postreload-gcse.c: Likewise.
21113 * ree.c: Likewise.
21114 * reginfo.c: Likewise.
21115 * store-motion.c: Likewise.
21116 * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21117 fixed-value.h hashtab.h real.h stmt.h varasm.h.
21118 * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21119 fixed-value.h hashtab.h statistics.h stmt.h.
21120 * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21121 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
21122 * except.c: Likewise.
21123 * explow.c: Likewise.
21124 * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21125 fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
21126 varasm.h.
21127 * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21128 fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
21129 * tree-ssa-structalias.c: Likewise.
21130 * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21131 fixed-value.h insn-config.h real.h statistics.h.
21132 * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21133 fixed-value.h insn-config.h real.h statistics.h stmt.h.
21134 * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21135 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
21136 * cfgbuild.c: Likewise.
21137 * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21138 fixed-value.h real.h rtl.h statistics.h stmt.h.
21139 * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21140 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21141 * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21142 fixed-value.h real.h statistics.h stmt.h.
21143 * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21144 fixed-value.h real.h statistics.h stmt.h varasm.h.
21145 * cprop.c: Likewise.
21146 * modulo-sched.c: Likewise.
21147 * postreload.c: Likewise.
21148 * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
21149 flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
21150 statistics.h stmt.h varasm.h.
21151 * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
21152 explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21153 rtl.h statistics.h stmt.h varasm.h.
21154 * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
21155 fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
21156 varasm.h.
21157 * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
21158 function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
21159 varasm.h.
21160 * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
21161 fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
21162 varasm.h.
21163 * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
21164 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21165 * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21166 function.h real.h statistics.h stmt.h varasm.h.
21167 * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21168 insn-config.h real.h statistics.h stmt.h.
21169 * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21170 statistics.h stmt.h.
21171 * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
21172 fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
21173 statistics.h stmt.h varasm.h.
21174 * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
21175 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
21176 * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21177 flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
21178 * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
21179 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
21180 statistics.h stmt.h varasm.h.
21181 * ipa-polymorphic-call.c: Likewise.
21182 * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
21183 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21184 statistics.h stmt.h.
21185 * config/c6x/c6x.c: Likewise.
21186 * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
21187 explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21188 statistics.h stmt.h varasm.h.
21189 * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
21190 fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
21191 stmt.h varasm.h.
21192 * ipa-split.c: Likewise.
21193 * tree-eh.c: Likewise.
21194 * tree-ssa-dce.c: Likewise.
21195 * tree-ssa-loop-niter.c: Likewise.
21196 * tree-vrp.c: Likewise.
21197 * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
21198 expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
21199 stmt.h.
21200 * config/nds32/nds32-fp-as-gp.c: Likewise.
21201 * config/nds32/nds32-intrinsic.c: Likewise.
21202 * config/nds32/nds32-isr.c: Likewise.
21203 * config/nds32/nds32-md-auxiliary.c: Likewise.
21204 * config/nds32/nds32-memory-manipulation.c: Likewise.
21205 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
21206 * config/nds32/nds32-predicates.c: Likewise.
21207 * config/nds32/nds32.c: Likewise.
21208 * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
21209 fixed-value.h hashtab.h real.h statistics.h.
21210 * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
21211 fixed-value.h hashtab.h real.h statistics.h stmt.h.
21212 * config/arm/arm.c: Likewise.
21213 * config/avr/avr.c: Likewise.
21214 * config/bfin/bfin.c: Likewise.
21215 * config/h8300/h8300.c: Likewise.
21216 * config/i386/i386.c: Likewise.
21217 * config/ia64/ia64.c: Likewise.
21218 * config/iq2000/iq2000.c: Likewise.
21219 * config/m32c/m32c.c: Likewise.
21220 * config/m32r/m32r.c: Likewise.
21221 * config/m68k/m68k.c: Likewise.
21222 * config/mcore/mcore.c: Likewise.
21223 * config/mep/mep.c: Likewise.
21224 * config/mips/mips.c: Likewise.
21225 * config/mn10300/mn10300.c: Likewise.
21226 * config/moxie/moxie.c: Likewise.
21227 * config/pa/pa.c: Likewise.
21228 * config/rl78/rl78.c: Likewise.
21229 * config/rx/rx.c: Likewise.
21230 * config/s390/s390.c: Likewise.
21231 * config/sh/sh.c: Likewise.
21232 * config/sparc/sparc.c: Likewise.
21233 * config/spu/spu.c: Likewise.
21234 * config/stormy16/stormy16.c: Likewise.
21235 * config/v850/v850.c: Likewise.
21236 * config/vax/vax.c: Likewise.
21237 * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
21238 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21239 * config/msp430/msp430.c: Likewise.
21240 * predict.c: Likewise.
21241 * value-prof.c: Likewise.
21242 * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
21243 expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
21244 * config/microblaze/microblaze.c: Likewise.
21245 * config/nios2/nios2.c: Likewise.
21246 * config/rs6000/rs6000.c: Likewise.
21247 * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21248 insn-config.h real.h rtl.h statistics.h stmt.h.
21249 * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21250 insn-config.h real.h statistics.h stmt.h.
21251 * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
21252 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
21253 * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
21254 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21255 * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
21256 fixed-value.h real.h statistics.h stmt.h.
21257 * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
21258 fixed-value.h statistics.h stmt.h.
21259 * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
21260 stmt.h.
21261
21262 2015-01-15 Jakub Jelinek <jakub@redhat.com>
21263
21264 * gengtype.c (create_user_defined_type): Workaround
21265 -Wmaybe-uninitialized false positives.
21266 * cse.c (fold_rtx): Likewise.
21267 * loop-invariant.c (gain_for_invariant): Likewise.
21268
21269 2015-01-15 Eric Botcazou <ebotcazou@adacore.com>
21270
21271 * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
21272 set the memory attributes in all cases but clear MEM_EXPR if need be.
21273
21274 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
21275
21276 PR tree-optimization/64434
21277 * cfgexpand.c (reorder_operands): New function.
21278 (expand_gimple_basic_block): Insert call of reorder_operands if
21279 optimized is true.
21280
21281 2015-01-15 Matthew Fortune <matthew.fortune@imgtec.com>
21282
21283 * config/mips/micromips.md (*swp): Remove explicit parallel.
21284 (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
21285 * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
21286 (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
21287 (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
21288 (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
21289 (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
21290 (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
21291 (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
21292 (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
21293 (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
21294 (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
21295 (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
21296 (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
21297 (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
21298 (mips_wrdsp): Likewise.
21299 * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
21300 parallel.
21301 (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
21302 (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
21303 (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
21304 (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
21305 (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
21306 (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
21307 * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
21308 (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
21309 (ssmaddsqdq4, ssmsubsqdq4): Likewise.
21310
21311 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
21312
21313 * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
21314 (mips_print_operand): Support 'y' to print exact log2 in decimal
21315 of a const_int.
21316 * config/mips/mips.h (ISA_HAS_LSA): New define.
21317 (ISA_HAS_DLSA): Likewise.
21318 * config/mips/mips.md (<GPR:d>lsa): New define_insn.
21319 * config/mips/predicates.md (const_immlsa_operand): New predicate.
21320
21321 2015-01-15 Martin Liska <mliska@suse.cz>
21322
21323 PR target/64377
21324 * optc-save-gen.awk: Add support for array types.
21325
21326 2015-01-15 Richard Biener <rguenther@suse.de>
21327
21328 PR middle-end/64365
21329 * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
21330 for MEM_REF access functions with the same base can never partially
21331 overlap.
21332
21333 2015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
21334
21335 * common.opt: New option -fstack-protector-explicit.
21336 * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
21337 (stack_protect_decl_phase): Handle stack_protect attribute for
21338 explicit stack protection requests.
21339 (expand_used_vars): Similarly.
21340 * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
21341 * doc/extend.texi: Add documentation for "stack_protect" attribute.
21342 * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
21343
21344 2015-01-14 Oleg Endo <olegendo@gcc.gnu.org>
21345
21346 PR target/53988
21347 * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
21348 reg-reg copies.
21349 (sh_extending_set_of_reg): New struct.
21350 (sh_find_extending_set_of_reg, sh_split_tst_subregs,
21351 sh_remove_reg_dead_or_unused_notes): New Declarations.
21352 * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
21353 sh_find_extending_set_of_reg, sh_split_tst_subregs,
21354 sh_extending_set_of_reg::use_as_extended_reg): New functions.
21355 * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
21356 convert to insn_and_split and use new function sh_split_tst_subregs.
21357
21358 2015-01-14 Sandra Loosemore <sandra@codesourcery.com>
21359
21360 * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
21361 option.
21362 (Optimization Options): Move -fuse-ld documentation to...
21363 (Link Options): ...here.
21364
21365 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
21366
21367 * config/mips/constraints.md (ZC): Add support for R6 LL/SC
21368 offsets.
21369 (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
21370 * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
21371 (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
21372 * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
21373 instead of ZR for the memory operand of LL/SC.
21374 (compare_and_swap_12, sync_add<mode>): Likewise.
21375 (sync_<optab>_12, sync_old_<optab>_12): Likewise.
21376 (sync_new_<optab>_12, sync_nand_12): Likewise.
21377 (sync_old_nand_12, sync_new_nand_12): Likewise.
21378 (sync_sub<mode>, sync_old_add<mode>): Likewise.
21379 (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
21380 (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
21381 (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
21382 (sync_nand<mode>, sync_old_nand<mode>): Likewise.
21383 (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
21384 (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
21385 (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
21386 * doc/md.texi (ZC): Update description.
21387
21388 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
21389
21390 * builtins.c (expand_builtin_atomic_exchange): Remove error when
21391 memory model is CONSUME.
21392 (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
21393 expand_builtin_atomic_store): Change invalid memory model errors to
21394 warnings.
21395 (expand_builtin_atomic_clear): Change invalid model errors to warnings
21396 and issue warning for CONSUME.
21397
21398 2015-01-14 Aldy Hernandez <aldyh@redhat.com>
21399
21400 * lto-cgraph: Update function comments for
21401 lto_symtab_encoder_encode_*.
21402
21403 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
21404
21405 * Makefile.in (site.exp): Do not set ENABLE_LTO.
21406
21407 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
21408
21409 * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
21410 * lto-cgraph.c (select_what_to_stream): Remove argument, use
21411 lto_stream_offload_p instead.
21412 * lto-streamer.h (select_what_to_stream): Remove argument.
21413 * passes.c (ipa_write_summaries): Likewise.
21414 * tree-pass.h (ipa_write_summaries): Likewise.
21415
21416 2015-01-14 Richard Biener <rguenther@suse.de>
21417
21418 PR tree-optimization/59354
21419 * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
21420 groups larger than the slp group size as having gaps.
21421
21422 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
21423
21424 PR middle-end/59448
21425 * builtins.c (get_memmodel): Promote consume to acquire always.
21426
21427 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
21428
21429 PR target/64386
21430 * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
21431 V32HImode.
21432
21433 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
21434
21435 PR target/64393
21436 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
21437 Enable AVX512BW.
21438 (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
21439 * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
21440 AVX512VBMI, as it implies AVX512BW.
21441
21442 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
21443
21444 PR target/64387
21445 * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
21446 (vec_unpacks_hi_v16sf): Ditto.
21447
21448 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21449
21450 * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
21451 is not available.
21452
21453 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21454
21455 * doc/invoke.texi (mapcs): Mention deprecation.
21456 (mapcs-frame): Likewise.
21457
21458 2015-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
21459
21460 PR target/64453
21461 * config/arm/arm.c (callee_saved_reg_p): Define.
21462 (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
21463 register is callee saved instead of !call_used_regs[reg].
21464 (thumb1_compute_save_reg_mask): Likewise.
21465
21466 2015-01-14 Hale Wang <hale.wang@arm.com>
21467
21468 * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
21469 Cortex-M7.
21470
21471 2015-01-14 Richard Biener <rguenther@suse.de>
21472
21473 PR lto/64415
21474 * tree-inline.c (insert_debug_decl_map): Check destination
21475 function MAY_HAVE_DEBUG_STMTS.
21476 (insert_init_debug_bind): Likewise.
21477 (insert_init_stmt): Remove redundant check.
21478 (remap_gimple_stmt): Drop debug stmts if the destination
21479 function has var-tracking assignments disabled.
21480
21481 2015-01-14 Martin Liska <mliska@suse.cz>
21482
21483 * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
21484 IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
21485
21486 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21487
21488 PR target/64460
21489 * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
21490 (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
21491
21492 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
21493
21494 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
21495 level from an ARCH; do not inject the default.
21496 (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
21497 MIPS_ISA_LEVEL_SPEC.
21498 (MIPS_ISA_NAN2008_SPEC): Update comment.
21499 (BASE_DRIVER_SELF_SPECS): Likewise.
21500 * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
21501 MIPS_DEFAULT_ISA_LEVEL_SPEC.
21502 * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
21503 * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
21504 * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
21505
21506 2015-01-14 Richard Biener <rguenther@suse.de>
21507
21508 PR tree-optimization/64493
21509 PR tree-optimization/64495
21510 * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
21511 assign the proper vectorized PHI to the inner loop exit PHIs.
21512
21513 2015-01-14 Joey Ye <joey.ye@arm.com>
21514
21515 * config/arm/arm.c (arm_compute_save_reg_mask):
21516 Do not save lr in case of tail call.
21517 * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
21518
21519 2015-01-14 Martin Uecker <uecker@eecs.berkeley.edu>
21520
21521 * tree-vrp.c (check_array_ref): Emit more warnings
21522 for warn_array_bounds >= 2.
21523 * common.opt: New option -Warray-bounds=.
21524 * doc/invoke.texi: Document -Warray-bounds=.
21525
21526 2015-01-14 Chung-Ju Wu <jasonwucj@gmail.com>
21527
21528 * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
21529 (mforbid-fp-as-gp): Remove.
21530 (mex9): Remove.
21531 * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
21532 (nds32_symbol_load_store_p): Remove.
21533 (nds32_fp_as_gp_check_available): Clean up implementation.
21534 * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
21535 cases.
21536 * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
21537 fp-as-gp and ex9 cases.
21538
21539 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
21540
21541 * tree-profile.c (init_ic_make_global_vars): Drop workaround
21542 for bintuils bug 14342.
21543 (init_ic_make_global_vars): Likewise.
21544 (gimple_init_edge_profiler): Likewise.
21545 (gimple_gen_ic_func_profiler): Likewise.
21546
21547 2015-01-13 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
21548
21549 * ipa-inline.c (inline_small_functions): Swap the operands in
21550 enum.
21551
21552 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
21553
21554 PR ipa/64481
21555 * ipa-inline-analysis.c (node_growth_cache): Remove.
21556 (initialize_growth_caches): Do not initialize it.
21557 (free_growth_caches): Do not free it.
21558 (do_estimate_growth): Rename to ...
21559 (estimate_growth): ... this one; drop growth cache code.
21560 (growth_likely_positive): Always go the heuristics way.
21561 * ipa-inline.c (can_inline_edge_p): Walk through aliases.
21562 (reset_edge_caches): Do not reset node growth.
21563 (heap_edge_removal_hook): Do not maintain cache.
21564 (inline_small_functions): Likewise; strenghten sanity check.
21565 (ipa_inline): Do not maintain caches.
21566 * ipa-inline.h (node_growth_cache): Remove.
21567 (do_estimate_growth): Remove to ...
21568 (estimate_growth): this one; remove inline version.
21569 (reset_node_growth_cache): Remove.
21570
21571 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
21572
21573 PR ipa/64565
21574 * ipa-inline.c (inline_small_functions): Update callee keys after
21575 resolving speculation
21576 (inline_small_functions): Always check monotonicity of the queue.
21577
21578 2015-01-13 Marek Polacek <polacek@redhat.com>
21579
21580 PR middle-end/64391
21581 * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
21582
21583 2015-01-13 Jakub Jelinek <jakub@redhat.com>
21584
21585 PR rtl-optimization/64286
21586 * ree.c (combine_reaching_defs): Move part of comment earlier,
21587 remove !SCALAR_INT_MODE_P check.
21588 (add_removable_extension): Don't add vector mode
21589 extensions if all uses of the source register aren't the same
21590 vector extensions.
21591
21592 2015-01-13 Renlin Li <renlin.li@arm.com>
21593
21594 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
21595 (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
21596
21597 2015-01-13 Martin Liska <mliska@suse.cz>
21598
21599 * ipa-icf.c (sem_function::equals_private): Call new functions
21600 cl_target_option_print_diff and cl_optimization_print_diff.
21601 * optc-save-gen.awk (cl_target_option_print_diff): New function.
21602 (cl_optimization_print_diff): Likewise.
21603 * opth-gen.awk: Likewise.
21604
21605 2015-01-13 Richard Sandiford <richard.sandiford@arm.com>
21606
21607 * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
21608 (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
21609 (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
21610 (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
21611 (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
21612 (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
21613
21614 2015-01-13 Andrew Pinski <apinski@cavium.com>
21615
21616 * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
21617 instead of src mode.
21618
21619 2015-01-13 Richard Biener <rguenther@suse.de>
21620
21621 PR lto/64373
21622 * lto-streamer-out.c (tree_is_indexable): Guard for NULL
21623 DECL_CONTEXT.
21624
21625 2015-01-13 Andrew Pinski <apinski@cavium.com>
21626
21627 * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
21628 volatile mems.
21629 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
21630
21631 2015-01-13 Jakub Jelinek <jakub@redhat.com>
21632
21633 PR middle-end/63974
21634 * cfgexpand.c (expand_computed_goto): Don't call
21635 convert_memory_address here.
21636
21637 2015-01-13 Richard Biener <rguenther@suse.de>
21638
21639 PR tree-optimization/64406
21640 * tree-loop-distibution.c (pass_loop_distribution::execute):
21641 Reset the SCEV hashtable if we distributed anything.
21642
21643 2015-01-13 Richard Biener <rguenther@suse.de>
21644
21645 PR tree-optimization/64404
21646 * tree-vect-stmts.c (vectorizable_load): Reject conflicting
21647 SLP types for CSEd loads.
21648
21649 2015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
21650
21651 PR tree-optimization/64436
21652 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
21653 merge of two symbolic numbers for a bitwise OR to ...
21654 (perform_symbolic_merge): This. Also fix computation of the range and
21655 end of the symbolic number corresponding to the result of a bitwise OR.
21656
21657 2015-01-13 Richard Biener <rguenther@suse.de>
21658
21659 PR tree-optimization/64568
21660 * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
21661 release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
21662
21663 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
21664
21665 * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
21666 TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
21667
21668 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
21669
21670 * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
21671 target-specific symbol_ref flag.
21672 (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
21673 resides in rodata section.
21674 * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
21675 (nds32_encode_section_info): New function.
21676
21677 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
21678
21679 * config/nds32/nds32.md (call): Use pseudo instruction bal which
21680 clobbers TA_REGNUM if large code model is specified.
21681 (call_register): Likewise.
21682 (call_immediate): Likewise.
21683 (call_value): Likewise.
21684 (call_value_register): Likewise.
21685 (call_value_immediate): Likewise.
21686
21687 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
21688
21689 * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
21690 (TARGET_CMODEL_MEDIUM): New macro.
21691 (TARGET_CMODEL_LARGE): New macro.
21692 * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
21693 code model setting in assembly code.
21694
21695 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
21696
21697 * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
21698 Remove MASK_GP_DIRECT flag.
21699 * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
21700 one of the multilib default options.
21701 * config/nds32/nds32.opt (mgp-direct): Remove.
21702 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
21703 -mgp-direct. We also remove unnecessary -mlittle-endian/-mbig-endian.
21704
21705 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
21706
21707 * config/nds32/nds32.opt (mcmodel): Add new option.
21708 * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
21709 to describe code model.
21710
21711 2015-01-13 Oleg Endo <olegendo@gcc.gnu.org>
21712
21713 PR target/64479
21714 * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
21715
21716 2015-01-12 Kaz Kojima <kkojima@gcc.gnu.org>
21717
21718 * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
21719 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
21720 (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
21721 (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
21722 __builtin_sh_set_fpscr.
21723
21724 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
21725
21726 * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
21727 after a funtion name just to indicate it is a function.
21728 ([-fsanitize-undefined-trap-on-error]): Likewise.
21729 ([-fdbg-cnt=]): Likewise.
21730 ([-mmemcpy]): Likewise.
21731 ([-mflush-func]): Likewise.
21732 ([-msynci]): Likewise.
21733
21734 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
21735
21736 * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
21737 example.
21738
21739 2015-01-12 Jakub Jelinek <jakub@redhat.com>
21740
21741 PR tree-optimization/64563
21742 * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
21743 instead of != VR_VARYING.
21744
21745 PR target/64513
21746 * config/i386/i386.c (ix86_expand_prologue): Add
21747 REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
21748
21749 PR tree-optimization/64454
21750 * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
21751 op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
21752 for signed or [0, op1 - 1] for unsigned modulo.
21753 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
21754 even if op1 does not satisfy integer_pow2p.
21755
21756 PR other/64370
21757 * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
21758
21759 2015-01-12 Jeff Law <law@redhat.com>
21760
21761 PR target/64461
21762 * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
21763 (trunchiqi2, truncsihi2): Similarly.
21764
21765 * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
21766 rather than calling F.
21767
21768 2015-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
21769
21770 * tsan.c (instrument_expr): Use force_gimple_operand.
21771 Use may_be_nonaddressable_p instead of is_gimple_addressable.
21772
21773 2015-01-12 Richard Biener <rguenther@suse.de>
21774
21775 PR tree-optimization/64530
21776 * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
21777 back dr1.
21778
21779 2015-01-12 Richard Biener <rguenther@suse.de>
21780
21781 PR middle-end/64357
21782 * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
21783 latches properly.
21784
21785 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21786
21787 * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
21788 Cortex-A17 tuning parameters.
21789 * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
21790
21791 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21792
21793 * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
21794 * config/arm/arm.c (arm_macro_fusion_p): New function.
21795 (arm_macro_fusion_pair_p): Likewise.
21796 (TARGET_SCHED_MACRO_FUSION_P): Define.
21797 (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
21798 (ARM_FUSE_NOTHING): Likewise.
21799 (ARM_FUSE_MOVW_MOVT): Likewise.
21800 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
21801 arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
21802 arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
21803 arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
21804 arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
21805 arm_cortex_a5_tune): Specify fuseable_ops value.
21806
21807 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
21808
21809 PR bootstrap/64561
21810 * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
21811 test for PIE with copy reloc.
21812 * configure: Regenerated.
21813
21814 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21815
21816 * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
21817 in gen_rtx_REG.
21818 (arm_tls_descseq_addr): Likewise.
21819 (arm_gen_movmemqi): Likewise.
21820 (arm_expand_epilogue_apcs_frame): Likewise.
21821 (arm_expand_epilogue): Likewise.
21822 (arm_expand_prologue): Likewise. Use R1_REGNUM instead of constant 1
21823 in gen_rtx_REG.
21824
21825 2015-01-12 Martin Liska <mliska@suse.cz>
21826
21827 PR ipa/64550
21828 * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
21829 volatility for correct operands.
21830
21831 2015-01-12 Martin Liska <mliska@suse.cz>
21832
21833 * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
21834 indication that a function is not leaf.
21835 (sem_function::compare_polymorphic_p): Likewise.
21836
21837 2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
21838
21839 * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
21840 machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
21841 fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
21842 fold-const.h, tree-check.h.
21843
21844 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
21845
21846 PR ipa/63967
21847 PR ipa/64425
21848 * ipa-inline.c (compute_uninlined_call_time,
21849 compute_inlined_call_time): Use counts for extra precision when
21850 needed possible.
21851 (big_speedup_p): Fix formating.
21852 (RELATIVE_TIME_BENEFIT_RANGE): Remove.
21853 (relative_time_benefit): Remove.
21854 (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
21855 merge guessed and read profile paths.
21856 (inline_small_functions): Count only !optimize_size functions into
21857 initial size; be more lax about sanity check when profile is used;
21858 be sure to update inlined function profile when profile is read.
21859
21860 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
21861
21862 PR ipa/63470
21863 * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
21864 cost when edge becomes direct.
21865 * ipa-prop.c (make_edge_direct): Do not adjust when speculation
21866 is resolved or when introducing new speculation.
21867
21868 2015-01-12 Chen Gang <gang.chen.5i5j@gmail.com>
21869
21870 PR ipa/64551
21871 PR ipa/64552
21872 * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
21873 '||' to fix typo issue.
21874
21875 * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
21876 accept and return NULL.
21877
21878 2015-01-12 Martin Liska <mliska@suse.cz>
21879
21880 * cgraph.c (cgraph_edge::remove_callee): Move function to header
21881 file for being inlined.
21882 (cgraph_set_edge_callee): Delete.
21883 (cgraph_edge::redirect_callee): Move function to header file
21884 for being inlined.
21885 (cgraph_edge::make_direct): Use new function.
21886 (cgraph_edge::dump_edge_flags): New function created from
21887 static dump_edge_flags function.
21888 (cgraph_node::dump): Use new function.
21889 (cgraph_edge::verify_count_and_frequency): New function created
21890 from verify_edge_count_and_frequency.
21891 (cgraph_edge::verify_corresponds_to_fndecl): New function created
21892 from verify_edge_corresponds_to_fndecl.
21893 (verify_edge_corresponds_to_fndecl): Delete.
21894 (cgraph_node::verify_node): Use new function.
21895 * cgraph.h (cgraph_edge::set_callee): New function.
21896 (cgraph_edge::dump_edge_flags): Likewise.
21897 (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
21898
21899 2015-01-11 Jan Hubicka <hubicka@ucw.cz>
21900
21901 * ipa-utils.c (estimate_function_body_sizes): Do not
21902 free node params when called late with early=true.
21903
21904 2015-01-11 James Greenhalgh <james.greenhalgh@arm.com>
21905
21906 * doc/md.texi (Instruction Patterns): Rewrite text for
21907 clarity.
21908 (Example): Likewise.
21909
21910 2015-01-10 Sandra Loosemore <sandra@codesourcery.com>
21911
21912 * doc/invoke.texi (Option Summary): Break long lines.
21913 [(-fdiagnostics-color)]: Put long literal in @smallexample
21914 instead of inline.
21915 [(-fsanitize-recover)]: Likewise.
21916 [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
21917 [(-ffast-math)]: Likewise.
21918 [(--param max-inline-insns-recursive)]: Likewise.
21919 [(--param max-inline-recursive-depth)]: Likewise.
21920 [(-mno-text-section-literals)]: Likewise.
21921
21922 2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
21923
21924 * doc/install.texi: Update for libgomp being renamed from "GNU
21925 OpenMP Runtime Library" to "GNU Offloading and Multi Processing
21926 Runtime Library".
21927 * doc/sourcebuild.texi: Likewise.
21928
21929 2015-01-10 Anthony Green <green@moxielogic.com>
21930
21931 * config/moxie/moxie.c (moxie_option_override): Fix forcing of
21932 mul.x availability for moxiebox configuration.
21933
21934 2015-01-09 Anthony Green <green@moxielogic.com>
21935
21936 * config/moxie/moxie.md: Tabify assembly output.
21937
21938 2015-01-09 Anthony Green <green@moxielogic.com>
21939
21940 * config/moxie/moxie.md (CC_REG): Correct register definition.
21941
21942 2015-01-09 Sandra Loosemore <sandra@codesourcery.com>
21943
21944 * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
21945 ([-fvtv-debug], [-fvtv-counts]): Likewise. Correct location
21946 of log files.
21947
21948 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
21949
21950 * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
21951
21952 2015-01-09 Bernd Schmidt <bernds@codesourcery.com>
21953 Jakub Jelinek <jakub@redhat.com>
21954
21955 PR middle-end/64412
21956 * lto-streamer.h (lto_stream_offload_p): New declaration.
21957 * lto-streamer.c (lto_stream_offload_p): New variable.
21958 * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
21959 at the same time as section_name_prefix.
21960 * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
21961 if lto_stream_offload_p.
21962 * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
21963 stream TREE_TARGET_OPTION if lto_stream_offload_p.
21964 (write_ts_function_decl_tree_pointers): Don't
21965 stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
21966 * tree-streamer-in.c (unpack_value_fields): Don't stream
21967 TREE_TARGET_OPTION in if ACCEL_COMPILER.
21968 (lto_input_ts_function_decl_tree_pointers): Don't stream
21969 DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
21970 * lto-opts.c (lto_write_options): Use lto_stream_offload_p
21971 instead of section_name_prefix string comparisons.
21972
21973 2015-01-09 Jakub Jelinek <jakub@redhat.com>
21974
21975 PR rtl-optimization/64536
21976 * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
21977 tablejumps.
21978
21979 2015-01-09 Michael Collison <michael.collison@linaro.org>
21980
21981 PR tree-optimization/64322
21982 * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
21983 range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
21984
21985 2015-01-09 Tom de Vries <tom@codesourcery.com>
21986
21987 PR rtl-optimization/64539
21988 * regcprop.c (kill_clobbered_values): Factor out of ...
21989 (copyprop_hardreg_forward_1): ... here. Use kill_clobbered_values
21990 instead of note_stores with kill_clobbered_value.
21991
21992 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
21993
21994 * ginclude/unwind-arm-common.h: Revert previous commit.
21995
21996 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
21997
21998 * config.gcc (arm*-*-freebsd*): New configuration.
21999 * config/arm/freebsd.h: New file.
22000 * config.host: Add extra components for arm*-*-freebsd*.
22001 * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
22002 * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
22003
22004 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22005
22006 * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
22007 for -mcpu=e6500.
22008 * config/rs6000/t-rtems: Add e6500 multilibs.
22009
22010 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22011
22012 * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
22013 MPC8540.
22014
22015 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22016
22017 * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
22018 MULTILIB_EXCEPTIONS.
22019
22020 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22021
22022 * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
22023 MULTILIB_EXCEPTIONS.
22024
22025 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22026
22027 * config/arm/t-rtems-eabi: Rename to...
22028 * config/arm/t-rtems: ...this.
22029 * config/arm/rtems-eabi.h: Rename to...
22030 * config/arm/rtems.h: ...this.
22031 * config.gcc (arm*-*-rtems*): Reflect changes above.
22032
22033 2015-01-09 Richard Biener <rguenther@suse.de>
22034
22035 PR tree-optimization/64410
22036 * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
22037 on the LHS.
22038 (execute_update_addresses_taken): Deal with that.
22039 * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
22040 loads/stores for complex variables.
22041
22042 2015-01-09 Martin Liska <mliska@suse.cz>
22043
22044 * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
22045 name comparison.
22046 (func_checker::compare_memory_operand): New function.
22047 (func_checker::compare_operand): Split case to newly
22048 added functions.
22049 (func_checker::compare_cst_or_decl): New function.
22050 (func_checker::compare_gimple_call): Identify
22051 memory operands.
22052 (func_checker::compare_gimple_assign): Likewise.
22053 * ipa-icf-gimple.h: New function.
22054
22055 2015-01-09 Martin Liska <mliska@suse.cz>
22056
22057 PR ipa/64503
22058 * sreal.c (sreal::dump): Change unsigned format to signed for
22059 m_exp value.
22060 (sreal::to_double): Replace exp2 with scalbln.
22061
22062 2015-01-09 Martin Liska <mliska@suse.cz>
22063
22064 * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
22065 * ipa-icf.c (sem_function::equals_private): Add support for target and
22066 (sem_item_optimizer::merge_classes): Remove redundant function
22067 optimization flags comparison.
22068 * tree.h (target_opts_for_fn): New function.
22069
22070 2015-01-09 Tom de Vries <tom@codesourcery.com>
22071
22072 * omp-low.c (expand_omp_for_static_chunk): Fix assert.
22073
22074 2015-01-09 Kito Cheng <kito@0xlab.org>
22075
22076 PR rtl-optimization/64348
22077 * lra-constraints.c (split_reg): Fix caller-save store/restore
22078 instruction generation.
22079
22080 2015-01-08 John David Anglin <danglin@gcc.gnu.org>
22081
22082 PR gcov-profile/61790
22083 * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
22084 long long. Fallback to int64_t if host doesn't have long long and
22085 use strtol if int64_t is long. Otherwise, use sscanf for conversion.
22086
22087 2015-01-08 Jakub Jelinek <jakub@redhat.com>
22088
22089 PR tree-optimization/63989
22090 * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
22091 from 1000 to 10000.
22092 * tree-ssa-strlen.c (get_strinfo): Moved earlier.
22093 (get_stridx): If we don't have a record for certain SSA_NAME,
22094 but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
22095 constant offset, call get_stridx_plus_constant.
22096 (get_stridx_plus_constant): New function.
22097 (zero_length_string): Don't use get_stridx here.
22098
22099 PR target/55023
22100 PR middle-end/64388
22101 * dse.c (struct insn_info): Mention frame_read set also
22102 before reload for tail calls on some targets.
22103 (scan_insn): Revert 2014-12-22 change. Set frame_read
22104 also before reload for tail calls if
22105 HARD_FRAME_POINTER_IS_ARG_POINTER. Call add_wild_read
22106 instead of add_non_frame_wild_read for non-const/memset
22107 tail calls after reload.
22108
22109 2015-01-08 Jason Merrill <jason@redhat.com>
22110
22111 * ubsan.c (do_ubsan_in_current_function): New.
22112 (pass_ubsan::gate): Use it.
22113 * ubsan.h: Declare it.
22114 * convert.c (convert_to_integer): Use it.
22115
22116 2015-01-08 Jakub Jelinek <jakub@redhat.com>
22117
22118 PR target/64338
22119 * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
22120 compare_code when it is unconditionally overwritten afterwards.
22121 Use ix86_reverse_condition instead of reverse_condition. Don't
22122 change code if *reverse_condition* returned UNKNOWN and don't
22123 swap ct/cf and negate diff in that case.
22124
22125 2015-01-08 Mike Stump <mikestump@comcast.net>
22126
22127 * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
22128 (pass_tsan_O0::gate): Likewise.
22129 * extend.texi (Function Attributes): Add no_sanitize_thread
22130 documentation.
22131
22132 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
22133
22134 * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
22135 for registering builtins.
22136 * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
22137 add -fopenmp to the argv_obstack used when invoking
22138 compile_for_target.
22139
22140 * config/i386/intelmic-mkoffload.c (compile_for_target): Always
22141 add "-m32" or "-m64" to argv_obstack.
22142 (generate_host_descr_file): Likewise, when invoking host_compiler.
22143 (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
22144 ld.
22145
22146 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
22147
22148 * config/sh/sh-mem.cc: Use constant as second operand when emitting
22149 tstsi_t insns.
22150
22151 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
22152
22153 PR target/55212
22154 * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
22155 constant load if constant operand fits into I08.
22156
22157 2015-01-08 Jakub Jelinek <jakub@redhat.com>
22158
22159 PR sanitizer/64336
22160 * tree.c (build2_stat): Fix up initialization of TREE_READONLY
22161 and TREE_THIS_VOLATILE for MEM_REFs.
22162 (build5_stat): Fix up initialization of TREE_READONLY and
22163 TREE_THIS_VOLATILE for TARGET_MEM_REFs.
22164
22165 2015-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
22166
22167 PR target/64533
22168 * config/sh/sh.md (*addsi3_compact): Use u constraint instead
22169 of r for the second alternative of the destination operand.
22170
22171 2015-01-07 Segher Boessenkool <segher@kernel.crashing.org>
22172
22173 PR target/36557
22174 * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
22175
22176 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
22177
22178 * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
22179 keywords.
22180 ([-fivar-visibility], [-fvisibility]): Likewise.
22181
22182 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
22183
22184 * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
22185 the file where @code, @command, etc is more appropriate.
22186
22187 2015-01-06 Sandra Loosemore <sandra@codesourcery.com>
22188
22189 * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
22190 of -mrecip= documentation.
22191
22192 2015-01-06 Michael Meissner <meissner@linux.vnet.ibm.com>
22193
22194 PR target/64505
22195 * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
22196 correct reload handler if -m32 -mpowerpc64 is used.
22197
22198 2015-01-06 Tom de Vries <tom@codesourcery.com>
22199
22200 * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
22201
22202 2015-01-08 Christian Bruel <christian.bruel@st.com>
22203
22204 PR target/64507
22205 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
22206
22207 2015-01-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
22208
22209 PR tree-optimization/63259
22210 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
22211 if optab exists for 16bit byteswap.
22212
22213 2015-01-06 Jakub Jelinek <jakub@redhat.com>
22214
22215 * opts.c (common_handle_option): Add support for
22216 -fno-sanitize=all and -f{,no-}sanitize-recover=all.
22217 * doc/invoke.texi: Document -fno-sanitize=all,
22218 -f{,no-}sanitize-recover=all. Document that
22219 -fsanitize=float-cast-overflow is not enabled
22220 by -fsanitize=undefined. Fix up documentation
22221 of -f{,no-}sanitize-recover.
22222
22223 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
22224
22225 * config.gcc: Add Visium support.
22226 * configure.ac: Likewise.
22227 * configure: Regenerate.
22228 * doc/extend.texi (interrupt attribute): Add Visium.
22229 * doc/invoke.texi: Document Visium options.
22230 * doc/install.texi: Document Visium target.
22231 * doc/md.texi: Document Visium constraints.
22232 * common/config/visium: New directory.
22233 * config/visium: Likewise.
22234
22235 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
22236
22237 * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
22238 for the "(and X (ior (not X) Y) -> (and X Y)" transform.
22239
22240 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
22241
22242 * combine.c (combine_validate_cost): Do not count the cost of a
22243 split I2 twice. Do not display it twice in the dump, either.
22244
22245 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
22246
22247 Revert parts of r219199.
22248 * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
22249 <inttypes.h>.
22250 ([-Wtraditional]): Restore markup on <limits.h>.
22251
22252 2015-01-05 Trevor Saunders <tsaunders@mozilla.com>
22253
22254 PR c++/31397
22255 * doc/invoke.texi: Document -Wsuggest-override.
22256
22257 2015-01-05 Radovan Obradovic <radovan.obradovic@imgtec.com>
22258
22259 PR rtl-optimization/64287
22260 * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
22261 (process_options): Disable flag_ipa_ra if profiling.
22262
22263 2015-01-05 Eric Botcazou <ebotcazou@adacore.com>
22264
22265 * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
22266
22267 2015-01-05 Max Filippov <jcmvbkbc@gmail.com>
22268
22269 * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
22270 hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
22271 put under #if TARGET_LOOPS guard.
22272
22273 2015-01-05 Uros Bizjak <ubizjak@gmail.com>
22274
22275 * config/i386/i386.c (output_387_binary_op): Use std::swap.
22276
22277 2015-01-05 Oleg Endo <olegendo@gcc.gnu.org>
22278
22279 * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
22280 * rtl.h (refers_to_regno_p): Add overload.
22281 * cse.c: Use it.
22282 * bt-load.c: Likewise.
22283 * combine.c: Likewise.
22284 * df-scan.c: Likewise.
22285 * sched-deps.c: Likewise.
22286 * config/s390/s390.c: Likewise.
22287 * config/m32r/m32r.c: Likewise.
22288 * config/rs6000/spe.md: Likewise.
22289 * config/rs6000/rs6000.c: Likewise.
22290 * config/pa/pa.c: Likewise.
22291 * config/stormy16/stormy16.c: Likewise.
22292 * config/cris/cris.c: Likewise.
22293 * config/arc/arc.md: Likewise.
22294 * config/arc/arc.c: Likewise.
22295 * config/sh/sh.md: Likewise.
22296 * config/sh/sh.c: Likewise.
22297 * config/frv/frv.c: Likewise.
22298
22299 2015-01-05 Jakub Jelinek <jakub@redhat.com>
22300
22301 PR sanitizer/64265
22302 * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
22303 call as cleanup of the whole body.
22304 * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
22305 * tsan.c (replace_func_exit): New function.
22306 (instrument_func_exit): Moved earlier.
22307 (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
22308 Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
22309 been found.
22310 (tsan_pass): Don't call instrument_func_exit.
22311 * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
22312 * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
22313 inlining.
22314
22315 PR sanitizer/64344
22316 * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
22317 * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
22318 it to libubsan handler instead of EXPR. Fold comparisons earlier,
22319 if the result is integer_zerop, return NULL_TREE.
22320 * convert.c (convert_to_integer): Pass expr as ARG.
22321
22322 PR tree-optimization/64465
22323 * tree-inline.c (redirect_all_calls): During inlining
22324 clean up EH stmts and EH edges if redirect_call_stmt_to_callee
22325 changed the stmt to a non-throwing call.
22326
22327 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
22328
22329 * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
22330 etc markup throughout the file.
22331
22332 2015-01-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
22333
22334 Enable experimental TSAN support for Ada.
22335 * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
22336
22337 2015-01-05 Jakub Jelinek <jakub@redhat.com>
22338
22339 PR tree-optimization/64494
22340 * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
22341 clear SSA_NAME_ANTI_RANGE_P flag.
22342
22343 2015-01-05 Marek Polacek <polacek@redhat.com>
22344
22345 * doc/extend.texi (Arrays of Length Zero): Add missing comma.
22346
22347 2015-01-05 Jakub Jelinek <jakub@redhat.com>
22348
22349 Update copyright years.
22350
22351 * gcc.c (process_command): Update copyright notice dates.
22352 * gcov-dump.c: Ditto.
22353 * gcov.c: Ditto.
22354 * doc/cpp.texi: Bump @copying's copyright year.
22355 * doc/cppinternals.texi: Ditto.
22356 * doc/gcc.texi: Ditto.
22357 * doc/gccint.texi: Ditto.
22358 * doc/gcov.texi: Ditto.
22359 * doc/install.texi: Ditto.
22360 * doc/invoke.texi: Ditto.
22361
22362 * auto-profile.c, auto-profile.h: Fix up Copyright line.
22363
22364 2015-01-04 Sandra Loosemore <sandra@codesourcery.com>
22365
22366 * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
22367 verb tense, etc.
22368 ([-fvtable-verify], [-fvtv-debug]): Likewise.
22369 ([-Wabi]): Likewise.
22370 ([-fmessage-length]): Likewise.
22371 ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
22372 ([-Wno-discarded-qualifiers]): Likewise.
22373 ([-Wnodiscarded-array-qualifiers]): Likewise.
22374 ([-Wno-virtual-move-assign]): Likewise.
22375 ([-fsanitize=address], [-fsanitize=thread]): Likewise.
22376 ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
22377 ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
22378 ([-fsanitize-undefined-trap-on-error]): Likewise.
22379 ([-floop-interchange]): Likewise.
22380 ([-ftree-coalesce-inlined-vars]): Likewise.
22381 ([-fvect-cost-model]): Likewise.
22382 ([-flto]): Likewise.
22383 ([--param]): Likewise.
22384 (Spec Files): Likewise.
22385 ([-mstrict-align]): Likewise.
22386 ([-mfix-cortex-a53-835769]): Likewise.
22387 ([-march], [-mtune]): Likewise.
22388 ([-mpic-register]): Likewise.
22389 ([-munaligned-access]): Likewise.
22390 ([-msp8]): Likewise.
22391 (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
22392 (AVR Built-in Macros): Likewise.
22393 ([-mpreferred-stack-boundary]): Likewise.
22394 ([-mtune-crtl]): Likewise.
22395 ([-mashf]): Likewise.
22396 ([-mmcu=]): Likewise.
22397 ([-minrt]): Likewise.
22398 ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
22399 ([-mupper-regs]): Likewise.
22400 ([-matomic-model]): Likewise.
22401 ([-mdiv]): Likewise.
22402 ([-mzdcbranch]): Likewise.
22403 ([-mdisable-callt]): Likewise.
22404 ([-msoft-float]): Likewise.
22405 ([-m8byte-align]): Likewise.
22406 ([-fstack-reuse]): Likewise.
22407
22408 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
22409
22410 * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
22411 Fix markup, light copy-editing.
22412 ([-fauto-profile]): Rewrite to fix formatting and content
22413 problems.
22414
22415 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
22416
22417 * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
22418 Copy-edit description.
22419 ([-fisolate-erroneous-paths-attribute]): Likewise.
22420 * common.opt (fisolate-erroneous-paths-dereference):
22421 Copy-edit description.
22422 (fisolate-erroneous-paths-attribute): Likewise.
22423
22424 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
22425
22426 * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
22427 tidy grammar.
22428
22429 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
22430
22431 * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
22432 ([-fvtv-debug]): Likewise.
22433 ([-Wc++-compat]): Likewise.
22434 ([-Wc++11-compat]): Likewise.
22435 ([-Wc++14-compat]): Likewise.
22436 ([-Wno-sized-deallocation]): Likewise.
22437 ([-femit-class-debug-always]): Likewise.
22438 ([-femit-struct-debug-detailed]): Likewise.
22439 ([-fno-keep-inline-dllexport]): Likewise.
22440 ([-fira-algorithm]): Likewise.
22441 ([-fira-region]): Likewise.
22442 ([-flra-remat]): Likewise.
22443 ([-fipa-ra]): Likewise.
22444 ([-fhoist-adjacent-loads]): Likewise.
22445 ([-fisolate-erroneous-paths-dereference]): Likewise.
22446 ([-fisolate-erroneous-paths-attribute]): Likewise.
22447 ([-ftree-switch-conversion]): Likewise.
22448 ([-ftree-tail-merge]): Likewise.
22449 ([-ftree-loop-if-convert]): Likewise.
22450 ([-ftree-loop-if-convert-stores]): Likewise.
22451 ([-ftree-loop-distribution]): Likewise.
22452 ([-ftree-loop-distribute-patterns]): Likewise.
22453 ([-flto-compression-level]): Likewise.
22454 ([-flto-report]): Likewise.
22455 ([-flto-report-wpa]): Likewise.
22456 ([-fuse-linker-plugin]): Likewise.
22457 ([-mfix-cortex-a53-835769]): Likewise.
22458 ([-mno-fix-cortex-a53-835769]): Likewise.
22459 ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
22460 explicit listing; add a note to the discussion indicating they
22461 exist. Reorder table to group similar options. Add missing
22462 @opindex entries. Add @need commands throughout the table to
22463 allow it to be split across multiple pages.
22464 ([-m8bit-idiv]): Fix @opindex.
22465 ([-mavx256-split-unaligned-load]): Likewise.
22466 ([-mavx256-split-unaligned-store]): Likewise.
22467 ([-mstack-protector-guard]): Likewise.
22468 ([-mcpu=]): Likewise.
22469 ([-mcpu]): Likewise.
22470 ([-mpointer-size=]): Likewise.
22471
22472 2015-01-03 John David Anglin <danglin@gcc.gnu.org>
22473
22474 * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
22475 instead of `m' constraint. Likewise for unnamed movb comparison
22476 patterns using reg_before_reload_operand predicate.
22477 * config/pa/predicates.md (reg_before_reload_operand): Tighten
22478 predicate to reject register index and LO_SUM DLT memory forms
22479 after reload.
22480
22481 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
22482
22483 * doc/invoke.texi (Option Summary): Fix spelling of
22484 -fdevirtualize-at-ltrans.
22485 ([-fdevirtualize]): Fix markup.
22486 ([-fdevirtualize-speculatively]): Fix typo.
22487 ([-fdevirtualize-at-ltrans]): Likewise. Make description less
22488 implementor-speaky.
22489 * common.opt (fdevirtualize-at-ltrans): Likewise.
22490 * ipa-devirt.c: Fix typos in comments throughout the file.
22491 (ipa_devirt): Fix typos in format strings for dump output.
22492
22493 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
22494
22495 * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
22496 discussion of defaults, light copy-editing.
22497
22498 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
22499
22500 * tsan.c (instrument_expr): corrected previous checkin.
22501
22502 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
22503
22504 Instrument bit field and unaligned accesses for TSAN.
22505 * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
22506 (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
22507 * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
22508 Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
22509 unaligned memory regions.
22510
22511 2015-01-01 Anthony Green <green@moxielogic.com>
22512
22513 * config/moxie/predicates.md (moxie_general_movsrc_operand):
22514 Restrict move source register offsets to 16 bits.
22515 \f
22516 Copyright (C) 2015 Free Software Foundation, Inc.
22517
22518 Copying and distribution of this file, with or without modification,
22519 are permitted in any medium without royalty provided the copyright
22520 notice and this notice are preserved.