]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/ChangeLog
remove support for the interix target
[thirdparty/gcc.git] / gcc / ChangeLog
1 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2
3 * config.gcc: Remove interix support.
4 * config/i386/i386-interix.h: Remove.
5 * config/i386/interix.opt: Remove.
6 * config/i386/t-interix: Remove.
7 * configure: Regenerate.
8 * configure.ac: Remove interix support.
9 * doc/install.texi: Remove interix documentation.
10
11 2016-06-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
12
13 * config/rs6000/rs6000.h: Add conditional preprocessing directives
14 to disable Power9-specific compiler features if HAVE_AS_POWER9 is
15 not defined.
16
17 2016-06-21 Eric Botcazou <ebotcazou@adacore.com>
18
19 * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
20 they are both PLACEHOLDER_EXPRs.
21
22 2016-06-21 Michael Meissner <meissner@linux.vnet.ibm.com>
23
24 * stor-layout.c (layout_type): Move setting complex MODE to
25 layout_type, instead of setting it ahead of time by the caller.
26 * tree.c (build_complex_type): Likewise.
27
28 2016-06-21 Martin Liska <mliska@suse.cz>
29
30 * predict.c (force_edge_cold): Replace imposisble with
31 impossible.
32
33 2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
34
35 * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
36 * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
37
38 2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
39
40 * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
41
42 2016-06-21 H.J. Lu <hongjiu.lu@intel.com>
43 Ilya Enkovich <ilya.enkovich@intel.com>
44
45 PR target/71549
46 * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
47 New member function to convert V1TImode register to SUBREG
48 TImode in debug insn.
49 (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
50 after changing register mode to V1TImode.
51
52 2016-06-21 Virendra Pathak <virendra.pathak@broadcom.com>
53
54 * config/aarch64/aarch64-cores.def (vulcan): New core.
55 * config/aarch64/aarch64-tune.md: Regenerate.
56 * doc/invoke.texi: Document vulcan as an available option.
57
58 2016-06-21 Eric Botcazou <ebotcazou@adacore.com>
59
60 * cse.c (canon_asm_operands): New function extracted from...
61 (canonicalize_insn): ...here. Call it to canonicalize an ASM_OPERANDS
62 either standalone or member of a PARALLEL.
63
64 2016-06-21 Georg-Johann Lay <avr@gjlay.de>
65
66 PR target/30417
67 * config/avr/gen-avr-mmcu-specs.c (print_mcu):
68 [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
69 [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
70
71 2016-06-21 Georg-Johann Lay <avr@gjlay.de>
72
73 PR target/71103
74 * config/avr/avr.md (movqi): Only handle loading subreg:qi of
75 constant addresses if can_create_pseudo_p.
76
77 2016-06-21 Jakub Jelinek <jakub@redhat.com>
78
79 PR tree-optimization/71588
80 * tree-ssa-strlen.c (valid_builtin_call): New function.
81 (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
82 it.
83
84 2016-06-20 Jakub Jelinek <jakub@redhat.com>
85
86 PR middle-end/71581
87 * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
88 see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
89 for conversion of scalar user var to complex type and use the
90 underlying SSA_NAME_VAR in that case. If EXPR is still NULL,
91 punt.
92
93 PR rtl-optimization/71591
94 * toplev.c (toplev::run_self_tests): If no_backend, complain and
95 don't run any tests.
96
97 2016-06-20 Hans-Peter Nilsson <hp@axis.com>
98
99 PR target/71571
100 * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
101 delay-slot "nop" for PIC with CRIS v32. Also add missing leading
102 space for PIC with non-v32 and the common non-PIC "jump".
103
104 2016-06-20 Jakub Jelinek <jakub@redhat.com>
105
106 PR target/71559
107 * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
108 returned values and add UN*/LTGT/*ORDERED cases with values matching
109 D operand modifier on vcmp for AVX.
110
111 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
112
113 * config/aarch64/aarch64.opt
114 (mpc-relative-literal-loads): Rename internal option name.
115 * config/aarch64/aarch64.c
116 (aarch64_nopcrelative_literal_loads): Rename to
117 aarch64_pcrelative_literal_loads.
118 (aarch64_expand_mov_immediate): Likewise.
119 (aarch64_secondary_reload): Likewise.
120 (aarch64_can_use_per_function_literal_pools_p): Likewise.
121 (aarch64_override_options_after_change_1): Rename and simplify logic.
122 (aarch64_classify_symbol): Merge large model checks into switch,
123 remove pc-relative load check.
124
125 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
126
127 * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
128 costs relative to the cost of a register move.
129
130 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
131
132 * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
133 (vcvt_n_f64_u64): Likewise.
134 (vcvt_n_s64_f64): Likewise.
135 (vcvt_n_u64_f64): Likewise.
136 (vcvt_f64_s64): Likewise.
137 (vrecpe_f64): Likewise.
138 (vcvt_f64_u64): Likewise.
139 (vrecps_f64): Likewise.
140
141 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
142
143 * config/aarch64/aarch64.md
144 (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
145 iterators.
146 (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise. Correct
147 attributes.
148 * config/aarch64/aarch64-builtins.c
149 (aarch64_types_binop_uss_qualifiers): Delete.
150 (TYPES_BINOP_USS): Likewise.
151 (aarch64_types_binop_sus_qualifiers): Likewise.
152 (TYPES_BINOP_SUS): Likewise.
153 (aarch64_types_fcvt_from_unsigned_qualifiers): New.
154 (TYPES_FCVTIMM_SUS): Likewise.
155 * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
156 rather than BINOP.
157 (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
158 (fcvtzs): Use SHIFTIMM rather than BINOP.
159 (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
160
161 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
162
163 * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
164 costs relative to the cost of a register move.
165
166 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
167
168 * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
169 Allow scalar/single vector modes to be tieable.
170
171 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
172
173 * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
174
175 2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
176
177 * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
178 "alignement".
179 * tree.h (TYPE_ALIGN): Likewise.
180
181 2016-06-20 Georg-Johann Lay <avr@gjlay.de>
182
183 PR target/71103
184 * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
185
186 2016-06-20 Georg-Johann Lay <avr@gjlay.de>
187
188 * config/avr/avr.c (avr_print_operand): Fix "format not a string
189 literal" build warnings.
190 (avr_print_operand_address): Dito.
191
192 2016-06-19 David Edelsohn <dje.gcc@gmail.com>
193
194 PR target/71375
195 * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
196 * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
197
198 2016-06-18 John David Anglin <danglin@gcc.gnu.org>
199
200 * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
201
202 2016-06-18 Eric Botcazou <ebotcazou@adacore.com>
203
204 PR bootstrap/71435
205 * reload1.c (reload): Pass 0 to finish_spills when called because
206 update_eliminables_and_spill returns true and remove did_spill.
207 (finish_spills): Adjust comment and document GLOBAL parameter.
208
209 2016-06-17 DJ Delorie <dj@redhat.com>
210
211 PR target/71338
212 * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
213 * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
214 (umulqihi3_virt): Likewise.
215 * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
216 (umulqihi3_real): Likewise.
217
218 2016-06-17 Martin Liska <mliska@suse.cz>
219
220 * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
221
222 2016-06-17 Martin Liska <mliska@suse.cz>
223
224 * predict.def: PRED_LOOP_EXIT from 92 to 85.
225
226 2016-06-17 James Greenhalgh <james.greenhalgh@arm.com>
227
228 * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
229 __FAST_MATH__.
230 (vaddq_f32): Likewise.
231 (vmul_f32): Likewise.
232 (vmulq_f32): Likewise.
233 (vsub_f32): Likewise.
234 (vsubq_f32): Likewise.
235
236 2016-06-17 Bin Cheng <bin.cheng@arm.com>
237
238 PR tree-optimization/71347
239 * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
240 cost for all uses in group.
241
242 2016-06-17 Bin Cheng <bin.cheng@arm.com>
243
244 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
245 insert gimple seq if it's not empty.
246
247 2016-06-17 Bin Cheng <bin.cheng@arm.com>
248
249 * tree-vectorizer.h (struct dr_with_seg_len): Remove class
250 member OFFSET.
251 * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
252 rather than OFFSET.
253 (comp_dr_with_seg_len_pair): Ditto.
254 (vect_prune_runtime_alias_test_list): Ditto. Also Canonicalize
255 struct dr_with_seg_len_pair against DR_OFFSET.
256 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
257 DR_OFFSET directly.
258
259 2016-06-17 Szabolcs Nagy <szabolcs.nagy@arm.com>
260
261 * config/aarch64/geniterators.sh: Handle parenthesised conditions.
262
263 2016-06-16 John David Anglin <danglin@gcc.gnu.org>
264
265 * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
266 (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
267 (pa_output_millicode_call): Likewise.
268 (pa_output_call): Likewise.
269 (pa_output_indirect_call): Likewise.
270 (pa_asm_output_mi_thunk): Likewise.
271
272 2016-06-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
273
274 * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
275
276 2016-06-16 Martin Liska <mliska@suse.cz>
277
278 * predict.c (combine_predictions_for_insn): When we find a first
279 match predictor, we should consider just predictors with
280 PRED_FLAG_FIRST_MATCH. Print either first match (if any) or
281 DS theory predictor.
282 (combine_predictions_for_bb): Likewise.
283
284 2016-06-16 Jakub Jelinek <jakub@redhat.com>
285
286 * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
287 with base of reference to struct.
288
289 2016-06-16 Uros Bizjak <ubizjak@gmail.com>
290
291 * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
292
293 2016-06-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
294
295 * config/avr/avr.c (avr_asm_init_sections): Remove setup of
296 progmem_swtable_section.
297 (progmem_swtable_section): Remove.
298 (avr_asm_function_rodata_section): Remove.
299 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
300 * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
301
302 2016-06-16 Jocelyn Mayer <l_indien@magic.fr>
303
304 * config/i386/driver-i386.c (host_detect_local_cpu): Set
305 PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
306 <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
307 signature_CENTAUR_ebx.
308 * config/i386/i386.c (ix86_option_override_internal): Add
309 definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
310 nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
311 * doc/invoke.texi (x86 Options): Document new VIA -march entries.
312
313 2016-06-16 Martin Liska <mliska@suse.cz>
314
315 * predict.def: Add fortran loop preheader predictor.
316 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
317 fold IFN_BUILTIN_EXPECT with a known constant argument.
318
319 2016-06-16 Martin Liska <mliska@suse.cz>
320
321 * predict.def: Add 'Fortran' to display text of all
322 PRED_FORTRAN_* predictors.
323
324 2016-06-16 Uros Bizjak <ubizjak@gmail.com>
325
326 PR target/71242
327 * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
328 [IA64_BUILTIN_NANSQ]: Ditto.
329 (ia64_fold_builtin): New function.
330 (TARGET_FOLD_BUILTIN): New define.
331 (ia64_init_builtins) Declare const_string_type node.
332 Add __builtin_nanq and __builtin_nansq builtin functions.
333 (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
334
335 2016-06-16 Nick Clifton <nickc@redhat.com>
336
337 * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
338 MSP430_HWMULT_ prefix to enum values.
339 (msp430_regions): Add MSP430_REGION_ prefix to enum values.
340 * config/msp430/msp430.c: Update use of enum values.
341 * config/msp430/msp430.md: Likewise.
342 * config/msp430/msp430.opt: Likewise.
343
344 2016-06-16 Jan Hubicka <hubicka@ucw.cz>
345
346 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
347 of comparsions in the last iteration.
348
349 2016-06-16 Claudiu Zissulescu <claziss@synopsys.com>
350 Joern Rennecke <joern.rennecke@embecosm.com>
351
352 * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
353 addresses.
354 (arc_needs_pcl_p): Add GOTOFFPC.
355 (arc_legitimate_pic_addr_p): Likewise.
356 (arc_output_pic_addr_const): Likewise.
357 (arc_legitimize_pic_address): Generate a pc-relative address using
358 GOTOFFPC.
359 (arc_output_libcall): Use @pcl syntax.
360 (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
361 * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
362 (*movsi_insn): Use @pcl syntax.
363 (doloop_begin_i): Likewise.
364
365 2016-06-16 Martin Liska <mliska@suse.cz>
366
367 * predict.def: Define a new predictor.
368
369 2016-06-16 Claudiu Zissulescu <claziss@synopsys.com>
370
371 * config/arc/arc.opt (mtp-regno): Update text.
372
373 2016-06-16 Renlin Li <renlin.li@arm.com>
374
375 * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
376
377 2016-06-16 Jakub Jelinek <jakub@redhat.com>
378
379 PR target/71554
380 * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
381 (setcc + and peephole2): Likewise.
382
383 PR rtl-optimization/71532
384 * cse.c (cse_insn): For const/pure calls, invalidate argument passing
385 memory slots.
386
387 2016-06-15 Michael Meissner <meissner@linux.vnet.ibm.com>
388
389 * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
390 DImode constants with XXSPLTIB in vector registers.
391 (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
392 vsx_extract_<mode>_internal{1,2} into a single insn that handles
393 direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
394 extraction of the element at the top of the register as a scalar
395 value.
396 (vsx_extract_<mode>_internal1): Likewise.
397 (vsx_extract_<mode>_internal2): Likewise.
398 * config/rs6000/constraints.md (wi constraint): Remove a comment
399 about DImode not being allowed in Altivec registers.
400 (wB constraint): New constraint for constants that can be
401 generated in Altivec registers with VSPLTISW/VUPKHSW.
402 * config/rs6000/predicates.md (xxspltib_constant_split): Update
403 comments.
404 (xxspltib_constant_nosplit): Likewise.
405 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
406 support for -mupper-regs-di to enable DImode to go into Altivec
407 registers.
408 (POWERPC_MASKS): Likewise.
409 (power7 cpu): Likewise.
410 * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
411 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
412 for DImode being allowed in Altivec registers. Update wi/wj
413 constraints. Set scalar_in_vmx_p flag.
414 (rs6000_option_override_internal): Add checks for -mupper-regs-di.
415 (xxspltib_constant_p): Allow CONST_INT's with VOIDmode. Don't
416 return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
417 (rs6000_opt_masks): Add -mupper-regs-di.
418 * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
419 direct move to use wi and not wj.
420 (lfiwzx): Likewise.
421 (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
422 alternative.
423 (floatunssi<mode>2_lfiwzx_mem): Likewise.
424 (fix_trunc<mode>di2_fctidz): Change second alternative to allow
425 any VSX register, instead of just Altivec registers, to allow
426 either operand to be an Altivec register or both.
427 (fixuns_trunc<mode>di2_fctiduz): Likewise.
428 (movdi_internal32): Add support for -mupper-regs-di. Add support
429 to load constants via XXSPLTIB or VSPLTISW. Add spacing to allow
430 the alternatives and attributes to be lined up to be easier to
431 read.
432 (movdi_internal64): Likewise.
433 (64-bit DImode splitters): Change predicates to only split loading
434 up GPR registers. Add splits for using XXSPLTIB or VSPLTISW to
435 load constants in ISA 3.0 or ISA 2.07 respectively.
436 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
437 -mupper-regs-di. Update -mupper-regs-df and -mupper-regs-sf to
438 mention -mcpu=power9 sets these options.
439 * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
440 wB constraint.
441
442 2016-06-15 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
443
444 PR target/67353
445 * config/avr/avr.c (avr_set_current_function): Warn misspelled
446 interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
447 * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
448 by default to warn misspelled interrupt/ signal handler.
449 * doc/invoke.texi (AVR Options): Document it. Update description
450 for -nodevicelib option.
451
452 2016-06-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
453
454 * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
455 up parentheses. Use GET_MODE_UNIT_BITSIZE.
456 (aarch64_<sur>shll2_n<mode>): Likewise.
457
458 2016-06-15 Ilya Enkovich <ilya.enkovich@intel.com>
459
460 PR middle-end/71529
461 * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
462 DECL_CONTEXT for copied arguments.
463
464 2016-06-15 Alan Hayward <alan.hayward@arm.com>
465
466 PR tree-optimization/71483
467 * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
468 for slp
469
470 2016-06-15 Martin Liska <mliska@suse.cz>
471
472 * predict.c (tree_predict_by_opcode): Call predict_edge_def
473 instead of predict_edge w/o a probability.
474
475 2016-06-15 Alan Hayward <alan.hayward@arm.com>
476
477 PR tree-optimization/71439
478 * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
479 live PHIs.
480
481 2016-06-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
482
483 * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
484 register subregs in SET_SRC.
485
486 2016-06-15 Richard Biener <rguenther@suse.de>
487
488 * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
489 store restrictions.
490
491 2016-06-15 Richard Biener <rguenther@suse.de>
492
493 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
494 not consider dependences between accesses that belong to the
495 same group.
496 (vect_analyze_data_ref_dependences): Do not analyze read-read
497 or self-dependences.
498
499 2016-06-14 David Malcolm <dmalcolm@redhat.com>
500
501 * spellcheck-tree.c: Include spellcheck-tree.h rather than
502 spellcheck.h.
503 (find_closest_identifier): Reimplement in terms of
504 best_match<tree,tree>.
505 * spellcheck-tree.h: New file.
506 * spellcheck.c (struct edit_distance_traits<const char *>): New
507 struct.
508 (find_closest_string): Reimplement in terms of
509 best_match<const char *, const char *>.
510 * spellcheck.h (levenshtein_distance): Move prototype of tree-based
511 overload to spellcheck-tree.h.
512 (find_closest_identifier): Likewise.
513 (struct edit_distance_traits<T>): New template.
514 (class best_match): New class.
515
516 2016-06-14 David Malcolm <dmalcolm@redhat.com>
517
518 * selftest-run-tests.c (selftest::run_tests): Call
519 selftest::spellcheck_tree_c_tests.
520 * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
521 * spellcheck-tree.c: Include selftest.h and stringpool.h.
522 (selftest::test_find_closest_identifier): New function.
523 (selftest::spellcheck_tree_c_tests): New function.
524 * spellcheck.c (selftest::test_find_closest_string): Verify that
525 the order of the vec does not affect the results for this case.
526 (selftest::test_data): New array.
527 (selftest::test_metric_conditions): New function.
528 (selftest::spellcheck_c_tests): Add a test of case-comparison.
529 Call selftest::test_metric_conditions.
530
531 2016-06-14 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
532
533 * config/rs6000/rs6000-builtin.def (commentary): Typo.
534 (BU_P9_MISC_1): Likewise.
535 (BU_P9_64BIT_MISC_0): Likewise.
536 (BU_P9_MISC_0): Likewise.
537
538 2016-06-14 David Malcolm <dmalcolm@redhat.com>
539
540 * gcc-rich-location.c
541 (gcc_rich_location::add_fixit_misspelled_id): New method.
542 * gcc-rich-location.h
543 (gcc_rich_location::add_fixit_misspelled_id): Add decl.
544
545 2016-06-14 Andreas Tobler <andreast@gcc.gnu.org>
546
547 * config/arm/freebsd.h: Only enable unaligned access for armv6 on
548 FreeBSD 11 and above.
549
550 2016-06-14 Uros Bizjak <ubizjak@gmail.com>
551
552 * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
553
554 2016-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
555
556 * expmed.h: Close parenthesis in "at your option" in copyright
557 boilerplate.
558 * lower-subreg.h: Likewise.
559
560 2016-06-14 Richard Biener <rguenther@suse.de>
561
562 PR middle-end/71526
563 * genmatch.c (expr::gen_transform): Use in_type for comparisons
564 if available.
565
566 2015-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
567
568 * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
569 New function.
570 (aarch64_rtx_costs): Use it. Rewrite CONST_INT_P (op1) case to handle
571 mask+shift version.
572 * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
573 New prototype.
574 * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
575 matching condition with aarch64_mask_and_shift_for_ubfiz_p.
576
577 2016-06-14 Richard Biener <rguenther@suse.de>
578
579 PR tree-optimization/71522
580 * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
581 copying into float copying.
582
583 2016-06-14 Jakub Jelinek <jakub@redhat.com>
584
585 PR tree-optimization/71520
586 * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
587 (replace_block_by): Move user labels from bb1 to bb2.
588
589 2016-06-14 Richard Biener <rguenther@suse.de>
590
591 PR middle-end/71310
592 PR bootstrap/71510
593 * expr.h (get_bit_range): Declare.
594 * expr.c (get_bit_range): Export.
595 * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
596 word_mode again to constrain the bitfield access.
597
598 2016-06-14 Richard Biener <rguenther@suse.de>
599
600 PR tree-optimization/71521
601 * tree-vrp.c (extract_range_from_binary_expr_1): Guard
602 division int_const_binop against zero divisor.
603
604 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
605
606 * config/i386/i386.md (signbittf2): New expander.
607 * config/i386/sse.md (ptesttf2): New insn pattern.
608
609 2016-06-13 David Malcolm <dmalcolm@redhat.com>
610
611 PR bootstrap/71481
612 * input.c (selftest::test_reading_source_line): Avoid reading from
613 __FILE__ by creating a tempfile with known content and reading
614 from that instead.
615
616 2016-06-13 David Malcolm <dmalcolm@redhat.com>
617
618 * pretty-print.c (assert_pp_format_colored): Skip the test if
619 GCC_COLORS is set.
620 (test_pp_format): Remove comment about GCC_COLORS.
621
622 2016-06-13 David Malcolm <dmalcolm@redhat.com>
623
624 * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
625 * pretty-print.c (assert_pp_format_va): Add location param and use
626 it with ASSERT_STREQ_AT.
627 (assert_pp_format): Add location param and pass it to
628 assert_pp_format_va.
629 (assert_pp_format_colored): Likewise.
630 (ASSERT_PP_FORMAT_1): New.
631 (ASSERT_PP_FORMAT_2): New.
632 (ASSERT_PP_FORMAT_3): New.
633 (test_pp_format): Provide SELFTEST_LOCATION throughout, either
634 explicitly, or implicitly via the above macros.
635 * selftest.c (selftest::pass): Use a selftest::location rather
636 than file and line.
637 (selftest::fail): Likewise. Print the function name.
638 (selftest::fail_formatted): Likewise.
639 (selftest::assert_streq): Use a selftest::location rather than
640 file and line.
641 * selftest.h (selftest::location): New struct.
642 (SELFTEST_LOCATION): New macro.
643 (selftest::pass): Accept a const location & rather than file
644 and line.
645 (selftest::fail): Likewise.
646 (selftest::fail_formatted): Likewise.
647 (selftest::assert_streq): Likewise.
648 (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
649 (ASSERT_FALSE): Likewise.
650 (ASSERT_EQ): Likewise.
651 (ASSERT_NE): Likewise.
652 (ASSERT_STREQ): Likewise.
653 (ASSERT_PRED1): Likewise.
654 (ASSERT_STREQ_AT): New macro.
655
656 2016-06-13 David Malcolm <dmalcolm@redhat.com>
657
658 * selftest.c (selftest::fail_formatted): New function.
659 (selftest::assert_streq): New function.
660 * selftest.h (selftests::fail_formatted): New decl.
661 (selftest::assert_streq): New decl.
662 (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
663
664 2016-06-13 Jeff Law <law@redhat.com>
665
666 PR tree-optimization/71403
667 * tree-ssa-threadbackward.c
668 (convert_and_register_jump_thread_path): No longer accept reference
669 to path. Do not pop items off the path anymore.
670 (fsm_find_control_statement_thread_paths): Do not allow threading
671 to a deeper loop nest. Pop the last item off the path here rather
672 than in convert_and_register_jump_thread_path.
673
674 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
675 Wilco Dijkstra <Wilco.Dijkstra@arm.com>
676
677 [AArch64] Emit division using the Newton series
678
679 * config/aarch64/aarch64-protos.h
680 (cpu_approx_modes): Add new member "division".
681 (aarch64_emit_approx_div): Declare new function.
682 * config/aarch64/aarch64.c
683 (generic_approx_modes): New member "division".
684 (exynosm1_approx_modes): Likewise.
685 (xgene1_approx_modes): Likewise.
686 (aarch64_emit_approx_div): Define new function.
687 * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
688 * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
689 * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
690 * doc/invoke.texi (-mlow-precision-div): Describe new option.
691
692 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
693 Wilco Dijkstra <wilco.dijkstra@arm.com>
694
695 [AArch64] Emit square root using the Newton series
696
697 * config/aarch64/aarch64-protos.h
698 (aarch64_emit_approx_rsqrt): Replace with new function
699 "aarch64_emit_approx_sqrt".
700 (cpu_approx_modes): New member "sqrt".
701 * config/aarch64/aarch64.c
702 (generic_approx_modes): New member "sqrt".
703 (exynosm1_approx_modes): Likewise.
704 (xgene1_approx_modes): Likewise.
705 (aarch64_emit_approx_rsqrt): Replace with new function
706 "aarch64_emit_approx_sqrt".
707 (aarch64_override_options_after_change_1): Handle new option.
708 * config/aarch64/aarch64-simd.md
709 (rsqrt<mode>2): Use new function instead.
710 (sqrt<mode>2): New expansion and insn definitions.
711 * config/aarch64/aarch64.md: Likewise.
712 * config/aarch64/aarch64.opt
713 (mlow-precision-sqrt): Add new option description.
714 * doc/invoke.texi (mlow-precision-sqrt): Likewise.
715
716 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
717
718 [AArch64] Add more choices for the reciprocal square root approximation
719
720 Allow a target to prefer such operation depending on the operation mode.
721
722 * config/aarch64/aarch64-protos.h
723 (AARCH64_APPROX_MODE): New macro.
724 (AARCH64_APPROX_{NONE,ALL}): Likewise.
725 (cpu_approx_modes): New structure.
726 (tune_params): New member "approx_modes".
727 * config/aarch64/aarch64-tuning-flags.def
728 (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
729 * config/aarch64/aarch64.c
730 (generic_approx_modes): New core "cpu_approx_modes" structure.
731 (exynosm1_approx_modes): Likewise.
732 (xgene1_approx_modes): Likewise.
733 (generic_tunings): New member "approx_modes".
734 (cortexa35_tunings): Likewise.
735 (cortexa53_tunings): Likewise.
736 (cortexa57_tunings): Likewise.
737 (cortexa72_tunings): Likewise.
738 (exynosm1_tunings): Likewise.
739 (thunderx_tunings): Likewise.
740 (xgene1_tunings): Likewise.
741 (use_rsqrt_p): New argument for the mode and use new member from
742 "tune_params".
743 (aarch64_builtin_reciprocal): Devise mode from builtin.
744 (aarch64_optab_supported_p): New argument for the mode.
745 * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
746
747 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
748
749 * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
750 RS6000_BTM_MODULO flag into the set of flags that are considered
751 to be part of the common configuration.
752
753 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
754
755 * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
756 difference unsigned.
757 (vec_absdb): New macro for vector absolute difference unsigned
758 byte.
759 (vec_absdh): New macro for vector absolute difference unsigned
760 half-word.
761 (vec_absdw): New macro for vector absolute difference unsigned word.
762 * config/rs6000/altivec.md (UNSPEC_VADU): New value.
763 (vadu<mode>3): New insn.
764 (*p9_vadu<mode>3): New insn.
765 * config/rs6000/rs6000-builtin.def (vadub): New built-in
766 definition.
767 (vaduh): New built-in definition.
768 (vaduw): New built-in definition.
769 (vadu): New overloaded built-in definition.
770 (vadub): New overloaded built-in definition.
771 (vaduh): New overloaded built-in definition.
772 (vaduw): New overloaded built-in definition.
773 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
774 overloaded vector absolute difference unsigned functions.
775 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
776 the ISA 3.0 vector absolute difference unsigned built-in functions.
777
778 2016-06-13 Eric Botcazou <ebotcazou@adacore.com>
779
780 * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
781 update shared_lookup_references only once after changing operands.
782
783 2016-06-13 Thomas Schwinge <thomas@codesourcery.com>
784
785 PR middle-end/71373
786 * tree-nested.c (convert_nonlocal_omp_clauses)
787 (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
788
789 * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
790 * tree.def (CASE_LABEL_EXPR): Likewise.
791
792 2016-06-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
793
794 PR bootstrap/71481
795 * input.c (test_builtins): Fix an assertion.
796
797 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
798
799 * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
800 (paritysi2): Ditto.
801 (isinfxf2): Ditto.
802 (isinf<mode>2): Ditto.
803
804 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
805
806 * ggc-tests.c (test_finalization): Only test need_finalization_p
807 for GCC_VERSION >= 4003.
808
809 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
810
811 * config/s390/vecintrin.h: Fix file description in comment.
812
813 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
814
815 * config/s390/s390-builtin-types.def: Change builtin type naming
816 scheme to match builtin-types.def.
817
818 2016-06-13 Marc Glisse <marc.glisse@inria.fr>
819
820 * fold-const.c (optimize_minmax_comparison): Remove.
821 (fold_comparison): Remove call to the above.
822 * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
823 New transformations.
824
825 2016-06-13 Alan Hayward <alan.hayward@arm.com>
826
827 PR tree-optimization/71416
828 * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
829 multiple entries
830
831 2016-06-13 Martin Liska <mliska@suse.cz>
832
833 * predict.c (enum predictor_reason): Prefix enum with REASON_.
834 (combine_predictions_for_insn): Likewise.
835 (prune_predictions_for_bb): Likewise.
836 (combine_predictions_for_bb): Likewise.
837
838 2016-06-13 Richard Biener <rguenther@suse.de>
839
840 PR tree-optimization/71505
841 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
842 assert match comment.
843
844 2016-06-13 Marek Polacek <polacek@redhat.com>
845
846 PR middle-end/71476
847 * gimplify.c (maybe_warn_switch_unreachable): Factored out of
848 gimplify_switch_expr.
849 (warn_switch_unreachable_r): New function.
850
851 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
852
853 PR target/71379
854 * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
855 one.
856
857 2016-06-13 Richard Biener <rguenther@suse.de>
858
859 PR middle-end/64516
860 * fold-const.c (fold_unary_loc): Preserve alignment when
861 folding a VIEW_CONVERT_EXPR into a MEM_REF.
862
863 2016-06-13 Martin Liska <mliska@suse.cz>
864
865 PR sanitizer/71458
866 * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
867 w/ -fsanitize=bounds.
868
869 2016-06-12 Uros Bizjak <ubizjak@gmail.com>
870
871 * config/i386/i386.c (ix86_init_builtins): Calculate
872 FLOAT128_FTYPE_CONST_STRING function type only once.
873 * doc/extend.texi (x86 Built-in Functions): Update text, __float128
874 built-in functions are available for x86-32 and x86-64 targets.
875
876 2016-06-12 Uros Bizjak <ubizjak@gmail.com>
877
878 PR target/71241
879 * config/i386/i386.i386-builtin-types.def (CONST_STRING):
880 New primitive type.
881 (FLOAT128_FTYPE_CONST_STRING): New function type.
882 * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
883 [IX86_BUILTIN_NANSQ]: Ditto.
884 (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
885 (ix86_init_builtin_types): Declare const_string_type_node.
886 (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
887 builtin functions.
888 (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
889 * doc/extend.texi (x86 Built-in Functions): Document
890 __builtin_nanq and __builtin_nansq.
891
892 2016-06-11 Jiong Wang <jiong.wang@arm.com>
893
894 PR target/71061
895 * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
896 * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
897 length for pop patterns.
898 (arm_attr_length_push_multi): Update comments.
899 * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
900 attribute.
901 (*pop_multiple_with_writeback_and_return): Likewise.
902 (*pop_multiple_with_return): Likewise.
903
904 2016-06-11 Segher Boessenkool <segher@kernel.crashing.org>
905
906 PR middle-end/71310
907 * fold-const.c (optimize_bit_field_compare): Don't try to use
908 word_mode unconditionally for reading the bit field, look at
909 DECL_BIT_FIELD_REPRESENTATIVE instead.
910
911 2016-06-11 Kugan Vivekanandarajah <kuganv@linaro.org>
912
913 PR middle-end/71478
914 * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
915 vector integer type.
916
917 2016-06-10 Jakub Jelinek <jakub@redhat.com>
918
919 PR middle-end/71494
920 * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
921 without LABEL_DECL, set *handled_ops_p to false instead of true.
922
923 2016-06-10 Martin Sebor <msebor@redhat.com>
924
925 PR c/71392
926 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
927 (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
928 * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
929 them.
930 (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
931 (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
932 (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
933 (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
934 (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
935 (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
936 (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
937 (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
938
939 2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
940
941 * config/arm/arm.h (pool_vector_label,
942 return_used_this_function): Remove.
943
944 2016-06-10 Jeff Law <law@redhat.com>
945
946 PR tree-optimization/71335
947 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
948 zero length paths here.
949 (convert_and_register_jump_thread_path): Remove hacks related to
950 duplicated blocks in the jump thread path.
951 (fsm_find_control_statement_thread_paths): Avoid putting the same
952 block on the thread path twice, but ensure the thread path is
953 unchanged from the caller's point of view.
954
955 2016-06-10 Jan Hubicka <hubicka@ucw.cz>
956
957 * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
958 * predict.def (PRED_LOOP_BRANCH): Remove.
959
960 2016-06-10 David Malcolm <dmalcolm@redhat.com>
961
962 * Makefile.in (OBJS): Add ggc-tests.o.
963 (GTFILES): Add ggc-tests.c.
964 * ggc-tests.c: New file.
965 * selftest-run-tests.c (selftest::run_tests): Call
966 selftest::ggc_tests_c_tests.
967 * selftest.h (selftest::ggc_tests_c_tests): New prototype.
968
969 2016-06-10 Alexander Monakov <amonakov@ispras.ru>
970
971 * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
972
973 2016-06-10 Maxim Ostapenko <m.ostapenko@samsung.com>
974
975 PR sanitizer/71480
976 * varasm.c (place_block_symbol): Adjust alignment for asan protected
977 STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
978
979 2016-06-10 Jan Hubicka <hubicka@ucw.cz>
980
981 * profile.c: Include cfgloop.h.
982 (branch_prob): Compute estimated number of iterations.
983 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
984 recompute estimate number of iterations from profile.
985
986 2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
987
988 PR inline-asm/68843
989 * reg-stack.c (check_asm_stack_operands): Explicit input arguments
990 must be grouped on top of stack. Don't force early clobber
991 on ordinary reg outputs.
992
993 2016-06-10 Richard Biener <rguenther@suse.de>
994
995 * targhooks.c (default_builtin_vectorization_cost): Adjust
996 vec_construct cost.
997
998 2016-06-10 Richard Biener <rguenther@suse.de>
999
1000 * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
1001 to fold the RHS to a constant if possible.
1002
1003 2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
1004
1005 PR middle-end/71373
1006 * tree-nested.c (convert_nonlocal_omp_clauses)
1007 (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
1008 OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
1009 OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
1010
1011 * gimplify.c (gimplify_adjust_omp_clauses): Discard
1012 OMP_CLAUSE_TILE.
1013 * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
1014
1015 * omp-low.c (scan_sharing_clauses): Don't expect
1016 OMP_CLAUSE__CACHE_.
1017
1018 2016-06-10 Alan Hayward <alan.hayward@arm.com>
1019
1020 PR tree-optimization/71407
1021 PR tree-optimization/71416
1022 * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
1023 BIT_FIELD_REF type.
1024
1025 2016-06-10 Richard Biener <rguenther@suse.de>
1026
1027 PR middle-end/71477
1028 * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
1029
1030 2016-06-09 Eric Botcazou <ebotcazou@adacore.com>
1031
1032 * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
1033
1034 2016-06-09 Vladimir Makarov <vmakarov@redhat.com>
1035 Jiong Wang <jiong.wang@arm.com>
1036
1037 PR rtl-optimization/70751
1038 * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
1039 spilled into memory.
1040
1041 2016-06-09 Jonathan Yong <10walls@gmail.com>
1042
1043 Revert:
1044 2015-09-21 Jonathan Yong <10walls@gmail.com>
1045
1046 * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
1047 sysroot/usr/lib/32api for additional win32 libraries,
1048 fixes failing Cygwin bootstrapping.
1049
1050 2016-06-09 Marcin Baczyński <marbacz@gmail.com>
1051
1052 * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
1053 Delete.
1054
1055 2016-06-09 David Malcolm <dmalcolm@redhat.com>
1056
1057 PR bootstrap/71471
1058 * pretty-print.c (pp_indent): Specify that %p is printed in a
1059 host-dependent manner.
1060 (test_pp_format): Remove the test for %p.
1061
1062 2016-06-09 Maciej W. Rozycki <macro@imgtec.com>
1063
1064 * config/mips/mips.c (mips_output_jump): Fix formatting.
1065
1066 2016-06-09 Richard Biener <rguenther@suse.de>
1067
1068 PR tree-optimization/71462
1069 * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
1070 removed blocks.
1071
1072 2016-06-09 Martin Liska <mliska@suse.cz>
1073
1074 * predict.c (dump_prediction): Add new argument.
1075 (enum predictor_reason): New enum.
1076 (struct predictor_hash): New struct.
1077 (predictor_hash::hash): New function.
1078 (predictor_hash::equal): Likewise.
1079 (not_removed_prediction_p): New function.
1080 (prune_predictions_for_bb): Likewise.
1081 (combine_predictions_for_bb): Prune predictions.
1082
1083 2016-06-09 Martin Liska <mliska@suse.cz>
1084
1085 * predict.c (filter_predictions): New function.
1086 (remove_predictions_associated_with_edge): Use the filter
1087 function.
1088 (equal_edge_p): New function.
1089
1090 2016-06-09 Stefan Bruens <stefan.bruens@rwth-aachen.de>
1091
1092 * doc/invoke.texi (ARM Options): Use lexicographical ordering.
1093 Correct usage of @samp vs @option, add @samp where appropriate.
1094 Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
1095 Add armv6s-m and document it, as it is no official ARM name.
1096
1097 2016-06-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1098
1099 * ifcvt.c (struct noce_if_info): Add transform_name field.
1100 (noce_try_move): Set if_info->transform_name to the function name.
1101 (noce_try_ifelse_collapse): Likewise.
1102 (noce_try_store_flag): Likewise.
1103 (noce_try_inverse_constants): Likewise.
1104 (noce_try_store_flag_constants): Likewise.
1105 (noce_try_addcc): Likewise.
1106 (noce_try_store_flag_mask): Likewise.
1107 (noce_try_cmove): Likewise.
1108 (noce_try_cmove_arith): Likewise.
1109 (noce_try_minmax): Likewise.
1110 (noce_try_abs): Likewise.
1111 (noce_try_sign_mask): Likewise.
1112 (noce_try_bitop): Likewise.
1113 (noce_convert_multiple_sets): Likewise.
1114 (noce_process_if_block): Print if_info->transform_name to
1115 dump_file if transformation succeeded.
1116
1117 2016-06-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1118
1119 * config/arm/cortex-a57.md (cortex_a57_alu):
1120 Handle csel type.
1121
1122 2016-06-08 Martin Sebor <msebor@redhat.com>
1123 Jakub Jelinek <jakub@redhat.com>
1124
1125 PR c++/70507
1126 PR c/68120
1127 * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
1128 BUILT_IN_MUL_OVERFLOW_P): New builtins.
1129 * builtins.c: Include gimple-fold.h.
1130 (fold_builtin_arith_overflow): Handle
1131 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
1132 (fold_builtin_3): Likewise.
1133 * doc/extend.texi (Integer Overflow Builtins): Document
1134 __builtin_{add,sub,mul}_overflow_p.
1135
1136 2016-06-08 Jose E. Marchesi <jose.marchesi@oracle.com>
1137
1138 * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
1139 SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
1140
1141 2016-06-08 Alan Lawrence <alan.lawrence@arm.com>
1142
1143 * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
1144 Rewrite, looking one level down for records and arrays.
1145
1146 2016-06-08 David Malcolm <dmalcolm@redhat.com>
1147
1148 * pretty-print.c: Include "selftest.h".
1149 (pp_format): Fix comment.
1150 (identifier_to_locale): Likewise.
1151 (selftest::test_basic_printing): New function.
1152 (selftest::assert_pp_format): New function.
1153 (selftest::test_pp_format): New function.
1154 (selftest::pretty_print_c_tests): New function.
1155 * selftest-run-tests.c (selftest::run_tests): Call
1156 selftest::pretty_print_c_tests.
1157 * selftest.h (pretty_print_c_tests): New declaration.
1158
1159 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
1160
1161 * invoke.texi (max-loop-headers-insns): Document.
1162 * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
1163 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
1164 (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
1165
1166 2016-06-08 Richard Biener <rguenther@suse.de>
1167
1168 * tree-vect-stmts.c (vectorizable_load): Remove restrictions
1169 on strided SLP loads and fall back to scalar loads in case
1170 we can't chunk them.
1171
1172 2016-06-08 Richard Biener <rguenther@suse.de>
1173
1174 PR tree-optimization/71452
1175 * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
1176 type used for the SSA rewrite has enough precision to cover
1177 the dynamic type of the location.
1178
1179 2016-06-08 Jakub Jelinek <jakub@redhat.com>
1180 Richard Biener <rguenther@suse.de>
1181
1182 PR c++/71448
1183 * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
1184 the same as DECL_P (base0) for indirect_base0. Use equality_code
1185 in one further place.
1186
1187 2016-06-08 Richard Sandiford <richard.sandiford@arm.com>
1188
1189 * expmed.c (store_bit_field_1): Do not restrict a multiword op0
1190 to one word if the field is known to overlap other words.
1191 (extract_bit_field_1): Likewise.
1192 (store_split_bit_field): Remove compensating code.
1193 (extract_split_bit_field): Likewise.
1194
1195 2016-06-08 Bernd Schmidt <bschmidt@redhat.com>
1196
1197 PR debug/71432
1198 PR ada/71413
1199 * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
1200
1201 2016-06-08 Jiong Wang <jiong.wang@arm.com>
1202
1203 * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
1204 VDQF.
1205 * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
1206 (arch64_addpv4sf): Delete.
1207 (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
1208 "gen_aarch64_addpv4sf".
1209 * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly. Use
1210 builtin.
1211 (vpadds_f32): Likewise.
1212 (vpaddq_f32): Likewise.
1213 (vpaddq_f64): Likewise.
1214
1215 2016-06-08 Jiong Wang <jiong.wang@arm.com>
1216
1217 * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
1218 VALLF.
1219 * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
1220 to VALLF. Rename to "fabd<mode>3".
1221 "*fabd_scalar<mode>3): Delete.
1222 * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
1223 Use builtin.
1224 (vabdd_f64): Likewise.
1225 (vabd_f32): Likewise.
1226 (vabd_f64): Likewise.
1227 (vabdq_f32): Likewise.
1228 (vabdq_f64): Likewise.
1229
1230 2016-06-08 Jiong Wang <jiong.wang@arm.com>
1231
1232 * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
1233 VALLF.
1234 * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
1235 "aarch64_rsqrts<mode>".
1236 * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
1237 * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly. Use
1238 builtin.
1239 (vrsqrtsd_f64): Likewise.
1240 (vrsqrts_f32): Likewise.
1241 (vrsqrts_f64): Likewise.
1242 (vrsqrtsq_f32): Likewise.
1243 (vrsqrtsq_f64): Likewise.
1244
1245 2016-06-08 Jiong Wang <jiong.wang@arm.com>
1246
1247 * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
1248 VALLF.
1249 * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
1250 "aarch64_rsqrte<mode>".
1251 * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
1252 * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly. Use
1253 builtin.
1254 (vrsqrted_f64): Likewise.
1255 (vrsqrte_f32): Likewise.
1256 (vrsqrte_f64): Likewise.
1257 (vrsqrteq_f32): Likewise.
1258 (vrsqrteq_f64): Likewise.
1259
1260 2016-06-08 Jiong Wang <jiong.wang@arm.com>
1261
1262 * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
1263 (ucvtf): Likewise.
1264 (fcvtzs): Likewise.
1265 (fcvtzu): Likewise.
1266 * config/aarch64/aarch64-simd.md
1267 (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
1268 (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
1269 * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
1270 Use builtin.
1271 (vcvt_n_f32_u32): Likewise.
1272 (vcvt_n_s32_f32): Likewise.
1273 (vcvt_n_u32_f32): Likewise.
1274 (vcvtq_n_f32_s32): Likewise.
1275 (vcvtq_n_f32_u32): Likewise.
1276 (vcvtq_n_f64_s64): Likewise.
1277 (vcvtq_n_f64_u64): Likewise.
1278 (vcvtq_n_s32_f32): Likewise.
1279 (vcvtq_n_s64_f64): Likewise.
1280 (vcvtq_n_u32_f32): Likewise.
1281 (vcvtq_n_u64_f64): Likewise.
1282 * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
1283 (VSDQ_SDI): Likewise.
1284 (fcvt_target): Support V4DI, V4SI and V2SI.
1285 (FCVT_TARGET): Likewise.
1286
1287 2016-06-08 Jiong Wang <jiong.wang@arm.com>
1288
1289 * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
1290 (TYPES_BINOP_SUS): Likewise.
1291 (aarch64_simd_builtin_data): Update include file name.
1292 (aarch64_builtins): Likewise.
1293 * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
1294 for conversion between scalar float-point and fixed-point.
1295 (ucvtf): Likewise.
1296 (fcvtzs): Likewise.
1297 (fcvtzu): Likewise.
1298 * config/aarch64/aarch64.md
1299 (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
1300 pattern for conversion between scalar float to fixed-pointer.
1301 (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
1302 (UNSPEC_FCVTZS): New UNSPEC enumeration.
1303 (UNSPEC_FCVTZU): Likewise.
1304 (UNSPEC_SCVTF): Likewise.
1305 (UNSPEC_UCVTF): Likewise.
1306 * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
1307 Use builtin.
1308 (vcvtd_n_f64_u64): Likewise.
1309 (vcvtd_n_s64_f64): Likewise.
1310 (vcvtd_n_u64_f64): Likewise.
1311 (vcvtd_n_f32_s32): Likewise.
1312 (vcvts_n_f32_u32): Likewise.
1313 (vcvtd_n_s32_f32): Likewise.
1314 (vcvts_n_u32_f32): Likewise.
1315 * config/aarch64/iterators.md (fcvt_target): Support integer to float
1316 mapping.
1317 (FCVT_TARGET): Likewise.
1318 (FCVT_FIXED2F): New iterator.
1319 (FCVT_F2FIXED): Likewise.
1320 (fcvt_fixed_insn): New define_int_attr.
1321
1322 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
1323
1324 * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
1325 some statements was removed.
1326
1327 2016-06-08 Alan Hayward <alan.hayward@arm.com>
1328
1329 * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
1330 * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
1331 (vect_can_advance_ivs_p): likewise.
1332 (vect_update_ivs_after_vectorizer): likewise.
1333 * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
1334 (vect_analyze_scalar_cycles_1): likewise.
1335 (vect_analyze_loop_operations): likewise.
1336 (report_vect_op): likewise.
1337 (vect_is_slp_reduction): likewise.
1338 (vect_is_simple_reduction): likewise.
1339 (get_initial_def_for_induction): likewise.
1340 (vect_transform_loop): likewise.
1341 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
1342 (vect_recog_sad_pattern): likewise.
1343 (vect_recog_widen_sum_pattern): likewise.
1344 (vect_recog_widening_pattern): likewise.
1345 (vect_recog_divmod_pattern): likewise.
1346 * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
1347 (vect_analyze_slp_instance): likewise.
1348 (vect_transform_slp_perm_load): likewise.
1349 (vect_schedule_slp_instance): likewise.
1350
1351 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
1352
1353 * predict.c (predict_iv_comparison): Mention that heuristics is broken.
1354 (return_prediction): PRED_CONST_RETURN predict return as not taken.
1355 * predict.def (PRED_CONTINUE): Change hitrate 50->67
1356 (PRED_LOOP_BRANCH): Document predictor as broken.
1357 (PRED_LOOP_EXIT): Change hitrate 91->92.
1358 (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
1359 (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
1360 (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
1361 (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
1362 (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
1363 (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
1364 (PRED_CALL): Chane hitrate 71->67.
1365 (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
1366 (PRED_GOTO): Document as unused right now.
1367 (PRED_CONST_RETURN): Change hitrate 67->69
1368 (PRED_NEGATIVE_RETURN): Change hitrate 96->98
1369 (PRED_NULL_RETURN): Change hitrate 91->90.
1370 (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
1371 (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
1372 (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
1373
1374 2016-06-07 Bill Seurer <seurer@linux.vnet.ibm.com>
1375
1376 * config/rs6000/altivec.h: Add __builtin_vec_mul.
1377 * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
1378 special case Altivec builtin.
1379 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
1380 VSX_BUILTIN_VEC_MUL (replaced with special case code).
1381 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1382 code for ALTIVEC_BUILTIN_VEC_MUL.
1383 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1384 for __builtin_vec_mul.
1385
1386 2016-06-07 Peter Bergner <bergner@vnet.ibm.com>
1387
1388 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
1389 -mno-htm.
1390
1391 2016-06-07 David Malcolm <dmalcolm@redhat.com>
1392
1393 * spellcheck.c (selftest::test_find_closest_string): New function.
1394 (spellcheck_c_tests): Call the above.
1395
1396 2016-06-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1397
1398 * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
1399
1400 2016-06-07 Jakub Jelinek <jakub@redhat.com>
1401
1402 * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
1403 Yv=Yv,C alternatives.
1404
1405 2016-06-07 Richard Biener <rguenther@suse.de>
1406
1407 PR c/61564
1408 * common.opt (ffast-math): Make Optimization.
1409
1410 2016-06-07 Simon Dardis <simon.dardis@imgtec.com>
1411 Prachi Godbole <prachi.godbole@imgtec.com>
1412
1413 * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
1414 `fabs' and `fneg' type attributes.
1415 (p5600_fpu_fabs): Add `fmove' to the comment.
1416
1417 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
1418
1419 * gimple.c: Include builtins.h
1420 (gimple_inexpensive_call_p): New function.
1421 * gimple.h (gimple_inexpensive_call_p): Declare.
1422 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
1423 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
1424 fix formatting.
1425
1426 2016-06-07 Paolo Carlini <paolo.carlini@oracle.com>
1427
1428 * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
1429 (inform, inform_at_rich_loc, inform_n, warning, warning_at,
1430 warning_at_rich_loc, warning_n, pedwarn, permerror,
1431 permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
1432 sorry, fatal_error, internal_error, internal_error_no_backtrace):
1433 Use the above.
1434
1435 2016-06-07 Richard Biener <rguenther@suse.de>
1436
1437 PR tree-optimization/71428
1438 * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
1439 BIT_FIELD_REF op vs. load.
1440
1441 2016-06-07 Richard Biener <rguenther@suse.de>
1442
1443 PR middle-end/71423
1444 * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
1445 for signed ops.
1446
1447 2016-06-06 John David Anglin <danglin@gcc.gnu.org>
1448
1449 * config/pa/pa.md (call): Generate indirect long calls to non-local
1450 functions on TARGET_64BIT.
1451 (call_value): Likewise.
1452
1453 2016-06-06 John David Anglin <danglin@gcc.gnu.org>
1454
1455 * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
1456 pattern and subsequent splitters.
1457 (call_val_reg_64bit_post_reload): Likewise.
1458
1459 2016-06-07 Kugan Vivekanandarajah <kuganv@linaro.org>
1460
1461 PR middle-end/71408
1462 * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
1463 propagate_op_to_single_use.
1464
1465 2016-06-07 Kugan Vivekanandarajah <kuganv@linaro.org>
1466
1467 PR middle-end/71281
1468 * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
1469
1470 2016-06-07 Uros Bizjak <ubizjak@gmail.com>
1471
1472 * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
1473 (enum x86_dirflag_state): New enum.
1474 (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
1475 (machine_function): Remove needs_cld.
1476 (ix86_current_function_needs_cld): Remove.
1477 * config/i386/i386.c (ix86_set_func_type): Set
1478 ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
1479 (ix86_expand_prologue): Do not emit CLD here.
1480 (ix86_dirflag_mode_needed): New function.
1481 (ix86_dirflag_mode_entry): Ditto.
1482 (ix86_mode_needed): Handle X86_DIRFLAG entity.
1483 (ix86_mode_after): Ditto.
1484 (ix86_mode_entry): Ditto.
1485 (ix86_mode_exit): Ditto.
1486 (ix86_emit_mode_set): Ditto.
1487 * config/i386/i386.md (strmov_singleop): Set
1488 ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
1489 Do not set ix86_current_function_needs_cld.
1490 (rep_mov): Ditto.
1491 (strset_singleop): Ditto.
1492 (rep_stos): Ditto.
1493 (cmpstrnqi_nz_1): Ditto.
1494 (cmpstrnqi_1): Ditto.
1495 (strlenqi_1): Ditto.
1496
1497 2016-06-06 Jakub Jelinek <jakub@redhat.com>
1498
1499 PR tree-optimization/71259
1500 * tree-vect-slp.c (vect_get_constant_vectors): For
1501 VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
1502 one for constant op, and use COND_EXPR for non-constant.
1503
1504 2016-06-06 David Malcolm <dmalcolm@redhat.com>
1505
1506 * Makefile.in (OBJS): Add function-tests.o,
1507 hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
1508 selftest-run-tests.o.
1509 (OBJS-libcommon): Add selftest.o.
1510 (OBJS-libcommon-target): Add selftest.o.
1511 (all.internal): Add "selftest".
1512 (all.cross): Likewise.
1513 (selftest): New phony target.
1514 (s-selftest): New target.
1515 (selftest-gdb): New phony target.
1516 (COLLECT2_OBJS): Add selftest.o.
1517 * bitmap.c: Include "selftest.h".
1518 (selftest::test_gc_alloc): New function.
1519 (selftest::test_set_range): New function.
1520 (selftest::test_clear_bit_in_middle): New function.
1521 (selftest::test_copying): New function.
1522 (selftest::test_bitmap_single_bit_set_p): New function.
1523 (selftest::bitmap_c_tests): New function.
1524 * common.opt (fself-test): New.
1525 * diagnostic-show-locus.c: Include "selftest.h".
1526 (make_range): New function.
1527 (test_range_contains_point_for_single_point): New function.
1528 (test_range_contains_point_for_single_line): New function.
1529 (test_range_contains_point_for_multiple_lines): New function.
1530 (assert_eq): New function.
1531 (test_get_line_width_without_trailing_whitespace): New function.
1532 (selftest::diagnostic_show_locus_c_tests): New function.
1533 * et-forest.c: Include "selftest.h".
1534 (selftest::test_single_node): New function.
1535 (selftest::test_simple_tree): New function.
1536 (selftest::test_disconnected_nodes): New function.
1537 (selftest::et_forest_c_tests): New function.
1538 * fold-const.c: Include "selftest.h".
1539 (selftest::assert_binop_folds_to_const): New function.
1540 (selftest::assert_binop_folds_to_nonlvalue): New function.
1541 (selftest::test_arithmetic_folding): New function.
1542 (selftest::fold_const_c_tests): New function.
1543 * function-tests.c: New file.
1544 * gimple.c: Include "selftest.h".
1545 Include "gimple-pretty-print.h".
1546 (selftest::verify_gimple_pp): New function.
1547 (selftest::test_assign_single): New function.
1548 (selftest::test_assign_binop): New function.
1549 (selftest::test_nop_stmt): New function.
1550 (selftest::test_return_stmt): New function.
1551 (selftest::test_return_without_value): New function.
1552 (selftest::gimple_c_tests): New function.
1553 * hash-map-tests.c: New file.
1554 * hash-set-tests.c: New file.
1555 * input.c: Include "selftest.h".
1556 (selftest::assert_loceq): New function.
1557 (selftest::test_accessing_ordinary_linemaps): New function.
1558 (selftest::test_unknown_location): New function.
1559 (selftest::test_builtins): New function.
1560 (selftest::test_reading_source_line): New function.
1561 (selftest::input_c_tests): New function.
1562 * rtl-tests.c: New file.
1563 * selftest-run-tests.c: New file.
1564 * selftest.c: New file.
1565 * selftest.h: New file.
1566 * spellcheck.c: Include "selftest.h".
1567 (selftest::levenshtein_distance_unit_test_oneway): New function,
1568 adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
1569 (selftest::levenshtein_distance_unit_test): Likewise.
1570 (selftest::spellcheck_c_tests): Likewise.
1571 * toplev.c: Include selftest.h.
1572 (toplev::run_self_tests): New.
1573 (toplev::main): Handle -fself-test.
1574 * toplev.h (toplev::run_self_tests): New.
1575 * tree.c: Include "selftest.h".
1576 (selftest::test_integer_constants): New function.
1577 (selftest::test_identifiers): New function.
1578 (selftest::test_labels): New function.
1579 (selftest::tree_c_tests): New function.
1580 * tree-cfg.c: Include "selftest.h".
1581 (selftest::push_fndecl): New function.
1582 (selftest::test_linear_chain): New function.
1583 (selftest::test_diamond): New function.
1584 (selftest::test_fully_connected): New function.
1585 (selftest::tree_cfg_c_tests): New function.
1586 * vec.c: Include "selftest.h".
1587 (selftest::safe_push_range): New function.
1588 (selftest::test_quick_push): New function.
1589 (selftest::test_safe_push): New function.
1590 (selftest::test_truncate): New function.
1591 (selftest::test_safe_grow_cleared): New function.
1592 (selftest::test_pop): New function.
1593 (selftest::test_safe_insert): New function.
1594 (selftest::test_ordered_remove): New function.
1595 (selftest::test_unordered_remove): New function.
1596 (selftest::test_block_remove): New function.
1597 (selftest::reverse_cmp): New function.
1598 (selftest::test_qsort): New function.
1599 (selftest::vec_c_tests): New function.c.
1600 * wide-int.cc: Include selftest.h and wide-int-print.h.
1601 (selftest::from_int <wide_int>): New function.
1602 (selftest::from_int <offset_int>): New function.
1603 (selftest::from_int <widest_int>): New function.
1604 (selftest::assert_deceq): New function.
1605 (selftest::assert_hexeq): New function.
1606 (selftest::test_printing <VALUE_TYPE>): New function template.
1607 (selftest::test_ops <VALUE_TYPE>): New function template.
1608 (selftest::test_comparisons <VALUE_TYPE>): New function template.
1609 (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
1610 template.
1611 (selftest::wide_int_cc_tests): New function.
1612
1613 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1614
1615 PR middle-end/37780
1616 * ifcvt.c (noce_try_ifelse_collapse): New function.
1617 Declare prototype.
1618 (noce_process_if_block): Call noce_try_ifelse_collapse.
1619 * simplify-rtx.c (simplify_cond_clz_ctz): New function.
1620 (simplify_ternary_operation): Use the above to simplify
1621 conditional CLZ/CTZ expressions.
1622
1623 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1624
1625 PR middle-end/37780
1626 * config/aarch64/aarch64.md (ctz<mode>2): Convert to
1627 define_insn_and_split.
1628
1629 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1630
1631 PR middle-end/37780
1632 * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
1633
1634 2016-06-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
1635
1636 PR c/24414
1637 * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
1638 Implicitly clobber memory for basic asm with non-empty assembler
1639 string. Use targetm.md_asm_adjust also here.
1640 * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
1641 * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
1642 * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
1643 non-empty assembler string.
1644 * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
1645 * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
1646 (decode_asm_operands): Handle basic asm in PARALLEL block.
1647 (extract_insn): Handle basic asm in PARALLEL block.
1648 * doc/extend.texi: Mention new behavior of basic asm.
1649 * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
1650 * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
1651 branch_needs_nop_p): Use asm_noperands.
1652
1653 2016-06-06 Jose E. Marchesi <jose.marchesi@oracle.com>
1654
1655 * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
1656 Include the M7 SPARC DFA scheduler.
1657 New attribute v3pipe.
1658 Annotate insns with v3pipe where appropriate.
1659 Define cpu_feature vis4.
1660 Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
1661 Add (V8QI "8") to vbits.
1662 Add insns {add,sub}v8qi3
1663 Add insns ss{add,sub}v8qi3
1664 Add insns us{add,sub}{v8qi,v4hi}3
1665 Add insns {min,max}{v8qi,v4hi,v2si}3
1666 Add insns {minu,maxu}{v8qi,v4hi,v2si}3
1667 Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
1668 * config/sparc/niagara4.md: Add a comment explaining the
1669 discrepancy between the documented latenty numbers and the
1670 implemented ones.
1671 * config/sparc/niagara7.md: New file.
1672 * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
1673 supports SPARC5 and VIS 4.0 instructions.
1674 * configure: Regenerate.
1675 * config.in: Likewise.
1676 * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
1677 * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
1678 TARGET_CPU_niagara7.
1679 (ASM_CPU64_DEFAULT_SPEC): Likewise.
1680 (CPP_CPU_SPEC): Handle niagara7.
1681 (ASM_CPU_SPEC): Likewise.
1682 * config/sparc/sparc-opts.h (processor_type): Add
1683 PROCESSOR_NIAGARA7.
1684 (mvis4): New option.
1685 * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
1686 (AS_NIAGARA7_FLAG): Define.
1687 (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
1688 (CPP_CPU64_DEFAULT_SPEC): Likewise.
1689 (CPP_CPU_SPEC): Handle niagara7.
1690 (ASM_CPU_SPEC): Likewise.
1691 * config/sparc/sparc.c (niagara7_costs): Define.
1692 (sparc_option_override): Handle niagara7 and adjust cache-related
1693 parameters with better values for niagara cpus. Also support VIS4.
1694 (sparc32_initialize_trampoline): Likewise.
1695 (sparc_use_sched_lookahead): Likewise.
1696 (sparc_issue_rate): Likewise.
1697 (sparc_register_move_cost): Likewise.
1698 (dump_target_flag_bits): Support VIS4.
1699 (sparc_vis_init_builtins): Likewise.
1700 (sparc_builtins): Likewise.
1701 * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
1702 VIS4 4.0.
1703 * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
1704 UltraSparc M7.
1705 * config/sparc/sparc.opt (sparc_processor_type): New value
1706 niagara7.
1707 * config/sparc/visintrin.h (__attribute__): Prototypes for the
1708 VIS4 builtins.
1709 * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
1710 -mvis4.
1711 * doc/extend.texi (SPARC VIS Built-in Functions): Document the
1712 VIS4 builtins.
1713
1714 2016-06-06 Jonathan Wakely <jwakely@redhat.com>
1715
1716 * doc/sourcebuild.texi (Directives): Remove extra closing braces.
1717
1718 2016-06-06 Richard Biener <rguenther@suse.de>
1719
1720 PR tree-optimization/71398
1721 * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
1722 remove edges.
1723
1724 2016-06-05 James Bowman <james.bowman@ftdichip.com>
1725
1726 * config/ft32/ft32.c (ft32_setup_incoming_varargs,
1727 ft32_expand_prolog, ft32_expand_epilogue):
1728 Handle pretend_args.
1729 * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
1730 * config/ft32/ft32.md: Add pretend_returner.
1731
1732 2016-06-06 Uros Bizjak <ubizjak@gmail.com>
1733
1734 PR target/71389
1735 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
1736 Copy op1 RTX to avoid invalid sharing.
1737 (ix86_expand_vector_move_misalign): Ditto.
1738
1739 2016-06-05 John David Anglin <danglin@gcc.gnu.org>
1740
1741 * expr.c (move_by_pieces_d::generate): Mark mode parameter with
1742 ATTRIBUTE_UNUSED.
1743
1744 2016-06-05 Jan Hubicka <hubicka@ucw.cz>
1745
1746 * predict.c (predicted_by_loop_heuristics_p): New function.
1747 (predict_iv_comparison): Use it.
1748 (predict_loops): Walk from innermost loops; do not predict edges
1749 leaving multiple loops multiple times; implement
1750 PRED_LOOP_ITERATIONS_MAX heuristics.
1751 * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
1752
1753 2016-06-05 Jan Hubicka <hubicka@ucw.cz>
1754
1755 * cfg.c (check_bb_profile): Do not report mismatched profiles when
1756 only edges out of BB are EH edges.
1757
1758 2016-06-04 Martin Sebor <msebor@redhat.com>
1759 Marcin Baczyński <marbacz@gmail.com>
1760
1761 PR c/48116
1762 * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
1763 a void expression in a void function.
1764
1765 2016-06-03 Jan Hubicka <hubicka@ucw.cz>
1766
1767 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
1768 aux; dump reasons of decisions.
1769 (should_duplicate_loop_header_p): Likewise.
1770 (do_while_loop_p): Likewise.
1771 (ch_base::copy_headers): Dump asi num insns duplicated.
1772
1773 2016-06-04 Jakub Jelinek <jakub@redhat.com>
1774
1775 PR tree-optimization/71405
1776 * tree-ssa.c (execute_update_addresses_taken): For clobber with
1777 incompatible type, build a new clobber with the right type instead
1778 of building a VIEW_CONVERT_EXPR around it.
1779
1780 2016-06-04 Oleg Endo <olegendo@gcc.gnu.org>
1781
1782 PR tree-optimization/52171
1783 * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
1784 by_pieces_ninsns instead of move_by_pieces_ninsns.
1785
1786 2016-06-04 Oleg Endo <olegendo@gcc.gnu.org>
1787
1788 * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
1789 for reg+reg addressing mode.
1790
1791 2016-06-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1792
1793 * rs6000-c.c (c/c-tree.h): Add #include.
1794 (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
1795 in C++ when found in the base position of vec_ld or vec_st.
1796
1797 2016-06-03 Jan Hubicka <hubicka@ucw.cz>
1798
1799 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
1800 use of profile unless profile status is PROFILE_READ.
1801 * profile.c (compute_branch_probabilities): Set profile status
1802 only after reporting predictor hitrates.
1803
1804 2016-06-03 Joseph Myers <joseph@codesourcery.com>
1805
1806 PR target/71276
1807 PR target/71277
1808 * common.opt (ffp-int-builtin-inexact): New option.
1809 * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
1810 * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
1811 (ceil@var{m}2): Document dependence on this option.
1812 * ipa-inline-transform.c (inline_call): Handle
1813 flag_fp_int_builtin_inexact.
1814 * ipa-inline.c (can_inline_edge_p): Likewise.
1815 * config/i386/i386.md (rintxf2): Do not test
1816 flag_unsafe_math_optimizations.
1817 (rint<mode>2_frndint): New define_insn.
1818 (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
1819 or !flag_trapping_math for SSE. Just use gen_rint<mode>2_frndint
1820 for 387 instead of extending and truncating.
1821 (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
1822 !flag_trapping_math instead of flag_unsafe_math_optimizations.
1823 Change to frndint<mode>2_<rounding>.
1824 (frndintxf2_<rounding>_i387): Likewise. Change to
1825 frndint<mode>2_<rounding>_i387.
1826 (<rounding_insn>xf2): Likewise.
1827 (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
1828 !flag_trapping_math instead of flag_unsafe_math_optimizations for
1829 x87. Test TARGET_ROUND || !flag_trapping_math ||
1830 flag_fp_int_builtin_inexact instead of !flag_trapping_math for
1831 SSE. Use ROUND_NO_EXC in constant operand of
1832 gen_sse4_1_round<mode>2. Just use gen_frndint<mode>2_<rounding>
1833 for 387 instead of extending and truncating.
1834
1835 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
1836 Julia Koval <julia.koval@intel.com>
1837
1838 PR target/66960
1839 PR target/67630
1840 PR target/67634
1841 PR target/67841
1842 PR target/68037
1843 PR target/68618
1844 PR target/68661
1845 PR target/69575
1846 PR target/69596
1847 PR target/69734
1848 * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
1849 * config/i386/i386.c (ix86_conditional_register_usage): Preserve
1850 all registers, except for function return registers if there are
1851 no caller-saved registers.
1852 (ix86_set_func_type): New function.
1853 (ix86_set_current_function): Call ix86_set_func_type to set
1854 no_caller_saved_registers and func_type. Call reinit_regs if
1855 caller-saved registers are changed. Don't allow MPX, SSE, MMX
1856 nor x87 instructions in interrupt handler nor function with
1857 no_caller_saved_registers attribute.
1858 (ix86_function_ok_for_sibcall): Return false if there are no
1859 caller-saved registers.
1860 (type_natural_mode): Don't warn ABI change for MMX in interrupt
1861 handler.
1862 (ix86_function_arg_advance): Skip for callee in interrupt handler.
1863 (ix86_function_arg): Return special arguments in interrupt handler.
1864 (ix86_promote_function_mode): Promote pointer to word_mode only
1865 for normal functions.
1866 (ix86_can_use_return_insn_p): Don't use `ret' instruction in
1867 interrupt handler.
1868 (ix86_epilogue_uses): New function.
1869 (ix86_hard_regno_scratch_ok): Likewise.
1870 (ix86_save_reg): Preserve all registers in interrupt handler
1871 after reload. Preserve all registers, except for function return
1872 registers, if there are no caller-saved registers after reload.
1873 (find_drap_reg): Always use callee-saved register if there are
1874 no caller-saved registers.
1875 (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
1876 for interrupt handler.
1877 (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
1878 Emit cld instruction if stringops are used in interrupt handler
1879 or interrupt handler isn't a leaf function.
1880 (ix86_expand_epilogue): Generate interrupt return for interrupt
1881 handler and pop the 'ERROR_CODE' off the stack before interrupt
1882 return in exception handler.
1883 (ix86_expand_call): Disallow calling interrupt handler directly.
1884 If there are no caller-saved registers, mark all registers that
1885 are clobbered by the call which returns as clobbered.
1886 (ix86_handle_no_caller_saved_registers_attribute): New function.
1887 (ix86_handle_interrupt_attribute): Likewise.
1888 (ix86_attribute_table): Add interrupt and no_caller_saved_registers
1889 attributes.
1890 (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
1891 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
1892 accumulation in interrupt function if stack may be realigned to
1893 avoid DRAP.
1894 (EPILOGUE_USES): New.
1895 (function_type): New enum.
1896 (machine_function): Add func_type and no_caller_saved_registers.
1897 * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
1898 (interrupt_return): New pattern.
1899 * doc/extend.texi: Document x86 interrupt and
1900 no_caller_saved_registers attributes.
1901
1902 2016-06-03 Bernd Schmidt <bschmidt@redhat.com>
1903
1904 PR tree-optimization/52171
1905 * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
1906 (expand_builtin_memcmp): New arg RESULT_EQ. All callers changed.
1907 Look for constant strings. Move some code to emit_block_cmp_hints
1908 and use it.
1909 * builtins.def (BUILT_IN_MEMCMP_EQ): New.
1910 * defaults.h (COMPARE_MAX_PIECES): New macro.
1911 * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
1912 (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
1913 (clear_by_pieces_1): Don't declare. Move definition before use.
1914 (can_do_by_pieces): New static function.
1915 (can_move_by_pieces): Use it. Return bool.
1916 (by_pieces_ninsns): Renamed from move_by_pieces_ninsns. New arg
1917 OP. All callers changed. Handle COMPARE_BY_PIECES.
1918 (class pieces_addr); New.
1919 (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
1920 pieces_addr::adjust, pieces_addr::increment_address,
1921 pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
1922 functions for it.
1923 (class op_by_pieces_d): New.
1924 (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
1925 functions for it.
1926 (class move_by_pieces_d, class compare_by_pieces_d,
1927 class store_by_pieces_d): New subclasses of op_by_pieces_d.
1928 (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
1929 move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
1930 store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
1931 compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
1932 compare_by_pieces_d::finish_mode): New member functions.
1933 (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
1934 functions.
1935 (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
1936 (emit_block_cmp_hints): New function.
1937 (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
1938 use the newly defined classes.
1939 * expr.h (by_pieces_constfn): New typedef.
1940 (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
1941 (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
1942 (move_by_pieces_ninsns): Don't declare.
1943 (can_move_by_pieces): Change return value to bool.
1944 * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
1945 (compare_by_pieces_branch_ratio): New hook.
1946 * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
1947 (by_pieces_ninsns): Declare.
1948 * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
1949 COMPARE_BY_PIECES.
1950 (default_compare_by_pieces_branch_ratio): New function.
1951 * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
1952 * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
1953 * doc/tm.texi: Regenerate.
1954 * tree-ssa-strlen.c: Include "builtins.h".
1955 (handle_builtin_memcmp): New static function.
1956 (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
1957 * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
1958
1959 2016-06-03 Alan Hayward <alan.hayward@arm.com>
1960
1961 * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
1962 relevant stmts which are simple and invariant.
1963 * tree-vect-loop.c (vectorizable_live_operation): Check relevance
1964 instead of simple and invariant
1965
1966 2016-06-03 Alan Hayward <alan.hayward@arm.com>
1967
1968 * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
1969 (vectorizable_reduction): Check for new relevant state.
1970 (vectorizable_live_operation): vectorize live stmts using
1971 BIT_FIELD_REF. Remove special case for gimple assigns stmts.
1972 * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
1973 (vect_stmt_relevant_p): Check for stmts which are only used live.
1974 (process_use): Use of a stmt does not inherit it's live value.
1975 (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
1976 (vect_analyze_stmt): Check for new relevant state.
1977 * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
1978 outside the loop, but not inside it.
1979
1980 2016-06-03 Alan Hayward <alan.hayward@arm.com>
1981
1982 * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
1983 * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
1984 (vect_get_vec_def_for_operand): Split out code.
1985
1986 2016-06-03 Segher Boessenkool <segher@kernel.crashing.org>
1987
1988 * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
1989
1990 2016-06-03 Alan Hayward <alan.hayward@arm.com>
1991
1992 * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
1993
1994 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1995
1996 * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
1997
1998 2016-06-03 Jakub Jelinek <jakub@redhat.com>
1999
2000 PR middle-end/71387
2001 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
2002 to noreturn e->callee->decl that has void return type and void
2003 arguments, adjust gimple_call_fntype and remove lhs even if it had
2004 previously addressable type.
2005
2006 2016-06-02 Jeff Law <law@redhat.com>
2007
2008 PR tree-optimization/71328
2009 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
2010 error when checking for a jump back onto the copied path.
2011
2012 2016-06-02 David Malcolm <dmalcolm@redhat.com>
2013
2014 * config/microblaze/microblaze.c (get_branch_target): Add return
2015 NULL_RTX for the non-CALL_P case.
2016 (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
2017 (insert_wic): Remove unused local "j".
2018
2019 2016-06-02 Martin Liska <mliska@suse.cz>
2020
2021 * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
2022
2023 2016-06-02 H.J. Lu <hongjiu.lu@intel.com>
2024 Julia Koval <julia.koval@intel.com>
2025
2026 * function.c (assign_parm_setup_stack): Force source into a
2027 register if needed.
2028 * target.def (function_incoming_arg): Update documentation to
2029 allow arbitrary address computation based on hard register.
2030 * doc/tm.texi: Regenerated.
2031
2032 2016-06-02 Martin Liska <mliska@suse.cz>
2033
2034 * predict.c (combine_predictions_for_bb): Fix first match in
2035 cases where a first predictor contains more than one occurence
2036 in list of predictors. Take the best value in such case.
2037
2038 2016-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2039
2040 PR rtl-optimization/71295
2041 * rtlanal.c (subreg_get_info): If taking a subreg at the requested
2042 offset would go over the size of the inner mode reject it.
2043
2044 2016-06-02 Jakub Jelinek <jakub@redhat.com>
2045
2046 * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
2047 x=x,x and v=v,m instead of x=x,m.
2048
2049 * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
2050 alternative. Change x=x,x alternative to v=Yv,Yv and x=rm,C
2051 alternative to v=rm,C.
2052
2053 * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
2054 alternative. Change x=xm,C alternative to v=vm,C, x=x,x alternative
2055 to v=Yv,Yv and x=x,m to v=v,m. Use maybe_evex prefix attribute
2056 instead of vex for the last two above mentioned alternatives.
2057
2058 2016-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2059
2060 PR target/70830
2061 * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
2062
2063 2016-06-02 Segher Boessenkool <segher@kernel.crashing.org>
2064
2065 * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
2066
2067 2016-06-01 David Malcolm <dmalcolm@redhat.com>
2068
2069 * config/rl78/rl78.c (rl78_expand_prologue): Convert local
2070 from int to unsigned.
2071
2072 2016-05-31 Michael Meissner <meissner@linux.vnet.ibm.com>
2073
2074 * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
2075 alternatives, eliminating preferred register class. Add support
2076 for the MTVSRDD instruction in ISA 3.0.
2077 (vsx_splat_v4si_internal): Use splat_input_operand instead of
2078 reg_or_indexed_operand.
2079 (vsx_splat_v4sf_internal): Likewise.
2080
2081 2016-05-31 Michael Meissner <meissner@linux.vnet.ibm.com>
2082
2083 PR target/71186
2084 * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
2085 for loading up all 0's or all 1's.
2086
2087 2016-06-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
2088
2089 * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
2090
2091 2016-06-01 Eduard Sanou <dhole@openmailbox.org>
2092
2093 * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
2094 extension.
2095 * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
2096 * gcc.c (set_source_date_epoch_envvar): New function, sets
2097 the SOURCE_DATE_EPOCH environment variable to the current time.
2098
2099 2016-06-01 Eric Botcazou <ebotcazou@adacore.com>
2100
2101 * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
2102 the factor for live Phi nodes.
2103
2104 2016-06-01 Jan Hubicka <hubicka@ucw.cz>
2105
2106 * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
2107 * tree-parloops.c (parallelize_loops): likewise.
2108 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
2109 tree_unswitch_outer_loop): likewise.
2110
2111 2016-06-01 Jakub Jelinek <jakub@redhat.com>
2112
2113 PR middle-end/71371
2114 * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
2115 around creation of the temporary.
2116
2117 2016-06-01 Richard Biener <rguenther@suse.de>
2118
2119 PR tree-optimization/71366
2120 * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
2121 (unloop_loops): Move removing edges here ...
2122 (try_unroll_loop_completely): ... from here.
2123 (try_peel_loop): ... and here.
2124 (tree_unroll_loops_completely_1): Track parent loops via
2125 bitmap of header BBs.
2126 (tree_unroll_loops_completely): Adjust for that.
2127
2128 2016-06-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
2129
2130 * config/rs6000/altivec.h (vec_slv): New macro.
2131 (vec_srv): New macro.
2132 * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
2133 (UNSPEC_VSRV): New value.
2134 (vslv): New insn.
2135 (vsrv): New insn.
2136 * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
2137 (vsrv): New builtin definition.
2138 * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
2139 define argument types for new builtin.
2140 (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
2141 new builtin.
2142 * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
2143 functions.
2144
2145 2016-06-01 Uros Bizjak <ubizjak@gmail.com>
2146 Jocelyn Mayer <l_indien@magic.fr>
2147
2148 PR target/67310
2149 * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
2150 detect processor family for signature_CENTAUR_ebx.
2151 <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
2152 signature_CENTAUR_ebx.
2153 <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
2154 <default>: Pass x86-64 for has_longmode.
2155
2156 2016-06-01 Nathan Sidwell <nathan@acm.org>
2157
2158 * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
2159 undefined weak.
2160
2161 2016-06-01 Richard Biener <rguenther@suse.de>
2162
2163 PR tree-optimization/71261
2164 * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
2165 of stmts successfully put in the bool pattern. Remove
2166 single-use restriction.
2167 (adjust_bool_pattern_cast): Add cast at the use site via the
2168 pattern def sequence.
2169 (adjust_bool_pattern): Remove recursion, maintain a hash-map
2170 of patterned defs. Use the pattern def seqence instead of
2171 multiple independent patterns.
2172 (sort_after_uid): New qsort compare function.
2173 (adjust_bool_stmts): New function to process stmts in the bool
2174 pattern in IL order.
2175 (vect_recog_bool_pattern): Adjust.
2176 * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
2177 (ifcvt_walk_pattern_tree): Likewise.
2178 (stmt_is_root_of_bool_pattern): Likewise.
2179 (ifcvt_repair_bool_pattern): Likewise.
2180 (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
2181
2182 2016-06-01 Jan Hubicka <hubicka@ucw.cz>
2183
2184 * loop-unroll.c (decide_unroll_constant_iterations,
2185 decide_unroll_runtime_iterations, decide_unroll_stupid): Use
2186 likely upper bounds.
2187 * loop-iv.c (find_simple_exit): Dump likely upper bounds.
2188
2189 2016-06-01 Thomas Schwinge <thomas@codesourcery.com>
2190
2191 * tree-core.h (enum omp_clause_code): Remove
2192 OMP_CLAUSE_DEVICE_RESIDENT. Adjust all users.
2193
2194 2016-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2195
2196 * config/arm/sync.md (arm_store_exclusive<mode>):
2197 Use 'H' output modifier on operands[2] rather than creating a new
2198 entry in out-of-bounds memory of the operands array.
2199 (arm_store_release_exclusivedi): Likewise.
2200
2201 2016-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2202
2203 * config/arm/arm.c (arm_fusion_enabled_p): New function.
2204 * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
2205 * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
2206 Add "=w,0" alternative. Enable it when AES/AESMC fusion is enabled.
2207
2208 2016-06-01 Eric Botcazou <ebotcazou@adacore.com>
2209
2210 * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
2211 into account live statements for mask producers.
2212
2213 2016-06-01 Richard Biener <rguenther@suse.de>
2214
2215 PR tree-optimization/71311
2216 * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
2217 restrict to non-INTEGER_CST @0.
2218
2219 2016-06-01 Richard Biener <rguenther@suse.de>
2220
2221 * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
2222 (relational patterns): Use :c to avoid pattern duplications.
2223
2224 2016-06-01 Richard Biener <rguenther@suse.de>
2225
2226 * genmatch.c (comparison_code_p): New predicate.
2227 (swap_tree_comparison): New function.
2228 (commutate): Add for_vec parameter to append new for entries.
2229 Support commutating relational operators by swapping it alongside
2230 operands.
2231 (lower_commutative): Adjust.
2232 (dt_simplify::gen): Do not pass artificial operators to gen
2233 functions.
2234 (decision_tree::gen): Do not add artificial operators as parameters.
2235 (parser::parse_expr): Verify operator commutativity when :c is
2236 applied. Allow :C to override this.
2237 * match.pd: Adjust patterns to use :C instead of :c where required.
2238
2239 2016-06-01 Patrick Palka <ppalka@gcc.gnu.org>
2240
2241 PR tree-optimization/71077
2242 * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
2243 the combining step, use boolean_false_node and boolean_true_node
2244 as the designated false/true return values.
2245
2246 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
2247
2248 * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
2249 * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
2250 (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
2251 PRED_LOOP_EXIT.
2252
2253 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
2254
2255 * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
2256 of flags impliying the register renaming.
2257 * toplev.c (process_options): Do not imply flag_rename_registers with
2258 loop peeling.
2259
2260 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
2261
2262 * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
2263 default implementation.
2264
2265 2016-05-31 Nathan Sidwell <nathan@acm.org>
2266
2267 * dwarf2out.c (cur_line_info_table): Add GTY marker.
2268
2269 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
2270
2271 * config/sh/constraints.md (b): Remove constraint.
2272 * config/sh/predicates.md (arith_reg_operand): Remove
2273 TARGET_REGISTER_P.
2274 * config/sh/sh-modes.def (PDI): Remove.
2275 * config/sh/sh.c (sh_target_reg_class,
2276 sh_optimize_target_register_callee_saved): Remove functions.
2277 (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
2278 (sh_expand_epilogue): Update comment.
2279 (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
2280 sh_secondary_reload): Remove TARGET_REGS related code.
2281 * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
2282 TARGET_REGISTER_P): Remove macros.
2283 (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
2284 * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
2285 TR1_REG, TR2_REG): Remove constants.
2286 * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
2287
2288 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
2289
2290 * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
2291 define_expand patterns.
2292 (adddi3_compact): Rename to adddi3.
2293 (subdi3_compact): Rename to subdi3.
2294 (*negdi2): Rename to negdi2.
2295 (*abs<mode>2): Rename to abs<mode>2.
2296
2297 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
2298
2299 * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
2300 (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
2301 (atomic_sub_fetchsi): ... this new pattern.
2302 (mvtc): Add CC_REG clobber.
2303
2304 2016-05-31 Marek Polacek <polacek@redhat.com>
2305
2306 * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
2307
2308 2016-05-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2309
2310 * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
2311 aarch64_fusion_enabled_p to check for fusion capabilities.
2312
2313 2016-05-31 Richard Biener <rguenther@suse.de>
2314
2315 PR tree-optimization/71352
2316 * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
2317 minus one and a negate.
2318
2319 2016-05-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2320
2321 * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
2322 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
2323 Delete prototype.
2324 * config/aarch64/iterators.md (insn_count): Add descriptive comment.
2325 * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
2326 Remove use of aarch64_simd_attr_length_move, set length attribute
2327 directly.
2328 (*aarch64_be_movoi): Likewise.
2329 (*aarch64_be_movci): Likewise.
2330 (*aarch64_be_movxi): Likewise.
2331
2332 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
2333
2334 * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
2335 It no longer does that.
2336 * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
2337
2338 2016-05-31 Wladimir J. van der Laan <laanwj@gmail.com>
2339
2340 * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
2341 attribute __unused__.
2342
2343 2016-05-31 Thomas Preud'homme <thomas.preudhomme@arm.com>
2344
2345 * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
2346 * config/arm/arm.c (arm_arch_thumb1): Define.
2347 (arm_option_override): Initialize arm_arch_thumb1.
2348 * config/arm/arm.h (arm_arch_thumb1): Declare.
2349 (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
2350 support Thumb-1 ISA.
2351
2352 2016-05-31 Kirill Yukhin <kirill.yukhin@intel.com>
2353
2354 PR target/71346
2355 * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
2356 `Yv' for scalar operand.
2357
2358 2016-05-31 Tom de Vries <tom@codesourcery.com>
2359
2360 PR tree-optimization/69068
2361 * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
2362 phis with more than two args.
2363
2364 2016-05-30 Andreas Tobler <andreast@gcc.gnu.org>
2365
2366 * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
2367 armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
2368 target.
2369
2370 2016-05-30 Jose E. Marchesi <jose.marchesi@oracle.com>
2371
2372 * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
2373 tune_64.
2374 * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
2375 support on SPARC.
2376 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
2377 cpu_32, cpu_64, tune_32 and tune_64.
2378 * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
2379
2380 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
2381
2382 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
2383
2384 2016-05-30 Andi Kleen <ak@linux.intel.com>
2385
2386 * auto-profile.c (read_profile): Replace asserts with errors
2387 when file does not exist.
2388 * gcov-io.c (gcov_read_words): Dito.
2389
2390 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
2391
2392 * tree-cfg.c (print_loop): Print likely upper bounds.
2393
2394 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
2395
2396 * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
2397 * opts.c (default_options): Enable peel loops at -O3.
2398 * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
2399 (try_peel_loop): Do not re-peel already peeled loops;
2400 use likely upper bounds; fix profile updating.
2401 (pass_complete_unroll::execute): Initialize peeled_loops.
2402
2403 2016-05-30 Martin Liska <mliska@suse.cz>
2404
2405 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
2406 computed costs by frequency of BB they belong to.
2407 (get_scaled_computation_cost_at): New function.
2408
2409 2016-05-30 Alexander Monakov <amonakov@ispras.ru>
2410 Marc Glisse <marc.glisse@inria.fr>
2411
2412 PR tree-optimization/71289
2413 * match.pd (-1 / B < A, A > -1 / B): New transformations.
2414
2415 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
2416
2417 * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
2418
2419 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
2420
2421 * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
2422 for peeled copies; avoid underflow when updating estimates; correctly
2423 scale loop profile.
2424
2425 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
2426
2427 * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
2428 r236875. Corrected oe3 to oe2 as obvious.
2429
2430 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
2431
2432 PR middle-end/71269
2433 PR middle-end/71252
2434 * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
2435 that inserted stmt will not dominate stmts that defines its operand.
2436 (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
2437 (rewrite_expr_tree_parallel): Likewise.
2438
2439 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
2440
2441 PR middle-end/71252
2442 * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
2443 all fields including stmt_to_insert are swapped.
2444
2445 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
2446
2447 * predict.h (force_edge_cold): Declare.
2448 * predict.c (force_edge_cold): New function.
2449 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
2450 updating.
2451 (canonicalize_loop_induction_variables): Fix formating.
2452
2453 2016-05-30 Eric Botcazou <ebotcazou@adacore.com>
2454
2455 * config/visium/visium.c (visium_split_double_add): Minor tweaks.
2456 (visium_expand_copysign): Use gen_int_mode directly.
2457 (visium_compute_frame_size): Minor tweaks.
2458
2459 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
2460
2461 * tree-vect-loop.c (vect_analyze_loop_2): Use
2462 likely_max_stmt_executions_int.
2463
2464 2016-05-30 Tom de Vries <tom@codesourcery.com>
2465
2466 PR tree-optimization/69067
2467 * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
2468
2469 2016-05-29 Uros Bizjak <ubizjak@gmail.com>
2470
2471 PR target/71245
2472 * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
2473 New peepholes to remove unneeded fild/fistp pairs.
2474 (define_peephole2 atomic_loaddi_fpu): Ditto.
2475
2476 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
2477
2478 * predict.c (maybe_hot_frequency_p): Avoid division.
2479
2480 2016-05-28 Gerald Pfeifer <gerald@pfeifer.com>
2481
2482 * doc/install.texi: Use https for shop.fsf.org.
2483
2484 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
2485
2486 * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
2487 likely_max_stmt_executions_int.
2488
2489 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
2490
2491 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
2492 likely_max_stmt_executions_int.
2493
2494 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
2495
2496 * profile.c (compute_branch_probabilities): Do not report hitrates
2497 here.
2498 (branch_prob): Report hitrates here.
2499 * predict.c (gimple_predict_edge): Do not assert profile status;
2500 fix formatting issues.
2501
2502 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
2503
2504 * predict.c (edge_predicted_by_p): New function.
2505 (predict_paths_for_bb): Do not put multiple predictions of the same type
2506 on one edge.
2507
2508 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
2509
2510 * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
2511 commit.
2512
2513 2016-05-28 Alan Modra <amodra@gmail.com>
2514
2515 * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
2516
2517 2016-05-28 Alan Modra <amodra@gmail.com>
2518
2519 PR rtl-optimization/71275
2520 * ira.c (ira): Free dominance info.
2521
2522 2016-05-27 Gerald Pfeifer <gerald@pfeifer.com>
2523
2524 * doc/sourcebuild.texi: New address for upstream Go repository.
2525
2526 2016-05-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
2527
2528 * config/arm/arm.h (TARGET_ARM_V6M): Remove.
2529 (TARGET_ARM_V7M): Likewise.
2530
2531 2016-05-26 Jeff Law <law@redhat.com>
2532
2533 * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
2534 (thread_across_edge): Remove calls to find_jump_threads_backwards.
2535 * passes.def: Add jump threading passes before DOM/VRP.
2536 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
2537 argument to a basic block from an edge. Remove tests which are
2538 handled elsewhere.
2539 (pass_data_thread_jumps, class pass_thread_jumps): New.
2540 (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
2541 (make_pass_thread_jumps): Likewise.
2542 * tree-pass.h (make_pass_thread_jumps): Declare.
2543
2544 2016-05-27 Eric Botcazou <ebotcazou@adacore.com>
2545
2546 * config/visium/visium-protos.h (split_double_move): Rename into...
2547 (visium_split_double_move): ...this.
2548 (visium_split_double_add): Declare.
2549 * config/visium/visium.c (split_double_move): Rename into...
2550 (visium_split_double_move): ...this.
2551 (visium_split_double_add): New function.
2552 (visium_expand_copysign): Renumber operands for consistency.
2553 * config/visium/visium.md (DImode move splitter): Adjust to renaming.
2554 (DFmode move splitter): Likewise.
2555 (*addi3_insn): Split by means of visium_split_double_add.
2556 (*adddi3_insn_flags): Delete.
2557 (*plus_plus_sltu<subst_arith>): New insn.
2558 (*subdi3_insn): Split by means of visium_split_double_add.
2559 (subdi3_insn_flags): Delete.
2560 (*minus_minus_sltu<subst_arith>): New insn.
2561 (*negdi2_insn): Split by means of visium_split_double_add.
2562 (*negdi2_insn_flags): Delete.
2563
2564 2016-05-27 Ulrich Weigand <uweigand@de.ibm.com>
2565
2566 * configure.ac: Treat a --with-headers option without argument
2567 the same as the default (i.e. consult sys-include directory).
2568 * configure: Regenerate.
2569
2570 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2571
2572 * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
2573 * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
2574 prototype.
2575 * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
2576 Add "=w,0" alternative. Enable it when AES/AESMC fusion is enabled.
2577
2578 2016-05-27 Jiong Wang <jiong.wang@arm.com>
2579
2580 PR target/63596
2581 * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
2582 tree-stdarg analysis results.
2583 (aarch64_setup_incoming_varargs): Likewise.
2584
2585 2016-05-27 Jiong Wang <jiong.wang@arm.com>
2586
2587 * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
2588 va_list_gpr_counter_field and va_list_fpr_counter_field.
2589
2590 2016-05-27 Wilco Dijkstra <wdijkstr@arm.com>
2591
2592 PR67609
2593 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
2594 * config/aarch64/aarch64.c
2595 (aarch64_cannot_change_mode_class): Remove function.
2596 * config/aarch64/aarch64-protos.h
2597 (aarch64_cannot_change_mode_class): Remove.
2598
2599 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
2600
2601 * cfgloop.c (record_niter_bound): Record likely upper bounds.
2602 (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
2603 get_likely_max_loop_iterations_int): New.
2604 * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
2605 any_likely_upper_bound.
2606 (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
2607 Declare.
2608 * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
2609 * loop-unroll.c (unroll_loop_constant_iterations): Update likely
2610 upper bound.
2611 (unroll_loop_constant_iterations): Likewise.
2612 (unroll_loop_runtime_iterations): Likewise.
2613 * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
2614 * lto-streamer-out.c (output_cfg): Likewise.
2615 * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
2616 bounds.
2617 (canonicalize_loop_induction_variables): Dump likely upper bounds.
2618 * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
2619 (likely_max_loop_iterations): New.
2620 (likely_max_loop_iterations_int): New.
2621 (likely_max_stmt_executions): New.
2622 * tree-ssa-loop-niter.h (likely_max_loop_iterations,
2623 likely_max_loop_iterations_int, likely_max_stmt_executions_int,
2624 likely_max_stmt_executions): Declare.
2625
2626 2016-05-27 Marek Polacek <polacek@redhat.com>
2627
2628 PR middle-end/71308
2629 * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
2630
2631 2016-05-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2632
2633 * config/s390/s390.md (2x risbg splitters): Use
2634 reg_overlap_mentioned_p instead of rtx_equal_p.
2635
2636 2016-05-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
2637
2638 * combine.c (make_compound_operation): Take known zero bits into
2639 account when checking for possible zero_extend.
2640
2641 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2642
2643 * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
2644 Use const_int_operand for operand 2 predicate. Simplify expand code
2645 as a result.
2646
2647 2016-05-27 Ilya Enkovich <ilya.enkovich@intel.com>
2648
2649 PR middle-end/71279
2650 * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
2651 into comparison.
2652
2653 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2654
2655 * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
2656 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
2657 that returns CC_SESWPmode and CC_ZESWPmode.
2658 (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
2659 and CC_SESWPmode.
2660 (aarch64_rtx_costs): Likewise.
2661
2662 2016-05-26 Michael Meissner <meissner@linux.vnet.ibm.com>
2663
2664 * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
2665 for ISA 3.0 min/max support.
2666 (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
2667 conditional move support.
2668 (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
2669 rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
2670 available.
2671 * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
2672 conditional moves where the comparison type is different from move
2673 type.
2674 (fp_minmax): New code iterator for smin/smax.
2675 (minmax): New code attributes for min/max.
2676 (SMINMAX): Likewise.
2677 (smax<mode>3): Combine min, max insns into one insn using the
2678 fp_minmax code iterator. Add support for ISA 3.0 min/max
2679 instructions that don't need -ffast-math.
2680 (s<minmax><mode>3): Likewise.
2681 (smax<mode>3_vsx): Likewise.
2682 (smin<mode>3): Likewise.
2683 (s<minmax><mode>3_vsx): Likewise.
2684 (smin<mode>3_vsx): Likewise.
2685 (pre-VSX min/max splitters): Likewise.
2686 (s<minmax><mode>3_fpr): Likewise.
2687 (movsfcc): Rewrite floating point conditional moves to combine
2688 SFmode/DFmode into a single insn.
2689 (mov<mode>cc): Likewise.
2690 (movdfcc): Likewise.
2691 (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
2692 SFDF2 iterators to handle all combinations.
2693 (fseldfsf4): Likewise.
2694 (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
2695 (fseldfdf4): Likewise.
2696 (fselsfdf4): Likewise.
2697 (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
2698 comparison instructions that set a 0/-1 mask, and use it for
2699 floating point conditional move via XXSEL.
2700 (fpmask<mode>): Likewise.
2701 (xxsel<mode>): Likewise.
2702 * config/rs6000/predicates.md (min_max_operator): Delete, no
2703 longer used.
2704 (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
2705 instructions that generate a 0/-1 mask for use with XXSEL.
2706 * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
2707 say whether floating point min/max is available, either through
2708 FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
2709 (TARGET_MINMAX_DF): Likewise.
2710
2711 2016-05-27 Alan Modra <amodra@gmail.com>
2712
2713 PR rtl-optimization/71275
2714 * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
2715 for update_equiv_regs and combine_and_move_insns.
2716
2717 2016-05-26 Uros Bizjak <ubizjak@gmail.com>
2718
2719 * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
2720 if_then_else or cond RTXes to calculate attribute value.
2721 * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
2722 <attr "length_immediate>: Ditto.
2723 (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
2724 * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
2725 (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
2726 <attr "type">: Ditto.
2727 <attr "prefix_data16">: Ditto.
2728 <attr "prefix_extra">: Ditto.
2729 <attr "length_immediate">: Ditto.
2730 <attr "prefix">: Ditto.
2731 (vec_set<mode>_0) <attr "isa">: Ditto.
2732 <attr "prefix_extra">: Ditto.
2733 <attr "length_immediate">: Ditto.
2734 <attr "prefix">: Ditto.
2735 (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
2736 (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
2737 (sse2_storelpd) <attr "prefix_data16">: Ditto.
2738 (sse2_loadhpd) <attr "prefix_data16">: Ditto.
2739 (sse2_loadlpd) <attr "prefix_data16">: Ditto.
2740 <attr "length_immediate">: Ditto.
2741 <attr "prefix">: Ditto.
2742 (sse2_movsd) <attr "length_immediate">: Ditto.
2743 <attr "prefix">: Ditto.
2744 (vec_concatv2df) <attr "isa">: Ditto.
2745 <attr "prefix">: Ditto.
2746 (*vec_extractv4si) <attr "prefix_extra">: Ditto.
2747 (*vec_extractv2di_1) <attr "isa">: Ditto.
2748 <attr "type">: Ditto.
2749 <attr "length_immediate">: Ditto.
2750 <attr "prefix_rex">: Ditto.
2751 <attr "prefix_extra">: Ditto.
2752 (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
2753 <attr "prefix_extra">: Ditto.
2754 <attr "length_immediate">: Ditto.
2755 (vec_concatv2di) <attr "isa">: Ditto.
2756 <attr "prefix_extra">: Ditto.
2757 <attr "length_immediate">: Ditto.
2758 <attr "prefix">: Ditto.
2759
2760 2016-05-26 Martin Liska <mliska@suse.cz>
2761
2762 * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
2763 function.
2764 (operator+): Likewise.
2765 (operator-): Likewise.
2766 (comp_cost::operator+=): Likewise.
2767 (comp_cost::operator-=): Likewise.
2768 (comp_cost::operator/=): Likewise.
2769 (comp_cost::operator*=): Likewise.
2770 (operator<): Likewise.
2771 (operator==): Likewise.
2772 (operator<=): Likewise.
2773 (new_cost): Remove.
2774 (infinite_cost_p): Likewise.
2775 (add_costs): Likewise.
2776 (sub_costs): Likewise.
2777 (compare_costs): Likewise.
2778 (set_group_iv_cost): Use the newly introduced functions.
2779 (get_address_cost): Likewise.
2780 (get_shiftadd_cost): Likewise.
2781 (force_expr_to_var_cost): Likewise.
2782 (split_address_cost): Likewise.
2783 (ptr_difference_cost): Likewise.
2784 (difference_cost): Likewise.
2785 (get_computation_cost_at): Likewise.
2786 (determine_group_iv_cost_generic): Likewise.
2787 (determine_group_iv_cost_address): Likewise.
2788 (determine_group_iv_cost_cond): Likewise.
2789 (autoinc_possible_for_pair): Likewise.
2790 (determine_group_iv_costs): Likewise.
2791 (cheaper_cost_pair): Likewise.
2792 (iv_ca_recount_cost): Likewise.
2793 (iv_ca_set_no_cp): Likewise.
2794 (iv_ca_set_cp): Likewise.
2795 (iv_ca_cost): Likewise.
2796 (iv_ca_new): Likewise.
2797 (iv_ca_dump): Likewise.
2798 (iv_ca_narrow): Likewise.
2799 (iv_ca_prune): Likewise.
2800 (iv_ca_replace): Likewise.
2801 (try_add_cand_for): Likewise.
2802 (try_improve_iv_set): Likewise.
2803 (find_optimal_iv_set): Likewise.
2804
2805 2016-05-26 Richard Sandiford <richard.sandiford@arm.com>
2806
2807 * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
2808 that internal functions will clobber all caller-saved registers.
2809
2810 2016-05-26 Wilco Dijkstra <wdijkstr@arm.com>
2811
2812 * config/aarch64/aarch64.c (aarch64_case_values_threshold):
2813 Return a better case_values_threshold when optimizing.
2814
2815 2016-05-26 Wilco Dijkstra <wdijkstr@arm.com>
2816
2817 * config/aarch64/aarch64-simd.md (aarch64_combinez):
2818 Add ? to integer variant.
2819 (aarch64_combinez_be): Likewise.
2820
2821 2016-05-26 Jakub Jelinek <jakub@redhat.com>
2822
2823 * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
2824 instead of x constraint.
2825 (vcvtps2ph256<mask_name>): Likewise.
2826
2827 * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
2828 alternative. Formatting fix.
2829
2830 * config/i386/sse.md
2831 (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
2832 to ...
2833 (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
2834 (*avx_vperm_broadcast_v4sf): Use v constraint instead of x. Use
2835 maybe_evex prefix instead of vex.
2836 (*avx_vperm_broadcast_<mode>): Use v constraint instead of x. Handle
2837 EXT_REX_SSE_REG_P (op0) case in the splitter.
2838
2839 2016-05-25 Jeff Law <law@redhat.com>
2840
2841 PR tree-optimization/71272
2842 * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
2843 Update comments. Add test for empty path.
2844
2845 2016-05-25 Bill Seurer <seurer@linux.vnet.ibm.com>
2846
2847 * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
2848 * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
2849 special case builtin.
2850 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2851 code for ALTIVEC_BUILTIN_VEC_CMPNE.
2852 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2853 for __builtin_vec_cmpne.
2854
2855 2016-05-25 Eric Botcazou <ebotcazou@adacore.com>
2856
2857 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
2858 redundant test and bail out if the type of the new operand is not
2859 a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
2860
2861 2016-05-25 Uros Bizjak <ubizjak@gmail.com>
2862
2863 * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
2864 (x_ix86_target_flags_explicit): Remove.
2865 * config/i386/i386.c (ix86_function_specific_save): Do not copy
2866 x_ix86_target_flags_explicit.
2867 (ix86_function_specific_restore): Ditto.
2868
2869 2016-05-25 Uros Bizjak <ubizjak@gmail.com>
2870 H.J. Lu <hongjiu.lu@intel.com>
2871
2872 PR target/70738
2873 * common/config/i386/i386-common.c
2874 (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
2875 (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
2876 MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
2877 * config/i386/i386.opt (ix86_target_flags): Add new Variable.
2878 (-mgeneral-regs-only): Add new option.
2879 * config/i386/i386.c (ix86_option_override_internal): Don't enable
2880 x87 instructions if only general registers are allowed.
2881 (ix86_target_string): Add ix86_flags argument. Handle additional
2882 flags options through ix86_flags argument. Update all callers.
2883 * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
2884
2885 2016-05-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2886
2887 PR rtl-optimization/66940
2888 * ifcvt.c (noce_get_alt_condition): Check that incrementing or
2889 decrementing desired_val will not overflow before performing these
2890 operations.
2891
2892 2016-05-25 Ilya Verbin <ilya.verbin@intel.com>
2893
2894 * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
2895 V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
2896 * config/i386/i386.c (enum ix86_builtins): Add
2897 IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
2898 IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
2899 IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
2900 IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
2901 IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
2902 IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
2903 (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
2904 __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
2905 __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
2906 __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
2907 __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
2908 __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
2909 Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
2910 __builtin_ia32_cvtps2dq512_mask.
2911 (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
2912 V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
2913 (ix86_builtin_vectorized_function): Handle builtins mentioned above.
2914 * config/i386/sse.md
2915 (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
2916 Rename to ...
2917 (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
2918 (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
2919 to ...
2920 (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
2921 (avx512f_vec_pack_sfix_v8df): New define_expand.
2922 (avx512f_roundpd512): Rename to ...
2923 (avx512f_round<castmode>512): ... this. Change iterator.
2924 (avx512f_roundps512_sfix): New define_expand.
2925 (round<mode>2_sfix): Change iterator.
2926
2927 2016-05-25 Nick Clifton <nickc@redhat.com>
2928
2929 * config/msp430/msp430.c (msp430_attr): Produce an error if a
2930 static interrupt handler is detected.
2931 * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
2932 default linker script.
2933 * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
2934 the low part of a symbolic pointer.
2935
2936 2016-05-25 Richard Biener <rguenther@suse.de>
2937
2938 PR tree-optimization/71261
2939 * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
2940 interesting stmt instead of immediate uses when looking
2941 for the use operand to replace.
2942
2943 2016-05-25 Martin Liska <mliska@suse.cz>
2944
2945 * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
2946
2947 2016-05-25 Richard Biener <rguenther@suse.de>
2948
2949 PR tree-optimization/71264
2950 * tree-vect-stmts.c (vect_init_vector): Properly deal with
2951 vector type val.
2952
2953 2016-05-25 Martin Liska <mliska@suse.cz>
2954
2955 PR tree-optimization/71239
2956 * tree.c (array_at_struct_end_p): Do not call operand_equal_p
2957 if DECL_SIZE is NULL.
2958
2959 2016-05-25 Richard Biener <rguenther@suse.de>
2960
2961 * timevar.def (TV_TREE_LOOP_IFCVT): Add.
2962 * tree-if-conv.c (pass_data_if_conversion): Use it.
2963
2964 2016-05-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
2965
2966 * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
2967 * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
2968 * varpool.c (varpool_node::get_availability): Likewise.
2969
2970 2016-05-24 Michael Meissner <meissner@linux.vnet.ibm.com>
2971
2972 * config/rs6000/altivec.md (VNEG iterator): New iterator for
2973 VNEGW/VNEGD instructions.
2974 (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
2975 (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
2976 support for ISA 3.0 VNEGW/VNEGD instructions.
2977
2978 2016-05-24 Cesar Philippidis <cesar@codesourcery.com>
2979
2980 * gimplify.c (omp_notice_variable): Use zero-length arrays for data
2981 pointers inside OACC_DATA regions.
2982 (gimplify_scan_omp_clauses): Prune firstprivate clause associated
2983 with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
2984 (gimplify_adjust_omp_clauses): Fix typo in comment.
2985
2986 2016-05-24 Michael Meissner <meissner@linux.vnet.ibm.com>
2987
2988 * config/rs6000/altivec.md (VParity): New mode iterator for vector
2989 parity built-in functions.
2990 (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
2991 zeros.
2992 (p9v_parity<mode>2): Likewise.
2993 * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
2994 parity.
2995 (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
2996 (parity<mode>2): ISA 3.0 expander for vector parity.
2997 * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
2998 power9 built-ins.
2999 (BU_P9_64BIT_MISC_0): Likewise.
3000 (BU_P9_MISC_0): Likewise.
3001 (BU_P9V_AV_1): Likewise.
3002 (BU_P9V_AV_2): Likewise.
3003 (BU_P9V_AV_3): Likewise.
3004 (BU_P9V_AV_P): Likewise.
3005 (BU_P9V_VSX_1): Likewise.
3006 (BU_P9V_OVERLOAD_1): Likewise.
3007 (BU_P9V_OVERLOAD_2): Likewise.
3008 (BU_P9V_OVERLOAD_3): Likewise.
3009 (VCTZB): Add vector count trailing zeros support.
3010 (VCTZH): Likewise.
3011 (VCTZW): Likewise.
3012 (VCTZD): Likewise.
3013 (VPRTYBD): Add vector parity support.
3014 (VPRTYBQ): Likewise.
3015 (VPRTYBW): Likewise.
3016 (VCTZ): Add overloaded vector count trailing zeros support.
3017 (VPRTYB): Add overloaded vector parity support.
3018 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3019 overloaded vector count trailing zeros and parity instructions.
3020 * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
3021 vector parity support.
3022 * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
3023 trailing zeros support.
3024 (vec_cntlz): Likewise.
3025 (vec_vctzb): Likewise.
3026 (vec_vctzd): Likewise.
3027 (vec_vctzh): Likewise.
3028 (vec_vctzw): Likewise.
3029 (vec_vprtyb): Add ISA 3.0 vector parity support.
3030 (vec_vprtybd): Likewise.
3031 (vec_vprtybw): Likewise.
3032 (vec_vprtybq): Likewise.
3033 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
3034 the ISA 3.0 vector count trailing zeros and vector parity built-in
3035 functions.
3036
3037 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
3038
3039 * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
3040 when there is stmt_to_insert.
3041
3042 2016-05-24 Martin Sebor <msebor@redhat.com>
3043
3044 PR c++/71147
3045 * tree.h (complete_or_array_type_p): New inline function.
3046
3047 2016-05-24 Jakub Jelinek <jakub@redhat.com>
3048
3049 * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
3050 * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
3051 rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
3052
3053 * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
3054 Limit 1st alternative to noavx isa, split 2nd alternative into one
3055 noavx and one avx alternative, use *x and Bm in the former and
3056 x and m in the latter.
3057
3058 * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
3059 of sse4 for the first alternative, drop %v from the template
3060 and d operand modifier. Split second alternative into one sse4_noavx
3061 and one avx alternative, use *x instead of *v in the former and v
3062 instead of *v in the latter.
3063 (*sse4_1_extractps): Use noavx isa instead of * for the first
3064 alternative, drop %v from the template. Split second alternative into
3065 one noavx and one avx alternative, use *x instead of *v in the
3066 former and v instead of *v in the latter.
3067 (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
3068 with noavx and the last one with avx.
3069 (sse4_1_phminposuw): Guard first alternative with noavx isa,
3070 split the second one into one noavx and one avx alternative,
3071 use *x and Bm in the former and x and m in the latter one.
3072 (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
3073 alternatives.
3074
3075 * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
3076 first two alternatives to noavx, use *x instead of *v in the second
3077 one, add avx alternative without *.
3078 (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
3079 sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
3080 sse4_1_<code>v2siv2di2<mask_name>): Likewise.
3081
3082 2016-05-24 Jeff Law <law@redhat.com>
3083
3084 * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
3085 New function, extracted from...
3086 (fsm_find_control_statement_thread_paths): Here. Use the new function.
3087 Allow simple copies and constant initializations in the SSA chain.
3088
3089 2016-05-24 Marek Polacek <polacek@redhat.com>
3090
3091 PR c/71249
3092 * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
3093 scope.
3094
3095 2016-05-24 Jakub Jelinek <jakub@redhat.com>
3096
3097 PR c++/71257
3098 * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
3099 SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
3100 SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP. Add
3101 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
3102 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
3103
3104 2016-05-24 Richard Biener <rguenther@suse.de>
3105
3106 PR tree-optimization/71240
3107 * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
3108 has integral type.
3109
3110 2016-05-24 Richard Biener <rguenther@suse.de>
3111
3112 PR tree-optimization/71230
3113 * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
3114
3115 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
3116
3117 * tree-vectorizer.h (vectorizable_comparison): Delete.
3118 * tree-vect-loop.c (vectorizable_reduction): Remove redundant
3119 PURE_SLP_STMT check.
3120 * tree-vect-stmts.c (vectorizable_call): Likewise.
3121 (vectorizable_simd_clone_call): Likewise.
3122 (vectorizable_conversion): Likewise.
3123 (vectorizable_assignment): Likewise.
3124 (vectorizable_shift): Likewise.
3125 (vectorizable_operation): Likewise.
3126 (vectorizable_load): Likewise.
3127 (vectorizable_condition): Likewise.
3128 (vectorizable_store): Likewise. Assert that we don't have
3129 hybrid SLP.
3130 (vectorizable_comparison): Make static. Remove redundant
3131 PURE_SLP_STMT check.
3132 (vect_transform_stmt): Assert that we always have an slp_node
3133 if PURE_SLP_STMT.
3134
3135 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3136
3137 * config/arm/neon.md (ashldi3_neon): Replace comparison of INTVAL of
3138 operands[2] against 1 with comparison against CONST1_RTX.
3139 (<shift>di3_neon): Likewise.
3140 * config/arm/predicates.md (const0_operand): Replace with comparison
3141 against CONST0_RTX.
3142
3143 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3144
3145 * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
3146 operands[2] against 1 with comparison against CONST1_RTX.
3147 (ashrdi3): Likewise.
3148 (lshrdi3): Likewise.
3149 (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
3150 UINTVAL.
3151 (ashrsi3): Likewise.
3152 (lshrsi3): Likewise.
3153 (rotrsi3): Likewise.
3154 (define_split above *compareqi_eq0): Likewise.
3155 (define_split above "prologue"): Likewise.
3156 * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
3157 * config/arm/predicates.md (shift_operator): Likewise.
3158 (shift_nomul_operator): Likewise.
3159 (sat_shift_operator): Likewise.
3160 (thumb1_cmp_operand): Likewise.
3161 (const_neon_scalar_shift_amount_operand): Replace manual range
3162 check with IN_RANGE.
3163 * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
3164 Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
3165
3166 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3167
3168 * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
3169 with HOST_WIDE_INT_1.
3170 (insv): Likewise.
3171 * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
3172 1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
3173 (arm_canonicalize_comparison): Likewise.
3174 (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
3175 HOST_WIDE_INT_1.
3176 (thumb1_size_rtx_costs): Likewise.
3177 (vfp_const_double_index): Replace cast of 1 to unsigned
3178 HOST_WIDE_INT with HOST_WIDE_INT_1U.
3179 (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
3180 HOST_WIDE_INT_1.
3181 (arm_asan_shadow_offset): Replace cast of 1 to unsigned
3182 HOST_WIDE_INT with HOST_WIDE_INT_1U.
3183 * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
3184 HOST_WIDE_INT with HOST_WIDE_INT_1.
3185
3186 2016-05-24 Marek Polacek <polacek@redhat.com>
3187
3188 * tree-cfg.h (should_remove_lhs_p): New predicate.
3189 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
3190 * gimplify.c (gimplify_modify_expr): Likewise.
3191 * tree-cfg.c (verify_gimple_call): Likewise.
3192 * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
3193 * gimple-fold.c: Include "tree-cfg.h".
3194 (gimple_fold_call): Use should_remove_lhs_p.
3195
3196 2016-05-24 Richard Biener <rguenther@suse.de>
3197
3198 PR tree-optimization/71253
3199 * cfganal.h (control_dependences): Make robust against edge
3200 and BB removal.
3201 (control_dependences::control_dependences): Remove edge_list argument.
3202 (control_dependences::get_edge): Remove.
3203 (control_dependences::get_edge_src): Add.
3204 (control_dependences::get_edge_dest): Likewise.
3205 (control_dependences::m_el): Make a vector of edge src/dest index.
3206 * cfganal.c (control_dependences::find_control_dependence): Adjust.
3207 (control_dependences::control_dependences): Likewise.
3208 (control_dependences::~control_dependence): Likewise.
3209 (control_dependences::get_edge): Remove.
3210 (control_dependences::get_edge_src): Add.
3211 (control_dependences::get_edge_dest): Likewise.
3212 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
3213 get_edge_src.
3214 (perform_tree_ssa_dce): Adjust.
3215 * tree-loop-distribution.c (create_edge_for_control_dependence): Use
3216 get_edge_src.
3217 (pass_loop_distribution::execute): Adjust. Do loop destroying
3218 conditional on changed.
3219
3220 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3221
3222 PR target/69857
3223 * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
3224 return. Reindent transformation comment and mention the ARM state
3225 behavior.
3226
3227 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
3228
3229 PR middle-end/71252
3230 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
3231 after build_and_add_sum creates new use stmt.
3232
3233 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
3234
3235 * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
3236 load_lanes/grouped_load classification comes first. Don't check
3237 whether the vectorization factor is a multiple of the group size
3238 for load_lanes.
3239
3240 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
3241
3242 * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
3243 GROUP_GAP for single-element interleaving.
3244 * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
3245 variable.
3246
3247 2016-05-24 Richard Biener <rguenther@suse.de>
3248
3249 PR middle-end/70434
3250 PR c/69504
3251 * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
3252 bases which are accessed with non-invariant indices.
3253 * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
3254 constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
3255
3256 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
3257
3258 PR middle-end/71170
3259 * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
3260 (add_to_ops_vec): Add stmt_to_insert.
3261 (add_repeat_to_ops_vec): Init stmt_to_insert.
3262 (insert_stmt_before_use): New.
3263 (transform_add_to_multiply): Remove mult_stmt insertion and add it
3264 to ops vector.
3265 (get_ops): Init stmt_to_insert.
3266 (maybe_optimize_range_tests): Likewise.
3267 (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
3268 (rewrite_expr_tree_parallel): Likewise.
3269 (reassociate_bb): Likewise.
3270
3271 2016-05-23 Michael Meissner <meissner@linux.vnet.ibm.com>
3272
3273 PR target/71201
3274 * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
3275 ISA 3.0 xxperm fusion alternative.
3276 (altivec_vperm_v8hiv16qi): Likewise.
3277 (altivec_vperm_<mode>_uns_internal): Likewise.
3278 (vperm_v8hiv4si): Likewise.
3279 (vperm_v16qiv8hi): Likewise.
3280
3281 2016-05-23 Michael Meissner <meissner@linux.vnet.ibm.com>
3282 Kelvin Nilsen <kelvin@gcc.gnu.org>
3283
3284 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
3285 vpermr/xxpermr on ISA 3.0.
3286 (altivec_expand_vec_perm_le): Likewise.
3287 * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
3288 (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
3289 ISA 3.0.
3290
3291 2016-05-23 Uros Bizjak <ubizjak@gmail.com>
3292
3293 * config/i386/i386.h (IS_STACK_MODE): Enable for
3294 TARGET_MIX_SSE_I387. Rewrite using X87_FLOAT_MODE_P and
3295 SSE_FLOAT_MODE_P macros.
3296 * config/i386/i386.c (ix86_preferred_reload_class): Use
3297 IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
3298 Cleanup regclass processing for CONST_DOUBLE_P.
3299 (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
3300 (ix86_rtx_costs): Remove redundant TARGET_80387 check
3301 with IS_STACK_MODE macro.
3302 * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
3303 with TARGET_SSE2.
3304 (*movdf_internal): Use IS_STACK_MODE macro.
3305 (*movsf_internal): Ditto.
3306
3307 2016-05-23 Marc Glisse <marc.glisse@inria.fr>
3308
3309 * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
3310 ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
3311
3312 2016-05-23 Jeff Law <law@redhat.com>
3313
3314 * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
3315 extracted from ...
3316 (fsm_find_control_statement_thread_paths): Call it.
3317
3318 2016-05-23 Martin Jambor <mjambor@suse.cz>
3319
3320 PR ipa/71234
3321 * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
3322 from_global_constant if t is not NULL.
3323
3324 2016-05-23 Marek Polacek <polacek@redhat.com>
3325
3326 PR c/49859
3327 * common.opt (Wswitch-unreachable): New option.
3328 * doc/invoke.texi: Document -Wswitch-unreachable.
3329 * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
3330 warning.
3331
3332 2016-05-23 Bin Cheng <bin.cheng@arm.com>
3333
3334 * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
3335 TMR_INDEX is non-NULL.
3336
3337 2016-05-23 Richard Biener <rguenther@suse.de>
3338
3339 PR tree-optimization/71230
3340 * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
3341 (try_special_add_to_ops): ... here. Always test for single-use.
3342
3343 2016-05-23 Martin Jambor <mjambor@suse.cz>
3344
3345 * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
3346 default block if a PHI node in the original one would be resized.
3347
3348 2016-05-23 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3349
3350 PR tree-optimization/58135
3351 * tree-vect-slp.c: When group size is not multiple
3352 of vector size, allow splitting of store group at
3353 vector boundary.
3354
3355 2016-05-23 Christophe Lyon <christophe.lyon@linaro.org>
3356
3357 * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
3358
3359 2016-05-22 Jakub Jelinek <jakub@redhat.com>
3360
3361 * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
3362 vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
3363 condition. For !TARGET_AVX512DQ, emit 32x4 instruction instead
3364 of 64x2.
3365
3366 * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
3367 vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
3368 v constraint instead of x and vinserti32x4 insn.
3369
3370 * config/i386/sse.md (i128vldq): New mode iterator.
3371 (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
3372 avx512dq and avx512vl alternatives.
3373
3374 * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
3375 constraint, use maybe_evex prefix instead of vex.
3376 (vec_dupv4sf): Use v constraint instead of x for output
3377 operand except for noavx alternative, use Yv constraint
3378 instead of x for input. Use maybe_evex prefix instead of vex.
3379 (*vec_dupv4si): Likewise.
3380 (*vec_dupv2di): Likewise.
3381
3382 2016-05-22 Kugan Vivekanandarajah <kuganv@linaro.org>
3383
3384 PR middle-end/40921
3385 * tree-ssa-reassoc.c (try_special_add_to_ops): New.
3386 (linearize_expr_tree): Call try_special_add_to_ops.
3387 (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
3388
3389 2016-05-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
3390
3391 * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
3392 to computed stack_usage.
3393
3394 2016-05-21 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
3395
3396 PR target/71103
3397 * config/avr/avr.md (define_expand "mov<mode>"): If the source
3398 operand is subreg (symbol_ref) then move the symbol ref to register.
3399
3400 2016-05-21 Jan Hubicka <hubicka@ucw.cz>
3401
3402 * tree.c (array_at_struct_end_p): Look through MEM_REF.
3403
3404 2016-05-21 Kugan Vivekanandarajah <kuganv@linaro.org>
3405
3406 PR middle-end/71179
3407 * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
3408 VECTOR type.
3409
3410 2016-05-20 Eric Botcazou <ebotcazou@adacore.com>
3411
3412 * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
3413 ranges by calling get_single_symbol and tidy up. Look more closely
3414 into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
3415
3416 2016-05-20 Jeff Law <law@redhat.com>
3417
3418 * bitmap.c (bitmap_find_bit): Remove useless test.
3419
3420 2016-05-20 Segher Boessenkool <segher@kernel.crashing.org>
3421
3422 * function.c (thread_prologue_and_epilogue_insns): Commit the
3423 insertion of the epilogue.
3424
3425 2016-05-20 Martin Jambor <mjambor@suse.cz>
3426
3427 PR tree-optimization/70884
3428 * tree-sra.c (initialize_constant_pool_replacements): Do not check
3429 should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
3430 (sort_and_splice_var_accesses): Do not consider multiple scalar reads
3431 of constant pool data as a reason for scalarization.
3432
3433 2016-05-20 Eric Botcazou <ebotcazou@adacore.com>
3434
3435 * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
3436 for naked functions.
3437 (thumb1_expand_prologue): Likewise.
3438
3439 2016-05-20 Nathan Sidwell <nathan@acm.org>
3440
3441 * config/nvptx/nptx.c (nvptx_option_override): Only set
3442 flag_toplevel_reorder, if not explicitly specified. Set
3443 flag_no_common, unless explicitly specified.
3444
3445 2016-05-20 David Malcolm <dmalcolm@redhat.com>
3446
3447 * calls.c (can_implement_as_sibling_call_p): Mark param
3448 reg_parm_stack_space with ATTRIBUTE_UNUSED.
3449
3450 2016-05-20 Uros Bizjak <ubizjak@gmail.com>
3451
3452 * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
3453 Use IS_STACK_MODE when calculating cost of standard 80387 constants.
3454 Fallthru to CONST_VECTOR case to calculate cost of standard SSE
3455 constants.
3456 <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
3457 (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
3458 and CASE_CONST_ANY.
3459
3460 2016-05-20 Cesar Philippidis <cesar@codesourcery.com>
3461
3462 * config/nvptx/nvptx.md (sincossf3): New pattern.
3463
3464 2016-05-20 David Malcolm <dmalcolm@redhat.com>
3465
3466 * calls.c (maybe_complain_about_tail_call): New function.
3467 (initialize_argument_information): Call
3468 maybe_complain_about_tail_call when clearing *may_tailcall.
3469 (can_implement_as_sibling_call_p): Call
3470 maybe_complain_about_tail_call when returning false.
3471 (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
3472 ensure try_tail_call is set. Call maybe_complain_about_tail_call
3473 if tail-call optimization fails.
3474 * cfgexpand.c (expand_call_stmt): Initialize
3475 CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
3476 * gimple-pretty-print.c (dump_gimple_call): Dump
3477 gimple_call_must_tail_p.
3478 * gimple.c (gimple_build_call_from_tree): Call
3479 gimple_call_set_must_tail with the value of
3480 CALL_EXPR_MUST_TAIL_CALL.
3481 * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
3482 (gimple_call_set_must_tail): New function.
3483 (gimple_call_must_tail_p): New function.
3484 * print-tree.c (print_node): Update printing of TREE_STATIC
3485 to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
3486 * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
3487 trailing comment listing applicable flags.
3488 * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
3489
3490 2016-05-20 David Malcolm <dmalcolm@redhat.com>
3491
3492 * calls.c (expand_call): Move "Rest of purposes for tail call
3493 optimizations to fail" to...
3494 (can_implement_as_sibling_call_p): ...this new function, and
3495 split into multiple "if" statements.
3496
3497 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
3498
3499 * cfgloop.h (expected_loop_iterations_unbounded,
3500 expected_loop_iterations): Unconstify.
3501 * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
3502 profile with known upper bound; return 3 when profile is absent.
3503 (expected_loop_iterations): Update.
3504
3505 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
3506
3507 * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
3508 and get_max_loop_iterations_int.
3509
3510 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
3511
3512 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
3513 realistic upper bounds here.
3514
3515 2016-05-20 Jakub Jelinek <jakub@redhat.com>
3516
3517 PR c++/71210
3518 * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
3519 calls if the LHS is variable length or has addressable type.
3520 If targets[0]->decl is a noreturn call with void return type and
3521 zero arguments, adjust fntype and remove lhs in that case.
3522
3523 2016-05-20 Marc Glisse <marc.glisse@inria.fr>
3524
3525 PR tree-optimization/71079
3526 PR tree-optimization/71206
3527 * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
3528
3529 2016-05-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3530
3531 * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
3532 (get_vec_alignment_for_array_decl): Likewise.
3533 (get_vec_alignment_for_record_decl): Likewise.
3534 (increase_alignment::execute): Move code to find alignment to
3535 get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
3536 (type_align_map): New hash_map.
3537
3538 2016-05-20 Richard Guenther <rguenther@suse.de>
3539
3540 PR tree-optimization/29756
3541 * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
3542 * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
3543 * fold-const.c (operand_equal_p): Likewise.
3544 (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
3545 * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
3546 * tree-inline.c (estimate_operator_cost): Likewise.
3547 * tree-pretty-print.c (dump_generic_node): Likewise.
3548 * tree-ssa-operands.c (get_expr_operands): Likewise.
3549 * cfgexpand.c (expand_debug_expr): Likewise.
3550 * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
3551 * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
3552 * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
3553 * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
3554 vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
3555 (execute_update_addresses_taken): Do it.
3556
3557 2016-05-20 Richard Biener <rguenther@suse.de>
3558
3559 PR tree-optimization/71185
3560 * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
3561 register operations.
3562
3563 2016-05-20 Richard Biener <rguenther@suse.de>
3564
3565 * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
3566 gimple_seq_add_seq_without_update.
3567 (release_bb_predicate): Assert we have no operands to free.
3568 (if_convertible_loop_p_1): Calculate post dominators later.
3569 Do not free BB predicates here.
3570 (combine_blocks): Do not recompute BB predicates.
3571 (version_loop_for_if_conversion): Save BB predicates around
3572 loop versioning.
3573
3574 2016-05-19 Segher Boessenkool <segher@kernel.crashing.org>
3575
3576 * function.c (make_epilogue_seq): Remove epilogue_end parameter.
3577 (thread_prologue_and_epilogue_insns): Remove bb_flags. Restructure
3578 code. Ignore sibcalls on EDGE_IGNORE edges.
3579 * shrink-wrap.c (handle_simple_exit): New function. Set EDGE_IGNORE
3580 on edges for sibcalls that run without prologue. The rest of the
3581 function is combined from...
3582 (fix_fake_fallthrough_edge): ... this, and ...
3583 (try_shrink_wrapping): ... a part of this. Remove the bb_with
3584 function argument, make it a local variable.
3585
3586 2016-05-19 Sandra Loosemore <sandra@codesourcery.com>
3587
3588 * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
3589 --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
3590 for 32-bit mode and SEH for 64-bit.
3591 * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
3592 TARGET_64BIT_DEFAULT.
3593
3594 2016-05-19 Ryan Burn <contact@rnburn.com>
3595
3596 * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
3597 * gengtype.c (open_base_files): Add cilk.h to ifiles.
3598
3599 2016-05-19 Uros Bizjak <ubizjak@gmail.com>
3600
3601 * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
3602 force pending loads from memory.
3603
3604 2016-05-19 Kelvin Nilsen <kelvin@gcc.gnu.org>
3605
3606 * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
3607 (UNSPEC_DARN_32): New unspec constant.
3608 (UNSPEC_DARN_RAW): New unspec constant.
3609 (darn_32): New instruction.
3610 (darn_raw): New instruction.
3611 (darn): New instruction.
3612 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
3613 support and documentation for this macro.
3614 (BU_P9_MISC_1): New macro definition.
3615 (BU_P9_64BIT_MISC_0): New macro definition.
3616 (BU_P9_MISC_0): New macro definition.
3617 (darn_32): New builtin definition.
3618 (darn_raw): New builtin definition.
3619 (darn): New builtin definition.
3620 * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
3621 RS6000_BUILTIN_0 directives to surround each occurrence of
3622 #include "rs6000-builtin.def".
3623 (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
3624 RS6000_BTM_64BIT flags to the returned mask, depending on
3625 configuration.
3626 (def_builtin): Correct an error in the assignments made to the
3627 debugging variable attr_string.
3628 (rs6000_expand_builtin): Add support for no-operand built-in
3629 functions.
3630 (builtin_function_type): Remove fatal_error assertion that is no
3631 longer valid.
3632 (rs6000_common_init_builtins): Add support for no-operand built-in
3633 functions.
3634 * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
3635 definition.
3636 (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
3637 definition.
3638 (RS6000_BTM_64BIT): New macro definition.
3639 * doc/extend.texi: Document __builtin_darn (void),
3640 __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
3641 functions.
3642
3643 2016-05-19 Jan Hubicka <hubicka@ucw.cz>
3644
3645 * tree-vect-loop.c (vect_analyze_loop_2): Use also
3646 max_loop_iterations_int.
3647
3648 2016-05-19 Marek Polacek <polacek@redhat.com>
3649
3650 PR tree-optimization/71031
3651 * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
3652 condition and adjust the code a bit.
3653
3654 2016-05-19 Martin Liska <mliska@suse.cz>
3655
3656 * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
3657 auto_vec instead of vec.
3658
3659 2016-05-19 Martin Liska <mliska@suse.cz>
3660
3661 * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
3662
3663 2016-05-19 Martin Liska <mliska@suse.cz>
3664
3665 * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
3666
3667 2016-05-19 Martin Liska <mliska@suse.cz>
3668
3669 * ipa-pure-const.c (set_function_state): Remove an existing
3670 funct_state.
3671 (remove_node_data): Do not free it as it's released
3672 in set_function_state.
3673
3674 2016-05-19 Martin Liska <mliska@suse.cz>
3675
3676 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
3677 bitmap.
3678
3679 2016-05-19 Martin Liska <mliska@suse.cz>
3680
3681 * omp-simd-clone.c (simd_clone_adjust): Release vector.
3682
3683 2016-05-19 Martin Liska <mliska@suse.cz>
3684
3685 * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
3686 an auto_vec instead of re-creating it.
3687
3688 2016-05-19 Martin Liska <mliska@suse.cz>
3689
3690 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
3691 auto_vec instead of vec.
3692
3693 2016-05-19 Martin Liska <mliska@suse.cz>
3694
3695 * lto-section-in.c (lto_get_section_data): Call
3696 lto_check_version with additional argument.
3697 * lto-streamer.c (lto_check_version): Add new argument.
3698 * lto-streamer.h (lto_check_version): Likewise.
3699
3700 2016-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3701
3702 * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
3703 Don't add cost of inner memory when handling sign-extended loads.
3704
3705 2016-05-19 Ilya Enkovich <ilya.enkovich@intel.com>
3706
3707 PR rtl-optimization/71148
3708 * cse.c (cse_main): Free dominance info.
3709 (rest_of_handle_cse): Don't free dominance info.
3710 (rest_of_handle_cse2): Likewise.
3711 (rest_of_handle_cse_after_global_opts): Likewise.
3712
3713 2016-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3714
3715 PR target/71056
3716 * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
3717 NULL_TREE early if NEON is not available. Remove now redundant check
3718 in ARM_CHECK_BUILTIN_MODE.
3719
3720 2016-05-19 Maxim Ostapenko <m.ostapenko@samsung.com>
3721
3722 PR sanitizer/64354
3723 * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
3724 builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
3725 * doc/cpp.texi: Document new macros.
3726
3727 2016-05-19 Bin Cheng <bin.cheng@arm.com>
3728
3729 PR tree-optimization/69848
3730 * tree-vect-loop.c (vectorizable_reduction): Don't factor
3731 comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
3732
3733 2016-05-19 Segher Boessenkool <segher@kernel.crashing.org>
3734
3735 * function.c (thread_prologue_and_epilogue_insn): Move the
3736 "goto epilogue_done" one block later.
3737
3738 2016-05-19 Richard Biener <rguenther@suse.de>
3739
3740 PR tree-optimization/70729
3741 * passes.def: Move LIM pass before PRE. Remove no longer
3742 required copyprop and move first DCE out of the loop pipeline.
3743
3744 2016-05-18 David Malcolm <dmalcolm@redhat.com>
3745
3746 PR driver/69265
3747 * Makefile.in (GCC_OBJS): Move spellcheck.o to...
3748 (OBJS-libcommon-target): ...here.
3749 * opts-common.c: Include spellcheck.h.
3750 (cmdline_handle_error): Build a vec of valid options and use it
3751 to suggest provide hints for misspelled arguments.
3752
3753 2016-05-18 Jakub Jelinek <jakub@redhat.com>
3754
3755 PR c++/71100
3756 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
3757 lhs if it has TREE_ADDRESSABLE type.
3758
3759 2016-05-18 Uros Bizjak <ubizjak@gmail.com>
3760
3761 PR target/71145
3762 * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
3763 (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
3764
3765 2016-05-18 Martin Jambor <mjambor@suse.cz>
3766
3767 PR ipa/69708
3768 * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
3769 input for NOP_EXPR pass-through functions.
3770 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
3771 aggregate global constant VAR_DECLs in constant jump functions.
3772
3773 2016-05-18 Martin Jambor <mjambor@suse.cz>
3774
3775 PR ipa/69708
3776 * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
3777 from TREE_READONLY parameters.
3778
3779 2016-05-18 Martin Jambor <mjambor@suse.cz>
3780
3781 PR ipa/69708
3782 * cgraph.h (cgraph_indirect_call_info): New field
3783 guaranteed_unmodified.
3784 * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
3785 to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
3786 appropriate.
3787 * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
3788 pass the parameter value to ipa_find_agg_cst_for_param.
3789 * ipa-prop.c (ipa_load_from_parm_agg): New parameter
3790 guaranteed_unmodified, store AA results there instead of bailing out
3791 if present.
3792 (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
3793 (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
3794 (find_constructor_constant_at_offset): New function.
3795 (ipa_find_agg_cst_from_init): Likewise.
3796 (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
3797 static initializers of contants, report back through a new paameter
3798 from_global_constant if that was the case.
3799 (try_make_edge_direct_simple_call): Also pass parameter value to
3800 ipa_find_agg_cst_for_param, check guaranteed_unmodified when
3801 appropriate.
3802 (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
3803 (ipa_read_indirect_edge_info): Likewise.
3804 * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
3805 (ipa_load_from_parm_agg): Likewise.
3806
3807 2016-05-18 Jiong Wang <jiong.wang@arm.com>
3808
3809 PR rtl-optimization/71150
3810 * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
3811 check.
3812
3813 2016-05-18 Michael Meissner <meissner@linux.vnet.ibm.com>
3814
3815 PR target/70915
3816 * config/rs6000/constraints.md (wE constraint): New constraint
3817 for a vector constant that can be loaded with XXSPLTIB.
3818 (wM constraint): New constraint for a vector constant of a 1's.
3819 (wS constraint): New constraint for a vector constant that can be
3820 loaded with XXSPLTIB and a vector sign extend instruction.
3821 * config/rs6000/predicates.md (xxspltib_constant_split): New
3822 predicates for wE/wS constraints.
3823 (xxspltib_constant_nosplit): Likewise.
3824 (easy_vector_constant): Add support for constants that can be
3825 loaded via XXSPLTIB.
3826 (all_ones_constant): New predicate for vector constant with all
3827 1's set.
3828 (splat_input_operand): Add support for ISA 3.0 word splat operations.
3829 * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
3830 return if a constant can be loaded with the ISA 3.0 XXSPLTIB
3831 instruction and possibly with a sign extension.
3832 (output_vec_const_move): Add support for XXSPLTIB. If we are
3833 loading up 0/-1 into Altivec registers, prefer using VSPLTISW
3834 instead of XXLXOR/XXLORC.
3835 (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
3836 operations.
3837 (rs6000_legitimize_reload_address): Likewise.
3838 (rs6000_output_move_128bit): Use output_vec_const_move to emit
3839 constants.
3840 * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
3841 combine VSX_M and VSX_M2 into one iterator.
3842 (VSX_M2): Likewise.
3843 (VSINT_84): New iterators for loading constants with XXSPLTIB.
3844 (VSINT_842): Likewise.
3845 (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
3846 (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
3847 XXSPLTIB instruction.
3848 (xxspltib_<mode>_nosplit): Likewise.
3849 (xxspltib_<mode>_split): New insn to load up constants with
3850 XXSPLTIB and a sign extend instruction.
3851 (vsx_mov<mode>): Replace single move that handled all vector types
3852 with separate 32-bit and 64-bit moves. Combine the movti_<bit>
3853 moves (when -mvsx-timode is in effect) into the main vector
3854 moves. Eliminate separate moves for <VSr> <VSa>, where the
3855 preferred register class (<VSr>) is listed first, and the
3856 secondary register class (<VSa>) is listed second with a '?' to
3857 discourage use. Prefer loading 0/-1 in any VSX register for ISA
3858 3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
3859 that if the register was involved in a slow operation, the
3860 clear/set operation does not wait for the slow operation to
3861 finish. Adjust the length attributes for 32-bit mode. Use
3862 rs6000_output_move_128bit and drop the use of the string
3863 instructions for 32-bit movti when -mvsx-timode is in effect. Use
3864 spacing so that the alternatives and attributes don't generate
3865 long lines, and put things in columns, so that it is easier to
3866 match up the operands and attributes with the insn alternatives.
3867 (vsx_mov<mode>_64bit): Likewise.
3868 (vsx_mov<mode>_32bit): Likewise.
3869 (vsx_movti_64bit): Fold movti into normal vector moves.
3870 (vsx_movti_32bit): Likewise.
3871 (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
3872 splat instructions.
3873 (vsx_splat_v4si_internal): Likewise.
3874 (vsx_splat_v4sf_internal): Likewise.
3875 (vector fusion peepholes): Use VSX_M instead of VSX_M2.
3876 (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
3877 extend vector elements.
3878 (vsx_sign_extend_hi_<mode>): Likewise.
3879 (vsx_sign_extend_si_v2di): Likewise.
3880 * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
3881 declaration.
3882 * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
3883 constraints. Add trailing period to wL documentation.
3884
3885 2016-05-18 Richard Sandiford <richard.sandiford@arm.com>
3886
3887 PR middle-end/71020
3888 * tree-dfa.h (replace_abnormal_ssa_names): Declare.
3889 * tree-dfa.c (replace_abnormal_ssa_names): New function.
3890 * tree-call-cdce.c: Include tree-dfa.h.
3891 (can_guard_call_p): New function, extracted from...
3892 (can_use_internal_fn): ...here.
3893 (shrink_wrap_one_built_in_call_with_conds): Remove failure path
3894 and return void.
3895 (shrink_wrap_one_built_in_call): Likewise.
3896 (use_internal_fn): Likewise.
3897 (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
3898 and return void. Call replace_abnormal_ssa_names.
3899 (pass_call_cdce::execute): Check can_guard_call_p during the
3900 initial walk. Assume shrink_wrap_conditional_dead_built_in_calls
3901 will always change something.
3902
3903 2016-05-18 Martin Jambor <mjambor@suse.cz>
3904
3905 PR ipa/70646
3906 * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
3907 if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
3908
3909 2016-05-18 Martin Jambor <mjambor@suse.cz>
3910
3911 PR ipa/70646
3912 * ipa-inline.h (condition): New field size.
3913 * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
3914 for comaprison and store it into the new condition.
3915 (evaluate_conditions_for_known_args): Use condition size to check
3916 access sizes for all but CHANGED conditions.
3917 (unmodified_parm_1): New parameter size_p, store access size into it.
3918 (unmodified_parm): Likewise.
3919 (unmodified_parm_or_parm_agg_item): Likewise.
3920 (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
3921 (set_cond_stmt_execution_predicate): Extract access sizes and store
3922 them to conditions.
3923 (set_switch_stmt_execution_predicate): Likewise.
3924 (will_be_nonconstant_expr_predicate): Likewise.
3925 (will_be_nonconstant_predicate): Likewise.
3926 (inline_read_section): Stream condition size.
3927 (inline_write_summary): Likewise.
3928
3929 2016-05-18 Richard Biener <rguenther@suse.de>
3930
3931 * tree-ssa-loop-im.c (determine_max_movement): Properly add
3932 condition cost to PHI cost instead of total_cost.
3933
3934 2016-05-18 Martin Liska <mliska@suse.cz>
3935
3936 PR fortran/70856
3937 * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
3938 merged variables.
3939
3940 2016-05-18 Richard Biener <rguenther@suse.de>
3941
3942 * lto-streamer.h (LTO_major_version): Bump to 6.
3943
3944 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
3945
3946 * function.c (make_split_prologue_seq, make_prologue_seq,
3947 make_epilogue_seq): New functions, factored out from...
3948 (thread_prologue_and_epilogue_insns): Here.
3949
3950 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
3951
3952 * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
3953 cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
3954 of before. Add a comment.
3955
3956 2016-05-18 Bin Cheng <bin.cheng@arm.com>
3957
3958 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
3959 expression pointer, not pointer to the pointer.
3960
3961 2016-05-18 Jakub Jelinek <jakub@redhat.com>
3962
3963 * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
3964 (avx2_pbroadcast<mode>): Add another alternative with v instead
3965 of x constraints in it, using <pbroadcast_evex_isa> isa.
3966 (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
3967
3968 * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
3969 constraint x instead of v in second alternative, add avx512bw
3970 alternative.
3971
3972 * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
3973 constraint x instead of v in second alternative, add avx512bw
3974 alternative.
3975
3976 * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
3977 constraint x instead of v in second alternative, add avx512bw
3978 alternative.
3979
3980 * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
3981 avx512bw alternative.
3982
3983 2016-05-18 Kirill Yukhin <kirill.yukhin@intel.com>
3984
3985 * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
3986 array to 128 chars.
3987 (define_insn "*andnottf3"): Ditto.
3988 (define_insn "*<code><mode>3"/any_logic): Ditto.
3989 (define_insn "*<code>tf3"/any_logic): Ditto.
3990 (define_insn "sse2_storehpd"): Use Yv constraint for scalar
3991 operand to block AVX-512VL insn variant emit when it is not enabled.
3992
3993 2016-05-18 Kirill Yukhin <kirill.yukhin@intel.com>
3994
3995 * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
3996 constraint fot SF mode.
3997
3998 2016-05-18 Petr Murzin <petr.murzin@intel.com>
3999 Kirill Yukhin <kirill.yukhin@intel.com>
4000
4001 * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
4002 modifiers.
4003 (define_insn "rsqrt14<mode>"): Ditto.
4004 (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
4005 (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
4006 (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
4007 (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
4008 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
4009 Ditto.
4010 (define_insn "*avx512f_gatherdi<mode>"): Ditto.
4011 (define_insn "*avx512f_scatterdi<mode>"): Ditto.
4012 * config/i386/i386.c (ix86_print_operand): Expand check for size
4013 override codes for Intel syntax.
4014
4015 2016-05-18 Richard Biener <rguenther@suse.de>
4016
4017 PR tree-optimization/71168
4018 * tree-loop-distribution.c (distribute_loop): Move *destroy_p
4019 initialization earlier.
4020
4021 2016-05-18 James Greenhalgh <james.greenhalgh@arm.com>
4022
4023 * config/aarch64/aarch64-simd.md
4024 (aarch64_reduc_plus_internal<mode>): Rename to...
4025 (reduc_plus_scal): ...This, and remove previous implementation.
4026
4027 2016-05-18 Richard Biener <rguenther@suse.de>
4028
4029 * passes.def: Put late dse and cd_dce in canonical order.
4030
4031 2016-05-17 Jan Hubicka <hubicka@ucw.cz>
4032
4033 * ipa-inline-transform.c (preserve_function_body_p): Look for
4034 first non-thunk clone.
4035 (save_function_body): Save into first non-thunk.
4036 * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
4037 up call stmt id.
4038 (lto_output_node): Inline thunks don't need body in every
4039 partition.
4040 * lto-streamer-in.c: Do not fixup thunk clones.
4041 * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
4042 thunks.
4043 * tree-inline.c (copy_bb): Be prepared for target node to be new after
4044 folding suceeds.
4045
4046 2016-05-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4047
4048 PR middle-end/63586
4049 * tree-ssa-reassoc.c (transform_add_to_multiply): New.
4050 (reassociate_bb): Call transform_add_to_multiply.
4051
4052 2016-05-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4053
4054 * config/aarch64/aarch64.c (all_extensions): Removed unused
4055 static variable.
4056
4057 2016-05-17 Nathan Sidwell <nathan@acm.org>
4058
4059 * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
4060 (TARGET_FUNCTION_ARG_BOUNDARY): Override.
4061
4062 2016-05-17 Mikhail Maltsev <maltsevm@gmail.com>
4063
4064 PR tree-optimization/54579
4065 PR middle-end/55299
4066 * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
4067
4068 2016-05-17 Marek Polacek <polacek@redhat.com>
4069
4070 PR ipa/71146
4071 * tree-inline.c (expand_call_inline): Call
4072 maybe_remove_unused_call_args.
4073
4074 2016-05-17 Jim Wilson <jim.wilson@linaro.org>
4075
4076 * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
4077 * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
4078 * doc/md.texi (fmin@var{m}3): Likewise.
4079
4080 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
4081
4082 * match.pd (X & C): New transformation.
4083
4084 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
4085
4086 * match.pd (~X & Y): New transformation.
4087
4088 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
4089
4090 * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
4091 information for new SSA_NAME.
4092 (simplify_conversion_using_ranges): Get range through get_range_info
4093 instead of get_value_range.
4094
4095 2016-05-17 Jiong Wang <jiong.wang@arm.com>
4096
4097 * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
4098 Remove inline assembly.
4099 (vmvn_s16): Likewise.
4100 (vmvn_s32): Likewise.
4101 (vmvn_u8): Likewise.
4102 (vmvn_u16): Likewise.
4103 (vmvn_u32): Likewise.
4104 (vmvnq_s8): Likewise.
4105 (vmvnq_s16): Likewise.
4106 (vmvnq_s32): Likewise.
4107 (vmvnq_u8): Likewise.
4108 (vmvnq_u16): Likewise.
4109 (vmvnq_u32): Likewise.
4110 (vmvn_p8): Likewise.
4111 (vmvnq_p16): Likewise.
4112
4113 2016-05-17 Jiong Wang <jiong.wang@arm.com>
4114
4115 * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
4116 Use builtin.
4117 (vmul_n_s16): Likewise.
4118 (vmul_n_s32): Likewise.
4119 (vmul_n_u16): Likewise.
4120 (vmul_n_u32): Likewise.
4121 (vmulq_n_f32): Likewise.
4122 (vmulq_n_f64): Likewise.
4123 (vmulq_n_s16): Likewise.
4124 (vmulq_n_s32): Likewise.
4125 (vmulq_n_u16): Likewise.
4126 (vmulq_n_u32): Likewise.
4127
4128 2016-05-17 Jiong Wang <jiong.wang@arm.com>
4129
4130 * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
4131 to all supported modes. Rename to "*aarch64_mul3_elt_from_dup".
4132
4133 2016-05-17 Jiong Wang <jiong.wang@arm.com>
4134
4135 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
4136 to *aarch64_fma4_elt_from_dup<mode>.
4137 (*aarch64_fnma4_elt_to_128df): Rename to
4138 *aarch64_fnma4_elt_from_dup<mode>.
4139 * config/aarch64/arm_neon.h (vfma_n_f64): New.
4140 (vfms_n_f32): Likewise.
4141 (vfms_n_f64): Likewise.
4142 (vfmsq_n_f32): Likewise.
4143 (vfmsq_n_f64): Likewise.
4144
4145 2016-05-17 Gerald Pfeifer <gerald@pfeifer.com>
4146
4147 * wide-int.h: Change fixed_wide_int_storage from class to struct.
4148
4149 2016-05-17 Richard Biener <rguenther@suse.de>
4150
4151 PR tree-optimization/71132
4152 * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
4153 Only add control dependences for blocks in the loop.
4154 (build_rdg): Adjust.
4155 (generate_code_for_partition): Return whether loop should
4156 be destroyed and delay that.
4157 (distribute_loop): Likewise.
4158 (pass_loop_distribution::execute): Record loops to be destroyed
4159 and perform delayed destroying of loops.
4160
4161 2016-05-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4162
4163 PR target/70809
4164 * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
4165
4166 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
4167
4168 * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
4169
4170 2016-05-17 Ilya Enkovich <ilya.enkovich@intel.com>
4171
4172 PR target/71114
4173 * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
4174 insertion point for instructions generated by validize_mem.
4175
4176 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
4177
4178 * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
4179 in brackets.
4180
4181 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
4182
4183 * config/aarch64/aarch64.c
4184 (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
4185 rather than a macro.
4186
4187 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
4188
4189 * doc/invoke.texi (AArch64 Options): Various updates.
4190
4191 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
4192
4193 * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
4194 into instrumentation thunks.
4195 * cif-code.def (CIF_CHKP): New.
4196
4197 2016-05-16 Uros Bizjak <ubizjak@gmail.com>
4198
4199 * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
4200
4201 2016-05-16 Martin Jambor <mjambor@suse.cz>
4202
4203 * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
4204 (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
4205
4206 2016-05-16 Marek Polacek <polacek@redhat.com>
4207
4208 * gimple.c (maybe_remove_unused_call_args): Fix typos in the
4209 commentary.
4210
4211 2016-05-16 Martin Jambor <mjambor@suse.cz>
4212
4213 PR hsa/70857
4214 * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
4215 the outlined kernel function.
4216
4217 2016-05-16 Robert Suchanek <robert.suchanek@imgtec.com>
4218
4219 * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
4220 (ISA_HAS_DLSA): Ditto.
4221
4222 2016-05-16 Matthew Fortune <matthew.fortune@imgtec.com>
4223
4224 * config/mips/m5100.md (m51_int_load): Update the latency to 2.
4225
4226 2016-05-16 Nathan Sidwell <nathan@acm.org>
4227
4228 * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
4229 (nvptx_name_replacement): Restore. Add comment.
4230 (write_fn_proto, write_fn_proto_from_insn,
4231 nvptx_output_call_insn): Restore
4232 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
4233
4234 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
4235
4236 * config/aarch64/aarch64.md
4237 (add<mode>3_compareC_cconly_imm): Remove use of %w.
4238 (add<mode>3_compareC_imm): Likewise.
4239 (<optab>si3_uxtw): Split into register and immediate variants.
4240 (andsi3_compare0_uxtw): Likewise.
4241 (and<mode>3_compare0): Likewise.
4242 (and<mode>3nr_compare0): Likewise.
4243 (stack_protect_test_<mode>): Don't use %x for memory operands.
4244
4245 2016-05-16 Matthew Fortune <matthew.fortune@imgtec.com>
4246
4247 * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
4248
4249 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
4250
4251 * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
4252 Split integer shifts into shift_reg and bfm.
4253 (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
4254 (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
4255 (ror<mode>3_insn): Likewise.
4256 (<optab>si3_insn_uxtw): Likewise.
4257 (<optab><mode>3_insn): Change to rotate_imm.
4258 (extr<mode>5_insn_alt): Likewise.
4259 (extrsi5_insn_uxtw): Likewise.
4260 (extrsi5_insn_uxtw_alt): Likewise.
4261
4262 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
4263
4264 * doc/tm.texi: Regenerate.
4265 * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
4266 (TARGET_INVALID_RETURN_TYPE): Remove.
4267 * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
4268 TARGET_INVALID_RETURN_TYPE.
4269 * target.def (invalid_parameter_type): Remove.
4270 (invalid_return_type): Remove.
4271
4272 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
4273
4274 * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
4275 on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
4276 calls from thunk.
4277 * ipa-inline-transform.c (inline_call): When inlining into thunk produce
4278 gimple body.
4279 (preserve_function_body_p): No need to preserve function body
4280 * cif-codes.def (CIF_THUNK): Remove.
4281 * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
4282
4283 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
4284
4285 * tree-inline.c (expand_call_inline): recurse after inlining thunk.
4286
4287 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
4288
4289 * tree.c (free_lang_data_in_decl): Also set target/optimization flags
4290 for thunks.
4291
4292 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
4293
4294 * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
4295 (inline_small_functions): Do not look for function symbol when
4296 resetting caches.
4297
4298 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
4299
4300 * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
4301 of inline thunks
4302
4303 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
4304 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4305 Jiong Wang <jiong.wang@arm.com>
4306
4307 * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
4308 for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
4309 Define __ARM_FP16_ARGS when appropriate.
4310 * config/arm/arm.c (arm_invalid_parameter_type): Remove
4311 declaration.
4312 (arm_invalid_return_type): Likewise.
4313 (TARGET_INVALID_PARAMETER_TYPE): Remove.
4314 (TARGET_INVALID_RETURN_TYPE): Remove.
4315 (aapcs_vfp_sub_candidate): Allow HFmode.
4316 (aapcs_vfp_allocate): Add comment. Support HFmode.
4317 (aapcs_vfp_allocate_return_reg): Likewise.
4318 (struct aapcs_cp_arg_layout): Slightly reword comments for
4319 is_return_candidate and allocate_return_reg.
4320 (output_mov_vfp): Update assert.
4321 (arm_hard_regno_mode_ok): Remove comment, update HF-mode
4322 condition.
4323 (arm_invalid_parameter_type): Remove.
4324 (amr_invalid_return_type): Remove.
4325 * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
4326 * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
4327 * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
4328
4329 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
4330
4331 * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
4332 * config/aarch64/arch64-protos.h
4333 (aarch64_legitimize_reload_address): Remove.
4334 * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
4335 Remove.
4336
4337 2016-05-16 Eric Botcazou <ebotcazou@adacore.com>
4338
4339 * configure.ac: Add ACX_NONCANONICAL_HOST.
4340 * configure: Regenerate.
4341 * Makefile.in: Set host_noncanonical.
4342
4343 2016-05-14 Uros Bizjak <ubizjak@gmail.com>
4344
4345 PR target/71097
4346 * config/i386/i386.md (*movtf_internal): Before register allocation,
4347 do not allow FP constants for CM_MEDIUM memory model, allow only
4348 standard FP constants for CM_LARGE and CM_LARGE_PIC models.
4349 (*movxf_internal): Ditto.
4350 (*movdf_internal): Ditto.
4351 (*movsf_internal): Ditto.
4352
4353 2016-05-13 Segher Boessenkool <segher@kernel.crashing.org>
4354
4355 PR rtl-optimization/67483
4356 * combine.c (make_compound_operation): Don't call extract_left_shift
4357 with negative shift amounts.
4358
4359 2016-05-13 Jakub Jelinek <jakub@redhat.com>
4360
4361 PR bootstrap/71071
4362 * fold-const.c (fold_checksum_tree): Allow modification
4363 of TYPE_ALIAS_SET during folding.
4364
4365 * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
4366 ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
4367 (ix86_split_to_parts): Likewise. Fix up formatting.
4368
4369 2016-05-13 H.J. Lu <hongjiu.lu@intel.com>
4370
4371 * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
4372 unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
4373 printf format.
4374
4375 2016-05-13 Nathan Sidwell <nathan@acm.org>
4376
4377 * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
4378 (nvptx_name_replacement): Delete.
4379 (write_fn_proto, write_fn_proto_from_insn,
4380 nvptx_output_call_insn): Remove nvptx_name_replacement call.
4381 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
4382 * langhooks.c (add_builtin_funcction_common): Call
4383 targetm.mangle_decl_assembler_name.
4384
4385 * config/nvptx/nvptx.c (write_fn_proto): Handle
4386 BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
4387
4388 2016-05-13 Martin Liska <mliska@suse.cz>
4389
4390 * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
4391 and PRIu64 in printf format.
4392
4393 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4394
4395 * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
4396 comment.
4397
4398 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4399
4400 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
4401 Change --param max-completely-peeled-times to
4402 --param max-completely-peel-times in dump file printing.
4403
4404 2016-05-13 Richard Biener <rguenther@suse.de>
4405
4406 PR tree-optimization/42587
4407 * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
4408 (find_bswap_or_nop_1): Likewise.
4409 (bswap_replace): Likewise.
4410
4411 2016-05-13 Martin Liska <mliska@suse.cz>
4412
4413 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
4414 Initialize a variable with default value.
4415
4416 2016-05-13 Martin Liska <mliska@suse.cz>
4417
4418 * doc/invoke.texi: Enhance explanation of error recovery
4419 of sanitizers.
4420
4421 2016-05-13 Martin Liska <mliska@suse.cz>
4422
4423 * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
4424 (struct cost_pair): Change inv_expr_id (int) to inv_expr
4425 (iv_inv_expr_ent *).
4426 (struct iv_inv_expr_ent): Comment struct fields.
4427 (sort_iv_inv_expr_ent): New function.
4428 (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
4429 (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
4430 a hash_map between iv_inv_expr_ent and number of usages.
4431 (niter_for_exit): Fix coding style.
4432 (tree_ssa_iv_optimize_init): Use renamed variable.
4433 (determine_base_object): Fix coding style.
4434 (alloc_iv): Likewise.
4435 (find_interesting_uses_outside): Likewise.
4436 (add_candidate_1): Likewise.
4437 (add_standard_iv_candidates): Likewise.
4438 (set_group_iv_cost): Replace inv_expr_id with inv_expr.
4439 (prepare_decl_rtl): Fix coding style.
4440 (get_address_cost): Likewise.
4441 (get_shiftadd_cost): Likewise.
4442 (force_expr_to_var_cost): Likewise.
4443 (compare_aff_trees): Likewise.
4444 (get_expr_id): Restructure the function.
4445 (get_loop_invariant_expr_id): Renamed to
4446 get_loop_invariant_expr.
4447 (get_computation_cost_at): Replace usage of inv_expr_id with
4448 inv_expr.
4449 (get_computation_cost): Likewise.
4450 (determine_group_iv_cost_generic): Likewise.
4451 (determine_group_iv_cost_address): Likewise.
4452 (iv_period): Fix coding style.
4453 (iv_elimination_compare_lt): Likewise.
4454 (may_eliminate_iv): Likewise.
4455 (determine_group_iv_cost_cond): Replace usage of inv_expr_id with
4456 inv_expr.
4457 (determine_group_iv_costs): Dump invariant expressions.
4458 (iv_ca_recount_cost): Use the newly added hash_map.
4459 (iv_ca_set_remove_invariants): Fix coding style.
4460 (iv_ca_set_add_invariants): Fix coding style.
4461 (iv_ca_set_no_cp): Utilize the newly added hash_map for used
4462 invariants.
4463 (iv_ca_set_cp): Likewise.
4464 (iv_ca_new): Initialize the newly added hash_map and remove
4465 initialization of fields.
4466 (iv_ca_free): Delete the hash_map.
4467 (iv_ca_dump): Dump invariant expressions.
4468 (iv_ca_extend): Fix coding style.
4469 (try_add_cand_for): Likewise.
4470 (create_new_ivs): Dump information about # of avg iterations and
4471 # of used invariant expressions.
4472 (rewrite_use_compare): Fix coding style.
4473 (free_loop_data): Set default value for max_inv_expr_id.
4474
4475 2016-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
4476
4477 * cse.c (rest_of_handle_cse): Use cleanup_cfg
4478 returned value cse_cfg_altered computation.
4479 (rest_of_handle_cse2): Likewise.
4480 (rest_of_handle_cse_after_global_opts): Likewise.
4481
4482 2016-05-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4483
4484 PR target/53440
4485 * config/arm/arm.c (arm32_output_mi_thunk): New.
4486 (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
4487 to split Thumb1 vs TARGET_32BIT functionality.
4488 (arm_thumb1_mi_thunk): New.
4489
4490 2016-05-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4491
4492 * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
4493 to true.
4494
4495 2016-05-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4496
4497 PR target/71080
4498 * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
4499
4500 2016-05-13 Eric Botcazou <ebotcazou@adacore.com>
4501
4502 * builtins.c (expand_builtin_memcmp): Do not emit the call here.
4503 (expand_builtin_trap): Emit a regular call.
4504 (set_builtin_user_assembler_name): Remove obsolete cases.
4505 * dse.c (scan_insn): Adjust.
4506 * except.c: Include calls.h.
4507 (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
4508 emit a regular call to setjmp.
4509 * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
4510 (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
4511 (emit_block_move_via_libcall): Delete.
4512 (block_move_fn): Delete.
4513 (init_block_move_fn): Likewise.
4514 (emit_block_move_libcall_fn): Likewise.
4515 (emit_block_op_via_libcall): New function.
4516 (set_storage_via_libcall): Tidy up and use memset builtin.
4517 (block_clear_fn): Delete.
4518 (init_block_clear_fn): Likewise.
4519 (clear_storage_libcall_fn): Likewise.
4520 (expand_assignment): Call emit_block_move_via_libcall.
4521 Do not include gt-expr.h.
4522 * expr.h (emit_block_op_via_libcall): Declare.
4523 (emit_block_copy_via_libcall): New inline function.
4524 (emit_block_move_via_libcall): Likewise.
4525 (emit_block_comp_via_libcall): Likewise.
4526 (block_clear_fn): Delete.
4527 (init_block_move_fn): Likewise.
4528 (init_block_clear_fn): Likewise.
4529 (emit_block_move_via_libcall): Likewise.
4530 (set_storage_via_libcall): Add default parameter value.
4531 * libfuncs.h (enum libfunc_index): Remove obsolete values.
4532 (abort_libfunc): Delete.
4533 (memcpy_libfunc): Likewise.
4534 (memmove_libfunc): Likewise.
4535 (memcmp_libfunc): Likewise.
4536 (memset_libfunc): Likewise.
4537 (setbits_libfunc): Likewise.
4538 (setjmp_libfunc): Likewise.
4539 (longjmp_libfunc): Likewise.
4540 (profile_function_entry_libfunc): Likewise.
4541 (profile_function_exit_libfunc): Likewise.
4542 (gcov_flush_libfunc): Likewise.
4543 * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
4544 and DECL_VISIBILITY on the declaration.
4545 (init_optabs): Do not initialize obsolete libfuncs.
4546 * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
4547 * tree-core.h (ECF_RET1): Define.
4548 (ECF_TM_PURE): Adjust.
4549 (ECF_TM_BUILTIN): Likewise.
4550 * tree.c (set_call_expr_flags): Deal with ECF_RET1.
4551 (build_common_builtin_nodes): Initialize abort builtin.
4552 Add ECF_RET1 on memcpy, memmove and memset builtins.
4553 Pass final flags for alloca and alloca_with_align builtins.
4554 * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
4555 obsolete builtins.
4556 * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
4557 * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
4558 set_storage_via_libcall and call emit_block_copy_via_libcall.
4559
4560 2016-05-12 Uros Bizjak <ubizjak@gmail.com>
4561
4562 * config/i386/i386.md (*call_got_x32): Change operand 0 to
4563 DImode before it is passed to ix86_output_call_operand.
4564 (*call_value_got_x32): Ditto for operand 1.
4565
4566 2016-05-12 Jiong Wang <jiong.wang@arm.com>
4567
4568 PR rtl-optimization/70904
4569 * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
4570 reload for wide mode.
4571
4572 2016-05-12 Marek Polacek <polacek@redhat.com>
4573
4574 PR c/70756
4575 * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
4576 * langhooks.c (lhd_incomplete_type_error): Add location parameter.
4577 * langhooks.h (incomplete_type_error): Likewise.
4578 * tree.c (size_in_bytes_loc): Renamed from size_in_bytes. Add location
4579 parameter, pass it down to incomplete_type_error.
4580 * tree.h (size_in_bytes): New inline overload.
4581 (size_in_bytes_loc): Renamed from size_in_bytes.
4582
4583 2016-05-12 Richard Biener <rguenther@suse.de>
4584
4585 PR tree-optimization/71059
4586 * tree-ssa-pre.c (phi_translate_1): Fully fold translated
4587 nary before looking up or entering the expression into the VN
4588 hashes.
4589 * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
4590 Make sure to re-use NARYs without result as inserted by
4591 phi-translation.
4592
4593 2016-05-12 Richard Biener <rguenther@suse.de>
4594
4595 PR tree-optimization/71062
4596 * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
4597 field.
4598 * tree-ssa-structalias.c (set_uids_in_ptset): Set
4599 vars_contains_restrict if the var is a restrict tag.
4600 * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
4601 do not disambiguate pointers against it.
4602 (dump_points_to_solution): Re-structure and adjust for new
4603 vars_contains_restrict flag.
4604 * gimple-pretty-print.c (pp_points_to_solution): Likewise.
4605
4606 2016-05-12 Martin Liska <mliska@suse.cz>
4607
4608 * doc/invoke.texi: Explain connection between
4609 -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
4610
4611 2016-05-12 Ilya Enkovich <ilya.enkovich@intel.com>
4612
4613 PR tree-optimization/71006
4614 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
4615 consider COND_EXPR as a mask producer.
4616
4617 2016-05-12 Marek Polacek <polacek@redhat.com>
4618
4619 PR driver/71063
4620 * opts.c (common_handle_option): Detect missing argument for --help^.
4621
4622 2016-05-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4623
4624 PR target/70830
4625 * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
4626 when popping the PC and within an interrupt handler routine.
4627 Add missing tab to output of "ldmfd".
4628 (output_return_instruction): Output LDMFD with SP update rather
4629 than POP when returning from interrupt handler.
4630
4631 2016-05-12 Jakub Jelinek <jakub@redhat.com>
4632
4633 * config/i386/i386.md (isa): Add x64_avx512dq, enable if
4634 TARGET_64BIT && TARGET_AVX512DQ.
4635 * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
4636 (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
4637 (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
4638 *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
4639 (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
4640 (*vec_extractv4si_zext): Add avx512dq alternative.
4641 (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
4642 use v instead of x constraint in other alternatives where possible.
4643
4644 * config/i386/sse.md (sse2_loadld): Use v instead of x
4645 constraint in alternatives 0,1,4.
4646
4647 * config/i386/sse.md (pinsr_evex_isa): New mode attr.
4648 (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
4649 v constraints instead of x and <pinsr_evex_isa> isa attribute.
4650
4651 PR target/71019
4652 * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
4653 <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
4654 is not emitted unless TARGET_AVX512BW.
4655 (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
4656 Likewise. For TARGET_AVX512BW, use "=v" constraint instead of "=x"
4657 for the result operand.
4658
4659 * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
4660 constraint instead of x in avx alternatives. Use maybe_evex instead
4661 of vex prefix.
4662
4663 * config/i386/constraints.md (Yv): New constraint.
4664 * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
4665 TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
4666 * config/i386/i386.md (avx512fvecmode): New mode attr.
4667 (*pushtf): Use v constraint instead of x.
4668 (*movtf_internal): Likewise. For TARGET_AVX512VL and
4669 xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
4670 (*absneg<mode>2): Use Yv constraint instead of x constraint.
4671 (*absnegtf2_sse): Likewise.
4672 (copysign<mode>3_const, copysign<mode>3_var): Likewise.
4673 * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
4674 avx512f alternatives.
4675 (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
4676
4677 2016-05-12 Richard Biener <rguenther@suse.de>
4678
4679 PR tree-optimization/71060
4680 * tree-data-ref.c (initialize_data_dependence_relation): Do not
4681 require exact match of DR_BASE_OBJECT but only matching address and
4682 type.
4683
4684 2016-05-12 Richard Biener <rguenther@suse.de>
4685
4686 PR tree-optimization/70986
4687 * cfganal.c: Include cfgloop.h.
4688 (dfs_find_deadend): Prefer to take edges exiting loops.
4689
4690 2016-05-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4691
4692 * gcc.target/powerpc/pr70963.c: Require at least power8 at both
4693 compile and run time.
4694
4695 2016-05-11 Mikhail Maltsev <maltsevm@gmail.com>
4696
4697 PR c/43651
4698 * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
4699
4700 2016-05-11 Uros Bizjak <ubizjak@gmail.com>
4701
4702 * config/i386/i386.c (legitimize_pic_address): Use
4703 copy_to_suggested_reg instead of gen_movsi.
4704
4705 2016-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
4706
4707 * config/rs6000/predicates.md (quad_memory_operand): Move most of
4708 the code into quad_address_p and call it to share code with
4709 vsx_quad_dform_memory_operand.
4710 (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
4711 d-form support.
4712 * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
4713 bit instead of being a separate word. Split -mpower9-dform into
4714 two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
4715 * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
4716 for the register class supporting 128-bit quad word memory offsets.
4717 (mode_supports_vsx_dform_quad): Helper function to return if the
4718 register class uses quad word memory offsets.
4719 (rs6000_debug_addr_mask): Add support for quad word memory offsets.
4720 (rs6000_debug_reg_global): Always print if we are using LRA or not.
4721 (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
4722 instructions are enabled, set up the appropriate addr_masks for
4723 128-bit types.
4724 (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
4725 -mpower9-dform-scalar, instead of -mpower9-dform.
4726 (rs6000_option_override_internal): Split -mpower9-dform into two
4727 switches, -mpower9-dform-scalar and -mpower9-dform-vector. The
4728 -mpower9-dform switch sets or clears both. If we are not using
4729 the LRA register allocator, do not enable -mpower9-dform-vector by
4730 default. If we are using LRA, enable -mpower9-dform-vector and
4731 -mvsx-timode if it is appropriate. Issue a warning if either
4732 -mpower9-dform-vector or -mvsx-timode are explicitly used without
4733 enabling LRA.
4734 (quad_address_offset_p): New helper function to return if the
4735 offset is legal for quad word memory instructions.
4736 (quad_address_p): New function to determin if GPR or vector
4737 register quad word memory addresses are legal.
4738 (mem_operand_gpr): Validate quad word address offsets.
4739 (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
4740 d-form (register + offset) instructions.
4741 (offsettable_ok_by_alignment): Likewise.
4742 (rs6000_legitimate_offset_address_p): Likewise.
4743 (legitimate_lo_sum_address_p): Likewise.
4744 (rs6000_legitimize_address): Likewise.
4745 (rs6000_legitimize_reload_address): Add more debug statements for
4746 -mdebug=addr.
4747 (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
4748 d-form instructions.
4749 (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
4750 d-form instructions. Distinguish different cases in debug
4751 output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
4752 d-form instructions.
4753 (rs6000_preferred_reload_class): Likewise.
4754 (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
4755 instructions. If ISA 3.0 is available, generate lxvx/stxvx instead
4756 of the ISA 2.06 indexed memory instructions.
4757 (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
4758 use them to save/restore the saved vector registers instead of
4759 using Altivec instructions.
4760 (rs6000_emit_epilogue): Likewise.
4761 (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
4762 (rs6000_opt_masks): Split -mpower9-dform into
4763 -mpower9-dform-scalar and -mpower9-dform-vector.
4764 (rs6000_print_options_internal): Print -mno-<switch> if <switch>
4765 was not selected.
4766 * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
4767 ISA 3.0 vector indexed memory instructions, and fold the code into
4768 the normal mov<mode> patterns.
4769 (p9_vecstore_<mode>): Likewise.
4770 (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
4771 instructions.
4772 (vsx_movti_64bit): Likewise.
4773 (vsx_movti_32bit): Likewise.
4774 * config/rs6000/constraints.md (wO constraint): New constraint for
4775 ISA 3.0 vector d-form support.
4776 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
4777 -mpower9-dform-scalar instead of -mpower9-dform. Add note not to
4778 include -mpower9-dform-vector until we switch over to LRA.
4779 (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
4780 switches, -mpower9-dform-scalar and -mpower9-dform-vector.
4781 * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
4782 * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
4783 for -mpower9-dform and -mlra.
4784 * doc/md.texi (wO constraint): Document wO constraint.
4785
4786 2016-05-11 Alexander Monakov <amonakov@ispras.ru>
4787
4788 * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
4789 'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
4790 * genautomata.c (output_internal_insn_code_evaluation): Simplify.
4791 Move handling of non-insn arguments inline into the sole user:
4792 (output_trans_func): ...here.
4793 (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
4794 in emitted function prototype.
4795 (output_internal_insn_latency_func): Ditto. Simplify.
4796 (output_internal_maximal_insn_latency_func): Ditto. Delete
4797 always-unused argument.
4798 (output_insn_latency_func): Ditto.
4799 (output_maximal_insn_latency_func): Ditto.
4800
4801 2016-05-11 Richard Biener <rguenther@suse.de>
4802
4803 PR tree-optimization/71055
4804 * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
4805 sth with precision not equal to access size verify we don't chop
4806 off bits.
4807
4808 2016-05-11 Richard Biener <rguenther@suse.de>
4809
4810 PR debug/71057
4811 * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
4812 (dwarf2out_finish): Move retry_incomplete_types call ...
4813 (dwarf2out_early_finish): ... here.
4814
4815 2016-05-11 Richard Biener <rguenther@suse.de>
4816
4817 PR middle-end/71002
4818 * alias.c (reference_alias_ptr_type): Preserve alias-set zero
4819 if the langhook insists on it.
4820 * fold-const.c (make_bit_field_ref): Add arg for the original
4821 reference and preserve its alias-set.
4822 (decode_field_reference): Take exp by reference and adjust it
4823 to the original memory reference.
4824 (optimize_bit_field_compare): Adjust callers.
4825 (fold_truth_andor_1): Likewise.
4826 * gimplify.c (gimplify_expr): Adjust in-SSA form test.
4827
4828 2016-05-11 Ilya Enkovich <ilya.enkovich@intel.com>
4829
4830 PR middle-end/70807
4831 * cfgrtl.h (delete_insn_and_edges): Now return bool.
4832 * cfgrtl.c (delete_insn_and_edges): Likewise.
4833 * config/i386/i386.c (convert_scalars_to_vector): Remove
4834 redundant code.
4835 * cse.c (cse_insn): Compute cse_cfg_altered.
4836 (delete_trivially_dead_insns): Likewise.
4837 (cse_cc_succs): Likewise.
4838 (rest_of_handle_cse): Free dominance info if required.
4839 (rest_of_handle_cse2): Likewise.
4840 (rest_of_handle_cse_after_global_opts): Likewise.
4841
4842 2016-05-11 Alan Modra <amodra@gmail.com>
4843
4844 * config/rs6000/rs6000.c (is_complex_IBM_long_double,
4845 abi_v4_pass_in_fpr): New functions.
4846 (rs6000_function_arg_boundary): Exclude complex IBM long double
4847 from 64-bit alignment when ABI_V4.
4848 (rs6000_function_arg, rs6000_function_arg_advance_1,
4849 rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
4850
4851 2016-05-10 Segher Boessenkool <segher@kernel.crashing.org>
4852
4853 PR rtl-optimization/71028
4854 * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
4855 jump with just a return in the fallthrough block if the branch
4856 block contains just a return as well.
4857
4858 2016-05-10 Marc Glisse <marc.glisse@inria.fr>
4859
4860 * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
4861 * match.pd ((X & Y) ^ Y): ... this.
4862 ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
4863 | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
4864
4865 2016-05-10 David Malcolm <dmalcolm@redhat.com>
4866
4867 * read-md.c (require_char_ws): New function.
4868 (read_string): Simplify using require_char_ws.
4869 (handle_constants): Likewise.
4870 (handle_enum): Likewise.
4871 (handle_file): Likewise.
4872 * read-md.h (require_char_ws): New declaration.
4873 * read-rtl.c (read_conditions): Simplify using require_char_ws.
4874 (read_mapping): Likewise.
4875 (read_rtx_code): Likewise.
4876 (read_nested_rtx): Likewise.
4877
4878 2016-05-10 James Norris <jnorris@codesourcery.com>
4879
4880 * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
4881 if offloading is enabled and -fopenacc or -fopenmp is specified.
4882 (CRTOFFLOADEND): Likewise.
4883 (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
4884 (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
4885
4886 2016-05-10 Uros Bizjak <ubizjak@gmail.com>
4887
4888 * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
4889 gotoff_operand code paths. Use copy_to_suggested_regs and
4890 expand_simple_binop where appropriate. Cleanup.
4891
4892 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
4893
4894 PR target/70799
4895 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
4896 integer constants.
4897 (dimode_scalar_chain::vector_const_cost): New.
4898 (dimode_scalar_chain::compute_convert_gain): Handle constants.
4899 (dimode_scalar_chain::convert_op): Likewise.
4900 (dimode_scalar_chain::convert_insn): Likewise.
4901
4902 2016-05-10 Pierre-Marie de Rodat <derodat@adacore.com>
4903
4904 * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
4905 unary operation, not a binary one.
4906
4907 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
4908
4909 PR middle-end/70877
4910 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
4911 calls with type casted fndecl.
4912
4913 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
4914
4915 PR tree-optimization/70786
4916 * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
4917 * calls.c (initialize_argument_information): Bind bounds
4918 with corresponding args passed by reference.
4919
4920 2016-05-10 Jakub Jelinek <jakub@redhat.com>
4921
4922 PR target/70927
4923 * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
4924 *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
4925 use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
4926 accordingly.
4927
4928 2016-05-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4929
4930 PR target/70963
4931 * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
4932 code for a zero scale factor.
4933 (vsx_xvcvdpuxds_scale): Likewise.
4934
4935 2016-05-10 David Malcolm <dmalcolm@redhat.com>
4936
4937 * diagnostic-show-locus.c (layout::layout): Call show_ruler
4938 if show_ruler_p was set on the context.
4939 (layout::show_ruler): New method.
4940 * diagnostic.h (struct diagnostic_context): Add field
4941 "show_ruler_p".
4942
4943 2016-05-10 Richard Biener <rguenther@suse.de>
4944
4945 PR tree-optimization/71039
4946 * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
4947 (chk_uses): New function.
4948 (propagate_with_phi): Verify we can safely replicate the lhs of an
4949 aggregate assignment on all incoming edges.
4950
4951 2016-05-10 Oleg Endo <olegendo@gcc.gnu.org>
4952
4953 * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
4954 Forward declare.
4955 (rx_atomic_sequence): New class.
4956 * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
4957 (is_interrupt_func, is_fast_interrupt_func): Make non-static and
4958 non-inline.
4959 (rx_atomic_sequence::rx_atomic_sequence,
4960 rx_atomic_sequence::~rx_atomic_sequence): New functions.
4961 * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
4962 CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
4963 CTRLREG_INTB): New constants.
4964 (FETCHOP): New code iterator.
4965 (fethcop_name, fetchop_name2): New iterator code attributes.
4966 (QIHI): New mode iterator.
4967 (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
4968 atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
4969 atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
4970
4971 2016-05-10 Martin Liska <mliska@suse.cz>
4972
4973 * tree-inline.c (remap_dependence_clique): Do not remap
4974 debugging statements.
4975
4976 2016-05-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4977
4978 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
4979 ("*fixuns_truncdfdi2_z13")
4980 ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
4981 ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
4982 ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
4983
4984 2016-05-10 Richard Biener <rguenther@suse.de>
4985
4986 PR tree-optimization/70497
4987 PR tree-optimization/28367
4988 * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
4989 split out from ...
4990 (visit_reference_op_load): ... here.
4991 (vn_reference_lookup_3): Use it to handle subreg-like accesses
4992 with simplified BIT_FIELD_REFs.
4993 * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
4994 * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
4995 correctly.
4996
4997 2016-05-10 Pierre-Marie de Rodat <derodat@adacore.com>
4998
4999 * dwarf2out.c (add_abstract_origin_attribute): Adjust
5000 documentation comment. For BLOCK nodes, add a
5001 DW_AT_abstract_origin attribute that points to the DIE generated
5002 for the origin BLOCK.
5003 (gen_lexical_block_die): Call add_abstract_origin_attribute for
5004 blocks from inlined functions.
5005
5006 2016-05-10 Alan Modra <amodra@gmail.com>
5007
5008 PR target/70947
5009 * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
5010 regrename modifying insns saving lr before __morestack call.
5011 * config/rs6000/rs6000.md (split_stack_return): Similarly for
5012 insns restoring lr after __morestack call.
5013
5014 2016-05-09 Jakub Jelinek <jakub@redhat.com>
5015
5016 * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
5017 lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
5018 expanders.
5019 * config/i386/sse.md (vec_interleave_high<mode>,
5020 vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
5021 <avx512>_vpermt2var<mode>3_maskz): Likewise.
5022
5023 2016-05-04 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
5024
5025 * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
5026 function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
5027 parallel reassociation for power8 and forward.
5028
5029 2016-05-09 Uros Bizjak <ubizjak@gmail.com>
5030
5031 * config/i386/i386.md (absneg splitters with general regs): Use
5032 general_reg_operand predicate.
5033 (btsq peephole2): Use x86_64_immediate_operand to check if new
5034 value is suitable for immediate operand. Generate emitted insn
5035 using RTL expressions.
5036 (btcq peephole2): Ditto.
5037 (btrq peephole2): Ditto. Generate correct immediate operand
5038 for AND masking.
5039
5040 2016-05-09 Richard Sandiford <richard.sandiford@arm.com>
5041
5042 * cfgexpand.c (expand_debug_expr): Fix address offset for negative
5043 bitpos.
5044
5045 2016-05-09 Richard Sandiford <richard.sandiford@arm.com>
5046
5047 * tree-affine.c (wide_int_constant_multiple_p): Add missing
5048 pointer dereference.
5049
5050 2016-05-09 Richard Biener <rguenther@suse.de>
5051
5052 PR tree-optimization/70985
5053 * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
5054 op0 isn't a gimple register.
5055
5056 2016-05-09 Prachi Godbole <prachi.godbole@imgtec.com>
5057
5058 * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
5059 (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
5060 (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
5061 (i6400_fpu_mult): New cpu units.
5062 (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
5063 (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
5064 (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
5065 (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
5066 (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
5067 (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
5068 (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
5069 (i6400_msa_long_float4, i6400_msa_long_float5)
5070 (i6400_msa_long_float8, i6400_msa_fdiv_df)
5071 (i6400_msa_fdiv_sf): New reservations.
5072 * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
5073 (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
5074 (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
5075 (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
5076 (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
5077 (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
5078 (msa_short_cmp, msa_short_float2, msa_short_logic3)
5079 (msa_short_store4, msa_long_load, msa_short_store)
5080 (msa_long_logic, msa_long_float2, msa_long_float4)
5081 (msa_long_float5, msa_long_float8, msa_long_mult)
5082 (msa_long_fdiv, msa_long_div): New reservations.
5083
5084 2016-05-09 Robert Suchanek <robert.suchanek@imgtec.com>
5085 Sameera Deshpande <sameera.deshpande@imgtec.com>
5086 Matthew Fortune <matthew.fortune@imgtec.com>
5087 Graham Stott <graham.stott@imgtec.com>
5088 Chao-ying Fu <chao-ying.fu@imgtec.com>
5089
5090 * config.gcc: Add MSA header file for mips*-*-* target.
5091 * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
5092 (Ubv8i, Urv8): New constraints.
5093 * config/mips/mips-ftypes.def: Add function types for MSA
5094 builtins.
5095 * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
5096 (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
5097 * config/mips/mips-msa.md: New file.
5098 * config/mips/mips-protos.h
5099 (mips_split_128bit_const_insns): New prototype.
5100 (mips_msa_idiv_insns): Likewise.
5101 (mips_split_128bit_move): Likewise.
5102 (mips_split_128bit_move_p): Likewise.
5103 (mips_split_msa_copy_d): Likewise.
5104 (mips_split_msa_insert_d): Likewise.
5105 (mips_split_msa_fill_d): Likewise.
5106 (mips_expand_msa_branch): Likewise.
5107 (mips_const_vector_same_val_p): Likewise.
5108 (mips_const_vector_same_bytes_p): Likewise.
5109 (mips_const_vector_same_int_p): Likewise.
5110 (mips_const_vector_shuffle_set_p): Likewise.
5111 (mips_const_vector_bitimm_set_p): Likewise.
5112 (mips_const_vector_bitimm_clr_p): Likewise.
5113 (mips_msa_vec_parallel_const_half): Likewise.
5114 (mips_msa_output_division): Likewise.
5115 (mips_ldst_scaled_shift): Likewise.
5116 (mips_expand_vec_cond_expr): Likewise.
5117 * config/mips/mips.c (enum mips_builtin_type): Add
5118 MIPS_BUILTIN_MSA_TEST_BRANCH.
5119 (mips_gen_const_int_vector_shuffle): New prototype.
5120 (mips_const_vector_bitimm_set_p): New function.
5121 (mips_const_vector_bitimm_clr_p): Likewise.
5122 (mips_const_vector_same_val_p): Likewise.
5123 (mips_const_vector_same_bytes_p): Likewise.
5124 (mips_const_vector_same_int_p): Likewise.
5125 (mips_const_vector_shuffle_set_p): Likewise.
5126 (mips_symbol_insns): Forbid loading symbols via immediate for
5127 MSA.
5128 (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
5129 stores.
5130 (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
5131 MSA.
5132 (mips_lx_address_p): Add support load indexed address for MSA.
5133 (mips_address_insns): Add calculation of instructions needed for
5134 stores and loads for MSA.
5135 (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR. Handle
5136 CONST_VECTOR for MSA and let it fall through.
5137 (mips_ldst_scaled_shift): New function.
5138 (mips_subword_at_byte): Likewise.
5139 (mips_msa_idiv_insns): Likewise.
5140 (mips_legitimize_move): Validate MSA moves.
5141 (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases. Add
5142 calculation of costs for MSA division.
5143 (mips_split_move_p): Check if MSA moves need splitting.
5144 (mips_split_move): Split MSA moves if necessary.
5145 (mips_split_128bit_move_p): New function.
5146 (mips_split_128bit_move): Likewise.
5147 (mips_split_msa_copy_d): Likewise.
5148 (mips_split_msa_insert_d): Likewise.
5149 (mips_split_msa_fill_d): Likewise.
5150 (mips_output_move): Handle MSA moves.
5151 (mips_expand_msa_branch): New function.
5152 (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
5153 Reinstate 'y' modifier.
5154 (mips_file_start): Add MSA .gnu_attribute.
5155 (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
5156 FPRs.
5157 (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
5158 (mips_class_max_nregs): Add register size for MSA supported mode.
5159 (mips_cannot_change_mode_class): Allow conversion between MSA
5160 vector modes and TImode.
5161 (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
5162 instruction.
5163 (mips_secondary_reload_class): Force MSA loads/stores via memory.
5164 (mips_preferred_simd_mode): Add preffered modes for MSA.
5165 (mips_vector_mode_supported_p): Add MSA supported modes.
5166 (mips_autovectorize_vector_sizes): New function.
5167 (mips_msa_output_division): Likewise.
5168 (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
5169 (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
5170 (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
5171 (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
5172 (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
5173 (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
5174 (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
5175 (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
5176 (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
5177 (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
5178 (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
5179 (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
5180 (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
5181 (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
5182 (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
5183 (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
5184 (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
5185 (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
5186 (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
5187 (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
5188 (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
5189 (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
5190 (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
5191 (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
5192 (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
5193 (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
5194 (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
5195 (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
5196 (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
5197 (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
5198 (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
5199 (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
5200 (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
5201 (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
5202 (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
5203 (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
5204 (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
5205 (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
5206 (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
5207 (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
5208 (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
5209 (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
5210 (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
5211 (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
5212 (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
5213 (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
5214 (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
5215 (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
5216 (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
5217 (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
5218 (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
5219 (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
5220 (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
5221 (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
5222 (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
5223 (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
5224 (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
5225 (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
5226 (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
5227 (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
5228 (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
5229 (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
5230 (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
5231 (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
5232 (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
5233 (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
5234 (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
5235 (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
5236 (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
5237 (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
5238 (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
5239 (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
5240 (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
5241 (CODE_FOR_msa_ldi_d): New code_aliasing macros.
5242 (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
5243 slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
5244 srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
5245 srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
5246 srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
5247 srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
5248 bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
5249 bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
5250 bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
5251 binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
5252 binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
5253 binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
5254 addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
5255 subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
5256 max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
5257 max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
5258 maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
5259 mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
5260 mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
5261 min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
5262 ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
5263 clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
5264 clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
5265 clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
5266 clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
5267 clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
5268 st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
5269 sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
5270 adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
5271 adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
5272 ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
5273 aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
5274 aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
5275 subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
5276 subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
5277 subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
5278 asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
5279 maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
5280 msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
5281 div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
5282 hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
5283 hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
5284 mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
5285 dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
5286 dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
5287 dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
5288 sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
5289 splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
5290 pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
5291 ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
5292 ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
5293 ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
5294 ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
5295 bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
5296 fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
5297 pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
5298 nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
5299 copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
5300 insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
5301 bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
5302 fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
5303 fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
5304 fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
5305 fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
5306 fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
5307 fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
5308 fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
5309 fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
5310 fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
5311 fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
5312 mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
5313 msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
5314 fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
5315 flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
5316 ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
5317 ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
5318 ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
5319 move_v builtins.
5320 (mips_get_builtin_decl_index): New array.
5321 (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
5322 (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
5323 (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
5324 (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
5325 (mips_init_builtins): Initialize mips_get_builtin_decl_index
5326 array.
5327 (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
5328 hook.
5329 (mips_expand_builtin_insn): Prepare operands for
5330 CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
5331 CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
5332 CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
5333 CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
5334 CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
5335 CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
5336 CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
5337 CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
5338 CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
5339 CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
5340 CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
5341 CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
5342 CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
5343 CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
5344 CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
5345 CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
5346 CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
5347 CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
5348 CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
5349 CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
5350 CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
5351 CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
5352 CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
5353 CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
5354 CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
5355 CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
5356 CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
5357 CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
5358 CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
5359 CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
5360 CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
5361 CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
5362 CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
5363 CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
5364 CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
5365 CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
5366 CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
5367 CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
5368 CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
5369 CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
5370 CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
5371 (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
5372 (mips_set_compression_mode): Disallow MSA with MIPS16 code.
5373 (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
5374 These are set implicitly and an error is reported if overridden.
5375 (mips_expand_builtin_msa_test_branch): New function.
5376 (mips_expand_msa_shuffle): Likewise.
5377 (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
5378 (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
5379 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
5380 (mips_expand_vec_unpack): Add support for MSA.
5381 (mips_expand_vector_init): Likewise.
5382 (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
5383 instead of const0_rtx.
5384 (mips_msa_vec_parallel_const_half): New function.
5385 (mips_gen_const_int_vector): Likewise.
5386 (mips_gen_const_int_vector_shuffle): Likewise.
5387 (mips_expand_msa_cmp): Likewise.
5388 (mips_expand_vec_cond_expr): Likewise.
5389 * config/mips/mips.h
5390 (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
5391 (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
5392 specified.
5393 (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
5394 (ISA_HAS_MSA): New macro.
5395 (UNITS_PER_MSA_REG): Likewise.
5396 (BITS_PER_MSA_REG): Likewise.
5397 (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
5398 (MSA_REG_FIRST): New macro.
5399 (MSA_REG_LAST): Likewise.
5400 (MSA_REG_NUM): Likewise.
5401 (MSA_REG_P): Likewise.
5402 (MSA_REG_RTX_P): Likewise.
5403 (MSA_SUPPORTED_MODE_P): Likewise.
5404 (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
5405 (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
5406 * config/mips/mips.md: Include mips-msa.md.
5407 (alu_type): Add simd_add.
5408 (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
5409 (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
5410 simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
5411 simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
5412 simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
5413 simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
5414 simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
5415 simd_move, simd_load, simd_store. Choose "multi" for moves
5416 for "qword_mode".
5417 (qword_mode): New attribute.
5418 (insn_count): Add instruction count for quad moves.
5419 Increase the count for MIPS SIMD division.
5420 (UNITMODE): Add UNITMODEs for vector types.
5421 (addsub): New code iterator.
5422 * config/mips/mips.opt (mmsa): New option.
5423 * config/mips/msa.h: New file.
5424 * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
5425 specified.
5426 * config/mips/mti-linux.h: Likewise.
5427 * config/mips/predicates.md
5428 (const_msa_branch_operand): New constraint.
5429 (const_uimm3_operand): Likewise.
5430 (const_uimm4_operand): Likewise.
5431 (const_uimm5_operand): Likewise.
5432 (const_uimm8_operand): Likewise.
5433 (const_imm5_operand): Likewise.
5434 (aq10b_operand): Likewise.
5435 (aq10h_operand): Likewise.
5436 (aq10w_operand): Likewise.
5437 (aq10d_operand): Likewise.
5438 (const_m1_operand): Likewise.
5439 (reg_or_m1_operand): Likewise.
5440 (const_exp_2_operand): Likewise.
5441 (const_exp_4_operand): Likewise.
5442 (const_exp_8_operand): Likewise.
5443 (const_exp_16_operand): Likewise.
5444 (const_vector_same_val_operand): Likewise.
5445 (const_vector_same_simm5_operand): Likewise.
5446 (const_vector_same_uimm5_operand): Likewise.
5447 (const_vector_same_uimm6_operand): Likewise.
5448 (const_vector_same_uimm8_operand): Likewise.
5449 (par_const_vector_shf_set_operand): Likewise.
5450 (reg_or_vector_same_val_operand): Likewise.
5451 (reg_or_vector_same_simm5_operand): Likewise.
5452 (reg_or_vector_same_uimm6_operand): Likewise.
5453 * doc/extend.texi (MIPS SIMD Architecture Functions): New
5454 section.
5455 * doc/invoke.texi (-mmsa): Document new option.
5456
5457 2016-05-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5458
5459 * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
5460 * configure: Regenerate.
5461 * config.in: Regenerate.
5462 * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
5463 on -fvtable-verify.
5464 * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
5465 (ENDFILE_VTV_SPEC): Define.
5466
5467 2016-05-09 Kaushik Phatak <kaushik.phatak@kpit.com>
5468
5469 * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
5470 registers in all interrupt handlers if necessary.
5471 (rl78_option_override): Add warning.
5472 (MUST_SAVE_MDUC_REGISTERS): New macro.
5473 (rl78_expand_epilogue): Restore the MDUC registers if necessary.
5474 * config/rl78/rl78.c (check_mduc_usage): New function.
5475 (mduc_regs): New structure to hold MDUC register data.
5476 * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
5477 (mulsi3_g13): Add is_g13_muldiv_insn attribute.
5478 (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
5479 (mulhi3_g13): Add is_g13_muldiv_insn attribute.
5480 * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
5481 * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
5482
5483 2016-05-09 Bin Cheng <bin.cheng@arm.com>
5484
5485 * tree-if-conv.c (tree-ssa-loop.h): Include header file.
5486 (tree-ssa-loop-niter.h): Ditto.
5487 (idx_within_array_bound, ref_within_array_bound): New functions.
5488 (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
5489 Factor out check on writable base object to ...
5490 (base_object_writable): ... here.
5491
5492 2016-05-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5493
5494 * config/arm/arm.md (probe_stack): Add modes to set source
5495 and destination.
5496
5497 2016-05-09 Bernd Schmidt <bschmidt@redhat.com>
5498
5499 * regrename.c (base_reg_class_for_rename): New static function.
5500 (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
5501
5502 2016-05-08 Jan Hubicka <hubicka@ucw.cz>
5503
5504 * cgraph.c (thunk_adjust): Export.
5505 * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
5506 * cgraphunit.c (thunk_adjust): Export.
5507 (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
5508 thunks.
5509 * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
5510 inlinable.
5511 * tree-inline.c (expand_call_inline): Expand thunks inline.
5512
5513 2016-05-08 Uros Bizjak <ubizjak@gmail.com>
5514
5515 PR target/70998
5516 * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
5517 (*sse2_vd_cvtss2sd): Ditto.
5518 * config/i386/i386.md
5519 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
5520 Generate *sse2_vd_cvtsd2ss pattern.
5521 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
5522 Generate *sse2_vd_cvtss2sd pattern.
5523
5524 2016-05-08 Oleg Endo <olegendo@gcc.gnu.org>
5525
5526 * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
5527 * config/sh/sh.c (get_sh_arg_class): ... this new function. Update its
5528 users.
5529
5530 2016-05-08 Oleg Endo <olegendo@gcc.gnu.org>
5531
5532 * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
5533 * config/sh/sh.c: Define and declare variables on first use throughout
5534 the file.
5535 (current_function_interrupt): Change to bool type.
5536 (frame_insn): Rename to emit_frame_insn and update users.
5537 (push_regs): Use bool for 'interrupt_handler' argument.
5538 (save_schedule_s): Remove.
5539 (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
5540 (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
5541 targetm.asm_out.unaligned_op.di.
5542 (gen_far_branch): Remove redundant forward declaration.
5543 (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
5544 MAX_TEMPS, save_schedule_ssave_schedule): Remove.
5545 (sh_set_return_address, sh_function_ok_for_sibcall,
5546 scavenge_reg): Update comments.
5547 (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
5548 (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
5549 (sh_attr_renesas_p): Remove unnecessary parentheses.
5550 (branch_dest): Simplify.
5551 * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
5552 Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
5553 (CUMULATIVE_ARGS): Change macro to typedef.
5554 (current_function_interrupt): Change to bool type.
5555 (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
5556 Surround with __cplusplus ifdef.
5557 (sh_compare_op0, sh_compare_op1): Remove.
5558 (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
5559
5560 2016-05-07 Jim Wilson <jim.wilson@linaro.org>
5561
5562 * config/arm/arm.md: (arch): Add neon.
5563 (arch_enabled): Return yes for arch neon when TARGET_NEON.
5564 * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3. Add
5565 neon_move as type for alt 3. Add arch attr enabling alt 3 for neon.
5566 Emit vmov.i64 for alt 3. Renumber alternatives 3 to 8. Adjust
5567 attributes for alt renumbering. Mark alt 3 as non-predicable.
5568 (thumb2_movdf_vfp): Likewise.
5569
5570 2016-05-07 Uros Bizjak <ubizjak@gmail.com>
5571
5572 * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
5573 to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
5574 (*andqi_1): Add preferred_for_speed attribute to disparage
5575 alternative 2 for TARGET_PARTIAL_REG_STALL targets.
5576 (*<code>qi_1): Ditto.
5577 (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
5578 alternative 1 for TARGET_PARTIAL_REG_STALL targets.
5579 (*ashlqi3_1): Ditto.
5580 (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
5581 Add preferred_for_size attribute to disparage alternative 0 and
5582 preferred_for_speed attribute to disparage alternative 1 for
5583 TARGET_PARTIAL_REG_STALL targets.
5584
5585 2016-05-07 Tom de Vries <tom@codesourcery.com>
5586
5587 PR tree-optimization/70956
5588 * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
5589 def.
5590
5591 2016-05-07 Oleg Endo <olegendo@gcc.gnu.org>
5592
5593 * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
5594 * config/sh/sh.c (sh_cbranch_distance): Implement it.
5595 * config/sh/sh.md (branch_zero): Remove define_attr.
5596 (define_delay): Disable delay slot if branch distance is one insn.
5597
5598 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
5599
5600 * config/i386/i386.md (LEAMODE): New mode attribute.
5601 (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
5602 (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
5603 and LEAMODE mode attribute. Use VOIDmode const_0_to_3_operand as
5604 operand 2 predicate.
5605 (*lea<mode>_general_2): Use VOIDmode for const248_operand.
5606 (*lea<mode>_general_3): Ditto.
5607 (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
5608
5609 2016-05-06 Jakub Jelinek <jakub@redhat.com>
5610
5611 * genmddump.c (main): Convert argv from char ** to const char **.
5612
5613 2016-05-06 David Malcolm <dmalcolm@redhat.com>
5614
5615 * coretypes.h (OVERRIDE): New macro.
5616 (FINAL): New macro.
5617
5618 2016-05-06 Eric Botcazou <ebotcazou@adacore.com>
5619
5620 * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
5621 allow coalescing if the types are compatible.
5622
5623 2016-05-06 David Malcolm <dmalcolm@redhat.com>
5624
5625 * pass_manager.h (pass_manager::register_pass_name): New method.
5626 (pass_manager::get_pass_by_name): New method.
5627 (pass_manager::create_pass_tab): New method.
5628 (pass_manager::m_name_to_pass_map): New field.
5629 * passes.c (name_to_pass_map): Delete global in favor of field
5630 "m_name_to_pass_map" of pass_manager.
5631 (register_pass_name): Rename from a function to...
5632 (pass_manager::register_pass_name): ...this method, updating
5633 for renaming of global "name_to_pass_map" to field
5634 "m_name_to_pass_map".
5635 (create_pass_tab): Rename from a function to...
5636 (pass_manager::create_pass_tab): ...this method, updating
5637 for renaming of global "name_to_pass_map" to field.
5638 (get_pass_by_name): Rename from a function to...
5639 (pass_manager::get_pass_by_name): ...this method.
5640 (enable_disable_pass): Convert use of get_pass_by_name to
5641 a method call, locating the pass_manager singleton.
5642
5643 2016-05-06 David Malcolm <dmalcolm@redhat.com>
5644
5645 * genattr-common.c (main): Convert argv from char ** to const char **.
5646 * genattr.c (main): Likewise.
5647 * genattrtab.c (main): Likewise.
5648 * genautomata.c (initiate_automaton_gen): Likewise.
5649 (main): Likewise.
5650 * gencodes.c (main): Likewise.
5651 * genconditions.c (main): Likewise.
5652 * genconfig.c (main): Likewise.
5653 * genconstants.c (main): Likewise.
5654 * genemit.c (main): Likewise.
5655 * genenums.c (main): Likewise.
5656 * genextract.c (main): Likewise.
5657 * genflags.c (main): Likewise.
5658 * genmddeps.c (main): Likewise.
5659 * genopinit.c (main): Likewise.
5660 * genoutput.c (main): Likewise.
5661 * genpeep.c (main): Likewise.
5662 * genpreds.c (main): Likewise.
5663 * genrecog.c (main): Likewise.
5664 * gensupport.c (init_rtx_reader_args_cb): Likewise.
5665 (init_rtx_reader_args): Likewise.
5666 * gensupport.h (init_rtx_reader_args_cb): Likewise.
5667 (init_rtx_reader_args): Likewise.
5668 * gentarget-def.c (main): Likewise.
5669 * read-md.c (read_md_files): Likewise.
5670 * read-md.h (read_md_files): Likewise.
5671
5672 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
5673
5674 * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
5675 instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
5676 * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
5677 Remove unused predicate.
5678 (register_and_not_fp_reg_operand): Ditto.
5679
5680 2016-05-06 Martin Liska <mliska@suse.cz>
5681
5682 * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
5683 instead of vec as the vector is local to the function.
5684
5685 2016-05-06 Jakub Jelinek <jakub@redhat.com>
5686
5687 * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
5688 avx512bw alternative.
5689
5690 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
5691 before the ashr<mode>3 pattern.
5692
5693 * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
5694 v instead of x in vex or maybe_vex alternatives, use
5695 maybe_evex instead of vex in prefix.
5696
5697 * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
5698 *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
5699 vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
5700 in vex or maybe_vex alternatives, use maybe_evex instead of vex
5701 in prefix.
5702
5703 * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
5704 v instead of x in vex or maybe_vex alternatives, use
5705 maybe_evex instead of vex in prefix.
5706
5707 * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
5708 sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
5709 sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
5710 sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
5711 alternatives, use maybe_evex instead of vex in prefix.
5712
5713 * config/i386/sse.md (vec_interleave_lowv4sf,
5714 *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
5715 v instead of x in vex or maybe_vex alternatives, use
5716 maybe_evex instead of vex in prefix.
5717
5718 * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
5719 v instead of x in vex or maybe_vex alternatives, use
5720 maybe_evex instead of vex in prefix.
5721
5722 * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
5723 v constraint instead of x.
5724
5725 2016-05-06 Nathan Sidwell <nathan@codesourcery.com>
5726
5727 * gimple.c (gimple_call_same_target_p): Unique functions are eq.
5728 * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
5729 equality first.
5730
5731 2016-05-06 Richard Biener <rguenther@suse.de>
5732
5733 PR tree-optimization/70948
5734 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
5735 Properly clobber all fields of va_list for __builtin_va_start.
5736
5737 2016-05-06 Yuri Rumyantsev <ysrumyan@gmail.com>
5738
5739 PR debug/70935
5740 * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
5741 loop latch destination.
5742
5743 2016-05-06 Martin Liska <mliska@suse.cz>
5744
5745 * tree-ssa-uninit.c: Apply manual changes
5746 to the GNU coding style.
5747 (prune_uninit_phi_opnds): Rename from
5748 prune_uninit_phi_opnds_in_unrealizable_paths.
5749
5750 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
5751
5752 * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
5753 mspace): Remove deprecated options.
5754 * doc/invoke.texi (SH options): Remove -mspace.
5755
5756 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
5757
5758 * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
5759
5760 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
5761
5762 * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
5763 corresponding combine split pattern.
5764
5765 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
5766
5767 PR target/58219
5768 * config/sh/predicates.md (long_displacement_mem_operand): New.
5769 * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
5770 Add movi20, movi20s alternatives. Adjust length attribute for
5771 alternatives.
5772 (movsi_ie): Allow for any FPU. Adjust length attribute for
5773 alternatives.
5774 (movsi_i_lowpart): Add movi20, movi20s alternatives. Adjust length
5775 attribute for alternatives.
5776 (*mov<mode>): Use long_displacement_mem_operand for length attribute.
5777 (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
5778 length attribute for alternatives.
5779
5780 2016-05-06 Richard Biener <rguenther@suse.de>
5781
5782 PR tree-optimization/70960
5783 * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
5784
5785 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
5786
5787 PR target/52933
5788 * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
5789 * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
5790
5791 2016-05-06 Marek Polacek <polacek@redhat.com>
5792
5793 PR sanitizer/70875
5794 * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
5795
5796 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
5797
5798 PR target/54089
5799 * config/sh/sh.md (*rotcr): Add another variant.
5800
5801 2016-05-06 Richard Biener <rguenther@suse.de>
5802
5803 PR middle-end/70931
5804 * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
5805
5806 2016-05-06 Richard Biener <rguenther@suse.de>
5807
5808 PR middle-end/70941
5809 * fold-const.c (split_tree): Always convert to the original type
5810 before negating.
5811
5812 2016-05-06 Richard Biener <rguenther@suse.de>
5813
5814 * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
5815 (fwprop_addr): Likewise.
5816
5817 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
5818
5819 PR target/70873
5820 * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
5821 New prototype.
5822 * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
5823 * config/i386/i386.md (push mem splitter): Use find_constant_src in
5824 the splitter condition.
5825 (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
5826 the splitter condition.
5827 (FP float_extend load splitter): Ditto.
5828
5829 2016-05-05 Uros Bizjak <ubizjak@gmail.com>
5830
5831 * config/i386/i386.md (peehole2 patterns): Change true_regnum
5832 to REGNO in all peephole2 patterns.
5833 (post-reload splitters): Change true_regnum to REGNO in
5834 post-reload splitters.
5835 (zero_extend splitters): Use general_reg_operand and
5836 nonimmediate_gr_operand predicates.
5837
5838 2016-05-05 Jakub Jelinek <jakub@redhat.com>
5839
5840 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
5841 v constraint instead of x.
5842
5843 2016-05-05 Alan Modra <amodra@gmail.com>
5844
5845 PR target/68662
5846 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
5847 set OPTION_MASK_RELOCATABLE when flag_pic == 2. Set
5848 TARGET_NO_FP_IN_TOC for -mrelocatable.
5849 (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
5850 TARGET_RELOCATABLE test.
5851 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5852 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5853 * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5854 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5855 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5856 * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5857 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5858 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5859 * config/rs6000/predicates.md (easy_fp_constant): Likewise.
5860 * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
5861 Likewise.
5862 (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
5863 (rs6000_stack_info): Likewise.
5864 (rs6000_elf_asm_out_constructor): Likewise.
5865 (rs6000_elf_asm_out_destructor): Likewise.
5866 (rs6000_elf_declare_function_name): Likewise.
5867 * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
5868 * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
5869 Don't define.
5870
5871 2016-05-05 Alan Modra <amodra@gmail.com>
5872
5873 * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
5874
5875 2016-05-05 Alan Modra <amodra@gmail.com>
5876
5877 * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
5878 out-of-line gpr restore for one or two regs if that would add
5879 a save of lr.
5880
5881 2016-05-04 Uros Bizjak <ubizjak@gmail.com>
5882
5883 PR target/70873
5884 * config/i386/i386.md
5885 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
5886 Change to post-epilogue_completed late splitter. Use sse_reg_operand
5887 as operand 0 predicate.
5888 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
5889 Ditto.
5890 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
5891 Ditto. Emit the pattern using RTX.
5892
5893 (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
5894 Use sse_reg_opreand as operand 0 predicate. Do not use true_regnum in
5895 the post-reload splitter. Use lowpart_subreg instead of gen_rtx_REG.
5896 (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
5897 Ditto.
5898 (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
5899 sse_reg_operand as operand 0 predicate.
5900
5901 (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
5902 Use sse_reg_opreand as operand 0 predicate. Use lowpart_subreg
5903 instead of gen_rtx_REG.
5904 (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
5905 Ditto.
5906
5907 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
5908
5909 * function.c (emit_use_return_register_into_block): Delete.
5910 (gen_return_pattern): Delete.
5911 (emit_return_into_block): Delete.
5912 (active_insn_between): Delete.
5913 (convert_jumps_to_returns): Delete.
5914 (emit_return_for_exit): Delete.
5915 (thread_prologue_and_epilogue_insns): Delete all code dealing with
5916 simple_return for shrink-wrapped blocks.
5917 * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
5918 end of blocks that need one.
5919 (get_unconverted_simple_return): Delete.
5920 (convert_to_simple_return): Delete.
5921 * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
5922 (convert_to_simple_return): Ditto.
5923
5924 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
5925
5926 * cfgcleanup.c (bb_is_just_return): New function.
5927 (try_optimize_cfg): Simplify jumps to return, branches to return,
5928 and branches around return.
5929
5930 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
5931
5932 * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
5933 branch to a return.
5934
5935 2016-05-04 Jakub Jelinek <jakub@redhat.com>
5936
5937 PR c++/70906
5938 PR c++/70933
5939 * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
5940 * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
5941 assert flags & OEP_HASH_CHECK, instead of asserting it
5942 never happens. Handle TARGET_EXPR.
5943 * fold-const.c (operand_equal_p): For hash verification,
5944 or in OEP_HASH_CHECK into flags.
5945
5946 2016-05-04 Eric Botcazou <ebotcazou@adacore.com>
5947
5948 * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
5949 comment.
5950 (compute_samebase_partition_bases): Fix typo.
5951
5952 2016-05-04 Jakub Jelinek <jakub@redhat.com>
5953
5954 * config/i386/sse.md (vec_interleave_highv8sf,
5955 vec_interleave_lowv8sf, vec_interleave_highv4df,
5956 vec_interleave_lowv4df): Remove constraints from expanders.
5957
5958 * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
5959
5960 2016-05-04 Jan Hubicka <hubicka@ucw.cz>
5961
5962 * tree-inline.c (expand_call_inline): Fix path dealing with
5963 making lhs of call statement undefined.
5964
5965 2016-05-04 Jan Hubicka <hubicka@ucw.cz>
5966
5967 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
5968 Check availability on NODE, too.
5969 * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
5970 (cgraph_node::call_for_symbol_and_aliases): Likewise.
5971 (varpool_node::call_for_symbol_and_aliase): Likewise.
5972 * ipa-pure-const.c (add_new_function): Analyze all bodies.
5973 (propagate_pure_const): Propagate across interposable functions, too.
5974 (skip_function_for_local_pure_const): Do not skip interposable bodies
5975 with aliases.
5976 (pass_local_pure_const::execute): Update.
5977
5978 2016-05-04 Marek Polacek <polacek@redhat.com>
5979
5980 * doc/invoke.texi: Document -Wdangling-else.
5981
5982 2016-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
5983
5984 * config.gcc: Error out when conflicting multilib is detected. Do not
5985 loop over multilibs since no combination is legal.
5986
5987 2016-05-04 Alan Modra <amodra@gmail.com>
5988
5989 * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
5990 * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
5991 * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
5992 Align .toc.
5993
5994 2016-05-04 Matthew Fortune <matthew.fortune@imgtec.com>
5995
5996 * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
5997 Clean up p5600 comments.
5998
5999 2016-05-04 Richard Biener <rguenther@suse.de>
6000
6001 * match.pd: Add BIT_FIELD_REF canonicalizations and vector
6002 constructor simplifications.
6003 * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
6004
6005 2016-05-04 Oleg Endo <olegendo@gcc.gnu.org>
6006
6007 * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
6008 * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
6009 result.set_rtx is null instead of aborting.
6010 * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
6011 Always enable.
6012 (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
6013 * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
6014 *mov<mode>_store_postinc): New patterns.
6015
6016 2016-05-04 Marc Glisse <marc.glisse@inria.fr>
6017
6018 * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR. Mark
6019 as commutative. Check both conversions are NOP.
6020 ((A & B) OP (C & B)): Remove.
6021
6022 2016-05-04 Alan Modra <amodra@gmail.com>
6023
6024 * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
6025
6026 2016-05-04 Alan Modra <amodra@gmail.com>
6027
6028 PR target/70866
6029 * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
6030 when cr2,3,4 are all fixed regs.
6031
6032 2016-05-04 Bernd Schmidt <bschmidt@redhat.com>
6033
6034 PR rtl-optimization/57193
6035 * opts.c (default_options_table): Revert OPT_frename_registers change.
6036 * doc/invoke.texi (-frename-registers, -O2): Likewise.
6037
6038 2016-05-03 Martin Sebor <msebor@redhat.com>
6039
6040 PR c++/66561
6041 * builtins.c (fold_builtin_FILE): New function.
6042 (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
6043 (fold_builtin_0): Call them.
6044 * gimplify.c (gimplify_call_expr): Remove the handling of
6045 BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
6046
6047 PR c++/66561
6048 * doc/extend.texi (Other Builtins): Update __builtin_FILE,
6049 __builtin_FUNCTION, and __builtin_LINE to reflect they yield
6050 constants.
6051
6052 PR c++/66639
6053 * doc/extend.texi (Function Names as Strings): Update __func__,
6054 __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
6055 constants.
6056
6057 2016-05-03 Jakub Jelinek <jakub@redhat.com>
6058 Richard Biener <rguenther@suse.de>
6059
6060 PR tree-optimization/70916
6061 * tree-if-conv.c: Include cfganal.h.
6062 (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
6063 and remove_fake_exit_edges around the optimization pass.
6064
6065 2016-05-03 Jan Hubicka <hubicka@ucw.cz>
6066
6067 * cgraph.c (symbol_table::create_edge): Set inline_failed.
6068 (cgraph_edge::make_direct): Likewise.
6069 (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
6070 * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
6071 * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
6072 (CIF_THUNK): New code.
6073 * ipa-inline-analysis.c (initialize_inline_failed): Preserve
6074 CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
6075 (compute_inline_parameters): Set inline_failed for thunks.
6076 (inline_analyze_function): Cleanup.
6077 * ipa-inline.c (can_inline_edge_p): Do not deal with
6078 call_stmt_cannot_inline_p.
6079 (can_early_inline_edge_p): Likewise.
6080 (early_inliner): Initialize inline_failed.
6081 * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
6082
6083 2016-05-03 Uros Bizjak <ubizjak@gmail.com>
6084
6085 * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
6086 from nonimm_ssenomem_operand.
6087 (nonimm_ssenomem_operand): New predicate.
6088 * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
6089 as operand 0 predicate.
6090 (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
6091 Disable unsupported alternatives using "enabled" attribute.
6092 Use register_ssemem_operand as operand 0 predicate.
6093 (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
6094
6095 2016-05-03 Marek Polacek <polacek@redhat.com>
6096
6097 PR c/70859
6098 * input.c (expansion_point_location): New function.
6099 * input.h (expansion_point_location): Declare.
6100
6101 2016-05-03 Pierre-Marie de Rodat <derodat@adacore.com>
6102
6103 * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
6104 occurence with frame_offset_ ones.
6105
6106 2016-05-03 Alan Modra <amodra@gmail.com>
6107
6108 PR rtl-optimization/70890
6109 * ira.c (combine_and_move_insns): When moving def_insn, remove
6110 equivs on use_insn.
6111
6112 2016-05-03 Dominik Vogt <vogt@linux.vnet.ibm.com>
6113
6114 * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
6115 ("*r<noxa>sbg_<mode>_srl"): New define_insns.
6116 ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
6117 ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
6118
6119 2016-05-03 Alan Modra <amodra@gmail.com>
6120
6121 * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
6122 for SAVE_MULTIPLE/STORE_MULTIPLE.
6123
6124 2016-05-03 Jakub Jelinek <jakub@redhat.com>
6125
6126 * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
6127 *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
6128
6129 2016-05-03 Richard Biener <rguenther@suse.de>
6130
6131 * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
6132 default true.
6133 (gimplify_arg): Likewise.
6134 * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
6135 re-writing the result to a decl if required.
6136 (internal_get_tmp_var): Add allow_ssa parameter
6137 and override into_ssa with it.
6138 (get_formal_tmp_var): Adjust.
6139 (get_initialized_tmp_var): Add allow_ssa parameter.
6140 (gimplify_arg): Add allow_ssa parameter and avoid generating
6141 SSA names for the result false.
6142 (gimplify_call_expr): If the call may return twice do not
6143 gimplify parameters into SSA.
6144 (prepare_gimple_addressable): Do not allow an SSA name as temporary.
6145 (gimplify_modify_expr): Adjust assert. For noreturn calls
6146 with a SSA name LHS adjust its def.
6147 (gimplify_save_expr): Do not allow an SSA name as save-expr result.
6148 (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
6149 (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
6150 (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
6151 an SSA name. Likewise for OMP_CLAUSE_REDUCTION operands.
6152 (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL. Likewise
6153 for OMP_FOR_COND, OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
6154 (optimize_target_teams): Do not allow SSA names for clause operands.
6155 (gimplify_expr): Likewise for where we mark the result addressable.
6156 * passes.def (pass_init_datastructures): Remove.
6157 * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
6158 (rewrite_stmt): Likewise.
6159 * tree-inline.c (initialize_cfun): Properly transfer SSA state.
6160 (replace_locals_op): Replace SSA names.
6161 (copy_gimple_seq_and_replace_locals): Init src_cfun.
6162 * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
6163 * cgraph.c (release_function_body): Free CFG annotations only
6164 when we have a CFG. Simplify.
6165 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
6166 force_gimple_operand instead of get_initialized_tmp_var.
6167 * tree-pass.h (make_pass_init_datastructures): Remove.
6168 * tree-ssa.c (execute_init_datastructures): Remove.
6169 (pass_data_init_datastructures): Likewise.
6170 (class pass_init_datastructures): Likewise.
6171 (make_pass_init_datastructures): Likewise.
6172 * omp-low.c (create_omp_child_function): Init SSA data structures.
6173 (grid_expand_target_grid_body): Likewise.
6174 * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
6175 name before adding it to names_to_release.
6176 (remove_bb): Always release SSA defs.
6177 * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
6178 before dereferencing it.
6179 * cgraphunit.c (init_lowered_empty_function): Always
6180 int SSA data structures.
6181 * tree-ssanames.c (release_defs): Remove assert that we are in
6182 SSA form.
6183 * trans-mem.c (diagnose_tm_1): Handle SSA name function.
6184
6185 2016-05-03 Jakub Jelinek <jakub@redhat.com>
6186 Uros Bizjak <ubizjak@gmail.com>
6187
6188 PR rtl-optimization/70467
6189 * config/i386/predicates.md (x86_64_hilo_int_operand,
6190 x86_64_hilo_general_operand): New predicates.
6191 * config/i386/constraints.md (Wd): New constraint.
6192 * config/i386/i386.md (mode attr di): Use Wd instead of e.
6193 (general_hilo_operand): New mode attr.
6194 (add<mode>3, sub<mode>3): Use <general_hilo_operand>
6195 instead of <general_operand>.
6196 (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
6197 x86_64_hilo_general_operand instead of <general_operand>.
6198
6199 2016-05-03 Jakub Jelinek <jakub@redhat.com>
6200
6201 PR tree-optimization/70916
6202 * tree-if-conv.c (constant_or_ssa_name): Removed.
6203 (fold_build_cond_expr): Use is_gimple_val instead of
6204 constant_or_ssa_name.
6205
6206 PR tree-optimization/70916
6207 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
6208 if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
6209
6210 PR target/49244
6211 * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
6212 (optimize_atomic_bit_test_and): New function.
6213 (pass_fold_builtins::execute): Use it.
6214 * optabs.def (atomic_bit_test_and_set_optab,
6215 atomic_bit_test_and_complement_optab,
6216 atomic_bit_test_and_reset_optab): New optabs.
6217 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
6218 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
6219 * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
6220 * builtins.c (expand_ifn_atomic_bit_test_and): New function.
6221 * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
6222 expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
6223 expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
6224 * doc/md.texi (atomic_bit_test_and_set@var{mode},
6225 atomic_bit_test_and_complement@var{mode},
6226 atomic_bit_test_and_reset@var{mode}): Document.
6227 * config/i386/sync.md (atomic_bit_test_and_set<mode>,
6228 atomic_bit_test_and_complement<mode>,
6229 atomic_bit_test_and_reset<mode>): New expanders.
6230 (atomic_bit_test_and_set<mode>_1,
6231 atomic_bit_test_and_complement<mode>_1,
6232 atomic_bit_test_and_reset<mode>_1): New insns.
6233
6234 2016-05-03 Richard Sandiford <richard.sandiford@arm.com>
6235
6236 PR rtl-optimization/70687
6237 * combine.c (change_zero_ext): Check for scalar modes. Use wide_int
6238 instead of unsigned HOST_WIDE_INT.
6239
6240 2016-05-03 Bernd Schmidt <bschmidt@redhat.com>
6241
6242 PR rtl-optimization/44281
6243 * hard-reg-set.h (struct target_hard_regs): New field
6244 x_fixed_nonglobal_reg_set.
6245 (fixed_nonglobal_reg_set): New macro.
6246 * reginfo.c (init_reg_sets_1): Initialize it.
6247 * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
6248 of fixed_reg_set.
6249 * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
6250
6251 2016-05-03 Bin Cheng <bin.cheng@arm.com>
6252
6253 PR tree-optimization/56541
6254 * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
6255 * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
6256 * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
6257 (any_complicated_phi): new static variable.
6258 (aggressive_if_conv): delete.
6259 (if_convertible_phi_p): support phis with more than two arguments.
6260 (if_convertible_bb_p): remvoe check on aggressive_if_conv and
6261 critical pred edges.
6262 (ifcvt_split_critical_edges): support phis with more than two
6263 arguments by checking new parameter. only split critical edges
6264 if needed.
6265 (tree_if_conversion): handle simd pragma marked loop using new
6266 local variable aggressive_if_conv. check any_complicated_phi.
6267
6268 2016-05-03 Bin Cheng <bin.cheng@arm.com>
6269
6270 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
6271 before using it.
6272
6273 2016-05-03 Bin Cheng <bin.cheng@arm.com>
6274
6275 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
6276 cbase.
6277
6278 2016-05-03 Oleg Endo <olegendo@gcc.gnu.org>
6279
6280 * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
6281 (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
6282 define_insn_and_split.
6283 (mulsi3_i): New define_insn_and_split.
6284 (mulsi3_call): Convert to define_insn.
6285 (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
6286 Remove constraints.
6287
6288 2016-05-02 Michael Meissner <meissner@linux.vnet.ibm.com>
6289
6290 * machmode.h (mode_complex): Add support to give the complex mode
6291 for a given mode.
6292 (GET_MODE_COMPLEX_MODE): Likewise.
6293 * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
6294 stored by build_complex_type and gfc_build_complex_type instead of
6295 trying to figure out the appropriate mode based on the size. Raise
6296 an assertion error, if the type was not set.
6297 * genmodes.c (struct mode_data): Add field for the complex type of
6298 the given type.
6299 (blank_mode): Likewise.
6300 (make_complex_modes): Remember the complex mode created in the
6301 base type.
6302 (emit_mode_complex): Write out the mode_complex array to map a
6303 type mode to the complex version.
6304 (emit_insn_modes_c): Likewise.
6305 * tree.c (build_complex_type): Set the complex type to use before
6306 calling layout_type.
6307 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
6308 support for __float128 complex datatypes.
6309 (rs6000_hard_regno_mode_ok): Likewise.
6310 (rs6000_setup_reg_addr_masks): Likewise.
6311 (rs6000_complex_function_value): Likewise.
6312 * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
6313 __float128 and __ibm128 complex.
6314 (FLOAT128_IBM_P): Likewise.
6315 (ALTIVEC_ARG_MAX_RETURN): Likewise.
6316 * doc/extend.texi (Additional Floating Types): Document that
6317 -mfloat128 must be used to enable __float128. Document complex
6318 __float128 and __ibm128 support.
6319
6320 2016-05-02 Jakub Jelinek <jakub@redhat.com>
6321
6322 PR target/49244
6323 * gimple.c (gimple_builtin_call_types_compatible_p): Allow
6324 char/short arguments promoted to int because of promote_prototypes.
6325
6326 2016-05-02 Uros Bizjak <ubizjak@gmail.com>
6327
6328 * config/i386/predicates.md (register_ssemem_operand): New predicate.
6329 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
6330 *cmpi<FPCMP:unord><MODEF:mode>_mixed and
6331 *cmpi<FPCMP:unord><X87MODEF:mode>_i387. Disable unsupported
6332 alternatives using "enabled" attribute. Use register_ssemem_operand
6333 as operand 1 predicate.
6334 (*cmpi<unord>xf_i387): Split XFmode pattern from
6335 *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
6336 (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
6337 *absneg<mode>2_i387. Disable unsupported alternatives using
6338 "enabled" attribute.
6339 (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
6340
6341 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
6342
6343 * omp-low.c (lower_oacc_head_tail): Assert there is at least one
6344 marker.
6345 (oacc_loop_process): Check mask for loop termination.
6346
6347 2016-05-02 Jan Hubicka <hubicka@ucw.cz>
6348
6349 * cif-code.def (CIF_THUNK): Add.
6350 * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
6351 accidental change.
6352
6353 2016-05-02 Jan Hubicka <hubicka@ucw.cz>
6354
6355 * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
6356 (dump_inline_summary): Dump it.
6357 (fp_expression_p): New predicate.
6358 (estimate_function_body_sizes): Use it.
6359 (inline_merge_summary): Merge fp_expressions.
6360 (inline_read_section): Read fp_expressions.
6361 (inline_write_summary): Write fp_expressions.
6362 * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
6363 codegen boundary if either caller or callee is !fp_expressions.
6364 * ipa-inline.h (inline_summary): Add fp_expressions.
6365 * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
6366 to fp_expressions be sure the fp generation flags are updated.
6367
6368 2016-05-02 Jakub Jelinek <jakub@redhat.com>
6369
6370 PR rtl-optimization/70467
6371 * cse.c (cse_insn): Handle no-op MEM moves after folding.
6372
6373 PR rtl-optimization/70467
6374 * ipa-pure-const.c (check_call): Handle internal calls even in
6375 ipa mode like in local mode.
6376
6377 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
6378
6379 * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
6380
6381 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
6382
6383 * match.pd (X u< X, X u> X): New transformations.
6384
6385 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
6386
6387 * flag-types.h (enum warn_strict_overflow_code): Move ...
6388 * coretypes.h: ... here.
6389 * fold-const.h (fold_overflow_warning): Declare.
6390 * fold-const.c (fold_overflow_warning): Make non-static.
6391 (fold_comparison): Move the transformation of X +- C1 CMP C2
6392 into X CMP C2 -+ C1 ...
6393 * match.pd: ... here.
6394 * gimple-fold.c (fold_stmt_1): Protect with
6395 fold_defer_overflow_warnings.
6396
6397 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
6398
6399 * omp-low.c (struct oacc_loop): Add 'inner' field.
6400 (new_oacc_loop_raw): Initialize it to zero.
6401 (oacc_loop_fixed_partitions): Initialize it.
6402 (oacc_loop_auto_partitions): Partition outermost loop to outermost
6403 available partitioning.
6404
6405 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
6406
6407 * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
6408 register_operand.
6409 (umulsidi3): Likewise.
6410 (indirect_jump): Fix jump instruction assembly patterns.
6411
6412 2016-05-02 Thomas Schwinge <thomas@codesourcery.com>
6413
6414 PR target/70860
6415 * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
6416 (nvptx_function_value): Assert non-NULL cfun.
6417
6418 2016-05-02 Eric Botcazou <ebotcazou@adacore.com>
6419
6420 PR rtl-optimization/70886
6421 * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
6422
6423 * cselib.h (rtx_equal_for_cselib_1): Declare.
6424 (rtx_equal_for_cselib_p: New inline function.
6425 * cselib.c (rtx_equal_for_cselib_p): Delete.
6426 (rtx_equal_for_cselib_1): Make public.
6427
6428 2016-05-02 Uros Bizjak <ubizjak@gmail.com>
6429
6430 * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
6431 (register_mixssei387nonimm_operand): Remove predicate.
6432 * config/i386/i386.md (*fop_<mode>_comm): Merge from
6433 *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387. Disable unsupported
6434 alternatives using "enabled" attribute. Also check X87_ENABLE_ARITH
6435 for TARGET_MIX_SSE_I387 alternatives.
6436 (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
6437 Disable unsupported alternatives using "enabled" attribute. Use
6438 nonimm_ssenomem_operand as operand 1 predicate. Also check
6439 X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
6440
6441 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
6442
6443 * tree.c (cst_and_fits_in_hwi): Simplify.
6444
6445 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
6446
6447 * tree.h (wi::to_wide): New function.
6448 * expr.c (expand_expr_real_1): Use wi::to_wide.
6449 * fold-const.c (int_const_binop_1): Likewise.
6450 (extract_muldiv_1): Likewise.
6451
6452 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
6453
6454 * wide-int.h: Update offset_int and widest_int documentation.
6455 (WI_SIGNED_SHIFT_RESULT): New macro.
6456 (wi::binary_shift): Define signed_shift_result_type for
6457 shifts on offset_int- and widest_int-like types.
6458 (generic_wide_int): Support <<= and >>= if << and >> are supported.
6459 * tree.h (int_bit_position): Use shift operators instead of wi::
6460 shifts.
6461 * alias.c (adjust_offset_for_component_ref): Likewise.
6462 * expr.c (get_inner_reference): Likewise.
6463 * fold-const.c (fold_comparison): Likewise.
6464 * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
6465 * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
6466 * tree-dfa.c (get_ref_base_and_extent): Likewise.
6467 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
6468 (stmt_kills_ref_p): Likewise.
6469 * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
6470 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
6471 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
6472 (ao_ref_init_from_vn_reference): Likewise.
6473
6474 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
6475
6476 * wide-int.h: Update offset_int and widest_int documentation.
6477 (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
6478 (wi::binary_traits): Allow ordered comparisons between offset_int and
6479 offset_int, between widest_int and widest_int, and between either
6480 of these types and basic C types.
6481 (operator <, <=, >, >=): Define for the same combinations.
6482 * tree.h (tree_int_cst_lt): Use comparison operators instead
6483 of wi:: comparisons.
6484 (tree_int_cst_le): Likewise.
6485 * gimple-fold.c (fold_array_ctor_reference): Likewise.
6486 (fold_nonarray_ctor_reference): Likewise.
6487 * gimple-ssa-strength-reduction.c (record_increment): Likewise.
6488 * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
6489 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
6490 * tree-sra.c (completely_scalarize): Likewise.
6491 * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
6492 * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
6493 * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
6494 (check_for_binary_op_overflow): Likewise.
6495 (search_for_addr_array): Likewise.
6496 * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
6497
6498 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
6499
6500 * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
6501 (arc_save_restore): Likewise.
6502 (arc_dwarf_register_span): Likewise.
6503 (arc_output_pic_addr_const): Initialize suffix variable.
6504
6505 2016-05-02 Martin Liska <mliska@suse.cz>
6506
6507 * symbol-summary.h (function_summary::function_summary):
6508 Remove checking assert for all cgraph nodes.
6509 (function_summary::get): Check summary_uid.
6510 (symtab_insertion): Check summary_uid.
6511
6512 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
6513
6514 * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
6515 * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
6516 bmaskn instruction.
6517 (arc_dwarf_register_span): Remove enum keyword.
6518 (compact_memory_operand_p): New function.
6519 * config/arc/arc.h (reg_class): Add code density register classes.
6520 (REG_CLASS_NAMES): Likewise.
6521 (REG_CLASS_CONTENTS): Likewise.
6522 * config/arc/arc.md (*movqi_insn): Add code density instructions.
6523 (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
6524 (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
6525 (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
6526 * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
6527 constraints.
6528 (h, Rcd, Rsd, Rzd): New register constraints.
6529 (T): Use compact_memory_operand_p function.
6530 * config/arc/predicates.md (compact_load_memory_operand): Remove.
6531
6532 2016-05-02 Oleg Endo <olegendo@gcc.gnu.org>
6533
6534 * config/sh/sh.md (*negnegt, *movtt): Remove.
6535
6536 2016-05-02 Marek Polacek <polacek@redhat.com>
6537 Tom de Vries <tom@codesourcery.com>
6538
6539 PR tree-optimization/70700
6540 * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
6541 bigger than FIRST_REF_NODE.
6542
6543 2016-05-02 Oleg Endo <olegendo@gcc.gnu.org>
6544
6545 PR target/52898
6546 * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
6547 TARGET_CMPEQDI_T.
6548 (prepare_cbranch_operands): Don't use scratch register. Assume that
6549 function is used when pseudos can be created.
6550 (expand_cbranchdi4): Likewise. Remove unused TARGET_CMPEQDI_T paths.
6551 * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
6552 (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
6553 define_expand. Allow it only when pseudos can be created.
6554 * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
6555
6556 2016-05-01 Uros Bizjak <ubizjak@gmail.com>
6557
6558 * config/i386/constraints.md (BC): Only allow -1 operands.
6559 * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
6560 Add "enabled" attribute. Update XI mode attribute calculation.
6561 * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
6562 (*movoi_internal_avx): Update XI mode attribute calculation.
6563 (*movti_internal): Ditto.
6564
6565 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
6566
6567 * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
6568 cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
6569
6570 2016-05-01 Eric Botcazou <ebotcazou@adacore.com>
6571
6572 * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
6573 statement on instruction code. Remove trailing spaces.
6574 (altivec_expand_stv_builtin): Likewise.
6575
6576 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
6577
6578 * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
6579 (TARGET_FPU_DOUBLE): Simplify.
6580 (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
6581 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
6582 * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
6583 with 'TARGET_FPU_DOUBLE'.
6584 * config/sh/sh.md: Likewise.
6585
6586 2016-05-01 Yoshinori Sato <ysato@users.sourceforge.jp>
6587
6588 * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
6589 SH_DIV_STR_FOR_SIZE): Remove.
6590 * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
6591 SH_DIV_STR_FOR_SIZE): Remove.
6592
6593 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
6594
6595 * config/sh/predicates.md (any_register_operand, zero_extend_operand,
6596 logical_reg_operand): Delete.
6597 (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
6598 arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
6599 logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
6600 match_operand and match_test.
6601 (sh_const_vec, sh_1el_vec): Remove redundant checks. Declare local
6602 variables on their first use. Return bool values.
6603 * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
6604 * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
6605 arith_reg_operand for input operand. Remove empty constraints.
6606 (xorsi3): Delete.
6607 (*xorsi3_compact): Rename to xorsi3.
6608 (zero_extend<mode>si2): Use arith_reg_operand for input operand.
6609 (*zero_extend<mode>si2_disp_mem): Update comment.
6610 (mov_nop): Delete.
6611
6612 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
6613
6614 * config/sh/t-sh: Remove SH5 support.
6615 * config.gcc: Likewise.
6616 * configure: Likewise.
6617
6618 2016-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6619
6620 * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
6621
6622 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
6623
6624 * config/sh/sh.c (register_sh_passes, sh_option_override,
6625 sh_print_operand, prepare_move_operands,
6626 sh_can_follow_jump): Remove TARGET_SH1 checks.
6627 * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
6628 PROMOTE_MODE): Likewise.
6629 * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
6630 movdi): Likewise.
6631
6632 2016-04-30 Alan Modra <amodra@gmail.com>
6633
6634 * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
6635 restoring when fixed_reg_p, but allow out-of-line or stmw save.
6636 Check for user regs later to avoid unnecessary looping over regs.
6637 Merge user reg check with non-saved reg check. Don't force
6638 inline VR restore when static chain used.
6639 (rs6000_frame_related): Omit eh_frame info for user regs when
6640 saving.
6641 (fixed_regs_p): Delete.
6642
6643 2016-04-30 Alan Modra <amodra@gmail.com>
6644
6645 * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
6646 (SAVE_STRATEGY, REST_STRATEGY): ..this. Renumber and sort enum.
6647 Update all uses.
6648
6649 2016-04-30 Alan Modra <amodra@gmail.com>
6650
6651 PR target/69645
6652 * config/rs6000/rs6000.c (fixed_reg_p): New function.
6653 (fixed_regs_p): Rename from global_regs_p. Call fixed_reg_p.
6654 Update all uses.
6655
6656 2016-04-30 Alan Modra <amodra@gmail.com>
6657
6658 * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
6659 Remove redundant PIC_OFFSET_TABLE_REGNUM test. Replace with
6660 flag_pic test for Darwin.
6661
6662 2016-04-30 Alan Modra <amodra@gmail.com>
6663
6664 * regs.h (struct reg_info_t): Delete freq_calls_crossed and
6665 throw_calls_crossed.
6666 (REG_FREQ_CALLS_CROSSED): Delete.
6667 (REG_N_THROWING_CALLS_CROSSED): Delete.
6668 * regstat.c (regstat_bb_compute_ri): Don't calculate
6669 REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
6670 (dump_reg_info): Don't print call cross frequency.
6671 * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
6672 and REG_N_THROWING_CALLS_CROSSED.
6673
6674 2016-04-30 Alan Modra <amodra@gmail.com>
6675
6676 * regs.h (struct reg_info_t): Delete live_length.
6677 (REG_LIVE_LENGTH): Delete macro.
6678 * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
6679 local_live, local_processed and local_live_last_luid params.
6680 Replace bb_index param with bb. Don't set REG_LIVE_LENGTH.
6681 Formatting fixes.
6682 (regstat_compute_ri): Adjust for above. Don't set
6683 REG_LIVE_LENGTH.
6684 (dump_reg_info): Don't print live length.
6685 * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
6686 with test of setjmp_crosses. Don't set REG_LIVE_LENGTH.
6687 Localize loop_depth var.
6688
6689 2016-04-30 Alan Modra <amodra@gmail.com>
6690
6691 * ira.c (enum valid_equiv): New.
6692 (validate_equiv_mem): Return enum.
6693 (update_equiv_mem): Create replacement in more cases.
6694 (add_store_equivs): Update validate_equiv_mem call.
6695
6696 2016-04-30 Alan Modra <amodra@gmail.com>
6697
6698 * ira.c (combine_and_move_insns): Rather than scanning insns,
6699 use DF infrastucture to find use and def insns.
6700
6701 2016-04-30 Alan Modra <amodra@gmail.com>
6702
6703 ira.c (combine_and_move_insns): Move invariant conditions..
6704 (ira.c): ..to here. Call combine_and_move_insns before
6705 add_store_equivs. Call grow_reg_equivs later. Allocate
6706 req_equiv later using max_reg_num() rather than global max_regno.
6707 (contains_replace_regs): Delete.
6708 (add_store_equivs): Remove contains_replace_regs test.
6709
6710 2016-04-30 Alan Modra <amodra@gmail.com>
6711
6712 * ira.c (struct equiv_mem_data): New.
6713 (equiv_mem, equiv_mem_modified): Delete static vars.
6714 (validate_equiv_mem_from_store): Use "data" param to communicate..
6715 (validate_equiv_mem): ..from here.
6716
6717 2016-04-30 Alan Modra <amodra@gmail.com>
6718
6719 * ira.c (add_store_equivs, combine_and_move_insns): New functions,
6720 split out from..
6721 (update_reg_equivs): ..here. Move allocation and freeing of
6722 reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
6723 end_alias_analysis to..
6724 (ira): ..here.
6725
6726 2016-04-30 Alan Modra <amodra@gmail.com>
6727
6728 * ira.c (pdx_subregs): Delete.
6729 (struct equivalence): Add pdx_subregs field.
6730 (set_paradoxical_subreg): Remove pdx_subregs param. Update
6731 pdx_subregs access.
6732 (update_equiv_regs): Don't create or free pdx_subregs. Update
6733 pdx_subregs access.
6734
6735 2016-04-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6736
6737 * config/rs6000/altivec.h: Change definitions of vec_xl and
6738 vec_xst.
6739 * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
6740 (LD_ELEMREV_V2DI): New.
6741 (LD_ELEMREV_V4SF): New.
6742 (LD_ELEMREV_V4SI): New.
6743 (LD_ELEMREV_V8HI): New.
6744 (LD_ELEMREV_V16QI): New.
6745 (ST_ELEMREV_V2DF): New.
6746 (ST_ELEMREV_V2DI): New.
6747 (ST_ELEMREV_V4SF): New.
6748 (ST_ELEMREV_V4SI): New.
6749 (ST_ELEMREV_V8HI): New.
6750 (ST_ELEMREV_V16QI): New.
6751 (XL): New.
6752 (XST): New.
6753 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6754 descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
6755 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
6756 TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
6757 (altivec_expand_builtin): Add handling for
6758 VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
6759 (rs6000_invalid_builtin): Add error-checking for
6760 RS6000_BTM_P9_VECTOR.
6761 (altivec_init_builtins): Define builtins used to implement vec_xl
6762 and vec_xst.
6763 (rs6000_builtin_mask_names): Define power9-vector.
6764 * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
6765 (RS6000_BTM_P9_VECTOR): Define.
6766 (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
6767 * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
6768 (vsx_ld_elemrev_v2df): Likewise.
6769 (vsx_ld_elemrev_v4sf): Likewise.
6770 (vsx_ld_elemrev_v4si): Likewise.
6771 (vsx_ld_elemrev_v8hi): Likewise.
6772 (vsx_ld_elemrev_v16qi): Likewise.
6773 (vsx_st_elemrev_v2df): Likewise.
6774 (vsx_st_elemrev_v2di): Likewise.
6775 (vsx_st_elemrev_v4sf): Likewise.
6776 (vsx_st_elemrev_v4si): Likewise.
6777 (vsx_st_elemrev_v8hi): Likewise.
6778 (vsx_st_elemrev_v16qi): Likewise.
6779 * doc/extend.texi: Add prototypes for vec_xl and vec_xst. Correct
6780 grammar.
6781
6782 2016-04-29 Patrick Palka <ppalka@gcc.gnu.org>
6783
6784 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
6785 out into ...
6786 (simplify_control_stmt_condition_1): ... here. Recurse into
6787 BIT_AND_EXPRs and BIT_IOR_EXPRs.
6788
6789 2016-04-29 David Edelsohn <dje.gcc@gmail.com>
6790
6791 PR target/69810
6792 * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
6793 (zero_extendqi<mode>2_dot): Revert earlier conversion from
6794 define_insn_and_split to define_insn.
6795 (zero_extendqi<mode>2_dot2): Same.
6796 (extendqi<mode>2_dot): Same.
6797 (extendqi<mode>2_dot2): Same.
6798
6799 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
6800
6801 * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
6802 (probe_stack): New expander.
6803 (probe_stack_<mode>): New insn pattern.
6804
6805 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
6806
6807 * config/i386/i386.md
6808 (operations with memory inputs setting flags peephole2):
6809 Remove uneeded REG_P checks. Cleanup pattern generation.
6810
6811 2016-04-29 Ilya Enkovich <ilya.enkovich@intel.com>
6812
6813 * tree-vect-loop.c (vect_transform_loop): Fix
6814 nb_iterations_upper_bound computation for vectorized loop.
6815
6816 2016-04-29 Marek Polacek <polacek@redhat.com>
6817 Jakub Jelinek <jakub@redhat.com>
6818
6819 PR sanitizer/70342
6820 * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
6821 TARGET_EXPR_SLOT as a base.
6822
6823 2016-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
6824
6825 * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
6826 with 'rCm2' constraints to limit possible immediate size.
6827 (*load_zeroextendqisi_update): Likewise.
6828 (*load_signextendqisi_update): Likewise.
6829 (*loadhi_update): Likewise.
6830 (*load_zeroextendhisi_update): Likewise.
6831 (*load_signextendhisi_update): Likewise.
6832 (*loadsi_update): Likewise.
6833 (*loadsf_update): Likewise.
6834
6835 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
6836
6837 * config/i386/predicates.md (constm1_operand): Fix comparison.
6838
6839 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
6840
6841 * testsuite/gcc.target/arc/ieee_eq.c: New test.
6842
6843 2016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
6844
6845 * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
6846 remaining SH5 related settings.
6847 * config/sh/sh-protos.h (shmedia_cleanup_truncate,
6848 shmedia_prepare_call_address): Delete.
6849 * config/sh/sh.c (sh_print_operand, output_stack_adjust,
6850 DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
6851 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
6852 UNSUPPORTED_SH2A): Remove m5 checks.
6853 (sh_divide_strategy_e): Remove SH5 division strategies.
6854 (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
6855 * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
6856
6857 2016-04-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
6858
6859 * config/s390/s390.c (s390_rtx_costs): Update documentation.
6860
6861 2016-04-29 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6862
6863 * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
6864 * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
6865 Change lder to ldr.
6866 * config/s390/vector.md ("mov<mode>"): Likewise.
6867
6868 2016-04-29 Ulrich Weigand <uweigand@de.ibm.com>
6869
6870 * config/s390/constraints.md ("U", "W"): Invoke
6871 s390_mem_constraint with "ZR" and "ZT".
6872 * config/s390/s390.c (s390_check_qrst_address): Reject invalid
6873 addresses when using LRA. Accept also short displacements for S
6874 and T constraints. Do not check for long displacement target for
6875 S and T constraints.
6876 (s390_mem_constraint): Remove handling of U and W constraints.
6877 * config/s390/s390.md (various patterns): Remove the short
6878 displacement constraints (Q and R) if a long displacement
6879 constraint is present. Add longdisp as required CPU capability.
6880 * config/s390/vector.md: Likewise.
6881 * config/s390/vx-builtins.md: Likewise.
6882
6883 2016-04-29 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
6884
6885 PR target/60040
6886 * reload1.c (reload): Call finish_spills before
6887 restarting reload loop. Skip select_reload_regs
6888 if update_eliminables_and_spill returns true.
6889
6890 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
6891
6892 * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
6893 * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
6894 (umulhisi3_imm): Update predicates and constraint letters.
6895 (umulhisi3_reg): Declare instruction as commutative.
6896 * config/arc/constraints.md (J12, J16): New constraints.
6897 * config/arc/predicates.md (short_unsigned_const_operand): New
6898 predicate.
6899 (arc_short_operand): Likewise.
6900 * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
6901
6902 2016-04-29 Richard Biener <rguenther@suse.de>
6903
6904 PR tree-optimization/13962
6905 PR tree-optimization/65686
6906 * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
6907 * tree-ssa-alias.c (ptrs_compare_unequal): New function
6908 using PTA to compare pointers.
6909 * match.pd: Add pattern for pointer equality compare simplification
6910 using ptrs_compare_unequal.
6911
6912 2016-04-29 Richard Biener <rguenther@suse.de>
6913
6914 * stor-layout.c (layout_type): Do not build a pointer-to-element
6915 type for arrays.
6916
6917 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
6918
6919 * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
6920 Use SWI mode iterator. Use general_reg_operand predicate.
6921 (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
6922 peephole to MMX and SSE part. Use mmx_reg_operand and sse_reg_operand
6923 predicates.
6924
6925 2016-04-29 Jakub Jelinek <jakub@redhat.com>
6926
6927 PR middle-end/70843
6928 * fold-const.c (operand_equal_p): Don't verify hash value equality
6929 if arg0 == arg1.
6930 * tree.c (inchash::add_expr): Handle STATEMENT_LIST. Ignore BLOCK
6931 and OMP_CLAUSE.
6932
6933 2016-04-28 Jakub Jelinek <jakub@redhat.com>
6934
6935 PR target/70858
6936 * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
6937 to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
6938 (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
6939 __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
6940 __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
6941
6942 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
6943
6944 * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
6945 to info. Don't initialize separate fields to 0. Clean up
6946 formatting a bit.
6947
6948 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
6949
6950 * config/i386/i386.md (peephole2s for operations with memory inputs):
6951 Use SWI mode iterator.
6952 (peephole2s for operations with memory outputs): Ditto.
6953 Do not check for stack checking probe.
6954
6955 (probe_stack): Remove expander.
6956
6957 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
6958 Andrew Burgess <andrew.burgess@embecosm.com>
6959
6960 * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
6961 operands as 32-bits.
6962
6963 2016-04-28 Jason Merrill <jason@redhat.com>
6964
6965 * gdbinit.in: Skip line-map.h.
6966
6967 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
6968 Andrew Burgess <andrew.burgess@embecosm.com>
6969
6970 * config/arc/arc.c (arc_conditional_register_usage): Take
6971 TARGET_RRQ_CLASS into account.
6972 (arc_print_operand): Support printing 'p' and 's' operands.
6973 * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
6974 as 0.
6975 (TARGET_RRQ_CLASS): Define.
6976 (IS_POWEROF2_OR_0_P): Define.
6977 * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
6978 alternatives.
6979 (*tst_movb): New define_insn.
6980 (*tst): Avoid recognition if it could prevent '*tst_movb'
6981 combination; replace c/CnL with c/Chs alternative.
6982 (*tst_bitfield_tst): New define_insn.
6983 (*tst_bitfield_asr): New define_insn.
6984 (*tst_bitfield): New define_insn.
6985 (andsi3_i): Add Rrq variant.
6986 (extzv): New define_expand.
6987 (insv): New define_expand.
6988 (*insv_i): New define_insn.
6989 (*movb): New define_insn.
6990 (*movb_signed): New define_insn.
6991 (*movb_high): New define_insn.
6992 (*movb_high_signed): New define_insn.
6993 (*movb_high_signed + 1): New define_split pattern.
6994 (*mrgb): New define_insn.
6995 (*mrgb + 1): New define_peephole2 pattern.
6996 (*mrgb + 2): New define_peephole2 pattern.
6997 * config/arc/arc.opt (mbitops): New option for nps400, uses
6998 TARGET_NPS_BITOPS_DEFAULT.
6999 * config/arc/constraints.md (q): Make register class conditional.
7000 (Rrq): New register constraint.
7001 (Chs): New constraint.
7002 (Clo): New constraint.
7003 (Chi): New constraint.
7004 (Cbf): New constraint.
7005 (Cbn): New constraint.
7006 (C18): New constraint.
7007 (Cbi): New constraint.
7008
7009 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
7010
7011 * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
7012 dst->popcount.
7013 (bitmap_intersection_of_preds): Ditto.
7014 (bitmap_union_of_succs): Ditto.
7015 (bitmap_union_of_preds): Ditto.
7016 * sbitmap.c (do_popcount): Delete.
7017 (BITMAP_DEBUGGING): Delete.
7018 (sbitmap_verify_popcount): Delete.
7019 (sbitmap_alloc): Don't initialize the popcount field.
7020 (sbitmap_alloc_with_popcount): Delete.
7021 (sbitmap_resize): Don't resize the popcount array.
7022 (sbitmap_vector_alloc): Don't initialize the popcount field.
7023 (bitmap_copy): Don't copy the popcount array.
7024 (bitmap_clear): Don't clear the popcount array.
7025 (bitmap_clear): Delete the popcount array handling.
7026 (bitmap_ior_and_compl): Delete the popcount assert.
7027 (bitmap_not): Ditto.
7028 (bitmap_and_compl): Ditto.
7029 (bitmap_and): Delete the popcount array handling.
7030 (bitmap_xor): Ditto.
7031 (bitmap_ior): Ditto.
7032 (bitmap_or_and): Delete the popcount assert.
7033 (bitmap_and_or): Ditto.
7034 (popcount_table): Delete.
7035 (sbitmap_elt_popcount): Delete.
7036 * sbitmap.h (simple_bitmap_def): Delete the popcount field.
7037 (bitmap_set_bit): Delete the popcount assert.
7038 (bitmap_clear_bit): Ditto.
7039 (sbitmap_free): Don't free the popcount array.
7040 (sbitmap_alloc_with_popcount): Delete declaration.
7041 (sbitmap_popcount): Ditto.
7042
7043 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
7044 Andrew Burgess <andrew.burgess@embecosm.com>
7045
7046 * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
7047 (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
7048 * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
7049 (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
7050 * config/arc/arc.opt (mcmem): New option.
7051 * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
7052 supply length for r/m alternative.
7053 (*extendqisi2_ac): Likewise.
7054 (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
7055 r/Uex alternative.
7056 (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
7057 (movhi_insn): Likewise.
7058 (movsi_insn): Add r/Ucm,Ucm/w alternatives.
7059 (*zero_extendqihi2_i): Add r/Ucm alternative.
7060 (*zero_extendqisi2_ac): Likewise.
7061 (*zero_extendhisi2_i): Likewise.
7062 * config/arc/constraints.md (Uex): New memory constraint.
7063 (Ucm): New define_constraint.
7064 * config/arc/predicates.md (long_immediate_loadstore_operand):
7065 Return 0 for MEM with cmem_address address.
7066 (cmem_address_0): New predicates.
7067 (cmem_address_1): Likewise.
7068 (cmem_address_2): Likewise.
7069 (cmem_address): Likewise.
7070
7071 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
7072
7073 * config/rs6000/rs6000.c (machine_function): Rename
7074 insn_chain_scanned_p to spe_insn_chain_scanned_p.
7075 (rs6000_stack_info): Adjust.
7076
7077 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
7078 Andrew Burgess <andrew.burgess@embecosm.com>
7079
7080 * config/arc/constraints.md (Usd): Convert to define_constraint.
7081 (Us<): Likewise.
7082 (Us>): Likewise.
7083
7084 2016-04-28 Jakub Jelinek <jakub@redhat.com>
7085
7086 PR target/70821
7087 * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
7088 Add new peephole2 where the first insn is *mov<mode>_or instead of
7089 *mov<mode>_internal.
7090
7091 2016-04-28 Segher Boesssenkool <segher@kernel.crashing.org>
7092
7093 * tracer.c (bb_seen): Make static.
7094
7095 2016-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
7096
7097 * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
7098 support, setup defaults.
7099 * config/arc/arc-opts.h (enum processor_type): Add NPS400.
7100 * config/arc/arc.c (arc_init): Add NPS400 support.
7101 * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
7102 (TARGET_ARC700): NPS400 is also an ARC700.
7103 * config/arc/arc.opt: Add NPS400 options to -mcpu=.
7104
7105 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
7106
7107 PR target/70668
7108 * config/nds32/nds32.md (casesi): Don't access the operands array
7109 out of bounds.
7110
7111 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
7112
7113 * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
7114 (or $-1,reg peephole2): Ditto.
7115 (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
7116
7117 2016-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
7118
7119 * doc/extend.texi (Common Function Attributes) [optimize]:
7120 Discourage use of the optimize attribute.
7121
7122 2016-04-28 Bill Seurer <seurer@linux.vnet.ibm.com>
7123
7124 * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
7125 special case builtin.
7126 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
7127 ALTIVEC_BUILTIN_VEC_ADDE.
7128 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
7129 support for ALTIVEC_BUILTIN_VEC_ADDE.
7130 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
7131 for __builtin_vec_adde.
7132
7133 2016-04-28 Jakub Jelinek <jakub@redhat.com>
7134
7135 * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
7136 * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
7137
7138 2016-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7139
7140 PR testsuite/70595
7141 * doc/sourcebuild.texi (Effective-Target Keywords, Other
7142 attributes): Document cilkplus_runtime.
7143
7144 2016-04-28 Martin Jambor <mjambor@suse.cz>
7145
7146 * tree-cfg.c (verify_expr): Verify that local declarations belong to
7147 this function. Call verify_expr on MEM_REFs and bases of other
7148 handled_components.
7149
7150 2016-04-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7151
7152 * internal-fn.c (expand_arith_overflow): Convert preprocessor check
7153 for WORD_REGISTER_OPERATIONS to runtime check.
7154
7155 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
7156
7157 * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
7158
7159 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
7160
7161 * config/arc/arc.c (arc_process_double_reg_moves): Fix for
7162 big-endian compilation.
7163 * config/arc/arc.md (addf3): Likewise.
7164 (subdf3): Likewise.
7165 (muldf3): Likewise.
7166
7167 2016-04-28 Richard Biener <rguenther@suse.de>
7168
7169 PR tree-optimization/70840
7170 * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
7171 Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
7172 Mark x * pow(x,c) -> pow(x,c+1) commutative.
7173 Add powi(x,y) * powi(z,y) -> powi(x*z,y).
7174
7175 2015-04-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7176
7177 * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
7178 and explain why in a comment.
7179
7180 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
7181
7182 * config/arc/arc.md (cpu_facility): Add fpx variant.
7183 (subdf3): Prohibit use reverse sub when assist operations option
7184 is enabled.
7185 * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
7186 instructions only when FPX is enabled.
7187 * testsuite/gcc.target/arc/trsub.c: New test.
7188
7189 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
7190
7191 * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
7192 mult_operator when calculating "type" attribute.
7193 (*fop_<mode>_1_i387): Ditto.
7194 (*fop_xf_1_i387): Ditto.
7195 (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
7196 Use std::swap to swap operands. Use RTL expressions to generate
7197 converted pattern.
7198
7199 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
7200 Joern Rennecke <joern.rennecke@embecosm.com>
7201
7202 * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
7203 declaration.
7204 (emit_pic_move): Remove.
7205 (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
7206 * config/arc/arc.c (emit_pic_move): Removed.
7207 (TARGET_HAVE_TLS): Define.
7208 (arc_conditional_register_usage): Test for arc_tp_regno.
7209 (arc_print_operand, arc_print_operand_address): Handle TLS
7210 unspecs.
7211 (arc_needs_pcl_p): New function.
7212 (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
7213 (arc_legitimate_pic_addr_p): Handle TLS unspecs.
7214 (arc_raw_symbolic_reference_mentioned_p): Likewise.
7215 (arc_get_tp, arc_emit_call_tls_get_addr): New function.
7216 (arc_legitimize_tls_address): Likewise.
7217 (DTPOFF_ZERO_SYM): Define.
7218 (arc_legitimize_pic_address): Make it static, handle TLS cases.
7219 (arc_output_pic_addr_const): Print TLS unspecs.
7220 (prepare_pic_move): New function, replaces emit_pic_move.
7221 (arc_legitimate_constant_p): Handle TLS unspecs.
7222 (arc_legitimate_address_p): Likewise.
7223 (arc_rewrite_small_data_p): Use assert for TLS constants.
7224 (prepare_move_operands): Use prepare_pic_move.
7225 (arc_legitimize_address): Legitimize tls addresses.
7226 (arc_epilogue_uses): Check for arc_tp_regno.
7227 (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
7228 * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
7229 Define.
7230 [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
7231 Likewise.
7232 [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
7233 %(arc_tls_extra_start_spec).
7234 (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
7235 (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
7236 (EH_USES): Define.
7237 (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
7238 * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
7239 (UNSPEC_TLS_OFF): Add.
7240 (R10_REG): Define.
7241 (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
7242 (get_thread_pointersi): New patterns.
7243 * config/arc/arc.opt (mtp-regno): New option.
7244 * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
7245 (move_dest_operand): Likewise.
7246 * configure: Regenerate.
7247 * configure.ac: Add arc*-*-* case to test for tls.
7248 * doc/invoke.texi (ARC options): Document mtp-regno.
7249
7250 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
7251
7252 * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
7253 the new ARC HS SIMD instructions.
7254 (arc_preferred_simd_mode): New function.
7255 (arc_autovectorize_vector_sizes): Likewise.
7256 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
7257 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
7258 (arc_init_reg_tables): Accept new ARC HS SIMD modes.
7259 (arc_init_builtins): Add new SIMD builtin types.
7260 (arc_split_move): Handle 64 bit vector moves.
7261 * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
7262 (TARGET_PLUS_QMACW): Define.
7263 * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
7264 (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
7265 (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
7266 (VSUBADD4H): New builtins.
7267 * config/arc/simdext.md: Add new ARC HS SIMD instructions.
7268 * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
7269
7270 2016-04-28 Eduard Sanou <dhole@openmailbox.org>
7271 Matthias Klose <doko@debian.org>
7272
7273 * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
7274
7275 2016-04-28 Richard Biener <rguenther@suse.de>
7276
7277 PR middle-end/70777
7278 * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
7279 canonicalization.
7280
7281 2016-04-28 Oleg Endo <olegendo@gcc.gnu.org>
7282
7283 * common/config/sh/sh-common.c: Remove SH5 support.
7284 * config/sh/constraints.md: Likewise.
7285 * config/sh/config/sh/elf.h: Likewise.
7286 * config/sh/linux.h: Likewise.
7287 * config/sh/netbsd-elf.h: Likewise.
7288 * config/sh/predicates.md: Likewise.
7289 * config/sh/sh-c.c: Likewise.
7290 * config/sh/sh-protos.h: Likewise.
7291 * config/sh/sh.c: Likewise.
7292 * config/sh/sh.h: Likewise.
7293 * config/sh/sh.md: Likewise.
7294 * config/sh/sh.opt: Likewise.
7295 * config/sh/sync.md: Likewise.
7296 * config/sh/sh64.h: Delete.
7297 * config/sh/shmedia.h: Likewise.
7298 * config/sh/shmedia.md: Likewise.
7299 * config/sh/sshmedia.h: Likewise.
7300 * config/sh/t-netbsd-sh5-64: Likewise.
7301 * config/sh/t-sh64: Likewise.
7302 * config/sh/ushmedia.h: Likewise.
7303
7304 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
7305
7306 * config/i386/i386.md (sign_extend to memory peephole2s): Use
7307 general_reg_operand instead of register_operand predicate.
7308
7309 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
7310
7311 * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
7312
7313 2016-04-27 Marc Glisse <marc.glisse@inria.fr>
7314
7315 * match.pd (A - B > A, A + B < A): New transformations.
7316
7317 2016-04-27 Patrick Palka <ppalka@gcc.gnu.org>
7318
7319 * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
7320 which defaults to true. Emit an outer pair of parentheses only if
7321 EMIT_PARENS. When continuing a chain of && or || (or & or |),
7322 don't emit parentheses for the right-hand operand.
7323
7324 2016-04-27 Jeff Law <law@redhat.com>
7325
7326 * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
7327
7328 2016-04-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7329
7330 * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
7331 (altivec_lvx_<mode>_internal): Document.
7332 (altivec_lvx_<mode>_2op): New define_insn.
7333 (altivec_lvx_<mode>_1op): Likewise.
7334 (altivec_lvx_<mode>_2op_si): Likewise.
7335 (altivec_lvx_<mode>_1op_si): Likewise.
7336 (altivec_stvx_<mode>): Remove.
7337 (altivec_stvx_<mode>_internal): Document.
7338 (altivec_stvx_<mode>_2op): New define_insn.
7339 (altivec_stvx_<mode>_1op): Likewise.
7340 (altivec_stvx_<mode>_2op_si): Likewise.
7341 (altivec_stvx_<mode>_1op_si): Likewise.
7342 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
7343 Expand vec_ld and vec_st during parsing.
7344 * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
7345 changes.
7346 (altivec_expand_stvx_be): Likewise.
7347 (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
7348 address-masking behavior in RTL.
7349 (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
7350 address-masking behavior in RTL.
7351 (altivec_expand_builtin): Change builtin code arguments for calls
7352 to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
7353 (insn_is_swappable_p): Avoid incorrect swap optimization in the
7354 presence of lvx/stvx patterns.
7355 (alignment_with_canonical_addr): New function.
7356 (alignment_mask): Likewise.
7357 (find_alignment_op): Likewise.
7358 (recombine_lvx_pattern): Likewise.
7359 (recombine_stvx_pattern): Likewise.
7360 (recombine_lvx_stvx_patterns): Likewise.
7361 (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
7362 stvx patterns from expand.
7363 * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
7364 expansions.
7365 (vector_altivec_store_<mode>): Likewise.
7366
7367 2016-04-26 Evandro Menezes <e.menezes@samsung.com>
7368
7369 * config/aarch64/aarch64.md
7370 (*movhf_aarch64): Add "movi %0, #0" to zero up register and
7371 remove the "fp" attributes.
7372 (*movsf_aarch64): Add "movi %0, #0" to zero up register and
7373 add the "simd" attributes.
7374 (*movdf_aarch64): Likewise.
7375 (*movtf_aarch64): Remove the "fp" attributes.
7376 * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
7377 * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
7378
7379 2016-04-27 David Malcolm <dmalcolm@redhat.com>
7380
7381 * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
7382 rtx to rtx_code_label *.
7383 * rtl.h (maybe_set_first_label_num): Likewise.
7384
7385 2016-04-27 David Malcolm <dmalcolm@redhat.com>
7386
7387 * df-core.c (df_add_problem): Make the problem param be const.
7388 (df_remove_problem): Make local "problem" be const.
7389 * df-problems.c (problem_RD): Make const.
7390 (problem_LR): Likewise.
7391 (problem_LIVE): Likewise.
7392 (problem_MIR): Likewise.
7393 (problem_CHAIN): Likewise.
7394 (problem_WORD_LR): Likewise.
7395 (problem_NOTE): Likewise.
7396 (problem_MD): Likewise.
7397 * df-scan.c (problem_SCAN): Likewise.
7398 * df.h (struct df_problem): Make field "dependent_problem" be
7399 const.
7400 (struct dataflow): Likewise for field "problem".
7401 (df_add_problem): Make param const.
7402
7403 2016-04-27 Uros Bizjak <ubizjak@gmail.com>
7404
7405 * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
7406 inter-unit moves to/from vector registers are enabled. Do not disable
7407 for TARGET_MMX.
7408
7409 2016-04-27 David Malcolm <dmalcolm@redhat.com>
7410
7411 * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
7412 DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
7413 #define to...
7414 (enum df_problem_id): ...this new enum.
7415 (struct df_problem): Convert field "id" from "int" to
7416 enum df_problem_id.
7417
7418 2016-04-27 David Malcolm <dmalcolm@redhat.com>
7419
7420 * rtl.def: Update comment for "things in the instruction chain" to
7421 reflect the removal of the leading "i" field for INSN_UID in
7422 r210360. Fix bogus apostrophe.
7423
7424 2016-04-27 Uros Bizjak <ubizjak@gmail.com>
7425
7426 * config/i386/i386.md
7427 (lea arith with mem operand + setcc peephole2): Set operator mode.
7428
7429 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
7430
7431 PR target/70155
7432 * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
7433 (dimode_scalar_to_vector_candidate_p): This.
7434 (timode_scalar_to_vector_candidate_p): New function.
7435 (scalar_to_vector_candidate_p): Likewise.
7436 (timode_check_non_convertible_regs): Likewise.
7437 (timode_remove_non_convertible_regs): Likewise.
7438 (remove_non_convertible_regs): Likewise.
7439 (remove_non_convertible_regs): Renamed to ...
7440 (dimode_remove_non_convertible_regs): This.
7441 (scalar_chain::~scalar_chain): Make it virtual.
7442 (scalar_chain::compute_convert_gain): Make it pure virtual.
7443 (scalar_chain::mark_dual_mode_def): Likewise.
7444 (scalar_chain::convert_insn): Likewise.
7445 (scalar_chain::convert_registers): Likewise.
7446 (scalar_chain::add_to_queue): Make it protected.
7447 (scalar_chain::emit_conversion_insns): Likewise.
7448 (scalar_chain::replace_with_subreg): Likewise.
7449 (scalar_chain::replace_with_subreg_in_insn): Likewise.
7450 (scalar_chain::convert_op): Likewise.
7451 (scalar_chain::convert_reg): Likewise.
7452 (scalar_chain::make_vector_copies): Likewise.
7453 (scalar_chain::convert_registers): New pure virtual function.
7454 (class dimode_scalar_chain): New class.
7455 (class timode_scalar_chain): Likewise.
7456 (scalar_chain::mark_dual_mode_def): Renamed to ...
7457 (dimode_scalar_chain::mark_dual_mode_def): This.
7458 (timode_scalar_chain::mark_dual_mode_def): New function.
7459 (timode_scalar_chain::convert_insn): Likewise.
7460 (dimode_scalar_chain::convert_registers): Likewise.
7461 (scalar_chain::compute_convert_gain): Renamed to ...
7462 (dimode_scalar_chain::compute_convert_gain): This.
7463 (scalar_chain::replace_with_subreg): Renamed to ...
7464 (dimode_scalar_chain::replace_with_subreg): This.
7465 (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
7466 (dimode_scalar_chain::replace_with_subreg_in_insn): This.
7467 (scalar_chain::make_vector_copies): Renamed to ...
7468 (dimode_scalar_chain::make_vector_copies): This.
7469 (scalar_chain::convert_reg): Renamed to ...
7470 (dimode_scalar_chain::convert_reg ): This.
7471 (scalar_chain::convert_op): Renamed to ...
7472 (dimode_scalar_chain::convert_op): This.
7473 (scalar_chain::convert_insn): Renamed to ...
7474 (dimode_scalar_chain::convert_insn): This.
7475 (scalar_chain::convert): Call convert_registers.
7476 (convert_scalars_to_vector): Change to scalar_chain pointer to
7477 use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
7478 in 32-bit mode. Delete scalar_chain pointer. Call
7479 free_dominance_info in 64-bit mode.
7480 (pass_stv::gate): Remove TARGET_64BIT check.
7481 (ix86_option_override): Put the 64-bit STV pass before the CSE
7482 pass.
7483
7484 2016-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
7485
7486 * dwarf2out.h (struct dw_loc_descr_node): Remove the
7487 dw_loc_frame_offset field.
7488 * dwarf2out.c (new_loc_descr): Likewise.
7489 (resolve_args_picking_1): Turn the VISITED hash set into a
7490 FRAME_OFFSET hash map. Use it to associate a frame offset to
7491 visited nodes. Remove uses of the CHECKING_P macro.
7492 (resolve_args_picking): Update call to resolve_args_picking_1.
7493
7494 2016-04-27 Martin Liska <mliska@suse.cz>
7495
7496 * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
7497 (free_loop_data): Release vuses of groups.
7498
7499 2016-04-27 Bin Cheng <bin.cheng@arm.com>
7500
7501 * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
7502 instead of redundant use_id and boolean have_use_for.
7503 (struct iv_use): Change sub_id into group_id. Remove field next.
7504 Move fields: related_cands, n_map_members, cost_map and selected
7505 to ...
7506 (struct iv_group): ... here. New structure.
7507 (struct iv_common_cand): Use structure declaration directly.
7508 (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
7509 (MAX_CONSIDERED_USES): Rename macro to ...
7510 (MAX_CONSIDERED_GROUPS): ... here.
7511 (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
7512 (dump_iv, dump_use, dump_cand): Refactor format of dump information.
7513 (dump_uses): Rename to ...
7514 (dump_groups): ... here. Update all uses.
7515 (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
7516 (find_induction_variables): Refactor format of dump information.
7517 (record_sub_use): Delete.
7518 (record_use): Update all uses.
7519 (record_group): New function.
7520 (record_group_use, find_interesting_uses_op): Call above functions.
7521 Update all uses.
7522 (find_interesting_uses_cond): Ditto.
7523 (group_compare_offset): New function.
7524 (split_all_small_groups): Rename to ...
7525 (split_small_address_groups_p): ... here. Update all uses.
7526 (split_address_groups): Update all uses.
7527 (find_interesting_uses): Refactor format of dump information.
7528 (add_candidate_1): Update all uses. Remove redundant check on iv,
7529 base and step.
7530 (add_candidate, record_common_cand): Remove redundant assert.
7531 (add_iv_candidate_for_biv): Update use.
7532 (add_iv_candidate_derived_from_uses): Update all uses.
7533 (add_iv_candidate_for_groups, record_important_candidates): Ditto.
7534 (alloc_use_cost_map): Ditto.
7535 (set_use_iv_cost, get_use_iv_cost): Rename to ...
7536 (set_group_iv_cost, get_group_iv_cost): ... here. Update all uses.
7537 (determine_use_iv_cost_generic): Ditto.
7538 (determine_group_iv_cost_generic): Ditto.
7539 (determine_use_iv_cost_address): Ditto.
7540 (determine_group_iv_cost_address): Ditto.
7541 (determine_use_iv_cost_condition): Ditto.
7542 (determine_group_iv_cost_cond): Ditto.
7543 (determine_use_iv_cost): Ditto.
7544 (determine_group_iv_cost): Ditto.
7545 (set_autoinc_for_original_candidates): Update all uses.
7546 (find_iv_candidates): Update all uses. Refactor dump information.
7547 (determine_use_iv_costs): Ditto.
7548 (determine_iv_costs): Ditto.
7549 (iv_ca_cand_for_use): Rename to ...
7550 (iv_ca_cand_for_group): ... here. Update all uses.
7551 (iv_ca_add_use, iv_ca_add_group): Ditto.
7552 (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
7553 (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
7554 (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
7555 (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
7556 (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
7557 (create_new_iv, adjust_iv_update_pos): Ditto.
7558 (rewrite_use_address): Delete.
7559 (rewrite_use_address_1): Rename to ...
7560 (rewrite_use_address): ... here.
7561 (rewrite_use_compare): Update all uses.
7562 (rewrite_use): Delete.
7563 (rewrite_uses): Rename to ...
7564 (rewrite_groups): ... here. Update all uses.
7565 (remove_unused_ivs, free_loop_data): Update all uses.
7566 (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
7567
7568 2016-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7569
7570 * rtlanal.c (nonzero_bits1): Convert preprocessor check
7571 for WORD_REGISTER_OPERATIONS to runtime check.
7572
7573 2016-04-27 Richard Biener <rguenther@suse.de>
7574
7575 PR ipa/70760
7576 * tree-ssa-structalias.c (find_func_aliases_for_call): Use
7577 aggregate_value_p to determine if a function result is
7578 returned by reference.
7579 (ipa_pta_execute): Functions having their address taken are
7580 not automatically nonlocal.
7581
7582 2016-04-27 Jakub Jelinek <jakub@redhat.com>
7583
7584 PR sanitizer/70683
7585 * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
7586 * fold-const.c (operand_equal_p): If flag_checking and
7587 OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
7588 and if it returns non-zero, assert iterative_hash_expr on both
7589 args is the same.
7590
7591 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
7592
7593 * doc/invoke.texi (-frename-registers): Also enabled at -Os.
7594
7595 2016-04-27 Nick Clifton <nickc@redhat.com>
7596
7597 PR middle-end/49889
7598 * varasm.c (merge_weak): Generate an error if an attempt is made
7599 to convert a non-weak static function into a weak, public function.
7600
7601 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
7602
7603 * params.def (MAX_PARTITION_SIZE): New param.
7604 * doc/invoke.texi: Document lto-max-partition.
7605
7606 2016-04-27 Richard Biener <rguenther@suse.de>
7607
7608 PR ipa/70785
7609 * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
7610 function cummulating used_from_other_partition, externally_visible
7611 and force_output from aliases.
7612 (refered_from_nonlocal_var): Likewise.
7613 (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
7614 node flags properly.
7615
7616 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
7617
7618 * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
7619 (-Wmemset-elt-size): New item.
7620
7621 2016-04-27 Eric Botcazou <ebotcazou@adacore.com>
7622
7623 PR ada/70759
7624 * stor-layout.h (internal_reference_types): Delete.
7625 * stor-layout.c (reference_types_internal): Likewise.
7626 (internal_reference_types): Likewise.
7627 (layout_type) <REFERENCE_TYPE>: Adjust.
7628
7629 2016-04-27 Jakub Jelinek <jakub@redhat.com>
7630
7631 PR sanitizer/70683
7632 * tree.h (inchash::add_expr): Add FLAGS argument.
7633 * tree.c (inchash::add_expr): Likewise. If not OEP_ADDRESS_OF,
7634 use STRIP_NOPS first. For INTEGER_CST assert not OEP_ADDRESS_OF.
7635 For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
7636 Formatting fix. Adjust recursive calls. For tcc_comparison,
7637 if swap_tree_comparison (code) is smaller than code, hash that
7638 and arguments in the other order. Hash CONVERT_EXPR the same
7639 as NOP_EXPR. For OEP_ADDRESS_OF hash MEM_REF with 0 offset
7640 of ADDR_EXPR of decl as the decl itself. Add or remove
7641 OEP_ADDRESS_OF from recursive flags as needed. For
7642 FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
7643 operands commutatively and only the third one normally.
7644 For internal CALL_EXPR hash in CALL_EXPR_IFN.
7645
7646 2016-04-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
7647
7648 * config/rtems.h (LIB_SPEC): Add -latomic.
7649
7650 2016-04-27 Joel Sherrill <joel@rtems.org>
7651
7652 * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
7653 xilink.ld and flags not relevant to RTEMS.
7654
7655 2016-04-26 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
7656
7657 * toplev.c (backend_init_target): Avoid calling init_reload when using
7658 LRA.
7659
7660 2016-04-26 Jakub Jelinek <jakub@redhat.com>
7661
7662 * reorg.c (try_merge_delay_insns): Declare i and j inside the
7663 for loops rather than one for the whole function.
7664
7665 2016-04-26 Marc Glisse <marc.glisse@inria.fr>
7666
7667 * match.pd (X + CST CMP X): New transformation.
7668
7669 2016-04-26 Marc Glisse <marc.glisse@inria.fr>
7670
7671 * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
7672 * fold-const.c (fold_binary_loc): Remove 2 transformations
7673 superseded by match.pd.
7674 * match.pd (x+x -> x*2): Generalize to integers.
7675
7676 2016-04-26 Bernd Schmidt <bschmidt@redhat.com>
7677
7678 * config/i386/i386.md (operation on memory peephole): Duplicate an
7679 existing peephole and adapt it to match lea rather than an operation
7680 that clobbers CC.
7681
7682 PR rtl-optimization/57193
7683 * opts.c (default_options_table): Add OPT_frename_registers at -O2
7684 and above.
7685 * doc/invoke.texi (-frename-registers, -O2): Update documentation.
7686
7687 2016-04-26 Bin Cheng <bin.cheng@arm.com>
7688
7689 * tree-if-conv.c (any_pred_load_store): New static variable.
7690 (if_convertible_gimple_assign_stmt_p): Remove parameter. Use
7691 any_pred_load_store instead of and_mask_load_store.
7692 (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
7693 (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
7694 (combine_blocks, tree_if_conversion): Ditto.
7695
7696 2016-04-26 Bin Cheng <bin.cheng@arm.com>
7697
7698 PR tree-optimization/70771
7699 PR tree-optimization/70775
7700 * tree-if-conv.c (if_convertible_phi_p): Remove check on special
7701 virtual PHI nodes. Delete parameter.
7702 (if_convertible_loop_p_1): Delete argument to above function.
7703 (predicate_all_scalar_phis): Delete code handling single-argument
7704 PHIs.
7705 (tree_if_conversion): Mark and update virtual SSA.
7706
7707 2016-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7708
7709 PR target/61821
7710 * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
7711 (x86_elf_aligned_common): Rename to ...
7712 (x86_elf_aligned_decl_common): ... this.
7713 Add decl arg. Switch to .lbss for largecomm object. Use
7714 LARGECOMM_SECTION_ASM_OP.
7715 * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
7716 renaming.
7717 * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
7718 (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
7719 Pass new decl arg.
7720 * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
7721 [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
7722
7723 2016-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7724
7725 PR target/59407
7726 * config/i386/i386.c (SECTION_LARGE): Define.
7727 (x86_64_elf_select_section): Set it for large data/bss sections.
7728 Only clear SECTION_WRITE for .lrodata.
7729 (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
7730 data/bss sections.
7731 * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
7732 * varasm.c (default_elf_asm_named_section): Grow flagchars.
7733 [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
7734 SECTION_MACH_DEP.
7735 * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
7736 * doc/tm.texi: Regenerate.
7737
7738 2016-04-26 Jakub Jelinek <jakub@redhat.com>
7739
7740 PR bootstrap/70704
7741 * configure.ac (--enable-checking): Document extra flag, for
7742 non-release builds default to --enable-checking=yes,extra.
7743 If misc checking and extra checking, define CHECKING_P to 2 instead
7744 of 1.
7745 * common.opt (fchecking=): Add.
7746 * doc/invoke.texi (-fchecking=): Document.
7747 * doc/install.texi: Document --enable-checking changes.
7748 * configure: Regenerated.
7749 * config.in: Regenerated.
7750
7751 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
7752
7753 * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
7754 attribute instead of which_alternative.
7755 * config/i386/sse.md (*mov<mode>_internal): Ditto.
7756 Use EXT_REX_SSE_REG_P where appropriate.
7757
7758 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
7759
7760 * config/i386/predicates.md (const0_operand): Do not match
7761 const_wide_int code.
7762 (const1_operand): Ditto.
7763
7764 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
7765
7766 * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
7767 for SSE constm1 operands and TARGET_AVX512VL.
7768 (*movti_internal): Ditto.
7769 (*mov<mode>_or): Use constm1_operand predicate.
7770 * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
7771 for SSE vector_all_ones operands and TARGET_AVX512VL.
7772 * config/i386/predicates.md (constm1_operand): New predicate.
7773 * config/i386/i386.c (standard_sse_constant_opcode): Simplify
7774 emission of constant -1 load.
7775
7776 2016-04-25 Jason Merrill <jason@redhat.com>
7777
7778 * gdbinit.in: Skip is-a.h.
7779
7780 * attribs.c (register_scoped_attributes): Fix logic.
7781 * attribs.h: Declare register_scoped_attributes.
7782
7783 2016-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7784
7785 * config/rs6000/rs6000-builtin.def: Correct pasto error for
7786 stxvd2x and stxvw4x built-in functions.
7787
7788 2016-04-25 DJ Delorie <dj@redhat.com>
7789
7790 * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
7791 (ashrhi3): Likewise.
7792 (lshrhi3): Likewise.
7793
7794 2016-04-25 Richard Biener <rguenther@suse.de>
7795
7796 PR tree-optimization/70780
7797 * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
7798 wasn't visited yet.
7799 (compute_antic): Mark blocks with abnormal preds as visited as
7800 they have a final empty antic-in solution already.
7801
7802 2016-04-25 Michael Collison <michael.collison@linaro.org>
7803
7804 * ChangeLog(2016-04-25): Fix ChangeLog formatting.
7805
7806 2016-04-25 Michael Collison <michael.collison@linaro.org>
7807
7808 * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
7809 mode is VQI to improve mixed mode vectorization.
7810 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
7811 define_insn to match low half of signed vaddw.
7812 * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
7813 define_insn to match high half of signed vaddw.
7814 * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
7815 define_insn to match low half of unsigned vaddw.
7816 * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
7817 define_insn to match high half of unsigned vaddw.
7818 * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
7819 (arm_simd_check_vect_par_cnst_half_p): Likewise.
7820 * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
7821 for new function.
7822 (arm_simd_check_vect_par_cnst_half_p): Likewise.
7823 * config/arm/predicates.md (vect_par_constant_high): Support
7824 big endian and simplify by calling
7825 arm_simd_check_vect_par_cnst_half
7826 (vect_par_constant_low): Likewise.
7827
7828 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
7829
7830 * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
7831 predicate for operand 2.
7832
7833 2016-04-24 Uros Bizjak <ubizjak@gmail.com>
7834 H.J. Lu <hongjiu.lu@intel.com>
7835
7836 * config/i386/i386-protos.h (standard_sse_constant_p): Add
7837 machine_mode argument.
7838 * config/i386/i386.c (standard_sse_constant_p): Return 2 for
7839 constm1_rtx operands. For VOIDmode constants, get mode from
7840 pred_mode. Check mode size if the mode is supported by ABI.
7841 (standard_sse_constant_opcode): Do not use standard_constant_p.
7842 Strictly check ABI support for all-ones operands.
7843 (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
7844 immediates. Update calls to standard_sse_constant_p.
7845 (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
7846 (ix86_rtx_costs): Ditto.
7847 * config/i386/i386.md (*movxi_internal_avx512f): Use
7848 nonimmediate_or_sse_const_operand instead of vector_move_operand.
7849 Use (v,BC) alternative instead of (v,C). Use register_operand
7850 checks instead of MEM_P.
7851 (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
7852 of vector_move_operand. Add (v,BC) alternative and corresponding avx2
7853 isa attribute. Use register_operand checks instead of MEM_P.
7854 (*movti_internal): Use nonimmediate_or_sse_const_operand for
7855 TARGET_SSE. Improve TARGET_SSE insn constraint. Add (v,BC)
7856 alternative and corresponding sse2 isa attribute.
7857 (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
7858 to standard_sse_constant_p.
7859 (FP constant splitters): Ditto.
7860 * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
7861 (C): Ditto.
7862 * config/i386/predicates.md (constm1_operand): Remove.
7863 (nonimmediate_or_sse_const_operand): Rewrite using RTX.
7864 * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
7865 vector_all_ones_operand instead of constm1_operand.
7866
7867 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7868
7869 * print-rtl.c (print_rtx_insn_vec): New function.
7870 * print-rtl.h: New prototype.
7871 * store-motion.c (struct st_expr): Make avail_stores a vector.
7872 (st_expr_entry): Adjust.
7873 (free_st_expr_entry): Likewise.
7874 (print_store_motion_mems): Likewise.
7875 (find_moveable_store): Likewise.
7876 (compute_store_table): Likewise.
7877 (delete_store): Likewise.
7878 (build_store_vectors): Likewise.
7879
7880 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7881
7882 * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
7883
7884 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7885
7886 * vec.h (vec_safe_contains): New function.
7887 (vec::contains): Likewise.
7888 (vec::begin): Likewise.
7889 (vec::end): Likewise.
7890
7891 2016-04-23 Jakub Jelinek <jakub@redhat.com>
7892
7893 PR sanitizer/70712
7894 * cfgexpand.c (expand_stack_vars): Fix typo.
7895
7896 2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
7897
7898 * system.h (list, map, set, vector): Include conditionally.
7899 * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
7900 * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
7901 * ipa-icf.c (INCLUDE_LIST): Define.
7902 * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
7903 * config/sh/sh.c (INCLUDE_VECTOR): Define.
7904 * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
7905 (INCLUDE_LIST, INCLUDE_VECTOR): Define.
7906 * cp/logic.cc (INCLUDE_LIST): Define.
7907 * fortran/trans-common.c (INCLUDE_MAP): Define.
7908
7909 2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
7910
7911 * auto-profile.c: Remove <string.h> include.
7912 * ipa-icf-gimple.c: Remove <list> include.
7913 * diagnostic.c: Remove <new> include.
7914 * genmatch.c: Likewise.
7915 * pretty-print.c: Likewise.
7916 * toplev.c: Likewise
7917 * c/c-objc-common.c: Likewise.
7918 * cp/error.c: Likewise.
7919 * fortran/error.c: Likewise.
7920
7921 2016-04-22 Richard Biener <rguenther@suse.de>
7922
7923 * lto-streamer-in.c (input_ssa_names): Do not allocate
7924 GIMPLE_NOP for all SSA names.
7925 * lto-streamer-out.c (output_ssa_names): Do not output
7926 SSA names that should have been released.
7927
7928 2016-04-22 Richard Biener <rguenther@suse.de>
7929
7930 PR tree-optimization/70740
7931 * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
7932 VDEF.
7933
7934 2016-04-21 H.J. Lu <hongjiu.lu@intel.com>
7935
7936 PR target/70750
7937 * config/i386/predicates.md (call_insn_operand): Replace
7938 sibcall_memory_operand with memory_operand.
7939
7940 2016-04-21 Patrick Palka <ppalka@gcc.gnu.org>
7941
7942 * tree-vrp.c (register_edge_assert_for_2): Remove redundant
7943 has_single_use() tests.
7944 (register_edge_assert_for_1): Likewise.
7945 (find_assert_locations_1): Check the liveness bitmap instead of
7946 checking has_single_use().
7947
7948 2016-04-21 Kirill Yukhin <kirill.yukhin@intel.com>
7949
7950 PR target/70728
7951 * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
7952 Extract AVX-512BW constraint from AVX.
7953
7954 2016-04-21 Richard Biener <rguenther@suse.de>
7955
7956 PR tree-optimization/70725
7957 * tree-if-conv.c (if_convertible_phi_p): Adjust guard
7958 for phi_convertible_by_degenerating_args.
7959 (predicate_all_scalar_phis): Handle single-argument PHIs.
7960
7961 2016-04-21 Richard Biener <rguenther@suse.de>
7962
7963 PR middle-end/70747
7964 * fold-const.c (fold_comparison): Return properly typed
7965 constant boolean.
7966
7967 2016-04-21 Bin Cheng <bin.cheng@arm.com>
7968
7969 PR tree-optimization/70715
7970 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
7971 after expanding BASE using expand_simple_operations.
7972
7973 2016-04-21 Marc Glisse <marc.glisse@inria.fr>
7974
7975 * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
7976 New transformations.
7977
7978 2016-04-21 Marc Glisse <marc.glisse@inria.fr>
7979
7980 * match.pd (min(int_max, x), max(int_min, x)): New transformations.
7981
7982 2016-04-20 Jan Hubicka <jh@suse.cz>
7983
7984 * ipa-inline.c (can_inline_edge_p): Pass caller info to
7985 ultiimate_alias_target.
7986 (update_callee_keys): Likewise.
7987 (lookup_recursive_calls): Likewise.
7988 (speculation_useful_p): Likewise.
7989
7990 2016-04-20 Jan Hubicka <jh@suse.cz>
7991
7992 PR ipa/70018
7993 * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
7994 (set_nothrow_flag_1): ... this; handle interposition correctly;
7995 recurse on aliases and thunks.
7996 (cgraph_node::set_nothrow_flag): New.
7997 * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
7998 functions compiled with non-call exceptions that binds to current
7999 def.
8000 (propagate_nothrow): Be safe WRT interposition.
8001 * cgraph.h (set_nothrow_flag): Update prototype.
8002
8003 2016-04-18 Jan Hubicka <jh@suse.cz>
8004
8005 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
8006 max_loop_iterations_int.
8007 (tree_unswitch_outer_loop): Likewise.
8008
8009 2016-04-20 Bin Cheng <bin.cheng@arm.com>
8010
8011 PR tree-optimization/69489
8012 * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
8013 (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
8014 Revise dump message.
8015 (if_convertible_bb_p): Remove check on edge count of basic block's
8016 predecessors.
8017
8018 2016-04-20 Bin Cheng <bin.cheng@arm.com>
8019
8020 PR tree-optimization/56625
8021 PR tree-optimization/69489
8022 * tree-data-ref.h (DR_INNERMOST): New macro.
8023 * tree-if-conv.c (innermost_loop_behavior_hash): New class for
8024 hashing struct innermost_loop_behavior.
8025 (ref_DR_map): Remove.
8026 (innermost_DR_map): New map.
8027 (baseref_DR_map): Revise comment.
8028 (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
8029 to innermost_DR_map accroding to its innermost loop behavior.
8030 (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
8031 to its innermost loop behavior.
8032 (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
8033 Add initialization for innermost_DR_map. Record memory reference
8034 in DR_BASE_ADDRESS if the reference is compound one or it doesn't
8035 have innermost loop behavior.
8036 (if_convertible_loop_p): Remove release for ref_DR_map. Release
8037 innermost_DR_map.
8038
8039 2016-04-20 Uros Bizjak <ubizjak@gmail.com>
8040
8041 * config/i386/i386.md (*lea<mode>_general_1): Rename from
8042 *lea_general_1. Use explicit SWI12 mode interator.
8043 (*lea<mode>_general_2): Rename from *lea_general_2.
8044 Use explicit SWI12 mode interator.
8045 (*lea<mode>_general_3): Rename from *lea_general_3.
8046 Use explicit SWI12 mode interator.
8047 (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
8048 Use explicit SWI12 mode interator.
8049 (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
8050 Use explicit SWI48 mode interator.
8051
8052 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
8053
8054 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
8055 Short-cut unaligned load and store cases. Handle all integer
8056 vector modes.
8057 (ix86_expand_vector_move_misalign): Short-cut unaligned load
8058 and store cases. Call ix86_avx256_split_vector_move_misalign
8059 directly without checking mode class.
8060
8061 2016-04-20 Andrew Pinski <apinski@cavium.com>
8062 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8063
8064 PR target/64971
8065 * config/aarch64/aarch64.md (sibcall): Force call
8066 address to be DImode for ILP32.
8067 (sibcall_value): Likewise.
8068
8069 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
8070
8071 * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
8072
8073 2016-04-20 Richard Biener <rguenther@suse.de>
8074
8075 * gimple-match.h (maybe_build_generic_op): Adjust prototype.
8076 * gimple-match-head.c (maybe_build_generic_op): Pass all ops
8077 by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
8078 (maybe_push_res_to_seq): Adjust.
8079 * gimple-fold.c (maybe_build_generic_op): Likewise.
8080
8081 2016-04-20 Marek Polacek <polacek@redhat.com>
8082
8083 * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
8084 rather than true.
8085
8086 2016-04-20 Ilya Enkovich <ilya.enkovich@intel.com>
8087
8088 * config/i386/sse.md (vec_unpacks_lo_hi): Always
8089 use kmovw to support AVX512F target.
8090
8091 2016-04-20 Bin Cheng <bin.cheng@arm.com>
8092
8093 * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
8094
8095 2016-04-20 Marek Polacek <polacek@redhat.com>
8096
8097 PR tree-optimization/70725
8098 * tree-if-conv.c (is_false_predicate): New function.
8099 (predicate_mem_writes): Use it.
8100
8101 2016-04-20 Richard Biener <rguenther@suse.de>
8102
8103 PR tree-optimization/70726
8104 * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
8105 shift amounts from a pattern stmt operand.
8106
8107 2016-04-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8108
8109 PR target/70674
8110 * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
8111 stack_restore_from_fpr pattern when restoring r15.
8112 (s390_optimize_prologue): Strip away the memory barrier in the
8113 parallel when trying to get rid of restore insns.
8114 * config/s390/s390.md ("stack_restore_from_fpr"): New insn
8115 definition for loading the stack pointer from an FPR. Compared to
8116 the normal move insn this pattern includes a full memory barrier.
8117
8118 2016-04-19 Jakub Jelinek <jakub@redhat.com>
8119
8120 PR middle-end/70680
8121 * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
8122 implicitly linear or lastprivate iterator on the outer context.
8123
8124 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
8125
8126 * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
8127 alignment check.
8128 * config/i386/i386.md (ssememalign): Removed.
8129 * config/i386/sse.md: Remove ssememalign attribute from patterns.
8130
8131 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
8132
8133 PR target/69201
8134 * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
8135 const short * to __builtin_ia32_loaddquhi512_mask.
8136 (_mm512_maskz_loadu_epi16): Likewise.
8137 (_mm512_mask_storeu_epi16): Pass short * to
8138 __builtin_ia32_storedquhi512_mask.
8139 (_mm512_mask_loadu_epi8): Pass const char * to
8140 __builtin_ia32_loaddquqi512_mask.
8141 (_mm512_maskz_loadu_epi8): Likewise.
8142 (_mm512_mask_storeu_epi8): Pass char * to
8143 __builtin_ia32_storedquqi512_mask.
8144 * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
8145 const double * to __builtin_ia32_loadupd512_mask.
8146 (_mm512_mask_loadu_pd): Likewise.
8147 (_mm512_maskz_loadu_pd): Likewise.
8148 (_mm512_storeu_pd): Pass double * to
8149 __builtin_ia32_storeupd512_mask.
8150 (_mm512_mask_storeu_pd): Likewise.
8151 (_mm512_loadu_ps): Pass const float * to
8152 __builtin_ia32_loadups512_mask.
8153 (_mm512_mask_loadu_ps): Likewise.
8154 (_mm512_maskz_loadu_ps): Likewise.
8155 (_mm512_storeu_ps): Pass float * to
8156 __builtin_ia32_storeups512_mask.
8157 (_mm512_mask_storeu_ps): Likewise.
8158 (_mm512_mask_loadu_epi64): Pass const long long * to
8159 __builtin_ia32_loaddqudi512_mask.
8160 (_mm512_maskz_loadu_epi64): Likewise.
8161 (_mm512_mask_storeu_epi64): Pass long long *
8162 to __builtin_ia32_storedqudi512_mask.
8163 (_mm512_loadu_si512): Pass const int * to
8164 __builtin_ia32_loaddqusi512_mask.
8165 (_mm512_mask_loadu_epi32): Likewise.
8166 (_mm512_maskz_loadu_epi32): Likewise.
8167 (_mm512_storeu_si512): Pass int * to
8168 __builtin_ia32_storedqusi512_mask.
8169 (_mm512_mask_storeu_epi32): Likewise.
8170 * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
8171 char * to __builtin_ia32_storedquqi256_mask.
8172 (_mm_mask_storeu_epi8): Likewise.
8173 (_mm256_mask_loadu_epi16): Pass const short * to
8174 __builtin_ia32_loaddquhi256_mask.
8175 (_mm256_maskz_loadu_epi16): Likewise.
8176 (_mm_mask_loadu_epi16): Pass const short * to
8177 __builtin_ia32_loaddquhi128_mask.
8178 (_mm_maskz_loadu_epi16): Likewise.
8179 (_mm256_mask_loadu_epi8): Pass const char * to
8180 __builtin_ia32_loaddquqi256_mask.
8181 (_mm256_maskz_loadu_epi8): Likewise.
8182 (_mm_mask_loadu_epi8): Pass const char * to
8183 __builtin_ia32_loaddquqi128_mask.
8184 (_mm_maskz_loadu_epi8): Likewise.
8185 (_mm256_mask_storeu_epi16): Pass short * to.
8186 __builtin_ia32_storedquhi256_mask.
8187 (_mm_mask_storeu_epi16): Pass short * to.
8188 __builtin_ia32_storedquhi128_mask.
8189 * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
8190 const double * to __builtin_ia32_loadupd256_mask.
8191 (_mm256_maskz_loadu_pd): Likewise.
8192 (_mm_mask_loadu_pd): Pass onst double * to
8193 __builtin_ia32_loadupd128_mask.
8194 (_mm_maskz_loadu_pd): Likewise.
8195 (_mm256_mask_storeu_pd): Pass double * to
8196 __builtin_ia32_storeupd256_mask.
8197 (_mm_mask_storeu_pd): Pass double * to
8198 __builtin_ia32_storeupd128_mask.
8199 (_mm256_mask_loadu_ps): Pass const float * to
8200 __builtin_ia32_loadups256_mask.
8201 (_mm256_maskz_loadu_ps): Likewise.
8202 (_mm_mask_loadu_ps): Pass const float * to
8203 __builtin_ia32_loadups128_mask.
8204 (_mm_maskz_loadu_ps): Likewise.
8205 (_mm256_mask_storeu_ps): Pass float * to
8206 __builtin_ia32_storeups256_mask.
8207 (_mm_mask_storeu_ps): ass float * to
8208 __builtin_ia32_storeups128_mask.
8209 (_mm256_mask_loadu_epi64): Pass const long long * to
8210 __builtin_ia32_loaddqudi256_mask.
8211 (_mm256_maskz_loadu_epi64): Likewise.
8212 (_mm_mask_loadu_epi64): Pass const long long * to
8213 __builtin_ia32_loaddqudi128_mask.
8214 (_mm_maskz_loadu_epi64): Likewise.
8215 (_mm256_mask_storeu_epi64): Pass long long * to
8216 __builtin_ia32_storedqudi256_mask.
8217 (_mm_mask_storeu_epi64): Pass long long * to
8218 __builtin_ia32_storedqudi128_mask.
8219 (_mm256_mask_loadu_epi32): Pass const int * to
8220 __builtin_ia32_loaddqusi256_mask.
8221 (_mm256_maskz_loadu_epi32): Likewise.
8222 (_mm_mask_loadu_epi32): Pass const int * to
8223 __builtin_ia32_loaddqusi128_mask.
8224 (_mm_maskz_loadu_epi32): Likewise.
8225 (_mm256_mask_storeu_epi32): Pass int * to
8226 __builtin_ia32_storedqusi256_mask.
8227 (_mm_mask_storeu_epi32): Pass int * to
8228 __builtin_ia32_storedqusi128_mask.
8229 * config/i386/i386-builtin-types.def (PCSHORT): New.
8230 (PINT64): Likewise.
8231 (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
8232 (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
8233 (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
8234 (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
8235 (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
8236 (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
8237 (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
8238 (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
8239 (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
8240 (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
8241 (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
8242 (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
8243 (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
8244 (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
8245 (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
8246 (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
8247 (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
8248 (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
8249 (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
8250 (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
8251 (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
8252 (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
8253 (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
8254 (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
8255 (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
8256 (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
8257 (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
8258 (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
8259 (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
8260 (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
8261 (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
8262 (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
8263 (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
8264 (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
8265 (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
8266 (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
8267 (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
8268 (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
8269 (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
8270 (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
8271 (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
8272 (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
8273 (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
8274 (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
8275 (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
8276 (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
8277 (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
8278 (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
8279 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
8280 use UNSPEC_STOREU.
8281 (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
8282 (ix86_avx256_split_vector_move_misalign): Don't use unaligned
8283 load nor store.
8284 (ix86_expand_vector_move_misalign): Likewise.
8285 (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
8286 to scalar function prototype for unaligned load/store builtins.
8287 (ix86_expand_special_args_builtin): Updated.
8288 * config/i386/sse.md (UNSPEC_LOADU): Removed.
8289 (UNSPEC_STOREU): Likewise.
8290 (VI_ULOADSTORE_BW_AVX512VL): Likewise.
8291 (VI_ULOADSTORE_F_AVX512VL): Likewise.
8292 (ssescalarsize): Handle V4TI, V2TI and V1TI.
8293 (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
8294 (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
8295 (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
8296 (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
8297 (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
8298 (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
8299 (sse2_avx_avx512f>_storedqu<mode>): Likewise.
8300 (<avx512>_storedqu<mode>_mask): Likewise.
8301 (*sse4_2_pcmpestr_unaligned): Likewise.
8302 (*sse4_2_pcmpistr_unaligned): Likewise.
8303 (*mov<mode>_internal): Renamed to ...
8304 (mov<mode>_internal): This. Remove check of AVX and IAMCU on
8305 misaligned operand. Replace vmovdqu64 with vmovdqu<ssescalarsize>.
8306 (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
8307 (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
8308
8309 2016-04-19 Richard Biener <rguenther@suse.de>
8310
8311 PR tree-optimization/70171
8312 * tree-ssa-phiprop.c: Include stor-layout.h.
8313 (phiprop_insert_phi): Handle the aggregate copy case.
8314 (propagate_with_phi): Likewise.
8315
8316 2016-04-19 Uros Bizjak <ubizjak@gmail.com>
8317
8318 * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
8319 instead of simplify_gen_subreg (... , 0).
8320 (ix86_delegitimize_address): Ditto.
8321 (ix86_split_divmod): Ditto.
8322 (ix86_split_copysign_const): Ditto.
8323 (ix86_split_copysign_var): Ditto.
8324 (ix86_expand_args_builtin): Ditto.
8325 (ix86_expand_round_builtin): Ditto.
8326 (ix86_expand_special_args_builtin): Ditto.
8327 * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
8328 (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
8329 (udivmodqi4): Ditto.
8330 (absneg splitters): Ditto.
8331 (*jcc_bt<mode>_1): Ditto.
8332
8333 2016-04-19 Richard Biener <rguenther@suse.de>
8334
8335 PR tree-optimization/70724
8336 * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
8337 restoring out from ...
8338 (free_scc_vn): ... here.
8339 * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
8340 * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
8341 tail merging.
8342 (pass_fre::execute): Restore SSA info.
8343
8344 2016-04-19 Richard Biener <rguenther@suse.de>
8345
8346 * gimple-walk.h (struct walk_stmt_info): Add stmt member.
8347 * gimple-walk.c (walk_gimple_op): Initialize it.
8348 (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
8349 * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
8350 remapping SSA names of defs.
8351 (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
8352 adjustment.
8353
8354 2016-04-18 Vladimir Makarov <vmakarov@redhat.com>
8355
8356 PR middle-end/70689
8357 * lra-constraints.c (equiv_substition_p): New.
8358 (process_alt_operands): Use it.
8359 (swap_operands): Swap it.
8360 (curr_insn_transform): Update it.
8361
8362 2016-04-18 Michael Matz <matz@suse.de>
8363
8364 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
8365 (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
8366 * tree-core.h (tree_type_common.align): Use bit-field.
8367 (tree_type_common.spare): New.
8368 (tree_decl_common.off_align): Make smaller.
8369 (tree_decl_common.align): Use bit-field.
8370
8371 * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
8372 * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
8373 (scan_sharing_clauses): Ditto.
8374 (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
8375 (omp_finish_file): Ditto.
8376 * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
8377 (layout_decl): Ditto.
8378 (relayout_decl): Ditto.
8379 (finalize_record_size): Use SET_TYPE_ALIGN.
8380 (finalize_type_size): Ditto.
8381 (finish_builtin_struct): Ditto.
8382 (layout_type): Ditto.
8383 (initialize_sizetypes): Ditto.
8384 * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
8385 * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
8386 (lookup_field_for_decl): Use SET_DECL_ALIGN.
8387 (get_chain_field): Ditto.
8388 (get_trampoline_type): Ditto.
8389 (get_nl_goto_field): Ditto.
8390 * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
8391 SET_DECL_ALIGN.
8392 (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
8393 * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
8394 * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
8395 (build_qualified_type): Use SET_TYPE_ALIGN.
8396 (build_aligned_type, build_range_type_1): Ditto.
8397 (build_atomic_base): Ditto.
8398 (build_common_tree_nodes): Ditto.
8399 * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
8400 (expand_one_stack_var_at): Ditto.
8401 * coverage.c (build_var): Use SET_DECL_ALIGN.
8402 * except.c (init_eh): Ditto.
8403 * function.c (assign_parm_setup_block): Ditto.
8404 * symtab.c (increase_alignment_1): Ditto.
8405 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
8406 * tree-vect-stmts.c (ensure_base_align): Ditto.
8407 * varasm.c (align_variable): Ditto.
8408 (assemble_variable): Ditto.
8409 (build_constant_desc): Ditto.
8410 (output_constant_def_contents): Ditto.
8411
8412 * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
8413 * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
8414 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
8415 * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
8416 * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
8417
8418 2016-04-18 H.J. Lu <hongjiu.lu@intel.com>
8419
8420 PR target/70708
8421 * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
8422 replace %vmovsd with "%vmovq".
8423 (vec_concatv2df): Likewise.
8424
8425 2016-04-18 Uros Bizjak <ubizjak@gmail.com>
8426
8427 * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
8428 (*vec_extractv2si_0): Ditto.
8429 * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
8430 (zero_extended_scalar_load_operand splitters): Ditto.
8431 (vec_extract splitters): Ditto.
8432 (*vec_extractv4si_0_zext): Ditto.
8433 (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
8434 and lowpart_subreg.
8435 (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
8436 (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
8437 (*sse4_1_extractps): Use lowpart_subreg.
8438 * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
8439
8440 2016-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8441
8442 * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
8443 gld requirements.
8444 (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
8445 Mention Solaris 11 packaging changes.
8446 Update gas and gld requirements.
8447 Remove reference to pre-Solaris 10 bug.
8448 (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
8449 systems and bugs.
8450 (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
8451 with cc.
8452
8453 2016-04-17 Jan Hubicka <jh@suse.cz>
8454
8455 * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
8456 max_loop_iterations_int.
8457
8458 2016-04-18 Richard Biener <rguenther@suse.de>
8459
8460 PR tree-optimization/43434
8461 * tree-ssa-structalias.c (struct vls_data): New.
8462 (visit_loadstore): Handle all pointer-based accesses.
8463 (compute_dependence_clique): Compute a bitmap of restrict tags
8464 assigned bases and pass it to visit_loadstore.
8465
8466 2016-04-18 Matthew Wahab <matthew.wahab@arm.com>
8467
8468 PR target/70711
8469 * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
8470 armv8.1-a and armv8.1-a+crc.
8471
8472 2016-04-18 Richard Biener <rguenther@suse.de>
8473
8474 PR tree-optimization/70701
8475 * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
8476 references after translating through a memcpy.
8477
8478 2016-04-18 Richard Biener <rguenther@suse.de>
8479
8480 * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
8481 (compute_antic): ... here. For partial antic use regular
8482 postorder and scrap iteration.
8483 (compute_partial_antic_aux): Remove unused return value.
8484 (init_pre): Do not allocate postorder.
8485 (fini_pre): Do not free postorder.
8486
8487 2016-04-18 Richard Biener <rguenther@suse.de>
8488
8489 PR middle-end/37870
8490 * expmed.c (extract_bit_field_1): Remove broken case
8491 using a wider MODE_INT mode.
8492
8493 2016-04-18 Segher Boessenkool <segher@kernel.crashing.org>
8494
8495 * has-brig.c (lendian16): Don't try to use __builtin_bswap16
8496 unless compiling with at least GCC-4.8.
8497
8498 2016-04-17 Jan Hubicka <jh@suse.cz>
8499
8500 PR bootstrap/70706
8501 * graphite.c (graphite_finalize): Update call to
8502 tree_estimate_probability.
8503 * predict.h (tree_estimate_probability): Update prototype.
8504
8505 2016-04-17 Jan Hubicka <jh@suse.cz>
8506
8507 * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
8508 (tree_estimate_probability): Likewise.
8509 (pass_profile::execute): Update.
8510 (report_predictor_hitrates): New function.
8511 * profile.c (compute_branch_probabilities): Use it.
8512 * predict.h (report_predictor_hitrates): Declare.
8513
8514 2016-04-17 Jan Hubicka <jh@suse.cz>
8515
8516 PR ipa/70018
8517 * cgraph.h (cgraph_node::set_const_flag,
8518 cgraph_node::set_pure_flag): Update prototype to return bool;
8519 update comment.
8520 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
8521 of interposable symbol are interposable, too.
8522 (cgraph_set_const_flag_1): Rename to ...
8523 (set_const_flag_1): ... this one; change to self recursive function
8524 instead of call_for_symbol_thunks_and_aliases. Handle correctly
8525 clearnig the flag in all variants and also virtual thunks of const
8526 functions are pure; track if any change was done.
8527 (cgraph_node::set_const_flag): Update.
8528 (struct set_pure_flag_info): New struct.
8529 (cgraph_set_pure_flag_1): Rename to ...
8530 (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
8531 rather than pointer encoded flags; track if any changes was done;
8532 handle correctly clearning flag and setting flag of aliases already
8533 declared const.
8534 (cgraph_node::set_pure_flag): Update.
8535 (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
8536
8537 2016-04-17 Tom de Vries <tom@codesourcery.com>
8538
8539 PR other/70433
8540 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
8541 backslash in label.
8542
8543 2016-04-17 Tom de Vries <tom@codesourcery.com>
8544
8545 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
8546 '{}<> ' as escape-for-record.
8547
8548 2016-04-17 Tom de Vries <tom@codesourcery.com>
8549
8550 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
8551 structure.
8552
8553 2016-04-17 Tom de Vries <tom@codesourcery.com>
8554
8555 PR other/70185
8556 * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
8557 * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
8558 * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
8559 * passes.c (finish_optimization_passes): Only call
8560 finish_graph_dump_file if dfi->graph_dump_initialized.
8561 (execute_function_dump, pass_init_dump_file): Use
8562 dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
8563
8564 2016-04-17 Tom de Vries <tom@codesourcery.com>
8565
8566 PR tree-optimization/70256
8567 * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
8568 (debug_varmap): New function.
8569
8570 2016-04-17 Tom de Vries <tom@codesourcery.com>
8571
8572 PR other/70183
8573 * passes.c (pass_manager::register_pass): Propagate pflags.
8574
8575 2016-04-17 Tom de Vries <tom@codesourcery.com>
8576
8577 PR other/68875
8578 * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
8579 * passes.c (pass_manager::pass_manager): Declare and init p_start in
8580 INSERT_PASSES_AFTER. Add pass parameter to TERMINATE_PASS_LIST, and
8581 check if it's equal to p_start.
8582 * passes.def: Add arguments to TERMINATE_PASS_LISTs.
8583
8584 2016-04-15 Jan Hubicka <jh@suse.cz>
8585
8586 PR ipa/70018
8587 * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
8588 function does not bind to current def.
8589 * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
8590 handle conservatively calls to functions that does not need to bind
8591 to current def.
8592 (check_call): Update call of worse_state.
8593 (ignore_edge_for_nothrow): Update.
8594 (ignore_edge_for_pure_const): Likewise.
8595 (propagate_pure_const): Update calls to worse_state.
8596 (skip_function_for_local_pure_const): Reformat comments.
8597
8598 2016-04-15 Jan Hubicka <jh@suse.cz>
8599
8600 PR ipa/70018
8601 * cgraph.c (cgraph_node::get_availability): Add REF parameter.
8602 (cgraph_node::function_symbol): Likewise.
8603 (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
8604 * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
8605 (symtab_node::ultimate_alias_target): Add REF parameter.
8606 (symtab_node::binds_to_current_def_p): Declare.
8607 (symtab_node;:ultimate_alias_target_1): Add REF parameter.
8608 (cgraph_node::function_symbol): Likewise.
8609 (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
8610 (cgraph_node::get_availability): Likewise.
8611 (cgraph_edge::binds_to_current_def_p): New inline function.
8612 (varpool_node::get_availability): Add REF parameter.
8613 (varpool_node::ultimate_alias_target): Likewise.
8614 * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
8615 (symtab_node::binds_to_current_def_p): Likewise.
8616 * varpool.c (varpool_node::get_availability): Likewise.
8617
8618 2016-04-15 Kirill Yukhin <kirill.yukhin@intel.com>
8619
8620 PR target/70662
8621 * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
8622 Fix mode size check.
8623
8624 2016-04-15 Jakub Jelinek <jakub@redhat.com>
8625
8626 * BASE-VER: Set to 7.0.0.
8627
8628 2016-04-15 Alexander Monakov <amonakov@ispras.ru>
8629
8630 * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
8631
8632 2016-04-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8633
8634 * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
8635 architecture revisions.
8636
8637 2016-04-15 Bernd Schmidt <bschmidt@redhat.com>
8638
8639 * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
8640 * config/i386/i386.c (ix86_using_red_zone): No longer static.
8641 * config/i386/i386.md (stack decrement to push peepholes): Guard
8642 with !x86_using_red_zone ().
8643
8644 2016-04-15 Jakub Jelinek <jakub@redhat.com>
8645
8646 PR c++/70675
8647 * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
8648 to dump_generic_node.
8649 (NIY): Pass also flags to do_niy.
8650
8651 2016-04-15 Thomas Schwinge <thomas@codesourcery.com>
8652
8653 * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
8654 (simd_clone_vector_of_formal_parm_types)
8655 (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
8656 (simd_clone_mangle, simd_clone_create)
8657 (simd_clone_adjust_return_type, create_tmp_simd_array)
8658 (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
8659 (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
8660 (ipa_simd_modify_function_body, simd_clone_linear_addend)
8661 (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
8662 (pass_data_omp_simd_clone, class pass_omp_simd_clone)
8663 (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
8664 * omp-simd-clone.c: ... this new file.
8665 (simd_clone_vector_of_formal_parm_types): Make it static.
8666 * Makefile.in (OBJS): Add omp-simd-clone.o.
8667
8668 2016-04-15 Kirill Yukhin <kirill.yukhin@intel.com>
8669
8670 PR target/70662
8671 * config/i386/sse.md: Use proper memory operand modifiers.
8672
8673
8674 2016-04-15 Richard Biener <rguenther@suse.de>
8675 Alan Modra <amodra@gmail.com>
8676
8677 PR tree-optimization/70130
8678 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
8679 when alignment stays not the same and no not use the realign
8680 scheme then.
8681
8682 2016-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
8683
8684 PR target/70669
8685 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
8686 direct move handlers for KFmode. Change TFmode handlers test from
8687 FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
8688
8689 2016-04-14 Jakub Jelinek <jakub@redhat.com>
8690
8691 PR c++/70594
8692 * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
8693 * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
8694 (inlined_polymorphic_ctor_dtor_block_p): Use it.
8695 * tree-ssa-live.c (remove_unused_scope_block_p): When
8696 in_ctor_dtor_block, avoid discarding not just BLOCKs with
8697 BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
8698 block_ultimate_origin is FUNCTION_DECL.
8699 (remove_unused_locals): If current_function_decl is
8700 polymorphic_ctor_dtor_p, pass initial true to
8701 remove_unused_scope_block_p' is_ctor_dtor_block.
8702
8703 2016-04-14 Martin Sebor <msebor@redhat.com>
8704
8705 PR c++/69517
8706 PR c++/70019
8707 PR c++/70588
8708 * doc/extend.texi (Variable Length): Revert.
8709
8710 2016-04-14 Marek Polacek <polacek@redhat.com>
8711 Jan Hubicka <hubicka@ucw.cz>
8712
8713 PR c++/70029
8714 * tree.c (verify_type): Disable the canonical type of main variant
8715 check.
8716
8717 2016-04-14 Jason Merrill <jason@redhat.com>
8718
8719 * cfgexpand.c, expr.c: Revert previous change.
8720
8721 2016-04-14 Cesar Philippidis <cesar@codesourcery.com>
8722
8723 PR middle-end/70643
8724 * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
8725 when building a mem ref for the incoming reduction variable.
8726
8727 2016-04-14 Richard Biener <rguenther@suse.de>
8728
8729 PR tree-optimization/70614
8730 * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
8731 loop if the evolution dropped to chrec_dont_know.
8732 (interpret_condition_phi): Likewise.
8733
8734 2016-04-14 Richard Biener <rguenther@suse.de>
8735
8736 PR tree-optimization/70623
8737 * tree-ssa-pre.c (changed_blocks): Make global ...
8738 (compute_antic): ... local here. Move and fix worklist
8739 handling here. Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
8740 (compute_antic_aux): Add dumping for MAX assumed succs. Remove
8741 worklist handling, dump when ANTIC_IN changed.
8742 (compute_partial_antic_aux): Remove worklist handling.
8743 (init_pre): Do not compute post dominators. Add a comment about
8744 the CFG order chosen.
8745 (fini_pre): Do not free post dominators.
8746
8747 2016-04-13 Martin Sebor <msebor@redhat.com>
8748
8749 PR c++/69517
8750 PR c++/70019
8751 PR c++/70588
8752 * doc/extend.texi (Variable Length): Document C++ specifics.
8753
8754 2016-04-13 Jakub Jelinek <jakub@redhat.com>
8755
8756 PR c++/70641
8757 * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
8758 on all recursive call stmts. Return TODO_cleanup_cfg if any dead
8759 eh edges have been purged.
8760
8761 PR c++/70594
8762 * tree-sra.c (create_access_replacement,
8763 get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
8764 gets fancy name.
8765 * tree-pretty-print.c (dump_fancy_name): New function.
8766 (dump_decl_name, dump_generic_node): Use it.
8767
8768 2016-04-13 Jason Merrill <jason@redhat.com>
8769
8770 * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
8771 * expr.c (expand_expr_real_1): Likewise.
8772
8773 2016-04-13 Ilya Enkovich <ilya.enkovich@intel.com>
8774
8775 * config/i386/i386.md (kunpckhi): Swap operands.
8776 (kunpcksi): Likewise.
8777 (kunpckdi): Likewise.
8778 * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
8779 (vec_pack_trunc_<mode>): Likewise.
8780
8781 2016-04-13 Jakub Jelinek <jakub@redhat.com>
8782
8783 PR debug/70628
8784 * explow.c (convert_memory_address_addr_space_1): Formatting fix.
8785
8786 PR middle-end/70633
8787 * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
8788 gimplification turns some element into non-constant.
8789
8790 PR debug/70628
8791 * rtl.h (convert_memory_address_addr_space_1): New prototype.
8792 * explow.c (convert_memory_address_addr_space_1): No longer static,
8793 add NO_EMIT argument and don't call convert_modes if true, pass
8794 it down recursively, remove break after return.
8795 (convert_memory_address_addr_space): Adjust caller.
8796 * simplify-rtx.c (simplify_unary_operation_1): Call
8797 convert_memory_address_addr_space_1 instead of convert_memory_address,
8798 if it returns NULL, don't simplify.
8799
8800 2016-04-12 Eric Botcazou <ebotcazou@adacore.com>
8801
8802 PR target/70630
8803 * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
8804
8805 2016-04-12 Jakub Jelinek <jakub@redhat.com>
8806
8807 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
8808 Bump the upper SIMDLEN limits, so that if the return type or
8809 characteristic type if the return type is void can be passed in
8810 all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
8811 allowed.
8812
8813 2016-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
8814
8815 PR target/70640
8816 * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
8817 Do not use "=" constraint on an input constraint.
8818 (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
8819 (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
8820 (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
8821 generates (neg (abs ...)) instead of (abs ...).
8822
8823 2016-04-12 Jakub Jelinek <jakub@redhat.com>
8824
8825 PR rtl-optimization/70596
8826 * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
8827 just invalidate LRA data and reset them. Adjust dump wording.
8828
8829 2016-04-12 Martin Liska <mliska@suse.cz>
8830
8831 Revert
8832 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
8833
8834 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
8835 estimates here.
8836 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
8837 max_loop_iterations_int.
8838 (tree_unswitch_outer_loop): Likewise.
8839 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
8840 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
8841
8842 2016-04-12 Tom de Vries <tom@codesourcery.com>
8843
8844 PR tree-optimization/68756
8845 * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
8846 instead of new_name.
8847
8848 2016-04-12 Jakub Jelinek <jakub@redhat.com>
8849
8850 PR tree-optimization/70602
8851 * tree-sra.c (generate_subtree_copies): Don't write anything into
8852 constant pool decls.
8853
8854 * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
8855 regardless whether there are depend clauses or not.
8856
8857 2016-04-11 Michael Meissner <meissner@linux.vnet.ibm.com>
8858
8859 PR target/70381
8860 * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
8861 target attribute and pragma from changing the -mfloat128
8862 and -mfloat128-hardware options.
8863
8864 * doc/extend.texi (Additional Floating Types): Document PowerPC
8865 __float128 restrictions.
8866
8867 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
8868
8869 PR target/70133
8870 * config/aarch64/driver-aarch64.c
8871 (aarch64_get_extension_string_for_isa_flags): New.
8872 (arch_extension): Rename to...
8873 (aarch64_arch_extension): ...This.
8874 (ext_to_feat_string): Rename to...
8875 (aarch64_extensions): ...This.
8876 (aarch64_core_data): Keep track of architecture extension flags.
8877 (cpu_data): Rename to...
8878 (aarch64_cpu_data): ...This.
8879 (aarch64_arch_driver_info): Keep track of architecture extension
8880 flags.
8881 (get_arch_name_from_id): Rename to...
8882 (get_arch_from_id): ...This, change return type.
8883 (host_detect_local_cpu): Update and reformat for renames, handle
8884 extensions through common infrastructure.
8885
8886 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
8887
8888 PR target/70133
8889 * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
8890 track of a canonical flag name.
8891 (all_extensions): Likewise.
8892 (arch_to_arch_name): Also track extension flags enabled by the arch.
8893 (all_architectures): Likewise.
8894 (aarch64_parse_extension): Move to here.
8895 (aarch64_get_extension_string_for_isa_flags): Take a new argument,
8896 rework.
8897 (aarch64_rewrite_selected_cpu): Update for above change.
8898 * config/aarch64/aarch64-option-extensions.def: Rework the way flags
8899 are handled, such that the single explicit value enabled by an
8900 extension is kept seperate from the implicit values it also enables.
8901 * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
8902 to here.
8903 (aarch64_parse_extension): New.
8904 * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
8905 here to config/aarch64/aarch64-protos.h.
8906 (aarch64_parse_extension): Move from here to
8907 common/config/aarch64/aarch64-common.c.
8908 (aarch64_option_print): Update.
8909 (aarch64_declare_function_name): Likewise.
8910 (aarch64_start_file): Likewise.
8911 * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
8912 the canonical flag for extensions.
8913 * config.gcc (aarch64*-*-*): Extend regex for capturing extension
8914 flags.
8915
8916 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
8917
8918 * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
8919 AARCH64_FL_CRC.
8920
8921 2016-04-09 Tom de Vries <tom@codesourcery.com>
8922
8923 PR tree-optimization/68953
8924 * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
8925 first to last subscript.
8926
8927 2016-04-09 Jakub Jelinek <jakub@redhat.com>
8928
8929 PR tree-optimization/70586
8930 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
8931 for any calls.
8932
8933 2016-04-08 Cesar Philippidis <cesar@codesourcery.com>
8934
8935 PR lto/70289
8936 PR ipa/70348
8937 PR tree-optimization/70373
8938 PR middle-end/70533
8939 PR middle-end/70534
8940 PR middle-end/70535
8941 * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
8942 clauses for acc parallel reductions as necessary. Error on those
8943 that are private.
8944 * omp-low.c (scan_sharing_clauses): Don't install variables which
8945 are used in acc parallel reductions.
8946 (lower_rec_input_clauses): Remove dead code.
8947 (lower_oacc_reductions): Add support for reference reductions.
8948 (lower_reduction_clauses): Remove dead code.
8949 (lower_omp_target): Don't remap variables appearing in acc parallel
8950 reductions.
8951 * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
8952
8953 2016-04-08 Jakub Jelinek <jakub@redhat.com>
8954
8955 PR middle-end/70593
8956 * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
8957 with multiple SSA_NAME defs, force the outputs other than first
8958 to be live before calling live_track_process_def on each output.
8959
8960 PR rtl-optimization/70574
8961 * fwprop.c (forward_propagate_and_simplify): Don't add
8962 REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
8963 (try_fwprop_subst): Don't add REG_EQUAL note if there are any
8964 paradoxical subregs within *loc.
8965
8966 2016-04-08 Thomas Schwinge <thomas@codesourcery.com>
8967
8968 * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
8969 -ftree-parallelize-loops={0,1}.
8970 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
8971 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
8972 * config/ia64/hpux.h (LIB_SPEC): Likewise.
8973 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
8974 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
8975
8976 2016-04-08 Maxim Ostapenko <m.ostapenko@samsung.com>
8977
8978 PR sanitizer/70541
8979 * asan.c (instrument_derefs): If we get unknown location, extract it
8980 with EXPR_LOCATION.
8981 (maybe_instrument_call): Instrument gimple_call's arguments if needed.
8982
8983 2016-04-08 Tom de Vries <tom@codesourcery.com>
8984
8985 * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
8986 implicit firstprivate clause.
8987
8988 2016-04-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8989
8990 PR target/70566
8991 * config/arm/thumb2.md (tst + branch-> lsls + branch
8992 peephole below *orsi_not_shiftsi_si): Require that condition
8993 register is dead after the peephole.
8994 (second peephole after the above): Likewise.
8995
8996 2016-04-08 Alan Modra <amodra@gmail.com>
8997
8998 PR target/70117
8999 * builtins.c (fold_builtin_classify): For IBM extended precision,
9000 look at just the high-order double to test for NaN.
9001 (fold_builtin_interclass_mathfn): Similarly for Inf. For isnormal
9002 test just the high double for Inf but both doubles for subnormal
9003 limit.
9004
9005 2016-04-07 Jakub Jelinek <jakub@redhat.com>
9006
9007 * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
9008 * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
9009 node->simdclone->mask_mode != VOIDmode masks.
9010 (simd_clone_adjust_argument_types): Likewise. Move sc var definition
9011 earlier, use it instead of node->simdclone.
9012 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
9013 Set clonei->mask_mode.
9014
9015 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
9016
9017 PR c/70436
9018 * parser.c (cp_parser_iteration_statement): New parameter IF_P.
9019 Pass it through to cp_parser_already_scoped_statement.
9020 (cp_parser_already_scoped_statement): New parameter IF_P. Pass
9021 it through to cp_parser_statement.
9022 (cp_parser_statement): Pass IF_P through to
9023 cp_parser_iteration_statement.
9024 (cp_parser_pragma): Adjust call to
9025 cp_parser_iteration_statement.
9026
9027 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
9028
9029 PR c/70436
9030 * gimplify.c (gimplify_omp_ordered): Add explicit braces to
9031 resolve a future -Wparentheses warning.
9032 * omp-low.c (scan_sharing_clauses): Likewise.
9033 * tree-parloops.c (eliminate_local_variables): Likewise.
9034
9035 2016-04-06 Vladimir Makarov <vmakarov@redhat.com>
9036
9037 PR rtl-optimization/70398
9038 * lra-constraints.c (process_address_1): Check zero scale and code
9039 for reloading with zero scale.
9040
9041 2016-04-06 Uros Bizjak <ubizjak@gmail.com>
9042
9043 * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
9044 (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
9045
9046 2016-04-06 Jakub Jelinek <jakub@redhat.com>
9047
9048 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
9049 Add support for AVX512F clones, include them by default for
9050 exported OpenMP declare simd functions. For AVX2 allow simdlen 32
9051 and use it if charasteric type is 8-bit, for AVX512F allow simdlen
9052 up to 128.
9053
9054 PR middle-end/70550
9055 * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
9056 * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
9057 firstprivate clauses.
9058 * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
9059 OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
9060 (lower_omp_target): Set TREE_NO_WARNING for
9061 non-addressable possibly uninitialized vars which are copied into
9062 addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
9063
9064 2016-04-05 John David Anglin <danglin@gcc.gnu.org>
9065
9066 * config/pa/predicates.md (integer_store_memory_operand): Accept
9067 REG+D operands with a large offset when reload_in_progress is true.
9068 (floating_point_store_memory_operand): Likewise.
9069
9070 2016-04-05 Jakub Jelinek <jakub@redhat.com>
9071
9072 PR c++/70336
9073 * match.pd (nested int casts): Limit to GIMPLE.
9074
9075 2016-04-05 Jan Hubicka <hubicka@ucw.cz>
9076
9077 PR ipa/66223
9078 * ipa-devirt.c (maybe_record_node): Fix comment; use
9079 SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
9080
9081 2016-04-05 Jakub Jelinek <jakub@redhat.com>
9082
9083 PR rtl-optimization/70542
9084 * ree.c (add_removable_extension): For VECTOR_MODE_P punt
9085 if there are any uses other than insn or debug insns.
9086
9087 2016-04-05 Marc Glisse <marc.glisse@inria.fr>
9088 Jakub Jelinek <jakub@redhat.com>
9089
9090 PR tree-optimization/70509
9091 * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
9092 Shift HOST_WIDE_INT_1U instead of 1.
9093
9094 2016-04-05 Zdenek Sojka <zsojka@seznam.cz>
9095
9096 PR tree-optimization/70509
9097 * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
9098 of the vector base type for index.
9099
9100 2016-04-05 Uros Bizjak <ubizjak@gmail.com>
9101
9102 PR target/70510
9103 * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
9104
9105 2016-04-05 Richard Biener <rguenther@suse.de>
9106
9107 PR tree-optimization/70526
9108 * tree-sra.c (build_ref_for_offset): Use prev_base to
9109 extract the alias pointer type.
9110
9111 2016-04-05 Richard Biener <rguenther@suse.de>
9112
9113 * dse.c (struct store_info): Remove alias_set member.
9114 (struct read_info_type): Likewise.
9115 (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
9116 spill_deleted, clear_alias_set_lookup): Remove.
9117 (get_group_info): Remove dead base == NULL_RTX case.
9118 (dse_step0): Remove initialization of removed variables.
9119 (delete_dead_store_insn): Reomve alias set dumping.
9120 (free_read_records): Remove alias_set handling.
9121 (canon_address): Remove alias_set_out parameter.
9122 (record_store): Remove spill_alias_set, it's always zero.
9123 (check_mem_read_rtx): Likewise.
9124 (dse_step2): Rename from ...
9125 (dse_step2_nospill): ... this. Adjust.
9126 (scan_stores): Rename from ...
9127 (scan_stores_nospill): ... this.
9128 (scan_reads): Rename from ...
9129 (scan_reads_nospill): ... this.
9130 (scan_stores_spill, scan_reads_spill): Remove.
9131 (dse_step3_scan): Remove for_spills argument which is always false.
9132 (dse_step3): Likewise.
9133 (dse_step5): Rename from ...
9134 (dse_step5_nospill): ... this. Remove alias_set handling.
9135 (rest_of_handle_dse): Adjust.
9136
9137 2016-04-05 Jakub Jelinek <jakub@redhat.com>
9138
9139 PR target/70525
9140 * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
9141 Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
9142 V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
9143 (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
9144
9145 2016-04-05 Richard Biener <rguenther@suse.de>
9146
9147 PR middle-end/70499
9148 * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
9149 non-register type temporaries into SSA.
9150
9151 2016-04-04 Jan Hubicka <hubicka@ucw.cz>
9152
9153 PR ipa/66223
9154 * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
9155 calls when sanitizing.
9156 (possible_polymorphic_call_target_p): Fix formatting.
9157
9158 2016-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9159 Jakub Jelinek <jakub@redhat.com>
9160
9161 PR middle-end/70457
9162 * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
9163 to ensure a call statement is compatible with a built-in's
9164 prototype.
9165 * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
9166 Likewise.
9167
9168 2016-04-04 Richard Biener <rguenther@suse.de>
9169
9170 PR rtl-optimization/70484
9171 * rtl.h (canon_output_dependence): Declare.
9172 * alias.c (canon_output_dependence): New function.
9173 * dse.c (record_store): Use canon_output_dependence rather
9174 than canon_true_dependence.
9175
9176 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
9177
9178 PR ipa/68881
9179 * cgraph.h (symtab_node::copy_visibility_from): New function.
9180 * symtab.c (symtab_node::copy_visibility_from): New function.
9181 * ipa-visibility.c (optimize_weakref): New function.
9182 (function_and_variable_visibility): Use it.
9183
9184 2016-04-04 Martin Liska <mliska@suse.cz>
9185
9186 PR hsa/70402
9187 * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
9188 value that is really in range handled by SBR instruction.
9189 * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
9190 * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
9191 * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
9192
9193 2016-04-03 Oleg Endo <olegendo@gcc.gnu.org>
9194
9195 PR target/70416
9196 PR target/67391
9197 * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
9198 set, but not for SP_REG operands.
9199
9200 2016-04-02 Martin Sebor <msebor@redhat.com>
9201
9202 PR c++/67376
9203 * fold-const.c (maybe_nonzero_address): New function.
9204 (fold_comparison): Call it. Fold equality and relational
9205 expressions involving null pointers.
9206 (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
9207
9208 2016-03-31 Evandro Menezes <e.menezes@samsung.com>
9209
9210 Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
9211 the "Y" constraint (scalar FP 0.0 immediate).
9212
9213 * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
9214 Add the "const_double" to the list of operand constraints.
9215
9216 2016-04-01 Jakub Jelinek <jakub@redhat.com>
9217
9218 PR rtl-optimization/70467
9219 * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
9220 If low word of the last operand is 0, just emit addition/subtraction
9221 for the high word.
9222
9223 2016-04-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9224
9225 PR target/70404
9226 * config/s390/s390.c (s390_expand_insv): Check for everything
9227 constant instead of just VOIDmode stuff.
9228
9229 2016-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9230
9231 PR target/70496
9232 * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
9233
9234 2016-04-01 Nathan Sidwell <nathan@acm.org>
9235
9236 * tree.def (TRY_CATCH_EXPR): Correct documentation.
9237
9238 2016-03-31 Vladimir Makarov <vmakarov@redhat.com>
9239
9240 PR rtl-optimization/70461
9241 * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
9242 is necessary.
9243
9244 2016-03-31 Martin Liska <mliska@suse.cz>
9245
9246 PR hsa/70399
9247 * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
9248 a tree value or an immediate integer value to a buffer
9249 that is eventually copied to a BRIG section.
9250 (emit_immediate_operand): Call the function here.
9251 * hsa-dump.c (dump_hsa_immed): Remove checking assert.
9252 * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
9253 of class' fields that are removed.
9254 (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
9255 * hsa.h (class hsa_op_immed): Remove m_brig_repr and
9256 m_brig_repr_size fields.
9257
9258 2016-03-31 Martin Liska <mliska@suse.cz>
9259
9260 PR hsa/70391
9261 * hsa-gen.c (hsa_function_representation::update_dominance): New
9262 function.
9263 (convert_addr_to_flat_segment): Likewise.
9264 (gen_hsa_memory_set): New alignment argument.
9265 (gen_hsa_ctor_assignment): Likewise.
9266 (gen_hsa_insns_for_single_assignment): Provide alignment
9267 to gen_hsa_ctor_assignment.
9268 (gen_hsa_insns_for_direct_call): Add new argument.
9269 (expand_lhs_of_string_op): New function.
9270 (expand_string_operation_builtin): Likewise.
9271 (expand_memory_copy): New function.
9272 (expand_memory_set): New function.
9273 (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
9274 (convert_switch_statements): Change signature.
9275 (generate_hsa): Use a return value of the function.
9276 (pass_gen_hsail::execute): Do not call
9277 convert_switch_statements here.
9278 * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
9279 * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
9280 (hsa_function_representation::update_dominance): New function.
9281
9282 2016-03-31 Martin Liska <mliska@suse.cz>
9283
9284 PR hsa/70391
9285 * hsa-brig.c (emit_directive_variable): Emit alignment
9286 according to hsa_symbol::m_align.
9287 * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
9288 (dump_hsa_symbol): Dump alignment of HSA symbols.
9289 * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
9290 (gen_hsa_addr_with_align): New function.
9291 (hsa_bitmemref_alignment): Use newly added function.
9292 (gen_hsa_insns_for_load): Likewise.
9293 (gen_hsa_insns_for_store): Likewise.
9294 (gen_hsa_memory_copy): New argument added.
9295 (gen_hsa_insns_for_single_assignment): Respect
9296 alignment for assignments processed via gen_hsa_memory_copy.
9297 (gen_hsa_insns_for_direct_call): Likewise.
9298 (gen_hsa_insns_for_return): Likewise.
9299 (gen_function_def_parameters): Set default alignment.
9300 * hsa.c (hsa_object_alignment): New function.
9301 (hsa_byte_alignment): Pasted function.
9302 * hsa.h (hsa_symbol::m_align): New field.
9303
9304 2016-03-31 Bin Cheng <bin.cheng@arm.com>
9305
9306 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
9307 scratch field for goto case.
9308
9309 2016-03-31 James Greenhalgh <james.greenhalgh@arm.com>
9310
9311 * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
9312
9313 2016-03-31 Ilya Enkovich <enkovich.gnu@gmail.com>
9314
9315 PR target/70442
9316 * config/i386/i386.c (scalar_chain::convert_op): Fix description.
9317 (scalar_chain::convert_insn): Call convert_op for reg
9318 moves to handle undefined registers.
9319
9320 2016-03-31 Nathan Sidwell <nathan@acm.org>
9321
9322 PR c++/70393
9323 * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
9324 Assert we don't want to move backwards.
9325
9326 2016-03-31 Kirill Yukhin <kirill.yukhin@intel.com>
9327
9328 PR target/70453
9329 * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
9330
9331 2016-03-31 Jakub Jelinek <jakub@redhat.com>
9332
9333 PR rtl-optimization/70460
9334 * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
9335 with operand from REG_LABEL_OPERAND, instead substitute
9336 SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
9337 Don't do anything for REG_NON_LOCAL_GOTO jumps.
9338
9339 2016-03-31 Martin Liska <mliska@suse.cz>
9340
9341 * passes.c (execute_one_pass): Do not call
9342 todo_after for a discarded function.
9343
9344 2016-03-31 Bin Cheng <bin.cheng@arm.com>
9345
9346 * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
9347 (no_cost, infinite_cost): Initialize the new field.
9348 (get_computation_cost_at): Record setup cost.
9349 (determine_use_iv_cost_address): Skip cost computation for sub
9350 uses if we can estimate it without losing accuracy.
9351
9352 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
9353
9354 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
9355 estimates here.
9356 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
9357 max_loop_iterations_int.
9358 (tree_unswitch_outer_loop): Likewise.
9359 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
9360 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
9361
9362 2016-03-30 Richard Biener <rguenther@suse.de>
9363
9364 PR middle-end/70450
9365 * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
9366
9367 2016-03-30 Jakub Jelinek <jakub@redhat.com>
9368
9369 PR target/70421
9370 * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
9371 in gen_blendm expander.
9372
9373 2016-03-30 Nick Clifton <nickc@redhat.com>
9374
9375 PR target/62254
9376 * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
9377 case where we are already provided with an SImode SUBREG.
9378
9379 2016-03-30 H.J. Lu <hongjiu.lu@intel.com>
9380
9381 PR target/70439
9382 * config/i386/i386.c (ix86_expand_epilogue): Properly check
9383 conflict between DRAP register and __builtin_eh_return.
9384
9385 2016-03-30 Michael Matz <matz@suse.de>
9386 Richard Biener <rguenther@suse.de>
9387
9388 PR ipa/12392
9389 * ipa-polymorphic-call.c (struct type_change_info): Change
9390 speculative to an unsigned allowing to limit the work we do.
9391 (csftc_abort_walking_p): New inline function..
9392 (check_stmt_for_type_change): Limit the number of may-defs
9393 skipped for speculative devirtualization to
9394 max-speculative-devirt-maydefs.
9395 * params.def (max-speculative-devirt-maydefs): New param.
9396 * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
9397
9398 2016-03-30 Mike Stump <mrs@gcc.gnu.org>
9399
9400 PR target/63890
9401 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
9402 and TARGET_MACHO.
9403
9404 2016-03-30 Patrick Palka <ppalka@gcc.gnu.org>
9405
9406 PR tree-optimization/59124
9407 * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
9408 where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
9409
9410 2016-03-29 Jeff Law <law@redhat.com>
9411
9412 * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
9413
9414 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
9415
9416 * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
9417 to HOST_WIDE_INT.
9418
9419 2016-03-29 Thomas Schwinge <thomas@codesourcery.com>
9420
9421 * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
9422 * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
9423 gcrt0.o if linking dynamically.
9424
9425 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
9426
9427 PR ipa/70283
9428 * ipa-devirt.c (methods_equal_p): New function.
9429 (compare_virtual_tables): Use it.
9430 * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
9431 * cgraphclones.c (clone_function_name_1): Use
9432 symbol_table::symbol_suffix_separator.
9433 * coverage.c (build_var): Likewise.
9434 * symtab.c (symbol_table::symbol_suffix_separator): New.
9435
9436 2016-03-29 Jakub Jelinek <jakub@redhat.com>
9437
9438 PR rtl-optimization/70429
9439 * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
9440 (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
9441 mode != result_mode.
9442
9443 PR c++/70353
9444 * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
9445
9446 PR tree-optimization/70405
9447 * ssa-iterators.h (num_imm_uses): Add missing braces.
9448
9449 2016-03-29 Vladimir Makarov <vmakarov@redhat.com>
9450
9451 PR rtl-optimization/68695
9452 * ira-color.c (allocno_copy_cost_saving): New.
9453 (improve_allocation): Use it.
9454
9455 2016-03-29 Richard Henderson <rth@redhat.com>
9456
9457 PR middle-end/70355
9458 * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
9459
9460 2016-03-29 Richard Biener <rguenther@suse.de>
9461
9462 PR middle-end/70424
9463 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
9464 use alignment returned by get_pointer_alignment_1 if it is
9465 bigger than BITS_PER_UNIT.
9466 * builtins.c (get_pointer_alignment_1): Do not return true
9467 for alignment extracted from SSA info.
9468
9469 2016-03-28 James Bowman <james.bowman@ftdichip.com>
9470
9471 * config/ft32/ft32.opt (mnodiv): New.
9472 * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
9473 * doc/invoke.texi (FT32 Options -mnodiv): New.
9474
9475 2016-03-28 Kirill Yukhin <kirill.yukhin@intel.com>
9476
9477 PR target/70406
9478 * config/i386/i386.md (define_split, andn): Fix modes.
9479
9480 2016-03-26 Richard Biener <rguenther@suse.de>
9481 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9482
9483 PR ipa/70366
9484 * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
9485 instead of
9486 TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
9487 as 2nd argument to cl_optimization_restore().
9488
9489 2016-03-25 Richard Henderson <rth@redhat.com>
9490
9491 PR target/70120
9492 * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
9493 * config/aarch64/aarch64-protos.h: Declare it.
9494 * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
9495
9496 2016-03-25 Alan Modra <amodra@gmail.com>
9497
9498 PR target/70052
9499 * config/rs6000/constraints.md (j): Simplify.
9500 * config/rs6000/predicates.md (easy_fp_constant): Exclude
9501 decimal float 0.D.
9502 * config/rs6000/rs6000.md (zero_fp): New mode_attr.
9503 (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
9504 mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
9505 in all constraint alternatives.
9506 (movtd_64bit_nodm): Delete "j" constraint alternative.
9507
9508 2016-03-24 Aldy Hernandez <aldyh@redhat.com>
9509
9510 * tree-ssa-propagate.c: Enhance docs for
9511 SSA_PROP_NOT_INTERESTING.
9512
9513 2016-03-24 Aldy Hernandez <aldyh@redhat.com>
9514
9515 * doc/extend.texi: Fix typo in documentation to pure attribute.
9516
9517 2016-03-24 John David Anglin <danglin@gcc.gnu.org>
9518
9519 PR target/70319
9520 * config/pa/pa.md (bswapdi2): Use a scratch register.
9521
9522 2016-03-24 Richard Henderson <rth@redhat.com>
9523
9524 PR middle-end/69845
9525 * fold-const.c (extract_muldiv_1): Correct test for multiplication
9526 overflow.
9527
9528 2016-03-24 Uros Bizjak <ubizjak@gmail.com>
9529
9530 * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
9531 using ix86_expand_binary_operator instead of gen_andsi3.
9532
9533 2016-03-24 Richard Biener <rguenther@suse.de>
9534
9535 PR tree-optimization/70396
9536 * tree-vect-stmts.c (vectorizable_comparison): Use
9537 get_vectype_for_scalar_type.
9538
9539 2016-03-24 Richard Biener <rguenther@suse.de>
9540
9541 PR middle-end/70370
9542 * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
9543 with register bases.
9544
9545 2016-03-24 Richard Biener <rguenther@suse.de>
9546
9547 PR tree-optimization/70372
9548 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
9549 build_all_ones_cst to also handle vector types correctly.
9550
9551 2016-03-23 Michael Meissner <meissner@linux.vnet.ibm.com>
9552
9553 PR target/70381
9554 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
9555 -mfloat128 here.
9556
9557 2016-03-23 Marek Polacek <polacek@redhat.com>
9558
9559 PR c++/69884
9560 * doc/invoke.texi: Document -Wignored-attributes.
9561
9562 2016-03-23 Bin Cheng <bin.cheng@arm.com>
9563
9564 PR tree-optimization/69042
9565 * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
9566 parameter from 30 to 40.
9567
9568 2016-03-23 Bin Cheng <bin.cheng@arm.com>
9569
9570 PR tree-optimization/69042
9571 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
9572 for use with constant offset stripped in base.
9573
9574 2016-03-23 Richard Biener <rguenther@suse.de>
9575
9576 PR middle-end/70251
9577 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
9578 mode compatibility check.
9579 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9580
9581 2016-03-23 Jeff Law <law@redhat.com>
9582
9583 PR tree-optimization/64058
9584 * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
9585 CONFLICT_COUNT.
9586 (struct ssa_conflicts): Move up earlier in the file.
9587 (conflicts_, var_map_): New static variables.
9588 (initialize_conflict_count): New function to initialize the
9589 CONFLICT_COUNT field for each conflict pair.
9590 (compare_pairs): Lazily initialize the conflict count and use it
9591 as the first tie-breaker.
9592 (sort_coalesce_list): Add new arguments conflicts, map. Initialize
9593 and wipe conflicts_ and map_ around the call to qsort. Remove
9594 special case for 2 coalesce pairs.
9595 * bitmap.c (bitmap_count_unique_bits): New function.
9596 (bitmap_count_bits_in_word): New function, extracted from
9597 bitmap_count_bits.
9598 (bitmap_count_bits): Use bitmap_count_bits_in_word.
9599 * bitmap.h (bitmap_count_unique_bits): Declare it.
9600
9601 2016-03-23 Ilya Enkovich <enkovich.gnu@gmail.com>
9602
9603 PR target/69917
9604 * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
9605 transparent alias chain for decl assembler name.
9606 * config/sol2.c (solaris_assemble_visibility): Likewise.
9607
9608 2016-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9609
9610 * config/arm/arm1020e.md (1020call_op): Reduce reservation
9611 duration.
9612 (v10_fdivs): Likewise.
9613 (v10_fdivd): Likewise.
9614
9615 2016-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9616
9617 PR driver/70132
9618 * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
9619 to not call fclose twice on file.
9620
9621 2016-03-23 Jakub Jelinek <jakub@redhat.com>
9622
9623 PR tree-optimization/70354
9624 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
9625 oprnd0 is wider than oprnd1 and there is a cast from the wider
9626 type to oprnd1, mask it with the mask of the narrower type.
9627
9628 PR target/70321
9629 * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
9630 Optimize TARGET_STV splitters, if high or low word of last argument
9631 is 0 or -1.
9632
9633 2016-03-22 Jeff Law <law@redhat.com>
9634
9635 PR target/70232
9636 tree-ssa-threadbackward.c
9637 (fsm_find_control_statement_thread_paths): Correctly distinguish
9638 between old style jump threads vs FSM jump threads.
9639
9640 2016-03-22 Ilya Enkovich <enkovich.gnu@gmail.com>
9641
9642 PR target/70302
9643 * config/i386/i386.c (scalar_chain::convert_op): Support
9644 uninitialized register usage case.
9645
9646 2016-03-22 Richard Biener <rguenther@suse.de>
9647
9648 PR middle-end/70251
9649 * genmatch.c (gen_transform): Adjust last parameter to a three-state
9650 int...
9651 (capture::gen_transform): ... to change behavior when substituting
9652 a condition into cond or not-cond expr context.
9653 (dt_simplify::gen_1): Adjust.
9654 * gimple-match-head.c: Include gimplify.h for unshare_expr.
9655 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
9656 last change and instead change to
9657 A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
9658 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9659
9660 2016-03-22 Anthony Green <green@moxielogic.com>
9661
9662 * config/moxie/moxiebox.h (CC1_SPEC): Define. Fix endianness
9663 issue for moxiebox targets.
9664 (CC1PLUS_SPEC): Ditto.
9665
9666 2016-03-22 Richard Biener <rguenther@suse.de>
9667
9668 PR middle-end/70333
9669 * fold-const.c (extract_muldiv_1): Properly perform multiplication
9670 in the wide type.
9671
9672 2016-03-22 Kirill Yukhin <kirill.yukhin@intel.com>
9673
9674 * config/i386/i386.c (def_builtin): Remove duplicated functionality.
9675
9676 2016-03-22 Kirill Yukhin <kirill.yukhin@intel.com>
9677
9678 PR target/70325
9679 * config/i386/i386.c (def_builtin): Handle
9680 OPTION_MASK_ISA_AVX512VL to be and-ed with other
9681 bits.
9682 (const struct builtin_description bdesc_special_args[]):
9683 Remove duplicate ISA bits.
9684
9685 2016-03-22 Jakub Jelinek <jakub@redhat.com>
9686
9687 PR target/70329
9688 * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
9689 d.perm[i] for i >= d.nelt. If not full_interleave, compute d.perm[i]
9690 in a way that works also for AVX512BW.
9691
9692 PR target/70300
9693 * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
9694 instead of source if operands[1] is xmm16 and above and
9695 !TARGET_AVX512VL. Use avx512f_vec_dupv16sf_1 instead of
9696 vec_interleave_lowv4sf if we need to unpack xmm16 and above.
9697
9698 PR c++/70295
9699 * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
9700 on assign if (*from_p) is a comparison, set it to
9701 TREE_NO_WARNING (*from_p).
9702
9703 2016-03-21 Jakub Jelinek <jakub@redhat.com>
9704
9705 PR middle-end/70326
9706 * lra.c (restore_scratches): Ignore deleted insns.
9707
9708 2016-03-21 Marc Glisse <marc.glisse@inria.fr>
9709 Jakub Jelinek <jakub@redhat.com>
9710
9711 PR tree-optimization/70317
9712 * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
9713 to HONOR_NANS.
9714
9715 2016-03-21 Uros Bizjak <ubizjak@gmail.com>
9716
9717 PR target/70327
9718 * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
9719 of ix86_expand_move.
9720 (movoi): Ditto.
9721 (movti): Use general_operand for operand 1 predicate.
9722
9723 2016-03-21 Martin Liska <mliska@suse.cz>
9724
9725 * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
9726 insns.
9727 (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
9728
9729 2016-03-21 Martin Liska <mliska@suse.cz>
9730
9731 PR ipa/70306
9732 * ipa-icf.c (sem_function::parse): Skip static
9733 constructors and destructors.
9734
9735 2016-03-21 Jakub Jelinek <jakub@redhat.com>
9736
9737 PR target/70296
9738 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
9739 function-like macro, peek following token(s) if it is followed
9740 by CPP_OPEN_PAREN token with optional padding in between, and
9741 if not, don't treat it like a macro.
9742
9743 2016-03-21 Thomas Schwinge <thomas@codesourcery.com>
9744 Alexander Monakov <amonakov@ispras.ru>
9745
9746 * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
9747 for the stabs debug format.
9748
9749 2016-03-21 Richard Biener <rguenther@suse.de>
9750
9751 PR tree-optimization/70310
9752 * tree-vect-generic.c (expand_vector_condition): Fold the built
9753 condition.
9754
9755 2016-03-21 Kirill Yukhin <kirill.yukhin@intel.com>
9756
9757 PR target/70293
9758 * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
9759 Block third alternative for AVX-512VL target,
9760
9761 2016-03-21 Martin Liska <mliska@suse.cz>
9762
9763 PR hsa/70234
9764 * hsa-brig.c (emit_function_directives): Mark unemitted
9765 global variables for emission.
9766 * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
9767 (get_symbol_for_decl): Likewise.
9768 * hsa.h (struct hsa_symbol): New flag.
9769
9770 2016-03-21 Richard Biener <rguenther@suse.de>
9771
9772 PR tree-optimization/70288
9773 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
9774 we do not estimate unsimplified all-constant conditionals or
9775 switches as optimized away.
9776
9777 2016-03-21 Andrey Belevantsev <abel@ispras.ru>
9778
9779 PR rtl-optimization/69102
9780 * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
9781 when we have a readonly dependency context.
9782
9783 2016-03-18 Jeff Law <law@redhat.com>
9784
9785 PR rtl-optimization/70263
9786 * ira.c (memref_used_between_p): Assert we found END in the insn chain.
9787 (update_equiv_regs): When trying to move a store to after the insn
9788 that sets the source of the store, make sure the store occurs after
9789 the insn that sets the source of the store. When successful note
9790 the REG_EQUIV note created in the dump file.
9791
9792 2016-03-16 David Wohlferd <dw@LimeGreenSocks.com>
9793 Bernd Schmidt <bschmidt@redhat.com>
9794
9795 * doc/extend.texi: Document more potential problems with basic asms.
9796
9797 2016-03-18 Bernd Schmidt <bschmidt@redhat.com>
9798
9799 PR rtl-optimization/70278
9800 * lra-constraints.c (split_reg): Handle the case where biggest_mode is
9801 VOIDmode.
9802
9803 2016-03-18 Jason Merrill <jason@redhat.com>
9804
9805 * calls.c (load_register_parameters): Fix zero size sibcall logic.
9806
9807 2016-03-18 Kirill Yukhin <kirill.yukhin@intel.com>
9808
9809 * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
9810 values to 128b regs.
9811
9812 2016-03-18 Ilya Enkovich <enkovich.gnu@gmail.com>
9813
9814 PR tree-optimization/70252
9815 * tree-vect-stmts.c (supportable_widening_operation): Check resulting
9816 boolean vector has a proper number of elements.
9817 (supportable_narrowing_operation): Likewise.
9818
9819 2016-03-18 Tom de Vries <tom@codesourcery.com>
9820
9821 PR ipa/70269
9822 * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
9823
9824 2016-03-18 Jakub Jelinek <jakub@redhat.com>
9825
9826 * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
9827 instead of replace_rtx for DEBUG_INSNs.
9828
9829 2016-03-18 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
9830
9831 * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
9832 load type reservations.
9833
9834 2016-03-17 John David Anglin <danglin@gcc.gnu.org>
9835
9836 PR target/70188
9837 * config/pa/constraints.md: Revert 2015-02-13 change. Use
9838 define_constraint for "Q" and "T" constraints.
9839
9840 2016-03-17 Evandro Menezes <e.menezes@samsung.com>
9841
9842 Tweak the pipeline model for Exynos M1
9843
9844 * config/aarch64/aarch64.c (exynosm1_tunings): Enable weak prefetching
9845 model.
9846
9847 2016-03-17 David Malcolm <dmalcolm@redhat.com>
9848
9849 PR c/70264
9850 * diagnostic-show-locus.c (compatible_locations_p): Handle the case
9851 where one or both locations aren't within a line_map.
9852
9853 2016-03-17 H.J. Lu <hongjiu.lu@intel.com>
9854
9855 PR driver/70192
9856 * opts.c (finish_options): Don't set flag_pie to the default if
9857 -fpic, -fPIC, -fno-pic or -fno-PIC is used. Set flag_pic to 0
9858 if it is -1.
9859
9860 2016-03-17 Joern Rennecke <joern.rennecke@embecosm.com>
9861
9862 * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
9863 true as ALL_REGS argument to replace_rtx.
9864
9865 2016-03-17 Richard Biener <rguenther@suse.de>
9866
9867 PR debug/70271
9868 * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
9869 last.
9870
9871 2016-03-17 Jakub Jelinek <jakub@redhat.com>
9872
9873 PR target/70245
9874 * rtl.h (replace_rtx): Add ALL_REGS argument.
9875 * rtlanal.c (replace_rtx): Likewise. If true, use REGNO
9876 equality and assert mode is the same, instead of just rtx pointer
9877 equality.
9878 * config/i386/i386.md (mov + arithmetics with load peephole): Pass
9879 true as ALL_REGS argument to replace_rtx.
9880
9881 2016-03-17 Ilya Enkovich <enkovich.gnu@gmail.com>
9882
9883 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
9884 for boolean vector with vector mode only.
9885 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9886
9887 2016-03-17 Nick Clifton <nickc@redhat.com>
9888
9889 PR target/70162
9890 * config/rx/rx.c (rx_print_integer): Print negative constants in
9891 decimal.
9892
9893 2016-03-17 Jakub Jelinek <jakub@redhat.com>
9894
9895 PR target/70261
9896 * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
9897
9898 2016-03-16 Richard Henderson <rth@redhat.com>
9899 Richard Biener <rguenth@suse.de>
9900
9901 PR middle-end/70240
9902 PR middle-end/68215
9903 PR tree-opt/68714
9904 * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
9905 first operand as is_gimple_condexpr.
9906
9907 PR middle-end/70240
9908 PR middle-end/68215
9909 Revert r231575
9910 2015-12-11 Eric Botcazou <ebotcazou@adacore.com>
9911 * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
9912 Do not gimplify the result.
9913 (do_unop): Adjust call to tree_vec_extract.
9914 (do_binop): Likewise.
9915 (do_compare): Likewise.
9916 (do_plus_minus): Likewise.
9917 (do_negate): Likewise.
9918 (expand_vector_condition): Likewise.
9919 (do_cond): Likewise.
9920
9921 2016-03-16 Richard Henderson <rth@redhat.com>
9922
9923 PR target/70048
9924 * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
9925 (aarch64_classify_address): Use it.
9926 (aarch64_legitimize_address): Force all subexpressions of PLUS
9927 into registers. Simplify as (sfp+const)+reg or (reg+reg)+const.
9928
9929 2016-03-16 Jakub Jelinek <jakub@redhat.com>
9930 Richard Biener <rguenth@suse.de>
9931
9932 PR target/70245
9933 * rtlanal.c (replace_rtx): For REG, if from is a REG,
9934 return to even if only REGNO is equal, and assert
9935 mode is the same.
9936
9937 2016-03-11 Jeff Law <law@redhat.com>
9938
9939 PR rtl-optimization/70224
9940 * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
9941
9942 2016-03-16 Richard Henderson <rth@redhat.com>
9943
9944 PR middle-end/70199
9945 * function.h (struct function): Add has_forced_label_in_static.
9946 * gimplify.c (force_labels_r): Set it.
9947 * lto-streamer-in.c (input_struct_function_base): Read it.
9948 * lto-streamer-out.c (output_struct_function_base): Write it.
9949 * tree-inline.c (has_label_address_in_static_1): Remove.
9950 (copy_forbidden): Remove fndecl parameter; test
9951 has_forced_label_in_static.
9952 (inline_forbidden_p): Update call to copy_forbidden.
9953 (tree_versionable_function_p): Likewise.
9954 * ipa-chkp.c (chkp_instrumentable_p): Likewise.
9955 (chkp_versioning): Likewise.
9956 * tree-inline.h (copy_forbidden): Update decl.
9957
9958 2016-03-16 Marek Polacek <polacek@redhat.com>
9959
9960 PR c/70093
9961 * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
9962 function being thunked if the result type doesn't have fixed size.
9963 * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
9964 doesn't have fixed size.
9965
9966 2016-03-16 Bin Cheng <bin.cheng@arm.com>
9967
9968 * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
9969 reporting malformed loop nest.
9970
9971 2016-03-16 Tom de Vries <tom@codesourcery.com>
9972
9973 PR lto/70187
9974 * ipa-devirt.c (possible_polymorphic_call_targets): Move
9975 nodes.length () == 1 test to before first nodes[0] access.
9976
9977 2016-03-16 Tom de Vries <tom@codesourcery.com>
9978
9979 PR tree-optimization/68715
9980 * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
9981 single_pred_p test.
9982
9983 2016-03-16 Tom de Vries <tom@codesourcery.com>
9984
9985 PR tree-optimization/68809
9986 * graphite-scop-detection.c (same_close_phi_node): Test if result types
9987 are the same.
9988
9989 2016-03-16 Carlos O'Donell <carlos@redhat.com>
9990 Sandra Loosemore <sandra@codesourcery.com>
9991
9992 * doc/extend.texi (Common Function Attributes): Describe ifunc impact
9993 on leaf attribute. Mention ELF interposition problems.
9994
9995 2016-03-16 Alan Modra <amodra@gmail.com>
9996
9997 PR rtl-optimization/69195
9998 PR rtl-optimization/47992
9999 * ira.c (indirect_jump_optimize): Ignore artificial defs.
10000 Add comments.
10001
10002 2016-03-15 Eric Botcazou <ebotcazou@adacore.com>
10003
10004 PR bootstrap/69513
10005 * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
10006
10007 2016-03-15 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
10008
10009 * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
10010
10011 2016-03-15 Jakub Jelinek <jakub@redhat.com>
10012
10013 PR rtl-optimization/70222
10014 * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
10015 optimization if mode is different from result_mode, queue up masking
10016 of the result in outer_op. Formatting fix.
10017
10018 PR middle-end/70239
10019 * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
10020 of safe_grow.
10021
10022 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
10023
10024 PR rtl-optimization/69032
10025 * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
10026 looping backwards over basic block insns.
10027
10028 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
10029
10030 PR target/66660
10031 * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
10032 to non-speculative when propagating trap bits.
10033
10034 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
10035
10036 PR rtl-optimization/63384
10037 * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
10038 DEBUG_INSN_P insns.
10039
10040 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
10041
10042 PR target/64411
10043 * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
10044 factored out from ...
10045 (sched_analyze_insn): ... here.
10046 * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
10047 * sel-sched-ir.c (setup_id_implicit_regs): New function, use
10048 get_implicit_reg_pending_clobbers in it.
10049 (setup_id_reg_sets): Use setup_id_implicit_regs.
10050 (deps_init_id): Ditto.
10051
10052 2016-03-15 Tom de Vries <tom@codesourcery.com>
10053
10054 PR ipa/70161
10055 * cgraph.c (cgraph_node::get_body): Save, reset and restore
10056 dump_file_name.
10057 * passes.c (execute_one_ipa_transform_pass): Add missing argument to
10058 execute_function_dump.
10059 (execute_one_pass): Don't dump function if it will be dumped after ipa
10060 transform.
10061
10062 2016-03-15 Segher Boessenkool <segher@kernel.crashing.org>
10063
10064 * genrecog.c (match_pattern_2): If pred is NULL don't call
10065 safe_predicate_mode on it.
10066
10067 2016-03-14 Jakub Jelinek <jakub@redhat.com>
10068
10069 PR middle-end/70219
10070 * lra-constraints.c (delete_move_and_clobber): Change assertion
10071 to also allow dregno == 0.
10072
10073 2016-03-14 Richard Henderson <rth@redhat.com>
10074
10075 PR tree-opt/68714
10076 * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
10077 (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
10078 (reassociate_bb): Use optimize_vec_cond_expr; avoid
10079 optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
10080 on vectors.
10081
10082 2016-03-14 Bernd Schmidt <bschmidt@redhat.com>
10083
10084 PR target/70083
10085 * lra-lives.c (process_bb_lives): Also update biggest mode for hard
10086 regs.
10087 (lra_create_live_ranges_1): initialize hard register biggest_mode to
10088 VOIDmode.
10089 * lra-constraints.c (split_reg): For hard regs, try to find the
10090 biggest single-register mode used in the function.
10091
10092 2016-03-14 Richard Biener <rguenther@suse.de>
10093
10094 PR tree-optimization/56365
10095 * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
10096 constants to compare against.
10097
10098 2016-03-14 Segher Boessenkool <segher@kernel.crashing.org>
10099
10100 PR target/70098
10101 * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
10102 *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
10103 (define_split for the GPR case): Use int_reg_operand instead of
10104 gpc_reg_operand for the output.
10105
10106 2016-03-14 Tom de Vries <tom@codesourcery.com>
10107
10108 PR tree-optimization/70045
10109 * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
10110 create_empty_if_region_on_edge argument.
10111
10112 2016-03-13 Eric Botcazou <ebotcazou@adacore.com>
10113
10114 * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
10115 (STACK_CHECK_PROTECT): Likewise.
10116 * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
10117 (STACK_CHECK_PROTECT): Likewise.
10118 * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
10119 (STACK_CHECK_PROTECT): Likewise.
10120 * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
10121 * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
10122 (STACK_CHECK_PROTECT): Likewise.
10123
10124 2016-03-12 Andrey Belevantsev <abel@ispras.ru>
10125
10126 PR rtl-optimization/69307
10127 * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
10128 registers in modes that span more than one register.
10129
10130 2016-03-12 Vladimir Makarov <vmakarov@redhat.com>
10131
10132 PR target/69614
10133 * lra-constraints.c (delete_move_and_clobber): New.
10134 (remove_inheritance_pseudos): Use it.
10135
10136 2016-03-12 Eric Botcazou <ebotcazou@adacore.com>
10137
10138 PR ada/70017
10139 * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
10140 the libcall is LCT_THROW.
10141 * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
10142 for the checking routine.
10143
10144 2016-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
10145
10146 PR target/70131
10147 * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
10148 optimization if we have direct move.
10149 (roundu32<mode>2_fprs): Likewise.
10150
10151 2016-03-11 Bernd Schmidt <bschmidt@redhat.com>
10152
10153 PR target/70123
10154 * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
10155 be rematerialized.
10156 (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
10157 Arguments swapped. All callers changed. Take reg_renumber into
10158 account, and Calculate and compare register ranges for hard regs.
10159
10160 2016-03-11 Jeff Law <law@redhat.com>
10161
10162 PR tree-optimization/70190
10163 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10164 Handle cases where we can not extract the taken edge, even though we
10165 found a constant value.
10166
10167 PR tree-optimization/64058
10168 * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
10169 (num_coalesce_pairs): Move up earlier in file.
10170 (find_coalesce_pair): Initialize the INDEX field for each pair
10171 discovered.
10172 (compare_pairs): No longer sort on the elements in each pair.
10173 Instead break ties with the index of the coalesce pair.
10174
10175 2016-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10176
10177 PR target/70002
10178 * config/aarch64/aarch64-protos.h
10179 (aarch64_save_restore_target_globals): New prototype.
10180 * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
10181 Call the above when popping pragma.
10182 * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
10183 New function.
10184 (aarch64_set_current_function): Rewrite using the above.
10185
10186 2016-03-11 Jakub Jelinek <jakub@redhat.com>
10187
10188 PR tree-optimization/70177
10189 * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
10190 (extract_ops_from_tree): ... this. In the 2 argument
10191 overload remove _1 suffix.
10192 * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
10193 (extract_ops_from_tree): ... this.
10194 * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
10195 Adjust callers.
10196 * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
10197 * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
10198 extract_ops_from_tree instead of 2 operand one.
10199
10200 2016-03-11 Alan Lawrence <alan.lawrence@arm.com>
10201
10202 PR tree-optimization/70013
10203 * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
10204 for constant-pool entries.
10205
10206 2016-03-11 Jakub Jelinek <jakub@redhat.com>
10207
10208 PR rtl-optimization/70174
10209 * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
10210 followed by gen_lowpart on force_reg instead of just gen_lowpart.
10211
10212 PR tree-optimization/70169
10213 * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
10214 LABEL_DECL like VAR_DECL. Emit nothing instead of gcc_unreachable
10215 for unknown codes.
10216
10217 2016-03-11 Ilya Enkovich <enkovich.gnu@gmail.com>
10218 Jakub Jelinek <jakub@redhat.com>
10219
10220 PR target/70160
10221 * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
10222 of uninitialized values.
10223
10224 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10225
10226 * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
10227 define_expand.
10228 ("*trunctddd2"): New pattern definition.
10229 ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
10230 TD->DD truncation.
10231
10232 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10233
10234 * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
10235 definitions for BFP and DFP rounding modes.
10236 ("fixuns_truncdddi2", "fixuns_trunctddi2")
10237 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
10238 ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
10239 ("fix_trunctf<mode>2"): Use the new constants instead of magic
10240 numbers.
10241
10242 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10243
10244 * config/s390/constraints.md: Adjust comment.
10245 ("Y"): Adjust comment. Rename s390_decompose_shift_count to
10246 s390_decompose_addrstyle_without_index.
10247 * config/s390/predicates.md (shift_count_or_setmem_operand):
10248 Rename to setmem_operand.
10249 * config/s390/s390-protos.h
10250 (s390_decompose_shift_count): Rename to
10251 s390_decompose_addrstyle_without_index.
10252 * config/s390/s390.c (s390_decompose_shift_count)
10253 (s390_mem_constraint, print_shift_count_operand)
10254 (print_operand_address, print_operand): Rename
10255 s390_decompose_shift_count to
10256 s390_decompose_addrstyle_without_index and rename
10257 print_shift_count_operand to print_addrstyle_operand troughout the
10258 file.
10259 * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
10260 ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
10261 Rename shift_count_or_setmem_operand to setmem_operand.
10262 * config/s390/vx-builtins.md ("vec_insert<mode>")
10263 ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
10264 nonmemory_operand.
10265
10266 2016-03-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10267
10268 PR target/70168
10269 * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
10270 Handle overlapping retval and newval.
10271
10272 2016-03-10 Nick Clifton <nickc@redhat.com>
10273
10274 PR target/7044
10275 * config/aarch64/aarch64.c
10276 (aarch64_override_options_after_change_1): When forcing
10277 flag_omit_frame_pointer to be true, use a special value that can
10278 be detected if this function is called again, thus preventing
10279 flag_omit_leaf_frame_pointer from being forced to be false.
10280
10281 2016-03-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10282
10283 * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
10284 Set x_flag_omit_leaf_frame_pointer when handling
10285 -momit-leaf-frame-pointer.
10286
10287 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
10288
10289 PR lto/69589
10290 * cgraph.c (cgraph_node::dump): Dump split_part and
10291 indirect_call_target.
10292 * cgraph.h (cgraph_node): Add indirect_call_target flag.
10293 * ipa.c (has_addr_references_p): Cleanup.
10294 (is_indirect_call_target_p): New.
10295 (walk_polymorphic_call_targets): Do not mark virtuals that may be
10296 called indirectly as local.
10297 (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
10298
10299 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
10300
10301 PR ipa/69630
10302 * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
10303 on cxa_pure_virtual.
10304
10305 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
10306
10307 PR lto/69589
10308 * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
10309
10310 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
10311
10312 PR lto/69589
10313 * tree.c (need_assembler_name_p): Only record main variant type names.
10314
10315 2016-03-10 Christophe Lyon <christophe.lyon@linaro.org>
10316
10317 PR target/70113.
10318 * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
10319 Always define to 0 or 1.
10320 (TARGET_FIX_ERR_A53_843419): New macro.
10321 * config/aarch64/aarch64-elf-raw.h
10322 (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
10323 * config/aarch64/aarch64-linux.h: Likewise.
10324 * config/aarch64/aarch64.c
10325 (aarch64_override_options_after_change_1): Do not default
10326 aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
10327 843419 is on.
10328 (aarch64_attributes): Handle fix-cortex-a53-843419.
10329 (aarch64_can_inline_p): Likewise.
10330 * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
10331
10332 2016-03-10 Alan Lawrence <alan.lawrence@arm.com>
10333 Jakub Jelinek <jakub@redhat.com>
10334
10335 * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
10336 * tree.c (array_at_struct_end_p): Do not limit to size of decl for
10337 DECL_COMMONS if flag_unconstrained_commons is set.
10338 * tree-dfa.c (get_ref_base_and_extent): Likewise.
10339 * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
10340 (funconstrained-commons): Document.
10341
10342 2016-03-10 Christophe Lyon <christophe.lyon@linaro.org>
10343
10344 * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
10345 aarch64-fusion-pairs.def and aarch64-tuning-flags.def
10346
10347 2016-03-10 Ilya Enkovich <enkovich.gnu@gmail.com>
10348
10349 * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
10350 has a proper number of elements.
10351
10352 2016-03-10 Alan Modra <amodra@gmail.com>
10353
10354 PR rtl-optimization/69195
10355 PR rtl-optimization/47992
10356 * ira.c (recorded_label_ref): Delete.
10357 (update_equiv_regs): Return void.
10358 (indirect_jump_optimize): New function.
10359 (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
10360 before regstat_compute_ri. Don't rebuild_jump_labels here.
10361 Delete update_regstat.
10362
10363 2016-03-10 Richard Biener <rguenther@suse.de>
10364
10365 PR tree-optimization/70128
10366 * tree-ssa-structalias.c (set_uids_in_ptset): Set
10367 vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
10368
10369 2016-03-09 Jakub Jelinek <jakub@redhat.com>
10370
10371 PR tree-optimization/70152
10372 * tree-sra.c (replace_removed_params_ssa_names): Copy over
10373 SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
10374
10375 PR target/70086
10376 * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
10377 instead of gen_sse2_loadlpd.
10378 * config/i386/sse.md (*vec_concatv2df): Rename to...
10379 (vec_concatv2df): ... this.
10380
10381 PR tree-optimization/70127
10382 * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
10383
10384 2016-03-09 David Malcolm <dmalcolm@redhat.com>
10385
10386 PR c/68473
10387 PR c++/70105
10388 * diagnostic-show-locus.c (compatible_locations_p): New function.
10389 (layout::layout): Sanitize ranges using compatible_locations_p.
10390
10391 2016-03-09 David Malcolm <dmalcolm@redhat.com>
10392
10393 PR c/68473
10394 PR c++/70105
10395 * diagnostic-show-locus.c (layout_range::layout_range): Replace
10396 location_range param with three const expanded_locations * and a
10397 bool.
10398 (layout::layout): Replace call to
10399 rich_location::lazily_expand_location with get_expanded_location.
10400 Extract the range and perform location expansion here, passing
10401 the results to the layout_range ctor.
10402 * diagnostic.c (source_range::debug): Delete.
10403 * diagnostic.h (diagnostic_expand_location): Reimplement in terms
10404 of rich_location::get_expanded_location.
10405 * gcc-rich-location.c (get_range_for_expr): Delete.
10406 (gcc_rich_location::add_expr): Reimplement to avoid the
10407 rich_location::add_range overload that took a location_range,
10408 passing a location_t instead.
10409
10410 2016-03-09 Richard Biener <rguenther@suse.de>
10411 Jakub Jelinek <jakub@redhat.com>
10412
10413 PR tree-optimization/70138
10414 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
10415 Also skip vect_double_reduction_def.
10416
10417 2016-03-09 Jakub Jelinek <jakub@redhat.com>
10418
10419 PR target/70049
10420 * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
10421 if the operand is "m".
10422
10423 2016-03-09 Nathan Sidwell <nathan@acm.org>
10424
10425 * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
10426
10427 2016-03-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
10428
10429 * config/i386/i386.c (processor_target_table): Fix cost table
10430 intialization order for znver1.
10431
10432 2016-03-08 Jakub Jelinek <jakub@redhat.com>
10433
10434 * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
10435 - becuase -> because.
10436 * ipa-reference.c (ignore_module_statics): Likewise.
10437 * cgraph.c (cgraph_node::get_body): Likewise.
10438 * ipa-inline.c (early_inliner): Likewise.
10439 * ipa-devirt.c (types_same_for_odr): Likewise.
10440 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
10441 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
10442
10443 2016-03-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10444
10445 * tree-ssa-math-opts.c: Fix typo in comment.
10446
10447 2016-03-08 Jakub Jelinek <jakub@redhat.com>
10448
10449 PR target/70110
10450 * config/i386/i386.c (scalar_chain::make_vector_copies,
10451 scalar_chain::convert_reg): Call end_sequence in between
10452 get_insns and emit_conversion_insns rather than after both
10453 calls.
10454
10455 2016-03-07 Uros Bizjak <ubizjak@gmail.com>
10456
10457 PR target/70064
10458 * config/i386/i386.h (machine_function): Add
10459 pc_thunk_call_expanded flag.
10460 (ix86_pc_thunk_call_expanded): New define.
10461 * config/i386/i386.md (set_got, set_got_labelled): New expanders.
10462 (*set_got): Rename insn pattern from set_got.
10463 (*set_got_labelled): Rename inst pattern from set_got_labelled.
10464 * config/i386/i386.c (ix86_compute_frame_layout): Use
10465 ix86_pc_thunk_call_expanded to prevent red-zone.
10466
10467 2016-03-07 Martin Jambor <mjambor@suse.cz>
10468
10469 * hsa.h (hsa_get_ctor_statements): Declare.
10470 (hsa_get_dtor_statements): Likewise.
10471 (hsa_get_kernel_dispatch_type): Likewise.
10472 * hsa.c (hsa_get_ctor_statements): New function.
10473 (hsa_get_dtor_statements): Likewise.
10474 (hsa_get_kernel_dispatch_type): Likewise.
10475 * hsa-brig.c (hsa_cdtor_statements): Removed.
10476 (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
10477 hsa_get_dtor_statements.
10478 * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
10479 (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
10480
10481 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
10482
10483 * config/arm/arm-cores.def (cortex-r8): New.
10484 * config/arm/arm-tables.opt (cortex-r8): Regenerate.
10485 * config/arm/arm-tune.md: Likewise.
10486 * doc/invoke.texi: Add cortex-r8 to list of cpu values.
10487
10488 2016-03-07 Martin Sebor <msebor@redhat.com>
10489
10490 PR rtl-optimization/19705
10491 * doc/invoke.texi (Options That Control Optimization): Clarify
10492 -fno-branch-count-reg.
10493
10494 2016-02-26 Richard Biener <rguenther@suse.de>
10495 Jeff Law <law@redhat.com>
10496
10497 PR tree-optimization/69740
10498 * cfghooks.c (remove_edge): Request loop fixups if we delete
10499 an edge that might turn an irreducible loop into a natural
10500 loop.
10501 * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
10502 Move after definition of loops_state_clear.
10503
10504 2016-03-07 Bin Cheng <bin.cheng@arm.com>
10505
10506 PR rtl-optimization/69052
10507 * rtlanal.c (commutative_operand_precedence): Set higher precedence
10508 to CONST_WIDE_INT.
10509
10510 2016-03-07 Tom de Vries <tom@codesourcery.com>
10511
10512 PR tree-optimization/70116
10513 * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
10514 is_tm_ending stmts and ubsan/asan internal functions.
10515 (find_duplicate): Use it. Don't test is_tm_ending here.
10516
10517 2016-03-07 Richard Biener <rguenther@suse.de>
10518
10519 PR tree-optimization/70115
10520 * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
10521 (propagate_constants_for_unrolling): Use replace_uses_by.
10522
10523 2016-03-07 Nathan Sidwell <nathan@codesourcery.com>
10524
10525 PR middle-end/69916
10526 * omp-low.c (struct oacc_loop): Add ifns.
10527 (new_oacc_loop_raw): Initialize it.
10528 (finish_oacc_loop): Clear mask & flags if no ifns.
10529 (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
10530 (oacc_loop_xform_loop): Add ifns arg & adjust.
10531 (oacc_loop_process): Adjust oacc_loop_xform_loop call.
10532
10533 2016-03-07 Richard Henderson <rth@redhat.com>
10534
10535 PR rtl-opt/70061
10536 * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
10537 (insert_value_copy_on_edge): Likewise.
10538
10539 2016-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10540
10541 * config/arm/arm_neon.h: Show error if using with soft-float ABI.
10542
10543 2016-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10544
10545 PR target/62281
10546 * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
10547
10548 2016-03-05 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
10549
10550 * config/i386/i386.c (znver1_cost): Fix Multiply cost.
10551
10552 2016-03-05 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
10553
10554 Fix sseimul type attribute.
10555 * config/i386/znver1.md
10556 (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
10557 znver1_sseimul_avx256_load) : Fix the type attribute.
10558 (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
10559 pipe usage and latency.
10560
10561 2016-03-05 Jakub Jelinek <jakub@redhat.com>
10562
10563 PR c++/70084
10564 * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
10565 of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
10566 to the right type.
10567
10568 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
10569
10570 PR c/69973
10571 * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
10572
10573 PR rtl-optimization/69941
10574 * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
10575 the reg share its mode.
10576
10577 2016-03-04 Jeff Law <law@redhat.com>
10578
10579 PR tree-optimization/69196
10580 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10581 If the both SSA_NAMEs are anonymous, then consider them unassociated
10582 and include the PHI in the statement count.
10583
10584 2016-03-05 Tom de Vries <tom@codesourcery.com>
10585
10586 * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
10587 construct in oacc routine. Check for oacc region in oacc routine.
10588
10589 2016-03-04 Jakub Jelinek <jakub@redhat.com>
10590
10591 PR target/70062
10592 * config/i386/i386.c (decide_alg): Add RECUR argument. Revert
10593 2016-02-22 changes, instead don't recurse if RECUR is already true.
10594 Don't change *dynamic_check if RECUR. Adjust recursive caller
10595 to pass true to the new argument.
10596 (ix86_expand_set_or_movmem): Adjust decide_alg caller.
10597
10598 PR target/70059
10599 * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
10600 <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
10601 fixes.
10602 (vec_set_hi_<mode><mask_name>): Likewise. Swap VEC_CONCAT operands.
10603
10604 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
10605
10606 PR rtl-optimization/57676
10607 * lra-assigns.c (lra_assign): Guard test for maximum iterations
10608 with flag_checking.
10609
10610 2016-03-04 Ilya Enkovich <enkovich.gnu@gmail.com>
10611
10612 * tree-vect-patterns.c (search_type_for_mask): Handle
10613 comparison of booleans.
10614
10615 2016-03-04 Jakub Jelinek <jakub@redhat.com>
10616
10617 * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
10618 Fix @xref usage.
10619
10620 PR debug/69947
10621 * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
10622 all other ops that have dw_val_class_die_ref operands,
10623 and DW_OP_GNU_entry_value.
10624
10625 2016-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10626
10627 PR rtl-optimization/69904
10628 * config/arm/arm.c (arm_cannot_copy_insn_p):
10629 Return true for load-exclusive instructions.
10630
10631 2016-03-03 Jakub Jelinek <jakub@redhat.com>
10632
10633 PR target/70021
10634 * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
10635 argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
10636 the pattern no matter if it is used just by non-pattern, pattern
10637 or mix thereof.
10638 (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
10639 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
10640 oprnd1 def_stmt is in pattern, don't look through it.
10641
10642 2016-03-03 Marek Polacek <polacek@redhat.com>
10643
10644 PR middle-end/70050
10645 * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
10646
10647 2016-03-03 Martin Liska <mliska@suse.cz>
10648
10649 PR tree-optimization/70043
10650 * tree-vect-loop.c (optimize_mask_stores): Move iterator to
10651 previous statement if we see a debug statement.
10652
10653 2016-03-03 Richard Biener <rguenther@suse.de>
10654
10655 PR tree-optimization/55936
10656 * tree-vrp.c (compare_name_with_value): Add use_equiv_p
10657 parameter and guard unsafe equivalence use.
10658 (vrp_evaluate_conditional_warnv_with_ops): Always use
10659 safe equivalences but not via the quadratic compare_names
10660 helper.
10661
10662 2016-03-03 Michael Collison <michael.collison@linaro.org>
10663
10664 PR target/70014
10665 * config/arm/arm.md (*subsi3_carryin_const): Change predicate
10666 for operand 1 to s_register_operand. Change predicate for operand
10667 2 to arm_not_immediate_operand.
10668
10669 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
10670
10671 * doc/tm.texi: Regenerated.
10672
10673 2016-03-02 Richard Henderson <rth@redhat.com>
10674
10675 PR rtl-opt/67145
10676 * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
10677 simplification when all args are positive non-fixed registers.
10678
10679 2016-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
10680
10681 * target.def (lra_p): Specify that new ports should use LRA.
10682
10683 2016-03-02 Jakub Jelinek <jakub@redhat.com>
10684
10685 PR libgomp/69555
10686 * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
10687 gimplify_type_sizes the type they refer to.
10688 (omp_notice_variable): Handle reference vars to VLAs.
10689 * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
10690 reference to VLA decls in the second pass instead of first pass.
10691
10692 2016-03-02 Tom de Vries <tom@codesourcery.com>
10693
10694 PR tree-optimization/68659
10695 * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
10696 new_expr == NULL_TREE.
10697 (get_new_name): Handle ADDR_EXPR.
10698
10699 2016-03-02 Bin Cheng <bin.cheng@arm.com>
10700
10701 PR rtl-optimization/69052
10702 * loop-invariant.c (canonicalize_address): New function.
10703 (inv_can_prop_to_addr_use): Check validity of address expression
10704 which is canonicalized by above function.
10705
10706 2016-03-02 Alan Modra <amodra@gmail.com>
10707
10708 PR ipa/69990
10709 * ipa-icf.c (sem_variable::merge): Do not merge an alias with
10710 larger alignment.
10711
10712 2016-03-02 Jakub Jelinek <jakub@redhat.com>
10713
10714 PR target/70028
10715 * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
10716 (*movhi_internal): Put mask moves from and to memory separately
10717 from moves from/to GPRs.
10718
10719 2016-03-02 Richard Biener <rguenther@suse.de>
10720
10721 * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
10722 GENERIC expressions in GIMPLE.
10723
10724 2016-03-02 Richard Biener <rguenther@suse.de>
10725
10726 * config/i386/i386.c (type_natural_mode): Fix typo.
10727
10728 2016-03-02 Nick Clifton <nickc@redhat.com>
10729
10730 * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
10731
10732 2016-03-02 Richard Biener <rguenther@suse.de>
10733 Uros Bizjak <ubizjak@gmail.com>
10734
10735 PR target/67278
10736 * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
10737
10738 2016-03-02 Richard Biener <rguenther@suse.de>
10739
10740 PR middle-end/67278
10741 * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
10742
10743 2016-03-02 Marek Polacek <polacek@redhat.com>
10744
10745 PR c/67854
10746 * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
10747 "is promoted to" warning.
10748
10749 2016-03-01 DJ Delorie <dj@redhat.com>
10750
10751 * config.gcc: Deprecate mep-*.
10752
10753 2016-03-01 Vladimir Makarov <vmakarov@redhat.com>
10754
10755 PR middle-end/70025
10756 * lra-constraints.c (regno_val_use_in): New.
10757 (match_reload): Use it instead of regno_use_in.
10758
10759 2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
10760
10761 PR rtl-optimization/70007
10762 * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
10763 references present in REG_EQUAL notes attached to non-SET patterns.
10764
10765 2016-03-01 Jeff Law <law@redhat.com>
10766
10767 PR tree-optimization/69196
10768 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10769 Appropriately clamp the number of statements to copy when the
10770 thread path does not traverse a loop backedge.
10771
10772 PR tree-optimization/69196
10773 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10774 Do count some PHIs in the thread path against the insn count. Decrease
10775 final statement count by one as the control statement in the last
10776 block will get removed. Remove special cased code for handling PHIs
10777 in the last block.
10778
10779 2016-03-01 Uros Bizjak <ubizjak@gmail.com>
10780
10781 PR target/70027
10782 * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
10783 asm dialect alternatives to explicit GOTPCREL calls.
10784
10785 2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
10786
10787 PR ada/70017
10788 * ira.c (do_reload): Issue warning for generic stack checking here...
10789 * reload1.c (reload): ...instead of here and streamline it.
10790
10791 2016-03-01 Nick Clifton <nickc@redhat.com>
10792
10793 * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
10794
10795 2016-03-01 Richard Biener <rguenther@suse.de>
10796
10797 PR tree-optimization/69983
10798 * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
10799 types and fall back to operand_equal_p.
10800
10801 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10802
10803 Revert
10804 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10805
10806 * config/s390/constraints.md ("jm8"): New constraint.
10807 * config/s390/predicates.md ("const_int_8bitset_operand"): New
10808 predicate.
10809 * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
10810 into ...
10811 ("*setmem_long<setmem_and>"): New pattern.
10812 ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
10813 into ...
10814 ("*setmem_long_31z<setmem_and>"): New pattern.
10815 * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
10816 New substitution rules with the required attributes.
10817
10818
10819 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10820
10821 Revert
10822 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10823
10824 * gensupport.c (process_substs_on_one_elem): Split loop to
10825 complete mark_operands_used_in_match_dup on all expressions in the
10826 vector first.
10827 (adjust_operands_numbers): Inline into process_substs_on_one_elem
10828 and remove function.
10829
10830 2016-03-01 Richard Biener <rguenther@suse.de>
10831
10832 PR middle-end/70022
10833 * fold-const.c (fold_indirect_ref_1): Fix range checking for
10834 vector BIT_FIELD_REF extract.
10835
10836 2016-03-01 Richard Biener <rguenther@suse.de>
10837
10838 PR tree-optimization/69994
10839 * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
10840
10841 2016-03-01 Ilya Enkovich <enkovich.gnu@gmail.com>
10842
10843 PR tree-optimization/69956
10844 * tree-vect-stmts.c (supportable_widening_operation): Support
10845 multi-step conversion of boolean vectors.
10846 (supportable_narrowing_operation): Likewise.
10847
10848 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10849
10850 * config/s390/s390.c (s390_decompose_address): Don't accept SImode
10851 anymore.
10852
10853 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10854
10855 * config/s390/subst.md (DSI_VI): New mode iterator.
10856 ("addr_style_op_subst"): Use DSI_VI instead of DSI.
10857 * config/s390/vector.md ("vec_set<mode>"): Move expander before
10858 the insn definition.
10859 ("*vec_set<mode>"): Change predicate and add alternative to
10860 support only either register or const_int operands as element
10861 selector.
10862 ("*vec_set<mode>_plus"): New pattern to support reg + const_int
10863 operands.
10864 ("vec_extract<mode>"): New expander.
10865 ("*vec_extract<mode>"): New insn definition supporting reg and
10866 const_int element selectors.
10867 ("*vec_extract<mode>_plus"): New insn definition supporting
10868 reg+const_int element selectors.
10869 ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
10870 following expander+insn definition.
10871 ("<vec_shifts_name><mode>3"): New expander.
10872 ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
10873
10874 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10875
10876 * config/s390/s390.md ("*tabort_1"): Change predicate to
10877 nonmemory_operand. Add a second alternative to cover
10878 register as well as const int operands.
10879 ("*tabort_1_plus"): New pattern definition.
10880
10881 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10882
10883 * config/s390/s390.md ("*ashrdi3_cc_31")
10884 ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
10885 ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
10886 Merge insn definitions into ...
10887 ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
10888 New pattern definition.
10889 ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
10890 ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
10891 ("*ashr<mode>3_and"): Merge insn definitions into ...
10892 ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
10893 New pattern definition.
10894 * config/s390/subst.md ("addr_style_op_cc_subst")
10895 ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
10896 substitutions patterns plus attributes.
10897 Add ashiftrt to SUBST iterator.
10898
10899 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10900
10901 * config/s390/s390.md ("<shift><mode>3"): Change predicate of
10902 op2 to nonmemory_operand.
10903 ("*<shift>di3_31", "*<shift>di3_31_and"):
10904 Merge into single pattern definition ...
10905 ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
10906 ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
10907 pattern definition ...
10908 ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
10909 * config/s390/subst.md: Add ashift and lshiftrt to SUBST
10910 iterator.
10911
10912 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10913
10914 * config/s390/predicates.md (const_int_6bitset_operand): New
10915 predicate.
10916 * config/s390/s390.md: Include subst.md.
10917 ("rotl<mode>3"): New expander.
10918 ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
10919 ...
10920 ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
10921 * config/s390/subst.md: New file.
10922
10923 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10924
10925 * config/s390/s390.md ("op_type", "atype", "length" attributes):
10926 Remove RRR type. It doesn't really exist.
10927 ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
10928 attributes.
10929 ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
10930 ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
10931 ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
10932 ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
10933 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
10934 ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
10935 `enabled' attribute.
10936
10937 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10938
10939 * gensupport.c (process_substs_on_one_elem): Split loop to
10940 complete mark_operands_used_in_match_dup on all expressions in the
10941 vector first.
10942 (adjust_operands_numbers): Inline into process_substs_on_one_elem
10943 and remove function.
10944
10945 2016-02-29 Eric Botcazou <ebotcazou@adacore.com>
10946
10947 PR target/69706
10948 * config/sparc/sparc.c (NWORDS_UP): Rename to...
10949 (CEIL_NWORDS): ...this. Use CEIL macro.
10950 (compute_fp_layout): Adjust to above renaming.
10951 (function_arg_union_value): Likewise.
10952 (sparc_arg_partial_bytes): Likewise.
10953 (sparc_function_arg_advance): Likewise.
10954
10955 2016-02-29 Jeff Law <law@redhat.com>
10956
10957 PR tree-optimization/70005
10958 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
10959 where an object with a boolean range is compared against a value
10960 outside [0..1].
10961
10962 PR tree-optimization/69999
10963 * gimple-ssa-split-paths.c (split_paths): When duplicating a block
10964 with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
10965 loop cleanups.
10966
10967 2016-02-29 Richard Biener <rguenther@suse.de>
10968
10969 PR tree-optimization/69994
10970 * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
10971 (get_unary_op): Look through nop conversions.
10972 (ops_equal_values_p): New function, look for equality diregarding
10973 nop conversions.
10974 (eliminate_plus_minus_pair): Use ops_equal_values_p
10975 (repropagate_negates): Do not use get_unary_op here.
10976
10977 2016-02-29 Martin Liska <mliska@suse.cz>
10978
10979 * system.h: Poison ENABLE_CHECKING macro.
10980
10981 2016-02-29 Martin Liska <mliska@suse.cz>
10982
10983 * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
10984 is presented in dump flags.
10985 * hsa-regalloc.c (linear_scan_regalloc): Likewise.
10986 (hsa_regalloc): Likewise.
10987
10988 2016-02-19 Richard Biener <rguenther@suse.de>
10989
10990 PR tree-optimization/69980
10991 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
10992 permutation of those we need to keep.
10993
10994 2016-02-29 Eric Botcazou <ebotcazou@adacore.com>
10995
10996 PR target/69706
10997 * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
10998 (NWORDS_UP): ...this
10999 (init_cumulative_args): Minor tweaks.
11000 (sparc_promote_function_mode): Likewise.
11001 (scan_record_type): Delete.
11002 (traverse_record_type): New function template.
11003 (classify_data_t): New structure type.
11004 (classify_registers): New inline function.
11005 (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
11006 exhausted. Instantiate traverse_record_type on classify_registers and
11007 deal with the case of a structure passed in slot #15 with no FP field
11008 in the first word.
11009 (assign_data_t): New structure type.
11010 (compute_int_layout): New static function.
11011 (compute_fp_layout): Likewise.
11012 (count_registers): New inline function.
11013 (assign_int_registers): New static function.
11014 (assign_fp_registers): Likewise.
11015 (assign_registers): New inline function.
11016 (function_arg_record_value_1): Delete.
11017 (function_arg_record_value_2): Likewise.
11018 (function_arg_record_value_3): Likewise.
11019 (function_arg_record_value): Adjust to above changes. Instantiate
11020 traverse_record_type on count_registers to first count the number of
11021 registers to be used and then on assign_registers to assign them.
11022 (function_arg_union_value): Adjust to above renaming.
11023 (sparc_function_arg_1); Minor tweaks. Remove commented out code.
11024 (sparc_arg_partial_bytes): Adjust to above renaming. Deal with the
11025 case of a structure passed in slot #15
11026 (sparc_function_arg_advance): Likewise.
11027 (function_arg_padding): Minor tweak.
11028
11029 2016-02-29 Richard Biener <rguenther@suse.de>
11030
11031 PR tree-optimization/69720
11032 * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
11033 the adjustment_def path for possibly vectorized defs.
11034 (vect_create_epilog_for_reduction): Handle vectorized initial
11035 defs properly.
11036
11037 2016-02-28 Eric Botcazou <ebotcazou@adacore.com>
11038
11039 * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
11040
11041 2016-02-27 Jeff Law <law@redhat.com>
11042
11043 Revert
11044 2016-02-26 Richard Biener <rguenther@suse.de>
11045 Jeff Law <law@redhat.com>
11046
11047 PR tree-optimization/69740
11048 * cfghooks.c (remove_edge): Request loop fixups if we delete
11049 an edge that might turn an irreducible loop into a natural
11050 loop.
11051
11052 2016-02-27 Jakub Jelinek <jakub@redhat.com>
11053
11054 PR rtl-optimization/69896
11055 * tree-vect-generic.c (get_compute_type): Avoid single element
11056 vector types.
11057
11058 2016-02-26 Evandro Menezes <e.menezes@samsung.com>
11059
11060 Rename the AArch64 tuning option and related functions to enable the
11061 Newton series for the reciprocal square root to reflect its
11062 approximative characteristic.
11063
11064 * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
11065 function to "aarch64_emit_approx_rsqrt".
11066 * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
11067 AARCH64_EXTRA_TUNE_APPROX_RSQRT.
11068 * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
11069 (xgene1_tunings): Likewise.
11070 (use_rsqrt_p): Likewise.
11071 (aarch64_emit_swrsqrt): Use new function name.
11072 * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
11073 * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
11074 text explaining this option.
11075 * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
11076
11077 2016-02-26 Jakub Jelinek <jakub@redhat.com>
11078
11079 PR target/69969
11080 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
11081 complain about -mallow-movmisalign without -mvsx if
11082 TARGET_ALLOW_MOVMISALIGN was not set explicitly.
11083
11084 2016-02-26 Joel Sherrill <joel@rtems.org>
11085
11086 * config.gcc: Add x86_64-*-rtems*.
11087 * config/i386/rtems-64.h: New file.
11088
11089 2016-02-26 Joel Sherrill <joel@rtems.org>
11090
11091 * config.gcc: Add aarch64-*-rtems*.
11092 * config/aarch64/rtems.h: New file.
11093
11094 2016-02-26 Segher Boessenkool <segher@kernel.crashing.org>
11095
11096 PR target/69946
11097 * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
11098 shift amount using %h. Add comment.
11099
11100 2016-02-26 Richard Biener <rguenther@suse.de>
11101 Jeff Law <law@redhat.com>
11102
11103 PR tree-optimization/69740
11104 * cfghooks.c (remove_edge): Request loop fixups if we delete
11105 an edge that might turn an irreducible loop into a natural
11106 loop.
11107
11108 2016-02-26 Martin Jambor <mjambor@suse.cz>
11109
11110 PR middle-end/69920
11111 * tree-sra.c (sra_modify_assign): Do not remove loads of
11112 uninitialized aggregates to SSA_NAMEs.
11113
11114 2016-02-26 Richard Henderson <rth@redhat.com>
11115
11116 PR target/69709
11117 * config/s390/s390.md (risbg and risbgn splitters): Allocate new
11118 pseudo in case the target rtx matches the source of the left
11119 shift.
11120
11121 2016-02-26 Martin Jambor <mjambor@suse.cz>
11122
11123 PR hsa/69568
11124 * hsa.h (hsa_type_packed_p): Declare.
11125 * hsa.c (hsa_type_packed_p): New function.
11126 * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
11127 loads.
11128 (gen_hsa_insns_for_store): Use hsa_type_packed_p.
11129 * hsa-brig.c (emit_basic_insn): Likewise.
11130
11131 2016-02-26 Martin Jambor <mjambor@suse.cz>
11132
11133 pr hsa/69674
11134 * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
11135 pointers.
11136 (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
11137
11138 2016-02-26 Martin Jambor <mjambor@suse.cz>
11139
11140 * hsa.h (is_a_helper): New overload for hsa_op_immed for
11141 hsa_op_with_type operands.
11142 (hsa_unsigned_type_for_type): Declare.
11143 * hsa.c (hsa_unsigned_type_for_type): New function.
11144 * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
11145 (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
11146 the finalizer. Do not emit extra move.
11147
11148 2016-02-26 Martin Jambor <mjambor@suse.cz>
11149
11150 * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
11151 atomic operations in private segment.
11152
11153 2016-02-26 Martin Jambor <mjambor@suse.cz>
11154
11155 * omp-low.c (grid_find_ungridifiable_statement): Store problematic
11156 statements to wi->info. Also disallow omp simd constructs.
11157 (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
11158 for not gridifying. Dump special string for omp_for.
11159
11160 2016-02-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11161
11162 PR target/69245
11163 * config/aarch64/aarch64.c (aarch64_set_current_function):
11164 Save/restore target globals when switching to
11165 target_option_default_node.
11166
11167 2016-02-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11168
11169 PR target/69613
11170 * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
11171 Return 0 if !SHIFT_COUNT_TRUNCATED.
11172
11173 2016-02-26 Jakub Jelinek <jakub@redhat.com>
11174 Eric Botcazou <ebotcazou@adacore.com>
11175
11176 PR rtl-optimization/69891
11177 * dse.c (scan_insn): If we can't figure out memset arguments
11178 or they are non-constant, call clear_rhs_from_active_local_stores.
11179
11180 2016-02-26 Martin Liska <mliska@suse.cz>
11181
11182 * doc/extend.texi: Mention clog10, clog10f an clog10l
11183 in Builtins section.
11184
11185 2016-02-26 Martin Liska <mliska@suse.cz>
11186
11187 * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
11188 CHECKING_P.
11189 (resolve_args_picking_1): Likewise.
11190 * dwarf2out.h (struct GTY): Likewise.
11191
11192 2016-02-26 Martin Liska <mliska@suse.cz>
11193
11194 * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
11195 with flag_checking.
11196 * hsa-regalloc.c (linear_scan_regalloc): Likewise.
11197
11198 2016-02-26 Markus Trippelsdorf <markus@trippelsdorf.de>
11199 Martin Liska <mliska@suse.cz>
11200
11201 * doc/install.texi: Mention --enable-valgrind-annotations.
11202
11203 2016-02-26 Richard Biener <rguenther@suse.de>
11204
11205 PR tree-optimization/69551
11206 * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
11207 looking through aliases adjust DECL_PT_UID to refer to the
11208 ultimate alias target.
11209
11210 2016-02-25 Martin Liska <mliska@suse.cz>
11211
11212 PR middle-end/69919
11213 * alloc-pool.c (after_memory_report): New variable.
11214 * alloc-pool.h (base_pool_allocator ::release): Do not use
11215 the infrastructure if after_memory_report.
11216 * toplev.c (toplev::main): Mark after memory report.
11217
11218 2016-02-25 Richard Biener <rguenther@suse.de>
11219
11220 PR tree-optimization/48795
11221 * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
11222
11223 2016-02-25 Ilya Verbin <ilya.verbin@intel.com>
11224
11225 PR driver/68463
11226 * config/gnu-user.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o if
11227 offloading is enabled and -fopenacc or -fopenmp is specified.
11228 (CRTOFFLOADEND): Likewise.
11229 (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
11230 (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
11231 * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
11232 (offload_objects_file_name): New static var.
11233 (tool_cleanup): Remove offload_objects_file_name file.
11234 (find_offloadbeginend): Replace with ...
11235 (find_crtoffloadtable): ... this.
11236 (run_gcc): Remove offload_argc and offload_argv.
11237 Get offload_objects_file_name from -foffload-objects=... option.
11238 Read names of object files with offload from this file, pass them to
11239 compile_images_for_offload_targets. Don't call find_offloadbeginend and
11240 don't pass offloadbegin and offloadend to the linker. Don't pass
11241 offload non-LTO files to the linker, because now they're not claimed.
11242
11243 2016-02-25 Jan Hubicka <hubicka@ucw.cz>
11244
11245 PR ipa/69630
11246 * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
11247 on builtin_unreachable.
11248
11249 2016-02-25 Jakub Jelinek <jakub@redhat.com>
11250
11251 PR rtl-optimization/69896
11252 * regcprop.c: Include cfgrtl.h.
11253 (copyprop_hardreg_forward_1): If noop_p insn uses narrower
11254 than remembered mode, either delete it (if noop_move_p), or
11255 treat like copy_p but not noop_p instruction.
11256
11257 2016-02-24 Jakub Jelinek <jakub@redhat.com>
11258
11259 PR debug/69705
11260 * dwarf2out.c (gen_variable_die): Work around buggy LTO
11261 - allow NULL decl for Fortran DW_TAG_common_block variables.
11262
11263 2016-02-24 Jason Merrill <jason@redhat.com>
11264
11265 * common.opt (flifetime-dse): Add -flifetime-dse=1.
11266
11267 2016-02-24 Richard Biener <rguenther@suse.de>
11268 Jakub Jelinek <jakub@redhat.com>
11269
11270 PR middle-end/69760
11271 * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
11272 conditionally executed ops to well-defined overflow behavior.
11273
11274 2016-02-24 Jakub Jelinek <jakub@redhat.com>
11275
11276 PR middle-end/69915
11277 * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
11278 elements.
11279
11280 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11281
11282 PR rtl-optimization/69886
11283 * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
11284 argument. Use it when checking validity of set instructions.
11285 (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
11286 (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
11287 callsite.
11288 * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
11289 * store-motion.c (find_moveable_store): Update
11290 can_assign_to_reg_without_clobbers_p callsite.
11291
11292 2016-02-24 Richard Biener <rguenther@suse.de>
11293
11294 PR middle-end/68963
11295 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
11296 bogus check.
11297 (record_nonwrapping_iv): Do not fall back to the low/high bound
11298 for non-constant IV bases if the stmt is not always executed.
11299
11300 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11301
11302 * config/arm/arm-cores.def (cortex-a32): New entry.
11303 * config/arm/arm-tables.opt: Regenerate.
11304 * config/arm/arm-tune.md: Regenerate.
11305 * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
11306 * config/arm/t-aprofile: Handle mcpu=cortex-a32.
11307 * doc/invoke.texi (ARM Options): Document cortex-a32 as value
11308 for -mcpu and -mtune.
11309
11310 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11311
11312 PR target/69875
11313 * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
11314 * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
11315 * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
11316 (atomic_loaddi_1): Delete.
11317 (atomic_loaddi): Rewrite expander using the above changes.
11318
11319 2016-02-24 Jakub Jelinek <jakub@redhat.com>
11320
11321 PR c/69918
11322 * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
11323 2 to 3.
11324
11325 2016-02-24 Jakub Jelinek <jakub@redhat.com>
11326 Richard Biener <rguenth@suse.de>
11327
11328 PR middle-end/69909
11329 * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
11330 set_mem_attributes if tem is SSA_NAME which got expanded
11331 as a MEM.
11332
11333 2016-02-24 Richard Biener <rguenther@suse.de>
11334
11335 PR tree-optimization/69907
11336 * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
11337 end of permutations for BB vectorization.
11338
11339 2016-02-24 Christian Bruel <christian.bruel@st.com>
11340
11341 * config/arm/arm-c.c (arm_option_override): Initialize
11342 target_option_current_node.
11343 * config/arm/arm.c (arm_pragma_target_parse): Replace
11344 build_target_option_node call by target_option_current_node.
11345 Set target_option_current_node.
11346 Fix comments.
11347
11348 2016-02-23 David Edelsohn <dje.gcc@gmail.com>
11349
11350 PR target/69810
11351 * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
11352 define_insn_and_split to define_insn.
11353 (zero_extendqi<mode>2_dot2): Same.
11354 (extendqi<mode>2_dot): Same.
11355 (extendqi<mode>2_dot2): Same.
11356
11357 2016-02-23 Evandro Menezes <e.menezes@samsung.com>
11358
11359 * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
11360 and add bypass for AES{D,E} and AESMC pairs.
11361 * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
11362 and AESMC pairs.
11363
11364 2016-02-23 Evandro Menezes <e.menezes@samsung.com>
11365
11366 * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
11367 series for reciprocal square root in Exynos M1.
11368
11369 2016-02-23 Martin Sebor <msebor@redhat.com>
11370
11371 PR c/69759
11372 * doc/extend.texi (Other Builtins): Document __builtin_alloca and
11373 __builtin_alloca_with_align.
11374
11375 2016-02-23 Richard Henderson <rth@redhat.com>
11376
11377 * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
11378 (ix86_register_pragmas): Remove __seg_tls.
11379 * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
11380 * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
11381 (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
11382 (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
11383 (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
11384 * doc/extend.texi (__seg_tls): Remove item.
11385
11386 2016-02-23 Richard Biener <rguenther@suse.de>
11387
11388 * alloc-pool.h (struct allocation_object): Make id member
11389 conditional on CHECKING_P again.
11390 (get_instance): Adjust.
11391 (base_pool_allocator): Likewise.
11392
11393 2016-02-23 Thomas Schwinge <thomas@codesourcery.com>
11394
11395 * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
11396 (parallelize_loops): In OpenACC kernels mode, set n_threads to
11397 zero.
11398 (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
11399 flag_openacc.
11400 * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
11401
11402 2016-02-23 Richard Biener <rguenther@suse.de>
11403
11404 * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
11405 * bitmap.h (struct bitmap_usage): Likewise.
11406 (bitmap_move): Declare.
11407 * bitmap.c (register_overhead): Take size_t argument.
11408 (bitmap_move): New function.
11409 * df-problems.c (df_rd_transfer_function): Use bitmap_move
11410 to properly account overhead.
11411 * tree.c (free_node): Use tree_size.
11412
11413 2016-02-23 Jakub Jelinek <jakub@redhat.com>
11414
11415 PR c++/69902
11416 * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
11417 when inverting comparison.
11418
11419 PR c/69900
11420 * common.opt (Wunreachable-code): Add Warning flag.
11421
11422 2016-02-23 Mark Wielaard <mjw@redhat.com>
11423 Jakub Jelinek <jakub@redhat.com>
11424
11425 PR c/69911
11426 * cgraphunit.c (check_global_declaration): Check main_input_filename
11427 and DECL_SOURCE_FILE are not NULL.
11428
11429 2016-02-23 Martin Jambor <mjambor@suse.cz>
11430
11431 PR tree-optimization/69666
11432 * tree-sra.c (sra_modify_assign): Do not attempt to create
11433 default_def replacements for unscalarizable regions.
11434
11435 2016-02-20 Mark Wielaard <mjw@redhat.com>
11436
11437 PR c/28901
11438 * cgraphunit.c (check_global_declaration): Check level of
11439 warn_unused_const_variable and main_input_filename.
11440 * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
11441 (-Wunused-variable): For C implies -Wunused-const-variable=1.
11442 (-Wunused-const-variable): Explain levels 1 and 2.
11443
11444 2016-02-22 Jakub Jelinek <jakub@redhat.com>
11445
11446 PR target/69888
11447 * config/i386/i386.c (decide_alg): Ensure we don't recurse with
11448 identical arguments. Formatting and spelling fixes.
11449
11450 PR target/69885
11451 * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
11452 be specified.
11453
11454 PR target/69894
11455 PR target/69895
11456 * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
11457 and m68k-devices.def.
11458 * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
11459 * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
11460
11461 2016-02-22 Cesar Philippidis <cesar@codesourcery.com>
11462
11463 * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
11464 and HImode registers.
11465
11466 2016-02-22 Richard Biener <rguenther@suse.de>
11467
11468 PR tree-optimization/69882
11469 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
11470 preserve permutations present because of gaps.
11471 (vect_supported_load_permutation_p): Always continue checking
11472 permutations after vect_attempt_slp_rearrange_stmts.
11473
11474 2016-02-22 Bin Cheng <bin.cheng@arm.com>
11475
11476 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
11477 min_profitable_estimate, rather than min_profitable_iters.
11478
11479 2016-02-22 Jakub Jelinek <jakub@redhat.com>
11480
11481 PR target/69885
11482 * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
11483 SImode for last match_operand.
11484
11485 2016-02-22 Martin Liska <mliska@suse.cz>
11486
11487 * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
11488 return bitsize - 1 as the return value.
11489
11490 2016-02-22 Oleg Endo <olegendo@gcc.gnu.org>
11491
11492 PR target/69806
11493 PR target/54089
11494 * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
11495 Handle negative shift counts.
11496 * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
11497 force_reg on the shift constant.
11498 (lshrsi3): Likewise. Expand into lshrsi3_n* instead of lshrsi3_d.
11499 (lshrsi3_d): Handle negative shift counts.
11500
11501 2016-02-22 Richard Biener <rguenther@suse.de>
11502 Tom de Vries <tom@codesourcery.com>
11503
11504 * graph.c: Include dumpfile.h.
11505 (print_graph_cfg): Split into three overloads.
11506 * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
11507
11508 2016-02-22 Tom de Vries <tom@codesourcery.com>
11509
11510 * gdbhooks.py (class DumpFn): Add and instantiate, adding command
11511 dump-fn.
11512
11513 2016-02-22 Richard Biener <rguenther@suse.de>
11514
11515 PR ipa/37448
11516 * ipa-inline-transform.c (inline_call): When not updating
11517 overall summaries adjust self size by the growth estimate.
11518 * ipa-inline.c (inline_to_all_callers_1): Add to the callers
11519 hash-set, do not update overall summaries here. Renamed from ...
11520 (inline_to_all_callers): ... this which is now wrapping the
11521 above and performing delayed overall summary update.
11522 (early_inline_small_functions): Delay updating of the overall
11523 summary.
11524
11525 2016-02-21 Markus Trippelsdorf <markus@trippelsdorf.de>
11526
11527 * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
11528 variable.
11529
11530 2016-02-19 Jakub Jelinek <jakub@redhat.com>
11531
11532 PR driver/69805
11533 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
11534 :%* in %:gt() argument.
11535 (greater_than_spec_func): Adjust for expecting only numbers,
11536 if there are more than two numbers, compare the last two.
11537
11538 2016-02-19 Jonathan Wakely <jwakely@redhat.com>
11539
11540 * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
11541 -Wnarrowing with -std.
11542
11543 2016-02-19 Jakub Jelinek <jakub@redhat.com>
11544
11545 PR c++/69851
11546 * expr.c (store_field): Don't use bit-field path if exp is
11547 COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
11548 different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
11549 and the assignment can be performed by bitwise copy. Formatting
11550 fix.
11551
11552 PR middle-end/69838
11553 * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
11554 call copy_reg_eh_region_note_forward on before and/or after sequences
11555 and remove note from insn if it no longer can throw.
11556
11557 PR target/69820
11558 * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
11559 if TARGET_AVX512BW.
11560
11561 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11562
11563 * config/s390/vector.md: Add missing commutative operand markers
11564 to the patterns which qualify for one.
11565 * config/s390/vx-builtins.md: Likewise.
11566
11567 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11568
11569 * config/s390/vector.md (VI, VI_QHS): Add single element vector
11570 types to mode iterators.
11571 (vec_double): ... and mode attribute.
11572 * config/s390/vx-builtins.md (non_vec_int): Likewise.
11573
11574 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11575
11576 * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
11577 Change the predicate of op2 from nonimmediate to general and let
11578 reload fix it if necessary.
11579
11580 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11581
11582 * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
11583
11584 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11585
11586 * config/s390/s390.c (s390_expand_vcond): Use the compare operand
11587 mode.
11588
11589 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11590
11591 * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
11592 * config/s390/s390.c (s390_expand_vec_movstr): New function.
11593 * config/s390/s390.md ("movstr<P:mode>"): Call
11594 s390_expand_vec_movstr.
11595
11596 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11597
11598 * config/s390/s390.md: Add missing output modifier for operand 1
11599 to print it as address properly.
11600
11601 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11602
11603 * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
11604 * config/s390/2964.md: New file.
11605 * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
11606 of insn grouping attributes depending on the CPU level.
11607 (s390_get_unit_mask): New function.
11608 (s390_sched_score): Remove the OOO from the scheduling macros.
11609 Add loop to calculate a score for the instruction mix.
11610 (s390_sched_reorder): Likewise plus improve debug output.
11611 (s390_sched_variable_issue): Rename macros as above. Calculate
11612 the unit distances after actually scheduling an insn. Improve
11613 debug output.
11614 (s390_sched_init): Clear last_scheduled_unit_distance array.
11615 * config/s390/s390.md: Include 2964.md.
11616
11617 2016-02-18 Jakub Jelinek <jakub@redhat.com>
11618
11619 PR target/69671
11620 * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
11621 *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
11622 *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
11623 *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
11624 *avx512f_<code>v8div16qi2_mask_1): New insns.
11625
11626 2016-02-18 Michael Meissner <meissner@linux.vnet.ibm.com>
11627
11628 PR target/68404
11629 * config/rs6000/predicates.md (fusion_gpr_addis): Revert
11630 2016-02-09 change.
11631
11632 * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
11633 earlyclobber from target. Use wF constraint for fused memory
11634 address.
11635 (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
11636
11637 2016-02-18 Jakub Jelinek <jakub@redhat.com>
11638 Martin Liska <mliska@suse.cz>
11639
11640 PR sanitizer/69863
11641 * cfgexpand.c (asan_sanitize_stack_p): New function.
11642 (partition_stack_vars): Use the function.
11643 (expand_stack_vars): Likewise.
11644 (defer_stack_allocation): Likewise.
11645 (expand_used_vars): Likewise.
11646
11647 2016-02-18 Richard Biener <rguenther@suse.de>
11648
11649 PR middle-end/69553
11650 * fold-const.c (operand_equal_p): Properly compare offsets for
11651 IMAGPART_EXPR and ARRAY_REF.
11652
11653 2016-02-18 Nick Clifton <nickc@redhat.com>
11654
11655 PR target/62254
11656 PR target/69610
11657 * config/arm/arm.c (arm_option_override_internal): Disable
11658 interworking if the target does not support thumb instructions.
11659 (arm_reload_in_hi): Handle the case where a register to register
11660 move needs reloading because there is no simple pattern to handle
11661 it.
11662 (arm_reload_out_hi): Likewise.
11663
11664 2016-02-18 Richard Biener <rguenther@suse.de>
11665
11666 PR middle-end/69854
11667 * match.pd: Don't use fold_binary or fold_unary for folding
11668 constants.
11669
11670 2016-02-17 Jakub Jelinek <jakub@redhat.com>
11671
11672 PR c++/69850
11673 * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
11674 on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
11675 * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
11676 warn on gimple_no_warning_p statements.
11677
11678 2016-02-17 Jonathan Wakely <jwakely@redhat.com>
11679
11680 * doc/extend.texi (C++ Attributes): Correct description of
11681 warn_unused type attribute.
11682
11683 2016-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11684
11685 * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
11686 correct instruction.
11687
11688 2016-02-17 Richard Biener <rguenther@suse.de>
11689
11690 PR rtl-optimization/69609
11691 * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
11692 (find_traces_1_round): When ending a trace update cached priority
11693 of successors.
11694 (bb_to_key): Use cached priority when available.
11695 (copy_bb): Initialize cached priority.
11696 (reorder_basic_blocks_software_trace_cache): Likewise.
11697
11698 2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11699
11700 PR target/69161
11701 * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
11702 New predicate.
11703 (aarch64_comparison_operator): Break overly long line into two.
11704 (aarch64_comparison_operation): Likewise.
11705 * config/aarch64/aarch64.md (cstorecc4): Use
11706 aarch64_comparison_operator_mode instead of
11707 aarch64_comparison_operator.
11708 (cstore<mode>4): Likewise.
11709 (aarch64_cstore<mode>): Likewise.
11710 (*cstoresi_insn_uxtw): Likewise.
11711 (cstore<mode>_neg): Likewise.
11712 (*cstoresi_neg_uxtw): Likewise.
11713
11714 2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11715
11716 PR target/69161
11717 * config/arm/predicates.md (arm_comparison_operator_mode):
11718 New predicate.
11719 * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
11720 instead of arm_comparison_operator.
11721 (*mov_negscc): Likewise.
11722 (*mov_notscc): Likewise.
11723 * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
11724 (*thumb2_mov_negscc): Likewise.
11725 (*thumb2_mov_negscc_strict_it): Likewise.
11726 (*thumb2_mov_notscc): Likewise.
11727 (*thumb2_mov_notscc_strict_it): Likewise.
11728
11729 2016-02-17 Wilco Dijkstra <wdijkstr@arm.com>
11730
11731 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
11732 Add missing return.
11733
11734 2016-02-17 Eric Botcazou <ebotcazou@adacore.com>
11735
11736 * config/visium/visium.c (machine_libfunc_index): New enum.
11737 (machine_libfuncs): New structure.
11738 (visium_libfuncs): New static variable.
11739 (TARGET_INIT_LIBFUNCS): Define to...
11740 (visium_init_libfuncs): ...this. New function.
11741 (expand_block_move_4): Use the appropriate libfunc.
11742 (expand_block_move_2): Likewise.
11743 (expand_block_move_1): Likewise.
11744 (expand_block_set_4): Likewise.
11745 (expand_block_set_2): Likewise.
11746 (expand_block_set_1): Likewise.
11747 (visium_trampoline_init): Likewise.
11748
11749 2016-02-17 Nick Clifton <nickc@redhat.com>
11750
11751 * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
11752 TI's devices.csv file as of March 2016.
11753
11754 2016-02-16 Kelvin Nilsen <kelvin@gcc.gnu.org>
11755
11756 PR Target/48344
11757 * opts-global.c (handle_common_deferred_options): Introduce and
11758 initialize two global variables to remember command-line options
11759 specifying a stack-limiting register.
11760 * opts.h: Add extern declarations of the two new global variables.
11761 * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
11762 variable based on the values of the two new global variables.
11763
11764 2016-02-16 Jakub Jelinek <jakub@redhat.com>
11765
11766 PR c/69835
11767 * common.opt (Wnonnull-compare): New warning.
11768 * doc/invoke.texi (-Wnonnull): Remove text about comparison
11769 of arguments against NULL.
11770 (-Wnonnull-compare): Document.
11771 * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
11772 * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
11773 * passes.def (pass_warn_nonnull_compare): Add.
11774 * gimple-ssa-nonnull-compare.c: New file.
11775
11776 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
11777
11778 * config/aarch64/aarch64.c (cortexa57_tunings): Remove
11779 AARCH64_EXTRA_TUNE_RECIP_SQRT.
11780
11781 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
11782
11783 * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
11784 reciprocal sqrt for -mlow-precision-recip-sqrt.
11785
11786 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
11787 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11788
11789 * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
11790 always use lane loads to construct non-constant vectors.
11791
11792 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
11793
11794 * config/aarch64/aarch64.md
11795 (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
11796 constraints for operand 3.
11797 (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
11798
11799 2016-02-16 Jakub Jelinek <jakub@redhat.com>
11800 Richard Biener <rguenther@suse.de>
11801
11802 PR tree-optimization/69820
11803 * tree-vect-patterns.c (type_conversion_p): Return false if
11804 *orig_type is unsigned single precision or boolean.
11805 (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
11806 Formatting fix.
11807
11808 2016-02-16 Jakub Jelinek <jakub@redhat.com>
11809
11810 PR rtl-optimization/69764
11811 PR rtl-optimization/69771
11812 * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
11813 op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
11814
11815 2016-02-16 Richard Biener <rguenther@suse.de>
11816
11817 PR tree-optimization/69776
11818 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
11819 sets from caller.
11820 (indirect_refs_may_alias_p): Likewise.
11821 (refs_may_alias_p_1): Pass alias sets as from ao_ref.
11822 * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
11823 according to tbaa_p.
11824 * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
11825 (optimize_stmt): For redundant store discovery do not allow tbaa.
11826
11827 2016-02-16 Bernd Schmidt <bschmidt@redhat.com>
11828
11829 PR tree-optimization/69714
11830 * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
11831 Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
11832
11833 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
11834
11835 * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
11836 * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
11837 (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
11838 * config/arc/arc.c (arc_init): Check FPU options.
11839 (get_arc_condition_code): Handle new CC_FPU* modes.
11840 (arc_select_cc_mode): Likewise.
11841 (arc_conditional_register_usage): Allow 64 bit datum into even-odd
11842 register pair only. Allow access for ARCv2 accumulator.
11843 (gen_compare_reg): Whenever we have FPU support use FPU compare
11844 instructions.
11845 (arc_reorg): Don't generate brcc insns when FPU compare
11846 instructions are involved.
11847 * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
11848 (TARGET_OPTFPE): Add condition when ARC EM can use optimized
11849 floating point emulation.
11850 (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
11851 (REVERSE_CONDITION): Add new CC_FPU* modes.
11852 (TARGET_FP_SP_BASE): Define.
11853 (TARGET_FP_DP_BASE): Likewise.
11854 (TARGET_FP_SP_FUSED): Likewise.
11855 (TARGET_FP_DP_FUSED): Likewise.
11856 (TARGET_FP_SP_CONV): Likewise.
11857 (TARGET_FP_DP_CONV): Likewise.
11858 (TARGET_FP_SP_SQRT): Likewise.
11859 (TARGET_FP_DP_SQRT): Likewise.
11860 (TARGET_FP_DP_AX): Likewise.
11861 * config/arc/arc.md (ARCV2_ACC): New constant.
11862 (type): New fpu type attribute.
11863 (SDF): Conditional iterator.
11864 (cstore<mode>, cbranch<mode>): Change expand condition.
11865 (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
11866 handles FPU/FPX cases as well.
11867 * config/arc/arc.opt (mfpu): New option.
11868 * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
11869 Renamed.
11870 (adddf3, muldf3, subdf3): Removed.
11871 * config/arc/predicates.md (proper_comparison_operator): Recognize
11872 CC_FPU* modes.
11873 * config/arc/fpu.md: New file.
11874 * doc/invoke.texi (ARC Options): Document mfpu option.
11875
11876 2016-02-16 Richard Biener <rguenther@suse.de>
11877
11878 PR rtl-optimization/69291
11879 * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
11880 noce_operand_ok check.
11881
11882 2016-02-16 Tom de Vries <tom@codesourcery.com>
11883
11884 PR lto/67709
11885 * omp-low.c (simd_clone_create): Remove call to
11886 symtab->call_cgraph_insertion_hooks.
11887
11888 2016-02-16 Jakub Jelinek <jakub@redhat.com>
11889
11890 PR tree-optimization/69802
11891 * tree-ssa-reassoc.c (update_range_test): If op is
11892 SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
11893 op == 1 test of precision 1 integral op, otherwise handle
11894 that case as op itself. Fix up formatting.
11895 (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
11896 up formatting.
11897
11898 2016-02-16 Richard Biener <rguenther@suse.de>
11899
11900 PR tree-optimization/69586
11901 * tree-vrp.c (register_edge_assert_for_2): Handle all integral
11902 types for conversion sources.
11903
11904 2016-02-16 Richard Biener <rguenther@suse.de>
11905
11906 PR middle-end/69801
11907 * fold-const.c (operand_equal_p): For COND_EXPR zero operand
11908 mask OEP_ADDRESS_OF.
11909
11910 2016-02-16 Alan Modra <amodra@gmail.com>
11911
11912 PR target/68973
11913 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
11914 (p8_mtvsrd_df, p8_mtvsrd_sf): New.
11915 (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
11916 (p8_mtvsrwz): New.
11917 (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
11918 (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
11919 (p8_fmrgow_<mode>): Likewise.
11920 (reload_vsx_from_gpr<mode>): Make clobber IF. Adjust for above
11921 changes.
11922 (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
11923 (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
11924 to use movdi_internal64. Remove op0_di.
11925 * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
11926
11927 2016-02-15 Evandro Menezes <e.menezes@samsung.com>
11928
11929 Add support for the FCCMP insn types
11930
11931 * config/aarch64/aarch64.md (fccmp): Change insn type.
11932 (fccmpe): Likewise.
11933 * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
11934 * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
11935 * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
11936 * config/arm/xgene1.md (xgene1_fcmp): Likewise.
11937 * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
11938 * config/arm/types.md (fccmps): Add new insn type.
11939 (fccmpd): Likewise.
11940
11941 2016-02-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
11942
11943 * alias.c (get_alias_set): Fix a typo in comment.
11944
11945 2016-02-15 Richard Biener <rguenther@suse.de>
11946
11947 PR tree-optimization/69595
11948 * match.pd: Complete range test simplification to true.
11949
11950 2016-02-15 Bernd Schmidt <bschmidt@redhat.com>
11951
11952 PR rtl-optimization/69648
11953 * lra-constraints.c (update_ebb_live_info): Don't remove sets of
11954 pic_offset_table_rtx.
11955
11956 PR rtl-optimization/69752
11957 * ira.c (update_equiv_regs): When looking for more than a single SET,
11958 also take other side effects into account.
11959
11960 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
11961
11962 * config/s390/s390.c (s390_function_profiler): Add a new sequence
11963 for z900+ CPUs in 31-bit mode.
11964
11965 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
11966
11967 * common/config/s390/s390-common.c (s390_supports_split_stack):
11968 New function.
11969 (TARGET_SUPPORTS_SPLIT_STACK): New macro.
11970 * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
11971 * config/s390/s390.c (struct machine_function): New field
11972 split_stack_varargs_pointer.
11973 (s390_register_info): Mark r12 as clobbered if it'll be used as temp
11974 in s390_emit_prologue.
11975 (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
11976 vararg pointer.
11977 (morestack_ref): New global.
11978 (SPLIT_STACK_AVAILABLE): New macro.
11979 (s390_expand_split_stack_prologue): New function.
11980 (s390_live_on_entry): New function.
11981 (s390_va_start): Use split-stack vararg pointer if appropriate.
11982 (s390_asm_file_end): Emit the split-stack note sections.
11983 (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
11984 * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
11985 (UNSPECV_SPLIT_STACK_CALL): New unspec.
11986 (UNSPECV_SPLIT_STACK_DATA): New unspec.
11987 (split_stack_prologue): New expand.
11988 (split_stack_space_check): New expand.
11989 (split_stack_data): New insn.
11990 (split_stack_call): New expand.
11991 (split_stack_call_*): New insn.
11992 (split_stack_cond_call): New expand.
11993 (split_stack_cond_call_*): New insn.
11994
11995 2016-02-15 Richard Biener <rguenther@suse.de>
11996
11997 PR tree-optimization/69783
11998 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
11999 Add trivially correct cases.
12000
12001 2016-02-15 Tom de Vries <tom@codesourcery.com>
12002
12003 PR lto/69655
12004 * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
12005 do_force_output.
12006 * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
12007
12008 2016-02-15 Richard Biener <rguenther@suse.de>
12009
12010 PR tree-optimization/69776
12011 * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
12012 * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
12013 indicate whether we can use TBAA to disambiguate against stores.
12014 Use alias-set zero if not.
12015 (visit_reference_op_store): Do not use TBAA when looking up
12016 redundant stores.
12017 * tree-ssa-pre.c (compute_avail): Use TBAA here.
12018 (eliminate_dom_walker::before_dom_children): But not when looking
12019 up redundant stores.
12020
12021 2016-02-14 John David Anglin <danglin@gcc.gnu.org>
12022
12023 * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
12024
12025 2016-02-14 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
12026
12027 * config/i386/znver1.md
12028 (znver1_pop, znver1_pop_mem,
12029 znver1_load_imov_double_store,
12030 znver1_load_imov_direct_store,
12031 znver1_load_imov_direct_load,
12032 znver1_load_imov_double_load): Add new.
12033 (znver1_insn, znver1_insn_load): Add icmov type.
12034 (znver1_sseavx_fma,
12035 znver1_sseavx_fma_load,
12036 znver1_avx256_fma,
12037 znver1_avx256_fma_load): Fix pipe usage.
12038
12039 2016-02-14 Alan Modra <amodra@gmail.com>
12040
12041 PR target/68973
12042 * reloads.c (find_reloads_address_1): For pre/post-inc/dec
12043 with an invalid hard reg, reload just the reg not the entire
12044 pre/post-inc/dec address expression.
12045
12046 2016-02-13 Oleg Endo <olegendo@gcc.gnu.org>
12047
12048 PR target/67260
12049 * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
12050 fixed R1_REG scratch reg.
12051 (sibcall_value_pcrel_fdpic): Likewise.
12052
12053 2016-02-13 Oleg Endo <olegendo@gcc.gnu.org>
12054
12055 PR target/67636
12056 PR target/64345
12057 * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
12058
12059 2016-02-12 Walter Lee <walt@tilera.com>
12060
12061 * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
12062 * config/tilegx/t-tilegx: Likewise.
12063
12064 2016-02-12 David Malcolm <dmalcolm@redhat.com>
12065
12066 PR other/69554
12067 * diagnostic-show-locus.c (struct line_span): New struct.
12068 (layout::get_first_line): Delete.
12069 (layout::get_last_line): Delete.
12070 (layout::get_num_line_spans): New member function.
12071 (layout::get_line_span): Likewise.
12072 (layout::print_heading_for_line_span_index_p): Likewise.
12073 (layout::get_expanded_location): Likewise.
12074 (layout::calculate_line_spans): Likewise.
12075 (layout::m_first_line): Delete.
12076 (layout::m_last_line): Delete.
12077 (layout::m_line_spans): New field.
12078 (layout::layout): Update comment. Replace m_first_line and
12079 m_last_line with m_line_spans, replacing their initialization
12080 with a call to calculate_line_spans.
12081 (diagnostic_show_locus): When printing source lines and
12082 annotations, rather than looping over a single span
12083 of lines, instead loop over each line_span within
12084 the layout, with an inner loop over the lines within them.
12085 Call the context's start_span callback when changing line spans.
12086 * diagnostic.c (diagnostic_initialize): Initialize start_span.
12087 (diagnostic_build_prefix): Break out the building of the location
12088 part of the string into...
12089 (diagnostic_get_location_text): ...this new function, rewriting
12090 it from nested ternary expressions to a sequence of "if"
12091 statements.
12092 (default_diagnostic_start_span_fn): New function.
12093 * diagnostic.h (diagnostic_start_span_fn): New typedef.
12094 (diagnostic_context::start_span): New field.
12095 (default_diagnostic_start_span_fn): New prototype.
12096
12097 2016-02-12 David Malcolm <dmalcolm@redhat.com>
12098
12099 PR driver/69779
12100 * gcc.c (driver::finalize): Fix cleanup of "specs".
12101
12102 2016-02-12 David Malcolm <dmalcolm@redhat.com>
12103
12104 PR driver/69265
12105 PR driver/69453
12106 * gcc.c (driver::driver): Initialize m_option_suggestions.
12107 (driver::~driver): Clean up m_option_suggestions.
12108 (suggest_option): Convert to...
12109 (driver::suggest_option): ...this, and split out into
12110 driver::build_option_suggestions and find_closest_string.
12111 (driver::build_option_suggestions): New function, from
12112 first half of suggest_option. Special-case
12113 OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
12114 the sanitizer_opts array. For options of enum types, add the
12115 various enum values to the candidate strings.
12116 (driver::handle_unrecognized_options): Remove "const".
12117 * gcc.h (driver::handle_unrecognized_options): Likewise.
12118 (driver::build_option_suggestions): New decl.
12119 (driver::suggest_option): New decl.
12120 (driver::m_option_suggestions): New field.
12121 * opts-common.c (add_misspelling_candidates): New function.
12122 * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
12123 and make non-static.
12124 * opts.h (sanitizer_opts): New array decl.
12125 (add_misspelling_candidates): New function decl.
12126 * spellcheck.c (find_closest_string): New function.
12127 * spellcheck.h (find_closest_string): New function decl.
12128
12129 2016-02-12 Jakub Jelinek <jakub@redhat.com>
12130
12131 PR rtl-optimization/69764
12132 PR rtl-optimization/69771
12133 * optabs.c (expand_binop_directly): For shift_optab_p, force
12134 convert_modes with VOIDmode if xop1 has VOIDmode.
12135
12136 2016-02-12 Ilya Enkovich <enkovich.gnu@gmail.com>
12137
12138 PR target/69729
12139 * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
12140 to correctly determine instrumentation thunks.
12141
12142 2016-02-12 Jakub Jelinek <jakub@redhat.com>
12143
12144 PR ipa/69241
12145 * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
12146 type by reference, force lhs on the call.
12147
12148 PR ipa/68672
12149 * ipa-split.c (split_function): Don't compute/use main_part_return_p.
12150 Compute retval and retbnd early in all cases if split_part_return_p
12151 and return_bb is not EXIT. Remove all clobber stmts and reset
12152 all debug stmts that refer to SSA_NAMEs defined in split part,
12153 except if it is retval, in that case replace the old retval with the
12154 lhs of the call to the split part.
12155
12156 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
12157
12158 revert:
12159 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
12160
12161 PR middle-end/66726
12162 * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
12163 whose result is used in PHI.
12164 (maybe_optimize_range_tests): Likewise.
12165 (final_range_test_p): Likweise.
12166
12167 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
12168
12169 PR middle-end/66726
12170 * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
12171 whose result is used in PHI.
12172 (maybe_optimize_range_tests): Likewise.
12173 (final_range_test_p): Likweise.
12174
12175 2016-02-12 Jakub Jelinek <jakub@redhat.com>
12176
12177 * cgraph.c: Spelling fixes - behaviour -> behavior and
12178 neighbour -> neighbor.
12179 * target.def: Likewise.
12180 * sel-sched.c: Likewise.
12181 * config/mips/mips.c: Likewise.
12182 * config/arc/arc.md: Likewise.
12183 * config/arm/cortex-a57.md: Likewise.
12184 * config/arm/arm.c: Likewise.
12185 * config/arm/neon.md: Likewise.
12186 * config/arm/arm-c.c: Likewise.
12187 * config/vms/vms-c.c: Likewise.
12188 * config/s390/s390.c: Likewise.
12189 * config/i386/znver1.md: Likewise.
12190 * config/i386/i386.c: Likewise.
12191 * config/ia64/hpux-unix2003.h: Likewise.
12192 * config/msp430/msp430.md: Likewise.
12193 * config/rx/rx.c: Likewise.
12194 * config/rx/rx.md: Likewise.
12195 * config/aarch64/aarch64-simd.md: Likewise.
12196 * config/aarch64/aarch64.c: Likewise.
12197 * config/nvptx/nvptx.c: Likewise.
12198 * config/bfin/bfin.c: Likewise.
12199 * config/cris/cris.opt: Likewise.
12200 * config/rs6000/rs6000.c: Likewise.
12201 * target.h: Likewise.
12202 * spellcheck.c: Likewise.
12203 * ira-build.c: Likewise.
12204 * tree-inline.c: Likewise.
12205 * builtins.c: Likewise.
12206 * lra-constraints.c: Likewise.
12207 * explow.c: Likewise.
12208 * hwint.h: Likewise.
12209 * targhooks.c: Likewise.
12210 * tree-vect-data-refs.c: Likewise.
12211 * expr.c: Likewise.
12212 * doc/tm.texi: Likewise.
12213 * doc/extend.texi: Likewise.
12214 * doc/install.texi: Likewise.
12215 * doc/md.texi: Likewise.
12216 * tree-ssa-tail-merge.c: Likewise.
12217 * sched-int.h: Likewise.
12218 * match.pd: Likewise.
12219 * sched-ebb.c: Likewise.
12220 * target.def (omit_struct_return_reg): Likewise.
12221 * gimple-ssa-isolate-paths.c: Likewise.
12222 (find_implicit_erroneous_behaviour): Renamed to...
12223 (find_implicit_erroneous_behavior): ... this.
12224 (find_explicit_erroneous_behaviour): Renamed to...
12225 (find_explicit_erroneous_behavior): ... this.
12226 (gimple_ssa_isolate_erroneous_paths): Adjust caller.
12227
12228 2016-02-11 Segher Boessenkool <segher@kernel.crashing.org>
12229
12230 PR rtl-optimization/64682
12231 PR rtl-optimization/69567
12232 PR rtl-optimization/69737
12233 * combine.c (distribute_notes) <REG_DEAD>: If the register is set
12234 in I2 as well, just lose it.
12235
12236 2016-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12237
12238 * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
12239 New variable.
12240 (aarch64_last_printed_tune_string): Likewise.
12241 (aarch64_declare_function_name): Only output .arch assembler
12242 directive if it will be different from the previously output
12243 directive. Same for .tune comment but only if -dA is set.
12244 (aarch64_start_file): New function.
12245 (TARGET_ASM_FILE_START): Define.
12246
12247 2016-02-11 David Malcolm <dmalcolm@redhat.com>
12248
12249 PR plugins/69758
12250 * Makefile.in (PLUGIN_HEADERS): Add params.list.
12251
12252 2016-02-11 Jakub Jelinek <jakub@redhat.com>
12253
12254 PR target/65313
12255 * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
12256 -Wmaybe-uninitialized warning.
12257
12258 2016-02-11 Oleg Endo <olegendo@gcc.gnu.org>
12259
12260 PR target/69713
12261 * config/sh/sh.md (casesi_worker_0): Add T_REG use.
12262
12263 2016-02-11 Richard Biener <rguenther@suse.de>
12264
12265 PR rtl-optimization/69291
12266 * ifcvt.c (noce_try_store_flag_constants): Do not allow
12267 subexpressions affected by changing the result.
12268
12269 2016-02-10 Vladimir Makarov <vmakarov@redhat.com>
12270
12271 PR target/69148
12272 * lra-constraints.c (curr_insn_transform): Find in/out operands
12273 for secondary memory moves. Update dups.
12274
12275 2016-02-10 Yuri Rumyantsev <ysrumyan@gmail.com>
12276
12277 PR tree-optimization/69652
12278 * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
12279 to nested loop, did source re-formatting, skip debug statements,
12280 add check on statement with volatile operand, remove dead scalar
12281 statements.
12282
12283 2016-02-10 Jakub Jelinek <jakub@redhat.com>
12284 Patrick Palka <ppalka@gcc.gnu.org>
12285
12286 PR ipa/69241
12287 PR c++/69649
12288 * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
12289 calls if the return type is TREE_ADDRESSABLE.
12290 * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
12291 * ipa-split.c (split_function): Fix doubled "we" in comment.
12292 Use void return type for the split part even if
12293 !split_point->split_part_set_retval.
12294
12295 2016-02-10 Bin Cheng <bin.cheng@arm.com>
12296
12297 PR tree-optimization/68021
12298 * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
12299 when computing the value of biv cand by itself.
12300
12301 2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
12302
12303 * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
12304 (cortexa57_tunings): Likewise.
12305 (cortexa72_tunings): Likewise.
12306 (arch_macro_fusion_pair_p): Add support for AES fusion.
12307 * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
12308 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
12309 Allow virtual registers before reload so early scheduling works.
12310 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
12311 correct latency and pipeline.
12312 (cortex_a57_crypto_complex): Likewise.
12313 (cortex_a57_crypto_xor): Likewise.
12314 (define_bypass): Add AES bypass.
12315
12316 2016-02-10 Richard Biener <rguenther@suse.de>
12317
12318 PR tree-optimization/69726
12319 * passes.def: Add DCE pass before late uninit.
12320 * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
12321 really fixup if-conversions job.
12322
12323 2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
12324
12325 * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
12326 (arm_cortex_a57_tune): Likewise.
12327 (aarch_macro_fusion_pair_p): Add support for AES fusion.
12328 * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
12329
12330 2016-02-10 Eric Botcazou <ebotcazou@adacore.com>
12331
12332 * timevar.def (TV_PHASE_DBGINFO): Delete.
12333 (TV_PHASE_CHECK_DBGINFO): Likewise.
12334 * varpool.c (varpool_node::assemble_decl): Do not change timevar.
12335
12336 2016-02-10 Richard Biener <rguenther@suse.de>
12337
12338 PR tree-optimization/69719
12339 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
12340 Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
12341
12342 2016-02-09 Andrew Pinski <apinski@cavium.com>
12343
12344 PR tree-opt/69282
12345 * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
12346 get_vcond_mask_icode returns false.
12347
12348 2016-02-09 Michael Meissner <meissner@linux.vnet.ibm.com>
12349
12350 PR target/68404
12351 * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
12352 an ADDIS that adds a pointer to a large constant that sets the
12353 upper16 bits with a load operation.
12354
12355 2016-02-09 Charles Baylis <charles.baylis@linaro.org>
12356
12357 PR target/68532
12358 * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
12359 order.
12360 * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
12361 endian.
12362 (vzipq_s16): Likewise.
12363 (vzipq_s32): Likewise.
12364 (vzipq_f32): Likewise.
12365 (vzipq_u8): Likewise.
12366 (vzipq_u16): Likewise.
12367 (vzipq_u32): Likewise.
12368 (vzipq_p8): Likewise.
12369 (vzipq_p16): Likewise.
12370
12371 2016-02-09 Charles Baylis <charles.baylis@linaro.org>
12372
12373 PR target/68532
12374 * config/arm/arm.c (neon_endian_lane_map): New function.
12375 (neon_vector_pair_endian_lane_map): New function.
12376 (arm_evpc_neon_vuzp): Allow for big endian lane order.
12377 * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
12378 endian.
12379 (vuzpq_s16): Likewise.
12380 (vuzpq_s32): Likewise.
12381 (vuzpq_f32): Likewise.
12382 (vuzpq_u8): Likewise.
12383 (vuzpq_u16): Likewise.
12384 (vuzpq_u32): Likewise.
12385 (vuzpq_p8): Likewise.
12386 (vuzpq_p16): Likewise.
12387
12388 2016-02-11 Alexandre Oliva <aoliva@redhat.com>
12389
12390 PR target/69634
12391 * regstat.c (regstat_bb_compute_calls_crossed): Disregard
12392 debug insns.
12393
12394 2016-02-09 Uros Bizjak <ubizjak@gmail.com>
12395
12396 * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
12397 truncate const_int operand 1 to QImode.
12398
12399 2016-02-09 Eric Botcazou <ebotcazou@adacore.com>
12400
12401 * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
12402 corresponding to an abnormal edge.
12403
12404 2016-02-09 Tom de Vries <tom@codesourcery.com>
12405
12406 PR tree-optimization/69599
12407 * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
12408 function.
12409 (find_func_aliases_for_builtin_call, find_func_clobbers)
12410 (ipa_pta_execute): Handle case that foo and foo._0 are not in same lto
12411 partition.
12412
12413 2016-02-09 Richard Biener <rguenther@suse.de>
12414
12415 PR tree-optimization/69715
12416 * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
12417 LHS on calls as non-rewritable.
12418
12419 2016-02-09 Tom de Vries <tom@codesourcery.com>
12420
12421 PR lto/69707
12422 * lto-wrapper.c (append_diag_options): New function.
12423 (compile_offload_image): Call append_diag_options.
12424
12425 2016-02-08 Sandra Loosemore <sandra@codesourcery.com>
12426
12427 PR other/69722
12428 * doc/extend.texi (Flag Output Operands): Correct sectioning.
12429 Minor copy-edit to fix verb tenses.
12430
12431 2016-02-08 Jakub Jelinek <jakub@redhat.com>
12432
12433 PR tree-optimization/69209
12434 * ipa-split.c (split_function): If split part is not
12435 returning retval, retval has gimple type but is not
12436 gimple value, force it into a SSA_NAME first.
12437
12438 2016-02-08 Nicklas Bo Jensen <nbjensen@gmail.com>
12439
12440 * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
12441 outdated section.
12442
12443 2016-02-08 Jason Merrill <jason@redhat.com>
12444
12445 PR c++/69631
12446 * convert.c (convert_to_integer_1): Check dofold on truncation
12447 distribution.
12448 (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
12449 (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
12450 Rename from *_nofold.
12451 * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
12452 (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
12453
12454 2016-02-08 Bernd Schmidt <bschmidt@redhat.com>
12455
12456 PR target/60410
12457 * tree.c (build_common_tree_nodes): Remove short_double argument.
12458 All callers changed.
12459 * tree.h (build_common_tree_nodes): Adjust declaration.
12460 * doc/invoke.texi (-fshort-double): Remove documentation.
12461 * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
12462 MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
12463 * lto-wrapper.c (merge_and_complain, append_compiler_options)
12464 (append_linker_options): Don't handle OPT_fshort_double.
12465
12466 PR rtl-optimization/68730
12467 * lra-remat.c (insn_to_cand_activation): New static variable.
12468 (lra_remat): Allocate and free it.
12469 (create_cand): New arg activation. Initialize a field in
12470 insn_to_cand_activation if it is nonnull.
12471 (create_cands): Pass the activation insn to create_cand when making
12472 a candidate involving an output reload. Reorganize code a little.
12473 (do_remat): Keep track of active status of candidates in a separate
12474 bitmap.
12475
12476 2016-02-08 Richard Biener <rguenther@suse.de>
12477
12478 PR tree-optimization/69719
12479 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
12480 Properly use absolute of the difference of the two offsets to
12481 compare or adjust the segment length.
12482
12483 2016-02-08 Richard Biener <rguenther@suse.de>
12484 Jeff Law <law@redhat.com>
12485
12486 PR target/68273
12487 * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
12488 types for anonymous SSA names.
12489
12490 2016-02-08 Richard Biener <rguenther@suse.de>
12491
12492 PR rtl-optimization/69274
12493 * ira.c (ira_setup_alts): Do not change recog_data.operand order.
12494
12495 2016-02-08 Jeff Law <law@redhat.com>
12496
12497 PR tree-optimization/65917
12498 * tree-ssa-dom.c (record_temporary_equivalences): Record both
12499 equivalences from if (x == y) style conditionals.
12500 (loop_depth_of_name): Remove.
12501 (record_equality): Remove loop depth check.
12502 * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
12503 (const_and_copies::record_const_or_copy_raw): New member function.
12504 * tree-ssa-scopedtables.c
12505 (const_and_copies::record_const_or_copy_raw): New, factored out of
12506 (const_and_copies::record_const_or_copy): Call new member function.
12507
12508 2016-02-05 Jeff Law <law@redhat.com>
12509
12510 PR tree-optimization/68541
12511 * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
12512 (count_stmts_in_block): New function.
12513 (poor_ifcvt_candidate_code): Likewise.
12514 (is_feasible_trace): Add some heuristics to determine when path
12515 splitting is profitable.
12516 (find_block_to_duplicate_for_splitting_paths): Make sure the graph
12517 is a diamond with a single exit.
12518
12519 2016-02-05 Martin Sebor <msebor@redhat.com>
12520
12521 PR c++/69662
12522 * doc/invoke.texi: Update -Wplacement-new to take an optional
12523 argument.
12524
12525 2016-02-06 Richard Henderson <rth@redhat.com>
12526
12527 PR c/69643
12528 * tree.c (tree_nop_conversion_p): Do not strip casts into or
12529 out of non-standard address spaces.
12530
12531 2016-02-05 Jakub Jelinek <jakub@redhat.com>
12532
12533 PR rtl-optimization/69691
12534 * lra-eliminations.c (move_plus_up): Don't add the addend twice.
12535
12536 2016-02-05 Pat Haugen <pthaugen@us.ibm.com>
12537
12538 * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
12539 * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
12540 (*ieee128_mfvsrd_64bit): Likewise.
12541 (*ieee128_mfvsrd_32bit): Likewise.
12542
12543 2016-02-05 Ilya Enkovich <enkovich.gnu@gmail.com>
12544
12545 PR target/69369
12546 Revert r232560:
12547 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
12548
12549 * cgraphunit.c (cgraph_node::reset): Clear thunk info and
12550 instrumented_version.
12551
12552 2016-01-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
12553
12554 * doc/invoke.texi (Optimize Options): In table of --param options
12555 rename second occurrence of tracer-min-branch-ratio to
12556 tracer-min-branch-probability, rename
12557 tracer-min-branch-ratio-feedback to
12558 tracer-min-branch-probability-feedback and clarify description,
12559 rename sched-spec-state-edge-prob-cutoff to
12560 sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
12561 to selsched-insns-to-rename, rename lto-minpartition to
12562 lto-min-partition, delete reorder-blocks-duplicate and
12563 reorder-blocks-duplicate-feedback.
12564
12565 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12566
12567 * config/s390/s390.c (s390_register_info_set_ranges): Remove
12568 superfluous loops.
12569
12570 2016-02-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
12571
12572 * doc/extend.texi: S/390: Correct some typos.
12573
12574 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12575
12576 * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
12577
12578 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12579
12580 PR target/69625
12581 * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
12582 (s390_register_info_gprtofpr): Use new macros above.
12583 (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
12584 its name.
12585 (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
12586 its name. Adjust restore and save gpr ranges.
12587 (s390_register_info_set_ranges): New function.
12588 (s390_register_info): Use new macros above. Call
12589 s390_register_info_set_ranges.
12590 (s390_optimize_register_info): Likewise.
12591 (s390_hard_regno_rename_ok): Use new macros.
12592 (s390_hard_regno_scratch_ok): Likewise.
12593 (s390_emit_epilogue): Likewise.
12594 (s390_can_use_return_insn): Likewise.
12595 (s390_optimize_prologue): Likewise.
12596 * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
12597
12598 2016-02-05 Jakub Jelinek <jakub@redhat.com>
12599
12600 PR bootstrap/69677
12601 * config/i386/i386.c (convert_scalars_to_vector): Readd stack
12602 alignment fixes.
12603 (ix86_option_override_internal): Disable TARGET_STV even for
12604 -m{incoming,preferred}-stack-boundary=3.
12605
12606 2016-02-03 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12607
12608 * config.gcc: Mark deprecated rtems targets as obsolete.
12609
12610 2016-02-04 Segher Boessenkool <segher@kernel.crashing.org>
12611
12612 PR rtl-optimization/64682
12613 PR rtl-optimization/69567
12614 * combine.c (distribute_notes) <REG_DEAD>: Place the death note
12615 before I2 only if the register is both used and set in I2.
12616
12617 2016-02-04 DJ Delorie <dj@redhat.com>
12618
12619 * config/msp430/msp430.c (msp430_start_function): Add function type.
12620
12621 2016-02-04 Jakub Jelinek <jakub@redhat.com>
12622
12623 PR fortran/69368
12624 * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
12625
12626 2016-02-04 Uros Bizjak <ubizjak@gmail.com>
12627
12628 PR rtl-optimization/69577
12629 Revert:
12630 2015-10-29 Richard Henderson <rth@redhat.com>
12631
12632 PR target/68124
12633 PR rtl-opt/67609
12634 * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
12635 sse check to the exact conditions of PR 67609.
12636
12637 2016-02-04 Michael Meissner <meissner@linux.vnet.ibm.com>
12638
12639 PR target/69667
12640 * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
12641 instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
12642 not allowed into the traditional Altivec registers.
12643 (movtd_64bit_nodm): Likewise.
12644 (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
12645
12646 2016-02-04 David Malcolm <dmalcolm@redhat.com>
12647
12648 * config/aarch64/cortex-a57-fma-steering.c
12649 (aarch64_register_fma_steering): Remove "static" from arguments
12650 to register_pass.
12651
12652 2016-02-04 Wilco Dijkstra <wdijkstr@arm.com>
12653
12654 PR target/69619
12655 * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
12656 twice when complex.
12657
12658 2016-02-04 Mike Frysinger <vapier@gentoo.org>
12659
12660 * doc/invoke.texi: Delete -mno-fma4.
12661
12662 2016-02-04 Richard Sandiford <richard.sandiford@arm.com>
12663
12664 PR rtl-optimization/69577
12665 * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
12666 (find_subregs_of_mode): Update accordingly. Iterate over partial
12667 definitions.
12668
12669 2016-02-04 Alan Lawrence <alan.lawrence@arm.com>
12670
12671 * config/arm/arm-protos.h (neon_reinterpret): Remove.
12672 * config/arm/arm.c (neon_reinterpret): Remove.
12673 * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
12674 vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
12675 vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
12676 vreinterpretti): Remove.
12677 * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
12678 neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
12679 neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
12680 neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
12681 neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
12682 neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
12683 * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
12684 vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
12685 vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
12686 vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
12687 vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
12688 vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
12689 vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
12690 vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
12691 vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
12692 vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
12693 vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
12694 vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
12695 vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
12696 vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
12697 vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
12698 vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
12699 vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
12700 vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
12701 vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
12702 vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
12703 vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
12704 vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
12705 vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
12706 vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
12707 vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
12708 vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
12709 vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
12710 vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
12711 vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
12712 vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
12713 vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
12714 vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
12715 vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
12716 vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
12717 vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
12718 vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
12719 vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
12720 vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
12721 vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
12722 vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
12723 vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
12724 vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
12725 vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
12726 vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
12727 vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
12728 vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
12729 vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
12730 vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
12731 vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
12732 vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
12733 vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
12734 vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
12735 vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
12736 vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
12737 vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
12738 vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
12739 vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
12740 vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
12741 vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
12742 vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
12743 vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
12744 vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
12745 vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
12746 vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
12747 vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
12748 vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
12749 vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
12750 vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
12751 vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
12752 vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
12753 vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
12754 vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
12755 vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
12756 vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
12757 vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
12758 vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
12759 vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
12760 vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
12761 vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
12762 vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
12763 vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
12764 vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
12765 vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
12766 vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
12767 vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
12768 vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
12769 vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
12770 vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
12771 vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
12772 vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
12773 vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
12774 vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
12775 vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
12776 vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
12777 vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
12778 vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
12779 vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
12780
12781 2016-02-04 Martin Liska <mliska@suse.cz>
12782
12783 PR sanitizer/69276
12784 * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
12785 that are gimple_store_p.
12786 (maybe_instrument_call): Likewise.
12787
12788 2016-02-04 Bin Cheng <bin.cheng@arm.com>
12789
12790 * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
12791 register scaling out of memory reference and comment why.
12792
12793 2016-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12794
12795 PR target/65932
12796 PR target/67714
12797 * cse.c (cse_insn): Pass NULL to fold_rtx when initially
12798 folding the source of a SET.
12799
12800 2016-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12801
12802 PR target/65932
12803 PR target/67714
12804 * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
12805 the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
12806
12807 2016-02-04 Jim Wilson <jim.wilson@linaro.org>
12808
12809 PR target/65932
12810 PR target/67714
12811 * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
12812 HImode.
12813
12814 2016-02-04 Christian Bruel <christian.bruel@st.com>
12815
12816 * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
12817 * config/arm/arm.c (arm_set_current_function): Likewise.
12818
12819 2016-02-04 Jakub Jelinek <jakub@redhat.com>
12820 Ilya Enkovich <enkovich.gnu@gmail.com>
12821 H.J. Lu <hongjiu.lu@intel.com>
12822
12823 PR target/69454
12824 * config/i386/i386.c (convert_scalars_to_vector): Remove
12825 stack alignment fixes.
12826 (ix86_option_override_internal): Disable TARGET_STV if stack
12827 might not be aligned enough.
12828 (ix86_minimum_alignment): Assert that TARGET_STV is false.
12829
12830 2016-02-04 Victoria Stepanyan <victoria.stepanyan@amd.com>
12831
12832 * config/i386/x86-tune.def: Disable default prefetching
12833 for -march=znver1.
12834
12835 2016-02-03 Michael Meissner <meissner@linux.vnet.ibm.com>
12836 Vladimir Makarov <vmakarov@redhat.com>
12837
12838 PR target/69461
12839 * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
12840 in validating fused toc addresses.
12841
12842 2016-02-03 Jakub Jelinek <jakub@redhat.com>
12843
12844 PR c/69627
12845 * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
12846 range->m_caret fields if range->m_show_caret_p is false.
12847
12848 PR target/69644
12849 * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
12850 Force oldval into register if it does not satisfy reg_or_short_operand
12851 predicate. Fix up formatting.
12852
12853 2016-02-03 Vladimir Makarov <vmakarov@redhat.com>
12854 Alexandre Oliva <aoliva@redhat.com>
12855
12856 PR target/69461
12857 * lra-constraints.c (simplify_operand_subreg): Check additionally
12858 address validity after potential reloading.
12859 (process_address_1): Check insns validity. In case of failure do
12860 nothing.
12861
12862 2016-02-03 Kirill Yukhin <kirill.yukhin@intel.com>
12863
12864 PR target/69118
12865 * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
12866 Fix target.
12867
12868 2016-02-02 Jakub Jelinek <jakub@redhat.com>
12869
12870 * wide-int.cc (canonize_uhwi): New function.
12871 (wi::divmod_internal): Use it.
12872
12873 2016-02-02 James Norris <jnorris@codesourcery.com
12874
12875 * gimplify.c (omp_notice_variable): Add usage check.
12876
12877 2016-02-02 Alexander Monakov <amonakov@ispras.ru>
12878
12879 * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
12880 like LE, GE, LT, GT when emitting relational operator.
12881
12882 2016-02-02 Wilco Dijkstra <wdijkstr@arm.com>
12883
12884 * ira-costs.c (find_costs_and_classes): Add extra argument.
12885 * target.def (ira_change_pseudo_allocno_class): Add parameter.
12886 * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
12887 * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
12888 * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
12889 Add best_class parameter, and return it if not ALL_REGS.
12890 * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
12891 Add parameter.
12892 * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
12893 Update target hook.
12894
12895 2016-02-02 Wilco Dijkstra <wdijkstr@arm.com>
12896
12897 * config/aarch64/aarch64.c
12898 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
12899 (aarch64_ira_change_pseudo_allocno_class): New function.
12900
12901 2016-02-02 Uros Bizjak <ubizjak@gmail.com>
12902
12903 PR target/67032
12904 * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
12905
12906 2016-02-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
12907
12908 * config/avr/avr.c (avr_option_override): Set
12909 PARAM_ALLOW_STORE_DATA_RACES to 1.
12910
12911 2016-02-02 Richard Biener <rguenther@suse.de>
12912
12913 PR tree-optimization/69595
12914 * match.pd: Add range test simplifications to true/false.
12915
12916 2016-02-02 Thomas Schwinge <thomas@codesourcery.com>
12917
12918 * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
12919 * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
12920 instead.
12921
12922 2016-02-02 Richard Biener <rguenther@suse.de>
12923
12924 PR tree-optimization/69606
12925 * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
12926 info on the result before moving a stmt.
12927
12928 2016-02-02 Yuri Rumyantsev <ysrumyan@gmail.com>
12929
12930 PR middle-end/68542
12931 * config/i386/i386.c (ix86_expand_branch): Add support for conditional
12932 branch with vector comparison.
12933 * config/i386/sse.md (VI48_AVX): New mode iterator.
12934 (define_expand "cbranch<mode>4): Add support for conditional branch
12935 with vector comparison.
12936 * tree-vect-loop.c (optimize_mask_stores): New function.
12937 * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
12938 has_mask_store field of vect_info.
12939 * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
12940 vectorized loops having masked stores after vec_info destroy.
12941 * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
12942 correspondent macros.
12943 (optimize_mask_stores): Add prototype.
12944
12945 2016-02-02 Alan Modra <amodra@gmail.com>
12946
12947 PR target/69548
12948 * config/rs6000/predicates.md (quad_int_reg_operand): Don't
12949 allow subregs.
12950
12951 2016-02-02 Alan Modra <amodra@gmail.com>
12952
12953 PR target/68662
12954 * config/rs6000/rs6000.c (need_toc_init): New var, set it
12955 whenever toc_label_name used.
12956 (rs6000_file_start): Don't set up toc section here,
12957 (rs6000_output_function_epilogue): do so here instead,
12958 (rs6000_xcoff_file_start): and here.
12959 * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
12960 (load_toc_aix_di): Likewise.
12961
12962 2016-02-01 Jakub Jelinek <jakub@redhat.com>
12963
12964 PR rtl-optimization/69592
12965 * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
12966 (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
12967 (num_sign_bit_copies_binary_arith_p): New inline function.
12968 (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
12969
12970 2016-02-01 Jeff Law <law@redhat.com>
12971
12972 PR tree-optimization/69580
12973 * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
12974 * tree-ssa-threadbackward.c
12975 (fsm_find_control_statement_thread_paths): Do not try to walk
12976 through large PHI nodes.
12977
12978 2016-02-01 Jakub Jelinek <jakub@redhat.com>
12979
12980 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
12981 when count is incremented above limit, don't analyze further
12982 insns afterwards.
12983
12984 * omp-low.c (oacc_parse_default_dims): Avoid
12985 -Wsign-compare warning, make sure value fits into int
12986 rather than just unsigned int.
12987
12988 2016-02-01 Bin Cheng <bin.cheng@arm.com>
12989
12990 PR tree-optimization/67921
12991 * fold-const.c (split_tree): New parameters. Convert pointer
12992 type variable part to proper type before negating.
12993 (fold_binary_loc): Pass new arguments to split_tree.
12994
12995 2016-02-01 Nathan Sidwell <nathan@codesourcery.com>
12996
12997 * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
12998 (nvptx_goacc_validate_dims): Extend to handle global defaults.
12999 * target.def (OACC_VALIDATE_DIMS): Extend documentation.
13000 * doc/tm.texti: Rebuilt.
13001 * doc/invoke.texi (fopenacc-dim): Document.
13002 * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
13003 (append_compiler_options): Likewise.
13004 * omp-low.c (oacc_default_dims, oacc_min_dims): New.
13005 (oacc_parse_default_dims): New.
13006 (oacc_validate_dims): Add USED arg. Select non-unity default when
13007 possible.
13008 (oacc_loop_fixed_partitions): Return mask of used partitions.
13009 (oacc_loop_auto_partitions): Emit dump info.
13010 (oacc_loop_partition): Return mask of used partitions.
13011 (execute_oacc_device_lower): Parse default dimension arg. Adjust
13012 loop partitioning and validation calls.
13013
13014 2016-02-01 Richard Biener <rguenther@suse.de>
13015
13016 PR middle-end/69556
13017 * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
13018
13019 2016-02-01 Richard Biener <rguenther@suse.de>
13020
13021 PR tree-optimization/69574
13022 * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
13023 of asserting return chrec_dont_know.
13024
13025 2016-02-01 Martin Liska <mliska@suse.cz>
13026
13027 * mem-stats-traits.h: Add copyright header.
13028 * mem-stats.h: Likewise.
13029
13030 2016-02-01 Richard Biener <rguenther@suse.de>
13031
13032 PR tree-optimization/69579
13033 * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
13034 Do not propagate through abnormal PHI results.
13035
13036 2016-02-01 Eric Botcazou <ebotcazou@adacore.com>
13037
13038 * postreload.c (reload_cse_simplify): Remove dead code.
13039
13040 2016-02-01 Jakub Jelinek <jakub@redhat.com>
13041
13042 PR rtl-optimization/69570
13043 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
13044 if there is more than one set, not if there is a single set.
13045
13046 2016-02-01 Richard Henderson <rth@redhat.com>
13047
13048 PR rtl-opt/69535
13049 * combine.c (make_compound_operation): When looking through a
13050 subreg, make sure to re-extend to the width of the outer mode.
13051
13052 2016-01-30 Jakub Jelinek <jakub@redhat.com>
13053
13054 PR tree-optimization/69546
13055 * wide-int.cc (wi::divmod_internal): For unsigned division
13056 where both operands fit into uhwi, if o1 is 1 and o0 has
13057 msb set, if divident_prec is larger than bits per hwi,
13058 clear another quotient word and return 2 instead of 1.
13059 Similarly for remainder with msb in HWI set, if dividend_prec
13060 is larger than bits per hwi.
13061
13062 2016-01-29 Martin Jambor <mjambor@suse.cz>
13063
13064 * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
13065 Use short lowercase names.
13066 (get_memory_order): Mask with MEMMODEL_BASE_MASK. Support
13067 MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
13068 acq_rel one. Protect warning agains segfaults if
13069 get_memory_order_name returns NULL.
13070 (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
13071 with release semantics. Do not warn if get_memory_order already did.
13072 (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
13073 semantics. Fix check for relaxed or acquire semantics. Do not warn
13074 if get_memory_order already did.
13075
13076 2016-01-29 Sebastian Pop <s.pop@samsung.com>
13077
13078 * doc/install.texi: Document that isl-0.16 is supported.
13079
13080 2016-01-29 Vladimir Makarov <vmakarov@redhat.com>
13081
13082 PR target/69299
13083 * config/i386/constraints.md (Bm): Describe as special memory
13084 constraint.
13085 * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
13086 * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
13087 * genpreds.c (struct constraint_data): Add is_special_memory.
13088 (have_special_memory_constraints, special_memory_start): New
13089 static vars.
13090 (special_memory_end): Ditto.
13091 (add_constraint): Add new arg is_special_memory. Add code to
13092 process its true value. Update have_special_memory_constraints.
13093 (process_define_constraint): Pass the new arg.
13094 (process_define_register_constraint): Ditto.
13095 (choose_enum_order): Process special memory.
13096 (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
13097 function insn_extra_special_memory_constraint.
13098 (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
13099 * gensupport.c (process_rtx): Process
13100 DEFINE_SPECIAL_MEMORY_CONSTRAINT.
13101 * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
13102 * ira-lives.c (single_reg_class): Use
13103 insn_extra_special_memory_constraint.
13104 * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
13105 * lra-constraints.c (process_alt_operands): Ditto.
13106 (curr_insn_transform): Use insn_extra_special_memory_constraint.
13107 * recog.c (asm_operand_ok, preprocess_constraints): Process
13108 CT_SPECIAL_MEMORY.
13109 * reload.c (find_reloads): Ditto.
13110 * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
13111 * stmt.c (parse_input_constraint): Use
13112 insn_extra_special_memory_constraint.
13113
13114 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
13115
13116 PR target/69530
13117 * lra-splill.c (lra_final_code_change): Revert r229087 by
13118 removing all sub-registers.
13119
13120 2016-01-29 Steve Ellcey <sellcey@imgtec.com>
13121
13122 PR target/65604
13123 * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
13124
13125 2016-01-29 Jakub Jelinek <jakub@redhat.com>
13126
13127 PR target/69551
13128 * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
13129 SSE1, copy target into the temporary reg first before recursing
13130 on it.
13131
13132 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
13133
13134 * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
13135 with vm.
13136
13137 2016-01-29 Jonathan Wakely <jwakely@redhat.com>
13138
13139 * ginclude/stdarg.h: Test __cplusplus instead of
13140 __GXX_EXPERIMENTAL_CXX0X__.
13141
13142 2016-01-29 Richard Biener <rguenther@suse.de>
13143
13144 PR tree-optimization/69547
13145 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
13146 Do not mark clobbers necessary.
13147 (mark_all_reaching_defs_necessary_1): Likewise.
13148
13149 2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
13150
13151 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
13152 declaration name with %qs and print it in both error messages.
13153 Also fix indentation.
13154
13155 2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
13156
13157 PR other/69006
13158 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
13159 trailing blank line from error message.
13160
13161 2016-01-29 Jonathan Wakely <jwakely@redhat.com>
13162
13163 PR c++/69462
13164 * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
13165 for C++-11.
13166
13167 2016-01-29 Richard Biener <rguenther@suse.de>
13168
13169 PR middle-end/69537
13170 * match.pd: Allow all integral types when simplifying a
13171 widening or sign-changing conversion.
13172
13173 2016-01-28 Sebastian Pop <s.pop@samsung.com>
13174
13175 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
13176 back to setting codegen_error to fail codegen.
13177
13178 2016-01-28 Uros Bizjak <ubizjak@gmail.com>
13179
13180 PR target/69459
13181 * config/i386/constraints.md (C): Only accept constant zero operand.
13182 (BC): New constraint.
13183 * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
13184 instead of C constraint.
13185 * doc/md.texi (Machine Constraints): Update description
13186 of C constraint.
13187
13188 2016-01-28 Steve Ellcey <sellcey@imgtec.com>
13189
13190 PR target/68400
13191 * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
13192
13193 2016-01-28 Jakub Jelinek <jakub@redhat.com>
13194
13195 PR middle-end/69542
13196 * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
13197 non-debug insns.
13198
13199 2016-01-28 Pat Haugen <pthaugen@us.ibm.com>
13200
13201 * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
13202 branches if using guessed profile.
13203
13204 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
13205
13206 * graphite-optimize-isl.c (optimize_isl): Fix dump.
13207
13208 2016-01-28 Richard Henderson <rth@redhat.com>
13209
13210 PR target/69305
13211 * config/aarch64/aarch64-modes.def (CC_Cmode): New
13212 * config/aarch64/aarch64-protos.h: Update.
13213 * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
13214 (aarch64_select_cc_mode): Add check for use of CC_Cmode.
13215 (aarch64_get_condition_code_1): Handle CC_Cmode.
13216 * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
13217 (*add<mode>3_compareC_cconly_imm): New.
13218 (*add<mode>3_compareC_cconly): New.
13219 (*add<mode>3_compareC_imm): New.
13220 (add<mode>3_compareC): New.
13221 (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
13222 to be first. Use aarch64_carry_operation.
13223 (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
13224 (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
13225 (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
13226 (subti3): Use subdi3_compare1.
13227 (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
13228 (sub<mode>3_compare1): New.
13229 (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
13230 (*sub<mode>3_carryin): Use aarch64_borrow_operation.
13231 (*subsi3_carryin_uxtw): Likewise.
13232 (*ngc<mode>, *ngcsi_uxtw): Likewise.
13233 (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
13234 * config/aarch64/iterators.md (DWI): New.
13235 * config/aarch64/predicates.md (aarch64_carry_operation): New.
13236 (aarch64_borrow_operation): New.
13237
13238 2016-01-28 Abderrazek Zaafrani <a.zaafrani@samsung.com>
13239
13240 * graphite-optimize-isl.c (optimize_isl): Print a different debug
13241 message when isl does not return a valid schedule.
13242
13243 2016-01-28 Sebastian Pop <s.pop@samsung.com>
13244
13245 * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
13246 Remove comments from class declarations: they are already in the code
13247 close by the defs.
13248
13249 2016-01-28 Sebastian Pop <s.pop@samsung.com>
13250
13251 * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
13252 codegen_error_p.
13253 (ternary_op_to_tree): Same.
13254 (unary_op_to_tree): Same.
13255 (nary_op_to_tree): Same.
13256 (gcc_expression_from_isl_expr_op): Same.
13257 (gcc_expression_from_isl_expression): Same.
13258 (graphite_create_new_loop): Same.
13259 (graphite_create_new_loop_guard): Same.
13260 (build_iv_mapping): Same.
13261 (graphite_create_new_guard): Same.
13262 (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
13263 (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
13264
13265 2016-01-28 Sebastian Pop <s.pop@samsung.com>
13266
13267 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
13268 instead of setting codegen_error to fail codegen.
13269
13270 2016-01-28 Jason Merrill <jason@redhat.com>
13271
13272 * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
13273
13274 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
13275
13276 * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
13277 Remove CONST_INT_P check in CCMP cost calculation.
13278
13279 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
13280
13281 * config/aarch64/aarch64.c (generic_vector_cost):
13282 Set vec_permute_cost.
13283 (cortexa57_vector_cost): Likewise.
13284 (exynosm1_vector_cost): Likewise.
13285 (xgene1_vector_cost): Likewise.
13286 (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
13287 * config/aarch64/aarch64-protos.h (cpu_vector_cost):
13288 Add vec_permute_cost entry.
13289
13290 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
13291
13292 * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
13293 immediate as %1.
13294 (add<mode>3_compare0): Likewise.
13295 (addsi3_compare0_uxtw): Likewise.
13296 (add<mode>3nr_compare0): Likewise.
13297 (compare_neg<mode>): Likewise.
13298 (<optab><mode>3): Likewise.
13299
13300 2016-01-28 Ilya Enkovich <enkovich.gnu@gmail.com>
13301
13302 * tree-vect-stmts.c (vectorizable_comparison): Add
13303 NULL check for vectype.
13304
13305 2016-01-28 Richard Biener <rguenther@suse.de>
13306
13307 PR tree-optimization/69466
13308 * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
13309 Account for PHIs we couldn't duplicate.
13310
13311 2016-01-28 Martin Liska <mliska@suse.cz>
13312
13313 PR pch/68758
13314 * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
13315 instead of ENABLE_VALGRIND_CHECKING.
13316
13317 2016-01-27 Richard Henderson <rth@redhat.com>
13318
13319 PR rtl-opt/69447
13320 * lra-remat.c (subreg_regs): New.
13321 (dump_candidates_and_remat_bb_data): Dump it.
13322 (operand_to_remat): Reject if operand in subreg_regs.
13323 (set_bb_regs): Collect subreg_regs.
13324 (lra_remat): Init and free subreg_regs. Compute
13325 calculate_local_reg_remat_bb_data before create_cands.
13326
13327 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
13328
13329 PR target/68986
13330 * config/i386/i386.c (ix86_update_stack_boundary): Don't
13331 change stack_alignment_needed for __tls_get_addr call.
13332
13333 2016-01-27 Segher Boessenkool <segher@kernel.crashing.org>
13334
13335 * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
13336
13337 2016-01-27 Jeff Law <law@redhat.com>
13338
13339 PR tree-optimization/68398
13340 PR tree-optimization/69196
13341 * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
13342 (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
13343 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
13344 Only count PHIs in the last block in the path. The others will
13345 const/copy propagate away. Add heuristic to allow more irreducible
13346 subloops to be created when it is likely profitable to do so.
13347
13348 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
13349 Fix typo in comment. Use gsi_after_labels and remove the GIMPLE_LABEL
13350 check from within the loop. Use gsi_next_nondebug rather than gsi_next.
13351
13352 2016-01-27 Jakub Jelinek <jakub@redhat.com>
13353
13354 PR lto/69254
13355 * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
13356 END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
13357 * asan.c (DEF_BUILTIN_STUB): Temporarily define.
13358 * tree-streamer-in.c: Include asan.h.
13359 (streamer_get_builtin_tree): For builtins in sanitizer
13360 range call initialize_sanitizer_builtins and retry.
13361
13362 2016-01-27 Ian Lance Taylor <iant@google.com>
13363
13364 * common.opt (fkeep-gc-roots-live): New undocumented option.
13365 * tree-ssa-loop-ivopts.c (add_candidate_1): If
13366 -fkeep-gc-roots-live, skip pointers.
13367 (add_iv_candidate_for_biv): Handle add_candidate_1 returning
13368 NULL.
13369
13370 2016-01-27 Uros Bizjak <ubizjak@gmail.com>
13371
13372 PR target/69512
13373 * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
13374 (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
13375
13376 2016-01-27 Thomas Klausner <wiz@NetBSD.org>
13377
13378 PR target/68380
13379 * configure.ac: NetBSD provides SSP in its C library.
13380 * configure: Updated.
13381
13382 2016-01-27 Richard Biener <rguenther@suse.de>
13383
13384 PR tree-optimization/69166
13385 * tree-vect-loop.c (vect_is_simple_reduction): Always check
13386 reduction code for commutativity / associativity.
13387
13388 2016-01-27 Martin Jambor <mjambor@suse.cz>
13389
13390 PR tree-optimization/69355
13391 * tree-sra.c (analyze_access_subtree): Correct hole detection when
13392 total_scalarization fails.
13393
13394 2016-01-27 David Edelsohn <dje.gcc@gmail.com>
13395
13396 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
13397 power9.
13398
13399 2016-01-27 Christian Bruel <christian.bruel@st.com>
13400
13401 PR target/69245
13402 * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
13403 Move arm_reset_previous_fndecl and set_target_option_current_node in
13404 the conditional part. Call save_restore_target_globals.
13405 * config/arm/arm.c (arm_set_current_function):
13406 Refactor to better support #pragma target and attribute mix.
13407 Call save_restore_target_globals.
13408 * config/arm/arm-protos.h (save_restore_target_globals): New function.
13409
13410 2016-01-27 Martin Liska <mliska@suse.cz>
13411
13412 * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
13413 reference for an HSA kernel and its host function.
13414
13415 2016-01-27 Jakub Jelinek <jakub@redhat.com>
13416
13417 PR tree-optimization/69399
13418 * wide-int.h (wi::lrshift): For larger precisions, only
13419 use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
13420
13421 2016-01-27 Claudiu Zissulescu <claziss@synopsys.com>
13422
13423 * config/arc/predicates.md (proper_comparison_operator): Reject
13424 constant-constant comparison.
13425
13426 2016-01-26 Tom de Vries <tom@codesourcery.com>
13427
13428 PR tree-optimization/69110
13429 * tree-data-ref.c (initialize_data_dependence_relation): Handle
13430 DR_NUM_DIMENSIONS == 0.
13431
13432 2016-01-26 Abderrazek Zaafrani <a.zaafrani@samsung.com>
13433 Sebastian Pop <s.pop@samsung.com>
13434
13435 * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
13436 isl_ast_op_cond and isl_ast_op_select.
13437 (gcc_expression_from_isl_expr_op): Same.
13438
13439 2016-01-26 Jason Merrill <jason@redhat.com>
13440
13441 PR c++/68782
13442 * tree.c (recompute_constructor_flags): Split out from
13443 build_constructor.
13444 (verify_constructor_flags): New.
13445 * tree.h: Declare them.
13446
13447 2016-01-26 Iain Buclaw <ibuclaw@gdcproject.org>
13448
13449 PR rtl-optimization/69217
13450 * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
13451 are no TYPE_FIELDS set for the record type.
13452
13453 2016-01-26 Jakub Jelinek <jakub@redhat.com>
13454
13455 PR target/68662
13456 * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
13457 toc_label_name unconditionally.
13458 (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
13459 SYMBOL_REF string. Use toc_label_name instead of constructing
13460 LCTOC1.
13461 (rs6000_elf_declare_function_name): Use toc_label_name instead of
13462 constructing LCTOC1.
13463
13464 2016-01-26 Martin Sebor <msebor@redhat.com>
13465
13466 PR other/69477
13467 * doc/extend.texi (Common Type Attributes): Move text that talks about
13468 attribute packed from attribute aligned to the section discussing
13469 the former attribute for clarity.
13470
13471 2016-01-26 Richard Henderson <rth@redhat.com>
13472
13473 PR middle-end/60908
13474 * trans-mem.c (tm_region_init): Mark entry block as visited.
13475
13476 2016-01-26 David Malcolm <dmalcolm@redhat.com>
13477
13478 PR other/69006
13479 * diagnostic-show-locus.c (layout::print_source_line): Replace
13480 call to pp_newline with call to layout::print_newline.
13481 (layout::print_annotation_line): Likewise.
13482 (layout::move_to_column): Likewise.
13483 (layout::print_any_fixits): After printing any fixits, print a
13484 trailing newline, if necessary.
13485 (layout::print_newline): New method, resetting any colorization
13486 before a newline.
13487 (diagnostic_show_locus): Move the pp_newline to before the
13488 early bailout. Remove dummy block enclosing the layout instance.
13489 * diagnostic.c (default_diagnostic_finalizer): Replace invocation
13490 of pp_newline_and_flush with pp_flush.
13491 (diagnostic_append_note): Delete use of pp_newline.
13492 (diagnostic_append_note_at_rich_loc): Delete.
13493 * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
13494 * pretty-print.h (output_buffer_append_r): Reset buff->line_length
13495 when newline characters are added to the buffer.
13496
13497 2016-01-26 Michael Matz <matz@suse.de>
13498
13499 * configure.ac (ac_cv_std_swap_in_utility): New test.
13500 * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
13501 * configure: Regenerate.
13502 * config.in: Regenerate.
13503
13504 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
13505
13506 * config/arc/arc.md (cstoresi4): Force operand into register.
13507 (arcset<code>): Fix predicate.
13508 (arcsetltu): Likewise.
13509 (arcsetgeu): Likewise.
13510 (arcsethi): Likewise.
13511 (arcsetls): Likewise.
13512
13513 2016-01-26 Jakub Jelinek <jakub@redhat.com>
13514
13515 PR tree-optimization/69483
13516 * gimple-fold.c (canonicalize_constructor_val): Return NULL
13517 if base has error_mark_node type.
13518
13519 2016-01-26 Christophe Lyon <christophe.lyon@linaro.org>
13520
13521 PR target/68620
13522 * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
13523 * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
13524 New helper macros.
13525 (vget_lane_f16): Handle big-endian.
13526 (vgetq_lane_f16): Likewise.
13527 (vset_lane_f16): Likewise.
13528 (vsetq_lane_f16): Likewise.
13529 * config/arm/iterators.md (VQXMOV): Add V8HF.
13530 (VDQ): Add V4HF and V8HF.
13531 (V_reg): Handle V4HF and V8HF.
13532 (Is_float_mode): Likewise.
13533 * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
13534 neon_vdup_nv8hf): New patterns.
13535 (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
13536 Use VD_LANE iterator.
13537 (neon_vld1_dup<mode>): Use VQ2 iterator.
13538
13539 2016-01-26 Nathan Sidwell <nathan@acm.org>
13540
13541 * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
13542 (set_oacc_fn_attrib): Add IS_KERNEL arg.
13543 * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
13544 (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
13545 (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
13546 (oacc_validate_dims): Add LEVEL arg, don't return level.
13547 (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
13548 oacc_validate_dims.
13549 (execute_oacc_device_lower): Adjust, add more dump output.
13550 * tree-ssa-loop.c (gate_oacc_kernels): Use
13551 oacc_fn_attrib_kernels_p.
13552 * tree-parloops.c (create_parallel_loop): Adjust
13553 set_oacc_fn_attrib call.
13554
13555 2016-01-26 Jakub Jelinek <jakub@redhat.com>
13556
13557 PR lto/69254
13558 * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
13559 (append_compiler_options): Handle -fcilkplus.
13560 (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
13561
13562 2016-01-26 Nick Clifton <nickc@redhat.com>
13563
13564 PR target/66655
13565 * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
13566 been marked as DECL_ONE_ONLY but we do not the means to make it
13567 so, then do not allow it to bind locally.
13568
13569 2016-01-26 Jakub Jelinek <jakub@redhat.com>
13570
13571 PR lto/69254
13572 * opts.h (parse_sanitizer_options): New prototype.
13573 * opts.c (sanitizer_opts): New array.
13574 (parse_sanitizer_options): New function.
13575 (common_handle_option): Use parse_sanitizer_options.
13576
13577 2016-01-26 H.J. Lu <hongjiu.lu@intel.com>
13578
13579 PR target/68986
13580 * config/i386/i386.c (ix86_compute_frame_layout): Move stack
13581 alignment adjustment to ...
13582 (ix86_update_stack_boundary): Here. Don't over-align stack for
13583 __tls_get_addr.
13584 (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
13585 if __tls_get_addr is called.
13586
13587 2016-01-26 Christian Bruel <christian.bruel@st.com>
13588
13589 * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
13590
13591 2016-01-26 Eric Botcazou <ebotcazou@adacore.com>
13592
13593 * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
13594
13595 2016-01-26 Richard Biener <rguenther@suse.de>
13596
13597 PR middle-end/69467
13598 * match.pd: Guard X * CST CMP 0 pattern with single_use.
13599
13600 2016-01-26 Richard Biener <rguenther@suse.de>
13601
13602 PR tree-optimization/69452
13603 * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
13604 (move_computations_dom_walker::before_dom_children): Rename
13605 to ...
13606 (move_computations_worker): This.
13607 (move_computations): Perform an RPO rather than a DOM walk.
13608
13609 2016-01-26 Jakub Jelinek <jakub@redhat.com>
13610
13611 PR target/69442
13612 * combine.c (combine_instructions): For REG_EQUAL note with
13613 SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
13614 to the underlying register.
13615 * doc/rtl.texi (REG_EQUAL): Document the behavior of
13616 REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
13617
13618 2016-01-26 Roger Ferrer Ibáñez <rofirrim@gmail.com>
13619
13620 PR target/67896
13621 * config/aarch64/aarch64-builtins.c
13622 (aarch64_init_simd_builtin_types): Do not set structural
13623 equality to __Poly{8,16,64,128}_t types.
13624
13625 2016-01-26 Richard Sandiford <richard.sandiford@arm.com>
13626
13627 PR tree-optimization/69400
13628 * wide-int.cc (wi_pack): Take the precision as argument and
13629 perform canonicalization here rather than in the callers.
13630 Use the main loop to handle all full-width HWIs. Add a
13631 zero HWI if in_len isn't a full result.
13632 (wi::divmod_internal): Update accordingly.
13633 (wi::mul_internal): Likewise. Simplify.
13634
13635 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
13636 Sebastian Pop <s.pop@samsung.com>
13637
13638 * graphite-poly.c (apply_poly_transforms): Simplify.
13639 (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
13640 (print_isl_map): Same.
13641 (print_isl_union_map): Same.
13642 (print_isl_schedule): New.
13643 (debug_isl_schedule): New.
13644 * graphite-dependences.c (scop_get_reads): Do not call
13645 isl_union_map_add_map that is undocumented isl functionality.
13646 (scop_get_must_writes): Same.
13647 (scop_get_may_writes): Same.
13648 (scop_get_original_schedule): Remove.
13649 (scop_get_dependences): Do not call isl_union_map_compute_flow that
13650 is deprecated in isl 0.15. Instead, use isl_union_access_* interface.
13651 (compute_deps): Remove.
13652 * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
13653 (debug_schedule_ast): New.
13654 (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
13655 set_separate_option.
13656 (graphite_regenerate_ast_isl): Add dump.
13657 (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
13658 from scop->transformed_schedule.
13659 (graphite_regenerate_ast_isl): Add more dump.
13660 * graphite-optimize-isl.c (optimize_isl): Set
13661 scop->transformed_schedule. Check whether schedules are equal.
13662 (apply_poly_transforms): Move here.
13663 * graphite-poly.c (apply_poly_transforms): ... from here.
13664 (free_poly_bb): Static.
13665 (free_scop): Static.
13666 (pbb_number_of_iterations_at_time): Remove.
13667 (print_isl_ast): New.
13668 (debug_isl_ast): New.
13669 (debug_scop_pbb): New.
13670 * graphite-scop-detection.c (print_edge): Move.
13671 (print_sese): Move.
13672 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
13673 (build_scop_scattering): Remove.
13674 (create_pw_aff_from_tree): Assert instead of bailing out.
13675 (add_condition_to_pbb): Remove unused code, do not fail.
13676 (add_conditions_to_domain): Same.
13677 (add_conditions_to_constraints): Remove.
13678 (build_scop_context): New.
13679 (add_iter_domain_dimension): New.
13680 (build_iteration_domains): Initialize pbb->iterators.
13681 Call add_conditions_to_domain.
13682 (nested_in): New.
13683 (loop_at): New.
13684 (index_outermost_in_loop): New.
13685 (index_pbb_in_loop): New.
13686 (outermost_pbb_in): New.
13687 (add_in_sequence): New.
13688 (add_outer_projection): New.
13689 (outer_projection_mupa): New.
13690 (add_loop_schedule): New.
13691 (build_schedule_pbb): New.
13692 (build_schedule_loop): New.
13693 (embed_in_surrounding_loops): New.
13694 (build_schedule_loop_nest): New.
13695 (build_original_schedule): New.
13696 (build_poly_scop): Call build_original_schedule.
13697 * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
13698 (free_poly_dr): Remove.
13699 (struct poly_bb): Add iterators. Remove schedule, transformed, saved.
13700 (free_poly_bb): Remove.
13701 (debug_loop_vec): Remove.
13702 (print_isl_ast): Declare.
13703 (debug_isl_ast): Declare.
13704 (scop_do_interchange): Remove.
13705 (scop_do_strip_mine): Remove.
13706 (scop_do_block): Remove.
13707 (flatten_all_loops): Remove.
13708 (optimize_isl): Remove.
13709 (pbb_number_of_iterations_at_time): Remove.
13710 (debug_scop_pbb): Declare.
13711 (print_schedule_ast): Declare.
13712 (debug_schedule_ast): Declare.
13713 (struct scop): Remove schedule. Add original_schedule,
13714 transformed_schedule.
13715 (free_gimple_poly_bb): Remove.
13716 (print_generated_program): Remove.
13717 (debug_generated_program): Remove.
13718 (unify_scattering_dimensions): Remove.
13719 * sese.c (print_edge): ... here.
13720 (print_sese): ... here.
13721 (debug_edge): ... here.
13722 (debug_sese): ... here.
13723 * sese.h (print_edge): Declare.
13724 (print_sese): Declare.
13725 (dump_edge): Declare.
13726 (dump_sese): Declare.
13727
13728 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
13729 Sebastian Pop <s.pop@samsung.com>
13730
13731 * Makefile.in: Set ISLVER in site.exp.
13732
13733 2016-01-25 Jakub Jelinek <jakub@redhat.com>
13734
13735 * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
13736 DECL_VALUE_EXPR of new_var even for the non-array case. Look
13737 through DECL_VALUE_EXPR for expansion.
13738
13739 2016-01-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
13740
13741 * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
13742 the frame info after reload completed.
13743
13744 2016-01-25 Jeff Law <law@redhat.com>
13745
13746 PR tree-optimization/69196
13747 PR tree-optimization/68398
13748 * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
13749 tree-ssa-threadupdate.c.
13750 (determine_bb_domination_status): Prototype
13751 * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
13752 (determine_bb_domination_status): No longer static.
13753 (valid_jump_thread_path): Remove code to detect characteristics
13754 of the jump thread path not associated with correctness.
13755 * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
13756 Correct test for thread path length. Count PHIs for real operands as
13757 statements that need to be copied. Do not count ASSERT_EXPRs.
13758 Look at all the blocks in the thread path. Compute and selectively
13759 filter thread paths based on threading through the latch, threading
13760 a multiway branch or crossing a multiway branch.
13761
13762 2016-01-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13763
13764 * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): Add
13765 decl with __attribute__ ((unused)) annotation.
13766
13767 2016-01-25 Ilya Enkovich <enkovich.gnu@gmail.com>
13768
13769 PR target/69421
13770 * tree-vect-stmts.c (vectorizable_condition): Check vectype
13771 of operands is compatible with a statement vectype.
13772
13773 2016-01-25 Eric Botcazou <ebotcazou@adacore.com>
13774
13775 * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
13776 improve wording for mixed storage order support.
13777
13778 2016-01-25 Bilyan Borisov <bilyan.borisov@arm.com>
13779
13780 * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
13781 (vcvt_u64_f64): Likewise.
13782 (vcvta_s64_f64): Likewise.
13783 (vcvta_u64_f64): Likewise.
13784 (vcvtm_s64_f64): Likewise.
13785 (vcvtm_u64_f64): Likewise.
13786 (vcvtn_s64_f64): Likewise.
13787 (vcvtn_u64_f64): Likewise.
13788 (vcvtp_s64_f64): Likewise.
13789 (vcvtp_u64_f64): Likewise.
13790
13791 2016-01-25 Claudiu Zissulescu <claziss@synopsys.com>
13792
13793 * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
13794 (arc_init): Check validity mll64 option.
13795 (arc_save_restore): Use double load/store instruction.
13796 (arc_expand_movmem): Likewise.
13797 (arc_split_move): Don't split if we have double load/store
13798 instructions. Returns a boolean.
13799 (arc_process_double_reg_moves): Change function to return boolean
13800 instead of a sequence of instructions.
13801 (arc_dwarf_register_span): New function.
13802 * config/arc/arc-protos.h (arc_split_move): Change prototype.
13803 * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
13804 * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
13805 (*movdf_insn): Likewise.
13806 * config/arc/arc.opt (mll64): New option.
13807 * config/arc/predicates.md (even_register_operand): New predicate.
13808 * doc/invoke.texi (ARC Options): Add mll64 documentation.
13809
13810 2016-01-25 Richard Biener <rguenther@suse.de>
13811
13812 PR lto/69393
13813 * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
13814 * tree-streamer-out.c (pack_ts_base_value_fields): Stream
13815 DECL_NAMELESS.
13816 * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
13817
13818 2016-01-25 Richard Biener <rguenther@suse.de>
13819
13820 PR tree-optimization/69376
13821 * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
13822 flag.
13823 (VN_INFO_ANTI_RANGE_P): New inline.
13824 (VN_INFO_RANGE_TYPE): Likewise.
13825 * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
13826 SSA_NAME_ANTI_RANGE_P.
13827 (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
13828 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
13829 Properly query VN_INFO_RANGE_TYPE.
13830
13831 2016-01-25 Nick Clifton <nickc@redhat.com>
13832
13833 PR target/66655
13834 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
13835
13836 2016-01-23 Tom de Vries <tom@codesourcery.com>
13837
13838 PR tree-optimization/69426
13839 * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
13840 removed clobber.
13841
13842 2016-01-23 Jakub Jelinek <jakub@redhat.com>
13843
13844 * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
13845 "the the" with "the" in the comments.
13846 * ipa-devirt.c (build_type_inheritance_graph,
13847 update_type_inheritance_graph): Likewise.
13848 * tree.c (build_function_type_list_1): Likewise.
13849 * cfgloopmanip.c (scale_loop_profile): Likewise.
13850 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
13851 * gimple-ssa-split-paths.c
13852 (find_block_to_duplicate_for_splitting_paths): Likewise.
13853 * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
13854 * expr.c (convert_move): Likewise.
13855 * var-tracking.c (vt_stack_adjustments): Likewise.
13856 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
13857 * tree-vrp.c (test_for_singularity): Likewise.
13858
13859 * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
13860 directly instead of building a temporary tree.
13861
13862 PR bootstrap/69434
13863 * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
13864 remove <algorithm> include.
13865
13866 2016-01-22 Jakub Jelinek <jakub@redhat.com>
13867
13868 PR target/69432
13869 * config/i386/i386.c: Include dojump.h.
13870 (expand_small_movmem_or_setmem,
13871 expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
13872 fixes.
13873 (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
13874 if dynamic_check != -1.
13875
13876 2016-01-21 Jeff Law <law@redhat.com>
13877
13878 PR middle-end/69347
13879 * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
13880 record_temporary_equivalences. Rewritten to avoid unnecessary calls
13881 into dominated_by_p.
13882 (cprop_into_successor_phis): Avoid unnecessary tests.
13883
13884 2016-01-22 Richard Henderson <rth@redhat.com>
13885
13886 PR target/69416
13887 * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
13888 (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
13889
13890 2016-01-22 Michael Matz <matz@suse.de>
13891
13892 * system.h (string, algorithm): Include only conditionally.
13893 (new): Include always under C++.
13894 * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
13895 * final.c (toplevel): Ditto.
13896 * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
13897 * genconditions.c (write_header): Make gencondmd.c define
13898 INCLUDE_STRING.
13899 * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
13900
13901 * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
13902 * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
13903
13904 2016-01-22 Christian Bruel <christian.bruel@st.com>
13905
13906 PR target/68674
13907 * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
13908
13909 2016-01-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13910
13911 PR target/69403
13912 * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
13913 define_insn_and_split. Ensure operands[1] and operands[0] do not
13914 get assigned the same register.
13915
13916 2016-01-22 Kugan Vivekanandarajah <kuganv@linaro.org>
13917
13918 * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
13919
13920 2016-01-22 Christian Bruel <christian.bruel@st.com>
13921
13922 * config/arm/arm-c.c (arm_pragma_target_parse):
13923 Remove warn_builtin_macro_redefined overwrite.
13924
13925 2016-01-22 Eric Botcazou <ebotcazou@adacore.com>
13926
13927 * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
13928 flag_non_call_exceptions compatibility.
13929
13930 2016-01-22 Jakub Jelinek <jakub@redhat.com>
13931
13932 PR debug/66668
13933 * dwarf2out.c (add_child_die_after): New function.
13934 (dwarf_qual_info_t): New type.
13935 (dwarf_qual_info): New variable.
13936 (qualified_die_p): New function.
13937 (modified_type_die): For -fdebug-types-section, ensure
13938 canonical order of qualifiers. Put qualified DIEs adjacent
13939 to the corresponding non-qualified type DIE and search there
13940 for existing qualified DIEs.
13941
13942 2016-01-22 Eric Botcazou <ebotcazou@adacore.com>
13943
13944 * doc/extend.texi (scalar_storage_order type attribute): Document
13945 restriction on type punning and aliasing, and remove future tense.
13946
13947 2016-01-21 Roman Zhuykov <zhroma@ispras.ru>
13948
13949 PR target/69252
13950 * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
13951 first stage.
13952
13953 2016-01-21 Jeff Law <law@redhat.com>
13954
13955 PR middle-end/69347
13956 * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
13957 useless call to record_temporary_equivalences.
13958 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
13959 allocate 10 slots in the bb_path vector and let it grow as needed.
13960 (fsm_find_control_statement_thread_paths): Similarly for the next_path
13961 vector.
13962
13963 2016-01-21 David Edelsohn <dje.gcc@gmail.com>
13964
13965 * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
13966 Detangle.
13967 * configure: Regenerate.
13968
13969 2016-01-21 Pat Haugen <pthaugen@us.ibm.com>
13970
13971 * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
13972 * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
13973
13974 2016-01-21 Bernd Schmidt <bschmidt@redhat.com>
13975
13976 PR middle-end/66178
13977 * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
13978 drop EXPAND_INITIALIZER.
13979 * rtl.h (contains_symbolic_reference_p): Declare.
13980 * rtlanal.c (contains_symbolic_reference_p): New function.
13981 * simplify-rtx.c (simplify_binary_operation_1): Don't turn
13982 a subtraction into a NOT if symbolic constants are involved.
13983
13984 2016-01-21 Anton Blanchard <anton@samba.org>
13985 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13986
13987 PR target/63354
13988 * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
13989 #define.
13990 * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
13991 function.
13992
13993 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
13994
13995 * config/microblaze/microblaze.c
13996 (get_branch_target): New.
13997 (insert_wic_for_ilb_runout): New.
13998 (insert_wic): New.
13999 (microblaze_machine_dependent_reorg): New.
14000 (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
14001 * config/microblaze/microblaze.md
14002 (UNSPEC_IPREFETCH): Define.
14003 (iprefetch): New pattern
14004 * config/microblaze/microblaze.opt
14005 (mxl-prefetch): New flag.
14006
14007 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
14008
14009 * config/microblaze/microblaze.h
14010 (FIXED_REGISTERS): Update in macro.
14011 (CALL_USED_REGISTERS): Update in macro.
14012
14013 2016-01-21 Yuri Rumyantsev <ysrumyan@gmail.com>
14014
14015 PR rtl-optimization/68920
14016 * ifcvt.c (cond_move_process_if_block): Limit number of conditional
14017 moves.
14018
14019 2016-01-21 Vladimir Makarov <vmakarov@redhat.com>
14020
14021 PR rtl-optimization/68990
14022 * lra-coalesce.c (lra_coalesce): Invalidate value for the result
14023 pseudo instead of inheritance ones.
14024
14025 2016-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
14026 Nick Clifton <nickc@redhat.com>
14027
14028 PR target/69129
14029 PR target/69012
14030 * config/mips/mips.c (mips_compute_frame_info): Initialise
14031 args_size and hard_frame_pointer_offset fields of the frame
14032 structure before calling mips_global_pointer.
14033
14034 2016-01-21 David Edelsohn <dje.gcc@gmail.com>
14035
14036 * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
14037 label reference.
14038 * configure: Regenerate.
14039
14040 2016-01-21 Richard Biener <rguenther@suse.de>
14041
14042 * graphite-optimize-isl.c (get_schedule_map): Fix typo.
14043
14044 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
14045
14046 * config/s390/s390.c (s390_asm_declare_function_size): Add code
14047 to actually emit the .size directive.
14048
14049 2016-01-21 Stefan Sørensen <stefan.sorensen@spectralink.com>
14050 Jakub Jelinek <jakub@redhat.com>
14051
14052 PR target/69187
14053 PR target/65624
14054 * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
14055 args array size by one to avoid buffer overflow.
14056
14057 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
14058
14059 * config/s390/s390.md (pool_section_start): Use switch_to_section
14060 to select proper read-only data section instead of hardcoding
14061 .rodata.
14062 (pool_section_end): Use switch_to_section to match the above.
14063
14064 2016-01-21 Richard Biener <rguenther@suse.de>
14065
14066 PR tree-optimization/69378
14067 * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
14068 (set_ssa_val_to): Use it for dominance checks taking into
14069 account not executable edges.
14070
14071 2016-01-21 Jakub Jelinek <jakub@redhat.com>
14072
14073 PR c++/69355
14074 * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
14075 for bitsize instead of GET_MODE_PRECISION (mode).
14076
14077 2016-01-20 Martin Sebor <msebor@redhat.com>
14078
14079 PR c/52291
14080 * extend.texi (__sync Builtins): Clarify the semantics of
14081 __sync_fetch_and_OP built-ins on pointers.
14082 (__atomic Builtins): Same.
14083
14084 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14085 Sebastian Pop <s.pop@samsung.com>
14086
14087 * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
14088 (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
14089 (is_valid_rename): Same.
14090 (translate_isl_ast_to_gimple::get_rename): Same.
14091 (translate_isl_ast_to_gimple::rename_all_uses): Same.
14092 (translate_isl_ast_to_gimple::rename_uses): Same.
14093 (get_new_name): Check for close_phi nodes.
14094 (copy_loop_phi_args): Use phi_node_kind.
14095 (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
14096 (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
14097
14098 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14099 Sebastian Pop <s.pop@samsung.com>
14100
14101 Revert commit r229783.
14102 * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
14103 Remove use of parameter_rename_map.
14104 (copy_def): Remove.
14105 (copy_internal_parameters): Remove.
14106 (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
14107 * sese.c (new_sese_info): Do not initialize parameter_rename_map.
14108 (free_sese_info): Do not free parameter_rename_map.
14109 (set_rename): Do not use parameter_rename_map.
14110 (rename_uses): Update call to set_rename.
14111 (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
14112 * sese.h (parameter_rename_map_t): Remove.
14113 (struct sese_info_t): Remove field parameter_rename_map.
14114
14115 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14116 Sebastian Pop <s.pop@samsung.com>
14117
14118 * graphite-isl-ast-to-gimple.c: Fix comment.
14119 * graphite-scop-detection.c (defined_in_loop_p): New.
14120 (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
14121 names defined in loop.
14122
14123 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14124 Sebastian Pop <s.pop@samsung.com>
14125
14126 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
14127 Discard unstructured if-then-else regions.
14128
14129 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14130 Sebastian Pop <s.pop@samsung.com>
14131
14132 * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
14133 (cleanup_loop_iter_dom): Remove.
14134 (build_loop_iteration_domains): Remove.
14135 (build_scop_context): Remove.
14136 (build_scop_iteration_domain): Remove.
14137 (add_loop_constraints): New.
14138 (build_iteration_domains): New.
14139 (build_poly_scop): Call build_iteration_domains.
14140
14141 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14142 Sebastian Pop <s.pop@samsung.com>
14143
14144 * graphite-scop-detection.c
14145 (scop_detection::harmful_loop_in_region): Free dom and loops.
14146 (scop_detection::loop_body_is_valid_scop): Free bbs.
14147
14148 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14149 Sebastian Pop <s.pop@samsung.com>
14150
14151 * graphite-scop-detection.c (record_loop_in_sese): New.
14152 (gather_bbs::before_dom_children): Call record_loop_in_sese.
14153 (build_scops): Remove call to build_sese_loop_nests.
14154 * sese.c (sese_record_loop): Remove.
14155 (build_sese_loop_nests): Remove.
14156 (new_sese_info): Remove region->loops.
14157 (free_sese_info): Same.
14158 * sese.h (sese_contains_loop): Same.
14159 (build_sese_loop_nests): Remove.
14160 (sese_contains_loop): Remove.
14161
14162 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14163 Sebastian Pop <s.pop@samsung.com>
14164
14165 * graphite-scop-detection.c (loop_is_valid_scop): Renamed
14166 loop_is_valid_in_scop.
14167 (scop_detection::harmful_stmt_in_region): Renamed
14168 harmful_loop_in_region.
14169 Call loop_is_valid_in_scop.
14170
14171 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14172 Sebastian Pop <s.pop@samsung.com>
14173
14174 * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
14175 isl_ast_node_mark.
14176
14177 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14178 Sebastian Pop <s.pop@samsung.com>
14179
14180 * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
14181 * graphite.h (struct poly_bb): Remove field is_reduction.
14182 (PBB_IS_REDUCTION): Remove.
14183
14184 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
14185 Sebastian Pop <s.pop@samsung.com>
14186
14187 * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
14188 (add_pdr_constraints): Same.
14189 (scop_get_reads): Same.
14190 (scop_get_must_writes): Same.
14191 (scop_get_may_writes): Same.
14192 (scop_get_original_schedule): Same.
14193 (extend_schedule): Same.
14194 (apply_schedule_on_deps): Same.
14195 (carries_deps): Same.
14196 (compute_deps): Same.
14197 (scop_get_dependences): Same.
14198 * graphite-isl-ast-to-gimple.c
14199 (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
14200 * graphite-optimize-isl.c (get_schedule_for_band): Same.
14201 (get_schedule_for_band_list): Same.
14202 (get_schedule_map): Same.
14203 (apply_schedule_map_to_scop): Same.
14204 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
14205 (build_loop_iteration_domains): Same.
14206 (add_condition_to_pbb): Same.
14207 (add_param_constraints): Same.
14208 (pdr_add_memory_accesses): Same.
14209 (pdr_add_data_dimensions): Same.
14210
14211 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
14212
14213 * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
14214 requirements.
14215
14216 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
14217
14218 * common.opt (feliminate-dwarf2-dups): Replace references to
14219 "DWARF 2" with just "DWARF".
14220 * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
14221 * doc/extend.texi: Likewise.
14222 * doc/cpp.texi: Likewise.
14223 * doc/invoke.texi: Likewise.
14224 (Option Summary): Add -gdwarf to list of Debugging Options.
14225 (Debugging Options): Document -gdwarf.
14226 * doc/contrib.texi: Spell "DWARF" like that.
14227
14228 2016-01-21 Jakub Jelinek <jakub@redhat.com>
14229
14230 * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
14231 warning. Fix up formatting.
14232
14233 PR middle-end/67653
14234 * gimplify.c (gimplify_asm_expr): Warn if it is too late to
14235 attempt to mark memory input operand addressable and
14236 call prepare_gimple_addressable in that case. Don't adjust
14237 input_location for diagnostics, use error_at instead.
14238
14239 2016-01-20 Peter Bergner <bergner@vnet.ibm.com>
14240
14241 * config/rs6000/ppc-auxv.h: New file.
14242 * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
14243 (cpu_is): Likewise.
14244 (cpu_supports): Likewise.
14245 * config/rs6000/rs6000.c: include "ppc-auxv.h".
14246 (cpu_is_info): New variable.
14247 (cpu_supports_info): Likewise.
14248 (tcb_verification_symbol): Likewise.
14249 (cpu_builtin_p): Likewise.
14250 (cpu_expand_builtin): New function.
14251 (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
14252 (rs6000_init_builtins): Likewise.
14253 (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
14254 * config/rs6000/rs6000.h (TLS_REGNUM): New define.
14255 * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
14256 * configure: Regenerate.
14257 * config.in: Likewise.
14258 * doc/extend.texi (PowerPC Built-in Functions): Document
14259 __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
14260
14261 2016-01-20 David Edelsohn <dje.gcc@gmail.com>
14262
14263 PR target/68609
14264 * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
14265 domain check.
14266 * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
14267 for V4SFmode.
14268
14269 2016-01-20 Richard Henderson <rth@redhat.com>
14270
14271 PR bootstrap/69343
14272 PR bootstrap/69339
14273 PR tree-opt/68964
14274 Revert:
14275 * tree.c (tm_define_builtin): New.
14276 (find_tm_vector_type): New.
14277 (build_tm_vector_builtins): New.
14278 (build_common_builtin_nodes): Call it.
14279
14280 2016-01-20 Christophe Lyon <christophe.lyon@linaro.org>
14281
14282 * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
14283 (arm_fp_ok): Likewise.
14284 (arm_fp): Likewise.
14285 (arm_crypto): Likewise.
14286
14287 2016-01-20 Ilya Enkovich <enkovich.gnu@gmail.com>
14288 Richard Biener <rguenther@suse.de>
14289
14290 PR tree-optimization/69328
14291 * tree-vect-stmts.c (vect_is_simple_cond): Check compared
14292 vectors have same number of elements.
14293 (vectorizable_condition): Fix masked version recognition.
14294
14295 2016-01-20 Richard Biener <rguenther@suse.de>
14296
14297 PR tree-optimization/69345
14298 * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
14299 (VN_INFO_PTR_INFO): Likewise.
14300 * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
14301 info when it is equal between non-dominating SSA names.
14302 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
14303 Make sure to look at original SSA infos.
14304
14305 2016-01-20 Jeff Law <law@redhat.com>
14306
14307 PR target/25114
14308 * config/m68k/predicates.md (pow2_m1_operand): New predicate
14309 extracted from ...
14310 (reg_or_pow2_m1_operand): Call pow2_m1_operand.
14311 (pc_or_label_operand): New predicate.
14312 * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
14313 tests for small integers that are 2^n - 1.
14314
14315 2016-01-20 Jonathan Wakely <jwakely@redhat.com>
14316
14317 * doc/invoke.texi (Options Summary): Add '.' after @xref.
14318
14319 2016-01-19 Jeff Law <law@redhat.com>
14320
14321 PR middle-end/69347
14322 * tree-ssa-threadbackwards.c
14323 (fsm_find_control_statement_thread_paths): Do not try to lookup
14324 FSM paths for SSA_NAMEs appearing in abnormal PHIs.
14325
14326 2016-01-20 Kugan Vivekanandarajah <kuganv@linaro.org>
14327
14328 * doc/lto.texi: Remove text that says only Gold has linker plugin
14329 support.
14330
14331 2016-01-19 Eric Botcazou <ebotcazou@adacore.com>
14332
14333 * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
14334 (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
14335 the DIE accordingly.
14336 (modified_type_die): Add REVERSE parameter and pass it recursively,
14337 as well as to base_type_die. Adjust presence check accordingly.
14338 (base_type_for_mode): Adjust call to modified_type_die.
14339 (add_type_attribute): Add REVERSE parameter and pass it to
14340 modified_type_die.
14341 (generic_parameter_die): Adjust call to add_type_attribute.
14342 (add_scalar_info): Likewise.
14343 (add_subscript_info): Likewise.
14344 (gen_array_type_die): Likewise.
14345 (gen_descr_array_type_die): Likewise.
14346 (gen_entry_point_die): Likewise.
14347 (gen_enumeration_type_die): Likewise.
14348 (gen_formal_parameter_die): Likewise.
14349 (gen_subprogram_die): Likewise.
14350 (gen_variable_die ): Likewise.
14351 (gen_const_die): Likewise.
14352 (gen_field_die): Likewise.
14353 (gen_pointer_type_die): Likewise.
14354 (gen_reference_type_die): Likewise.
14355 (gen_ptr_to_mbr_type_die): Likewise.
14356 (gen_inheritance_die): Likewise.
14357 (gen_subroutine_type_die): Likewise.
14358 (gen_typedef_die): Likewise.
14359 (force_type_die): Adjust call to modified_type_die.
14360
14361 2016-01-19 Sandra Loosemore <sandra@codesourcery.com>
14362
14363 * doc/standards.texi: Copy-editing for grammar, markup, and sentence
14364 flow throughout the file. Fix broken link to Objective-C 2.0
14365 documentation.
14366 * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
14367 errors.
14368
14369 2016-01-19 Wilco Dijkstra <wdijkstr@arm.com>
14370
14371 * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
14372
14373 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
14374
14375 PR ipa/66223
14376 * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
14377 (maybe_record_node): Record cxa_pure_virtual as the only possible
14378 target if there are not ohter candidates.
14379 (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
14380
14381 2016-01-19 Richard Biener <rguenther@suse.de>
14382
14383 * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
14384 (get_memory_order): Likewise.
14385
14386 2016-01-19 Kirill Yukhin <kirill.yukhin@intel.com>
14387
14388 * tree-vect-stmts.c (vectorizable_store): Check
14389 rhs vectype.
14390
14391 2016-01-19 David Malcolm <dmalcolm@redhat.com>
14392
14393 PR jit/68446
14394 * gcc.c (driver::decode_argv): Add call to
14395 init_opts_obstack before init_options_struct.
14396 * opts.c (init_opts_obstack): Remove idempotency.
14397 (init_options_struct): Replace call to init_opts_obstack
14398 with a gcc_assert to verify that it has already been called.
14399 * toplev.c (toplev::main): Add call to init_opts_obstack before
14400 calls to init_options_struct.
14401 (toplev::finalize): Move cleanup of opts_obstack next to
14402 cleanup of save_decoded_options, clearing the latter, and
14403 save_decoded_options_count.
14404
14405 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14406
14407 PR target/69135
14408 * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
14409 attribute to unconditional. Remove %? from output template.
14410
14411 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
14412 Jiong Wang <jiong.wang@arm.com>
14413
14414 * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
14415 generated from different expand order.
14416
14417 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
14418
14419 * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
14420 Add support for CCMP costing.
14421
14422 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
14423
14424 * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
14425 * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
14426 (fccmpe<mode>): Likewise.
14427 (fcmp): Rename to fcmp and globalize pattern.
14428 (fcmpe): Likewise.
14429 * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
14430 (aarch64_gen_ccmp_next): Add FP support.
14431
14432 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
14433
14434 * target.def (gen_ccmp_first): Update documentation.
14435 (gen_ccmp_next): Likewise.
14436 * doc/tm.texi (gen_ccmp_first): Update documentation.
14437 (gen_ccmp_next): Likewise.
14438 * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
14439 expand_ccmp_expr_1. Improve comments.
14440 * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
14441 (ccmp_ior<mode>): Remove pattern.
14442 (cmp<mode>): Remove expand.
14443 (cmp): Globalize pattern.
14444 (cstorecc4): Use cc_register.
14445 (mov<mode>cc): Remove ccmp_cc_register check.
14446 * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
14447 Simplify after removal of CC_DNE/* modes.
14448 (aarch64_ccmp_mode_to_code): Remove.
14449 (aarch64_print_operand): Remove 'K' case. Merge 'm' and 'M' cases.
14450 In 'k' case use integer as condition.
14451 (aarch64_nzcv_codes): Remove inverted cases.
14452 (aarch64_code_to_ccmode): Remove.
14453 (aarch64_gen_ccmp_first): Use cmp pattern directly. Return the correct
14454 comparison with CC register to be used in folowing CCMP/branch/CSEL.
14455 (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
14456 pattern. Return the comparison with CC register. Invert conditions
14457 when bitcode is OR.
14458 * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
14459 * config/aarch64/predicates.md (ccmp_cc_register): Remove.
14460
14461 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
14462
14463 * cgraphunit.c (cgraph_node::reset): Clear thunk info and
14464 instrumented_version.
14465
14466 2016-01-19 Richard Biener <rguenther@suse.de>
14467
14468 PR tree-optimization/69336
14469 * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
14470 handled components with get_ref_base_and_extent.
14471 (equal_mem_array_ref_p): Adjust.
14472
14473 2016-01-19 Jakub Jelinek <jakub@redhat.com>
14474
14475 PR debug/65779
14476 * shrink-wrap.c: Include valtrack.h.
14477 (move_insn_for_shrink_wrap): Add DEBUG argument. If
14478 MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
14479 in between insn and where it will be moved to. Call
14480 dead_debug_insert_temp.
14481 (prepare_shrink_wrap): Adjust caller. Call dead_debug_local_init
14482 first and dead_debug_local_finish at the end.
14483 For uses and defs bitmap, handle all regs in between REGNO and
14484 END_REGNO, not just the first one.
14485
14486 2016-01-19 Richard Biener <rguenther@suse.de>
14487
14488 PR tree-optimization/69352
14489 * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
14490 (equal_mem_array_ref_p): Constrain size and max size properly.
14491 Compare the reverse flag.
14492
14493 2016-01-19 Bernd Schmidt <bschmidt@redhat.com>
14494
14495 * ira.c (ira): Update regstat data if we deleted insns.
14496
14497 2016-01-19 Jakub Jelinek <jakub@redhat.com>
14498
14499 PR rtl-optimization/68955
14500 PR rtl-optimization/64557
14501 * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
14502 here. Fix up formatting.
14503 * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
14504
14505 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
14506
14507 PR lto/69133
14508 * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
14509 assume that the node has body.
14510 * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
14511 check.
14512
14513 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
14514
14515 * lto-streamer-out.c (lto_output): Do not stream instrumentation
14516 thunks.
14517
14518 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
14519
14520 * symtab.c (symtab_node::asm_name): Do not call printable name directly.
14521 (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
14522
14523 2016-01-19 Martin Jambor <mjambor@suse.cz>
14524 Martin Liska <mliska@suse.cz>
14525 Michael Matz <matz@suse.de>
14526
14527 * Makefile.in (OBJS): Add new source files.
14528 (GTFILES): Add hsa.c.
14529 * common.opt (disable_hsa): New variable.
14530 (-Whsa): New warning.
14531 * config.in (ENABLE_HSA): New.
14532 * configure.ac: Treat hsa differently from other accelerators.
14533 (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
14534 $enable_offloading.
14535 (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
14536 * doc/install.texi (Configuration): Document --with-hsa-runtime,
14537 --with-hsa-runtime-include, --with-hsa-runtime-lib and
14538 --with-hsa-kmt-lib.
14539 * doc/invoke.texi (-Whsa): Document.
14540 (hsa-gen-debug-stores): Likewise.
14541 * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
14542 to invoke offload compiler for hsa acclerator.
14543 * opts.c (common_handle_option): Determine whether HSA offloading
14544 should be performed.
14545 * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
14546 * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
14547 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
14548 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
14549 * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
14550 * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
14551 GF_OMP_FOR_KIND_GRID_LOOP.
14552 (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
14553 (pp_gimple_stmt_1): Likewise.
14554 * gimple-walk.c (walk_gimple_stmt): Likewise.
14555 * gimple.c (gimple_build_omp_grid_body): New function.
14556 (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
14557 * gimple.def (GIMPLE_OMP_GRID_BODY): New.
14558 * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
14559 GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
14560 GF_OMP_TEAMS_GRID_PHONY.
14561 (gimple_statement_omp_single_layout): Updated comments.
14562 (gimple_build_omp_grid_body): New function.
14563 (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
14564 (gimple_omp_for_grid_phony): New function.
14565 (gimple_omp_for_set_grid_phony): Likewise.
14566 (gimple_omp_parallel_grid_phony): Likewise.
14567 (gimple_omp_parallel_set_grid_phony): Likewise.
14568 (gimple_omp_teams_grid_phony): Likewise.
14569 (gimple_omp_teams_set_grid_phony): Likewise.
14570 (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
14571 * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
14572 (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
14573 (BUILT_IN_GOMP_TARGET): Updated type.
14574 * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
14575 (adjust_for_condition): New function.
14576 (get_omp_for_step_from_incr): Likewise.
14577 (extract_omp_for_data): Moved parts to adjust_for_condition and
14578 get_omp_for_step_from_incr.
14579 (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
14580 (fixup_child_record_type): Bail out if receiver_decl is NULL.
14581 (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
14582 (scan_omp_parallel): Do not create child functions for phony
14583 constructs.
14584 (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
14585 (scan_omp_1_op): Checking assert we are not remapping to
14586 ERROR_MARK. Also also handle GIMPLE_OMP_GRID_BODY.
14587 (parallel_needs_hsa_kernel_p): New function.
14588 (expand_parallel_call): Register apprpriate parallel child
14589 functions as HSA kernels.
14590 (grid_launch_attributes_trees): New type.
14591 (grid_attr_trees): New variable.
14592 (grid_create_kernel_launch_attr_types): New function.
14593 (grid_insert_store_range_dim): Likewise.
14594 (grid_get_kernel_launch_attributes): Likewise.
14595 (get_target_argument_identifier_1): Likewise.
14596 (get_target_argument_identifier): Likewise.
14597 (get_target_argument_value): Likewise.
14598 (push_target_argument_according_to_value): Likewise.
14599 (get_target_arguments): Likewise.
14600 (expand_omp_target): Call get_target_arguments instead of looking
14601 up for teams and thread limit.
14602 (grid_expand_omp_for_loop): New function.
14603 (grid_arg_decl_map): New type.
14604 (grid_remap_kernel_arg_accesses): New function.
14605 (grid_expand_target_kernel_body): New function.
14606 (expand_omp): Call it.
14607 (lower_omp_for): Do not emit phony constructs.
14608 (lower_omp_taskreg): Do not emit phony constructs but create for them
14609 a temporary variable receiver_decl.
14610 (lower_omp_taskreg): Do not emit phony constructs.
14611 (lower_omp_teams): Likewise.
14612 (lower_omp_grid_body): New function.
14613 (lower_omp_1): Call it.
14614 (grid_reg_assignment_to_local_var_p): New function.
14615 (grid_seq_only_contains_local_assignments): Likewise.
14616 (grid_find_single_omp_among_assignments_1): Likewise.
14617 (grid_find_single_omp_among_assignments): Likewise.
14618 (grid_find_ungridifiable_statement): Likewise.
14619 (grid_target_follows_gridifiable_pattern): Likewise.
14620 (grid_remap_prebody_decls): Likewise.
14621 (grid_copy_leading_local_assignments): Likewise.
14622 (grid_process_kernel_body_copy): Likewise.
14623 (grid_attempt_target_gridification): Likewise.
14624 (grid_gridify_all_targets_stmt): Likewise.
14625 (grid_gridify_all_targets): Likewise.
14626 (execute_lower_omp): Call grid_gridify_all_targets.
14627 (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
14628 * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
14629 (tree_omp_clause): Added union field dimension.
14630 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
14631 * tree.c (omp_clause_num_ops): Added number of arguments of
14632 OMP_CLAUSE__GRIDDIM_.
14633 (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
14634 (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
14635 * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
14636 (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
14637 (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
14638 (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
14639 * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
14640 * tree-pass.h (make_pass_gen_hsail): Declare.
14641 (make_pass_ipa_hsa): Likewise.
14642 * ipa-hsa.c: New file.
14643 * lto-section-in.c (lto_section_name): Add hsa section name.
14644 * lto-streamer.h (lto_section_type): Add hsa section.
14645 * timevar.def (TV_IPA_HSA): New.
14646 * hsa-brig-format.h: New file.
14647 * hsa-brig.c: New file.
14648 * hsa-dump.c: Likewise.
14649 * hsa-gen.c: Likewise.
14650 * hsa.c: Likewise.
14651 * hsa.h: Likewise.
14652 * toplev.c (compile_file): Call hsa_output_brig.
14653 * hsa-regalloc.c: New file.
14654
14655 2016-01-18 Jeff Law <law@redhat.com>
14656
14657 PR tree-optimization/69320
14658 * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
14659 ranged object, do nothing if the RHS constant is not [0..1].
14660 (optimize_stmt): Comparing a boolean ranged object against a
14661 constant outside [0..1] results in a compile-time constant.
14662
14663 * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
14664 test.
14665
14666 2016-01-18 Sandra Loosemore <sandra@codesourcery.com>
14667
14668 * doc/invoke.texi (Invoking GCC): Add new section to menu.
14669 (Option Summary): Update to reflect new section and moved options.
14670 (C++ Dialect Options): Move -fstats to new section.
14671 (Debugging Options): Move all dump, statistics, and other GCC
14672 developer options to new section. Rewrite section introduction
14673 and re-order remaining options to put the more basic ones first.
14674 (Optimization Options): Move -fira-verbose and -flto-report* to
14675 new section.
14676 (Developer Options): New section incorporating moved options.
14677 * doc/cppopts.texi (-dM): Update cross-reference.
14678
14679 2016-01-18 Richard Henderson <rth@redhat.com>
14680
14681 PR target/69176
14682 * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
14683 operands to pseudo only if CSE is expected. Split long immediate
14684 operands only after reload, and for the stack pointer.
14685 (*add<GPI>3_pluslong): Remove.
14686 (*addsi3_aarch64, *adddi3_aarch64): Merge into...
14687 (*add<GPI>3_aarch64): ... here. Add r/rk/Upl alternative.
14688 (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
14689 (*add<GPI>3 peepholes): New.
14690 (*add<GPI>3 splitters): New.
14691 * config/aarch64/constraints.md (Upl): New.
14692 * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
14693
14694 2016-01-18 Richard Biener <rguenther@suse.de>
14695
14696 PR tree-optimization/69297
14697 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
14698 stmt at most once.
14699 (vect_bb_vectorization_profitable_p): Clear visited flag again.
14700
14701 2016-01-18 Yuri Rumyantsev <ysrumyan@gmail.com>
14702
14703 PR middle-end/68542
14704 * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
14705 of mixind vector and scalar types.
14706 (fold_relational_const): Add handling of vector
14707 comparison with boolean result.
14708 * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
14709 comparison of vector operands with boolean result for EQ/NE only.
14710 (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
14711 (verify_gimple_cond): Likewise.
14712 * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
14713 valid type of VAL.
14714
14715 2016-01-18 Joseph Myers <joseph@codesourcery.com>
14716
14717 * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
14718 !TARGET_OCTEON.
14719
14720 2016-01-18 Richard Biener <rguenther@suse.de>
14721
14722 PR middle-end/69308
14723 * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
14724
14725 2016-01-18 Tom de Vries <tom@codesourcery.com>
14726
14727 * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
14728
14729 2016-01-18 Tom de Vries <tom@codesourcery.com>
14730
14731 * omp-low.c (set_oacc_fn_attrib): Make extern.
14732 * omp-low.h (set_oacc_fn_attrib): Declare.
14733 * tree-parloops.c (struct reduction_info): Add reduc_addr field.
14734 (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
14735 (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
14736 Add and handle function parameter oacc_kernels_p.
14737 (find_reduc_addr, get_omp_data_i_param): New function.
14738 (ref_conflicts_with_region, oacc_entry_exit_ok_1)
14739 (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
14740 (parallelize_loops): Add and handle function parameter oacc_kernels_p.
14741 Calculate dominance info. Skip loops that are not in a kernels region
14742 in oacc_kernels_p mode. Skip inner loops of parallelized loops.
14743 (pass_parallelize_loops::execute): Call parallelize_loops with
14744 oacc_kernels_p argument.
14745 (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
14746 New member function.
14747 (pass_parallelize_loops::bool oacc_kernels_p): New member var.
14748 * passes.def: Add argument to pass_parallelize_loops instantation.
14749
14750 2016-01-18 Tom de Vries <tom@codesourcery.com>
14751
14752 * tree-parloops.c (pass_parallelize_loops::execute): Allow
14753 pass_parallelize_loops to be run outside the loop pipeline.
14754
14755 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
14756
14757 * tree-scalar-evolution.c (follow_copies_to_constant): New.
14758 (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
14759
14760 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
14761
14762 PR target/63679
14763 * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
14764 using get_ref_base_and_extent.
14765 (equal_mem_array_ref_p): New.
14766 (hashable_expr_equal_p): Add call to previous.
14767
14768 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
14769
14770 PR target/63679
14771 * tree-sra.c (disqualified_constants, constant_decl_p): New.
14772 (sra_initialize): Allocate disqualified_constants.
14773 (sra_deinitialize): Free disqualified_constants.
14774 (disqualify_candidate): Update disqualified_constants when appropriate.
14775 (create_access): Scan for constant-pool entries as we go along.
14776 (scalarizable_type_p): Add check against type_contains_placeholder_p.
14777 (maybe_add_sra_candidate): Allow constant-pool entries.
14778 (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
14779 (initialize_constant_pool_replacements): New.
14780 (sra_modify_assign): Avoid mangling assignments created by previous,
14781 and don't generate writes into constant pool.
14782 (sra_modify_function_body): Call initialize_constant_pool_replacements.
14783
14784 2016-01-18 Ilya Enkovich <enkovich.gnu@gmail.com>
14785
14786 * config/i386/i386.c (scalar_to_vector_candidate_p): Support
14787 andnot instruction.
14788 (scalar_chain::convert_op): Likewise.
14789 * config/i386/i386.md (*andndi3_doubleword): New.
14790
14791 2016-01-18 Richard Biener <rguenther@suse.de>
14792
14793 PR tree-optimization/69170
14794 * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
14795 building a vector from scalar results of a pattern stmt.
14796
14797 2016-01-18 Jakub Jelinek <jakub@redhat.com>
14798
14799 * haifa-sched.c (autopref_multipass_init): Work around
14800 -Wmaybe-uninitialized warning.
14801
14802 2016-01-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
14803
14804 * config/arm/arm.c (thumb1_reorg): Check that the comparison is
14805 against the constant 0.
14806
14807 2016-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14808
14809 PR tree-optimization/68799
14810 * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
14811 look up phi candidates in the statement-candidate map.
14812 (phi_add_costs): Likewise.
14813 (record_phi_increments): Likewise.
14814 (phi_incr_cost): Likewise.
14815 (ncd_with_phi): Likewise.
14816 (all_phi_incrs_profitable): Likewise.
14817
14818 2016-01-17 Jakub Jelinek <jakub@redhat.com>
14819
14820 * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
14821 -Wmaybe-uninitialized warning.
14822
14823 2016-01-16 Sandra Loosemore <sandra@codesourcery.com>
14824
14825 * doc/invoke.texi (Invoking GCC): Add new section to menu.
14826 (Option Summary): Update to reflect new section and moved options.
14827 (C++ Dialect Options): Move -fvtable-verify and related options.
14828 (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
14829 and profiling-related options.
14830 (Optimization Options): Move profile generation options and
14831 -fstack-protector and related options.
14832 (Instrumentation Options): New section incorporating moved options.
14833 (Code Generation Options): Move -finstrument-functions and
14834 related options, -fstack-check, -fstack-limit*, and -fbounds-check.
14835
14836 2016-01-16 Tom de Vries <tom@codesourcery.com>
14837
14838 * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
14839
14840 2016-01-16 Tom de Vries <tom@codesourcery.com>
14841
14842 * omp-low.c (expand_omp_atomic_fetch_op): Release defs of update stmt.
14843
14844 2016-01-16 Richard Sandiford <richard.sandiford@arm.com>
14845
14846 * hash-table.h (hash_table::empty): Turn into an inline wrapper
14847 that checks whether the table is already empty. Rename the
14848 original implementation to...
14849 (hash_table::empty_slot): ...this new private function.
14850
14851 2016-01-15 David Malcolm <dmalcolm@redhat.com>
14852
14853 PR diagnostic/68899
14854 * diagnostic-show-locus.c (layout::print_source_line): Move x
14855 offset of line until after call to
14856 get_line_width_without_trailing_whitespace.
14857
14858 2016-01-15 Jeff Law <law@redhat.com>
14859
14860 PR tree-optimization/69270
14861 * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
14862 tree-ssa-dom.c. Improve test for [0..1] ranve from VRP.
14863 * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
14864 * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
14865 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
14866 ssa_name_has_boolean_range and constant_boolean_node.
14867
14868 2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
14869
14870 PR rtl-optimization/69030
14871 * lra-spills.c (remove_pseudos): Check nrefs and make the function
14872 returning bool.
14873 (spill_pseudos): Delete debug insn for dead pseudo.
14874 (lra_spill): Initiate spill_hard_reg and slots memory separately.
14875
14876 2016-01-15 Jiong Wang <jiong.wang@arm.com>
14877
14878 * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
14879 New.
14880 (TYPES_UNOPUS): Likewise.
14881 * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
14882 builtin type, from UNOP to UNOPUS.
14883 (lbtruncuv4sf): Likewise.
14884 (lbtruncuv2df): Likewise.
14885 (lrounduv2sf): Likewise.
14886 (lrounduv4sf): Likewise.
14887 (lrounduv2df): Likewise.
14888 (lroundusf): Likewise.
14889 (lroundusf): Likewise.
14890 (lceiluv2sf): Likewise.
14891 (lceiluv4sf): Likewise.
14892 (lceiluv2df): Likewise.
14893 (lceilusf): Likewise.
14894 (lceiludf): Likewise.
14895 (lflooruv2sf): Likewise.
14896 (lflooruv4sf): Likewise.
14897 (lflooruv2df): Likewise.
14898 (lfloorusf): Likewise.
14899 (lfloorudf): Likewise.
14900 (lfrintnuv2sf): Likewise.
14901 (lfrintnuv4sf): Likewise.
14902 (lfrintnuv2df): Likewise.
14903 (lfrintnusf): Likewise.
14904 (lfrintnudf): Likewise.
14905 * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
14906 conversion.
14907 (vcvtq_u32_f32): Likewise.
14908 (vcvtq_u64_f64): Likewise.
14909 (vcvta_u32_f32): Likewise.
14910 (vcvtaq_u32_f32): Likewise.
14911 (vcvtaq_u64_f64): Likewise.
14912 (vcvtm_u32_f32): Likewise.
14913 (vcvtmq_u32_f32): Likewise.
14914 (vcvtmq_u64_f64): Likewise.
14915 (vcvtn_u32_f32): Likwise.
14916 (vcvtnq_u32_f32): Likewise.
14917 (vcvtnq_u64_f64): Likewise.
14918 (vcvtp_u32_f32): Likewise.
14919 (vcvtpq_u32_f32): Likewise.
14920 (vcvtpq_u64_f64): Likewise.
14921 (vcvtmd_u64_f64): Likewise.
14922 (vcvtms_u32_f32): Likewise.
14923 (vcvtad_u64_f64): Likewise.
14924 (vcvtas_u32_f32): Likewise.
14925 (vcvtnd_u64_f64): Likewise.
14926 (vcvtns_u32_f32): Likewise.
14927 (vcvtpd_u64_f64): Likewise.
14928 (vcvtps_u32_f32): Likewise.
14929
14930 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14931
14932 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
14933 CSEL of zero_extended registers.
14934
14935 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14936
14937 * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
14938 Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
14939
14940 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14941
14942 * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
14943 false when argument string is not found in the attributes table
14944 at all.
14945
14946 2016-01-15 David Edelsohn <dje.gcc@gmail.com>
14947
14948 PR target/68609
14949 * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
14950 (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
14951 * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
14952 precision estimate.
14953
14954 2016-01-15 Richard Biener <rguenther@suse.de>
14955
14956 PR tree-optimization/66856
14957 * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
14958 * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
14959 (vect_create_new_slp_node): Increment stmt reference count.
14960 (vect_get_and_check_slp_defs): Make sure stmts are nor already in
14961 an SLP tree before swapping operands.
14962 (vect_build_slp_tree): Likewise.
14963 (destroy_bb_vec_info): Free stmt info after SLP instances.
14964 * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
14965 * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
14966 (STMT_VINFO_NUM_SLP_USES): New macro.
14967
14968 2016-01-15 Richard Biener <rguenther@suse.de>
14969
14970 PR debug/69137
14971 * dwarf2out.c (add_linkage_name_raw): New function split out from ...
14972 (add_linkage_name): ... here.
14973 (gen_typedef_die): Use add_linkage_name_raw instead of
14974 add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
14975 if necessary.
14976
14977 2016-01-15 Cesar Philippidis <cesar@codesourcery.com>
14978
14979 * gimplify.c (oacc_default_clause): Decode reference and pointer
14980 types for both kernels and parallel regions.
14981
14982 2016-01-15 Richard Sandiford <richard.sandiford@arm.com>
14983
14984 PR middle-end/69246
14985 * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
14986
14987 2016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
14988
14989 * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
14990 (convert_scalars_to_vector): Likewise.
14991
14992 2016-01-15 Jonathan Wakely <jwakely@redhat.com>
14993
14994 * doc/extend.texi (Type Traits): Fix grammar.
14995
14996 2016-01-15 Martin Jambor <mjambor@suse.cz>
14997
14998 * tree-inline.c (remap_decl): Use existing dclarations if
14999 remapping a type and prevent_decl_creation_for_types.
15000 (replace_locals_stmt): Do an initial remapping of non-VLA typed
15001 decls first. Do real remapping with
15002 prevent_decl_creation_for_types set.
15003 * tree-inline.h (copy_body_data): New field
15004 prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
15005 padding.
15006
15007 2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
15008
15009 * config/s390/s390.opt (mmvcle): More verbose help text.
15010
15011 2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
15012
15013 * config/s390/s390.opt: Add period to -mzvector option text.
15014
15015 2016-01-15 Richard Biener <rguenther@suse.de>
15016
15017 PR tree-optimization/68961
15018 * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
15019 of invariants in stores again.
15020
15021 2016-01-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
15022
15023 * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
15024
15025 2016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
15026
15027 * config/i386/i386.c (ix86_expand_branch): Don't split
15028 DI mode xor instruction to SI mode.
15029
15030 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
15031
15032 PR ipa/68148
15033 * ipa-icf.c (sem_function::merge): Virtual functions may become
15034 reachable even if they address is not taken and there are no
15035 idrect calls.
15036
15037 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
15038
15039 * lto-streamer-out.c (subtract_estimated_size): New function.
15040 (get_symbol_initial_value): Use it.
15041
15042 2016-01-15 Christian Bruel <christian.bruel@st.com>
15043
15044 PR target/65837
15045 * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
15046 (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
15047 (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
15048 use add_builtin_function_ext_scope instead of add_builtin_function.
15049 (neon_set_p, neon_crypto_set_p): Remove.
15050 (arm_init_builtins): Always call arm_init_neon_builtins and
15051 arm_init_crypto_builtins.
15052 (arm_expand_builtin): Check that builtins are allowed for the arch.
15053 * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
15054 * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
15055 arm_init_neon_builtins call.
15056
15057 2016-01-15 Richard Biener <rguenther@suse.de>
15058
15059 PR tree-optimization/69117
15060 * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
15061 * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
15062 of the leader conservatively.
15063 (free_scc_vn): Restore original SSA name infos.
15064
15065 2016-01-14 Jeff Law <law@redhat.com>
15066
15067 PR tree-optimization/69270
15068 * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
15069 single bit of precision, verify it's also unsigned.
15070 (record_edge_info): Use constant_boolean_node rather than fold_convert
15071 to convert boolean_true/boolean_false to the right type.
15072
15073 2016-01-14 Richard Henderson <rth@redhat.com>
15074
15075 PR rtl-opt/69014
15076 * loop-doloop.c (record_reg_sets): New.
15077 (doloop_optimize): Reject the transform if the sequence
15078 clobbers registers live at the end of the loop block.
15079 (doloop_optimize_loops): Enable df_live if needed.
15080
15081 2016-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
15082
15083 * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
15084 * config/rs6000/rs6000.c: Likewise.
15085 * config/rs6000/rs6000.h: Likewise.
15086 * config/rs6000/rs6000.md: Likewise.
15087 * doc/extend.texi: Likewsie.
15088
15089 2016-01-14 Jeff Law <law@redhat.com>
15090
15091 * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
15092 typo.
15093
15094 2016-01-14 Richard Henderson <rth@redhat.com>
15095
15096 PR c/69272
15097 PR tree-opt/68964
15098 * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
15099 * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
15100 instead of builtin_decl_declared_p to test for declaration.
15101
15102 2016-01-14 Nicklas Bo Jensen <nbjensen@gmail.com>
15103
15104 * doc/loop.texi (Loop Analysis and Representation): Document
15105 loop_depth function.
15106
15107 2016-01-14 Tom de Vries <tom@codesourcery.com>
15108
15109 PR tree-optimization/68773
15110 * omp-low.c (expand_omp_target): Don't set force_output.
15111 * varpool.c (varpool_node::get_create): Same.
15112 * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
15113 offload_funcs with force_output.
15114
15115 2016-01-14 Jakub Jelinek <jakub@redhat.com>
15116
15117 PR debug/69244
15118 * lra-eliminations.c (move_plus_up): Don't change anything if either
15119 the outer or inner subreg mode is not MODE_INT.
15120 * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
15121 integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
15122
15123 2016-01-14 Alan Lawrence <alan.lawrence@arm.com>
15124
15125 * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
15126 reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
15127 reduc_uplus_@var{m}): Remove.
15128 * expr.c (expand_expr_real_2): Remove expansion path for
15129 reduc_[us](min|max|plus) optabs.
15130 * optabs-tree.c (scalar_reduc_to_vector): Remove.
15131 * optabs-tree.h (scalar_reduc_to_vector): Remove.
15132 * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
15133 reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
15134 * tree-vect-loop.c (vectorizable_reduction): Remove test for
15135 reduc_[us](min|max|plus) optabs.
15136
15137 2016-01-14 Alan Lawrence <alan.lawrence@arm.com>
15138
15139 * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
15140 (reduc_plus_scal_v2sf): New.
15141 (reduc_smax_v2sf): Rename to...
15142 (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
15143 (reduc_smin_v2sf): Rename to...
15144 (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
15145
15146 2016-01-14 Jan Hubicka <hubicka@ucw.cz>
15147
15148 * alias.c (compare_base_symbol_refs): New function.
15149 (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
15150 it.
15151
15152 2016-01-14 Jakub Jelinek <jakub@redhat.com>
15153
15154 PR middle-end/68146
15155 PR tree-optimization/69155
15156 * tree-complex.c: Include cfganal.h.
15157 (phis_to_revisit): New variable.
15158 (extract_component): Add phiarg_p argument. Assert that returned
15159 SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
15160 (update_phi_components): Partly rewrite to use loop over real/imag
15161 components instead of code duplication. If extract_component returns
15162 SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
15163 create_tmp_reg into the PHI node instead, and mention the phi triplet
15164 in phis_to_revisit.
15165 (tree_lower_complex): Walk bbs in rpo order. Adjust phis recorded
15166 in phis_to_revisit at the end.
15167
15168 2016-01-14 Richard Biener <rguenther@suse.de>
15169
15170 PR tree-optimization/68060
15171 * tree-vect-loop.c (vect_is_simple_reduction): Check the
15172 outer loop reduction is only used in the inner loop before
15173 detecting a double reduction.
15174
15175 2016-01-14 Jakub Jelinek <jakub@redhat.com>
15176
15177 PR target/68269
15178 * combine.c (expand_field_assignment): Punt if compute_mode is
15179 unsupported scalar mode.
15180
15181 2016-01-14 Richard Biener <rguenther@suse.de>
15182
15183 PR tree-optimization/66856
15184 * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
15185 SLP node only if it built successfully.
15186 (vect_analyze_slp_instance): Adjust.
15187
15188 2016-01-14 Jeff Law <law@redhat.com>
15189
15190 PR tree-optimization/69270
15191 * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
15192 (record_edge_info): Use it. Convert boolean_{true,false}_node
15193 to the type of op0.
15194
15195 2016-01-13 Jan Hubicka <hubicka@ucw.cz>
15196
15197 PR ipa/66487
15198 * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
15199 use block_ultimate_origin
15200 (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
15201
15202 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
15203
15204 * doc/invoke.texi (Submodel Options): Rename section to
15205 "Machine-Dependent Options" to better reflect its content.
15206 Rewrite introductory text to remove archaic CPU names.
15207 Update references.
15208
15209 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
15210
15211 * doc/invoke.texi (Code Gen Options): Move section up in file,
15212 before target-specific options. Update menu and option summary
15213 to reflect the new section ordering.
15214
15215 2016-01-13 Jonathan Wakely <jwakely@redhat.com>
15216
15217 * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
15218 (C++ Dialect Options): Add cross-reference to -std option.
15219 * doc/standards.texi (C++ Language): Document C++14 support.
15220
15221 2016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
15222
15223 * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
15224 for pack/unpack functions for __ibm128.
15225 (PACK_IF): Likewise.
15226 (UNPACK_IF): Likewise.
15227
15228 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
15229 support for __ibm128 pack/unpack functions.
15230 (rs6000_invalid_builtin): Likewise.
15231 (rs6000_init_builtins): Likewise.
15232 (rs6000_opt_masks): Likewise.
15233
15234 * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
15235 (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
15236 functions
15237 (RS6000_BTM_COMMON): Likewise.
15238
15239 * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
15240 (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
15241 disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
15242 128-bit floating point. Add support for the double values to be
15243 in Altivec registers for TF/IF packing and unpacking, but restrict
15244 TD packing sub-fields to be FPR registers. Don't allow overlapped
15245 register support for packing. Allow pack inputs to be memory
15246 locations. Don't build generator functions for unpack<mode>_dm
15247 and unpack<mode>_nodm.
15248 (unpack<mode>_dm): Likewise.
15249 (unpack<mode>_nodm): Likewise.
15250 (pack<mode>): Likewise.
15251
15252 * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
15253 built-in functions to pack/unpack explicit __ibm128 values.
15254 (__builtin_unpack_ibm128): Likewise.
15255
15256 * doc/extend.texi (PowerPC Built-in Functions): Document
15257 __builtin_pack_ibm128 and __builtin_unpack_ibm128.
15258
15259 2016-01-13 Bernd Schmidt <bschmidt@redhat.com>
15260
15261 PR c/66208
15262 * c-common.c (check_function_nonnull): Remove unnecessary declaration.
15263 Add new arg loc and pass it down as context.
15264 (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
15265 to the location to use for the warning.
15266 (check_function_arguments): New arg loc. All callers changed. Pass
15267 it to check_function_nonnull.
15268 * c-common.h (check_function_arguments): Adjust declaration.
15269
15270 2016-01-13 Jakub Jelinek <jakub@redhat.com>
15271
15272 PR tree-optimization/69156
15273 * gimple.c (validate_type): Removed.
15274 (gimple_builtin_call_types_compatible_p): Use
15275 useless_type_conversion_p instead of validate_type.
15276 * value-prof.c (gimple_stringop_fixed_value): Fold
15277 icall_size to correct type.
15278
15279 2016-01-13 Jonathan Wakely <jwakely@redhat.com>
15280
15281 * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
15282 effects.
15283
15284 2016-01-13 Richard Henderson <rth@redhat.com>
15285
15286 PR tree-opt/68964
15287 * target.def (builtin_tm_load, builtin_tm_store): Remove.
15288 * config/i386/i386.c (ix86_builtin_tm_load): Remove.
15289 (ix86_builtin_tm_store): Remove.
15290 (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
15291 (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
15292 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
15293 (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
15294 * doc/tm.texi: Rebuild.
15295
15296 * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
15297 (BUILT_IN_TM_MEMCPY_RTWN): New.
15298 * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
15299 fallback from vector to integer helpers.
15300 (build_tm_load): Handle vector types directly, instead of
15301 via target hook.
15302 (build_tm_store): Likewise.
15303 (expand_assign_tm): Prepare for register types not handled by
15304 the above. Copy them to memory and use memcpy.
15305 * tree.c (tm_define_builtin): New.
15306 (find_tm_vector_type): New.
15307 (build_tm_vector_builtins): New.
15308 (build_common_builtin_nodes): Call it.
15309
15310 2016-01-13 Uros Bizjak <ubizjak@gmail.com>
15311
15312 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
15313 TARGET_SSE_MATH without TARGET_SSE2. Rewrite.
15314
15315 2016-01-13 Tom de Vries <tom@codesourcery.com>
15316
15317 PR tree-optimization/69169
15318 * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
15319 handled_struct_type param.
15320 (create_variable_info_for, intra_create_variable_infos): Call
15321 create_variable_info_for_1 with extra arg.
15322
15323 2016-01-13 Yvan Roux <yvan.roux@linaro.org>
15324
15325 * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
15326 and "armv8.1-a+crc" entries.
15327
15328 2016-01-13 Alexander Fomin <alexander.fomin@intel.com>
15329
15330 PR target/69228
15331 * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
15332 Change first operand predicate from register_or_constm1_operand
15333 to register_operand.
15334 (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
15335 (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
15336 (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
15337 (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
15338 (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
15339 (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
15340 (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
15341 * config/i386/i386.c (ix86_expand_builtin): Remove first operand
15342 comparison with constm1_rtx from vec_prefetch_gen part.
15343
15344 2016-01-13 Richard Biener <rguenther@suse.de>
15345
15346 PR tree-optimization/69013
15347 * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
15348 Exchange assert for a test.
15349
15350 2016-01-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15351
15352 PR target/69247
15353 * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
15354
15355 2016-01-13 Richard Biener <rguenther@suse.de>
15356
15357 PR tree-optimization/69242
15358 * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
15359 assert with a check.
15360
15361 2016-01-13 Richard Biener <rguenther@suse.de>
15362
15363 PR tree-optimization/69186
15364 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
15365 Properly guard vect_update_misalignment_for_peel call.
15366
15367 2016-01-12 Jeff Law <law@redhat.com>
15368
15369 PR tree-optimization/pr67755
15370 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
15371 "need_profile_correction".
15372 (thread_block_1): Initialize new field to false by default. If we
15373 have multiple thread paths through a common joiner to different
15374 final targets, then set new field to true.
15375 (compute_path_counts): Only do count adjustment when it's really
15376 needed.
15377
15378 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
15379
15380 * doc/invoke.texi (Spec Files): Move section down in file, past
15381 all command-line option descriptions.
15382
15383 2016-01-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15384
15385 PR middle-end/54809
15386 * doc/gty.texi: Remove documentation of mark_hook.
15387 * gengtype.c (struct write_types_data): Remove code to support
15388 mark_hook attribute.
15389 (walk_type): Likewise.
15390 (write_func_for_structure): Likewise.
15391
15392 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
15393
15394 * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
15395 Directory Options, and -specs= to Overall Options.
15396 (Overall Options): Adjust similarly. Reorder to group related
15397 options together. Make -specs= cross-reference the spec file details.
15398 (Directory Options): Adjust similarly.
15399
15400 2016-01-12 Jeff Law <law@redhat.com>
15401
15402 * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
15403
15404 2016-01-12 Olivier Hainque <hainque@adacore.com>
15405
15406 * gcc.c (spec_undefvar_allowed): New global.
15407 (process_command): Set to true when running for --version or --help,
15408 alone or together.
15409 (getenv_spec_function): When the variable is not defined, use the
15410 variable name as the variable value if we're allowed not to issue
15411 a fatal error.
15412
15413 2016-01-12 Bin Cheng <bin.cheng@arm.com>
15414
15415 PR tree-optimization/68911
15416 * tree-vrp.c (adjust_range_with_scev): Check overflow in range
15417 information computed for expression "init + nit * step".
15418
15419 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
15420
15421 * doc/invoke.texi (Invoking GCC): Copy-edit. Incorporate information
15422 about name of GCC executable. Remove deleted node from menu.
15423 (Directory Options) <-B>: Remove cross-reference to deleted node.
15424 (Target Options): Delete section.
15425
15426 2016-01-12 Christian Bruel <christian.bruel@st.com>
15427
15428 PR target/69180
15429 * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
15430 for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
15431
15432 2016-01-12 Jakub Jelinek <jakub@redhat.com>
15433
15434 PR target/69198
15435 * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
15436 aligned_mem is properly set for AVX512-VL floating point masked
15437 stores.
15438
15439 PR target/69175
15440 * ifcvt.c (cond_exec_process_if_block): When removing the last
15441 insn from then_bb, remove also any possible barriers that follow it.
15442
15443 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
15444
15445 PR target/68456
15446 PR target/69226
15447 * config/i386/iamcu.h (SIZE_TYPE): New macro.
15448 (PTRDIFF_TYPE): Likewise.
15449 (WCHAR_TYPE): Likewise.
15450 (WCHAR_TYPE_SIZE): Likewise.
15451 (STDINT_LONG32): Likewise.
15452
15453 2016-01-12 Richard Biener <rguenther@suse.de>
15454
15455 PR tree-optimization/69053
15456 * tree-vect-loop.c (get_initial_def_for_reduction): Properly
15457 convert initial value for cond reductions.
15458
15459 2016-01-12 Richard Biener <rguenther@suse.de>
15460
15461 PR tree-optimization/69007
15462 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
15463 widen_sum after dot_prod and sad.
15464
15465 2016-01-12 Richard Biener <rguenther@suse.de>
15466
15467 PR tree-optimization/69168
15468 * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
15469 pattern stmt SLP type.
15470 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
15471 end up unused so cope with that case.
15472
15473 2016-01-12 Richard Biener <rguenther@suse.de>
15474
15475 PR tree-optimization/69157
15476 * tree-vect-stmts.c (vectorizable_mask_load_store): Check
15477 stmts def type only during analyze phase.
15478 (vectorizable_call): Likewise.
15479 (vectorizable_simd_clone_call): Likewise.
15480 (vectorizable_conversion): Likewise.
15481 (vectorizable_assignment): Likewise.
15482 (vectorizable_shift): Likewise.
15483 (vectorizable_operation): Likewise.
15484 (vectorizable_store): Likewise.
15485 (vectorizable_load): Likewise.
15486
15487 2016-01-12 Richard Biener <rguenther@suse.de>
15488
15489 PR tree-optimization/69174
15490 * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
15491 space.
15492 (vectorizable_load): Properly compute the number of loads needed
15493 for permuted strided SLP loads and do not spuriously assign
15494 to SLP_TREE_VEC_STMTS.
15495
15496 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
15497
15498 * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
15499 (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
15500 (MD_EXEC_PREFIX): Remove.
15501 (MD_STARTFILE_PREFIX) Removee.
15502 (FILE_NAME_ABSOLUTE_P): Remove.
15503 (CPP_SPEC): Do not read macros from sys/version.h.
15504 (LINK_COMMAND_SPEC): Remove.
15505 (LOCAL_INCLUDE_DIR): Remove.
15506 (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
15507 (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
15508 (POST_LINK_SPEC): Define to invoke stubify after linker
15509 (LIBSTDCXX): Remove define
15510 (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
15511 (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
15512 (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
15513 (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
15514 (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
15515 (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
15516 (i386_djgpp_asm_named_section): Add propotype of new procedure
15517
15518 * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
15519 (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
15520 (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
15521 in config/i386/djgpp.h).
15522 (STANDARD_STARTFILE_PREFIX_2): Define identical to
15523 STANDARD_STARTFILE_PREFIX_1.
15524 (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
15525 (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
15526 installation errors.
15527 (MAX_OFILE_ALIGNMENT): Define to 128.
15528 (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
15529
15530 * config/i386/djgpp.c: New file. Add implementation of
15531 i386_djgpp_asm_named_section.
15532
15533 * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
15534
15535 * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
15536 Add rule for building djgpp.o.
15537
15538 2016-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15539
15540 * config/rs6000/rs6000.c (v2df_reduction_p): New function.
15541 (rtx_is_swappable_p): Reductions are swappable.
15542 (insn_is_swappable_p): V2DF reductions are swappable.
15543
15544 2016-01-11 John David Anglin <danglin@gcc.gnu.org>
15545
15546 * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
15547 reloads for other unsupported memory operands.
15548
15549 2016-01-12 Kugan Vivekanandarajah <kuganv@linaro.org>
15550 Jim Wilson <jim.wilson@linaro.org>
15551
15552 PR target/69194
15553 * config/arm/arm-builtins.c (arm_expand_neon_args): Call
15554 copy_to_mode_reg instead of force_reg.
15555
15556 2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
15557
15558 PR target/69225
15559 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
15560 TARGET_80387 is true.
15561
15562 2016-01-11 Jakub Jelinek <jakub@redhat.com>
15563
15564 PR target/69071
15565 * lra-eliminations.c (move_plus_up): Only move plus up
15566 if subreg of the constant can be simplified into constant
15567 and use the simplified subreg of the constant instead of
15568 the original constant.
15569
15570 * fold-const.c (fold_convertible_p): Don't return true
15571 for conversion of VECTOR_TYPE to same sized integral type.
15572 (fold_convert_loc): Fix up formatting. Fold conversion of
15573 VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
15574 instead of NOP_EXPR.
15575
15576 PR tree-optimization/69214
15577 * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
15578 innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
15579 Formatting fix.
15580
15581 PR tree-optimization/69207
15582 * tree-vect-slp.c (vect_get_constant_vectors): For
15583 VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
15584 fold_convertible_p to vector_type's element type, and always
15585 use VCE for non-VECTOR_BOOLEAN_TYPE_P.
15586
15587 2016-01-11 Richard Biener <rguenther@suse.de>
15588
15589 PR tree-optimization/69173
15590 * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
15591 fixup the cycle if all stmts are in a pattern.
15592
15593 2016-01-11 Uros Bizjak <ubizjak@gmail.com>
15594
15595 PR middle-end/68999
15596 * alias.c (base_alias_check): Move check for addresses with
15597 alignment ANDs before the call for compare_base_decls.
15598 (memrefs_conflict_p): Return -1 for different decls
15599 that went through alignment adjustments.
15600
15601 2016-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15602
15603 PR rtl-optimization/68796
15604 * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
15605 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
15606 and QImode comparisons against zero with CC_NZmode.
15607 * config/aarch64/iterators.md (short_mask): New mode_attr.
15608
15609 2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
15610
15611 * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
15612 (<avx512>_store<mode>_mask): Likewise.
15613
15614 2016-01-11 Bernd Schmidt <bschmidt@redhat.com>
15615 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15616
15617 PR rtl-optimization/68841
15618 * ifcvt.c (struct noce_if_info): Add orig_x field.
15619 (bbs_ok_for_cmove_arith): Add to_rename parameter.
15620 Don't record conflicts on to_rename if it's present.
15621 Allow memory destinations in sets.
15622 (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
15623 blocks, passing orig_x to the checks.
15624 (noce_process_if_block): Set if_info->orig_x appropriately.
15625
15626 2016-01-11 Tom de Vries <tom@codesourcery.com>
15627
15628 PR tree-optimization/69069
15629 * tree-parloops.c (create_parallel_loop): Add missing phi args.
15630
15631 2016-01-11 Yuri Rumyantsev <ysrumyan@gmail.com>
15632
15633 PR rtl-optimization/68920
15634 * config/i386/i386.c (ix86_option_override_internal): Restrict number
15635 of conditional moves for RTL if-conversion to 1 for
15636 TARGET_ONE_IF_CONV_INSN.
15637 * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
15638 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
15639 * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
15640 parameter to restirct number of conditional moves for
15641 RTL if-conversion.
15642 * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
15643 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
15644 conditionl moves.
15645
15646 2016-01-11 Alexandre Oliva <aoliva@redhat.com>
15647
15648 PR bootstrap/69123
15649 * var-tracking.c (drop_overlapping_mem_locs): Operate on all
15650 onepart vars. Fix typo in comment. Fix reversed condition in
15651 unshare test.
15652 (dataflow_set_remove_mem_locs): Operate on all onepart vars.
15653
15654 PR bootstrap/69123
15655 * var-tracking.c (dump_onepart_variable_differences): New.
15656 (dataflow_set_different): If a detailed dump is requested,
15657 delay early returns and dump differences between onepart
15658 variables present before and after, and added variables.
15659
15660 2016-01-11 Ilya Enkovich <enkovich.gnu@gmail.com>
15661
15662 PR target/69010
15663 * expr.c (expand_expr_real_1): For boolean vector constants
15664 with a scalar mode use const_scalar_mask_from_tree.
15665 (const_scalar_mask_from_tree): New.
15666 * optabs.c (expand_vec_cond_mask_expr): Use mask mode
15667 assigned to a mask type to handle constants.
15668
15669 2016-01-11 Martin Jambor <mjambor@suse.cz>
15670
15671 PR ipa/69044
15672 * ipa-cp.c (estimate_local_effects): Do not clone for removal of
15673 useless parameters if we cannot change function signature.
15674
15675 2016-01-11 Martin Jambor <mjambor@suse.cz>
15676
15677 PR ipa/66616
15678 * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
15679 flag.
15680
15681 2016-01-11 Tom de Vries <tom@codesourcery.com>
15682
15683 PR tree-optimization/69109
15684 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
15685 latch with phi.
15686
15687 2016-01-11 Tom de Vries <tom@codesourcery.com>
15688
15689 PR tree-optimization/69108
15690 * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
15691 res is not used in a phi.
15692
15693 2016-01-11 Yury Gribov <y.gribov@samsung.com>
15694
15695 PR 67425
15696 * common.opt (frandom-seed): Fix parameter name.
15697 * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
15698
15699 2016-01-11 Tom de Vries <tom@codesourcery.com>
15700
15701 PR tree-optimization/69058
15702 * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
15703 not supported.
15704
15705 2016-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
15706
15707 * config/arc/arc.opt (mdiv-rem): Add period to the end.
15708 (mcode-density): Likewise.
15709
15710 2016-01-10 Tom de Vries <tom@codesourcery.com>
15711
15712 PR tree-optimization/69062
15713 * tree-parloops.c (loop_has_phi_with_address_arg): New function.
15714 (parallelize_loops): Don't paralelize loop that has phi with address
15715 arg.
15716
15717 2016-01-10 Tom de Vries <tom@codesourcery.com>
15718
15719 PR tree-optimization/69039
15720 * tree-parloops.c (try_create_reduction_list): Only allow single exit
15721 phi for reduction.
15722
15723 2016-01-09 John David Anglin <danglin@gcc.gnu.org>
15724
15725 PR middle-end/68743
15726 * match.pd: Require target has function_c99_misc before doing
15727 truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
15728
15729 2016-01-09 Gerald Pfeifer <gerald@pfeifer.com>
15730
15731 * configure.ac (isl_options_set_schedule_serialize_sccs): Also
15732 use GMPINC.
15733 * configure: Regenerate.
15734
15735 2016-01-09 Jakub Jelinek <jakub@redhat.com>
15736
15737 PR middle-end/50865
15738 PR tree-optimization/69097
15739 * fold-const.h (expr_not_equal_to): New prototype.
15740 * fold-const.c: Include stringpool.h and tree-ssanames.h.
15741 (expr_not_equal_to): New function.
15742 * match.pd (X % -Y is the same as X % Y): Don't optimize
15743 unless X is known not to be equal to minimum or Y is known
15744 not to be equal to -1.
15745 * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
15746 fold TRUNC_MOD_EXPR if the second argument is not a power of two.
15747 (simplify_stmt_using_ranges): Adjust caller.
15748 (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
15749 substitute_and_fold.
15750
15751 2016-01-09 Jan Hubicka <hubicka@ucw.cz>
15752
15753 * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
15754 w/o DECL_NAME.
15755
15756 2016-01-08 Jakub Jelinek <jakub@redhat.com>
15757
15758 PR tree-optimization/69167
15759 * gimple-fold.c (replace_stmt_with_simplification): Also punt if
15760 new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
15761 ops[0] comparison.
15762 * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
15763
15764 2016-01-08 Alan Lawrence <alan.lawrence@arm.com>
15765 Richard Biener <rguenther@suse.de>
15766
15767 PR tree-optimization/68707
15768 * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
15769 instances that can be handled via vect_load_lanes.
15770
15771 2016-01-08 Uros Bizjak <ubizjak@gmail.com>
15772
15773 * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
15774 if we can't determine address equivalence.
15775 * alias.c (compare_base_decl): Update for changed return value of
15776 symtab_node::equal_address_to.
15777
15778 2016-01-08 Jason Merrill <jason@redhat.com>
15779
15780 PR c++/68983
15781 PR c++/67557
15782 * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
15783 * expr.c (store_field): Not here.
15784 * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
15785 call with TREE_ADDRESSABLE type.
15786 * tree-cfg.c (verify_gimple_call): Adjust.
15787
15788 2016-01-08 Olivier Hainque <hainque@adacore.com>
15789
15790 * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
15791 libc_internal.
15792
15793 2016-01-08 Alan Lawrence <alan.lawrence@arm.com>
15794
15795 * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
15796 (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
15797 (reduc_smin_v2sf): Rename to...
15798 (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
15799 (reduc_splus_v2sf): Rename to...
15800 (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
15801
15802 2016-01-08 Jakub Jelinek <jakub@redhat.com>
15803
15804 PR tree-optimization/69162
15805 * gimplify.c (gimplify_va_arg_expr): Encode original type of
15806 valist argument in another argument.
15807 (gimplify_modify_expr): Adjust for the above change. Cleanup.
15808 * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
15809 to determine the va_list type, build a MEM_REF instead of
15810 build_fold_indirect_ref.
15811
15812 PR tree-optimization/69172
15813 * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
15814 gimple_build.
15815
15816 2016-01-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
15817
15818 PR tree-optimization/67781
15819 * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
15820 and cmpnop in two steps: first the ones not accessed in original
15821 gimple expression in a endian independent way and then the ones not
15822 accessed in the final result in an endian-specific way.
15823
15824 2016-01-08 Jakub Jelinek <jakub@redhat.com>
15825
15826 PR tree-optimization/69083
15827 * tree-vect-slp.c (vect_get_constant_vectors): For
15828 VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
15829 element type. If op is fold_convertible_p to vector_type's element
15830 type, use NOP_EXPR instead of VCE.
15831
15832 2016-01-08 Segher Boessenkool <segher@kernel.crashing.org>
15833
15834 PR rtl-optimization/67778
15835 PR rtl-optimization/68634
15836 PR rtl-optimization/68909
15837 * shrink-wrap.c (try_shrink_wrapping): Add comment. Don't pop
15838 block from the stack until done with it. Remove a superfluous
15839 bitmap set. Remove a superfluous bitmap test.
15840
15841 2016-01-07 Martin Sebor <msebor@redhat.com>
15842
15843 PR c/68966
15844 * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
15845 constraint on the type of arguments.
15846
15847 2016-01-07 Andreas Tobler <andreast@gcc.gnu.org>
15848
15849 * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
15850 SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
15851 unaligned_access on the gcc_options set.
15852 * config/arm/arm.c (arm_option_override_internal): Use
15853 SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
15854
15855 2016-01-07 Uros Bizjak <ubizjak@gmail.com>
15856
15857 PR target/69140
15858 * config/i386/i386.c (ix86_frame_pointer_required): Enable
15859 frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
15860
15861 2016-01-07 Uros Bizjak <ubizjak@gmail.com>
15862
15863 Revert
15864 2016-01-06 Uros Bizjak <ubizjak@gmail.com>
15865
15866 PR target/69140
15867 * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
15868 depending on frame_pointer_needed before remaining integer and SSE
15869 registers are saved.
15870
15871 2016-01-07 Sandra Loosemore <sandra@codesourcery.com>
15872
15873 PR 1078
15874 * doc/extend.texi (Nvidia PDX Function Attributes): New section.
15875
15876 2016-01-07 H.J. Lu <hongjiu.lu@intel.com>
15877
15878 PR target/69171
15879 * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
15880 Use the "xBm" constraint.
15881 (float<sseintvecmodelower><mode>2<mask_name><round_name):
15882 Likewise.
15883 (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
15884 (sse_cvtsi2ssq<round_name>): Likewise.
15885 (sse_cvtss2si<round_name>): Likewise.
15886 (sse_cvtss2siq<round_name>): Likewise.
15887 (sse2_cvtsi2sdq<round_name>): Likewise.
15888 (sse2_cvtsd2si<round_name>): Likewise.
15889 (sse2_cvtsd2siq<round_name>): Likewise.
15890 * config/i386/subst.md (round_nimm_scalar_predicate): New
15891 predicate.
15892
15893 2015-12-15 Bernd Schmidt <bschmidt@redhat.com>
15894
15895 PR middle-end/67639
15896 * varasm.c (make_decl_rtl): Mark invalid register vars as
15897 DECL_EXTERNAL.
15898
15899 PR rtl-optimization/66206
15900 * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
15901 All callers changed.
15902
15903 2016-01-07 Jakub Jelinek <jakub@redhat.com>
15904
15905 PR tree-optimization/69141
15906 * tree-ssa-pre.c: Include langhooks.h.
15907 (eliminate_dom_walker::before_dom_children): Use
15908 lang_hooks.decl_printable_name instead of
15909 cgraph_node::get ()->name ().
15910
15911 PR middle-end/68960
15912 * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
15913 it and DECL_ALIGN too.
15914
15915 2016-01-06 Robert Suchanek <robert.suchanek@imgtec.com>
15916
15917 * config/mips/mips-ftypes.def: Sort to lexicographical order.
15918
15919 2016-01-06 Uros Bizjak <ubizjak@gmail.com>
15920
15921 PR target/69140
15922 * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
15923 depending on frame_pointer_needed before remaining integer and SSE
15924 registers are saved.
15925
15926 2015-01-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15927
15928 * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
15929 mode iterator with VSX_M2.
15930 (*p9_vecstore_<mode>): Likewise.
15931 (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
15932 (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
15933 (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
15934 (define_split for VSX_LE128 stores): Likewise.
15935 (define_peephole2 for TImode LE swaps): Likewise.
15936 (define_split for VSX_LE128 post-reload stores): Likewise.
15937
15938 2016-01-06 Marek Polacek <polacek@redhat.com>
15939
15940 PR sanitizer/69099
15941 * convert.c (convert_to_integer_1): Adjust call to
15942 ubsan_instrument_float_cast. Use NULL_TREE instead of NULL.
15943 * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter. Use
15944 EXPR instead of ARG.
15945 * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
15946
15947 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
15948
15949 PR 1078
15950 * doc/extend.texi (RL78 Variable Attributes): New section.
15951
15952 2016-01-05 Marek Polacek <polacek@redhat.com>
15953
15954 PR c/69104
15955 * builtins.c (get_memmodel): Use expansion point location rather than
15956 the input location. Call warning_at rather than warning.
15957 (expand_builtin_atomic_compare_exchange): Likewise.
15958 (expand_builtin_atomic_load): Likewise.
15959 (expand_builtin_atomic_store): Likewise.
15960 (expand_builtin_atomic_clear): Likewise.
15961
15962 2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
15963
15964 PR target/68991
15965 * config/i386/i386.c (ix86_expand_vector_logical_operator):
15966 Replace nonimmediate_operand with vector_operand.
15967 * config/i386/predicates.md (vector_operand): New predicate.
15968 (general_vector_operand): Replace nonimmediate_operand with
15969 vector_operand.
15970 * config/i386/sse.md: Replace nonimmediate_operand with
15971 vector_operand and m constraint with Bm constraint on SSE
15972 patterns with 16-byte memory operand.
15973 * config/i386/subst.md (round_nimm_predicate): Replace
15974 nonimmediate_operand with vector_operand.
15975 (round_saeonly_nimm_predicate): Likewise.
15976 (round_saeonly_nimm_scalar_predicate): New.
15977
15978 2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
15979
15980 PR target/68991
15981 * config/i386/constraints.md (Bm): New constraint.
15982 * config/i386/predicates.md (vector_memory_operand): New
15983 predicate.
15984 * config/i386/sse.md: Replace xm with xBm in plusminus and
15985 any_logic patterns.
15986
15987 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
15988
15989 PR 1078
15990 * doc/extend.texi (V850 Function Attributes): New section.
15991 (V850 Variable Attributes): New section.
15992
15993 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
15994
15995 PR 1078
15996 * doc/extend.texi (MicroBlaze Function Attributes): Document
15997 interrupt_handler and fast_interrupt attributes.
15998
15999 2016-01-05 Sergei Trofimovich <siarheit@google.com>
16000
16001 PR other/60465
16002 * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
16003 for local symbolic operands.
16004 * config/ia64/predicates.md (local_symbolic_operand64): New
16005 predicate.
16006
16007 2016-01-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16008
16009 PR rtl-optimization/68651
16010 * combine.c (combine_simplify_rtx): Canonicalize x + x into
16011 x << 1.
16012
16013 2016-01-05 Nathan Sidwell <nathan@acm.org>
16014
16015 * alias.c (compare_base_decls): Use symtab_node::get.
16016
16017 2016-01-05 Nick Clifton <nickc@redhat.com>
16018
16019 PR target/68770
16020 * ira-costs.c (copy_cost): Initialise the t_icode field of the
16021 secondary_reload_info structure.
16022
16023 PR target/66655
16024 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
16025 decls if weak support is available.
16026
16027 2016-01-04 Martin Sebor <msebor@redhat.com>
16028
16029 * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
16030
16031 2016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
16032
16033 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
16034 OPTION_MASK_P9_DFORM.
16035
16036 * config/rs6000/constraints.md (wo constraint): New constraint for
16037 ISA 3.0 (power9).
16038
16039 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
16040 for wo constraint.
16041 (rs6000_init_hard_regno_mode_ok): Likewise.
16042
16043 * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
16044 wo constraint.
16045
16046 * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
16047 expanders not to have constraints. Add support for ISA 3.0 xxperm
16048 instruction. Add support for fusing xxlor with xxperm.
16049 (altivec_vperm_<mode>_internal): Likewise.
16050 (altivec_vperm_v8hiv16qi): Likewise.
16051 (altivec_vperm_<mode>v16q): Likewise.
16052 (altivec_vperm_<mode>_uns): Likewise.
16053 (vperm_v8hiv4si): Likewise.
16054 (vperm_v16qiv8hi): Likewise.
16055
16056 * doc/md.texi (RS/6000 constraints): Document wo constraint.
16057
16058 2016-01-04 Jakub Jelinek <jakub@redhat.com>
16059
16060 Update copyright years.
16061
16062 * gcc.c (process_command): Update copyright notice dates.
16063 * gcov-dump.c (print_version): Ditto.
16064 * gcov.c (print_version): Ditto.
16065 * gcov-tool.c (print_version): Ditto.
16066 * gengtype.c (create_file): Ditto.
16067 * doc/cpp.texi: Bump @copying's copyright year.
16068 * doc/cppinternals.texi: Ditto.
16069 * doc/gcc.texi: Ditto.
16070 * doc/gccint.texi: Ditto.
16071 * doc/gcov.texi: Ditto.
16072 * doc/install.texi: Ditto.
16073 * doc/invoke.texi: Ditto.
16074
16075 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
16076
16077 * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
16078 modes larger than TImode as TImode if NEON is not enabled.
16079
16080 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
16081
16082 PR target/69100
16083 * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
16084 mode for %f0-%f31 only if TARGET_FPU.
16085
16086 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
16087
16088 PR target/69072
16089 * config/sparc/sparc.c (scan_record_type): Take into account subfields
16090 to compute the PACKED_P predicate.
16091 (function_arg_record_value): Minor tweaks.
16092
16093 2016-01-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
16094
16095 * doc/install.texi (--with-multilib-list): Describe the meaning of the
16096 option for arm*-*-* targets.
16097
16098 2016-01-03 Sandra Loosemore <sandra@codesourcery.com>
16099
16100 * doc/extend.texi (Common Function Attributes): Move docs for
16101 MSP430-specific attributes to....
16102 (MSP430 Function Attributes): ...here. Delete the redundant
16103 entries and copy-edit the remaining text.
16104 (MSP430 Variable Attributes): Use uniform format for index
16105 entries and add a cross-reference to the corresponding function
16106 attribute docs.
16107
16108 2016-01-03 Vladimír Čunát <vcunat@gmail.com>
16109
16110 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
16111 -finite-math typo.
16112 (x86 Options): Likewise.
16113
16114 2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
16115
16116 PR 1078
16117
16118 * extend.texi (Common Function Attributes) <no_stack_limit>: New.
16119 * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
16120 to corresponding attribute.
16121
16122 2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
16123
16124 * doc/extend.texi (Common Function Attributes) <noplt>: Move
16125 to correct alphabetization of table. Copy-edit and correct
16126 markup.
16127 <stack_protect>: Likewise.
16128 <target_clones>: Likewise.
16129 <simd>: Likewise.
16130 * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
16131 Correct punctuation.
16132 (Code Gen Options) <-fno-plt>: Copy-edit.
16133
16134 2016-01-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
16135
16136 PR target/68917
16137 * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
16138 SI values. Explicitly convert SI to DI and vice-versa.
16139
16140 2016-01-01 Jakub Jelinek <jakub@redhat.com>
16141
16142 PR tree-optimization/69070
16143 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
16144 REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
16145
16146 PR sanitizer/69055
16147 * ubsan.c (ubsan_instrument_float_cast): Call
16148 initialize_sanitizer_builtins.
16149
16150 PR target/69015
16151 * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
16152 \f
16153 Copyright (C) 2016 Free Software Foundation, Inc.
16154
16155 Copying and distribution of this file, with or without modification,
16156 are permitted in any medium without royalty provided the copyright
16157 notice and this notice are preserved.