s/imposisble/impossible in predict.c
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2016-06-21  Martin Liska  <mliska@suse.cz>
2
3         * predict.c (force_edge_cold): Replace imposisble with
4         impossible.
5
6 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
7
8         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
9         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
10
11 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
12
13         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
14
15 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
16             Ilya Enkovich  <ilya.enkovich@intel.com>
17
18         PR target/71549
19         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
20         New member function to convert V1TImode register to SUBREG
21         TImode in debug insn.
22         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
23         after changing register mode to V1TImode.
24
25 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
26
27         * config/aarch64/aarch64-cores.def (vulcan): New core.
28         * config/aarch64/aarch64-tune.md: Regenerate.
29         * doc/invoke.texi: Document vulcan as an available option.
30
31 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
32
33         * cse.c (canon_asm_operands): New function extracted from...
34         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
35         either standalone or member of a PARALLEL.
36
37 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
38
39         PR target/30417
40         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
41         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
42         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
43
44 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
45
46         PR target/71103
47         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
48         constant addresses if can_create_pseudo_p.
49
50 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
51
52         PR tree-optimization/71588
53         * tree-ssa-strlen.c (valid_builtin_call): New function.
54         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
55         it.
56
57 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
58
59         PR middle-end/71581
60         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
61         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
62         for conversion of scalar user var to complex type and use the
63         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
64         punt.
65
66         PR rtl-optimization/71591
67         * toplev.c (toplev::run_self_tests): If no_backend, complain and
68         don't run any tests.
69
70 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
71
72         PR target/71571
73         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
74         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
75         space for PIC with non-v32 and the common non-PIC "jump".
76
77 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
78
79         PR target/71559
80         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
81         returned values and add UN*/LTGT/*ORDERED cases with values matching
82         D operand modifier on vcmp for AVX.
83
84 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
85
86         * config/aarch64/aarch64.opt
87         (mpc-relative-literal-loads): Rename internal option name.
88         * config/aarch64/aarch64.c
89         (aarch64_nopcrelative_literal_loads): Rename to
90         aarch64_pcrelative_literal_loads.
91         (aarch64_expand_mov_immediate): Likewise.
92         (aarch64_secondary_reload): Likewise.
93         (aarch64_can_use_per_function_literal_pools_p): Likewise.
94         (aarch64_override_options_after_change_1): Rename and simplify logic.
95         (aarch64_classify_symbol): Merge large model checks into switch,
96         remove pc-relative load check.
97
98 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
99
100         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
101         costs relative to the cost of a register move.
102
103 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
104
105         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
106         (vcvt_n_f64_u64): Likewise.
107         (vcvt_n_s64_f64): Likewise.
108         (vcvt_n_u64_f64): Likewise.
109         (vcvt_f64_s64): Likewise.
110         (vrecpe_f64): Likewise.
111         (vcvt_f64_u64): Likewise.
112         (vrecps_f64): Likewise.
113
114 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
115
116         * config/aarch64/aarch64.md
117         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
118         iterators.
119         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
120         attributes.
121         * config/aarch64/aarch64-builtins.c
122         (aarch64_types_binop_uss_qualifiers): Delete.
123         (TYPES_BINOP_USS): Likewise.
124         (aarch64_types_binop_sus_qualifiers): Likewise.
125         (TYPES_BINOP_SUS): Likewise.
126         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
127         (TYPES_FCVTIMM_SUS): Likewise.
128         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
129         rather than BINOP.
130         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
131         (fcvtzs): Use SHIFTIMM rather than BINOP.
132         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
133
134 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
135
136         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
137         costs relative to the cost of a register move.
138
139 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
140
141         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
142         Allow scalar/single vector modes to be tieable.
143
144 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
145
146         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
147
148 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
149
150         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
151         "alignement".
152         * tree.h (TYPE_ALIGN): Likewise.
153
154 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
155
156         PR target/71103
157         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
158
159 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
160
161         * config/avr/avr.c (avr_print_operand): Fix "format not a string
162         literal" build warnings.
163         (avr_print_operand_address): Dito.
164
165 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
166
167         PR target/71375
168         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
169         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
170
171 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
172
173         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
174
175 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
176
177         PR bootstrap/71435
178         * reload1.c (reload): Pass 0 to finish_spills when called because
179         update_eliminables_and_spill returns true and remove did_spill.
180         (finish_spills): Adjust comment and document GLOBAL parameter.
181
182 2016-06-17  DJ Delorie  <dj@redhat.com>
183
184         PR target/71338
185         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
186         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
187         (umulqihi3_virt): Likewise.
188         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
189         (umulqihi3_real): Likewise.
190
191 2016-06-17  Martin Liska  <mliska@suse.cz>
192
193         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
194
195 2016-06-17  Martin Liska  <mliska@suse.cz>
196
197         * predict.def: PRED_LOOP_EXIT from 92 to 85.
198
199 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
200
201         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
202         __FAST_MATH__.
203         (vaddq_f32): Likewise.
204         (vmul_f32): Likewise.
205         (vmulq_f32): Likewise.
206         (vsub_f32): Likewise.
207         (vsubq_f32): Likewise.
208
209 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
210
211         PR tree-optimization/71347
212         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
213         cost for all uses in group.
214
215 2016-06-17 Bin Cheng  <bin.cheng@arm.com>
216
217         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
218         insert gimple seq if it's not empty.
219
220 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
221
222         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
223         member OFFSET.
224         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
225         rather than OFFSET.
226         (comp_dr_with_seg_len_pair): Ditto.
227         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
228         struct dr_with_seg_len_pair against DR_OFFSET.
229         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
230         DR_OFFSET directly.
231
232 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
233
234         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
235
236 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
237
238         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
239         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
240         (pa_output_millicode_call): Likewise.
241         (pa_output_call): Likewise.
242         (pa_output_indirect_call): Likewise.
243         (pa_asm_output_mi_thunk): Likewise.
244
245 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
246
247         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
248
249 2016-06-16  Martin Liska  <mliska@suse.cz>
250
251         * predict.c (combine_predictions_for_insn): When we find a first
252         match predictor, we should consider just predictors with
253         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
254         DS theory predictor.
255         (combine_predictions_for_bb): Likewise.
256
257 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
258
259         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
260         with base of reference to struct.
261
262 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
263
264         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
265
266 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
267
268         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
269         progmem_swtable_section.
270         (progmem_swtable_section): Remove.
271         (avr_asm_function_rodata_section): Remove.
272         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
273         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
274
275 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
276
277         * config/i386/driver-i386.c (host_detect_local_cpu): Set
278         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
279         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
280         signature_CENTAUR_ebx.
281         * config/i386/i386.c (ix86_option_override_internal): Add
282         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
283         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
284         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
285
286 2016-06-16  Martin Liska  <mliska@suse.cz>
287
288         * predict.def: Add fortran loop preheader predictor.
289         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
290         fold IFN_BUILTIN_EXPECT with a known constant argument.
291
292 2016-06-16  Martin Liska  <mliska@suse.cz>
293
294         * predict.def: Add 'Fortran' to display text of all
295         PRED_FORTRAN_* predictors.
296
297 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
298
299         PR target/71242
300         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
301         [IA64_BUILTIN_NANSQ]: Ditto.
302         (ia64_fold_builtin): New function.
303         (TARGET_FOLD_BUILTIN): New define.
304         (ia64_init_builtins) Declare const_string_type node.
305         Add __builtin_nanq and __builtin_nansq builtin functions.
306         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
307
308 2016-06-16  Nick Clifton  <nickc@redhat.com>
309
310         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
311         MSP430_HWMULT_ prefix to enum values.
312         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
313         * config/msp430/msp430.c: Update use of enum values.
314         * config/msp430/msp430.md: Likewise.
315         * config/msp430/msp430.opt: Likewise.
316
317 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
318
319         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
320         of comparsions in the last iteration.
321
322 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
323             Joern Rennecke  <joern.rennecke@embecosm.com>
324
325         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
326         addresses.
327         (arc_needs_pcl_p): Add GOTOFFPC.
328         (arc_legitimate_pic_addr_p): Likewise.
329         (arc_output_pic_addr_const): Likewise.
330         (arc_legitimize_pic_address): Generate a pc-relative address using
331         GOTOFFPC.
332         (arc_output_libcall): Use @pcl syntax.
333         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
334         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
335         (*movsi_insn): Use @pcl syntax.
336         (doloop_begin_i): Likewise.
337
338 2016-06-16  Martin Liska  <mliska@suse.cz>
339
340         * predict.def: Define a new predictor.
341
342 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
343
344         * config/arc/arc.opt (mtp-regno): Update text.
345
346 2016-06-16  Renlin Li  <renlin.li@arm.com>
347
348         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
349
350 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
351
352         PR target/71554
353         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
354         (setcc + and peephole2): Likewise.
355
356         PR rtl-optimization/71532
357         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
358         memory slots.
359
360 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
361
362         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
363         DImode constants with XXSPLTIB in vector registers.
364         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
365         vsx_extract_<mode>_internal{1,2} into a single insn that handles
366         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
367         extraction of the element at the top of the register as a scalar
368         value.
369         (vsx_extract_<mode>_internal1): Likewise.
370         (vsx_extract_<mode>_internal2): Likewise.
371         * config/rs6000/constraints.md (wi constraint): Remove a comment
372         about DImode not being allowed in Altivec registers.
373         (wB constraint): New constraint for constants that can be
374         generated in Altivec registers with VSPLTISW/VUPKHSW.
375         * config/rs6000/predicates.md (xxspltib_constant_split): Update
376         comments.
377         (xxspltib_constant_nosplit): Likewise.
378         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
379         support for -mupper-regs-di to enable DImode to go into Altivec
380         registers.
381         (POWERPC_MASKS): Likewise.
382         (power7 cpu): Likewise.
383         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
384         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
385         for DImode being allowed in Altivec registers.  Update wi/wj
386         constraints.  Set scalar_in_vmx_p flag.
387         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
388         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
389         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
390         (rs6000_opt_masks): Add -mupper-regs-di.
391         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
392         direct move to use wi and not wj.
393         (lfiwzx): Likewise.
394         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
395         alternative.
396         (floatunssi<mode>2_lfiwzx_mem): Likewise.
397         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
398         any VSX register, instead of just Altivec registers, to allow
399         either operand to be an Altivec register or both.
400         (fixuns_trunc<mode>di2_fctiduz): Likewise.
401         (movdi_internal32): Add support for -mupper-regs-di.  Add support
402         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
403         the alternatives and attributes to be lined up to be easier to
404         read.
405         (movdi_internal64): Likewise.
406         (64-bit DImode splitters): Change predicates to only split loading
407         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
408         load constants in ISA 3.0 or ISA 2.07 respectively.
409         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
410         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
411         mention -mcpu=power9 sets these options.
412         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
413         wB constraint.
414
415 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
416
417         PR target/67353
418         * config/avr/avr.c (avr_set_current_function): Warn misspelled
419         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
420         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
421         by default to warn misspelled interrupt/ signal handler.
422         * doc/invoke.texi (AVR Options): Document it. Update description
423         for -nodevicelib option.
424
425 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
426
427         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
428         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
429         (aarch64_<sur>shll2_n<mode>): Likewise.
430
431 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
432
433         PR middle-end/71529
434         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
435         DECL_CONTEXT for copied arguments.
436
437 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
438
439         PR tree-optimization/71483
440         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
441         for slp
442
443 2016-06-15  Martin Liska  <mliska@suse.cz>
444
445         * predict.c (tree_predict_by_opcode): Call predict_edge_def
446         instead of predict_edge w/o a probability.
447
448 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
449
450         PR tree-optimization/71439
451         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
452         live PHIs.
453
454 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
455
456         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
457         register subregs in SET_SRC.
458
459 2016-06-15  Richard Biener  <rguenther@suse.de>
460
461         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
462         store restrictions.
463
464 2016-06-15  Richard Biener  <rguenther@suse.de>
465
466         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
467         not consider dependences between accesses that belong to the
468         same group.
469         (vect_analyze_data_ref_dependences): Do not analyze read-read
470         or self-dependences.
471
472 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
473
474         * spellcheck-tree.c: Include spellcheck-tree.h rather than
475         spellcheck.h.
476         (find_closest_identifier): Reimplement in terms of
477         best_match<tree,tree>.
478         * spellcheck-tree.h: New file.
479         * spellcheck.c (struct edit_distance_traits<const char *>): New
480         struct.
481         (find_closest_string): Reimplement in terms of
482         best_match<const char *, const char *>.
483         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
484         overload to spellcheck-tree.h.
485         (find_closest_identifier): Likewise.
486         (struct edit_distance_traits<T>): New template.
487         (class best_match): New class.
488
489 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
490
491         * selftest-run-tests.c (selftest::run_tests): Call
492         selftest::spellcheck_tree_c_tests.
493         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
494         * spellcheck-tree.c: Include selftest.h and stringpool.h.
495         (selftest::test_find_closest_identifier): New function.
496         (selftest::spellcheck_tree_c_tests): New function.
497         * spellcheck.c (selftest::test_find_closest_string): Verify that
498         the order of the vec does not affect the results for this case.
499         (selftest::test_data): New array.
500         (selftest::test_metric_conditions): New function.
501         (selftest::spellcheck_c_tests): Add a test of case-comparison.
502         Call selftest::test_metric_conditions.
503
504 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
505
506         * config/rs6000/rs6000-builtin.def (commentary): Typo.
507         (BU_P9_MISC_1): Likewise.
508         (BU_P9_64BIT_MISC_0): Likewise.
509         (BU_P9_MISC_0): Likewise.
510
511 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
512
513         * gcc-rich-location.c
514         (gcc_rich_location::add_fixit_misspelled_id): New method.
515         * gcc-rich-location.h
516         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
517
518 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
519
520         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
521         FreeBSD 11 and above.
522
523 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
524
525         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
526
527 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
528
529         * expmed.h: Close parenthesis in "at your option" in copyright
530         boilerplate.
531         * lower-subreg.h: Likewise.
532
533 2016-06-14  Richard Biener  <rguenther@suse.de>
534
535         PR middle-end/71526
536         * genmatch.c (expr::gen_transform): Use in_type for comparisons
537         if available.
538
539 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
540
541         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
542         New function.
543         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
544         mask+shift version.
545         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
546         New prototype.
547         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
548         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
549
550 2016-06-14  Richard Biener  <rguenther@suse.de>
551
552         PR tree-optimization/71522
553         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
554         copying into float copying.
555
556 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
557
558         PR tree-optimization/71520
559         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
560         (replace_block_by): Move user labels from bb1 to bb2.
561
562 2016-06-14  Richard Biener  <rguenther@suse.de>
563
564         PR middle-end/71310
565         PR bootstrap/71510
566         * expr.h (get_bit_range): Declare.
567         * expr.c (get_bit_range): Export.
568         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
569         word_mode again to constrain the bitfield access.
570
571 2016-06-14  Richard Biener  <rguenther@suse.de>
572
573         PR tree-optimization/71521
574         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
575         division int_const_binop against zero divisor.
576
577 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
578
579         * config/i386/i386.md (signbittf2): New expander.
580         * config/i386/sse.md (ptesttf2): New insn pattern.
581
582 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
583
584         PR bootstrap/71481
585         * input.c (selftest::test_reading_source_line): Avoid reading from
586         __FILE__ by creating a tempfile with known content and reading
587         from that instead.
588
589 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
590
591         * pretty-print.c (assert_pp_format_colored): Skip the test if
592         GCC_COLORS is set.
593         (test_pp_format): Remove comment about GCC_COLORS.
594
595 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
596
597         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
598         * pretty-print.c (assert_pp_format_va): Add location param and use
599         it with ASSERT_STREQ_AT.
600         (assert_pp_format): Add location param and pass it to
601         assert_pp_format_va.
602         (assert_pp_format_colored): Likewise.
603         (ASSERT_PP_FORMAT_1): New.
604         (ASSERT_PP_FORMAT_2): New.
605         (ASSERT_PP_FORMAT_3): New.
606         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
607         explicitly, or implicitly via the above macros.
608         * selftest.c (selftest::pass): Use a selftest::location rather
609         than file and line.
610         (selftest::fail): Likewise.  Print the function name.
611         (selftest::fail_formatted): Likewise.
612         (selftest::assert_streq): Use a selftest::location rather than
613         file and line.
614         * selftest.h (selftest::location): New struct.
615         (SELFTEST_LOCATION): New macro.
616         (selftest::pass): Accept a const location & rather than file
617         and line.
618         (selftest::fail): Likewise.
619         (selftest::fail_formatted): Likewise.
620         (selftest::assert_streq): Likewise.
621         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
622         (ASSERT_FALSE): Likewise.
623         (ASSERT_EQ): Likewise.
624         (ASSERT_NE): Likewise.
625         (ASSERT_STREQ): Likewise.
626         (ASSERT_PRED1): Likewise.
627         (ASSERT_STREQ_AT): New macro.
628
629 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
630
631         * selftest.c (selftest::fail_formatted): New function.
632         (selftest::assert_streq): New function.
633         * selftest.h (selftests::fail_formatted): New decl.
634         (selftest::assert_streq): New decl.
635         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
636
637 2016-06-13  Jeff Law  <law@redhat.com>
638
639         PR tree-optimization/71403
640         * tree-ssa-threadbackward.c
641         (convert_and_register_jump_thread_path): No longer accept reference
642         to path.  Do not pop items off the path anymore.
643         (fsm_find_control_statement_thread_paths): Do not allow threading
644         to a deeper loop nest.  Pop the last item off the path here rather
645         than in convert_and_register_jump_thread_path.
646
647 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
648             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
649
650         [AArch64] Emit division using the Newton series
651
652         * config/aarch64/aarch64-protos.h
653         (cpu_approx_modes): Add new member "division".
654         (aarch64_emit_approx_div): Declare new function.
655         * config/aarch64/aarch64.c
656         (generic_approx_modes): New member "division".
657         (exynosm1_approx_modes): Likewise.
658         (xgene1_approx_modes): Likewise.
659         (aarch64_emit_approx_div): Define new function.
660         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
661         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
662         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
663         * doc/invoke.texi (-mlow-precision-div): Describe new option.
664
665 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
666             Wilco Dijkstra  <wilco.dijkstra@arm.com>
667
668         [AArch64] Emit square root using the Newton series
669
670         * config/aarch64/aarch64-protos.h
671         (aarch64_emit_approx_rsqrt): Replace with new function
672         "aarch64_emit_approx_sqrt".
673         (cpu_approx_modes): New member "sqrt".
674         * config/aarch64/aarch64.c
675         (generic_approx_modes): New member "sqrt".
676         (exynosm1_approx_modes): Likewise.
677         (xgene1_approx_modes): Likewise.
678         (aarch64_emit_approx_rsqrt): Replace with new function
679         "aarch64_emit_approx_sqrt".
680         (aarch64_override_options_after_change_1): Handle new option.
681         * config/aarch64/aarch64-simd.md
682         (rsqrt<mode>2): Use new function instead.
683         (sqrt<mode>2): New expansion and insn definitions.
684         * config/aarch64/aarch64.md: Likewise.
685         * config/aarch64/aarch64.opt
686         (mlow-precision-sqrt): Add new option description.
687         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
688
689 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
690
691         [AArch64] Add more choices for the reciprocal square root approximation
692
693         Allow a target to prefer such operation depending on the operation mode.
694
695         * config/aarch64/aarch64-protos.h
696         (AARCH64_APPROX_MODE): New macro.
697         (AARCH64_APPROX_{NONE,ALL}): Likewise.
698         (cpu_approx_modes): New structure.
699         (tune_params): New member "approx_modes".
700         * config/aarch64/aarch64-tuning-flags.def
701         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
702         * config/aarch64/aarch64.c
703         (generic_approx_modes): New core "cpu_approx_modes" structure.
704         (exynosm1_approx_modes): Likewise.
705         (xgene1_approx_modes): Likewise.
706         (generic_tunings): New member "approx_modes".
707         (cortexa35_tunings): Likewise.
708         (cortexa53_tunings): Likewise.
709         (cortexa57_tunings): Likewise.
710         (cortexa72_tunings): Likewise.
711         (exynosm1_tunings): Likewise.
712         (thunderx_tunings): Likewise.
713         (xgene1_tunings): Likewise.
714         (use_rsqrt_p): New argument for the mode and use new member from
715         "tune_params".
716         (aarch64_builtin_reciprocal): Devise mode from builtin.
717         (aarch64_optab_supported_p): New argument for the mode.
718         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
719
720 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
721
722         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
723         RS6000_BTM_MODULO flag into the set of flags that are considered
724         to be part of the common configuration.
725
726 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
727
728         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
729         difference unsigned.
730         (vec_absdb): New macro for vector absolute difference unsigned
731         byte.
732         (vec_absdh): New macro for vector absolute difference unsigned
733         half-word.
734         (vec_absdw): New macro for vector absolute difference unsigned word.
735         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
736         (vadu<mode>3): New insn.
737         (*p9_vadu<mode>3): New insn.
738         * config/rs6000/rs6000-builtin.def (vadub): New built-in
739         definition.
740         (vaduh): New built-in definition.
741         (vaduw): New built-in definition.
742         (vadu): New overloaded built-in definition.
743         (vadub): New overloaded built-in definition.
744         (vaduh): New overloaded built-in definition.
745         (vaduw): New overloaded built-in definition.
746         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
747         overloaded vector absolute difference unsigned functions.
748         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
749         the ISA 3.0 vector absolute difference unsigned built-in functions.
750
751 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
752
753         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
754         update shared_lookup_references only once after changing operands.
755
756 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
757
758         PR middle-end/71373
759         * tree-nested.c (convert_nonlocal_omp_clauses)
760         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
761
762         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
763         * tree.def (CASE_LABEL_EXPR): Likewise.
764
765 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
766
767         PR bootstrap/71481
768         * input.c (test_builtins): Fix an assertion.
769
770 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
771
772         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
773         (paritysi2): Ditto.
774         (isinfxf2): Ditto.
775         (isinf<mode>2): Ditto.
776
777 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
778
779         * ggc-tests.c (test_finalization): Only test need_finalization_p
780         for GCC_VERSION >= 4003.
781
782 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
783
784         * config/s390/vecintrin.h: Fix file description in comment.
785
786 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
787
788         * config/s390/s390-builtin-types.def: Change builtin type naming
789         scheme to match builtin-types.def.
790
791 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
792
793         * fold-const.c (optimize_minmax_comparison): Remove.
794         (fold_comparison): Remove call to the above.
795         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
796         New transformations.
797
798 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
799
800         PR tree-optimization/71416
801         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
802         multiple entries
803
804 2016-06-13  Martin Liska  <mliska@suse.cz>
805
806         * predict.c (enum predictor_reason): Prefix enum with REASON_.
807         (combine_predictions_for_insn): Likewise.
808         (prune_predictions_for_bb): Likewise.
809         (combine_predictions_for_bb): Likewise.
810
811 2016-06-13  Richard Biener  <rguenther@suse.de>
812
813         PR tree-optimization/71505
814         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
815         assert match comment.
816
817 2016-06-13  Marek Polacek  <polacek@redhat.com>
818
819         PR middle-end/71476
820         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
821         gimplify_switch_expr.
822         (warn_switch_unreachable_r): New function.
823
824 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
825
826         PR target/71379
827         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
828         one.
829
830 2016-06-13  Richard Biener  <rguenther@suse.de>
831
832         PR middle-end/64516
833         * fold-const.c (fold_unary_loc): Preserve alignment when
834         folding a VIEW_CONVERT_EXPR into a MEM_REF.
835
836 2016-06-13  Martin Liska  <mliska@suse.cz>
837
838         PR sanitizer/71458
839         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
840         w/ -fsanitize=bounds.
841
842 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
843
844         * config/i386/i386.c (ix86_init_builtins): Calculate
845         FLOAT128_FTYPE_CONST_STRING function type only once.
846         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
847         built-in functions are available for x86-32 and x86-64 targets.
848
849 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
850
851         PR target/71241
852         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
853         New primitive type.
854         (FLOAT128_FTYPE_CONST_STRING): New function type.
855         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
856         [IX86_BUILTIN_NANSQ]: Ditto.
857         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
858         (ix86_init_builtin_types): Declare const_string_type_node.
859         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
860         builtin functions.
861         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
862         * doc/extend.texi (x86 Built-in Functions): Document
863         __builtin_nanq and __builtin_nansq.
864
865 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
866
867         PR target/71061
868         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
869         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
870         length for pop patterns.
871         (arm_attr_length_push_multi): Update comments.
872         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
873         attribute.
874         (*pop_multiple_with_writeback_and_return): Likewise.
875         (*pop_multiple_with_return): Likewise.
876
877 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
878
879         PR middle-end/71310
880         * fold-const.c (optimize_bit_field_compare): Don't try to use
881         word_mode unconditionally for reading the bit field, look at
882         DECL_BIT_FIELD_REPRESENTATIVE instead.
883
884 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
885
886         PR middle-end/71478
887         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
888         vector integer type.
889
890 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
891
892         PR middle-end/71494
893         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
894         without LABEL_DECL, set *handled_ops_p to false instead of true.
895
896 2016-06-10  Martin Sebor  <msebor@redhat.com>
897
898         PR c/71392
899         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
900         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
901         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
902         them.
903         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
904         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
905         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
906         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
907         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
908         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
909         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
910         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
911
912 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
913
914         * config/arm/arm.h (pool_vector_label,
915         return_used_this_function): Remove.
916
917 2016-06-10  Jeff Law  <law@redhat.com>
918
919         PR tree-optimization/71335
920         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
921         zero length paths here.
922         (convert_and_register_jump_thread_path): Remove hacks related to
923         duplicated blocks in the jump thread path.
924         (fsm_find_control_statement_thread_paths): Avoid putting the same
925         block on the thread path twice, but ensure the thread path is
926         unchanged from the caller's point of view.
927
928 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
929
930         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
931         * predict.def (PRED_LOOP_BRANCH): Remove.
932
933 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
934
935         * Makefile.in (OBJS): Add ggc-tests.o.
936         (GTFILES): Add ggc-tests.c.
937         * ggc-tests.c: New file.
938         * selftest-run-tests.c (selftest::run_tests): Call
939         selftest::ggc_tests_c_tests.
940         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
941
942 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
943
944         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
945
946 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
947
948         PR sanitizer/71480
949         * varasm.c (place_block_symbol): Adjust alignment for asan protected
950         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
951
952 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
953
954         * profile.c: Include cfgloop.h.
955         (branch_prob): Compute estimated number of iterations.
956         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
957         recompute estimate number of iterations from profile.
958
959 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
960
961         PR inline-asm/68843
962         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
963         must be grouped on top of stack.  Don't force early clobber
964         on ordinary reg outputs.
965
966 2016-06-10  Richard Biener  <rguenther@suse.de>
967
968         * targhooks.c (default_builtin_vectorization_cost): Adjust
969         vec_construct cost.
970
971 2016-06-10  Richard Biener  <rguenther@suse.de>
972
973         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
974         to fold the RHS to a constant if possible.
975
976 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
977
978         PR middle-end/71373
979         * tree-nested.c (convert_nonlocal_omp_clauses)
980         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
981         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
982         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
983
984         * gimplify.c (gimplify_adjust_omp_clauses): Discard
985         OMP_CLAUSE_TILE.
986         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
987
988         * omp-low.c (scan_sharing_clauses): Don't expect
989         OMP_CLAUSE__CACHE_.
990
991 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
992
993         PR tree-optimization/71407
994         PR tree-optimization/71416
995         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
996         BIT_FIELD_REF type.
997
998 2016-06-10  Richard Biener  <rguenther@suse.de>
999
1000         PR middle-end/71477
1001         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
1002
1003 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
1004
1005         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
1006
1007 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
1008             Jiong Wang  <jiong.wang@arm.com>
1009
1010         PR rtl-optimization/70751
1011         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
1012         spilled into memory.
1013
1014 2016-06-09  Jonathan Yong  <10walls@gmail.com>
1015
1016         Revert:
1017         2015-09-21  Jonathan Yong  <10walls@gmail.com>
1018
1019         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
1020         sysroot/usr/lib/32api for additional win32 libraries,
1021         fixes failing Cygwin bootstrapping.
1022
1023 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
1024
1025         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
1026         Delete.
1027
1028 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
1029
1030         PR bootstrap/71471
1031         * pretty-print.c (pp_indent): Specify that %p is printed in a
1032         host-dependent manner.
1033         (test_pp_format): Remove the test for %p.
1034
1035 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
1036
1037         * config/mips/mips.c (mips_output_jump): Fix formatting.
1038
1039 2016-06-09  Richard Biener  <rguenther@suse.de>
1040
1041         PR tree-optimization/71462
1042         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
1043         removed blocks.
1044
1045 2016-06-09  Martin Liska  <mliska@suse.cz>
1046
1047         * predict.c (dump_prediction): Add new argument.
1048         (enum predictor_reason): New enum.
1049         (struct predictor_hash): New struct.
1050         (predictor_hash::hash): New function.
1051         (predictor_hash::equal): Likewise.
1052         (not_removed_prediction_p): New function.
1053         (prune_predictions_for_bb): Likewise.
1054         (combine_predictions_for_bb): Prune predictions.
1055
1056 2016-06-09  Martin Liska  <mliska@suse.cz>
1057
1058         * predict.c (filter_predictions): New function.
1059         (remove_predictions_associated_with_edge): Use the filter
1060         function.
1061         (equal_edge_p): New function.
1062
1063 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
1064
1065         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
1066         Correct usage of @samp vs @option, add @samp where appropriate.
1067         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
1068         Add armv6s-m and document it, as it is no official ARM name.
1069
1070 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1071
1072         * ifcvt.c (struct noce_if_info): Add transform_name field.
1073         (noce_try_move): Set if_info->transform_name to the function name.
1074         (noce_try_ifelse_collapse): Likewise.
1075         (noce_try_store_flag): Likewise.
1076         (noce_try_inverse_constants): Likewise.
1077         (noce_try_store_flag_constants): Likewise.
1078         (noce_try_addcc): Likewise.
1079         (noce_try_store_flag_mask): Likewise.
1080         (noce_try_cmove): Likewise.
1081         (noce_try_cmove_arith): Likewise.
1082         (noce_try_minmax): Likewise.
1083         (noce_try_abs): Likewise.
1084         (noce_try_sign_mask): Likewise.
1085         (noce_try_bitop): Likewise.
1086         (noce_convert_multiple_sets): Likewise.
1087         (noce_process_if_block): Print if_info->transform_name to
1088         dump_file if transformation succeeded.
1089
1090 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1091
1092         * config/arm/cortex-a57.md (cortex_a57_alu):
1093         Handle csel type.
1094
1095 2016-06-08  Martin Sebor  <msebor@redhat.com>
1096             Jakub Jelinek  <jakub@redhat.com>
1097
1098         PR c++/70507
1099         PR c/68120
1100         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
1101         BUILT_IN_MUL_OVERFLOW_P): New builtins.
1102         * builtins.c: Include gimple-fold.h.
1103         (fold_builtin_arith_overflow): Handle
1104         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
1105         (fold_builtin_3): Likewise.
1106         * doc/extend.texi (Integer Overflow Builtins): Document
1107         __builtin_{add,sub,mul}_overflow_p.
1108
1109 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
1110
1111         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
1112         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
1113
1114 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
1115
1116         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
1117         Rewrite, looking one level down for records and arrays.
1118
1119 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
1120
1121         * pretty-print.c: Include "selftest.h".
1122         (pp_format): Fix comment.
1123         (identifier_to_locale): Likewise.
1124         (selftest::test_basic_printing): New function.
1125         (selftest::assert_pp_format): New function.
1126         (selftest::test_pp_format): New function.
1127         (selftest::pretty_print_c_tests): New function.
1128         * selftest-run-tests.c (selftest::run_tests): Call
1129         selftest::pretty_print_c_tests.
1130         * selftest.h (pretty_print_c_tests): New declaration.
1131
1132 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
1133
1134         * invoke.texi (max-loop-headers-insns): Document.
1135         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
1136         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
1137         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
1138
1139 2016-06-08  Richard Biener  <rguenther@suse.de>
1140
1141         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
1142         on strided SLP loads and fall back to scalar loads in case
1143         we can't chunk them.
1144
1145 2016-06-08  Richard Biener  <rguenther@suse.de>
1146
1147         PR tree-optimization/71452
1148         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
1149         type used for the SSA rewrite has enough precision to cover
1150         the dynamic type of the location.
1151
1152 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
1153             Richard Biener  <rguenther@suse.de>
1154
1155         PR c++/71448
1156         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
1157         the same as DECL_P (base0) for indirect_base0.  Use equality_code
1158         in one further place.
1159
1160 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
1161
1162         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
1163         to one word if the field is known to overlap other words.
1164         (extract_bit_field_1): Likewise.
1165         (store_split_bit_field): Remove compensating code.
1166         (extract_split_bit_field): Likewise.
1167
1168 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
1169
1170         PR debug/71432
1171         PR ada/71413
1172         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
1173
1174 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1175
1176         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
1177         VDQF.
1178         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
1179         (arch64_addpv4sf): Delete.
1180         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
1181         "gen_aarch64_addpv4sf".
1182         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
1183         builtin.
1184         (vpadds_f32): Likewise.
1185         (vpaddq_f32): Likewise.
1186         (vpaddq_f64): Likewise.
1187
1188 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1189
1190         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
1191         VALLF.
1192         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
1193         to VALLF.  Rename to "fabd<mode>3".
1194         "*fabd_scalar<mode>3): Delete.
1195         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
1196         Use builtin.
1197         (vabdd_f64): Likewise.
1198         (vabd_f32): Likewise.
1199         (vabd_f64): Likewise.
1200         (vabdq_f32): Likewise.
1201         (vabdq_f64): Likewise.
1202
1203 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1204
1205         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
1206         VALLF.
1207         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
1208         "aarch64_rsqrts<mode>".
1209         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
1210         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
1211         builtin.
1212         (vrsqrtsd_f64): Likewise.
1213         (vrsqrts_f32): Likewise.
1214         (vrsqrts_f64): Likewise.
1215         (vrsqrtsq_f32): Likewise.
1216         (vrsqrtsq_f64): Likewise.
1217
1218 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1219
1220         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
1221         VALLF.
1222         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
1223         "aarch64_rsqrte<mode>".
1224         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
1225         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
1226         builtin.
1227         (vrsqrted_f64): Likewise.
1228         (vrsqrte_f32): Likewise.
1229         (vrsqrte_f64): Likewise.
1230         (vrsqrteq_f32): Likewise.
1231         (vrsqrteq_f64): Likewise.
1232
1233 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1234
1235         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
1236         (ucvtf): Likewise.
1237         (fcvtzs): Likewise.
1238         (fcvtzu): Likewise.
1239         * config/aarch64/aarch64-simd.md
1240         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
1241         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
1242         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
1243         Use builtin.
1244         (vcvt_n_f32_u32): Likewise.
1245         (vcvt_n_s32_f32): Likewise.
1246         (vcvt_n_u32_f32): Likewise.
1247         (vcvtq_n_f32_s32): Likewise.
1248         (vcvtq_n_f32_u32): Likewise.
1249         (vcvtq_n_f64_s64): Likewise.
1250         (vcvtq_n_f64_u64): Likewise.
1251         (vcvtq_n_s32_f32): Likewise.
1252         (vcvtq_n_s64_f64): Likewise.
1253         (vcvtq_n_u32_f32): Likewise.
1254         (vcvtq_n_u64_f64): Likewise.
1255         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
1256         (VSDQ_SDI): Likewise.
1257         (fcvt_target): Support V4DI, V4SI and V2SI.
1258         (FCVT_TARGET): Likewise.
1259
1260 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1261
1262         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
1263         (TYPES_BINOP_SUS): Likewise.
1264         (aarch64_simd_builtin_data): Update include file name.
1265         (aarch64_builtins): Likewise.
1266         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
1267         for conversion between scalar float-point and fixed-point.
1268         (ucvtf): Likewise.
1269         (fcvtzs): Likewise.
1270         (fcvtzu): Likewise.
1271         * config/aarch64/aarch64.md
1272         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
1273         pattern for conversion between scalar float to fixed-pointer.
1274         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
1275         (UNSPEC_FCVTZS): New UNSPEC enumeration.
1276         (UNSPEC_FCVTZU): Likewise.
1277         (UNSPEC_SCVTF): Likewise.
1278         (UNSPEC_UCVTF): Likewise.
1279         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
1280         Use builtin.
1281         (vcvtd_n_f64_u64): Likewise.
1282         (vcvtd_n_s64_f64): Likewise.
1283         (vcvtd_n_u64_f64): Likewise.
1284         (vcvtd_n_f32_s32): Likewise.
1285         (vcvts_n_f32_u32): Likewise.
1286         (vcvtd_n_s32_f32): Likewise.
1287         (vcvts_n_u32_f32): Likewise.
1288         * config/aarch64/iterators.md (fcvt_target): Support integer to float
1289         mapping.
1290         (FCVT_TARGET): Likewise.
1291         (FCVT_FIXED2F): New iterator.
1292         (FCVT_F2FIXED): Likewise.
1293         (fcvt_fixed_insn): New define_int_attr.
1294
1295 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
1296
1297         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
1298         some statements was removed.
1299
1300 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
1301
1302         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
1303         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
1304         (vect_can_advance_ivs_p): likewise.
1305         (vect_update_ivs_after_vectorizer): likewise.
1306         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
1307         (vect_analyze_scalar_cycles_1): likewise.
1308         (vect_analyze_loop_operations): likewise.
1309         (report_vect_op): likewise.
1310         (vect_is_slp_reduction): likewise.
1311         (vect_is_simple_reduction): likewise.
1312         (get_initial_def_for_induction): likewise.
1313         (vect_transform_loop): likewise.
1314         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
1315         (vect_recog_sad_pattern): likewise.
1316         (vect_recog_widen_sum_pattern): likewise.
1317         (vect_recog_widening_pattern): likewise.
1318         (vect_recog_divmod_pattern): likewise.
1319         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
1320         (vect_analyze_slp_instance): likewise.
1321         (vect_transform_slp_perm_load): likewise.
1322         (vect_schedule_slp_instance): likewise.
1323
1324 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
1325
1326         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
1327         (return_prediction): PRED_CONST_RETURN predict return as not taken.
1328         * predict.def (PRED_CONTINUE): Change hitrate 50->67
1329         (PRED_LOOP_BRANCH): Document predictor as broken.
1330         (PRED_LOOP_EXIT): Change hitrate 91->92.
1331         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
1332         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
1333         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
1334         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
1335         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
1336         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
1337         (PRED_CALL): Chane hitrate 71->67.
1338         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
1339         (PRED_GOTO): Document as unused right now.
1340         (PRED_CONST_RETURN): Change hitrate 67->69
1341         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
1342         (PRED_NULL_RETURN): Change hitrate 91->90.
1343         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
1344         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
1345         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
1346
1347 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
1348
1349         * config/rs6000/altivec.h: Add __builtin_vec_mul.
1350         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
1351         special case Altivec builtin.
1352         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
1353         VSX_BUILTIN_VEC_MUL (replaced with special case code).
1354         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1355         code for ALTIVEC_BUILTIN_VEC_MUL.
1356         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1357         for __builtin_vec_mul.
1358
1359 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
1360
1361         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
1362         -mno-htm.
1363
1364 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
1365
1366         * spellcheck.c (selftest::test_find_closest_string): New function.
1367         (spellcheck_c_tests): Call the above.
1368
1369 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1370
1371         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
1372
1373 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
1374
1375         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
1376         Yv=Yv,C alternatives.
1377
1378 2016-06-07  Richard Biener  <rguenther@suse.de>
1379
1380         PR c/61564
1381         * common.opt (ffast-math): Make Optimization.
1382
1383 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
1384             Prachi Godbole  <prachi.godbole@imgtec.com>
1385
1386         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
1387         `fabs' and `fneg' type attributes.
1388         (p5600_fpu_fabs): Add `fmove' to the comment.
1389
1390 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
1391
1392         * gimple.c: Include builtins.h
1393         (gimple_inexpensive_call_p): New function.
1394         * gimple.h (gimple_inexpensive_call_p): Declare.
1395         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
1396         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
1397         fix formatting.
1398
1399 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
1400
1401         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
1402         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
1403         warning_at_rich_loc, warning_n, pedwarn, permerror,
1404         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
1405         sorry, fatal_error, internal_error, internal_error_no_backtrace):
1406         Use the above.
1407
1408 2016-06-07  Richard Biener  <rguenther@suse.de>
1409
1410         PR tree-optimization/71428
1411         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
1412         BIT_FIELD_REF op vs. load.
1413
1414 2016-06-07  Richard Biener  <rguenther@suse.de>
1415
1416         PR middle-end/71423
1417         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
1418         for signed ops.
1419
1420 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
1421
1422         * config/pa/pa.md (call): Generate indirect long calls to non-local
1423         functions on TARGET_64BIT.
1424         (call_value): Likewise.
1425
1426 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
1427
1428         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
1429         pattern and subsequent splitters.
1430         (call_val_reg_64bit_post_reload): Likewise.
1431
1432 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
1433
1434         PR middle-end/71408
1435         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
1436         propagate_op_to_single_use.
1437
1438 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
1439
1440         PR middle-end/71281
1441         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
1442
1443 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
1444
1445         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
1446         (enum x86_dirflag_state): New enum.
1447         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
1448         (machine_function): Remove needs_cld.
1449         (ix86_current_function_needs_cld): Remove.
1450         * config/i386/i386.c (ix86_set_func_type): Set
1451         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
1452         (ix86_expand_prologue): Do not emit CLD here.
1453         (ix86_dirflag_mode_needed): New function.
1454         (ix86_dirflag_mode_entry): Ditto.
1455         (ix86_mode_needed): Handle X86_DIRFLAG entity.
1456         (ix86_mode_after): Ditto.
1457         (ix86_mode_entry): Ditto.
1458         (ix86_mode_exit): Ditto.
1459         (ix86_emit_mode_set): Ditto.
1460         * config/i386/i386.md (strmov_singleop): Set
1461         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
1462         Do not set ix86_current_function_needs_cld.
1463         (rep_mov): Ditto.
1464         (strset_singleop): Ditto.
1465         (rep_stos): Ditto.
1466         (cmpstrnqi_nz_1): Ditto.
1467         (cmpstrnqi_1): Ditto.
1468         (strlenqi_1): Ditto.
1469
1470 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
1471
1472         PR tree-optimization/71259
1473         * tree-vect-slp.c (vect_get_constant_vectors): For
1474         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
1475         one for constant op, and use COND_EXPR for non-constant.
1476
1477 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
1478
1479         * Makefile.in (OBJS): Add function-tests.o,
1480         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
1481         selftest-run-tests.o.
1482         (OBJS-libcommon): Add selftest.o.
1483         (OBJS-libcommon-target): Add selftest.o.
1484         (all.internal): Add "selftest".
1485         (all.cross): Likewise.
1486         (selftest): New phony target.
1487         (s-selftest): New target.
1488         (selftest-gdb): New phony target.
1489         (COLLECT2_OBJS): Add selftest.o.
1490         * bitmap.c: Include "selftest.h".
1491         (selftest::test_gc_alloc): New function.
1492         (selftest::test_set_range): New function.
1493         (selftest::test_clear_bit_in_middle): New function.
1494         (selftest::test_copying): New function.
1495         (selftest::test_bitmap_single_bit_set_p): New function.
1496         (selftest::bitmap_c_tests): New function.
1497         * common.opt (fself-test): New.
1498         * diagnostic-show-locus.c: Include "selftest.h".
1499         (make_range): New function.
1500         (test_range_contains_point_for_single_point): New function.
1501         (test_range_contains_point_for_single_line): New function.
1502         (test_range_contains_point_for_multiple_lines): New function.
1503         (assert_eq): New function.
1504         (test_get_line_width_without_trailing_whitespace): New function.
1505         (selftest::diagnostic_show_locus_c_tests): New function.
1506         * et-forest.c: Include "selftest.h".
1507         (selftest::test_single_node): New function.
1508         (selftest::test_simple_tree): New function.
1509         (selftest::test_disconnected_nodes): New function.
1510         (selftest::et_forest_c_tests): New function.
1511         * fold-const.c: Include "selftest.h".
1512         (selftest::assert_binop_folds_to_const): New function.
1513         (selftest::assert_binop_folds_to_nonlvalue): New function.
1514         (selftest::test_arithmetic_folding): New function.
1515         (selftest::fold_const_c_tests): New function.
1516         * function-tests.c: New file.
1517         * gimple.c: Include "selftest.h".
1518         Include "gimple-pretty-print.h".
1519         (selftest::verify_gimple_pp): New function.
1520         (selftest::test_assign_single): New function.
1521         (selftest::test_assign_binop): New function.
1522         (selftest::test_nop_stmt): New function.
1523         (selftest::test_return_stmt): New function.
1524         (selftest::test_return_without_value): New function.
1525         (selftest::gimple_c_tests): New function.
1526         * hash-map-tests.c: New file.
1527         * hash-set-tests.c: New file.
1528         * input.c: Include "selftest.h".
1529         (selftest::assert_loceq): New function.
1530         (selftest::test_accessing_ordinary_linemaps): New function.
1531         (selftest::test_unknown_location): New function.
1532         (selftest::test_builtins): New function.
1533         (selftest::test_reading_source_line): New function.
1534         (selftest::input_c_tests): New function.
1535         * rtl-tests.c: New file.
1536         * selftest-run-tests.c: New file.
1537         * selftest.c: New file.
1538         * selftest.h: New file.
1539         * spellcheck.c: Include "selftest.h".
1540         (selftest::levenshtein_distance_unit_test_oneway): New function,
1541         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
1542         (selftest::levenshtein_distance_unit_test): Likewise.
1543         (selftest::spellcheck_c_tests): Likewise.
1544         * toplev.c: Include selftest.h.
1545         (toplev::run_self_tests): New.
1546         (toplev::main): Handle -fself-test.
1547         * toplev.h (toplev::run_self_tests): New.
1548         * tree.c: Include "selftest.h".
1549         (selftest::test_integer_constants): New function.
1550         (selftest::test_identifiers): New function.
1551         (selftest::test_labels): New function.
1552         (selftest::tree_c_tests): New function.
1553         * tree-cfg.c: Include "selftest.h".
1554         (selftest::push_fndecl): New function.
1555         (selftest::test_linear_chain): New function.
1556         (selftest::test_diamond): New function.
1557         (selftest::test_fully_connected): New function.
1558         (selftest::tree_cfg_c_tests): New function.
1559         * vec.c: Include "selftest.h".
1560         (selftest::safe_push_range): New function.
1561         (selftest::test_quick_push): New function.
1562         (selftest::test_safe_push): New function.
1563         (selftest::test_truncate): New function.
1564         (selftest::test_safe_grow_cleared): New function.
1565         (selftest::test_pop): New function.
1566         (selftest::test_safe_insert): New function.
1567         (selftest::test_ordered_remove): New function.
1568         (selftest::test_unordered_remove): New function.
1569         (selftest::test_block_remove): New function.
1570         (selftest::reverse_cmp): New function.
1571         (selftest::test_qsort): New function.
1572         (selftest::vec_c_tests): New function.c.
1573         * wide-int.cc: Include selftest.h and wide-int-print.h.
1574         (selftest::from_int <wide_int>): New function.
1575         (selftest::from_int <offset_int>): New function.
1576         (selftest::from_int <widest_int>): New function.
1577         (selftest::assert_deceq): New function.
1578         (selftest::assert_hexeq): New function.
1579         (selftest::test_printing <VALUE_TYPE>): New function template.
1580         (selftest::test_ops <VALUE_TYPE>): New function template.
1581         (selftest::test_comparisons <VALUE_TYPE>): New function template.
1582         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
1583         template.
1584         (selftest::wide_int_cc_tests): New function.
1585
1586 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1587
1588         PR middle-end/37780
1589         * ifcvt.c (noce_try_ifelse_collapse): New function.
1590         Declare prototype.
1591         (noce_process_if_block): Call noce_try_ifelse_collapse.
1592         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
1593         (simplify_ternary_operation): Use the above to simplify
1594         conditional CLZ/CTZ expressions.
1595
1596 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1597
1598         PR middle-end/37780
1599         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
1600         define_insn_and_split.
1601
1602 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1603
1604         PR middle-end/37780
1605         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
1606
1607 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1608
1609         PR c/24414
1610         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
1611         Implicitly clobber memory for basic asm with non-empty assembler
1612         string.  Use targetm.md_asm_adjust also here.
1613         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
1614         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
1615         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
1616         non-empty assembler string.
1617         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
1618         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
1619         (decode_asm_operands): Handle basic asm in PARALLEL block.
1620         (extract_insn): Handle basic asm in PARALLEL block.
1621         * doc/extend.texi: Mention new behavior of basic asm.
1622         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
1623         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
1624         branch_needs_nop_p): Use asm_noperands.
1625
1626 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
1627
1628         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
1629         Include the M7 SPARC DFA scheduler.
1630         New attribute v3pipe.
1631         Annotate insns with v3pipe where appropriate.
1632         Define cpu_feature vis4.
1633         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
1634         Add (V8QI "8") to vbits.
1635         Add insns {add,sub}v8qi3
1636         Add insns ss{add,sub}v8qi3
1637         Add insns us{add,sub}{v8qi,v4hi}3
1638         Add insns {min,max}{v8qi,v4hi,v2si}3
1639         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
1640         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
1641         * config/sparc/niagara4.md: Add a comment explaining the
1642         discrepancy between the documented latenty numbers and the
1643         implemented ones.
1644         * config/sparc/niagara7.md: New file.
1645         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
1646         supports SPARC5 and VIS 4.0 instructions.
1647         * configure: Regenerate.
1648         * config.in: Likewise.
1649         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
1650         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
1651         TARGET_CPU_niagara7.
1652         (ASM_CPU64_DEFAULT_SPEC): Likewise.
1653         (CPP_CPU_SPEC): Handle niagara7.
1654         (ASM_CPU_SPEC): Likewise.
1655         * config/sparc/sparc-opts.h (processor_type): Add
1656         PROCESSOR_NIAGARA7.
1657         (mvis4): New option.
1658         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
1659         (AS_NIAGARA7_FLAG): Define.
1660         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
1661         (CPP_CPU64_DEFAULT_SPEC): Likewise.
1662         (CPP_CPU_SPEC): Handle niagara7.
1663         (ASM_CPU_SPEC): Likewise.
1664         * config/sparc/sparc.c (niagara7_costs): Define.
1665         (sparc_option_override): Handle niagara7 and adjust cache-related
1666         parameters with better values for niagara cpus.  Also support VIS4.
1667         (sparc32_initialize_trampoline): Likewise.
1668         (sparc_use_sched_lookahead): Likewise.
1669         (sparc_issue_rate): Likewise.
1670         (sparc_register_move_cost): Likewise.
1671         (dump_target_flag_bits): Support VIS4.
1672         (sparc_vis_init_builtins): Likewise.
1673         (sparc_builtins): Likewise.
1674         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
1675         VIS4 4.0.
1676         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
1677         UltraSparc M7.
1678         * config/sparc/sparc.opt (sparc_processor_type): New value
1679         niagara7.
1680         * config/sparc/visintrin.h (__attribute__): Prototypes for the
1681         VIS4 builtins.
1682         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
1683         -mvis4.
1684         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
1685         VIS4 builtins.
1686
1687 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
1688
1689         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
1690
1691 2016-06-06  Richard Biener  <rguenther@suse.de>
1692
1693         PR tree-optimization/71398
1694         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
1695         remove edges.
1696
1697 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
1698
1699         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
1700         ft32_expand_prolog, ft32_expand_epilogue):
1701         Handle pretend_args.
1702         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
1703         * config/ft32/ft32.md: Add pretend_returner.
1704
1705 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
1706
1707         PR target/71389
1708         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
1709         Copy op1 RTX to avoid invalid sharing.
1710         (ix86_expand_vector_move_misalign): Ditto.
1711
1712 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
1713
1714         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
1715         ATTRIBUTE_UNUSED.
1716
1717 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
1718
1719         * predict.c (predicted_by_loop_heuristics_p): New function.
1720         (predict_iv_comparison): Use it.
1721         (predict_loops): Walk from innermost loops; do not predict edges
1722         leaving multiple loops multiple times; implement
1723         PRED_LOOP_ITERATIONS_MAX heuristics.
1724         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
1725
1726 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
1727
1728         * cfg.c (check_bb_profile): Do not report mismatched profiles when
1729         only edges out of BB are EH edges.
1730
1731 2016-06-04  Martin Sebor  <msebor@redhat.com>
1732             Marcin Baczyński  <marbacz@gmail.com>
1733
1734         PR c/48116
1735         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
1736         a void expression in a void function.
1737
1738 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
1739
1740         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
1741         aux; dump reasons of decisions.
1742         (should_duplicate_loop_header_p): Likewise.
1743         (do_while_loop_p): Likewise.
1744         (ch_base::copy_headers): Dump asi num insns duplicated.
1745
1746 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
1747
1748         PR tree-optimization/71405
1749         * tree-ssa.c (execute_update_addresses_taken): For clobber with
1750         incompatible type, build a new clobber with the right type instead
1751         of building a VIEW_CONVERT_EXPR around it.
1752
1753 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
1754
1755         PR tree-optimization/52171
1756         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
1757         by_pieces_ninsns instead of move_by_pieces_ninsns.
1758
1759 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
1760
1761         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
1762         for reg+reg addressing mode.
1763
1764 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1765
1766         * rs6000-c.c (c/c-tree.h): Add #include.
1767         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
1768         in C++ when found in the base position of vec_ld or vec_st.
1769
1770 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
1771
1772         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
1773         use of profile unless profile status is PROFILE_READ.
1774         * profile.c (compute_branch_probabilities): Set profile status
1775         only after reporting predictor hitrates.
1776
1777 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
1778
1779         PR target/71276
1780         PR target/71277
1781         * common.opt (ffp-int-builtin-inexact): New option.
1782         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
1783         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
1784         (ceil@var{m}2): Document dependence on this option.
1785         * ipa-inline-transform.c (inline_call): Handle
1786         flag_fp_int_builtin_inexact.
1787         * ipa-inline.c (can_inline_edge_p): Likewise.
1788         * config/i386/i386.md (rintxf2): Do not test
1789         flag_unsafe_math_optimizations.
1790         (rint<mode>2_frndint): New define_insn.
1791         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
1792         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
1793         for 387 instead of extending and truncating.
1794         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
1795         !flag_trapping_math instead of flag_unsafe_math_optimizations.
1796         Change to frndint<mode>2_<rounding>.
1797         (frndintxf2_<rounding>_i387): Likewise.  Change to
1798         frndint<mode>2_<rounding>_i387.
1799         (<rounding_insn>xf2): Likewise.
1800         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
1801         !flag_trapping_math instead of flag_unsafe_math_optimizations for
1802         x87.  Test TARGET_ROUND || !flag_trapping_math ||
1803         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
1804         SSE.  Use ROUND_NO_EXC in constant operand of
1805         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
1806         for 387 instead of extending and truncating.
1807
1808 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
1809             Julia Koval  <julia.koval@intel.com>
1810
1811         PR target/66960
1812         PR target/67630
1813         PR target/67634
1814         PR target/67841
1815         PR target/68037
1816         PR target/68618
1817         PR target/68661
1818         PR target/69575
1819         PR target/69596
1820         PR target/69734
1821         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
1822         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
1823         all registers, except for function return registers if there are
1824         no caller-saved registers.
1825         (ix86_set_func_type): New function.
1826         (ix86_set_current_function): Call ix86_set_func_type to set
1827         no_caller_saved_registers and func_type.  Call reinit_regs if
1828         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
1829         nor x87 instructions in interrupt handler nor function with
1830         no_caller_saved_registers attribute.
1831         (ix86_function_ok_for_sibcall): Return false if there are no
1832         caller-saved registers.
1833         (type_natural_mode): Don't warn ABI change for MMX in interrupt
1834         handler.
1835         (ix86_function_arg_advance): Skip for callee in interrupt handler.
1836         (ix86_function_arg): Return special arguments in interrupt handler.
1837         (ix86_promote_function_mode): Promote pointer to word_mode only
1838         for normal functions.
1839         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
1840         interrupt handler.
1841         (ix86_epilogue_uses): New function.
1842         (ix86_hard_regno_scratch_ok): Likewise.
1843         (ix86_save_reg): Preserve all registers in interrupt handler
1844         after reload.  Preserve all registers, except for function return
1845         registers, if there are no caller-saved registers after reload.
1846         (find_drap_reg): Always use callee-saved register if there are
1847         no caller-saved registers.
1848         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
1849         for interrupt handler.
1850         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
1851         Emit cld instruction if stringops are used in interrupt handler
1852         or interrupt handler isn't a leaf function.
1853         (ix86_expand_epilogue): Generate interrupt return for interrupt
1854         handler and pop the 'ERROR_CODE' off the stack before interrupt
1855         return in exception handler.
1856         (ix86_expand_call): Disallow calling interrupt handler directly.
1857         If there are no caller-saved registers, mark all registers that
1858         are clobbered by the call which returns as clobbered.
1859         (ix86_handle_no_caller_saved_registers_attribute): New function.
1860         (ix86_handle_interrupt_attribute): Likewise.
1861         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
1862         attributes.
1863         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
1864         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
1865         accumulation in interrupt function if stack may be realigned to
1866         avoid DRAP.
1867         (EPILOGUE_USES): New.
1868         (function_type): New enum.
1869         (machine_function): Add func_type and no_caller_saved_registers.
1870         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
1871         (interrupt_return): New pattern.
1872         * doc/extend.texi: Document x86 interrupt and
1873         no_caller_saved_registers attributes.
1874
1875 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
1876
1877         PR tree-optimization/52171
1878         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
1879         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
1880         Look for constant strings.  Move some code to emit_block_cmp_hints
1881         and use it.
1882         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
1883         * defaults.h (COMPARE_MAX_PIECES): New macro.
1884         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
1885         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
1886         (clear_by_pieces_1): Don't declare.  Move definition before use.
1887         (can_do_by_pieces): New static function.
1888         (can_move_by_pieces): Use it.  Return bool.
1889         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
1890         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
1891         (class pieces_addr); New.
1892         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
1893         pieces_addr::adjust, pieces_addr::increment_address,
1894         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
1895         functions for it.
1896         (class op_by_pieces_d): New.
1897         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
1898         functions for it.
1899         (class move_by_pieces_d, class compare_by_pieces_d,
1900         class store_by_pieces_d): New subclasses of op_by_pieces_d.
1901         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
1902         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
1903         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
1904         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
1905         compare_by_pieces_d::finish_mode): New member functions.
1906         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
1907         functions.
1908         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
1909         (emit_block_cmp_hints): New function.
1910         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
1911         use the newly defined classes.
1912         * expr.h (by_pieces_constfn): New typedef.
1913         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
1914         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
1915         (move_by_pieces_ninsns): Don't declare.
1916         (can_move_by_pieces): Change return value to bool.
1917         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
1918         (compare_by_pieces_branch_ratio): New hook.
1919         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
1920         (by_pieces_ninsns): Declare.
1921         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
1922         COMPARE_BY_PIECES.
1923         (default_compare_by_pieces_branch_ratio): New function.
1924         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
1925         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
1926         * doc/tm.texi: Regenerate.
1927         * tree-ssa-strlen.c: Include "builtins.h".
1928         (handle_builtin_memcmp): New static function.
1929         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
1930         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
1931
1932 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1933
1934         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
1935         relevant stmts which are simple and invariant.
1936         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
1937         instead of simple and invariant
1938
1939 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1940
1941         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
1942         (vectorizable_reduction): Check for new relevant state.
1943         (vectorizable_live_operation): vectorize live stmts using
1944         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
1945         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
1946         (vect_stmt_relevant_p): Check for stmts which are only used live.
1947         (process_use): Use of a stmt does not inherit it's live value.
1948         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
1949         (vect_analyze_stmt): Check for new relevant state.
1950         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
1951         outside the loop, but not inside it.
1952
1953 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1954
1955         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
1956         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
1957         (vect_get_vec_def_for_operand): Split out code.
1958
1959 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
1960
1961         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
1962
1963 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1964
1965         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
1966
1967 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1968
1969         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
1970
1971 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
1972
1973         PR middle-end/71387
1974         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
1975         to noreturn e->callee->decl that has void return type and void
1976         arguments, adjust gimple_call_fntype and remove lhs even if it had
1977         previously addressable type.
1978
1979 2016-06-02  Jeff Law  <law@redhat.com>
1980
1981         PR tree-optimization/71328
1982         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
1983         error when checking for a jump back onto the copied path.
1984
1985 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
1986
1987         * config/microblaze/microblaze.c (get_branch_target): Add return
1988         NULL_RTX for the non-CALL_P case.
1989         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
1990         (insert_wic): Remove unused local "j".
1991
1992 2016-06-02  Martin Liska  <mliska@suse.cz>
1993
1994         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
1995
1996 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1997             Julia Koval  <julia.koval@intel.com>
1998
1999         * function.c (assign_parm_setup_stack): Force source into a
2000         register if needed.
2001         * target.def (function_incoming_arg): Update documentation to
2002         allow arbitrary address computation based on hard register.
2003         * doc/tm.texi: Regenerated.
2004
2005 2016-06-02  Martin Liska  <mliska@suse.cz>
2006
2007         * predict.c (combine_predictions_for_bb): Fix first match in
2008         cases where a first predictor contains more than one occurence
2009         in list of predictors.  Take the best value in such case.
2010
2011 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2012
2013         PR rtl-optimization/71295
2014         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
2015         offset would go over the size of the inner mode reject it.
2016
2017 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
2018
2019         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
2020         x=x,x and v=v,m instead of x=x,m.
2021
2022         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
2023         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
2024         alternative to v=rm,C.
2025
2026         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
2027         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
2028         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
2029         instead of vex for the last two above mentioned alternatives.
2030
2031 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2032
2033         PR target/70830
2034         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
2035
2036 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
2037
2038         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
2039
2040 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
2041
2042         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
2043         from int to unsigned.
2044
2045 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
2046
2047         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
2048         alternatives, eliminating preferred register class.  Add support
2049         for the MTVSRDD instruction in ISA 3.0.
2050         (vsx_splat_v4si_internal): Use splat_input_operand instead of
2051         reg_or_indexed_operand.
2052         (vsx_splat_v4sf_internal): Likewise.
2053
2054 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
2055
2056         PR target/71186
2057         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
2058         for loading up all 0's or all 1's.
2059
2060 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2061
2062         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
2063
2064 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
2065
2066         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
2067         extension.
2068         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
2069         * gcc.c (set_source_date_epoch_envvar): New function, sets
2070         the SOURCE_DATE_EPOCH environment variable to the current time.
2071
2072 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
2073
2074         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
2075         the factor for live Phi nodes.
2076
2077 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
2078
2079         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
2080         * tree-parloops.c (parallelize_loops): likewise.
2081         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
2082         tree_unswitch_outer_loop): likewise.
2083
2084 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
2085
2086         PR middle-end/71371
2087         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
2088         around creation of the temporary.
2089
2090 2016-06-01  Richard Biener  <rguenther@suse.de>
2091
2092         PR tree-optimization/71366
2093         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
2094         (unloop_loops): Move removing edges here ...
2095         (try_unroll_loop_completely): ... from here.
2096         (try_peel_loop): ... and here.
2097         (tree_unroll_loops_completely_1): Track parent loops via
2098         bitmap of header BBs.
2099         (tree_unroll_loops_completely): Adjust for that.
2100
2101 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2102
2103         * config/rs6000/altivec.h (vec_slv): New macro.
2104         (vec_srv): New macro.
2105         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
2106         (UNSPEC_VSRV): New value.
2107         (vslv): New insn.
2108         (vsrv): New insn.
2109         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
2110         (vsrv): New builtin definition.
2111         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
2112         define argument types for new builtin.
2113         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
2114         new builtin.
2115         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
2116         functions.
2117
2118 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
2119             Jocelyn Mayer  <l_indien@magic.fr>
2120
2121         PR target/67310
2122         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
2123         detect processor family for signature_CENTAUR_ebx.
2124         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
2125         signature_CENTAUR_ebx.
2126         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
2127         <default>: Pass x86-64 for has_longmode.
2128
2129 2016-06-01  Nathan Sidwell  <nathan@acm.org>
2130
2131         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
2132         undefined weak.
2133
2134 2016-06-01  Richard Biener  <rguenther@suse.de>
2135
2136         PR tree-optimization/71261
2137         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
2138         of stmts successfully put in the bool pattern.  Remove
2139         single-use restriction.
2140         (adjust_bool_pattern_cast): Add cast at the use site via the
2141         pattern def sequence.
2142         (adjust_bool_pattern): Remove recursion, maintain a hash-map
2143         of patterned defs.  Use the pattern def seqence instead of
2144         multiple independent patterns.
2145         (sort_after_uid): New qsort compare function.
2146         (adjust_bool_stmts): New function to process stmts in the bool
2147         pattern in IL order.
2148         (vect_recog_bool_pattern): Adjust.
2149         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
2150         (ifcvt_walk_pattern_tree): Likewise.
2151         (stmt_is_root_of_bool_pattern): Likewise.
2152         (ifcvt_repair_bool_pattern): Likewise.
2153         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
2154
2155 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
2156
2157         * loop-unroll.c (decide_unroll_constant_iterations,
2158         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
2159         likely upper bounds.
2160         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
2161
2162 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
2163
2164         * tree-core.h (enum omp_clause_code): Remove
2165         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
2166
2167 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2168
2169         * config/arm/sync.md (arm_store_exclusive<mode>):
2170         Use 'H' output modifier on operands[2] rather than creating a new
2171         entry in out-of-bounds memory of the operands array.
2172         (arm_store_release_exclusivedi): Likewise.
2173
2174 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2175
2176         * config/arm/arm.c (arm_fusion_enabled_p): New function.
2177         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
2178         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
2179         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
2180
2181 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
2182
2183         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
2184         into account live statements for mask producers.
2185
2186 2016-06-01  Richard Biener  <rguenther@suse.de>
2187
2188         PR tree-optimization/71311
2189         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
2190         restrict to non-INTEGER_CST @0.
2191
2192 2016-06-01  Richard Biener  <rguenther@suse.de>
2193
2194         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
2195         (relational patterns): Use :c to avoid pattern duplications.
2196
2197 2016-06-01  Richard Biener  <rguenther@suse.de>
2198
2199         * genmatch.c (comparison_code_p): New predicate.
2200         (swap_tree_comparison): New function.
2201         (commutate): Add for_vec parameter to append new for entries.
2202         Support commutating relational operators by swapping it alongside
2203         operands.
2204         (lower_commutative): Adjust.
2205         (dt_simplify::gen): Do not pass artificial operators to gen
2206         functions.
2207         (decision_tree::gen): Do not add artificial operators as parameters.
2208         (parser::parse_expr): Verify operator commutativity when :c is
2209         applied.  Allow :C to override this.
2210         * match.pd: Adjust patterns to use :C instead of :c where required.
2211
2212 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
2213
2214         PR tree-optimization/71077
2215         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
2216         the combining step, use boolean_false_node and boolean_true_node
2217         as the designated false/true return values.
2218
2219 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
2220
2221         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
2222         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
2223         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
2224         PRED_LOOP_EXIT.
2225
2226 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
2227
2228         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
2229         of flags impliying the register renaming.
2230         * toplev.c (process_options): Do not imply flag_rename_registers with
2231         loop peeling.
2232
2233 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
2234
2235         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
2236         default implementation.
2237
2238 2016-05-31  Nathan Sidwell  <nathan@acm.org>
2239
2240         * dwarf2out.c (cur_line_info_table): Add GTY marker.
2241
2242 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
2243
2244         * config/sh/constraints.md (b): Remove constraint.
2245         * config/sh/predicates.md (arith_reg_operand): Remove
2246         TARGET_REGISTER_P.
2247         * config/sh/sh-modes.def (PDI): Remove.
2248         * config/sh/sh.c (sh_target_reg_class,
2249         sh_optimize_target_register_callee_saved): Remove functions.
2250         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
2251         (sh_expand_epilogue): Update comment.
2252         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
2253         sh_secondary_reload): Remove TARGET_REGS related code.
2254         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
2255         TARGET_REGISTER_P): Remove macros.
2256         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
2257         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
2258         TR1_REG, TR2_REG): Remove constants.
2259         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
2260
2261 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
2262
2263         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
2264         define_expand patterns.
2265         (adddi3_compact): Rename to adddi3.
2266         (subdi3_compact): Rename to subdi3.
2267         (*negdi2): Rename to negdi2.
2268         (*abs<mode>2): Rename to abs<mode>2.
2269
2270 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
2271
2272         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
2273         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
2274         (atomic_sub_fetchsi): ... this new pattern.
2275         (mvtc): Add CC_REG clobber.
2276
2277 2016-05-31  Marek Polacek  <polacek@redhat.com>
2278
2279         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
2280
2281 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2282
2283         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
2284         aarch64_fusion_enabled_p to check for fusion capabilities.
2285
2286 2016-05-31  Richard Biener  <rguenther@suse.de>
2287
2288         PR tree-optimization/71352
2289         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
2290         minus one and a negate.
2291
2292 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2293
2294         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
2295         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
2296         Delete prototype.
2297         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
2298         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
2299         Remove use of aarch64_simd_attr_length_move, set length attribute
2300         directly.
2301         (*aarch64_be_movoi): Likewise.
2302         (*aarch64_be_movci): Likewise.
2303         (*aarch64_be_movxi): Likewise.
2304
2305 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
2306
2307         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
2308         It no longer does that.
2309         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
2310
2311 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
2312
2313         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
2314         attribute __unused__.
2315
2316 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2317
2318         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
2319         * config/arm/arm.c (arm_arch_thumb1): Define.
2320         (arm_option_override): Initialize arm_arch_thumb1.
2321         * config/arm/arm.h (arm_arch_thumb1): Declare.
2322         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
2323         support Thumb-1 ISA.
2324
2325 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
2326
2327         PR target/71346
2328         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
2329         `Yv' for scalar operand.
2330
2331 2016-05-31  Tom de Vries  <tom@codesourcery.com>
2332
2333         PR tree-optimization/69068
2334         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
2335         phis with more than two args.
2336
2337 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
2338
2339         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
2340         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
2341         target.
2342
2343 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
2344
2345         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
2346         tune_64.
2347         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
2348         support on SPARC.
2349         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
2350         cpu_32, cpu_64, tune_32 and tune_64.
2351         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
2352
2353 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
2354
2355         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
2356
2357 2016-05-30  Andi Kleen  <ak@linux.intel.com>
2358
2359         * auto-profile.c (read_profile): Replace asserts with errors
2360         when file does not exist.
2361         * gcov-io.c (gcov_read_words): Dito.
2362
2363 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2364
2365         * tree-cfg.c (print_loop): Print likely upper bounds.
2366
2367 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2368
2369         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
2370         * opts.c (default_options): Enable peel loops at -O3.
2371         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
2372         (try_peel_loop): Do not re-peel already peeled loops;
2373         use likely upper bounds; fix profile updating.
2374         (pass_complete_unroll::execute): Initialize peeled_loops.
2375
2376 2016-05-30  Martin Liska  <mliska@suse.cz>
2377
2378         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
2379         computed costs by frequency of BB they belong to.
2380         (get_scaled_computation_cost_at): New function.
2381
2382 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
2383             Marc Glisse  <marc.glisse@inria.fr>
2384
2385         PR tree-optimization/71289
2386         * match.pd (-1 / B < A, A > -1 / B): New transformations.
2387
2388 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2389
2390         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
2391
2392 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2393
2394         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
2395         for peeled copies; avoid underflow when updating estimates; correctly
2396         scale loop profile.
2397
2398 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
2399
2400         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
2401         r236875. Corrected oe3 to oe2 as obvious.
2402
2403 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
2404
2405         PR middle-end/71269
2406         PR middle-end/71252
2407         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
2408         that inserted stmt will not dominate stmts that defines its operand.
2409         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
2410         (rewrite_expr_tree_parallel): Likewise.
2411
2412 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
2413
2414         PR middle-end/71252
2415         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
2416         all fields including stmt_to_insert are swapped.
2417
2418 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2419
2420         * predict.h (force_edge_cold): Declare.
2421         * predict.c (force_edge_cold): New function.
2422         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
2423         updating.
2424         (canonicalize_loop_induction_variables): Fix formating.
2425
2426 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
2427
2428         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
2429         (visium_expand_copysign): Use gen_int_mode directly.
2430         (visium_compute_frame_size): Minor tweaks.
2431
2432 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2433
2434         * tree-vect-loop.c (vect_analyze_loop_2): Use
2435         likely_max_stmt_executions_int.
2436
2437 2016-05-30  Tom de Vries  <tom@codesourcery.com>
2438
2439         PR tree-optimization/69067
2440         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
2441
2442 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
2443
2444         PR target/71245
2445         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
2446         New peepholes to remove unneeded fild/fistp pairs.
2447         (define_peephole2 atomic_loaddi_fpu): Ditto.
2448
2449 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2450
2451         * predict.c (maybe_hot_frequency_p): Avoid division.
2452
2453 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
2454
2455         * doc/install.texi: Use https for shop.fsf.org.
2456
2457 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2458
2459         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
2460         likely_max_stmt_executions_int.
2461
2462 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2463
2464         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
2465         likely_max_stmt_executions_int.
2466
2467 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2468
2469         * profile.c (compute_branch_probabilities): Do not report hitrates
2470         here.
2471         (branch_prob): Report hitrates here.
2472         * predict.c (gimple_predict_edge): Do not assert profile status;
2473         fix formatting issues.
2474
2475 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2476
2477         * predict.c (edge_predicted_by_p): New function.
2478         (predict_paths_for_bb): Do not put multiple predictions of the same type
2479         on one edge.
2480
2481 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2482
2483         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
2484         commit.
2485
2486 2016-05-28  Alan Modra  <amodra@gmail.com>
2487
2488         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
2489
2490 2016-05-28  Alan Modra  <amodra@gmail.com>
2491
2492         PR rtl-optimization/71275
2493         * ira.c (ira): Free dominance info.
2494
2495 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
2496
2497         * doc/sourcebuild.texi: New address for upstream Go repository.
2498
2499 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2500
2501         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
2502         (TARGET_ARM_V7M): Likewise.
2503
2504 2016-05-26  Jeff Law  <law@redhat.com>
2505
2506         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
2507         (thread_across_edge): Remove calls to find_jump_threads_backwards.
2508         * passes.def: Add jump threading passes before DOM/VRP.
2509         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
2510         argument to a basic block from an edge.  Remove tests which are
2511         handled elsewhere.
2512         (pass_data_thread_jumps, class pass_thread_jumps): New.
2513         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
2514         (make_pass_thread_jumps): Likewise.
2515         * tree-pass.h (make_pass_thread_jumps): Declare.
2516
2517 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2518
2519         * config/visium/visium-protos.h (split_double_move): Rename into...
2520         (visium_split_double_move): ...this.
2521         (visium_split_double_add): Declare.
2522         * config/visium/visium.c (split_double_move): Rename into...
2523         (visium_split_double_move): ...this.
2524         (visium_split_double_add): New function.
2525         (visium_expand_copysign): Renumber operands for consistency.
2526         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
2527         (DFmode move splitter): Likewise.
2528         (*addi3_insn): Split by means of visium_split_double_add.
2529         (*adddi3_insn_flags): Delete.
2530         (*plus_plus_sltu<subst_arith>): New insn.
2531         (*subdi3_insn): Split by means of visium_split_double_add.
2532         (subdi3_insn_flags): Delete.
2533         (*minus_minus_sltu<subst_arith>): New insn.
2534         (*negdi2_insn): Split by means of visium_split_double_add.
2535         (*negdi2_insn_flags): Delete.
2536
2537 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
2538
2539         * configure.ac: Treat a --with-headers option without argument
2540         the same as the default (i.e. consult sys-include directory).
2541         * configure: Regenerate.
2542
2543 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2544
2545         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
2546         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
2547         prototype.
2548         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
2549         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
2550
2551 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
2552
2553         PR target/63596
2554         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
2555         tree-stdarg analysis results.
2556         (aarch64_setup_incoming_varargs): Likewise.
2557
2558 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
2559
2560         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
2561         va_list_gpr_counter_field and va_list_fpr_counter_field.
2562
2563 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
2564
2565         PR67609
2566         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
2567         * config/aarch64/aarch64.c
2568         (aarch64_cannot_change_mode_class): Remove function.
2569         * config/aarch64/aarch64-protos.h
2570         (aarch64_cannot_change_mode_class): Remove.
2571
2572 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2573
2574         * cfgloop.c (record_niter_bound): Record likely upper bounds.
2575         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
2576         get_likely_max_loop_iterations_int): New.
2577         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
2578         any_likely_upper_bound.
2579         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
2580         Declare.
2581         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
2582         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
2583         upper bound.
2584         (unroll_loop_constant_iterations): Likewise.
2585         (unroll_loop_runtime_iterations): Likewise.
2586         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
2587         * lto-streamer-out.c (output_cfg): Likewise.
2588         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
2589         bounds.
2590         (canonicalize_loop_induction_variables): Dump likely upper bounds.
2591         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
2592         (likely_max_loop_iterations): New.
2593         (likely_max_loop_iterations_int): New.
2594         (likely_max_stmt_executions): New.
2595         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
2596         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
2597         likely_max_stmt_executions): Declare.
2598
2599 2016-05-27  Marek Polacek  <polacek@redhat.com>
2600
2601         PR middle-end/71308
2602         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
2603
2604 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2605
2606         * config/s390/s390.md (2x risbg splitters): Use
2607         reg_overlap_mentioned_p instead of rtx_equal_p.
2608
2609 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2610
2611         * combine.c (make_compound_operation): Take known zero bits into
2612         account when checking for possible zero_extend.
2613
2614 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2615
2616         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
2617         Use const_int_operand for operand 2 predicate.  Simplify expand code
2618         as a result.
2619
2620 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
2621
2622         PR middle-end/71279
2623         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
2624         into comparison.
2625
2626 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2627
2628         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
2629         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
2630         that returns CC_SESWPmode and CC_ZESWPmode.
2631         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
2632         and CC_SESWPmode.
2633         (aarch64_rtx_costs): Likewise.
2634
2635 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
2636
2637         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
2638         for ISA 3.0 min/max support.
2639         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
2640         conditional move support.
2641         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
2642         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
2643         available.
2644         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
2645         conditional moves where the comparison type is different from move
2646         type.
2647         (fp_minmax): New code iterator for smin/smax.
2648         (minmax): New code attributes for min/max.
2649         (SMINMAX): Likewise.
2650         (smax<mode>3): Combine min, max insns into one insn using the
2651         fp_minmax code iterator.  Add support for ISA 3.0 min/max
2652         instructions that don't need -ffast-math.
2653         (s<minmax><mode>3): Likewise.
2654         (smax<mode>3_vsx): Likewise.
2655         (smin<mode>3): Likewise.
2656         (s<minmax><mode>3_vsx): Likewise.
2657         (smin<mode>3_vsx): Likewise.
2658         (pre-VSX min/max splitters): Likewise.
2659         (s<minmax><mode>3_fpr): Likewise.
2660         (movsfcc): Rewrite floating point conditional moves to combine
2661         SFmode/DFmode into a single insn.
2662         (mov<mode>cc): Likewise.
2663         (movdfcc): Likewise.
2664         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
2665         SFDF2 iterators to handle all combinations.
2666         (fseldfsf4): Likewise.
2667         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
2668         (fseldfdf4): Likewise.
2669         (fselsfdf4): Likewise.
2670         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
2671         comparison instructions that set a 0/-1 mask, and use it for
2672         floating point conditional move via XXSEL.
2673         (fpmask<mode>): Likewise.
2674         (xxsel<mode>): Likewise.
2675         * config/rs6000/predicates.md (min_max_operator): Delete, no
2676         longer used.
2677         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
2678         instructions that generate a 0/-1 mask for use with XXSEL.
2679         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
2680         say whether floating point min/max is available, either through
2681         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
2682         (TARGET_MINMAX_DF): Likewise.
2683
2684 2016-05-27  Alan Modra  <amodra@gmail.com>
2685
2686         PR rtl-optimization/71275
2687         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
2688         for update_equiv_regs and combine_and_move_insns.
2689
2690 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
2691
2692         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
2693         if_then_else or cond RTXes to calculate attribute value.
2694         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
2695         <attr "length_immediate>: Ditto.
2696         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
2697         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
2698         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
2699         <attr "type">: Ditto.
2700         <attr "prefix_data16">: Ditto.
2701         <attr "prefix_extra">: Ditto.
2702         <attr "length_immediate">: Ditto.
2703         <attr "prefix">: Ditto.
2704         (vec_set<mode>_0) <attr "isa">: Ditto.
2705         <attr "prefix_extra">: Ditto.
2706         <attr "length_immediate">: Ditto.
2707         <attr "prefix">: Ditto.
2708         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
2709         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
2710         (sse2_storelpd) <attr "prefix_data16">: Ditto.
2711         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
2712         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
2713         <attr "length_immediate">: Ditto.
2714         <attr "prefix">: Ditto.
2715         (sse2_movsd) <attr "length_immediate">: Ditto.
2716         <attr "prefix">: Ditto.
2717         (vec_concatv2df)  <attr "isa">: Ditto.
2718         <attr "prefix">: Ditto.
2719         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
2720         (*vec_extractv2di_1) <attr "isa">: Ditto.
2721         <attr "type">: Ditto.
2722         <attr "length_immediate">: Ditto.
2723         <attr "prefix_rex">: Ditto.
2724         <attr "prefix_extra">: Ditto.
2725         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
2726         <attr "prefix_extra">: Ditto.
2727         <attr "length_immediate">: Ditto.
2728         (vec_concatv2di) <attr "isa">: Ditto.
2729         <attr "prefix_extra">: Ditto.
2730         <attr "length_immediate">: Ditto.
2731         <attr "prefix">: Ditto.
2732
2733 2016-05-26  Martin Liska  <mliska@suse.cz>
2734
2735         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
2736         function.
2737         (operator+): Likewise.
2738         (operator-): Likewise.
2739         (comp_cost::operator+=): Likewise.
2740         (comp_cost::operator-=): Likewise.
2741         (comp_cost::operator/=): Likewise.
2742         (comp_cost::operator*=): Likewise.
2743         (operator<): Likewise.
2744         (operator==): Likewise.
2745         (operator<=): Likewise.
2746         (new_cost): Remove.
2747         (infinite_cost_p): Likewise.
2748         (add_costs): Likewise.
2749         (sub_costs): Likewise.
2750         (compare_costs): Likewise.
2751         (set_group_iv_cost): Use the newly introduced functions.
2752         (get_address_cost): Likewise.
2753         (get_shiftadd_cost): Likewise.
2754         (force_expr_to_var_cost): Likewise.
2755         (split_address_cost): Likewise.
2756         (ptr_difference_cost): Likewise.
2757         (difference_cost): Likewise.
2758         (get_computation_cost_at): Likewise.
2759         (determine_group_iv_cost_generic): Likewise.
2760         (determine_group_iv_cost_address): Likewise.
2761         (determine_group_iv_cost_cond): Likewise.
2762         (autoinc_possible_for_pair): Likewise.
2763         (determine_group_iv_costs): Likewise.
2764         (cheaper_cost_pair): Likewise.
2765         (iv_ca_recount_cost): Likewise.
2766         (iv_ca_set_no_cp): Likewise.
2767         (iv_ca_set_cp): Likewise.
2768         (iv_ca_cost): Likewise.
2769         (iv_ca_new): Likewise.
2770         (iv_ca_dump): Likewise.
2771         (iv_ca_narrow): Likewise.
2772         (iv_ca_prune): Likewise.
2773         (iv_ca_replace): Likewise.
2774         (try_add_cand_for): Likewise.
2775         (try_improve_iv_set): Likewise.
2776         (find_optimal_iv_set): Likewise.
2777
2778 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
2779
2780         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
2781         that internal functions will clobber all caller-saved registers.
2782
2783 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
2784
2785         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
2786         Return a better case_values_threshold when optimizing.
2787
2788 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
2789
2790         * config/aarch64/aarch64-simd.md (aarch64_combinez):
2791         Add ? to integer variant.
2792         (aarch64_combinez_be): Likewise.
2793
2794 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
2795
2796         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
2797         instead of x constraint.
2798         (vcvtps2ph256<mask_name>): Likewise.
2799
2800         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
2801         alternative.  Formatting fix.
2802
2803         * config/i386/sse.md
2804         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
2805         to ...
2806         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
2807         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
2808         maybe_evex prefix instead of vex.
2809         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
2810         EXT_REX_SSE_REG_P (op0) case in the splitter.
2811
2812 2016-05-25  Jeff Law  <law@redhat.com>
2813
2814         PR tree-optimization/71272
2815         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
2816         Update comments.  Add test for empty path.
2817
2818 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
2819
2820         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
2821         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
2822         special case builtin.
2823         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2824         code for ALTIVEC_BUILTIN_VEC_CMPNE.
2825         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2826         for __builtin_vec_cmpne.
2827
2828 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
2829
2830         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
2831         redundant test and bail out if the type of the new operand is not
2832         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
2833
2834 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
2835
2836         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
2837         (x_ix86_target_flags_explicit): Remove.
2838         * config/i386/i386.c (ix86_function_specific_save): Do not copy
2839         x_ix86_target_flags_explicit.
2840         (ix86_function_specific_restore): Ditto.
2841
2842 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
2843             H.J. Lu  <hongjiu.lu@intel.com>
2844
2845         PR target/70738
2846         * common/config/i386/i386-common.c
2847         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
2848         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
2849         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
2850         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
2851         (-mgeneral-regs-only): Add new option.
2852         * config/i386/i386.c (ix86_option_override_internal): Don't enable
2853         x87 instructions if only general registers are allowed.
2854         (ix86_target_string): Add ix86_flags argument. Handle additional
2855         flags options through ix86_flags argument.  Update all callers.
2856         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
2857
2858 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2859
2860         PR rtl-optimization/66940
2861         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
2862         decrementing desired_val will not overflow before performing these
2863         operations.
2864
2865 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
2866
2867         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
2868         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
2869         * config/i386/i386.c (enum ix86_builtins): Add
2870         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
2871         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
2872         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
2873         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
2874         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
2875         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
2876         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
2877         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
2878         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
2879         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
2880         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
2881         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
2882         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
2883         __builtin_ia32_cvtps2dq512_mask.
2884         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
2885         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
2886         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
2887         * config/i386/sse.md
2888         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
2889         Rename to ...
2890         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
2891         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
2892         to ...
2893         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
2894         (avx512f_vec_pack_sfix_v8df): New define_expand.
2895         (avx512f_roundpd512): Rename to ...
2896         (avx512f_round<castmode>512): ... this.  Change iterator.
2897         (avx512f_roundps512_sfix): New define_expand.
2898         (round<mode>2_sfix): Change iterator.
2899
2900 2016-05-25  Nick Clifton  <nickc@redhat.com>
2901
2902         * config/msp430/msp430.c (msp430_attr): Produce an error if a
2903         static interrupt handler is detected.
2904         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
2905         default linker script.
2906         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
2907         the low part of a symbolic pointer.
2908
2909 2016-05-25  Richard Biener  <rguenther@suse.de>
2910
2911         PR tree-optimization/71261
2912         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
2913         interesting stmt instead of immediate uses when looking
2914         for the use operand to replace.
2915
2916 2016-05-25  Martin Liska  <mliska@suse.cz>
2917
2918         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
2919
2920 2016-05-25  Richard Biener  <rguenther@suse.de>
2921
2922         PR tree-optimization/71264
2923         * tree-vect-stmts.c (vect_init_vector): Properly deal with
2924         vector type val.
2925
2926 2016-05-25  Martin Liska  <mliska@suse.cz>
2927
2928         PR tree-optimization/71239
2929         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
2930         if DECL_SIZE is NULL.
2931
2932 2016-05-25  Richard Biener  <rguenther@suse.de>
2933
2934         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
2935         * tree-if-conv.c (pass_data_if_conversion): Use it.
2936
2937 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2938
2939         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
2940         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
2941         * varpool.c (varpool_node::get_availability): Likewise.
2942
2943 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
2944
2945         * config/rs6000/altivec.md (VNEG iterator): New iterator for
2946         VNEGW/VNEGD instructions.
2947         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
2948         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
2949         support for ISA 3.0 VNEGW/VNEGD instructions.
2950
2951 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
2952
2953         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
2954         pointers inside OACC_DATA regions.
2955         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
2956         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
2957         (gimplify_adjust_omp_clauses): Fix typo in comment.
2958
2959 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
2960
2961         * config/rs6000/altivec.md (VParity): New mode iterator for vector
2962         parity built-in functions.
2963         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
2964         zeros.
2965         (p9v_parity<mode>2): Likewise.
2966         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
2967         parity.
2968         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
2969         (parity<mode>2): ISA 3.0 expander for vector parity.
2970         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
2971         power9 built-ins.
2972         (BU_P9_64BIT_MISC_0): Likewise.
2973         (BU_P9_MISC_0): Likewise.
2974         (BU_P9V_AV_1): Likewise.
2975         (BU_P9V_AV_2): Likewise.
2976         (BU_P9V_AV_3): Likewise.
2977         (BU_P9V_AV_P): Likewise.
2978         (BU_P9V_VSX_1): Likewise.
2979         (BU_P9V_OVERLOAD_1): Likewise.
2980         (BU_P9V_OVERLOAD_2): Likewise.
2981         (BU_P9V_OVERLOAD_3): Likewise.
2982         (VCTZB): Add vector count trailing zeros support.
2983         (VCTZH): Likewise.
2984         (VCTZW): Likewise.
2985         (VCTZD): Likewise.
2986         (VPRTYBD): Add vector parity support.
2987         (VPRTYBQ): Likewise.
2988         (VPRTYBW): Likewise.
2989         (VCTZ): Add overloaded vector count trailing zeros support.
2990         (VPRTYB): Add overloaded vector parity support.
2991         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2992         overloaded vector count trailing zeros and parity instructions.
2993         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
2994         vector parity support.
2995         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
2996         trailing zeros support.
2997         (vec_cntlz): Likewise.
2998         (vec_vctzb): Likewise.
2999         (vec_vctzd): Likewise.
3000         (vec_vctzh): Likewise.
3001         (vec_vctzw): Likewise.
3002         (vec_vprtyb): Add ISA 3.0 vector parity support.
3003         (vec_vprtybd): Likewise.
3004         (vec_vprtybw): Likewise.
3005         (vec_vprtybq): Likewise.
3006         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
3007         the ISA 3.0 vector count trailing zeros and vector parity built-in
3008         functions.
3009
3010 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
3011
3012         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
3013         when there is stmt_to_insert.
3014
3015 2016-05-24  Martin Sebor  <msebor@redhat.com>
3016
3017         PR c++/71147
3018         * tree.h (complete_or_array_type_p): New inline function.
3019
3020 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
3021
3022         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
3023         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
3024         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
3025
3026         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
3027         Limit 1st alternative to noavx isa, split 2nd alternative into one
3028         noavx and one avx alternative, use *x and Bm in the former and
3029         x and m in the latter.
3030
3031         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
3032         of sse4 for the first alternative, drop %v from the template
3033         and d operand modifier.  Split second alternative into one sse4_noavx
3034         and one avx alternative, use *x instead of *v in the former and v
3035         instead of *v in the latter.
3036         (*sse4_1_extractps): Use noavx isa instead of * for the first
3037         alternative, drop %v from the template.  Split second alternative into
3038         one noavx and one avx alternative, use *x instead of *v in the
3039         former and v instead of *v in the latter.
3040         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
3041         with noavx and the last one with avx.
3042         (sse4_1_phminposuw): Guard first alternative with noavx isa,
3043         split the second one into one noavx and one avx alternative,
3044         use *x and Bm in the former and x and m in the latter one.
3045         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
3046         alternatives.
3047
3048         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
3049         first two alternatives to noavx, use *x instead of *v in the second
3050         one, add avx alternative without *.
3051         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
3052         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
3053         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
3054
3055 2016-05-24  Jeff Law  <law@redhat.com>
3056
3057         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
3058         New function, extracted from...
3059         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
3060         Allow simple copies and constant initializations in the SSA chain.
3061
3062 2016-05-24  Marek Polacek  <polacek@redhat.com>
3063
3064         PR c/71249
3065         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
3066         scope.
3067
3068 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
3069
3070         PR c++/71257
3071         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
3072         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
3073         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
3074         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
3075         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
3076
3077 2016-05-24  Richard Biener  <rguenther@suse.de>
3078
3079         PR tree-optimization/71240
3080         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
3081         has integral type.
3082
3083 2016-05-24  Richard Biener  <rguenther@suse.de>
3084
3085         PR tree-optimization/71230
3086         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
3087
3088 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
3089
3090         * tree-vectorizer.h (vectorizable_comparison): Delete.
3091         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
3092         PURE_SLP_STMT check.
3093         * tree-vect-stmts.c (vectorizable_call): Likewise.
3094         (vectorizable_simd_clone_call): Likewise.
3095         (vectorizable_conversion): Likewise.
3096         (vectorizable_assignment): Likewise.
3097         (vectorizable_shift): Likewise.
3098         (vectorizable_operation): Likewise.
3099         (vectorizable_load): Likewise.
3100         (vectorizable_condition): Likewise.
3101         (vectorizable_store): Likewise.  Assert that we don't have
3102         hybrid SLP.
3103         (vectorizable_comparison): Make static.  Remove redundant
3104         PURE_SLP_STMT check.
3105         (vect_transform_stmt): Assert that we always have an slp_node
3106         if PURE_SLP_STMT.
3107
3108 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3109
3110         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
3111         operands[2] against 1 with comparison against CONST1_RTX.
3112         (<shift>di3_neon): Likewise.
3113         * config/arm/predicates.md (const0_operand): Replace with comparison
3114         against CONST0_RTX.
3115
3116 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3117
3118         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
3119         operands[2] against 1 with comparison against CONST1_RTX.
3120         (ashrdi3): Likewise.
3121         (lshrdi3): Likewise.
3122         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
3123         UINTVAL.
3124         (ashrsi3): Likewise.
3125         (lshrsi3): Likewise.
3126         (rotrsi3): Likewise.
3127         (define_split above *compareqi_eq0): Likewise.
3128         (define_split above "prologue"): Likewise.
3129         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
3130         * config/arm/predicates.md (shift_operator): Likewise.
3131         (shift_nomul_operator): Likewise.
3132         (sat_shift_operator): Likewise.
3133         (thumb1_cmp_operand): Likewise.
3134         (const_neon_scalar_shift_amount_operand): Replace manual range
3135         check with IN_RANGE.
3136         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
3137         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
3138
3139 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3140
3141         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
3142         with HOST_WIDE_INT_1.
3143         (insv): Likewise.
3144         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
3145         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
3146         (arm_canonicalize_comparison): Likewise.
3147         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
3148         HOST_WIDE_INT_1.
3149         (thumb1_size_rtx_costs): Likewise.
3150         (vfp_const_double_index): Replace cast of 1 to unsigned
3151         HOST_WIDE_INT with HOST_WIDE_INT_1U.
3152         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
3153         HOST_WIDE_INT_1.
3154         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
3155         HOST_WIDE_INT with HOST_WIDE_INT_1U.
3156         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
3157         HOST_WIDE_INT with HOST_WIDE_INT_1.
3158
3159 2016-05-24  Marek Polacek  <polacek@redhat.com>
3160
3161         * tree-cfg.h (should_remove_lhs_p): New predicate.
3162         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
3163         * gimplify.c (gimplify_modify_expr): Likewise.
3164         * tree-cfg.c (verify_gimple_call): Likewise.
3165         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
3166         * gimple-fold.c: Include "tree-cfg.h".
3167         (gimple_fold_call): Use should_remove_lhs_p.
3168
3169 2016-05-24  Richard Biener  <rguenther@suse.de>
3170
3171         PR tree-optimization/71253
3172         * cfganal.h (control_dependences): Make robust against edge
3173         and BB removal.
3174         (control_dependences::control_dependences): Remove edge_list argument.
3175         (control_dependences::get_edge): Remove.
3176         (control_dependences::get_edge_src): Add.
3177         (control_dependences::get_edge_dest): Likewise.
3178         (control_dependences::m_el): Make a vector of edge src/dest index.
3179         * cfganal.c (control_dependences::find_control_dependence): Adjust.
3180         (control_dependences::control_dependences): Likewise.
3181         (control_dependences::~control_dependence): Likewise.
3182         (control_dependences::get_edge): Remove.
3183         (control_dependences::get_edge_src): Add.
3184         (control_dependences::get_edge_dest): Likewise.
3185         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
3186         get_edge_src.
3187         (perform_tree_ssa_dce): Adjust.
3188         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
3189         get_edge_src.
3190         (pass_loop_distribution::execute): Adjust.  Do loop destroying
3191         conditional on changed.
3192
3193 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3194
3195         PR target/69857
3196         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
3197         return.  Reindent transformation comment and mention the ARM state
3198         behavior.
3199
3200 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
3201
3202         PR middle-end/71252
3203         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
3204         after build_and_add_sum creates new use stmt.
3205
3206 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
3207
3208         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
3209         load_lanes/grouped_load classification comes first.  Don't check
3210         whether the vectorization factor is a multiple of the group size
3211         for load_lanes.
3212
3213 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
3214
3215         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
3216         GROUP_GAP for single-element interleaving.
3217         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
3218         variable.
3219
3220 2016-05-24  Richard Biener  <rguenther@suse.de>
3221
3222         PR middle-end/70434
3223         PR c/69504
3224         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
3225         bases which are accessed with non-invariant indices.
3226         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
3227         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
3228
3229 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
3230
3231         PR middle-end/71170
3232         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
3233         (add_to_ops_vec): Add stmt_to_insert.
3234         (add_repeat_to_ops_vec): Init stmt_to_insert.
3235         (insert_stmt_before_use): New.
3236         (transform_add_to_multiply): Remove mult_stmt insertion and add it
3237         to ops vector.
3238         (get_ops): Init stmt_to_insert.
3239         (maybe_optimize_range_tests): Likewise.
3240         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
3241         (rewrite_expr_tree_parallel): Likewise.
3242         (reassociate_bb): Likewise.
3243
3244 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
3245
3246         PR target/71201
3247         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
3248         ISA 3.0 xxperm fusion alternative.
3249         (altivec_vperm_v8hiv16qi): Likewise.
3250         (altivec_vperm_<mode>_uns_internal): Likewise.
3251         (vperm_v8hiv4si): Likewise.
3252         (vperm_v16qiv8hi): Likewise.
3253
3254 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
3255             Kelvin Nilsen  <kelvin@gcc.gnu.org>
3256
3257         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
3258         vpermr/xxpermr on ISA 3.0.
3259         (altivec_expand_vec_perm_le): Likewise.
3260         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
3261         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
3262         ISA 3.0.
3263
3264 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
3265
3266         * config/i386/i386.h (IS_STACK_MODE): Enable for
3267         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
3268         SSE_FLOAT_MODE_P macros.
3269         * config/i386/i386.c (ix86_preferred_reload_class): Use
3270         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
3271         Cleanup regclass processing for CONST_DOUBLE_P.
3272         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
3273         (ix86_rtx_costs): Remove redundant TARGET_80387 check
3274         with IS_STACK_MODE macro.
3275         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
3276         with TARGET_SSE2.
3277         (*movdf_internal): Use IS_STACK_MODE macro.
3278         (*movsf_internal): Ditto.
3279
3280 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
3281
3282         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
3283         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
3284
3285 2016-05-23  Jeff Law  <law@redhat.com>
3286
3287         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
3288         extracted from ...
3289         (fsm_find_control_statement_thread_paths): Call it.
3290
3291 2016-05-23  Martin Jambor  <mjambor@suse.cz>
3292
3293         PR ipa/71234
3294         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
3295         from_global_constant if t is not NULL.
3296
3297 2016-05-23  Marek Polacek  <polacek@redhat.com>
3298
3299         PR c/49859
3300         * common.opt (Wswitch-unreachable): New option.
3301         * doc/invoke.texi: Document -Wswitch-unreachable.
3302         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
3303         warning.
3304
3305 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
3306
3307         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
3308         TMR_INDEX is non-NULL.
3309
3310 2016-05-23  Richard Biener  <rguenther@suse.de>
3311
3312         PR tree-optimization/71230
3313         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
3314         (try_special_add_to_ops): ... here.  Always test for single-use.
3315
3316 2016-05-23  Martin Jambor  <mjambor@suse.cz>
3317
3318         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
3319         default block if a PHI node in the original one would be resized.
3320
3321 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3322
3323         PR tree-optimization/58135
3324         * tree-vect-slp.c: When group size is not multiple
3325         of vector size, allow splitting of store group at
3326         vector boundary.
3327
3328 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
3329
3330         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
3331
3332 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
3333
3334         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
3335         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
3336         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
3337         of 64x2.
3338
3339         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
3340         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
3341         v constraint instead of x and vinserti32x4 insn.
3342
3343         * config/i386/sse.md (i128vldq): New mode iterator.
3344         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
3345         avx512dq and avx512vl alternatives.
3346
3347         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
3348         constraint, use maybe_evex prefix instead of vex.
3349         (vec_dupv4sf): Use v constraint instead of x for output
3350         operand except for noavx alternative, use Yv constraint
3351         instead of x for input.  Use maybe_evex prefix instead of vex.
3352         (*vec_dupv4si): Likewise.
3353         (*vec_dupv2di): Likewise.
3354
3355 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
3356
3357         PR middle-end/40921
3358         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
3359         (linearize_expr_tree): Call try_special_add_to_ops.
3360         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
3361
3362 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3363
3364         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
3365         to computed stack_usage.
3366
3367 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
3368
3369         PR target/71103
3370         * config/avr/avr.md (define_expand "mov<mode>"): If the source
3371         operand is subreg (symbol_ref) then move the symbol ref to register.
3372
3373 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
3374
3375         * tree.c (array_at_struct_end_p): Look through MEM_REF.
3376
3377 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
3378
3379         PR middle-end/71179
3380         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
3381         VECTOR type.
3382
3383 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
3384
3385         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
3386         ranges by calling get_single_symbol and tidy up.  Look more closely
3387         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
3388
3389 2016-05-20  Jeff Law  <law@redhat.com>
3390
3391         * bitmap.c (bitmap_find_bit): Remove useless test.
3392
3393 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
3394
3395         * function.c (thread_prologue_and_epilogue_insns): Commit the
3396         insertion of the epilogue.
3397
3398 2016-05-20  Martin Jambor  <mjambor@suse.cz>
3399
3400         PR tree-optimization/70884
3401         * tree-sra.c (initialize_constant_pool_replacements): Do not check
3402         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
3403         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
3404         of constant pool data as a reason for scalarization.
3405
3406 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
3407
3408         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
3409         for naked functions.
3410         (thumb1_expand_prologue): Likewise.
3411
3412 2016-05-20  Nathan Sidwell  <nathan@acm.org>
3413
3414         * config/nvptx/nptx.c (nvptx_option_override): Only set
3415         flag_toplevel_reorder, if not explicitly specified.  Set
3416         flag_no_common, unless explicitly specified.
3417
3418 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
3419
3420         * calls.c (can_implement_as_sibling_call_p): Mark param
3421         reg_parm_stack_space with ATTRIBUTE_UNUSED.
3422
3423 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
3424
3425         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
3426         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
3427         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
3428         constants.
3429         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
3430         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
3431         and CASE_CONST_ANY.
3432
3433 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
3434
3435         * config/nvptx/nvptx.md (sincossf3): New pattern.
3436
3437 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
3438
3439         * calls.c (maybe_complain_about_tail_call): New function.
3440         (initialize_argument_information): Call
3441         maybe_complain_about_tail_call when clearing *may_tailcall.
3442         (can_implement_as_sibling_call_p): Call
3443         maybe_complain_about_tail_call when returning false.
3444         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
3445         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
3446         if tail-call optimization fails.
3447         * cfgexpand.c (expand_call_stmt): Initialize
3448         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
3449         * gimple-pretty-print.c (dump_gimple_call): Dump
3450         gimple_call_must_tail_p.
3451         * gimple.c (gimple_build_call_from_tree): Call
3452         gimple_call_set_must_tail with the value of
3453         CALL_EXPR_MUST_TAIL_CALL.
3454         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
3455         (gimple_call_set_must_tail): New function.
3456         (gimple_call_must_tail_p): New function.
3457         * print-tree.c (print_node): Update printing of TREE_STATIC
3458         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
3459         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
3460         trailing comment listing applicable flags.
3461         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
3462
3463 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
3464
3465         * calls.c (expand_call): Move "Rest of purposes for tail call
3466         optimizations to fail" to...
3467         (can_implement_as_sibling_call_p): ...this new function, and
3468         split into multiple "if" statements.
3469
3470 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
3471
3472         * cfgloop.h (expected_loop_iterations_unbounded,
3473         expected_loop_iterations): Unconstify.
3474         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
3475         profile with known upper bound; return 3 when profile is absent.
3476         (expected_loop_iterations): Update.
3477
3478 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
3479
3480         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
3481         and get_max_loop_iterations_int.
3482
3483 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
3484
3485         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
3486         realistic upper bounds here.
3487
3488 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
3489
3490         PR c++/71210
3491         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
3492         calls if the LHS is variable length or has addressable type.
3493         If targets[0]->decl is a noreturn call with void return type and
3494         zero arguments, adjust fntype and remove lhs in that case.
3495
3496 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
3497
3498         PR tree-optimization/71079
3499         PR tree-optimization/71206
3500         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
3501
3502 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3503
3504         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
3505         (get_vec_alignment_for_array_decl): Likewise.
3506         (get_vec_alignment_for_record_decl): Likewise.
3507         (increase_alignment::execute): Move code to find alignment to
3508         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
3509         (type_align_map): New hash_map.
3510
3511 2016-05-20  Richard Guenther  <rguenther@suse.de>
3512
3513         PR tree-optimization/29756
3514         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
3515         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
3516         * fold-const.c (operand_equal_p): Likewise.
3517         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
3518         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
3519         * tree-inline.c (estimate_operator_cost): Likewise.
3520         * tree-pretty-print.c (dump_generic_node): Likewise.
3521         * tree-ssa-operands.c (get_expr_operands): Likewise.
3522         * cfgexpand.c (expand_debug_expr): Likewise.
3523         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
3524         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
3525         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
3526         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
3527         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
3528         (execute_update_addresses_taken): Do it.
3529
3530 2016-05-20  Richard Biener  <rguenther@suse.de>
3531
3532         PR tree-optimization/71185
3533         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
3534         register operations.
3535
3536 2016-05-20  Richard Biener  <rguenther@suse.de>
3537
3538         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
3539         gimple_seq_add_seq_without_update.
3540         (release_bb_predicate): Assert we have no operands to free.
3541         (if_convertible_loop_p_1): Calculate post dominators later.
3542         Do not free BB predicates here.
3543         (combine_blocks): Do not recompute BB predicates.
3544         (version_loop_for_if_conversion): Save BB predicates around
3545         loop versioning.
3546
3547 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
3548
3549         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
3550         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
3551         code.  Ignore sibcalls on EDGE_IGNORE edges.
3552         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
3553         on edges for sibcalls that run without prologue.  The rest of the
3554         function is combined from...
3555         (fix_fake_fallthrough_edge): ... this, and ...
3556         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
3557         function argument, make it a local variable.
3558
3559 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
3560
3561         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
3562         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
3563         for 32-bit mode and SEH for 64-bit.
3564         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
3565         TARGET_64BIT_DEFAULT.
3566
3567 2016-05-19  Ryan Burn  <contact@rnburn.com>
3568
3569         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
3570         * gengtype.c (open_base_files): Add cilk.h to ifiles.
3571
3572 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
3573
3574         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
3575         force pending loads from memory.
3576
3577 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3578
3579         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
3580         (UNSPEC_DARN_32): New unspec constant.
3581         (UNSPEC_DARN_RAW): New unspec constant.
3582         (darn_32): New instruction.
3583         (darn_raw): New instruction.
3584         (darn): New instruction.
3585         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
3586         support and documentation for this macro.
3587         (BU_P9_MISC_1): New macro definition.
3588         (BU_P9_64BIT_MISC_0): New macro definition.
3589         (BU_P9_MISC_0): New macro definition.
3590         (darn_32): New builtin definition.
3591         (darn_raw): New builtin definition.
3592         (darn): New builtin definition.
3593         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
3594         RS6000_BUILTIN_0 directives to surround each occurrence of
3595         #include "rs6000-builtin.def".
3596         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
3597         RS6000_BTM_64BIT flags to the returned mask, depending on
3598         configuration.
3599         (def_builtin): Correct an error in the assignments made to the
3600         debugging variable attr_string.
3601         (rs6000_expand_builtin): Add support for no-operand built-in
3602         functions.
3603         (builtin_function_type): Remove fatal_error assertion that is no
3604         longer valid.
3605         (rs6000_common_init_builtins): Add support for no-operand built-in
3606         functions.
3607         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
3608         definition.
3609         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
3610         definition.
3611         (RS6000_BTM_64BIT): New macro definition.
3612         * doc/extend.texi: Document __builtin_darn (void),
3613         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
3614         functions.
3615
3616 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
3617
3618         * tree-vect-loop.c (vect_analyze_loop_2): Use also
3619         max_loop_iterations_int.
3620
3621 2016-05-19  Marek Polacek  <polacek@redhat.com>
3622
3623         PR tree-optimization/71031
3624         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
3625         condition and adjust the code a bit.
3626
3627 2016-05-19  Martin Liska  <mliska@suse.cz>
3628
3629         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
3630         auto_vec instead of vec.
3631
3632 2016-05-19  Martin Liska  <mliska@suse.cz>
3633
3634         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
3635
3636 2016-05-19  Martin Liska  <mliska@suse.cz>
3637
3638         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
3639
3640 2016-05-19  Martin Liska  <mliska@suse.cz>
3641
3642         * ipa-pure-const.c (set_function_state): Remove an existing
3643         funct_state.
3644         (remove_node_data): Do not free it as it's released
3645         in set_function_state.
3646
3647 2016-05-19  Martin Liska  <mliska@suse.cz>
3648
3649         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
3650         bitmap.
3651
3652 2016-05-19  Martin Liska  <mliska@suse.cz>
3653
3654         * omp-simd-clone.c (simd_clone_adjust): Release vector.
3655
3656 2016-05-19  Martin Liska  <mliska@suse.cz>
3657
3658         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
3659         an auto_vec instead of re-creating it.
3660
3661 2016-05-19  Martin Liska  <mliska@suse.cz>
3662
3663         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
3664         auto_vec instead of vec.
3665
3666 2016-05-19  Martin Liska  <mliska@suse.cz>
3667
3668         * lto-section-in.c (lto_get_section_data): Call
3669         lto_check_version with additional argument.
3670         * lto-streamer.c (lto_check_version): Add new argument.
3671         * lto-streamer.h (lto_check_version): Likewise.
3672
3673 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3674
3675         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
3676         Don't add cost of inner memory when handling sign-extended loads.
3677
3678 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
3679
3680         PR rtl-optimization/71148
3681         * cse.c (cse_main): Free dominance info.
3682         (rest_of_handle_cse): Don't free dominance info.
3683         (rest_of_handle_cse2): Likewise.
3684         (rest_of_handle_cse_after_global_opts): Likewise.
3685
3686 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3687
3688         PR target/71056
3689         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
3690         NULL_TREE early if NEON is not available.  Remove now redundant check
3691         in ARM_CHECK_BUILTIN_MODE.
3692
3693 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
3694
3695         PR sanitizer/64354
3696         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
3697         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
3698         * doc/cpp.texi: Document new macros.
3699
3700 2016-05-19 Bin Cheng  <bin.cheng@arm.com>
3701
3702         PR tree-optimization/69848
3703         * tree-vect-loop.c (vectorizable_reduction): Don't factor
3704         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
3705
3706 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
3707
3708         * function.c (thread_prologue_and_epilogue_insn): Move the
3709         "goto epilogue_done" one block later.
3710
3711 2016-05-19  Richard Biener  <rguenther@suse.de>
3712
3713         PR tree-optimization/70729
3714         * passes.def: Move LIM pass before PRE.  Remove no longer
3715         required copyprop and move first DCE out of the loop pipeline.
3716
3717 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
3718
3719         PR driver/69265
3720         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
3721         (OBJS-libcommon-target): ...here.
3722         * opts-common.c: Include spellcheck.h.
3723         (cmdline_handle_error): Build a vec of valid options and use it
3724         to suggest provide hints for misspelled arguments.
3725
3726 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
3727
3728         PR c++/71100
3729         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
3730         lhs if it has TREE_ADDRESSABLE type.
3731
3732 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
3733
3734         PR target/71145
3735         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
3736         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
3737
3738 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3739
3740         PR ipa/69708
3741         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
3742         input for NOP_EXPR pass-through functions.
3743         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
3744         aggregate global constant VAR_DECLs in constant jump functions.
3745
3746 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3747
3748         PR ipa/69708
3749         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
3750         from TREE_READONLY parameters.
3751
3752 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3753
3754         PR ipa/69708
3755         * cgraph.h (cgraph_indirect_call_info): New field
3756         guaranteed_unmodified.
3757         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
3758         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
3759         appropriate.
3760         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
3761         pass the parameter value to ipa_find_agg_cst_for_param.
3762         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
3763         guaranteed_unmodified, store AA results there instead of bailing out
3764         if present.
3765         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
3766         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
3767         (find_constructor_constant_at_offset): New function.
3768         (ipa_find_agg_cst_from_init): Likewise.
3769         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
3770         static initializers of contants, report back through a new paameter
3771         from_global_constant if that was the case.
3772         (try_make_edge_direct_simple_call): Also pass parameter value to
3773         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
3774         appropriate.
3775         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
3776         (ipa_read_indirect_edge_info): Likewise.
3777         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
3778         (ipa_load_from_parm_agg): Likewise.
3779
3780 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
3781
3782         PR rtl-optimization/71150
3783         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
3784         check.
3785
3786 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
3787
3788         PR target/70915
3789         * config/rs6000/constraints.md (wE constraint): New constraint
3790         for a vector constant that can be loaded with XXSPLTIB.
3791         (wM constraint): New constraint for a vector constant of a 1's.
3792         (wS constraint): New constraint for a vector constant that can be
3793         loaded with XXSPLTIB and a vector sign extend instruction.
3794         * config/rs6000/predicates.md (xxspltib_constant_split): New
3795         predicates for wE/wS constraints.
3796         (xxspltib_constant_nosplit): Likewise.
3797         (easy_vector_constant): Add support for constants that can be
3798         loaded via XXSPLTIB.
3799         (all_ones_constant): New predicate for vector constant with all
3800         1's set.
3801         (splat_input_operand): Add support for ISA 3.0 word splat operations.
3802         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
3803         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
3804         instruction and possibly with a sign extension.
3805         (output_vec_const_move): Add support for XXSPLTIB. If we are
3806         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
3807         instead of XXLXOR/XXLORC.
3808         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
3809         operations.
3810         (rs6000_legitimize_reload_address): Likewise.
3811         (rs6000_output_move_128bit): Use output_vec_const_move to emit
3812         constants.
3813         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
3814         combine VSX_M and VSX_M2 into one iterator.
3815         (VSX_M2): Likewise.
3816         (VSINT_84): New iterators for loading constants with XXSPLTIB.
3817         (VSINT_842): Likewise.
3818         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
3819         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
3820         XXSPLTIB instruction.
3821         (xxspltib_<mode>_nosplit): Likewise.
3822         (xxspltib_<mode>_split): New insn to load up constants with
3823         XXSPLTIB and a sign extend instruction.
3824         (vsx_mov<mode>): Replace single move that handled all vector types
3825         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
3826         moves (when -mvsx-timode is in effect) into the main vector
3827         moves.  Eliminate separate moves for <VSr> <VSa>, where the
3828         preferred register class (<VSr>) is listed first, and the
3829         secondary register class (<VSa>) is listed second with a '?' to
3830         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
3831         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
3832         that if the register was involved in a slow operation, the
3833         clear/set operation does not wait for the slow operation to
3834         finish.  Adjust the length attributes for 32-bit mode.  Use
3835         rs6000_output_move_128bit and drop the use of the string
3836         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
3837         spacing so that the alternatives and attributes don't generate
3838         long lines, and put things in columns, so that it is easier to
3839         match up the operands and attributes with the insn alternatives.
3840         (vsx_mov<mode>_64bit): Likewise.
3841         (vsx_mov<mode>_32bit): Likewise.
3842         (vsx_movti_64bit): Fold movti into normal vector moves.
3843         (vsx_movti_32bit): Likewise.
3844         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
3845         splat instructions.
3846         (vsx_splat_v4si_internal): Likewise.
3847         (vsx_splat_v4sf_internal): Likewise.
3848         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
3849         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
3850         extend vector elements.
3851         (vsx_sign_extend_hi_<mode>): Likewise.
3852         (vsx_sign_extend_si_v2di): Likewise.
3853         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
3854         declaration.
3855         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
3856         constraints.  Add trailing period to wL documentation.
3857
3858 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
3859
3860         PR middle-end/71020
3861         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
3862         * tree-dfa.c (replace_abnormal_ssa_names): New function.
3863         * tree-call-cdce.c: Include tree-dfa.h.
3864         (can_guard_call_p): New function, extracted from...
3865         (can_use_internal_fn): ...here.
3866         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
3867         and return void.
3868         (shrink_wrap_one_built_in_call): Likewise.
3869         (use_internal_fn): Likewise.
3870         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
3871         and return void.  Call replace_abnormal_ssa_names.
3872         (pass_call_cdce::execute): Check can_guard_call_p during the
3873         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
3874         will always change something.
3875
3876 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3877
3878         PR ipa/70646
3879         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
3880         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
3881
3882 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3883
3884         PR ipa/70646
3885         * ipa-inline.h (condition): New field size.
3886         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
3887         for comaprison and store it into the new condition.
3888         (evaluate_conditions_for_known_args): Use condition size to check
3889         access sizes for all but CHANGED conditions.
3890         (unmodified_parm_1): New parameter size_p, store access size into it.
3891         (unmodified_parm): Likewise.
3892         (unmodified_parm_or_parm_agg_item): Likewise.
3893         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
3894         (set_cond_stmt_execution_predicate): Extract access sizes and store
3895         them to conditions.
3896         (set_switch_stmt_execution_predicate): Likewise.
3897         (will_be_nonconstant_expr_predicate): Likewise.
3898         (will_be_nonconstant_predicate): Likewise.
3899         (inline_read_section): Stream condition size.
3900         (inline_write_summary): Likewise.
3901
3902 2016-05-18  Richard Biener  <rguenther@suse.de>
3903
3904         * tree-ssa-loop-im.c (determine_max_movement): Properly add
3905         condition cost to PHI cost instead of total_cost.
3906
3907 2016-05-18  Martin Liska  <mliska@suse.cz>
3908
3909         PR fortran/70856
3910         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
3911         merged variables.
3912
3913 2016-05-18  Richard Biener  <rguenther@suse.de>
3914
3915         * lto-streamer.h (LTO_major_version): Bump to 6.
3916
3917 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
3918
3919         * function.c (make_split_prologue_seq, make_prologue_seq,
3920         make_epilogue_seq): New functions, factored out from...
3921         (thread_prologue_and_epilogue_insns): Here.
3922
3923 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
3924
3925         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
3926         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
3927         of before.  Add a comment.
3928
3929 2016-05-18 Bin Cheng  <bin.cheng@arm.com>
3930
3931         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
3932         expression pointer, not pointer to the pointer.
3933
3934 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
3935
3936         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
3937         (avx2_pbroadcast<mode>): Add another alternative with v instead
3938         of x constraints in it, using <pbroadcast_evex_isa> isa.
3939         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
3940
3941         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
3942         constraint x instead of v in second alternative, add avx512bw
3943         alternative.
3944
3945         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
3946         constraint x instead of v in second alternative, add avx512bw
3947         alternative.
3948
3949         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
3950         constraint x instead of v in second alternative, add avx512bw
3951         alternative.
3952
3953         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
3954         avx512bw alternative.
3955
3956 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
3957
3958         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
3959         array to 128 chars.
3960         (define_insn "*andnottf3"): Ditto.
3961         (define_insn "*<code><mode>3"/any_logic): Ditto.
3962         (define_insn "*<code>tf3"/any_logic): Ditto.
3963         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
3964         operand to block AVX-512VL insn variant emit when it is not enabled.
3965
3966 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
3967
3968         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
3969         constraint fot SF mode.
3970
3971 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
3972             Kirill Yukhin  <kirill.yukhin@intel.com>
3973
3974         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
3975         modifiers.
3976         (define_insn "rsqrt14<mode>"): Ditto.
3977         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
3978         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
3979         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
3980         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
3981         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
3982         Ditto.
3983         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
3984         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
3985         * config/i386/i386.c (ix86_print_operand): Expand check for size
3986         override codes for Intel syntax.
3987
3988 2016-05-18  Richard Biener  <rguenther@suse.de>
3989
3990         PR tree-optimization/71168
3991         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
3992         initialization earlier.
3993
3994 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
3995
3996         * config/aarch64/aarch64-simd.md
3997         (aarch64_reduc_plus_internal<mode>): Rename to...
3998         (reduc_plus_scal): ...This, and remove previous implementation.
3999
4000 2016-05-18  Richard Biener  <rguenther@suse.de>
4001
4002         * passes.def: Put late dse and cd_dce in canonical order.
4003
4004 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
4005
4006         * ipa-inline-transform.c (preserve_function_body_p): Look for
4007         first non-thunk clone.
4008         (save_function_body): Save into first non-thunk.
4009         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
4010         up call stmt id.
4011         (lto_output_node): Inline thunks don't need body in every
4012         partition.
4013         * lto-streamer-in.c: Do not fixup thunk clones.
4014         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
4015         thunks.
4016         * tree-inline.c (copy_bb): Be prepared for target node to be new after
4017         folding suceeds.
4018
4019 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4020
4021         PR middle-end/63586
4022         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
4023         (reassociate_bb): Call transform_add_to_multiply.
4024
4025 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
4026
4027         * config/aarch64/aarch64.c (all_extensions): Removed unused
4028         static variable.
4029
4030 2016-05-17  Nathan Sidwell  <nathan@acm.org>
4031
4032         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
4033         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
4034
4035 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
4036
4037         PR tree-optimization/54579
4038         PR middle-end/55299
4039         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
4040
4041 2016-05-17  Marek Polacek  <polacek@redhat.com>
4042
4043         PR ipa/71146
4044         * tree-inline.c (expand_call_inline): Call
4045         maybe_remove_unused_call_args.
4046
4047 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
4048
4049         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
4050         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
4051         * doc/md.texi (fmin@var{m}3): Likewise.
4052
4053 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
4054
4055         * match.pd (X & C): New transformation.
4056
4057 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
4058
4059         * match.pd (~X & Y): New transformation.
4060
4061 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
4062
4063         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
4064         information for new SSA_NAME.
4065         (simplify_conversion_using_ranges): Get range through get_range_info
4066         instead of get_value_range.
4067
4068 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
4069
4070         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
4071         Remove inline assembly.
4072         (vmvn_s16): Likewise.
4073         (vmvn_s32): Likewise.
4074         (vmvn_u8): Likewise.
4075         (vmvn_u16): Likewise.
4076         (vmvn_u32): Likewise.
4077         (vmvnq_s8): Likewise.
4078         (vmvnq_s16): Likewise.
4079         (vmvnq_s32): Likewise.
4080         (vmvnq_u8): Likewise.
4081         (vmvnq_u16): Likewise.
4082         (vmvnq_u32): Likewise.
4083         (vmvn_p8): Likewise.
4084         (vmvnq_p16): Likewise.
4085
4086 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
4087
4088         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
4089         Use builtin.
4090         (vmul_n_s16): Likewise.
4091         (vmul_n_s32): Likewise.
4092         (vmul_n_u16): Likewise.
4093         (vmul_n_u32): Likewise.
4094         (vmulq_n_f32): Likewise.
4095         (vmulq_n_f64): Likewise.
4096         (vmulq_n_s16): Likewise.
4097         (vmulq_n_s32): Likewise.
4098         (vmulq_n_u16): Likewise.
4099         (vmulq_n_u32): Likewise.
4100
4101 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
4102
4103         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
4104         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
4105
4106 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
4107
4108         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
4109         to *aarch64_fma4_elt_from_dup<mode>.
4110         (*aarch64_fnma4_elt_to_128df): Rename to
4111         *aarch64_fnma4_elt_from_dup<mode>.
4112         * config/aarch64/arm_neon.h (vfma_n_f64): New.
4113         (vfms_n_f32): Likewise.
4114         (vfms_n_f64): Likewise.
4115         (vfmsq_n_f32): Likewise.
4116         (vfmsq_n_f64): Likewise.
4117
4118 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
4119
4120         * wide-int.h: Change fixed_wide_int_storage from class to struct.
4121
4122 2016-05-17  Richard Biener  <rguenther@suse.de>
4123
4124         PR tree-optimization/71132
4125         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
4126         Only add control dependences for blocks in the loop.
4127         (build_rdg): Adjust.
4128         (generate_code_for_partition): Return whether loop should
4129         be destroyed and delay that.
4130         (distribute_loop): Likewise.
4131         (pass_loop_distribution::execute): Record loops to be destroyed
4132         and perform delayed destroying of loops.
4133
4134 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4135
4136         PR target/70809
4137         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
4138
4139 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
4140
4141         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
4142
4143 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
4144
4145         PR target/71114
4146         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
4147         insertion point for instructions generated by validize_mem.
4148
4149 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
4150
4151         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
4152         in brackets.
4153
4154 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
4155
4156         * config/aarch64/aarch64.c
4157         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
4158         rather than a macro.
4159
4160 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
4161
4162         * doc/invoke.texi (AArch64 Options): Various updates.
4163
4164 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4165
4166         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
4167         into instrumentation thunks.
4168         * cif-code.def (CIF_CHKP): New.
4169
4170 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
4171
4172         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
4173
4174 2016-05-16  Martin Jambor  <mjambor@suse.cz>
4175
4176         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
4177         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
4178
4179 2016-05-16  Marek Polacek  <polacek@redhat.com>
4180
4181         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
4182         commentary.
4183
4184 2016-05-16  Martin Jambor  <mjambor@suse.cz>
4185
4186         PR hsa/70857
4187         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
4188         the outlined kernel function.
4189
4190 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
4191
4192         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
4193         (ISA_HAS_DLSA): Ditto.
4194
4195 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
4196
4197         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
4198
4199 2016-05-16  Nathan Sidwell  <nathan@acm.org>
4200
4201         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
4202         (nvptx_name_replacement): Restore.  Add comment.
4203         (write_fn_proto, write_fn_proto_from_insn,
4204         nvptx_output_call_insn): Restore
4205         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
4206
4207 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
4208
4209         * config/aarch64/aarch64.md
4210         (add<mode>3_compareC_cconly_imm): Remove use of %w.
4211         (add<mode>3_compareC_imm): Likewise.
4212         (<optab>si3_uxtw): Split into register and immediate variants.
4213         (andsi3_compare0_uxtw): Likewise.
4214         (and<mode>3_compare0): Likewise.
4215         (and<mode>3nr_compare0): Likewise.
4216         (stack_protect_test_<mode>): Don't use %x for memory operands.
4217
4218 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
4219
4220         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
4221
4222 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
4223
4224         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
4225         Split integer shifts into shift_reg and bfm.
4226         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
4227         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
4228         (ror<mode>3_insn): Likewise.
4229         (<optab>si3_insn_uxtw): Likewise.
4230         (<optab><mode>3_insn): Change to rotate_imm.
4231         (extr<mode>5_insn_alt): Likewise.
4232         (extrsi5_insn_uxtw): Likewise.
4233         (extrsi5_insn_uxtw_alt): Likewise.
4234
4235 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
4236
4237         * doc/tm.texi: Regenerate.
4238         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
4239         (TARGET_INVALID_RETURN_TYPE): Remove.
4240         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
4241         TARGET_INVALID_RETURN_TYPE.
4242         * target.def (invalid_parameter_type): Remove.
4243         (invalid_return_type): Remove.
4244
4245 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4246
4247         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
4248         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
4249         calls from thunk.
4250         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
4251         gimple body.
4252         (preserve_function_body_p): No need to preserve function body
4253         * cif-codes.def (CIF_THUNK): Remove.
4254         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
4255
4256 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4257
4258         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
4259
4260 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4261
4262         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
4263         for thunks.
4264
4265 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4266
4267         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
4268         (inline_small_functions): Do not look for function symbol when
4269         resetting caches.
4270
4271 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4272
4273         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
4274         of inline thunks
4275
4276 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
4277             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4278             Jiong Wang  <jiong.wang@arm.com>
4279
4280         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
4281         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
4282         Define __ARM_FP16_ARGS when appropriate.
4283         * config/arm/arm.c (arm_invalid_parameter_type): Remove
4284         declaration.
4285         (arm_invalid_return_type): Likewise.
4286         (TARGET_INVALID_PARAMETER_TYPE): Remove.
4287         (TARGET_INVALID_RETURN_TYPE): Remove.
4288         (aapcs_vfp_sub_candidate): Allow HFmode.
4289         (aapcs_vfp_allocate): Add comment.  Support HFmode.
4290         (aapcs_vfp_allocate_return_reg): Likewise.
4291         (struct aapcs_cp_arg_layout): Slightly reword comments for
4292         is_return_candidate and allocate_return_reg.
4293         (output_mov_vfp): Update assert.
4294         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
4295         condition.
4296         (arm_invalid_parameter_type): Remove.
4297         (amr_invalid_return_type): Remove.
4298         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
4299         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
4300         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
4301
4302 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
4303
4304         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
4305         * config/aarch64/arch64-protos.h
4306         (aarch64_legitimize_reload_address): Remove.
4307         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
4308         Remove.
4309
4310 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
4311
4312         * configure.ac: Add ACX_NONCANONICAL_HOST.
4313         * configure: Regenerate.
4314         * Makefile.in: Set host_noncanonical.
4315
4316 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
4317
4318         PR target/71097
4319         * config/i386/i386.md (*movtf_internal): Before register allocation,
4320         do not allow FP constants for CM_MEDIUM memory model, allow only
4321         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
4322         (*movxf_internal): Ditto.
4323         (*movdf_internal): Ditto.
4324         (*movsf_internal): Ditto.
4325
4326 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
4327
4328         PR rtl-optimization/67483
4329         * combine.c (make_compound_operation): Don't call extract_left_shift
4330         with negative shift amounts.
4331
4332 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
4333
4334         PR bootstrap/71071
4335         * fold-const.c (fold_checksum_tree): Allow modification
4336         of TYPE_ALIAS_SET during folding.
4337
4338         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
4339         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
4340         (ix86_split_to_parts): Likewise.  Fix up formatting.
4341
4342 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
4343
4344         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
4345         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
4346         printf format.
4347
4348 2016-05-13  Nathan Sidwell  <nathan@acm.org>
4349
4350         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
4351         (nvptx_name_replacement): Delete.
4352         (write_fn_proto, write_fn_proto_from_insn,
4353         nvptx_output_call_insn): Remove nvptx_name_replacement call.
4354         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
4355         * langhooks.c (add_builtin_funcction_common): Call
4356         targetm.mangle_decl_assembler_name.
4357
4358         * config/nvptx/nvptx.c (write_fn_proto): Handle
4359         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
4360
4361 2016-05-13  Martin Liska  <mliska@suse.cz>
4362
4363         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
4364         and PRIu64 in printf format.
4365
4366 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4367
4368         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
4369         comment.
4370
4371 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4372
4373         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
4374         Change --param max-completely-peeled-times to
4375         --param max-completely-peel-times in dump file printing.
4376
4377 2016-05-13  Richard Biener  <rguenther@suse.de>
4378
4379         PR tree-optimization/42587
4380         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
4381         (find_bswap_or_nop_1): Likewise.
4382         (bswap_replace): Likewise.
4383
4384 2016-05-13  Martin Liska  <mliska@suse.cz>
4385
4386         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
4387         Initialize a variable with default value.
4388
4389 2016-05-13  Martin Liska  <mliska@suse.cz>
4390
4391         * doc/invoke.texi: Enhance explanation of error recovery
4392         of sanitizers.
4393
4394 2016-05-13  Martin Liska  <mliska@suse.cz>
4395
4396         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
4397         (struct cost_pair): Change inv_expr_id (int) to inv_expr
4398         (iv_inv_expr_ent *).
4399         (struct iv_inv_expr_ent): Comment struct fields.
4400         (sort_iv_inv_expr_ent): New function.
4401         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
4402         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
4403         a hash_map between iv_inv_expr_ent and number of usages.
4404         (niter_for_exit): Fix coding style.
4405         (tree_ssa_iv_optimize_init): Use renamed variable.
4406         (determine_base_object): Fix coding style.
4407         (alloc_iv): Likewise.
4408         (find_interesting_uses_outside): Likewise.
4409         (add_candidate_1): Likewise.
4410         (add_standard_iv_candidates): Likewise.
4411         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
4412         (prepare_decl_rtl): Fix coding style.
4413         (get_address_cost): Likewise.
4414         (get_shiftadd_cost): Likewise.
4415         (force_expr_to_var_cost): Likewise.
4416         (compare_aff_trees): Likewise.
4417         (get_expr_id): Restructure the function.
4418         (get_loop_invariant_expr_id): Renamed to
4419         get_loop_invariant_expr.
4420         (get_computation_cost_at): Replace usage of inv_expr_id with
4421         inv_expr.
4422         (get_computation_cost): Likewise.
4423         (determine_group_iv_cost_generic): Likewise.
4424         (determine_group_iv_cost_address): Likewise.
4425         (iv_period): Fix coding style.
4426         (iv_elimination_compare_lt): Likewise.
4427         (may_eliminate_iv): Likewise.
4428         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
4429         inv_expr.
4430         (determine_group_iv_costs): Dump invariant expressions.
4431         (iv_ca_recount_cost): Use the newly added hash_map.
4432         (iv_ca_set_remove_invariants): Fix coding style.
4433         (iv_ca_set_add_invariants): Fix coding style.
4434         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
4435         invariants.
4436         (iv_ca_set_cp): Likewise.
4437         (iv_ca_new): Initialize the newly added hash_map and remove
4438         initialization of fields.
4439         (iv_ca_free): Delete the hash_map.
4440         (iv_ca_dump): Dump invariant expressions.
4441         (iv_ca_extend): Fix coding style.
4442         (try_add_cand_for): Likewise.
4443         (create_new_ivs): Dump information about # of avg iterations and
4444         # of used invariant expressions.
4445         (rewrite_use_compare): Fix coding style.
4446         (free_loop_data): Set default value for max_inv_expr_id.
4447
4448 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
4449
4450         * cse.c (rest_of_handle_cse): Use cleanup_cfg
4451         returned value cse_cfg_altered computation.
4452         (rest_of_handle_cse2): Likewise.
4453         (rest_of_handle_cse_after_global_opts): Likewise.
4454
4455 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4456
4457         PR target/53440
4458         * config/arm/arm.c (arm32_output_mi_thunk): New.
4459         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
4460         to split Thumb1 vs TARGET_32BIT functionality.
4461         (arm_thumb1_mi_thunk): New.
4462
4463 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4464
4465         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
4466         to true.
4467
4468 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4469
4470         PR target/71080
4471         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
4472
4473 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
4474
4475         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
4476         (expand_builtin_trap): Emit a regular call.
4477         (set_builtin_user_assembler_name): Remove obsolete cases.
4478         * dse.c (scan_insn): Adjust.
4479         * except.c: Include calls.h.
4480         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
4481         emit a regular call to setjmp.
4482         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
4483         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
4484         (emit_block_move_via_libcall): Delete.
4485         (block_move_fn): Delete.
4486         (init_block_move_fn): Likewise.
4487         (emit_block_move_libcall_fn): Likewise.
4488         (emit_block_op_via_libcall): New function.
4489         (set_storage_via_libcall): Tidy up and use memset builtin.
4490         (block_clear_fn): Delete.
4491         (init_block_clear_fn): Likewise.
4492         (clear_storage_libcall_fn): Likewise.
4493         (expand_assignment): Call emit_block_move_via_libcall.
4494         Do not include gt-expr.h.
4495         * expr.h (emit_block_op_via_libcall): Declare.
4496         (emit_block_copy_via_libcall): New inline function.
4497         (emit_block_move_via_libcall): Likewise.
4498         (emit_block_comp_via_libcall): Likewise.
4499         (block_clear_fn): Delete.
4500         (init_block_move_fn): Likewise.
4501         (init_block_clear_fn): Likewise.
4502         (emit_block_move_via_libcall): Likewise.
4503         (set_storage_via_libcall): Add default parameter value.
4504         * libfuncs.h (enum libfunc_index): Remove obsolete values.
4505         (abort_libfunc): Delete.
4506         (memcpy_libfunc): Likewise.
4507         (memmove_libfunc): Likewise.
4508         (memcmp_libfunc): Likewise.
4509         (memset_libfunc): Likewise.
4510         (setbits_libfunc): Likewise.
4511         (setjmp_libfunc): Likewise.
4512         (longjmp_libfunc): Likewise.
4513         (profile_function_entry_libfunc): Likewise.
4514         (profile_function_exit_libfunc): Likewise.
4515         (gcov_flush_libfunc): Likewise.
4516         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
4517         and DECL_VISIBILITY on the declaration.
4518         (init_optabs): Do not initialize obsolete libfuncs.
4519         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
4520         * tree-core.h (ECF_RET1): Define.
4521         (ECF_TM_PURE): Adjust.
4522         (ECF_TM_BUILTIN): Likewise.
4523         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
4524         (build_common_builtin_nodes): Initialize abort builtin.
4525         Add ECF_RET1 on memcpy, memmove and memset builtins.
4526         Pass final flags for alloca and alloca_with_align builtins.
4527         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
4528         obsolete builtins.
4529         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
4530         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
4531         set_storage_via_libcall and call emit_block_copy_via_libcall.
4532
4533 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
4534
4535         * config/i386/i386.md (*call_got_x32): Change operand 0 to
4536         DImode before it is passed to ix86_output_call_operand.
4537         (*call_value_got_x32): Ditto for operand 1.
4538
4539 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
4540
4541         PR rtl-optimization/70904
4542         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
4543         reload for wide mode.
4544
4545 2016-05-12  Marek Polacek  <polacek@redhat.com>
4546
4547         PR c/70756
4548         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
4549         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
4550         * langhooks.h (incomplete_type_error): Likewise.
4551         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
4552         parameter, pass it down to incomplete_type_error.
4553         * tree.h (size_in_bytes): New inline overload.
4554         (size_in_bytes_loc): Renamed from size_in_bytes.
4555
4556 2016-05-12  Richard Biener  <rguenther@suse.de>
4557
4558         PR tree-optimization/71059
4559         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
4560         nary before looking up or entering the expression into the VN
4561         hashes.
4562         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
4563         Make sure to re-use NARYs without result as inserted by
4564         phi-translation.
4565
4566 2016-05-12  Richard Biener  <rguenther@suse.de>
4567
4568         PR tree-optimization/71062
4569         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
4570         field.
4571         * tree-ssa-structalias.c (set_uids_in_ptset): Set
4572         vars_contains_restrict if the var is a restrict tag.
4573         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
4574         do not disambiguate pointers against it.
4575         (dump_points_to_solution): Re-structure and adjust for new
4576         vars_contains_restrict flag.
4577         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
4578
4579 2016-05-12  Martin Liska  <mliska@suse.cz>
4580
4581         * doc/invoke.texi: Explain connection between
4582         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
4583
4584 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
4585
4586         PR tree-optimization/71006
4587         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
4588         consider COND_EXPR as a mask producer.
4589
4590 2016-05-12  Marek Polacek  <polacek@redhat.com>
4591
4592         PR driver/71063
4593         * opts.c (common_handle_option): Detect missing argument for --help^.
4594
4595 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4596
4597         PR target/70830
4598         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
4599         when popping the PC and within an interrupt handler routine.
4600         Add missing tab to output of "ldmfd".
4601         (output_return_instruction): Output LDMFD with SP update rather
4602         than POP when returning from interrupt handler.
4603
4604 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
4605
4606         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
4607         TARGET_64BIT && TARGET_AVX512DQ.
4608         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
4609         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
4610         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
4611         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
4612         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
4613         (*vec_extractv4si_zext): Add avx512dq alternative.
4614         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
4615         use v instead of x constraint in other alternatives where possible.
4616
4617         * config/i386/sse.md (sse2_loadld): Use v instead of x
4618         constraint in alternatives 0,1,4.
4619
4620         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
4621         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
4622         v constraints instead of x and <pinsr_evex_isa> isa attribute.
4623
4624         PR target/71019
4625         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
4626         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
4627         is not emitted unless TARGET_AVX512BW.
4628         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
4629         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
4630         for the result operand.
4631
4632         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
4633         constraint instead of x in avx alternatives.  Use maybe_evex instead
4634         of vex prefix.
4635
4636         * config/i386/constraints.md (Yv): New constraint.
4637         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
4638         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
4639         * config/i386/i386.md (avx512fvecmode): New mode attr.
4640         (*pushtf): Use v constraint instead of x.
4641         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
4642         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
4643         (*absneg<mode>2): Use Yv constraint instead of x constraint.
4644         (*absnegtf2_sse): Likewise.
4645         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
4646         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
4647         avx512f alternatives.
4648         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
4649
4650 2016-05-12  Richard Biener  <rguenther@suse.de>
4651
4652         PR tree-optimization/71060
4653         * tree-data-ref.c (initialize_data_dependence_relation): Do not
4654         require exact match of DR_BASE_OBJECT but only matching address and
4655         type.
4656
4657 2016-05-12  Richard Biener  <rguenther@suse.de>
4658
4659         PR tree-optimization/70986
4660         * cfganal.c: Include cfgloop.h.
4661         (dfs_find_deadend): Prefer to take edges exiting loops.
4662
4663 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4664
4665         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
4666         compile and run time.
4667
4668 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
4669
4670         PR c/43651
4671         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
4672
4673 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
4674
4675         * config/i386/i386.c (legitimize_pic_address): Use
4676         copy_to_suggested_reg instead of gen_movsi.
4677
4678 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
4679
4680         * config/rs6000/predicates.md (quad_memory_operand): Move most of
4681         the code into quad_address_p and call it to share code with
4682         vsx_quad_dform_memory_operand.
4683         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
4684         d-form support.
4685         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
4686         bit instead of being a separate word.  Split -mpower9-dform into
4687         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
4688         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
4689         for the register class supporting 128-bit quad word memory offsets.
4690         (mode_supports_vsx_dform_quad): Helper function to return if the
4691         register class uses quad word memory offsets.
4692         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
4693         (rs6000_debug_reg_global): Always print if we are using LRA or not.
4694         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
4695         instructions are enabled, set up the appropriate addr_masks for
4696         128-bit types.
4697         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
4698         -mpower9-dform-scalar, instead of -mpower9-dform.
4699         (rs6000_option_override_internal): Split -mpower9-dform into two
4700         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
4701         -mpower9-dform switch sets or clears both.  If we are not using
4702         the LRA register allocator, do not enable -mpower9-dform-vector by
4703         default.  If we are using LRA, enable -mpower9-dform-vector and
4704         -mvsx-timode if it is appropriate.  Issue a warning if either
4705         -mpower9-dform-vector or -mvsx-timode are explicitly used without
4706         enabling LRA.
4707         (quad_address_offset_p): New helper function to return if the
4708         offset is legal for quad word memory instructions.
4709         (quad_address_p): New function to determin if GPR or vector
4710         register quad word memory addresses are legal.
4711         (mem_operand_gpr): Validate quad word address offsets.
4712         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
4713         d-form (register + offset) instructions.
4714         (offsettable_ok_by_alignment): Likewise.
4715         (rs6000_legitimate_offset_address_p): Likewise.
4716         (legitimate_lo_sum_address_p): Likewise.
4717         (rs6000_legitimize_address): Likewise.
4718         (rs6000_legitimize_reload_address): Add more debug statements for
4719         -mdebug=addr.
4720         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
4721         d-form instructions.
4722         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
4723         d-form instructions.  Distinguish different cases in debug
4724         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
4725         d-form instructions.
4726         (rs6000_preferred_reload_class): Likewise.
4727         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
4728         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
4729         of the ISA 2.06 indexed memory instructions.
4730         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
4731         use them to save/restore the saved vector registers instead of
4732         using Altivec instructions.
4733         (rs6000_emit_epilogue): Likewise.
4734         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
4735         (rs6000_opt_masks): Split -mpower9-dform into
4736         -mpower9-dform-scalar and -mpower9-dform-vector.
4737         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
4738         was not selected.
4739         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
4740         ISA 3.0 vector indexed memory instructions, and fold the code into
4741         the normal mov<mode> patterns.
4742         (p9_vecstore_<mode>): Likewise.
4743         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
4744         instructions.
4745         (vsx_movti_64bit): Likewise.
4746         (vsx_movti_32bit): Likewise.
4747         * config/rs6000/constraints.md (wO constraint): New constraint for
4748         ISA 3.0 vector d-form support.
4749         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
4750         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
4751         include -mpower9-dform-vector until we switch over to LRA.
4752         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
4753         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
4754         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
4755         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
4756         for -mpower9-dform and -mlra.
4757         * doc/md.texi (wO constraint): Document wO constraint.
4758
4759 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
4760
4761         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
4762         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
4763         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
4764         Move handling of non-insn arguments inline into the sole user:
4765         (output_trans_func): ...here.
4766         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
4767         in emitted function prototype.
4768         (output_internal_insn_latency_func): Ditto.  Simplify.
4769         (output_internal_maximal_insn_latency_func): Ditto.  Delete
4770         always-unused argument.
4771         (output_insn_latency_func): Ditto.
4772         (output_maximal_insn_latency_func): Ditto.
4773
4774 2016-05-11  Richard Biener  <rguenther@suse.de>
4775
4776         PR tree-optimization/71055
4777         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
4778         sth with precision not equal to access size verify we don't chop
4779         off bits.
4780
4781 2016-05-11  Richard Biener  <rguenther@suse.de>
4782
4783         PR debug/71057
4784         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
4785         (dwarf2out_finish): Move retry_incomplete_types call ...
4786         (dwarf2out_early_finish): ... here.
4787
4788 2016-05-11  Richard Biener  <rguenther@suse.de>
4789
4790         PR middle-end/71002
4791         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
4792         if the langhook insists on it.
4793         * fold-const.c (make_bit_field_ref): Add arg for the original
4794         reference and preserve its alias-set.
4795         (decode_field_reference): Take exp by reference and adjust it
4796         to the original memory reference.
4797         (optimize_bit_field_compare): Adjust callers.
4798         (fold_truth_andor_1): Likewise.
4799         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
4800
4801 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
4802
4803         PR middle-end/70807
4804         * cfgrtl.h (delete_insn_and_edges): Now return bool.
4805         * cfgrtl.c (delete_insn_and_edges): Likewise.
4806         * config/i386/i386.c (convert_scalars_to_vector): Remove
4807         redundant code.
4808         * cse.c (cse_insn): Compute cse_cfg_altered.
4809         (delete_trivially_dead_insns): Likewise.
4810         (cse_cc_succs): Likewise.
4811         (rest_of_handle_cse): Free dominance info if required.
4812         (rest_of_handle_cse2): Likewise.
4813         (rest_of_handle_cse_after_global_opts): Likewise.
4814
4815 2016-05-11  Alan Modra  <amodra@gmail.com>
4816
4817         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
4818         abi_v4_pass_in_fpr): New functions.
4819         (rs6000_function_arg_boundary): Exclude complex IBM long double
4820         from 64-bit alignment when ABI_V4.
4821         (rs6000_function_arg, rs6000_function_arg_advance_1,
4822         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
4823
4824 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
4825
4826         PR rtl-optimization/71028
4827         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
4828         jump with just a return in the fallthrough block if the branch
4829         block contains just a return as well.
4830
4831 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
4832
4833         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
4834         * match.pd ((X & Y) ^ Y): ... this.
4835         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
4836         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
4837
4838 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
4839
4840         * read-md.c (require_char_ws): New function.
4841         (read_string): Simplify using require_char_ws.
4842         (handle_constants): Likewise.
4843         (handle_enum): Likewise.
4844         (handle_file): Likewise.
4845         * read-md.h (require_char_ws): New declaration.
4846         * read-rtl.c (read_conditions): Simplify using require_char_ws.
4847         (read_mapping): Likewise.
4848         (read_rtx_code): Likewise.
4849         (read_nested_rtx): Likewise.
4850
4851 2016-05-10  James Norris  <jnorris@codesourcery.com>
4852
4853         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
4854         if offloading is enabled and -fopenacc or -fopenmp is specified.
4855         (CRTOFFLOADEND): Likewise.
4856         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
4857         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
4858
4859 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
4860
4861         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
4862         gotoff_operand code paths.  Use copy_to_suggested_regs and
4863         expand_simple_binop where appropriate.  Cleanup.
4864
4865 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
4866
4867         PR target/70799
4868         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
4869         integer constants.
4870         (dimode_scalar_chain::vector_const_cost): New.
4871         (dimode_scalar_chain::compute_convert_gain): Handle constants.
4872         (dimode_scalar_chain::convert_op): Likewise.
4873         (dimode_scalar_chain::convert_insn): Likewise.
4874
4875 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
4876
4877         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
4878         unary operation, not a binary one.
4879
4880 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
4881
4882         PR middle-end/70877
4883         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
4884         calls with type casted fndecl.
4885
4886 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
4887
4888         PR tree-optimization/70786
4889         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
4890         * calls.c (initialize_argument_information): Bind bounds
4891         with corresponding args passed by reference.
4892
4893 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
4894
4895         PR target/70927
4896         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
4897         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
4898         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
4899         accordingly.
4900
4901 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4902
4903         PR target/70963
4904         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
4905         code for a zero scale factor.
4906         (vsx_xvcvdpuxds_scale): Likewise.
4907
4908 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
4909
4910         * diagnostic-show-locus.c (layout::layout): Call show_ruler
4911         if show_ruler_p was set on the context.
4912         (layout::show_ruler): New method.
4913         * diagnostic.h (struct diagnostic_context): Add field
4914         "show_ruler_p".
4915
4916 2016-05-10  Richard Biener  <rguenther@suse.de>
4917
4918         PR tree-optimization/71039
4919         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
4920         (chk_uses): New function.
4921         (propagate_with_phi): Verify we can safely replicate the lhs of an
4922         aggregate assignment on all incoming edges.
4923
4924 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
4925
4926         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
4927         Forward declare.
4928         (rx_atomic_sequence): New class.
4929         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
4930         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
4931         non-inline.
4932         (rx_atomic_sequence::rx_atomic_sequence,
4933         rx_atomic_sequence::~rx_atomic_sequence): New functions.
4934         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
4935         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
4936         CTRLREG_INTB): New constants.
4937         (FETCHOP): New code iterator.
4938         (fethcop_name, fetchop_name2): New iterator code attributes.
4939         (QIHI): New mode iterator.
4940         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
4941         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
4942         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
4943
4944 2016-05-10  Martin Liska  <mliska@suse.cz>
4945
4946         * tree-inline.c (remap_dependence_clique): Do not remap
4947         debugging statements.
4948
4949 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4950
4951         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
4952         ("*fixuns_truncdfdi2_z13")
4953         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
4954         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
4955         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
4956
4957 2016-05-10  Richard Biener  <rguenther@suse.de>
4958
4959         PR tree-optimization/70497
4960         PR tree-optimization/28367
4961         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
4962         split out from ...
4963         (visit_reference_op_load): ... here.
4964         (vn_reference_lookup_3): Use it to handle subreg-like accesses
4965         with simplified BIT_FIELD_REFs.
4966         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
4967         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
4968         correctly.
4969
4970 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
4971
4972         * dwarf2out.c (add_abstract_origin_attribute): Adjust
4973         documentation comment.  For BLOCK nodes, add a
4974         DW_AT_abstract_origin attribute that points to the DIE generated
4975         for the origin BLOCK.
4976         (gen_lexical_block_die): Call add_abstract_origin_attribute for
4977         blocks from inlined functions.
4978
4979 2016-05-10  Alan Modra  <amodra@gmail.com>
4980
4981         PR target/70947
4982         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
4983         regrename modifying insns saving lr before __morestack call.
4984         * config/rs6000/rs6000.md (split_stack_return): Similarly for
4985         insns restoring lr after __morestack call.
4986
4987 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
4988
4989         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
4990         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
4991         expanders.
4992         * config/i386/sse.md (vec_interleave_high<mode>,
4993         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
4994         <avx512>_vpermt2var<mode>3_maskz): Likewise.
4995
4996 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
4997
4998         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
4999         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
5000         parallel reassociation for power8 and forward.
5001
5002 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
5003
5004         * config/i386/i386.md (absneg splitters with general regs): Use
5005         general_reg_operand predicate.
5006         (btsq peephole2): Use x86_64_immediate_operand to check if new
5007         value is suitable for immediate operand.  Generate emitted insn
5008         using RTL expressions.
5009         (btcq peephole2): Ditto.
5010         (btrq peephole2): Ditto.  Generate correct immediate operand
5011         for AND masking.
5012
5013 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
5014
5015         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
5016         bitpos.
5017
5018 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
5019
5020         * tree-affine.c (wide_int_constant_multiple_p): Add missing
5021         pointer dereference.
5022
5023 2016-05-09  Richard Biener  <rguenther@suse.de>
5024
5025         PR tree-optimization/70985
5026         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
5027         op0 isn't a gimple register.
5028
5029 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
5030
5031         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
5032         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
5033         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
5034         (i6400_fpu_mult): New cpu units.
5035         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
5036         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
5037         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
5038         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
5039         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
5040         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
5041         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
5042         (i6400_msa_long_float4, i6400_msa_long_float5)
5043         (i6400_msa_long_float8, i6400_msa_fdiv_df)
5044         (i6400_msa_fdiv_sf): New reservations.
5045         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
5046         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
5047         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
5048         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
5049         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
5050         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
5051         (msa_short_cmp, msa_short_float2, msa_short_logic3)
5052         (msa_short_store4, msa_long_load, msa_short_store)
5053         (msa_long_logic, msa_long_float2, msa_long_float4)
5054         (msa_long_float5, msa_long_float8, msa_long_mult)
5055         (msa_long_fdiv, msa_long_div): New reservations.
5056
5057 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
5058             Sameera Deshpande  <sameera.deshpande@imgtec.com>
5059             Matthew Fortune  <matthew.fortune@imgtec.com>
5060             Graham Stott  <graham.stott@imgtec.com>
5061             Chao-ying Fu  <chao-ying.fu@imgtec.com>
5062
5063         * config.gcc: Add MSA header file for mips*-*-* target.
5064         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
5065         (Ubv8i, Urv8):  New constraints.
5066         * config/mips/mips-ftypes.def: Add function types for MSA
5067         builtins.
5068         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
5069         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
5070         * config/mips/mips-msa.md: New file.
5071         * config/mips/mips-protos.h
5072         (mips_split_128bit_const_insns): New prototype.
5073         (mips_msa_idiv_insns): Likewise.
5074         (mips_split_128bit_move): Likewise.
5075         (mips_split_128bit_move_p): Likewise.
5076         (mips_split_msa_copy_d): Likewise.
5077         (mips_split_msa_insert_d): Likewise.
5078         (mips_split_msa_fill_d): Likewise.
5079         (mips_expand_msa_branch): Likewise.
5080         (mips_const_vector_same_val_p): Likewise.
5081         (mips_const_vector_same_bytes_p): Likewise.
5082         (mips_const_vector_same_int_p): Likewise.
5083         (mips_const_vector_shuffle_set_p): Likewise.
5084         (mips_const_vector_bitimm_set_p): Likewise.
5085         (mips_const_vector_bitimm_clr_p): Likewise.
5086         (mips_msa_vec_parallel_const_half): Likewise.
5087         (mips_msa_output_division): Likewise.
5088         (mips_ldst_scaled_shift): Likewise.
5089         (mips_expand_vec_cond_expr): Likewise.
5090         * config/mips/mips.c (enum mips_builtin_type): Add
5091         MIPS_BUILTIN_MSA_TEST_BRANCH.
5092         (mips_gen_const_int_vector_shuffle): New prototype.
5093         (mips_const_vector_bitimm_set_p): New function.
5094         (mips_const_vector_bitimm_clr_p): Likewise.
5095         (mips_const_vector_same_val_p): Likewise.
5096         (mips_const_vector_same_bytes_p): Likewise.
5097         (mips_const_vector_same_int_p): Likewise.
5098         (mips_const_vector_shuffle_set_p): Likewise.
5099         (mips_symbol_insns): Forbid loading symbols via immediate for
5100         MSA.
5101         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
5102         stores.
5103         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
5104         MSA.
5105         (mips_lx_address_p): Add support load indexed address for MSA.
5106         (mips_address_insns): Add calculation of instructions needed for
5107         stores and loads for MSA.
5108         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
5109         CONST_VECTOR for MSA and let it fall through.
5110         (mips_ldst_scaled_shift): New function.
5111         (mips_subword_at_byte): Likewise.
5112         (mips_msa_idiv_insns): Likewise.
5113         (mips_legitimize_move): Validate MSA moves.
5114         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
5115         calculation of costs for MSA division.
5116         (mips_split_move_p): Check if MSA moves need splitting.
5117         (mips_split_move): Split MSA moves if necessary.
5118         (mips_split_128bit_move_p): New function.
5119         (mips_split_128bit_move): Likewise.
5120         (mips_split_msa_copy_d): Likewise.
5121         (mips_split_msa_insert_d): Likewise.
5122         (mips_split_msa_fill_d): Likewise.
5123         (mips_output_move): Handle MSA moves.
5124         (mips_expand_msa_branch): New function.
5125         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
5126         Reinstate 'y' modifier.
5127         (mips_file_start): Add MSA .gnu_attribute.
5128         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
5129         FPRs.
5130         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
5131         (mips_class_max_nregs): Add register size for MSA supported mode.
5132         (mips_cannot_change_mode_class): Allow conversion between MSA
5133         vector modes and TImode.
5134         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
5135         instruction.
5136         (mips_secondary_reload_class): Force MSA loads/stores via memory.
5137         (mips_preferred_simd_mode): Add preffered modes for MSA.
5138         (mips_vector_mode_supported_p): Add MSA supported modes.
5139         (mips_autovectorize_vector_sizes): New function.
5140         (mips_msa_output_division): Likewise.
5141         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
5142         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
5143         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
5144         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
5145         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
5146         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
5147         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
5148         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
5149         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
5150         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
5151         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
5152         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
5153         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
5154         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
5155         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
5156         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
5157         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
5158         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
5159         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
5160         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
5161         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
5162         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
5163         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
5164         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
5165         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
5166         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
5167         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
5168         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
5169         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
5170         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
5171         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
5172         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
5173         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
5174         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
5175         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
5176         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
5177         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
5178         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
5179         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
5180         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
5181         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
5182         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
5183         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
5184         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
5185         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
5186         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
5187         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
5188         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
5189         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
5190         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
5191         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
5192         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
5193         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
5194         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
5195         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
5196         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
5197         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
5198         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
5199         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
5200         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
5201         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
5202         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
5203         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
5204         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
5205         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
5206         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
5207         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
5208         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
5209         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
5210         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
5211         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
5212         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
5213         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
5214         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
5215         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
5216         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
5217         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
5218         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
5219         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
5220         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
5221         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
5222         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
5223         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
5224         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
5225         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
5226         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
5227         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
5228         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
5229         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
5230         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
5231         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
5232         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
5233         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
5234         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
5235         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
5236         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
5237         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
5238         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
5239         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
5240         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
5241         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
5242         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
5243         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
5244         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
5245         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
5246         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
5247         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
5248         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
5249         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
5250         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
5251         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
5252         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
5253         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
5254         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
5255         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
5256         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
5257         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
5258         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
5259         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
5260         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
5261         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
5262         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
5263         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
5264         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
5265         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
5266         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
5267         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
5268         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
5269         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
5270         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
5271         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
5272         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
5273         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
5274         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
5275         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
5276         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
5277         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
5278         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
5279         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
5280         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
5281         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
5282         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
5283         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
5284         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
5285         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
5286         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
5287         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
5288         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
5289         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
5290         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
5291         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
5292         move_v builtins.
5293         (mips_get_builtin_decl_index): New array.
5294         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
5295         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
5296         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
5297         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
5298         (mips_init_builtins): Initialize mips_get_builtin_decl_index
5299         array.
5300         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
5301         hook.
5302         (mips_expand_builtin_insn): Prepare operands for
5303         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
5304         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
5305         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
5306         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
5307         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
5308         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
5309         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
5310         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
5311         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
5312         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
5313         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
5314         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
5315         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
5316         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
5317         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
5318         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
5319         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
5320         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
5321         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
5322         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
5323         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
5324         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
5325         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
5326         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
5327         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
5328         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
5329         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
5330         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
5331         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
5332         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
5333         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
5334         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
5335         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
5336         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
5337         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
5338         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
5339         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
5340         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
5341         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
5342         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
5343         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
5344         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
5345         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
5346         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
5347         These are set implicitly and an error is reported if overridden.
5348         (mips_expand_builtin_msa_test_branch): New function.
5349         (mips_expand_msa_shuffle): Likewise.
5350         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
5351         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
5352         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
5353         (mips_expand_vec_unpack): Add support for MSA.
5354         (mips_expand_vector_init): Likewise.
5355         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
5356         instead of const0_rtx.
5357         (mips_msa_vec_parallel_const_half): New function.
5358         (mips_gen_const_int_vector): Likewise.
5359         (mips_gen_const_int_vector_shuffle): Likewise.
5360         (mips_expand_msa_cmp): Likewise.
5361         (mips_expand_vec_cond_expr): Likewise.
5362         * config/mips/mips.h
5363         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
5364         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
5365         specified.
5366         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
5367         (ISA_HAS_MSA): New macro.
5368         (UNITS_PER_MSA_REG): Likewise.
5369         (BITS_PER_MSA_REG): Likewise.
5370         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
5371         (MSA_REG_FIRST): New macro.
5372         (MSA_REG_LAST): Likewise.
5373         (MSA_REG_NUM): Likewise.
5374         (MSA_REG_P): Likewise.
5375         (MSA_REG_RTX_P): Likewise.
5376         (MSA_SUPPORTED_MODE_P): Likewise.
5377         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
5378         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
5379         * config/mips/mips.md: Include mips-msa.md.
5380         (alu_type): Add simd_add.
5381         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
5382         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
5383         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
5384         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
5385         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
5386         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
5387         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
5388         simd_move, simd_load, simd_store.  Choose "multi" for moves
5389         for "qword_mode".
5390         (qword_mode): New attribute.
5391         (insn_count): Add instruction count for quad moves.
5392         Increase the count for MIPS SIMD division.
5393         (UNITMODE): Add UNITMODEs for vector types.
5394         (addsub): New code iterator.
5395         * config/mips/mips.opt (mmsa): New option.
5396         * config/mips/msa.h: New file.
5397         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
5398         specified.
5399         * config/mips/mti-linux.h: Likewise.
5400         * config/mips/predicates.md
5401         (const_msa_branch_operand): New constraint.
5402         (const_uimm3_operand): Likewise.
5403         (const_uimm4_operand): Likewise.
5404         (const_uimm5_operand): Likewise.
5405         (const_uimm8_operand): Likewise.
5406         (const_imm5_operand): Likewise.
5407         (aq10b_operand): Likewise.
5408         (aq10h_operand): Likewise.
5409         (aq10w_operand): Likewise.
5410         (aq10d_operand): Likewise.
5411         (const_m1_operand): Likewise.
5412         (reg_or_m1_operand): Likewise.
5413         (const_exp_2_operand): Likewise.
5414         (const_exp_4_operand): Likewise.
5415         (const_exp_8_operand): Likewise.
5416         (const_exp_16_operand): Likewise.
5417         (const_vector_same_val_operand): Likewise.
5418         (const_vector_same_simm5_operand): Likewise.
5419         (const_vector_same_uimm5_operand): Likewise.
5420         (const_vector_same_uimm6_operand): Likewise.
5421         (const_vector_same_uimm8_operand): Likewise.
5422         (par_const_vector_shf_set_operand): Likewise.
5423         (reg_or_vector_same_val_operand): Likewise.
5424         (reg_or_vector_same_simm5_operand): Likewise.
5425         (reg_or_vector_same_uimm6_operand): Likewise.
5426         * doc/extend.texi (MIPS SIMD Architecture Functions): New
5427         section.
5428         * doc/invoke.texi (-mmsa): Document new option.
5429
5430 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5431
5432         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
5433         * configure: Regenerate.
5434         * config.in: Regenerate.
5435         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
5436         on -fvtable-verify.
5437         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
5438         (ENDFILE_VTV_SPEC): Define.
5439
5440 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
5441
5442         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
5443         registers in all interrupt handlers if necessary.
5444         (rl78_option_override): Add warning.
5445         (MUST_SAVE_MDUC_REGISTERS): New macro.
5446         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
5447         * config/rl78/rl78.c (check_mduc_usage): New function.
5448         (mduc_regs): New structure to hold MDUC register data.
5449         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
5450         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
5451         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
5452         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
5453         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
5454         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
5455
5456 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
5457
5458         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
5459         (tree-ssa-loop-niter.h): Ditto.
5460         (idx_within_array_bound, ref_within_array_bound): New functions.
5461         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
5462         Factor out check on writable base object to ...
5463         (base_object_writable): ... here.
5464
5465 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5466
5467         * config/arm/arm.md (probe_stack): Add modes to set source
5468         and destination.
5469
5470 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
5471
5472         * regrename.c (base_reg_class_for_rename): New static function.
5473         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
5474
5475 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
5476
5477         * cgraph.c (thunk_adjust): Export.
5478         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
5479         * cgraphunit.c (thunk_adjust): Export.
5480         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
5481         thunks.
5482         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
5483         inlinable.
5484         * tree-inline.c (expand_call_inline): Expand thunks inline.
5485
5486 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
5487
5488         PR target/70998
5489         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
5490         (*sse2_vd_cvtss2sd): Ditto.
5491         * config/i386/i386.md
5492         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
5493         Generate *sse2_vd_cvtsd2ss pattern.
5494         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
5495         Generate *sse2_vd_cvtss2sd pattern.
5496
5497 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
5498
5499         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
5500         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
5501         users.
5502
5503 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
5504
5505         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
5506         * config/sh/sh.c: Define and declare variables on first use throughout
5507         the file.
5508         (current_function_interrupt): Change to bool type.
5509         (frame_insn): Rename to emit_frame_insn and update users.
5510         (push_regs): Use bool for 'interrupt_handler' argument.
5511         (save_schedule_s): Remove.
5512         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
5513         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
5514         targetm.asm_out.unaligned_op.di.
5515         (gen_far_branch): Remove redundant forward declaration.
5516         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
5517         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
5518         (sh_set_return_address, sh_function_ok_for_sibcall,
5519         scavenge_reg): Update comments.
5520         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
5521         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
5522         (sh_attr_renesas_p): Remove unnecessary parentheses.
5523         (branch_dest): Simplify.
5524         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
5525         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
5526         (CUMULATIVE_ARGS): Change macro to typedef.
5527         (current_function_interrupt): Change to bool type.
5528         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
5529         Surround with __cplusplus ifdef.
5530         (sh_compare_op0, sh_compare_op1): Remove.
5531         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
5532
5533 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
5534
5535         * config/arm/arm.md: (arch): Add neon.
5536         (arch_enabled): Return yes for arch neon when TARGET_NEON.
5537         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
5538         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
5539         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
5540         attributes for alt renumbering.  Mark alt 3 as non-predicable.
5541         (thumb2_movdf_vfp): Likewise.
5542
5543 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
5544
5545         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
5546         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
5547         (*andqi_1): Add preferred_for_speed attribute to disparage
5548         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
5549         (*<code>qi_1): Ditto.
5550         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
5551         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
5552         (*ashlqi3_1): Ditto.
5553         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
5554         Add preferred_for_size attribute to disparage alternative 0 and
5555         preferred_for_speed attribute to disparage alternative 1 for
5556         TARGET_PARTIAL_REG_STALL targets.
5557
5558 2016-05-07  Tom de Vries  <tom@codesourcery.com>
5559
5560         PR tree-optimization/70956
5561         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
5562         def.
5563
5564 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
5565
5566         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
5567         * config/sh/sh.c (sh_cbranch_distance): Implement it.
5568         * config/sh/sh.md (branch_zero): Remove define_attr.
5569         (define_delay): Disable delay slot if branch distance is one insn.
5570
5571 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
5572
5573         * config/i386/i386.md (LEAMODE): New mode attribute.
5574         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
5575         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
5576         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
5577         operand 2 predicate.
5578         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
5579         (*lea<mode>_general_3): Ditto.
5580         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
5581
5582 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
5583
5584         * genmddump.c (main): Convert argv from char ** to const char **.
5585
5586 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
5587
5588         * coretypes.h (OVERRIDE): New macro.
5589         (FINAL): New macro.
5590
5591 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
5592
5593         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
5594         allow coalescing if the types are compatible.
5595
5596 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
5597
5598         * pass_manager.h (pass_manager::register_pass_name): New method.
5599         (pass_manager::get_pass_by_name): New method.
5600         (pass_manager::create_pass_tab): New method.
5601         (pass_manager::m_name_to_pass_map): New field.
5602         * passes.c (name_to_pass_map): Delete global in favor of field
5603         "m_name_to_pass_map" of pass_manager.
5604         (register_pass_name): Rename from a function to...
5605         (pass_manager::register_pass_name): ...this method, updating
5606         for renaming of global "name_to_pass_map" to field
5607         "m_name_to_pass_map".
5608         (create_pass_tab): Rename from a function to...
5609         (pass_manager::create_pass_tab): ...this method, updating
5610         for renaming of global "name_to_pass_map" to field.
5611         (get_pass_by_name): Rename from a function to...
5612         (pass_manager::get_pass_by_name): ...this method.
5613         (enable_disable_pass): Convert use of get_pass_by_name to
5614         a method call, locating the pass_manager singleton.
5615
5616 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
5617
5618         * genattr-common.c (main): Convert argv from char ** to const char **.
5619         * genattr.c (main): Likewise.
5620         * genattrtab.c (main): Likewise.
5621         * genautomata.c (initiate_automaton_gen): Likewise.
5622         (main): Likewise.
5623         * gencodes.c (main): Likewise.
5624         * genconditions.c (main): Likewise.
5625         * genconfig.c (main): Likewise.
5626         * genconstants.c (main): Likewise.
5627         * genemit.c (main): Likewise.
5628         * genenums.c (main): Likewise.
5629         * genextract.c (main): Likewise.
5630         * genflags.c (main): Likewise.
5631         * genmddeps.c (main): Likewise.
5632         * genopinit.c (main): Likewise.
5633         * genoutput.c (main): Likewise.
5634         * genpeep.c (main): Likewise.
5635         * genpreds.c (main): Likewise.
5636         * genrecog.c (main): Likewise.
5637         * gensupport.c (init_rtx_reader_args_cb): Likewise.
5638         (init_rtx_reader_args): Likewise.
5639         * gensupport.h (init_rtx_reader_args_cb): Likewise.
5640         (init_rtx_reader_args): Likewise.
5641         * gentarget-def.c (main): Likewise.
5642         * read-md.c (read_md_files): Likewise.
5643         * read-md.h (read_md_files): Likewise.
5644
5645 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
5646
5647         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
5648         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
5649         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
5650         Remove unused predicate.
5651         (register_and_not_fp_reg_operand): Ditto.
5652
5653 2016-05-06  Martin Liska  <mliska@suse.cz>
5654
5655         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
5656         instead of vec as the vector is local to the function.
5657
5658 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
5659
5660         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
5661         avx512bw alternative.
5662
5663         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
5664         before the ashr<mode>3 pattern.
5665
5666         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
5667         v instead of x in vex or maybe_vex alternatives, use
5668         maybe_evex instead of vex in prefix.
5669
5670         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
5671         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
5672         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
5673         in vex or maybe_vex alternatives, use maybe_evex instead of vex
5674         in prefix.
5675
5676         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
5677         v instead of x in vex or maybe_vex alternatives, use
5678         maybe_evex instead of vex in prefix.
5679
5680         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
5681         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
5682         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
5683         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
5684         alternatives, use maybe_evex instead of vex in prefix.
5685
5686         * config/i386/sse.md (vec_interleave_lowv4sf,
5687         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
5688         v instead of x in vex or maybe_vex alternatives, use
5689         maybe_evex instead of vex in prefix.
5690
5691         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
5692         v instead of x in vex or maybe_vex alternatives, use
5693         maybe_evex instead of vex in prefix.
5694
5695         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
5696         v constraint instead of x.
5697
5698 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
5699
5700         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
5701         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
5702         equality first.
5703
5704 2016-05-06  Richard Biener  <rguenther@suse.de>
5705
5706         PR tree-optimization/70948
5707         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
5708         Properly clobber all fields of va_list for __builtin_va_start.
5709
5710 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
5711
5712         PR debug/70935
5713         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
5714         loop latch destination.
5715
5716 2016-05-06  Martin Liska  <mliska@suse.cz>
5717
5718         * tree-ssa-uninit.c: Apply manual changes
5719         to the GNU coding style.
5720         (prune_uninit_phi_opnds): Rename from
5721         prune_uninit_phi_opnds_in_unrealizable_paths.
5722
5723 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5724
5725         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
5726         mspace): Remove deprecated options.
5727         * doc/invoke.texi (SH options): Remove -mspace.
5728
5729 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5730
5731         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
5732
5733 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5734
5735         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
5736         corresponding combine split pattern.
5737
5738 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5739
5740         PR target/58219
5741         * config/sh/predicates.md (long_displacement_mem_operand): New.
5742         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
5743         Add movi20, movi20s alternatives.  Adjust length attribute for
5744         alternatives.
5745         (movsi_ie): Allow for any FPU.  Adjust length attribute for
5746         alternatives.
5747         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
5748         attribute for alternatives.
5749         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
5750         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
5751         length attribute for alternatives.
5752
5753 2016-05-06  Richard Biener  <rguenther@suse.de>
5754
5755         PR tree-optimization/70960
5756         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
5757
5758 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5759
5760         PR target/52933
5761         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
5762         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
5763
5764 2016-05-06  Marek Polacek  <polacek@redhat.com>
5765
5766         PR sanitizer/70875
5767         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
5768
5769 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5770
5771         PR target/54089
5772         * config/sh/sh.md (*rotcr): Add another variant.
5773
5774 2016-05-06  Richard Biener  <rguenther@suse.de>
5775
5776         PR middle-end/70931
5777         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
5778
5779 2016-05-06  Richard Biener  <rguenther@suse.de>
5780
5781         PR middle-end/70941
5782         * fold-const.c (split_tree): Always convert to the original type
5783         before negating.
5784
5785 2016-05-06  Richard Biener  <rguenther@suse.de>
5786
5787         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
5788         (fwprop_addr): Likewise.
5789
5790 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
5791
5792         PR target/70873
5793         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
5794         New prototype.
5795         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
5796         * config/i386/i386.md (push mem splitter): Use find_constant_src in
5797         the splitter condition.
5798         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
5799         the splitter condition.
5800         (FP float_extend load splitter): Ditto.
5801
5802 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
5803
5804         * config/i386/i386.md (peehole2 patterns): Change true_regnum
5805         to REGNO in all peephole2 patterns.
5806         (post-reload splitters): Change true_regnum to REGNO in
5807         post-reload splitters.
5808         (zero_extend splitters): Use general_reg_operand and
5809         nonimmediate_gr_operand predicates.
5810
5811 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
5812
5813         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
5814         v constraint instead of x.
5815
5816 2016-05-05  Alan Modra  <amodra@gmail.com>
5817
5818         PR target/68662
5819         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
5820         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
5821         TARGET_NO_FP_IN_TOC for -mrelocatable.
5822         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
5823         TARGET_RELOCATABLE test.
5824         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5825         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5826         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5827         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5828         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5829         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5830         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5831         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5832         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
5833         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
5834         Likewise.
5835         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
5836         (rs6000_stack_info): Likewise.
5837         (rs6000_elf_asm_out_constructor): Likewise.
5838         (rs6000_elf_asm_out_destructor): Likewise.
5839         (rs6000_elf_declare_function_name): Likewise.
5840         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
5841         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
5842         Don't define.
5843
5844 2016-05-05  Alan Modra  <amodra@gmail.com>
5845
5846         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
5847
5848 2016-05-05  Alan Modra  <amodra@gmail.com>
5849
5850         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
5851         out-of-line gpr restore for one or two regs if that would add
5852         a save of lr.
5853
5854 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
5855
5856         PR target/70873
5857         * config/i386/i386.md
5858         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
5859         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
5860         as operand 0 predicate.
5861         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
5862         Ditto.
5863         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
5864         Ditto.  Emit the pattern using RTX.
5865
5866         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
5867         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
5868         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
5869         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
5870         Ditto.
5871         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
5872         sse_reg_operand as operand 0 predicate.
5873
5874         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
5875         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
5876         instead of gen_rtx_REG.
5877         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
5878         Ditto.
5879
5880 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
5881
5882         * function.c (emit_use_return_register_into_block): Delete.
5883         (gen_return_pattern): Delete.
5884         (emit_return_into_block): Delete.
5885         (active_insn_between): Delete.
5886         (convert_jumps_to_returns): Delete.
5887         (emit_return_for_exit): Delete.
5888         (thread_prologue_and_epilogue_insns): Delete all code dealing with
5889         simple_return for shrink-wrapped blocks.
5890         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
5891         end of blocks that need one.
5892         (get_unconverted_simple_return): Delete.
5893         (convert_to_simple_return): Delete.
5894         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
5895         (convert_to_simple_return): Ditto.
5896
5897 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
5898
5899         * cfgcleanup.c (bb_is_just_return): New function.
5900         (try_optimize_cfg): Simplify jumps to return, branches to return,
5901         and branches around return.
5902
5903 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
5904
5905         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
5906         branch to a return.
5907
5908 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
5909
5910         PR c++/70906
5911         PR c++/70933
5912         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
5913         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
5914         assert flags & OEP_HASH_CHECK, instead of asserting it
5915         never happens.  Handle TARGET_EXPR.
5916         * fold-const.c (operand_equal_p): For hash verification,
5917         or in OEP_HASH_CHECK into flags.
5918
5919 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
5920
5921         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
5922         comment.
5923         (compute_samebase_partition_bases): Fix typo.
5924
5925 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
5926
5927         * config/i386/sse.md (vec_interleave_highv8sf,
5928         vec_interleave_lowv8sf, vec_interleave_highv4df,
5929         vec_interleave_lowv4df): Remove constraints from expanders.
5930
5931         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
5932
5933 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
5934
5935         * tree-inline.c (expand_call_inline): Fix path dealing with
5936         making lhs of call statement undefined.
5937
5938 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
5939
5940         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
5941         Check availability on NODE, too.
5942         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
5943         (cgraph_node::call_for_symbol_and_aliases): Likewise.
5944         (varpool_node::call_for_symbol_and_aliase): Likewise.
5945         * ipa-pure-const.c (add_new_function): Analyze all bodies.
5946         (propagate_pure_const): Propagate across interposable functions, too.
5947         (skip_function_for_local_pure_const): Do not skip interposable bodies
5948         with aliases.
5949         (pass_local_pure_const::execute): Update.
5950
5951 2016-05-04  Marek Polacek  <polacek@redhat.com>
5952
5953         * doc/invoke.texi: Document -Wdangling-else.
5954
5955 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5956
5957         * config.gcc: Error out when conflicting multilib is detected.  Do not
5958         loop over multilibs since no combination is legal.
5959
5960 2016-05-04  Alan Modra  <amodra@gmail.com>
5961
5962         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
5963         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
5964         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
5965         Align .toc.
5966
5967 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
5968
5969         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
5970         Clean up p5600 comments.
5971
5972 2016-05-04  Richard Biener  <rguenther@suse.de>
5973
5974         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
5975         constructor simplifications.
5976         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
5977
5978 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
5979
5980         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
5981         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
5982         result.set_rtx is null instead of aborting.
5983         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
5984         Always enable.
5985         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
5986         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
5987         *mov<mode>_store_postinc): New patterns.
5988
5989 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
5990
5991         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
5992         as commutative.  Check both conversions are NOP.
5993         ((A & B) OP (C & B)): Remove.
5994
5995 2016-05-04  Alan Modra  <amodra@gmail.com>
5996
5997         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
5998
5999 2016-05-04  Alan Modra  <amodra@gmail.com>
6000
6001         PR target/70866
6002         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
6003         when cr2,3,4 are all fixed regs.
6004
6005 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
6006
6007         PR rtl-optimization/57193
6008         * opts.c (default_options_table): Revert OPT_frename_registers change.
6009         * doc/invoke.texi (-frename-registers, -O2): Likewise.
6010
6011 2016-05-03  Martin Sebor  <msebor@redhat.com>
6012
6013         PR c++/66561
6014         * builtins.c (fold_builtin_FILE): New function.
6015         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
6016         (fold_builtin_0): Call them.
6017         * gimplify.c (gimplify_call_expr): Remove the handling of
6018         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
6019
6020         PR c++/66561
6021         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
6022         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
6023         constants.
6024
6025         PR c++/66639
6026         * doc/extend.texi (Function Names as Strings): Update __func__,
6027         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
6028         constants.
6029
6030 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
6031             Richard Biener  <rguenther@suse.de>
6032
6033         PR tree-optimization/70916
6034         * tree-if-conv.c: Include cfganal.h.
6035         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
6036         and remove_fake_exit_edges around the optimization pass.
6037
6038 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
6039
6040         * cgraph.c (symbol_table::create_edge): Set inline_failed.
6041         (cgraph_edge::make_direct): Likewise.
6042         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
6043         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
6044         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
6045         (CIF_THUNK): New code.
6046         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
6047         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
6048         (compute_inline_parameters): Set inline_failed for thunks.
6049         (inline_analyze_function): Cleanup.
6050         * ipa-inline.c (can_inline_edge_p): Do not deal with
6051         call_stmt_cannot_inline_p.
6052         (can_early_inline_edge_p): Likewise.
6053         (early_inliner): Initialize inline_failed.
6054         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
6055
6056 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
6057
6058         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
6059         from nonimm_ssenomem_operand.
6060         (nonimm_ssenomem_operand): New predicate.
6061         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
6062         as operand 0 predicate.
6063         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
6064         Disable unsupported alternatives using "enabled" attribute.
6065         Use register_ssemem_operand as operand 0 predicate.
6066         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
6067
6068 2016-05-03  Marek Polacek  <polacek@redhat.com>
6069
6070         PR c/70859
6071         * input.c (expansion_point_location): New function.
6072         * input.h (expansion_point_location): Declare.
6073
6074 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6075
6076         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
6077         occurence with frame_offset_ ones.
6078
6079 2016-05-03  Alan Modra  <amodra@gmail.com>
6080
6081         PR rtl-optimization/70890
6082         * ira.c (combine_and_move_insns): When moving def_insn, remove
6083         equivs on use_insn.
6084
6085 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6086
6087         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
6088         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
6089         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
6090         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
6091
6092 2016-05-03  Alan Modra  <amodra@gmail.com>
6093
6094         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
6095         for SAVE_MULTIPLE/STORE_MULTIPLE.
6096
6097 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
6098
6099         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
6100         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
6101
6102 2016-05-03  Richard Biener  <rguenther@suse.de>
6103
6104         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
6105         default true.
6106         (gimplify_arg): Likewise.
6107         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
6108         re-writing the result to a decl if required.
6109         (internal_get_tmp_var): Add allow_ssa parameter
6110         and override into_ssa with it.
6111         (get_formal_tmp_var): Adjust.
6112         (get_initialized_tmp_var): Add allow_ssa parameter.
6113         (gimplify_arg): Add allow_ssa parameter and avoid generating
6114         SSA names for the result false.
6115         (gimplify_call_expr): If the call may return twice do not
6116         gimplify parameters into SSA.
6117         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
6118         (gimplify_modify_expr): Adjust assert.  For noreturn calls
6119         with a SSA name LHS adjust its def.
6120         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
6121         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
6122         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
6123         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
6124         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
6125         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
6126         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
6127         (optimize_target_teams): Do not allow SSA names for clause operands.
6128         (gimplify_expr): Likewise for where we mark the result addressable.
6129         * passes.def (pass_init_datastructures): Remove.
6130         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
6131         (rewrite_stmt): Likewise.
6132         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
6133         (replace_locals_op): Replace SSA names.
6134         (copy_gimple_seq_and_replace_locals): Init src_cfun.
6135         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
6136         * cgraph.c (release_function_body): Free CFG annotations only
6137         when we have a CFG.  Simplify.
6138         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
6139         force_gimple_operand instead of get_initialized_tmp_var.
6140         * tree-pass.h (make_pass_init_datastructures): Remove.
6141         * tree-ssa.c (execute_init_datastructures): Remove.
6142         (pass_data_init_datastructures): Likewise.
6143         (class pass_init_datastructures): Likewise.
6144         (make_pass_init_datastructures): Likewise.
6145         * omp-low.c (create_omp_child_function): Init SSA data structures.
6146         (grid_expand_target_grid_body): Likewise.
6147         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
6148         name before adding it to names_to_release.
6149         (remove_bb): Always release SSA defs.
6150         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
6151         before dereferencing it.
6152         * cgraphunit.c (init_lowered_empty_function): Always
6153         int SSA data structures.
6154         * tree-ssanames.c (release_defs): Remove assert that we are in
6155         SSA form.
6156         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
6157
6158 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
6159             Uros Bizjak  <ubizjak@gmail.com>
6160
6161         PR rtl-optimization/70467
6162         * config/i386/predicates.md (x86_64_hilo_int_operand,
6163         x86_64_hilo_general_operand): New predicates.
6164         * config/i386/constraints.md (Wd): New constraint.
6165         * config/i386/i386.md (mode attr di): Use Wd instead of e.
6166         (general_hilo_operand): New mode attr.
6167         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
6168         instead of <general_operand>.
6169         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
6170         x86_64_hilo_general_operand instead of <general_operand>.
6171
6172 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
6173
6174         PR tree-optimization/70916
6175         * tree-if-conv.c (constant_or_ssa_name): Removed.
6176         (fold_build_cond_expr): Use is_gimple_val instead of
6177         constant_or_ssa_name.
6178
6179         PR tree-optimization/70916
6180         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
6181         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
6182
6183         PR target/49244
6184         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
6185         (optimize_atomic_bit_test_and): New function.
6186         (pass_fold_builtins::execute): Use it.
6187         * optabs.def (atomic_bit_test_and_set_optab,
6188         atomic_bit_test_and_complement_optab,
6189         atomic_bit_test_and_reset_optab): New optabs.
6190         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
6191         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
6192         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
6193         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
6194         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
6195         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
6196         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
6197         * doc/md.texi (atomic_bit_test_and_set@var{mode},
6198         atomic_bit_test_and_complement@var{mode},
6199         atomic_bit_test_and_reset@var{mode}): Document.
6200         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
6201         atomic_bit_test_and_complement<mode>,
6202         atomic_bit_test_and_reset<mode>): New expanders.
6203         (atomic_bit_test_and_set<mode>_1,
6204         atomic_bit_test_and_complement<mode>_1,
6205         atomic_bit_test_and_reset<mode>_1): New insns.
6206
6207 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
6208
6209         PR rtl-optimization/70687
6210         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
6211         instead of unsigned HOST_WIDE_INT.
6212
6213 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
6214
6215         PR rtl-optimization/44281
6216         * hard-reg-set.h (struct target_hard_regs): New field
6217         x_fixed_nonglobal_reg_set.
6218         (fixed_nonglobal_reg_set): New macro.
6219         * reginfo.c (init_reg_sets_1): Initialize it.
6220         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
6221         of fixed_reg_set.
6222         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
6223
6224 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
6225
6226         PR tree-optimization/56541
6227         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
6228         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
6229         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
6230         (any_complicated_phi): new static variable.
6231         (aggressive_if_conv): delete.
6232         (if_convertible_phi_p): support phis with more than two arguments.
6233         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
6234         critical pred edges.
6235         (ifcvt_split_critical_edges): support phis with more than two
6236         arguments by checking new parameter.  only split critical edges
6237         if needed.
6238         (tree_if_conversion): handle simd pragma marked loop using new
6239         local variable aggressive_if_conv.  check any_complicated_phi.
6240
6241 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
6242
6243         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
6244         before using it.
6245
6246 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
6247
6248         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
6249         cbase.
6250
6251 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
6252
6253         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
6254         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
6255         define_insn_and_split.
6256         (mulsi3_i): New define_insn_and_split.
6257         (mulsi3_call): Convert to define_insn.
6258         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
6259         Remove constraints.
6260
6261 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
6262
6263         * machmode.h (mode_complex): Add support to give the complex mode
6264         for a given mode.
6265         (GET_MODE_COMPLEX_MODE): Likewise.
6266         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
6267         stored by build_complex_type and gfc_build_complex_type instead of
6268         trying to figure out the appropriate mode based on the size. Raise
6269         an assertion error, if the type was not set.
6270         * genmodes.c (struct mode_data): Add field for the complex type of
6271         the given type.
6272         (blank_mode): Likewise.
6273         (make_complex_modes): Remember the complex mode created in the
6274         base type.
6275         (emit_mode_complex): Write out the mode_complex array to map a
6276         type mode to the complex version.
6277         (emit_insn_modes_c): Likewise.
6278         * tree.c (build_complex_type): Set the complex type to use before
6279         calling layout_type.
6280         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
6281         support for __float128 complex datatypes.
6282         (rs6000_hard_regno_mode_ok): Likewise.
6283         (rs6000_setup_reg_addr_masks): Likewise.
6284         (rs6000_complex_function_value): Likewise.
6285         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
6286         __float128 and __ibm128 complex.
6287         (FLOAT128_IBM_P): Likewise.
6288         (ALTIVEC_ARG_MAX_RETURN): Likewise.
6289         * doc/extend.texi (Additional Floating Types): Document that
6290         -mfloat128 must be used to enable __float128.  Document complex
6291         __float128 and __ibm128 support.
6292
6293 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
6294
6295         PR target/49244
6296         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
6297         char/short arguments promoted to int because of promote_prototypes.
6298
6299 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
6300
6301         * config/i386/predicates.md (register_ssemem_operand): New predicate.
6302         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
6303         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
6304         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
6305         alternatives using "enabled" attribute.  Use register_ssemem_operand
6306         as operand 1 predicate.
6307         (*cmpi<unord>xf_i387): Split XFmode pattern from
6308         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
6309         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
6310         *absneg<mode>2_i387.  Disable unsupported alternatives using
6311         "enabled" attribute.
6312         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
6313
6314 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
6315
6316         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
6317         marker.
6318         (oacc_loop_process): Check mask for loop termination.
6319
6320 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
6321
6322         * cif-code.def (CIF_THUNK): Add.
6323         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
6324         accidental change.
6325
6326 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
6327
6328         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
6329         (dump_inline_summary): Dump it.
6330         (fp_expression_p): New predicate.
6331         (estimate_function_body_sizes): Use it.
6332         (inline_merge_summary): Merge fp_expressions.
6333         (inline_read_section): Read fp_expressions.
6334         (inline_write_summary): Write fp_expressions.
6335         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
6336         codegen boundary if either caller or callee is !fp_expressions.
6337         * ipa-inline.h (inline_summary): Add fp_expressions.
6338         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
6339         to fp_expressions be sure the fp generation flags are updated.
6340
6341 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
6342
6343         PR rtl-optimization/70467
6344         * cse.c (cse_insn): Handle no-op MEM moves after folding.
6345
6346         PR rtl-optimization/70467
6347         * ipa-pure-const.c (check_call): Handle internal calls even in
6348         ipa mode like in local mode.
6349
6350 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6351
6352         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
6353
6354 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
6355
6356         * match.pd (X u< X, X u> X): New transformations.
6357
6358 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
6359
6360         * flag-types.h (enum warn_strict_overflow_code): Move ...
6361         * coretypes.h: ... here.
6362         * fold-const.h (fold_overflow_warning): Declare.
6363         * fold-const.c (fold_overflow_warning): Make non-static.
6364         (fold_comparison): Move the transformation of X +- C1 CMP C2
6365         into X CMP C2 -+ C1 ...
6366         * match.pd: ... here.
6367         * gimple-fold.c (fold_stmt_1): Protect with
6368         fold_defer_overflow_warnings.
6369
6370 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
6371
6372         * omp-low.c (struct oacc_loop): Add 'inner' field.
6373         (new_oacc_loop_raw): Initialize it to zero.
6374         (oacc_loop_fixed_partitions): Initialize it.
6375         (oacc_loop_auto_partitions): Partition outermost loop to outermost
6376         available partitioning.
6377
6378 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
6379
6380         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
6381         register_operand.
6382         (umulsidi3): Likewise.
6383         (indirect_jump): Fix jump instruction assembly patterns.
6384
6385 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
6386
6387         PR target/70860
6388         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
6389         (nvptx_function_value): Assert non-NULL cfun.
6390
6391 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
6392
6393         PR rtl-optimization/70886
6394         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
6395
6396         * cselib.h (rtx_equal_for_cselib_1): Declare.
6397         (rtx_equal_for_cselib_p: New inline function.
6398         * cselib.c (rtx_equal_for_cselib_p): Delete.
6399         (rtx_equal_for_cselib_1): Make public.
6400
6401 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
6402
6403         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
6404         (register_mixssei387nonimm_operand): Remove predicate.
6405         * config/i386/i386.md (*fop_<mode>_comm): Merge from
6406         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
6407         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
6408         for TARGET_MIX_SSE_I387 alternatives.
6409         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
6410         Disable unsupported alternatives using "enabled" attribute.  Use
6411         nonimm_ssenomem_operand as operand 1 predicate.  Also check
6412         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
6413
6414 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
6415
6416         * tree.c (cst_and_fits_in_hwi): Simplify.
6417
6418 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
6419
6420         * tree.h (wi::to_wide): New function.
6421         * expr.c (expand_expr_real_1): Use wi::to_wide.
6422         * fold-const.c (int_const_binop_1): Likewise.
6423         (extract_muldiv_1): Likewise.
6424
6425 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
6426
6427         * wide-int.h: Update offset_int and widest_int documentation.
6428         (WI_SIGNED_SHIFT_RESULT): New macro.
6429         (wi::binary_shift): Define signed_shift_result_type for
6430         shifts on offset_int- and widest_int-like types.
6431         (generic_wide_int): Support <<= and >>= if << and >> are supported.
6432         * tree.h (int_bit_position): Use shift operators instead of wi::
6433          shifts.
6434         * alias.c (adjust_offset_for_component_ref): Likewise.
6435         * expr.c (get_inner_reference): Likewise.
6436         * fold-const.c (fold_comparison): Likewise.
6437         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
6438         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
6439         * tree-dfa.c (get_ref_base_and_extent): Likewise.
6440         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
6441         (stmt_kills_ref_p): Likewise.
6442         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
6443         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
6444         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
6445         (ao_ref_init_from_vn_reference): Likewise.
6446
6447 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
6448
6449         * wide-int.h: Update offset_int and widest_int documentation.
6450         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
6451         (wi::binary_traits): Allow ordered comparisons between offset_int and
6452         offset_int, between widest_int and widest_int, and between either
6453         of these types and basic C types.
6454         (operator <, <=, >, >=): Define for the same combinations.
6455         * tree.h (tree_int_cst_lt): Use comparison operators instead
6456         of wi:: comparisons.
6457         (tree_int_cst_le): Likewise.
6458         * gimple-fold.c (fold_array_ctor_reference): Likewise.
6459         (fold_nonarray_ctor_reference): Likewise.
6460         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
6461         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
6462         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
6463         * tree-sra.c (completely_scalarize): Likewise.
6464         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
6465         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
6466         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
6467         (check_for_binary_op_overflow): Likewise.
6468         (search_for_addr_array): Likewise.
6469         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
6470
6471 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
6472
6473         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
6474         (arc_save_restore): Likewise.
6475         (arc_dwarf_register_span): Likewise.
6476         (arc_output_pic_addr_const): Initialize suffix variable.
6477
6478 2016-05-02  Martin Liska  <mliska@suse.cz>
6479
6480         * symbol-summary.h (function_summary::function_summary):
6481         Remove checking assert for all cgraph nodes.
6482         (function_summary::get): Check summary_uid.
6483         (symtab_insertion): Check summary_uid.
6484
6485 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
6486
6487         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
6488         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
6489         bmaskn instruction.
6490         (arc_dwarf_register_span): Remove enum keyword.
6491         (compact_memory_operand_p): New function.
6492         * config/arc/arc.h (reg_class): Add code density register classes.
6493         (REG_CLASS_NAMES): Likewise.
6494         (REG_CLASS_CONTENTS): Likewise.
6495         * config/arc/arc.md (*movqi_insn): Add code density instructions.
6496         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
6497         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
6498         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
6499         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
6500         constraints.
6501         (h, Rcd, Rsd, Rzd): New register constraints.
6502         (T): Use compact_memory_operand_p function.
6503         * config/arc/predicates.md (compact_load_memory_operand): Remove.
6504
6505 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
6506
6507         * config/sh/sh.md (*negnegt, *movtt): Remove.
6508
6509 2016-05-02  Marek Polacek  <polacek@redhat.com>
6510             Tom de Vries  <tom@codesourcery.com>
6511
6512         PR tree-optimization/70700
6513         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
6514         bigger than FIRST_REF_NODE.
6515
6516 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
6517
6518         PR target/52898
6519         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
6520         TARGET_CMPEQDI_T.
6521         (prepare_cbranch_operands): Don't use scratch register.  Assume that
6522         function is used when pseudos can be created.
6523         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
6524         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
6525         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
6526         define_expand.  Allow it only when pseudos can be created.
6527         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
6528
6529 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
6530
6531         * config/i386/constraints.md (BC): Only allow -1 operands.
6532         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
6533         Add "enabled" attribute.  Update XI mode attribute calculation.
6534         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
6535         (*movoi_internal_avx): Update XI mode attribute calculation.
6536         (*movti_internal): Ditto.
6537
6538 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
6539
6540         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
6541         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
6542
6543 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
6544
6545         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
6546         statement on instruction code.  Remove trailing spaces.
6547         (altivec_expand_stv_builtin): Likewise.
6548
6549 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
6550
6551         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
6552         (TARGET_FPU_DOUBLE): Simplify.
6553         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
6554         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
6555         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
6556         with 'TARGET_FPU_DOUBLE'.
6557         * config/sh/sh.md: Likewise.
6558
6559 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
6560
6561         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
6562         SH_DIV_STR_FOR_SIZE): Remove.
6563         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
6564         SH_DIV_STR_FOR_SIZE): Remove.
6565
6566 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
6567
6568         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
6569         logical_reg_operand): Delete.
6570         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
6571         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
6572         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
6573         match_operand and match_test.
6574         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
6575         variables on their first use.  Return bool values.
6576         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
6577         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
6578         arith_reg_operand for input operand.  Remove empty constraints.
6579         (xorsi3): Delete.
6580         (*xorsi3_compact): Rename to xorsi3.
6581         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
6582         (*zero_extend<mode>si2_disp_mem): Update comment.
6583         (mov_nop): Delete.
6584
6585 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
6586
6587         * config/sh/t-sh: Remove SH5 support.
6588         * config.gcc: Likewise.
6589         * configure: Likewise.
6590
6591 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6592
6593         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
6594
6595 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
6596
6597         * config/sh/sh.c (register_sh_passes, sh_option_override,
6598         sh_print_operand, prepare_move_operands,
6599         sh_can_follow_jump): Remove TARGET_SH1 checks.
6600         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
6601         PROMOTE_MODE): Likewise.
6602         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
6603         movdi): Likewise.
6604
6605 2016-04-30  Alan Modra  <amodra@gmail.com>
6606
6607         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
6608         restoring when fixed_reg_p, but allow out-of-line or stmw save.
6609         Check for user regs later to avoid unnecessary looping over regs.
6610         Merge user reg check with non-saved reg check.  Don't force
6611         inline VR restore when static chain used.
6612         (rs6000_frame_related): Omit eh_frame info for user regs when
6613         saving.
6614         (fixed_regs_p): Delete.
6615
6616 2016-04-30  Alan Modra  <amodra@gmail.com>
6617
6618         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
6619         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
6620         Update all uses.
6621
6622 2016-04-30  Alan Modra  <amodra@gmail.com>
6623
6624         PR target/69645
6625         * config/rs6000/rs6000.c (fixed_reg_p): New function.
6626         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
6627         Update all uses.
6628
6629 2016-04-30  Alan Modra  <amodra@gmail.com>
6630
6631         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
6632         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
6633         flag_pic test for Darwin.
6634
6635 2016-04-30  Alan Modra  <amodra@gmail.com>
6636
6637         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
6638         throw_calls_crossed.
6639         (REG_FREQ_CALLS_CROSSED): Delete.
6640         (REG_N_THROWING_CALLS_CROSSED): Delete.
6641         * regstat.c (regstat_bb_compute_ri): Don't calculate
6642         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
6643         (dump_reg_info): Don't print call cross frequency.
6644         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
6645         and REG_N_THROWING_CALLS_CROSSED.
6646
6647 2016-04-30  Alan Modra  <amodra@gmail.com>
6648
6649         * regs.h (struct reg_info_t): Delete live_length.
6650         (REG_LIVE_LENGTH): Delete macro.
6651         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
6652         local_live, local_processed and local_live_last_luid params.
6653         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
6654         Formatting fixes.
6655         (regstat_compute_ri): Adjust for above.  Don't set
6656         REG_LIVE_LENGTH.
6657         (dump_reg_info): Don't print live length.
6658         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
6659         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
6660         Localize loop_depth var.
6661
6662 2016-04-30  Alan Modra  <amodra@gmail.com>
6663
6664         * ira.c (enum valid_equiv): New.
6665         (validate_equiv_mem): Return enum.
6666         (update_equiv_mem): Create replacement in more cases.
6667         (add_store_equivs): Update validate_equiv_mem call.
6668
6669 2016-04-30  Alan Modra  <amodra@gmail.com>
6670
6671         * ira.c (combine_and_move_insns): Rather than scanning insns,
6672         use DF infrastucture to find use and def insns.
6673
6674 2016-04-30  Alan Modra  <amodra@gmail.com>
6675
6676         ira.c (combine_and_move_insns): Move invariant conditions..
6677         (ira.c): ..to here.  Call combine_and_move_insns before
6678         add_store_equivs.  Call grow_reg_equivs later.  Allocate
6679         req_equiv later using max_reg_num() rather than global max_regno.
6680         (contains_replace_regs): Delete.
6681         (add_store_equivs): Remove contains_replace_regs test.
6682
6683 2016-04-30  Alan Modra  <amodra@gmail.com>
6684
6685         * ira.c (struct equiv_mem_data): New.
6686         (equiv_mem, equiv_mem_modified): Delete static vars.
6687         (validate_equiv_mem_from_store): Use "data" param to communicate..
6688         (validate_equiv_mem): ..from here.
6689
6690 2016-04-30  Alan Modra  <amodra@gmail.com>
6691
6692         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
6693         split out from..
6694         (update_reg_equivs): ..here.  Move allocation and freeing of
6695         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
6696         end_alias_analysis to..
6697         (ira): ..here.
6698
6699 2016-04-30  Alan Modra  <amodra@gmail.com>
6700
6701         * ira.c (pdx_subregs): Delete.
6702         (struct equivalence): Add pdx_subregs field.
6703         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
6704         pdx_subregs access.
6705         (update_equiv_regs): Don't create or free pdx_subregs.  Update
6706         pdx_subregs access.
6707
6708 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6709
6710         * config/rs6000/altivec.h: Change definitions of vec_xl and
6711         vec_xst.
6712         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
6713         (LD_ELEMREV_V2DI): New.
6714         (LD_ELEMREV_V4SF): New.
6715         (LD_ELEMREV_V4SI): New.
6716         (LD_ELEMREV_V8HI): New.
6717         (LD_ELEMREV_V16QI): New.
6718         (ST_ELEMREV_V2DF): New.
6719         (ST_ELEMREV_V2DI): New.
6720         (ST_ELEMREV_V4SF): New.
6721         (ST_ELEMREV_V4SI): New.
6722         (ST_ELEMREV_V8HI): New.
6723         (ST_ELEMREV_V16QI): New.
6724         (XL): New.
6725         (XST): New.
6726         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6727         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
6728         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
6729         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
6730         (altivec_expand_builtin): Add handling for
6731         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
6732         (rs6000_invalid_builtin): Add error-checking for
6733         RS6000_BTM_P9_VECTOR.
6734         (altivec_init_builtins): Define builtins used to implement vec_xl
6735         and vec_xst.
6736         (rs6000_builtin_mask_names): Define power9-vector.
6737         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
6738         (RS6000_BTM_P9_VECTOR): Define.
6739         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
6740         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
6741         (vsx_ld_elemrev_v2df): Likewise.
6742         (vsx_ld_elemrev_v4sf): Likewise.
6743         (vsx_ld_elemrev_v4si): Likewise.
6744         (vsx_ld_elemrev_v8hi): Likewise.
6745         (vsx_ld_elemrev_v16qi): Likewise.
6746         (vsx_st_elemrev_v2df): Likewise.
6747         (vsx_st_elemrev_v2di): Likewise.
6748         (vsx_st_elemrev_v4sf): Likewise.
6749         (vsx_st_elemrev_v4si): Likewise.
6750         (vsx_st_elemrev_v8hi): Likewise.
6751         (vsx_st_elemrev_v16qi): Likewise.
6752         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
6753         grammar.
6754
6755 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
6756
6757         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
6758         out into ...
6759         (simplify_control_stmt_condition_1): ... here.  Recurse into
6760         BIT_AND_EXPRs and BIT_IOR_EXPRs.
6761
6762 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
6763
6764         PR target/69810
6765         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
6766         (zero_extendqi<mode>2_dot): Revert earlier conversion from
6767         define_insn_and_split to define_insn.
6768         (zero_extendqi<mode>2_dot2): Same.
6769         (extendqi<mode>2_dot): Same.
6770         (extendqi<mode>2_dot2): Same.
6771
6772 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6773
6774         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
6775         (probe_stack): New expander.
6776         (probe_stack_<mode>): New insn pattern.
6777
6778 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6779
6780         * config/i386/i386.md
6781         (operations with memory inputs setting flags peephole2):
6782         Remove uneeded REG_P checks.  Cleanup pattern generation.
6783
6784 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
6785
6786         * tree-vect-loop.c (vect_transform_loop): Fix
6787         nb_iterations_upper_bound computation for vectorized loop.
6788
6789 2016-04-29  Marek Polacek  <polacek@redhat.com>
6790             Jakub Jelinek  <jakub@redhat.com>
6791
6792         PR sanitizer/70342
6793         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
6794         TARGET_EXPR_SLOT as a base.
6795
6796 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
6797
6798         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
6799         with 'rCm2' constraints to limit possible immediate size.
6800         (*load_zeroextendqisi_update): Likewise.
6801         (*load_signextendqisi_update): Likewise.
6802         (*loadhi_update): Likewise.
6803         (*load_zeroextendhisi_update): Likewise.
6804         (*load_signextendhisi_update): Likewise.
6805         (*loadsi_update): Likewise.
6806         (*loadsf_update): Likewise.
6807
6808 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6809
6810         * config/i386/predicates.md (constm1_operand): Fix comparison.
6811
6812 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
6813
6814         * testsuite/gcc.target/arc/ieee_eq.c: New test.
6815
6816 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
6817
6818         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
6819         remaining SH5 related settings.
6820         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
6821         shmedia_prepare_call_address): Delete.
6822         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
6823         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
6824         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
6825         UNSUPPORTED_SH2A): Remove m5 checks.
6826         (sh_divide_strategy_e): Remove SH5 division strategies.
6827         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
6828         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
6829
6830 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6831
6832         * config/s390/s390.c (s390_rtx_costs): Update documentation.
6833
6834 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6835
6836         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
6837         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
6838         Change lder to ldr.
6839         * config/s390/vector.md ("mov<mode>"): Likewise.
6840
6841 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
6842
6843         * config/s390/constraints.md ("U", "W"): Invoke
6844         s390_mem_constraint with "ZR" and "ZT".
6845         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
6846         addresses when using LRA.  Accept also short displacements for S
6847         and T constraints.  Do not check for long displacement target for
6848         S and T constraints.
6849         (s390_mem_constraint): Remove handling of U and W constraints.
6850         * config/s390/s390.md (various patterns): Remove the short
6851         displacement constraints (Q and R) if a long displacement
6852         constraint is present.  Add longdisp as required CPU capability.
6853         * config/s390/vector.md: Likewise.
6854         * config/s390/vx-builtins.md: Likewise.
6855
6856 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6857
6858         PR target/60040
6859         * reload1.c (reload): Call finish_spills before
6860         restarting reload loop. Skip select_reload_regs
6861         if update_eliminables_and_spill returns true.
6862
6863 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
6864
6865         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
6866         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
6867         (umulhisi3_imm): Update predicates and constraint letters.
6868         (umulhisi3_reg): Declare instruction as commutative.
6869         * config/arc/constraints.md (J12, J16): New constraints.
6870         * config/arc/predicates.md (short_unsigned_const_operand): New
6871         predicate.
6872         (arc_short_operand): Likewise.
6873         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
6874
6875 2016-04-29  Richard Biener  <rguenther@suse.de>
6876
6877         PR tree-optimization/13962
6878         PR tree-optimization/65686
6879         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
6880         * tree-ssa-alias.c (ptrs_compare_unequal): New function
6881         using PTA to compare pointers.
6882         * match.pd: Add pattern for pointer equality compare simplification
6883         using ptrs_compare_unequal.
6884
6885 2016-04-29  Richard Biener  <rguenther@suse.de>
6886
6887         * stor-layout.c (layout_type): Do not build a pointer-to-element
6888         type for arrays.
6889
6890 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6891
6892         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
6893         Use SWI mode iterator.  Use general_reg_operand predicate.
6894         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
6895         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
6896         predicates.
6897
6898 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
6899
6900         PR middle-end/70843
6901         * fold-const.c (operand_equal_p): Don't verify hash value equality
6902         if arg0 == arg1.
6903         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
6904         and OMP_CLAUSE.
6905
6906 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
6907
6908         PR target/70858
6909         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
6910         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
6911         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
6912         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
6913         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
6914
6915 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
6916
6917         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
6918         to info.  Don't initialize separate fields to 0.  Clean up
6919         formatting a bit.
6920
6921 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
6922
6923         * config/i386/i386.md (peephole2s for operations with memory inputs):
6924         Use SWI mode iterator.
6925         (peephole2s for operations with memory outputs): Ditto.
6926         Do not check for stack checking probe.
6927
6928         (probe_stack): Remove expander.
6929
6930 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
6931             Andrew Burgess  <andrew.burgess@embecosm.com>
6932
6933         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
6934         operands as 32-bits.
6935
6936 2016-04-28  Jason Merrill  <jason@redhat.com>
6937
6938         * gdbinit.in: Skip line-map.h.
6939
6940 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
6941             Andrew Burgess  <andrew.burgess@embecosm.com>
6942
6943         * config/arc/arc.c (arc_conditional_register_usage): Take
6944         TARGET_RRQ_CLASS into account.
6945         (arc_print_operand): Support printing 'p' and 's' operands.
6946         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
6947         as 0.
6948         (TARGET_RRQ_CLASS): Define.
6949         (IS_POWEROF2_OR_0_P): Define.
6950         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
6951         alternatives.
6952         (*tst_movb): New define_insn.
6953         (*tst): Avoid recognition if it could prevent '*tst_movb'
6954         combination; replace c/CnL with c/Chs alternative.
6955         (*tst_bitfield_tst): New define_insn.
6956         (*tst_bitfield_asr): New define_insn.
6957         (*tst_bitfield): New define_insn.
6958         (andsi3_i): Add Rrq variant.
6959         (extzv): New define_expand.
6960         (insv): New define_expand.
6961         (*insv_i): New define_insn.
6962         (*movb): New define_insn.
6963         (*movb_signed): New define_insn.
6964         (*movb_high): New define_insn.
6965         (*movb_high_signed): New define_insn.
6966         (*movb_high_signed + 1): New define_split pattern.
6967         (*mrgb): New define_insn.
6968         (*mrgb + 1): New define_peephole2 pattern.
6969         (*mrgb + 2): New define_peephole2 pattern.
6970         * config/arc/arc.opt (mbitops): New option for nps400, uses
6971         TARGET_NPS_BITOPS_DEFAULT.
6972         * config/arc/constraints.md (q): Make register class conditional.
6973         (Rrq): New register constraint.
6974         (Chs): New constraint.
6975         (Clo): New constraint.
6976         (Chi): New constraint.
6977         (Cbf): New constraint.
6978         (Cbn): New constraint.
6979         (C18): New constraint.
6980         (Cbi): New constraint.
6981
6982 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
6983
6984         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
6985         dst->popcount.
6986         (bitmap_intersection_of_preds): Ditto.
6987         (bitmap_union_of_succs): Ditto.
6988         (bitmap_union_of_preds): Ditto.
6989         * sbitmap.c (do_popcount): Delete.
6990         (BITMAP_DEBUGGING): Delete.
6991         (sbitmap_verify_popcount): Delete.
6992         (sbitmap_alloc): Don't initialize the popcount field.
6993         (sbitmap_alloc_with_popcount): Delete.
6994         (sbitmap_resize): Don't resize the popcount array.
6995         (sbitmap_vector_alloc): Don't initialize the popcount field.
6996         (bitmap_copy): Don't copy the popcount array.
6997         (bitmap_clear): Don't clear the popcount array.
6998         (bitmap_clear): Delete the popcount array handling.
6999         (bitmap_ior_and_compl): Delete the popcount assert.
7000         (bitmap_not): Ditto.
7001         (bitmap_and_compl): Ditto.
7002         (bitmap_and): Delete the popcount array handling.
7003         (bitmap_xor): Ditto.
7004         (bitmap_ior): Ditto.
7005         (bitmap_or_and): Delete the popcount assert.
7006         (bitmap_and_or): Ditto.
7007         (popcount_table): Delete.
7008         (sbitmap_elt_popcount): Delete.
7009         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
7010         (bitmap_set_bit): Delete the popcount assert.
7011         (bitmap_clear_bit): Ditto.
7012         (sbitmap_free): Don't free the popcount array.
7013         (sbitmap_alloc_with_popcount): Delete declaration.
7014         (sbitmap_popcount): Ditto.
7015
7016 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
7017             Andrew Burgess  <andrew.burgess@embecosm.com>
7018
7019         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
7020         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
7021         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
7022         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
7023         * config/arc/arc.opt (mcmem): New option.
7024         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
7025         supply length for r/m alternative.
7026         (*extendqisi2_ac): Likewise.
7027         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
7028         r/Uex alternative.
7029         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
7030         (movhi_insn): Likewise.
7031         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
7032         (*zero_extendqihi2_i): Add r/Ucm alternative.
7033         (*zero_extendqisi2_ac): Likewise.
7034         (*zero_extendhisi2_i): Likewise.
7035         * config/arc/constraints.md (Uex): New memory constraint.
7036         (Ucm): New define_constraint.
7037         * config/arc/predicates.md (long_immediate_loadstore_operand):
7038         Return 0 for MEM with cmem_address address.
7039         (cmem_address_0): New predicates.
7040         (cmem_address_1): Likewise.
7041         (cmem_address_2): Likewise.
7042         (cmem_address): Likewise.
7043
7044 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
7045
7046         * config/rs6000/rs6000.c (machine_function): Rename
7047         insn_chain_scanned_p to spe_insn_chain_scanned_p.
7048         (rs6000_stack_info): Adjust.
7049
7050 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
7051             Andrew Burgess  <andrew.burgess@embecosm.com>
7052
7053         * config/arc/constraints.md (Usd): Convert to define_constraint.
7054         (Us<): Likewise.
7055         (Us>): Likewise.
7056
7057 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
7058
7059         PR target/70821
7060         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
7061         Add new peephole2 where the first insn is *mov<mode>_or instead of
7062         *mov<mode>_internal.
7063
7064 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
7065
7066         * tracer.c (bb_seen): Make static.
7067
7068 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
7069
7070         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
7071         support, setup defaults.
7072         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
7073         * config/arc/arc.c (arc_init): Add NPS400 support.
7074         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
7075         (TARGET_ARC700): NPS400 is also an ARC700.
7076         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
7077
7078 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
7079
7080         PR target/70668
7081         * config/nds32/nds32.md (casesi): Don't access the operands array
7082         out of bounds.
7083
7084 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
7085
7086         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
7087         (or $-1,reg peephole2): Ditto.
7088         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
7089
7090 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
7091
7092         * doc/extend.texi (Common Function Attributes) [optimize]:
7093         Discourage use of the optimize attribute.
7094
7095 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
7096
7097         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
7098         special case builtin.
7099         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
7100         ALTIVEC_BUILTIN_VEC_ADDE.
7101         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
7102         support for ALTIVEC_BUILTIN_VEC_ADDE.
7103         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
7104         for __builtin_vec_adde.
7105
7106 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
7107
7108         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
7109         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
7110
7111 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7112
7113         PR testsuite/70595
7114         * doc/sourcebuild.texi (Effective-Target Keywords, Other
7115         attributes): Document cilkplus_runtime.
7116
7117 2016-04-28  Martin Jambor  <mjambor@suse.cz>
7118
7119         * tree-cfg.c (verify_expr): Verify that local declarations belong to
7120         this function.  Call verify_expr on MEM_REFs and bases of other
7121         handled_components.
7122
7123 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7124
7125         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
7126         for WORD_REGISTER_OPERATIONS to runtime check.
7127
7128 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
7129
7130         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
7131
7132 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
7133
7134         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
7135         big-endian compilation.
7136         * config/arc/arc.md (addf3): Likewise.
7137         (subdf3): Likewise.
7138         (muldf3): Likewise.
7139
7140 2016-04-28  Richard Biener  <rguenther@suse.de>
7141
7142         PR tree-optimization/70840
7143         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
7144         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
7145         Mark x * pow(x,c) -> pow(x,c+1) commutative.
7146         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
7147
7148 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7149
7150         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
7151         and explain why in a comment.
7152
7153 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
7154
7155         * config/arc/arc.md (cpu_facility): Add fpx variant.
7156         (subdf3): Prohibit use reverse sub when assist operations option
7157         is enabled.
7158         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
7159         instructions only when FPX is enabled.
7160         * testsuite/gcc.target/arc/trsub.c: New test.
7161
7162 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
7163
7164         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
7165         mult_operator when calculating "type" attribute.
7166         (*fop_<mode>_1_i387): Ditto.
7167         (*fop_xf_1_i387): Ditto.
7168         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
7169         Use std::swap to swap operands.  Use RTL expressions to generate
7170         converted pattern.
7171
7172 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
7173             Joern Rennecke  <joern.rennecke@embecosm.com>
7174
7175         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
7176         declaration.
7177         (emit_pic_move): Remove.
7178         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
7179         * config/arc/arc.c (emit_pic_move): Removed.
7180         (TARGET_HAVE_TLS): Define.
7181         (arc_conditional_register_usage): Test for arc_tp_regno.
7182         (arc_print_operand, arc_print_operand_address): Handle TLS
7183         unspecs.
7184         (arc_needs_pcl_p): New function.
7185         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
7186         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
7187         (arc_raw_symbolic_reference_mentioned_p): Likewise.
7188         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
7189         (arc_legitimize_tls_address): Likewise.
7190         (DTPOFF_ZERO_SYM): Define.
7191         (arc_legitimize_pic_address): Make it static, handle TLS cases.
7192         (arc_output_pic_addr_const): Print TLS unspecs.
7193         (prepare_pic_move): New function, replaces emit_pic_move.
7194         (arc_legitimate_constant_p): Handle TLS unspecs.
7195         (arc_legitimate_address_p): Likewise.
7196         (arc_rewrite_small_data_p): Use assert for TLS constants.
7197         (prepare_move_operands): Use prepare_pic_move.
7198         (arc_legitimize_address): Legitimize tls addresses.
7199         (arc_epilogue_uses): Check for arc_tp_regno.
7200         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
7201         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
7202         Define.
7203         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
7204         Likewise.
7205         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
7206         %(arc_tls_extra_start_spec).
7207         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
7208         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
7209         (EH_USES): Define.
7210         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
7211         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
7212         (UNSPEC_TLS_OFF): Add.
7213         (R10_REG): Define.
7214         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
7215         (get_thread_pointersi): New patterns.
7216         * config/arc/arc.opt (mtp-regno): New option.
7217         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
7218         (move_dest_operand): Likewise.
7219         * configure: Regenerate.
7220         * configure.ac: Add arc*-*-* case to test for tls.
7221         * doc/invoke.texi (ARC options): Document mtp-regno.
7222
7223 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
7224
7225         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
7226         the new ARC HS SIMD instructions.
7227         (arc_preferred_simd_mode): New function.
7228         (arc_autovectorize_vector_sizes): Likewise.
7229         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
7230         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
7231         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
7232         (arc_init_builtins): Add new SIMD builtin types.
7233         (arc_split_move): Handle 64 bit vector moves.
7234         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
7235         (TARGET_PLUS_QMACW): Define.
7236         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
7237         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
7238         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
7239         (VSUBADD4H): New builtins.
7240         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
7241         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
7242
7243 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
7244             Matthias Klose  <doko@debian.org>
7245
7246         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
7247
7248 2016-04-28  Richard Biener  <rguenther@suse.de>
7249
7250         PR middle-end/70777
7251         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
7252         canonicalization.
7253
7254 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
7255
7256         * common/config/sh/sh-common.c: Remove SH5 support.
7257         * config/sh/constraints.md: Likewise.
7258         * config/sh/config/sh/elf.h: Likewise.
7259         * config/sh/linux.h: Likewise.
7260         * config/sh/netbsd-elf.h: Likewise.
7261         * config/sh/predicates.md: Likewise.
7262         * config/sh/sh-c.c: Likewise.
7263         * config/sh/sh-protos.h: Likewise.
7264         * config/sh/sh.c: Likewise.
7265         * config/sh/sh.h: Likewise.
7266         * config/sh/sh.md: Likewise.
7267         * config/sh/sh.opt: Likewise.
7268         * config/sh/sync.md: Likewise.
7269         * config/sh/sh64.h: Delete.
7270         * config/sh/shmedia.h: Likewise.
7271         * config/sh/shmedia.md: Likewise.
7272         * config/sh/sshmedia.h: Likewise.
7273         * config/sh/t-netbsd-sh5-64: Likewise.
7274         * config/sh/t-sh64: Likewise.
7275         * config/sh/ushmedia.h: Likewise.
7276
7277 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
7278
7279         * config/i386/i386.md (sign_extend to memory peephole2s): Use
7280         general_reg_operand instead of register_operand predicate.
7281
7282 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7283
7284         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
7285
7286 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
7287
7288         * match.pd (A - B > A, A + B < A): New transformations.
7289
7290 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
7291
7292         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
7293         which defaults to true.  Emit an outer pair of parentheses only if
7294         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
7295         don't emit parentheses for the right-hand operand.
7296
7297 2016-04-27  Jeff Law  <law@redhat.com>
7298
7299         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
7300
7301 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7302
7303         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
7304         (altivec_lvx_<mode>_internal): Document.
7305         (altivec_lvx_<mode>_2op): New define_insn.
7306         (altivec_lvx_<mode>_1op): Likewise.
7307         (altivec_lvx_<mode>_2op_si): Likewise.
7308         (altivec_lvx_<mode>_1op_si): Likewise.
7309         (altivec_stvx_<mode>): Remove.
7310         (altivec_stvx_<mode>_internal): Document.
7311         (altivec_stvx_<mode>_2op): New define_insn.
7312         (altivec_stvx_<mode>_1op): Likewise.
7313         (altivec_stvx_<mode>_2op_si): Likewise.
7314         (altivec_stvx_<mode>_1op_si): Likewise.
7315         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
7316         Expand vec_ld and vec_st during parsing.
7317         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
7318         changes.
7319         (altivec_expand_stvx_be): Likewise.
7320         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
7321         address-masking behavior in RTL.
7322         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
7323         address-masking behavior in RTL.
7324         (altivec_expand_builtin): Change builtin code arguments for calls
7325         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
7326         (insn_is_swappable_p): Avoid incorrect swap optimization in the
7327         presence of lvx/stvx patterns.
7328         (alignment_with_canonical_addr): New function.
7329         (alignment_mask): Likewise.
7330         (find_alignment_op): Likewise.
7331         (recombine_lvx_pattern): Likewise.
7332         (recombine_stvx_pattern): Likewise.
7333         (recombine_lvx_stvx_patterns): Likewise.
7334         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
7335         stvx patterns from expand.
7336         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
7337         expansions.
7338         (vector_altivec_store_<mode>): Likewise.
7339
7340 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
7341
7342         * config/aarch64/aarch64.md
7343         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
7344         remove the "fp" attributes.
7345         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
7346         add the "simd" attributes.
7347         (*movdf_aarch64): Likewise.
7348         (*movtf_aarch64): Remove the "fp" attributes.
7349         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
7350         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
7351
7352 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
7353
7354         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
7355         rtx to rtx_code_label *.
7356         * rtl.h (maybe_set_first_label_num): Likewise.
7357
7358 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
7359
7360         * df-core.c (df_add_problem): Make the problem param be const.
7361         (df_remove_problem): Make local "problem" be const.
7362         * df-problems.c (problem_RD): Make const.
7363         (problem_LR): Likewise.
7364         (problem_LIVE): Likewise.
7365         (problem_MIR): Likewise.
7366         (problem_CHAIN): Likewise.
7367         (problem_WORD_LR): Likewise.
7368         (problem_NOTE): Likewise.
7369         (problem_MD): Likewise.
7370         * df-scan.c (problem_SCAN): Likewise.
7371         * df.h (struct df_problem): Make field "dependent_problem" be
7372         const.
7373         (struct dataflow): Likewise for field "problem".
7374         (df_add_problem): Make param const.
7375
7376 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
7377
7378         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
7379         inter-unit moves to/from vector registers are enabled.  Do not disable
7380         for TARGET_MMX.
7381
7382 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
7383
7384         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
7385         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
7386         #define to...
7387         (enum df_problem_id): ...this new enum.
7388         (struct df_problem): Convert field "id" from "int" to
7389         enum df_problem_id.
7390
7391 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
7392
7393         * rtl.def: Update comment for "things in the instruction chain" to
7394         reflect the removal of the leading "i" field for INSN_UID in
7395         r210360.  Fix bogus apostrophe.
7396
7397 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
7398
7399         * config/i386/i386.md
7400         (lea arith with mem operand + setcc peephole2): Set operator mode.
7401
7402 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
7403
7404         PR target/70155
7405         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
7406         (dimode_scalar_to_vector_candidate_p): This.
7407         (timode_scalar_to_vector_candidate_p): New function.
7408         (scalar_to_vector_candidate_p): Likewise.
7409         (timode_check_non_convertible_regs): Likewise.
7410         (timode_remove_non_convertible_regs): Likewise.
7411         (remove_non_convertible_regs): Likewise.
7412         (remove_non_convertible_regs): Renamed to ...
7413         (dimode_remove_non_convertible_regs): This.
7414         (scalar_chain::~scalar_chain): Make it virtual.
7415         (scalar_chain::compute_convert_gain): Make it pure virtual.
7416         (scalar_chain::mark_dual_mode_def): Likewise.
7417         (scalar_chain::convert_insn): Likewise.
7418         (scalar_chain::convert_registers): Likewise.
7419         (scalar_chain::add_to_queue): Make it protected.
7420         (scalar_chain::emit_conversion_insns): Likewise.
7421         (scalar_chain::replace_with_subreg): Likewise.
7422         (scalar_chain::replace_with_subreg_in_insn): Likewise.
7423         (scalar_chain::convert_op): Likewise.
7424         (scalar_chain::convert_reg): Likewise.
7425         (scalar_chain::make_vector_copies): Likewise.
7426         (scalar_chain::convert_registers): New pure virtual function.
7427         (class dimode_scalar_chain): New class.
7428         (class timode_scalar_chain): Likewise.
7429         (scalar_chain::mark_dual_mode_def): Renamed to ...
7430         (dimode_scalar_chain::mark_dual_mode_def): This.
7431         (timode_scalar_chain::mark_dual_mode_def): New function.
7432         (timode_scalar_chain::convert_insn): Likewise.
7433         (dimode_scalar_chain::convert_registers): Likewise.
7434         (scalar_chain::compute_convert_gain): Renamed to ...
7435         (dimode_scalar_chain::compute_convert_gain): This.
7436         (scalar_chain::replace_with_subreg): Renamed to ...
7437         (dimode_scalar_chain::replace_with_subreg): This.
7438         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
7439         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
7440         (scalar_chain::make_vector_copies): Renamed to ...
7441         (dimode_scalar_chain::make_vector_copies): This.
7442         (scalar_chain::convert_reg): Renamed to ...
7443         (dimode_scalar_chain::convert_reg ): This.
7444         (scalar_chain::convert_op): Renamed to ...
7445         (dimode_scalar_chain::convert_op): This.
7446         (scalar_chain::convert_insn): Renamed to ...
7447         (dimode_scalar_chain::convert_insn): This.
7448         (scalar_chain::convert): Call convert_registers.
7449         (convert_scalars_to_vector): Change to scalar_chain pointer to
7450         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
7451         in 32-bit mode.  Delete scalar_chain pointer.  Call
7452         free_dominance_info in 64-bit mode.
7453         (pass_stv::gate): Remove TARGET_64BIT check.
7454         (ix86_option_override): Put the 64-bit STV pass before the CSE
7455         pass.
7456
7457 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
7458
7459         * dwarf2out.h (struct dw_loc_descr_node): Remove the
7460         dw_loc_frame_offset field.
7461         * dwarf2out.c (new_loc_descr): Likewise.
7462         (resolve_args_picking_1): Turn the VISITED hash set into a
7463         FRAME_OFFSET hash map. Use it to associate a frame offset to
7464         visited nodes. Remove uses of the CHECKING_P macro.
7465         (resolve_args_picking): Update call to resolve_args_picking_1.
7466
7467 2016-04-27  Martin Liska  <mliska@suse.cz>
7468
7469         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
7470         (free_loop_data): Release vuses of groups.
7471
7472 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
7473
7474         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
7475         instead of redundant use_id and boolean have_use_for.
7476         (struct iv_use): Change sub_id into group_id.  Remove field next.
7477         Move fields: related_cands, n_map_members, cost_map and selected
7478         to ...
7479         (struct iv_group): ... here.  New structure.
7480         (struct iv_common_cand): Use structure declaration directly.
7481         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
7482         (MAX_CONSIDERED_USES): Rename macro to ...
7483         (MAX_CONSIDERED_GROUPS): ... here.
7484         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
7485         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
7486         (dump_uses): Rename to ...
7487         (dump_groups): ... here.  Update all uses.
7488         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
7489         (find_induction_variables): Refactor format of dump information.
7490         (record_sub_use): Delete.
7491         (record_use): Update all uses.
7492         (record_group): New function.
7493         (record_group_use, find_interesting_uses_op): Call above functions.
7494         Update all uses.
7495         (find_interesting_uses_cond): Ditto.
7496         (group_compare_offset): New function.
7497         (split_all_small_groups): Rename to ...
7498         (split_small_address_groups_p): ... here.  Update all uses.
7499         (split_address_groups):  Update all uses.
7500         (find_interesting_uses): Refactor format of dump information.
7501         (add_candidate_1): Update all uses.  Remove redundant check on iv,
7502         base and step.
7503         (add_candidate, record_common_cand): Remove redundant assert.
7504         (add_iv_candidate_for_biv): Update use.
7505         (add_iv_candidate_derived_from_uses): Update all uses.
7506         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
7507         (alloc_use_cost_map): Ditto.
7508         (set_use_iv_cost, get_use_iv_cost): Rename to ...
7509         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
7510         (determine_use_iv_cost_generic): Ditto.
7511         (determine_group_iv_cost_generic): Ditto.
7512         (determine_use_iv_cost_address): Ditto.
7513         (determine_group_iv_cost_address): Ditto.
7514         (determine_use_iv_cost_condition): Ditto.
7515         (determine_group_iv_cost_cond): Ditto.
7516         (determine_use_iv_cost): Ditto.
7517         (determine_group_iv_cost): Ditto.
7518         (set_autoinc_for_original_candidates): Update all uses.
7519         (find_iv_candidates): Update all uses.  Refactor dump information.
7520         (determine_use_iv_costs): Ditto.
7521         (determine_iv_costs): Ditto.
7522         (iv_ca_cand_for_use): Rename to ...
7523         (iv_ca_cand_for_group): ... here.  Update all uses.
7524         (iv_ca_add_use, iv_ca_add_group): Ditto.
7525         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
7526         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
7527         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
7528         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
7529         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
7530         (create_new_iv, adjust_iv_update_pos): Ditto.
7531         (rewrite_use_address): Delete.
7532         (rewrite_use_address_1): Rename to ...
7533         (rewrite_use_address): ... here.
7534         (rewrite_use_compare): Update all uses.
7535         (rewrite_use): Delete.
7536         (rewrite_uses): Rename to ...
7537         (rewrite_groups): ... here.  Update all uses.
7538         (remove_unused_ivs, free_loop_data): Update all uses.
7539         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
7540
7541 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7542
7543         * rtlanal.c (nonzero_bits1): Convert preprocessor check
7544         for WORD_REGISTER_OPERATIONS to runtime check.
7545
7546 2016-04-27  Richard Biener  <rguenther@suse.de>
7547
7548         PR ipa/70760
7549         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
7550         aggregate_value_p to determine if a function result is
7551         returned by reference.
7552         (ipa_pta_execute): Functions having their address taken are
7553         not automatically nonlocal.
7554
7555 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
7556
7557         PR sanitizer/70683
7558         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
7559         * fold-const.c (operand_equal_p): If flag_checking and
7560         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
7561         and if it returns non-zero, assert iterative_hash_expr on both
7562         args is the same.
7563
7564 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
7565
7566         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
7567
7568 2016-04-27  Nick Clifton  <nickc@redhat.com>
7569
7570         PR middle-end/49889
7571         * varasm.c (merge_weak): Generate an error if an attempt is made
7572         to convert a non-weak static function into a weak, public function.
7573
7574 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7575
7576         * params.def (MAX_PARTITION_SIZE): New param.
7577         * doc/invoke.texi: Document lto-max-partition.
7578
7579 2016-04-27  Richard Biener  <rguenther@suse.de>
7580
7581         PR ipa/70785
7582         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
7583         function cummulating used_from_other_partition, externally_visible
7584         and force_output from aliases.
7585         (refered_from_nonlocal_var): Likewise.
7586         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
7587         node flags properly.
7588
7589 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
7590
7591         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
7592         (-Wmemset-elt-size): New item.
7593
7594 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
7595
7596         PR ada/70759
7597         * stor-layout.h (internal_reference_types): Delete.
7598         * stor-layout.c (reference_types_internal): Likewise.
7599         (internal_reference_types): Likewise.
7600         (layout_type) <REFERENCE_TYPE>: Adjust.
7601
7602 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
7603
7604         PR sanitizer/70683
7605         * tree.h (inchash::add_expr): Add FLAGS argument.
7606         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
7607         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
7608         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
7609         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
7610         if swap_tree_comparison (code) is smaller than code, hash that
7611         and arguments in the other order.  Hash CONVERT_EXPR the same
7612         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
7613         of ADDR_EXPR of decl as the decl itself.  Add or remove
7614         OEP_ADDRESS_OF from recursive flags as needed.  For
7615         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
7616         operands commutatively and only the third one normally.
7617         For internal CALL_EXPR hash in CALL_EXPR_IFN.
7618
7619 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7620
7621         * config/rtems.h (LIB_SPEC): Add -latomic.
7622
7623 2016-04-27  Joel Sherrill  <joel@rtems.org>
7624
7625         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
7626         xilink.ld and flags not relevant to RTEMS.
7627
7628 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
7629
7630         * toplev.c (backend_init_target): Avoid calling init_reload when using
7631         LRA.
7632
7633 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
7634
7635         * reorg.c (try_merge_delay_insns): Declare i and j inside the
7636         for loops rather than one for the whole function.
7637
7638 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
7639
7640         * match.pd (X + CST CMP X): New transformation.
7641
7642 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
7643
7644         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
7645         * fold-const.c (fold_binary_loc): Remove 2 transformations
7646         superseded by match.pd.
7647         * match.pd (x+x -> x*2): Generalize to integers.
7648
7649 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
7650
7651         * config/i386/i386.md (operation on memory peephole): Duplicate an
7652         existing peephole and adapt it to match lea rather than an operation
7653         that clobbers CC.
7654
7655         PR rtl-optimization/57193
7656         * opts.c (default_options_table): Add OPT_frename_registers at -O2
7657         and above.
7658         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
7659
7660 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
7661
7662         * tree-if-conv.c (any_pred_load_store): New static variable.
7663         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
7664         any_pred_load_store instead of and_mask_load_store.
7665         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
7666         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
7667         (combine_blocks, tree_if_conversion): Ditto.
7668
7669 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
7670
7671         PR tree-optimization/70771
7672         PR tree-optimization/70775
7673         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
7674         virtual PHI nodes.  Delete parameter.
7675         (if_convertible_loop_p_1): Delete argument to above function.
7676         (predicate_all_scalar_phis): Delete code handling single-argument
7677         PHIs.
7678         (tree_if_conversion): Mark and update virtual SSA.
7679
7680 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7681
7682         PR target/61821
7683         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
7684         (x86_elf_aligned_common): Rename to ...
7685         (x86_elf_aligned_decl_common): ... this.
7686         Add decl arg.  Switch to .lbss for largecomm object.  Use
7687         LARGECOMM_SECTION_ASM_OP.
7688         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
7689         renaming.
7690         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
7691         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
7692         Pass new decl arg.
7693         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
7694         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
7695
7696 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7697
7698         PR target/59407
7699         * config/i386/i386.c (SECTION_LARGE): Define.
7700         (x86_64_elf_select_section): Set it for large data/bss sections.
7701         Only clear SECTION_WRITE for .lrodata.
7702         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
7703         data/bss sections.
7704         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
7705         * varasm.c (default_elf_asm_named_section): Grow flagchars.
7706         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
7707         SECTION_MACH_DEP.
7708         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
7709         * doc/tm.texi: Regenerate.
7710
7711 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
7712
7713         PR bootstrap/70704
7714         * configure.ac (--enable-checking): Document extra flag, for
7715         non-release builds default to --enable-checking=yes,extra.
7716         If misc checking and extra checking, define CHECKING_P to 2 instead
7717         of 1.
7718         * common.opt (fchecking=): Add.
7719         * doc/invoke.texi (-fchecking=): Document.
7720         * doc/install.texi: Document --enable-checking changes.
7721         * configure: Regenerated.
7722         * config.in: Regenerated.
7723
7724 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7725
7726         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
7727         attribute instead of which_alternative.
7728         * config/i386/sse.md (*mov<mode>_internal): Ditto.
7729         Use EXT_REX_SSE_REG_P where appropriate.
7730
7731 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7732
7733         * config/i386/predicates.md (const0_operand): Do not match
7734         const_wide_int code.
7735         (const1_operand): Ditto.
7736
7737 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7738
7739         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
7740         for SSE constm1 operands and TARGET_AVX512VL.
7741         (*movti_internal): Ditto.
7742         (*mov<mode>_or): Use constm1_operand predicate.
7743         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
7744         for SSE vector_all_ones operands and TARGET_AVX512VL.
7745         * config/i386/predicates.md (constm1_operand): New predicate.
7746         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
7747         emission of constant -1 load.
7748
7749 2016-04-25  Jason Merrill  <jason@redhat.com>
7750
7751         * gdbinit.in: Skip is-a.h.
7752
7753         * attribs.c (register_scoped_attributes): Fix logic.
7754         * attribs.h: Declare register_scoped_attributes.
7755
7756 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7757
7758         * config/rs6000/rs6000-builtin.def: Correct pasto error for
7759         stxvd2x and stxvw4x built-in functions.
7760
7761 2016-04-25  DJ Delorie  <dj@redhat.com>
7762
7763         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
7764         (ashrhi3): Likewise.
7765         (lshrhi3): Likewise.
7766
7767 2016-04-25  Richard Biener  <rguenther@suse.de>
7768
7769         PR tree-optimization/70780
7770         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
7771         wasn't visited yet.
7772         (compute_antic): Mark blocks with abnormal preds as visited as
7773         they have a final empty antic-in solution already.
7774
7775 2016-04-25  Michael Collison  <michael.collison@linaro.org>
7776
7777         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
7778
7779 2016-04-25  Michael Collison  <michael.collison@linaro.org>
7780
7781         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
7782         mode is VQI to improve mixed mode vectorization.
7783         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
7784         define_insn to match low half of signed vaddw.
7785         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
7786         define_insn to match high half of signed vaddw.
7787         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
7788         define_insn to match low half of unsigned vaddw.
7789         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
7790         define_insn to match high half of unsigned vaddw.
7791         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
7792         (arm_simd_check_vect_par_cnst_half_p): Likewise.
7793         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
7794         for new function.
7795         (arm_simd_check_vect_par_cnst_half_p): Likewise.
7796         * config/arm/predicates.md (vect_par_constant_high): Support
7797         big endian and simplify by calling
7798         arm_simd_check_vect_par_cnst_half
7799         (vect_par_constant_low): Likewise.
7800
7801 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7802
7803         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
7804         predicate for operand 2.
7805
7806 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
7807             H.J. Lu  <hongjiu.lu@intel.com>
7808
7809         * config/i386/i386-protos.h (standard_sse_constant_p): Add
7810         machine_mode argument.
7811         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
7812         constm1_rtx operands.  For VOIDmode constants, get mode from
7813         pred_mode.  Check mode size if the mode is supported by ABI.
7814         (standard_sse_constant_opcode): Do not use standard_constant_p.
7815         Strictly check ABI support for all-ones operands.
7816         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
7817         immediates. Update calls to standard_sse_constant_p.
7818         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
7819         (ix86_rtx_costs): Ditto.
7820         * config/i386/i386.md (*movxi_internal_avx512f): Use
7821         nonimmediate_or_sse_const_operand instead of vector_move_operand.
7822         Use (v,BC) alternative instead of (v,C). Use register_operand
7823         checks instead of MEM_P.
7824         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
7825         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
7826         isa attribute.  Use register_operand checks instead of MEM_P.
7827         (*movti_internal): Use nonimmediate_or_sse_const_operand for
7828         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
7829         alternative and corresponding sse2 isa attribute.
7830         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
7831         to standard_sse_constant_p.
7832         (FP constant splitters): Ditto.
7833         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
7834         (C): Ditto.
7835         * config/i386/predicates.md (constm1_operand): Remove.
7836         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
7837         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
7838         vector_all_ones_operand instead of constm1_operand.
7839
7840 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7841
7842         * print-rtl.c (print_rtx_insn_vec): New function.
7843         * print-rtl.h: New prototype.
7844         * store-motion.c (struct st_expr): Make avail_stores a vector.
7845         (st_expr_entry): Adjust.
7846         (free_st_expr_entry): Likewise.
7847         (print_store_motion_mems): Likewise.
7848         (find_moveable_store): Likewise.
7849         (compute_store_table): Likewise.
7850         (delete_store): Likewise.
7851         (build_store_vectors): Likewise.
7852
7853 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7854
7855         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
7856
7857 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7858
7859         * vec.h (vec_safe_contains): New function.
7860         (vec::contains): Likewise.
7861         (vec::begin): Likewise.
7862         (vec::end): Likewise.
7863
7864 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
7865
7866         PR sanitizer/70712
7867         * cfgexpand.c (expand_stack_vars): Fix typo.
7868
7869 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7870
7871         * system.h (list, map, set, vector): Include conditionally.
7872         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
7873         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
7874         * ipa-icf.c (INCLUDE_LIST): Define.
7875         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
7876         * config/sh/sh.c (INCLUDE_VECTOR): Define.
7877         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
7878         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
7879         * cp/logic.cc (INCLUDE_LIST): Define.
7880         * fortran/trans-common.c (INCLUDE_MAP): Define.
7881
7882 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7883
7884         * auto-profile.c: Remove <string.h> include.
7885         * ipa-icf-gimple.c: Remove <list> include.
7886         * diagnostic.c: Remove <new> include.
7887         * genmatch.c: Likewise.
7888         * pretty-print.c: Likewise.
7889         * toplev.c: Likewise
7890         * c/c-objc-common.c: Likewise.
7891         * cp/error.c: Likewise.
7892         * fortran/error.c: Likewise.
7893
7894 2016-04-22  Richard Biener  <rguenther@suse.de>
7895
7896         * lto-streamer-in.c (input_ssa_names): Do not allocate
7897         GIMPLE_NOP for all SSA names.
7898         * lto-streamer-out.c (output_ssa_names): Do not output
7899         SSA names that should have been released.
7900
7901 2016-04-22  Richard Biener  <rguenther@suse.de>
7902
7903         PR tree-optimization/70740
7904         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
7905         VDEF.
7906
7907 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
7908
7909         PR target/70750
7910         * config/i386/predicates.md (call_insn_operand): Replace
7911         sibcall_memory_operand with memory_operand.
7912
7913 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
7914
7915         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
7916         has_single_use() tests.
7917         (register_edge_assert_for_1): Likewise.
7918         (find_assert_locations_1): Check the liveness bitmap instead of
7919         checking has_single_use().
7920
7921 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
7922
7923         PR target/70728
7924         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
7925         Extract AVX-512BW constraint from AVX.
7926
7927 2016-04-21  Richard Biener  <rguenther@suse.de>
7928
7929         PR tree-optimization/70725
7930         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
7931         for phi_convertible_by_degenerating_args.
7932         (predicate_all_scalar_phis): Handle single-argument PHIs.
7933
7934 2016-04-21  Richard Biener  <rguenther@suse.de>
7935
7936         PR middle-end/70747
7937         * fold-const.c (fold_comparison): Return properly typed
7938         constant boolean.
7939
7940 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
7941
7942         PR tree-optimization/70715
7943         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
7944         after expanding BASE using expand_simple_operations.
7945
7946 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
7947
7948         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
7949         New transformations.
7950
7951 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
7952
7953         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
7954
7955 2016-04-20  Jan Hubicka  <jh@suse.cz>
7956
7957         * ipa-inline.c (can_inline_edge_p): Pass caller info to
7958         ultiimate_alias_target.
7959         (update_callee_keys): Likewise.
7960         (lookup_recursive_calls): Likewise.
7961         (speculation_useful_p): Likewise.
7962
7963 2016-04-20  Jan Hubicka  <jh@suse.cz>
7964
7965         PR ipa/70018
7966         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
7967         (set_nothrow_flag_1): ... this; handle interposition correctly;
7968         recurse on aliases and thunks.
7969         (cgraph_node::set_nothrow_flag): New.
7970         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
7971         functions compiled with non-call exceptions that binds to current
7972         def.
7973         (propagate_nothrow): Be safe WRT interposition.
7974         * cgraph.h (set_nothrow_flag): Update prototype.
7975
7976 2016-04-18  Jan Hubicka  <jh@suse.cz>
7977
7978         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
7979         max_loop_iterations_int.
7980         (tree_unswitch_outer_loop): Likewise.
7981
7982 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
7983
7984         PR tree-optimization/69489
7985         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
7986         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
7987         Revise dump message.
7988         (if_convertible_bb_p): Remove check on edge count of basic block's
7989         predecessors.
7990
7991 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
7992
7993         PR tree-optimization/56625
7994         PR tree-optimization/69489
7995         * tree-data-ref.h (DR_INNERMOST): New macro.
7996         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
7997         hashing struct innermost_loop_behavior.
7998         (ref_DR_map): Remove.
7999         (innermost_DR_map): New map.
8000         (baseref_DR_map): Revise comment.
8001         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
8002         to innermost_DR_map accroding to its innermost loop behavior.
8003         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
8004         to its innermost loop behavior.
8005         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
8006         Add initialization for innermost_DR_map.  Record memory reference
8007         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
8008         have innermost loop behavior.
8009         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
8010         innermost_DR_map.
8011
8012 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
8013
8014         * config/i386/i386.md (*lea<mode>_general_1): Rename from
8015         *lea_general_1.  Use explicit SWI12 mode interator.
8016         (*lea<mode>_general_2): Rename from *lea_general_2.
8017         Use explicit SWI12 mode interator.
8018         (*lea<mode>_general_3): Rename from *lea_general_3.
8019         Use explicit SWI12 mode interator.
8020         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
8021         Use explicit SWI12 mode interator.
8022         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
8023         Use explicit SWI48 mode interator.
8024
8025 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
8026
8027         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
8028         Short-cut unaligned load and store cases.  Handle all integer
8029         vector modes.
8030         (ix86_expand_vector_move_misalign): Short-cut unaligned load
8031         and store cases.  Call ix86_avx256_split_vector_move_misalign
8032         directly without checking mode class.
8033
8034 2016-04-20  Andrew Pinski  <apinski@cavium.com>
8035             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8036
8037         PR target/64971
8038         * config/aarch64/aarch64.md (sibcall): Force call
8039         address to be DImode for ILP32.
8040         (sibcall_value): Likewise.
8041
8042 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
8043
8044         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
8045
8046 2016-04-20  Richard Biener  <rguenther@suse.de>
8047
8048         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
8049         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
8050         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
8051         (maybe_push_res_to_seq): Adjust.
8052         * gimple-fold.c (maybe_build_generic_op): Likewise.
8053
8054 2016-04-20  Marek Polacek  <polacek@redhat.com>
8055
8056         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
8057         rather than true.
8058
8059 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
8060
8061         * config/i386/sse.md (vec_unpacks_lo_hi): Always
8062         use kmovw to support AVX512F target.
8063
8064 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
8065
8066         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
8067
8068 2016-04-20  Marek Polacek  <polacek@redhat.com>
8069
8070         PR tree-optimization/70725
8071         * tree-if-conv.c (is_false_predicate): New function.
8072         (predicate_mem_writes): Use it.
8073
8074 2016-04-20  Richard Biener  <rguenther@suse.de>
8075
8076         PR tree-optimization/70726
8077         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
8078         shift amounts from a pattern stmt operand.
8079
8080 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8081
8082         PR target/70674
8083         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
8084         stack_restore_from_fpr pattern when restoring r15.
8085         (s390_optimize_prologue): Strip away the memory barrier in the
8086         parallel when trying to get rid of restore insns.
8087         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
8088         definition for loading the stack pointer from an FPR.  Compared to
8089         the normal move insn this pattern includes a full memory barrier.
8090
8091 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
8092
8093         PR middle-end/70680
8094         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
8095         implicitly linear or lastprivate iterator on the outer context.
8096
8097 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
8098
8099         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
8100         alignment check.
8101         * config/i386/i386.md (ssememalign): Removed.
8102         * config/i386/sse.md: Remove ssememalign attribute from patterns.
8103
8104 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
8105
8106         PR target/69201
8107         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
8108         const short * to __builtin_ia32_loaddquhi512_mask.
8109         (_mm512_maskz_loadu_epi16): Likewise.
8110         (_mm512_mask_storeu_epi16): Pass short * to
8111         __builtin_ia32_storedquhi512_mask.
8112         (_mm512_mask_loadu_epi8): Pass const char * to
8113         __builtin_ia32_loaddquqi512_mask.
8114         (_mm512_maskz_loadu_epi8): Likewise.
8115         (_mm512_mask_storeu_epi8): Pass char * to
8116         __builtin_ia32_storedquqi512_mask.
8117         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
8118         const double * to __builtin_ia32_loadupd512_mask.
8119         (_mm512_mask_loadu_pd): Likewise.
8120         (_mm512_maskz_loadu_pd): Likewise.
8121         (_mm512_storeu_pd): Pass double * to
8122         __builtin_ia32_storeupd512_mask.
8123         (_mm512_mask_storeu_pd): Likewise.
8124         (_mm512_loadu_ps): Pass const float * to
8125         __builtin_ia32_loadups512_mask.
8126         (_mm512_mask_loadu_ps): Likewise.
8127         (_mm512_maskz_loadu_ps): Likewise.
8128         (_mm512_storeu_ps): Pass float * to
8129         __builtin_ia32_storeups512_mask.
8130         (_mm512_mask_storeu_ps): Likewise.
8131         (_mm512_mask_loadu_epi64): Pass const long long * to
8132         __builtin_ia32_loaddqudi512_mask.
8133         (_mm512_maskz_loadu_epi64): Likewise.
8134         (_mm512_mask_storeu_epi64): Pass long long *
8135         to __builtin_ia32_storedqudi512_mask.
8136         (_mm512_loadu_si512): Pass const int * to
8137         __builtin_ia32_loaddqusi512_mask.
8138         (_mm512_mask_loadu_epi32): Likewise.
8139         (_mm512_maskz_loadu_epi32): Likewise.
8140         (_mm512_storeu_si512): Pass int * to
8141         __builtin_ia32_storedqusi512_mask.
8142         (_mm512_mask_storeu_epi32): Likewise.
8143         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
8144         char * to __builtin_ia32_storedquqi256_mask.
8145         (_mm_mask_storeu_epi8): Likewise.
8146         (_mm256_mask_loadu_epi16): Pass const short * to
8147         __builtin_ia32_loaddquhi256_mask.
8148         (_mm256_maskz_loadu_epi16): Likewise.
8149         (_mm_mask_loadu_epi16): Pass const short * to
8150         __builtin_ia32_loaddquhi128_mask.
8151         (_mm_maskz_loadu_epi16): Likewise.
8152         (_mm256_mask_loadu_epi8): Pass const char * to
8153         __builtin_ia32_loaddquqi256_mask.
8154         (_mm256_maskz_loadu_epi8): Likewise.
8155         (_mm_mask_loadu_epi8): Pass const char * to
8156         __builtin_ia32_loaddquqi128_mask.
8157         (_mm_maskz_loadu_epi8): Likewise.
8158         (_mm256_mask_storeu_epi16): Pass short * to.
8159         __builtin_ia32_storedquhi256_mask.
8160         (_mm_mask_storeu_epi16): Pass short * to.
8161         __builtin_ia32_storedquhi128_mask.
8162         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
8163         const double * to __builtin_ia32_loadupd256_mask.
8164         (_mm256_maskz_loadu_pd): Likewise.
8165         (_mm_mask_loadu_pd): Pass onst double * to
8166         __builtin_ia32_loadupd128_mask.
8167         (_mm_maskz_loadu_pd): Likewise.
8168         (_mm256_mask_storeu_pd): Pass double * to
8169         __builtin_ia32_storeupd256_mask.
8170         (_mm_mask_storeu_pd): Pass double * to
8171         __builtin_ia32_storeupd128_mask.
8172         (_mm256_mask_loadu_ps): Pass const float * to
8173         __builtin_ia32_loadups256_mask.
8174         (_mm256_maskz_loadu_ps): Likewise.
8175         (_mm_mask_loadu_ps): Pass const float * to
8176         __builtin_ia32_loadups128_mask.
8177         (_mm_maskz_loadu_ps): Likewise.
8178         (_mm256_mask_storeu_ps): Pass float * to
8179         __builtin_ia32_storeups256_mask.
8180         (_mm_mask_storeu_ps): ass float * to
8181         __builtin_ia32_storeups128_mask.
8182         (_mm256_mask_loadu_epi64): Pass const long long * to
8183         __builtin_ia32_loaddqudi256_mask.
8184         (_mm256_maskz_loadu_epi64): Likewise.
8185         (_mm_mask_loadu_epi64): Pass const long long * to
8186         __builtin_ia32_loaddqudi128_mask.
8187         (_mm_maskz_loadu_epi64): Likewise.
8188         (_mm256_mask_storeu_epi64): Pass long long * to
8189         __builtin_ia32_storedqudi256_mask.
8190         (_mm_mask_storeu_epi64): Pass long long * to
8191         __builtin_ia32_storedqudi128_mask.
8192         (_mm256_mask_loadu_epi32): Pass const int * to
8193         __builtin_ia32_loaddqusi256_mask.
8194         (_mm256_maskz_loadu_epi32): Likewise.
8195         (_mm_mask_loadu_epi32): Pass const int * to
8196         __builtin_ia32_loaddqusi128_mask.
8197         (_mm_maskz_loadu_epi32): Likewise.
8198         (_mm256_mask_storeu_epi32): Pass int * to
8199         __builtin_ia32_storedqusi256_mask.
8200         (_mm_mask_storeu_epi32): Pass int * to
8201         __builtin_ia32_storedqusi128_mask.
8202         * config/i386/i386-builtin-types.def (PCSHORT): New.
8203         (PINT64): Likewise.
8204         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
8205         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
8206         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
8207         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
8208         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
8209         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
8210         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
8211         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
8212         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
8213         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
8214         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
8215         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
8216         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
8217         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
8218         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
8219         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
8220         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
8221         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
8222         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
8223         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
8224         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
8225         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
8226         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
8227         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
8228         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
8229         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
8230         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
8231         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
8232         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
8233         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
8234         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
8235         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
8236         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
8237         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
8238         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
8239         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
8240         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
8241         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
8242         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
8243         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
8244         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
8245         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
8246         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
8247         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
8248         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
8249         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
8250         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
8251         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
8252         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
8253         use UNSPEC_STOREU.
8254         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
8255         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
8256         load nor store.
8257         (ix86_expand_vector_move_misalign): Likewise.
8258         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
8259         to scalar function prototype for unaligned load/store builtins.
8260         (ix86_expand_special_args_builtin): Updated.
8261         * config/i386/sse.md (UNSPEC_LOADU): Removed.
8262         (UNSPEC_STOREU): Likewise.
8263         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
8264         (VI_ULOADSTORE_F_AVX512VL): Likewise.
8265         (ssescalarsize): Handle V4TI, V2TI and V1TI.
8266         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
8267         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
8268         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
8269         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
8270         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
8271         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
8272         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
8273         (<avx512>_storedqu<mode>_mask): Likewise.
8274         (*sse4_2_pcmpestr_unaligned): Likewise.
8275         (*sse4_2_pcmpistr_unaligned): Likewise.
8276         (*mov<mode>_internal): Renamed to ...
8277         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
8278         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
8279         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
8280         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
8281
8282 2016-04-19  Richard Biener  <rguenther@suse.de>
8283
8284         PR tree-optimization/70171
8285         * tree-ssa-phiprop.c: Include stor-layout.h.
8286         (phiprop_insert_phi): Handle the aggregate copy case.
8287         (propagate_with_phi): Likewise.
8288
8289 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
8290
8291         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
8292         instead of simplify_gen_subreg (... , 0).
8293         (ix86_delegitimize_address): Ditto.
8294         (ix86_split_divmod): Ditto.
8295         (ix86_split_copysign_const): Ditto.
8296         (ix86_split_copysign_var): Ditto.
8297         (ix86_expand_args_builtin): Ditto.
8298         (ix86_expand_round_builtin): Ditto.
8299         (ix86_expand_special_args_builtin): Ditto.
8300         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
8301         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
8302         (udivmodqi4): Ditto.
8303         (absneg splitters): Ditto.
8304         (*jcc_bt<mode>_1): Ditto.
8305
8306 2016-04-19  Richard Biener  <rguenther@suse.de>
8307
8308         PR tree-optimization/70724
8309         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
8310         restoring out from ...
8311         (free_scc_vn): ... here.
8312         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
8313         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
8314         tail merging.
8315         (pass_fre::execute): Restore SSA info.
8316
8317 2016-04-19  Richard Biener  <rguenther@suse.de>
8318
8319         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
8320         * gimple-walk.c (walk_gimple_op): Initialize it.
8321         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
8322         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
8323         remapping SSA names of defs.
8324         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
8325         adjustment.
8326
8327 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
8328
8329         PR middle-end/70689
8330         * lra-constraints.c (equiv_substition_p): New.
8331         (process_alt_operands): Use it.
8332         (swap_operands): Swap it.
8333         (curr_insn_transform): Update it.
8334
8335 2016-04-18  Michael Matz  <matz@suse.de>
8336
8337         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
8338         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
8339         * tree-core.h (tree_type_common.align): Use bit-field.
8340         (tree_type_common.spare): New.
8341         (tree_decl_common.off_align): Make smaller.
8342         (tree_decl_common.align): Use bit-field.
8343
8344         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
8345         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
8346         (scan_sharing_clauses): Ditto.
8347         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
8348         (omp_finish_file): Ditto.
8349         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
8350         (layout_decl): Ditto.
8351         (relayout_decl): Ditto.
8352         (finalize_record_size): Use SET_TYPE_ALIGN.
8353         (finalize_type_size): Ditto.
8354         (finish_builtin_struct): Ditto.
8355         (layout_type): Ditto.
8356         (initialize_sizetypes): Ditto.
8357         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
8358         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
8359         (lookup_field_for_decl): Use SET_DECL_ALIGN.
8360         (get_chain_field): Ditto.
8361         (get_trampoline_type): Ditto.
8362         (get_nl_goto_field): Ditto.
8363         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
8364         SET_DECL_ALIGN.
8365         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
8366         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
8367         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
8368         (build_qualified_type): Use SET_TYPE_ALIGN.
8369         (build_aligned_type, build_range_type_1): Ditto.
8370         (build_atomic_base): Ditto.
8371         (build_common_tree_nodes): Ditto.
8372         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
8373         (expand_one_stack_var_at): Ditto.
8374         * coverage.c (build_var): Use SET_DECL_ALIGN.
8375         * except.c (init_eh): Ditto.
8376         * function.c (assign_parm_setup_block): Ditto.
8377         * symtab.c (increase_alignment_1): Ditto.
8378         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
8379         * tree-vect-stmts.c (ensure_base_align): Ditto.
8380         * varasm.c (align_variable): Ditto.
8381         (assemble_variable): Ditto.
8382         (build_constant_desc): Ditto.
8383         (output_constant_def_contents): Ditto.
8384
8385         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
8386         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
8387         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
8388         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
8389         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
8390
8391 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
8392
8393         PR target/70708
8394         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
8395         replace %vmovsd with "%vmovq".
8396         (vec_concatv2df): Likewise.
8397
8398 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
8399
8400         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
8401         (*vec_extractv2si_0): Ditto.
8402         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
8403         (zero_extended_scalar_load_operand splitters): Ditto.
8404         (vec_extract splitters): Ditto.
8405         (*vec_extractv4si_0_zext): Ditto.
8406         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
8407         and lowpart_subreg.
8408         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
8409         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
8410         (*sse4_1_extractps): Use lowpart_subreg.
8411         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
8412
8413 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8414
8415         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
8416         gld requirements.
8417         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
8418         Mention Solaris 11 packaging changes.
8419         Update gas and gld requirements.
8420         Remove reference to pre-Solaris 10 bug.
8421         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
8422         systems and bugs.
8423         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
8424         with cc.
8425
8426 2016-04-17  Jan Hubicka  <jh@suse.cz>
8427
8428         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
8429         max_loop_iterations_int.
8430
8431 2016-04-18  Richard Biener  <rguenther@suse.de>
8432
8433         PR tree-optimization/43434
8434         * tree-ssa-structalias.c (struct vls_data): New.
8435         (visit_loadstore): Handle all pointer-based accesses.
8436         (compute_dependence_clique): Compute a bitmap of restrict tags
8437         assigned bases and pass it to visit_loadstore.
8438
8439 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
8440
8441         PR target/70711
8442         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
8443         armv8.1-a and armv8.1-a+crc.
8444
8445 2016-04-18  Richard Biener  <rguenther@suse.de>
8446
8447         PR tree-optimization/70701
8448         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
8449         references after translating through a memcpy.
8450
8451 2016-04-18  Richard Biener  <rguenther@suse.de>
8452
8453         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
8454         (compute_antic): ... here.  For partial antic use regular
8455         postorder and scrap iteration.
8456         (compute_partial_antic_aux): Remove unused return value.
8457         (init_pre): Do not allocate postorder.
8458         (fini_pre): Do not free postorder.
8459
8460 2016-04-18  Richard Biener  <rguenther@suse.de>
8461
8462         PR middle-end/37870
8463         * expmed.c (extract_bit_field_1): Remove broken case
8464         using a wider MODE_INT mode.
8465
8466 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
8467
8468         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
8469         unless compiling with at least GCC-4.8.
8470
8471 2016-04-17  Jan Hubicka  <jh@suse.cz>
8472
8473         PR bootstrap/70706
8474         * graphite.c (graphite_finalize): Update call to
8475         tree_estimate_probability.
8476         * predict.h (tree_estimate_probability): Update prototype.
8477
8478 2016-04-17  Jan Hubicka  <jh@suse.cz>
8479
8480         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
8481         (tree_estimate_probability): Likewise.
8482         (pass_profile::execute): Update.
8483         (report_predictor_hitrates): New function.
8484         * profile.c (compute_branch_probabilities): Use it.
8485         * predict.h (report_predictor_hitrates): Declare.
8486
8487 2016-04-17  Jan Hubicka  <jh@suse.cz>
8488
8489         PR ipa/70018
8490         * cgraph.h (cgraph_node::set_const_flag,
8491         cgraph_node::set_pure_flag): Update prototype to return bool;
8492         update comment.
8493         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
8494         of interposable symbol are interposable, too.
8495         (cgraph_set_const_flag_1): Rename to ...
8496         (set_const_flag_1): ... this one; change to self recursive function
8497         instead of call_for_symbol_thunks_and_aliases. Handle correctly
8498         clearnig the flag in all variants and also virtual thunks of const
8499         functions are pure; track if any change was done.
8500         (cgraph_node::set_const_flag): Update.
8501         (struct set_pure_flag_info): New struct.
8502         (cgraph_set_pure_flag_1): Rename to ...
8503         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
8504         rather than pointer encoded flags; track if any changes was done;
8505         handle correctly clearning flag and setting flag of aliases already
8506         declared const.
8507         (cgraph_node::set_pure_flag): Update.
8508         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
8509
8510 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8511
8512         PR other/70433
8513         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
8514         backslash in label.
8515
8516 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8517
8518         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
8519         '{}<> ' as escape-for-record.
8520
8521 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8522
8523         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
8524         structure.
8525
8526 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8527
8528         PR other/70185
8529         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
8530         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
8531         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
8532         * passes.c (finish_optimization_passes): Only call
8533         finish_graph_dump_file if dfi->graph_dump_initialized.
8534         (execute_function_dump, pass_init_dump_file): Use
8535         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
8536
8537 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8538
8539         PR tree-optimization/70256
8540         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
8541         (debug_varmap): New function.
8542
8543 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8544
8545         PR other/70183
8546         * passes.c (pass_manager::register_pass): Propagate pflags.
8547
8548 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8549
8550         PR other/68875
8551         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
8552         * passes.c (pass_manager::pass_manager): Declare and init p_start in
8553         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
8554         check if it's equal to p_start.
8555         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
8556
8557 2016-04-15  Jan Hubicka  <jh@suse.cz>
8558
8559         PR ipa/70018
8560         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
8561         function does not bind to current def.
8562         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
8563         handle conservatively calls to functions that does not need to bind
8564         to current def.
8565         (check_call): Update call of worse_state.
8566         (ignore_edge_for_nothrow): Update.
8567         (ignore_edge_for_pure_const): Likewise.
8568         (propagate_pure_const): Update calls to worse_state.
8569         (skip_function_for_local_pure_const): Reformat comments.
8570
8571 2016-04-15  Jan Hubicka  <jh@suse.cz>
8572
8573         PR ipa/70018
8574         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
8575         (cgraph_node::function_symbol): Likewise.
8576         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
8577         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
8578         (symtab_node::ultimate_alias_target): Add REF parameter.
8579         (symtab_node::binds_to_current_def_p): Declare.
8580         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
8581         (cgraph_node::function_symbol): Likewise.
8582         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
8583         (cgraph_node::get_availability): Likewise.
8584         (cgraph_edge::binds_to_current_def_p): New inline function.
8585         (varpool_node::get_availability): Add REF parameter.
8586         (varpool_node::ultimate_alias_target): Likewise.
8587         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
8588         (symtab_node::binds_to_current_def_p): Likewise.
8589         * varpool.c (varpool_node::get_availability): Likewise.
8590
8591 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
8592
8593         PR target/70662
8594         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
8595         Fix mode size check.
8596
8597 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
8598
8599         * BASE-VER: Set to 7.0.0.
8600
8601 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
8602
8603         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
8604
8605 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8606
8607         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
8608         architecture revisions.
8609
8610 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
8611
8612         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
8613         * config/i386/i386.c (ix86_using_red_zone): No longer static.
8614         * config/i386/i386.md (stack decrement to push peepholes): Guard
8615         with !x86_using_red_zone ().
8616
8617 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
8618
8619         PR c++/70675
8620         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
8621         to dump_generic_node.
8622         (NIY): Pass also flags to do_niy.
8623
8624 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
8625
8626         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
8627         (simd_clone_vector_of_formal_parm_types)
8628         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
8629         (simd_clone_mangle, simd_clone_create)
8630         (simd_clone_adjust_return_type, create_tmp_simd_array)
8631         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
8632         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
8633         (ipa_simd_modify_function_body, simd_clone_linear_addend)
8634         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
8635         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
8636         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
8637         * omp-simd-clone.c: ... this new file.
8638         (simd_clone_vector_of_formal_parm_types): Make it static.
8639         * Makefile.in (OBJS): Add omp-simd-clone.o.
8640
8641 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
8642
8643         PR target/70662
8644         * config/i386/sse.md: Use proper memory operand modifiers.
8645
8646
8647 2016-04-15  Richard Biener  <rguenther@suse.de>
8648         Alan Modra  <amodra@gmail.com>
8649
8650         PR tree-optimization/70130
8651         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
8652         when alignment stays not the same and no not use the realign
8653         scheme then.
8654
8655 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
8656
8657         PR target/70669
8658         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
8659         direct move handlers for KFmode. Change TFmode handlers test from
8660         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
8661
8662 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
8663
8664         PR c++/70594
8665         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
8666         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
8667         (inlined_polymorphic_ctor_dtor_block_p): Use it.
8668         * tree-ssa-live.c (remove_unused_scope_block_p): When
8669         in_ctor_dtor_block, avoid discarding not just BLOCKs with
8670         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
8671         block_ultimate_origin is FUNCTION_DECL.
8672         (remove_unused_locals): If current_function_decl is
8673         polymorphic_ctor_dtor_p, pass initial true to
8674         remove_unused_scope_block_p' is_ctor_dtor_block.
8675
8676 2016-04-14  Martin Sebor  <msebor@redhat.com>
8677
8678         PR c++/69517
8679         PR c++/70019
8680         PR c++/70588
8681         * doc/extend.texi (Variable Length): Revert.
8682
8683 2016-04-14  Marek Polacek  <polacek@redhat.com>
8684             Jan Hubicka  <hubicka@ucw.cz>
8685
8686         PR c++/70029
8687         * tree.c (verify_type): Disable the canonical type of main variant
8688         check.
8689
8690 2016-04-14  Jason Merrill  <jason@redhat.com>
8691
8692         * cfgexpand.c, expr.c: Revert previous change.
8693
8694 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
8695
8696         PR middle-end/70643
8697         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
8698         when building a mem ref for the incoming reduction variable.
8699
8700 2016-04-14  Richard Biener  <rguenther@suse.de>
8701
8702         PR tree-optimization/70614
8703         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
8704         loop if the evolution dropped to chrec_dont_know.
8705         (interpret_condition_phi): Likewise.
8706
8707 2016-04-14  Richard Biener  <rguenther@suse.de>
8708
8709         PR tree-optimization/70623
8710         * tree-ssa-pre.c (changed_blocks): Make global ...
8711         (compute_antic): ... local here.  Move and fix worklist
8712         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
8713         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
8714         worklist handling, dump when ANTIC_IN changed.
8715         (compute_partial_antic_aux): Remove worklist handling.
8716         (init_pre): Do not compute post dominators.  Add a comment about
8717         the CFG order chosen.
8718         (fini_pre): Do not free post dominators.
8719
8720 2016-04-13  Martin Sebor  <msebor@redhat.com>
8721
8722         PR c++/69517
8723         PR c++/70019
8724         PR c++/70588
8725         * doc/extend.texi (Variable Length): Document C++ specifics.
8726
8727 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
8728
8729         PR c++/70641
8730         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
8731         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
8732         eh edges have been purged.
8733
8734         PR c++/70594
8735         * tree-sra.c (create_access_replacement,
8736         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
8737         gets fancy name.
8738         * tree-pretty-print.c (dump_fancy_name): New function.
8739         (dump_decl_name, dump_generic_node): Use it.
8740
8741 2016-04-13  Jason Merrill  <jason@redhat.com>
8742
8743         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
8744         * expr.c (expand_expr_real_1): Likewise.
8745
8746 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
8747
8748         * config/i386/i386.md (kunpckhi): Swap operands.
8749         (kunpcksi): Likewise.
8750         (kunpckdi): Likewise.
8751         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
8752         (vec_pack_trunc_<mode>): Likewise.
8753
8754 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
8755
8756         PR debug/70628
8757         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
8758
8759         PR middle-end/70633
8760         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
8761         gimplification turns some element into non-constant.
8762
8763         PR debug/70628
8764         * rtl.h (convert_memory_address_addr_space_1): New prototype.
8765         * explow.c (convert_memory_address_addr_space_1): No longer static,
8766         add NO_EMIT argument and don't call convert_modes if true, pass
8767         it down recursively, remove break after return.
8768         (convert_memory_address_addr_space): Adjust caller.
8769         * simplify-rtx.c (simplify_unary_operation_1): Call
8770         convert_memory_address_addr_space_1 instead of convert_memory_address,
8771         if it returns NULL, don't simplify.
8772
8773 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
8774
8775         PR target/70630
8776         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
8777
8778 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
8779
8780         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
8781         Bump the upper SIMDLEN limits, so that if the return type or
8782         characteristic type if the return type is void can be passed in
8783         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
8784         allowed.
8785
8786 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
8787
8788         PR target/70640
8789         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
8790         Do not use "=" constraint on an input constraint.
8791         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
8792         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
8793         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
8794         generates (neg (abs ...)) instead of (abs ...).
8795
8796 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
8797
8798         PR rtl-optimization/70596
8799         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
8800         just invalidate LRA data and reset them.  Adjust dump wording.
8801
8802 2016-04-12  Martin Liska  <mliska@suse.cz>
8803
8804         Revert
8805         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
8806
8807         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
8808         estimates here.
8809         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
8810         max_loop_iterations_int.
8811         (tree_unswitch_outer_loop): Likewise.
8812         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
8813         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
8814
8815 2016-04-12  Tom de Vries  <tom@codesourcery.com>
8816
8817         PR tree-optimization/68756
8818         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
8819         instead of new_name.
8820
8821 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
8822
8823         PR tree-optimization/70602
8824         * tree-sra.c (generate_subtree_copies): Don't write anything into
8825         constant pool decls.
8826
8827         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
8828         regardless whether there are depend clauses or not.
8829
8830 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
8831
8832         PR target/70381
8833         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
8834         target attribute and pragma from changing the -mfloat128
8835         and -mfloat128-hardware options.
8836
8837         * doc/extend.texi (Additional Floating Types): Document PowerPC
8838         __float128 restrictions.
8839
8840 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
8841
8842         PR target/70133
8843         * config/aarch64/driver-aarch64.c
8844         (aarch64_get_extension_string_for_isa_flags): New.
8845         (arch_extension): Rename to...
8846         (aarch64_arch_extension): ...This.
8847         (ext_to_feat_string): Rename to...
8848         (aarch64_extensions): ...This.
8849         (aarch64_core_data): Keep track of architecture extension flags.
8850         (cpu_data): Rename to...
8851         (aarch64_cpu_data): ...This.
8852         (aarch64_arch_driver_info): Keep track of architecture extension
8853         flags.
8854         (get_arch_name_from_id): Rename to...
8855         (get_arch_from_id): ...This, change return type.
8856         (host_detect_local_cpu): Update and reformat for renames, handle
8857         extensions through common infrastructure.
8858
8859 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
8860
8861         PR target/70133
8862         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
8863         track of a canonical flag name.
8864         (all_extensions): Likewise.
8865         (arch_to_arch_name): Also track extension flags enabled by the arch.
8866         (all_architectures): Likewise.
8867         (aarch64_parse_extension): Move to here.
8868         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
8869         rework.
8870         (aarch64_rewrite_selected_cpu): Update for above change.
8871         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
8872         are handled, such that the single explicit value enabled by an
8873         extension is kept seperate from the implicit values it also enables.
8874         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
8875         to here.
8876         (aarch64_parse_extension): New.
8877         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
8878         here to config/aarch64/aarch64-protos.h.
8879         (aarch64_parse_extension): Move from here to
8880         common/config/aarch64/aarch64-common.c.
8881         (aarch64_option_print): Update.
8882         (aarch64_declare_function_name): Likewise.
8883         (aarch64_start_file): Likewise.
8884         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
8885         the canonical flag for extensions.
8886         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
8887         flags.
8888
8889 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
8890
8891         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
8892         AARCH64_FL_CRC.
8893
8894 2016-04-09  Tom de Vries  <tom@codesourcery.com>
8895
8896         PR tree-optimization/68953
8897         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
8898         first to last subscript.
8899
8900 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
8901
8902         PR tree-optimization/70586
8903         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
8904         for any calls.
8905
8906 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
8907
8908         PR lto/70289
8909         PR ipa/70348
8910         PR tree-optimization/70373
8911         PR middle-end/70533
8912         PR middle-end/70534
8913         PR middle-end/70535
8914         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
8915         clauses for acc parallel reductions as necessary.  Error on those
8916         that are private.
8917         * omp-low.c (scan_sharing_clauses): Don't install variables which
8918         are used in acc parallel reductions.
8919         (lower_rec_input_clauses): Remove dead code.
8920         (lower_oacc_reductions): Add support for reference reductions.
8921         (lower_reduction_clauses): Remove dead code.
8922         (lower_omp_target): Don't remap variables appearing in acc parallel
8923         reductions.
8924         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
8925
8926 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
8927
8928         PR middle-end/70593
8929         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
8930         with multiple SSA_NAME defs, force the outputs other than first
8931         to be live before calling live_track_process_def on each output.
8932
8933         PR rtl-optimization/70574
8934         * fwprop.c (forward_propagate_and_simplify): Don't add
8935         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
8936         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
8937         paradoxical subregs within *loc.
8938
8939 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
8940
8941         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
8942         -ftree-parallelize-loops={0,1}.
8943         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
8944         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
8945         * config/ia64/hpux.h (LIB_SPEC): Likewise.
8946         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
8947         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
8948
8949 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
8950
8951         PR sanitizer/70541
8952         * asan.c (instrument_derefs): If we get unknown location, extract it
8953         with EXPR_LOCATION.
8954         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
8955
8956 2016-04-08  Tom de Vries  <tom@codesourcery.com>
8957
8958         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
8959         implicit firstprivate clause.
8960
8961 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8962
8963         PR target/70566
8964         * config/arm/thumb2.md (tst + branch-> lsls + branch
8965         peephole below *orsi_not_shiftsi_si): Require that condition
8966         register is dead after the peephole.
8967         (second peephole after the above): Likewise.
8968
8969 2016-04-08  Alan Modra  <amodra@gmail.com>
8970
8971         PR target/70117
8972         * builtins.c (fold_builtin_classify): For IBM extended precision,
8973         look at just the high-order double to test for NaN.
8974         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
8975         test just the high double for Inf but both doubles for subnormal
8976         limit.
8977
8978 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
8979
8980         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
8981         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
8982         node->simdclone->mask_mode != VOIDmode masks.
8983         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
8984         earlier, use it instead of node->simdclone.
8985         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
8986         Set clonei->mask_mode.
8987
8988 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
8989
8990         PR c/70436
8991         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
8992         Pass it through to cp_parser_already_scoped_statement.
8993         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
8994         it through to cp_parser_statement.
8995         (cp_parser_statement): Pass IF_P through to
8996         cp_parser_iteration_statement.
8997         (cp_parser_pragma): Adjust call to
8998         cp_parser_iteration_statement.
8999
9000 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
9001
9002         PR c/70436
9003         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
9004         resolve a future -Wparentheses warning.
9005         * omp-low.c (scan_sharing_clauses): Likewise.
9006         * tree-parloops.c (eliminate_local_variables): Likewise.
9007
9008 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
9009
9010         PR rtl-optimization/70398
9011         * lra-constraints.c (process_address_1): Check zero scale and code
9012         for reloading with zero scale.
9013
9014 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
9015
9016         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
9017         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
9018
9019 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
9020
9021         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
9022         Add support for AVX512F clones, include them by default for
9023         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
9024         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
9025         up to 128.
9026
9027         PR middle-end/70550
9028         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
9029         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
9030         firstprivate clauses.
9031         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
9032         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
9033         (lower_omp_target): Set TREE_NO_WARNING for
9034         non-addressable possibly uninitialized vars which are copied into
9035         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
9036
9037 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
9038
9039         * config/pa/predicates.md (integer_store_memory_operand): Accept
9040         REG+D operands with a large offset when reload_in_progress is true.
9041         (floating_point_store_memory_operand): Likewise.
9042
9043 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
9044
9045         PR c++/70336
9046         * match.pd (nested int casts): Limit to GIMPLE.
9047
9048 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
9049
9050         PR ipa/66223
9051         * ipa-devirt.c (maybe_record_node): Fix comment; use
9052         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
9053
9054 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
9055
9056         PR rtl-optimization/70542
9057         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
9058         if there are any uses other than insn or debug insns.
9059
9060 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
9061             Jakub Jelinek  <jakub@redhat.com>
9062
9063         PR tree-optimization/70509
9064         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
9065         Shift HOST_WIDE_INT_1U instead of 1.
9066
9067 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
9068
9069         PR tree-optimization/70509
9070         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
9071         of the vector base type for index.
9072
9073 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
9074
9075         PR target/70510
9076         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
9077
9078 2016-04-05  Richard Biener  <rguenther@suse.de>
9079
9080         PR tree-optimization/70526
9081         * tree-sra.c (build_ref_for_offset): Use prev_base to
9082         extract the alias pointer type.
9083
9084 2016-04-05  Richard Biener  <rguenther@suse.de>
9085
9086         * dse.c (struct store_info): Remove alias_set member.
9087         (struct read_info_type): Likewise.
9088         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
9089         spill_deleted, clear_alias_set_lookup): Remove.
9090         (get_group_info): Remove dead base == NULL_RTX case.
9091         (dse_step0): Remove initialization of removed variables.
9092         (delete_dead_store_insn): Reomve alias set dumping.
9093         (free_read_records): Remove alias_set handling.
9094         (canon_address): Remove alias_set_out parameter.
9095         (record_store): Remove spill_alias_set, it's always zero.
9096         (check_mem_read_rtx): Likewise.
9097         (dse_step2): Rename from ...
9098         (dse_step2_nospill): ... this.  Adjust.
9099         (scan_stores): Rename from ...
9100         (scan_stores_nospill): ... this.
9101         (scan_reads): Rename from ...
9102         (scan_reads_nospill): ... this.
9103         (scan_stores_spill, scan_reads_spill): Remove.
9104         (dse_step3_scan): Remove for_spills argument which is always false.
9105         (dse_step3): Likewise.
9106         (dse_step5): Rename from ...
9107         (dse_step5_nospill): ... this.  Remove alias_set handling.
9108         (rest_of_handle_dse): Adjust.
9109
9110 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
9111
9112         PR target/70525
9113         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
9114         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
9115         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
9116         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
9117
9118 2016-04-05  Richard Biener  <rguenther@suse.de>
9119
9120         PR middle-end/70499
9121         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
9122         non-register type temporaries into SSA.
9123
9124 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
9125
9126         PR ipa/66223
9127         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
9128         calls when sanitizing.
9129         (possible_polymorphic_call_target_p): Fix formatting.
9130
9131 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9132             Jakub Jelinek <jakub@redhat.com>
9133
9134         PR middle-end/70457
9135         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
9136         to ensure a call statement is compatible with a built-in's
9137         prototype.
9138         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
9139         Likewise.
9140
9141 2016-04-04  Richard Biener  <rguenther@suse.de>
9142
9143         PR rtl-optimization/70484
9144         * rtl.h (canon_output_dependence): Declare.
9145         * alias.c (canon_output_dependence): New function.
9146         * dse.c (record_store): Use canon_output_dependence rather
9147         than canon_true_dependence.
9148
9149 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
9150
9151         PR ipa/68881
9152         * cgraph.h (symtab_node::copy_visibility_from): New function.
9153         * symtab.c (symtab_node::copy_visibility_from): New function.
9154         * ipa-visibility.c (optimize_weakref): New function.
9155         (function_and_variable_visibility): Use it.
9156
9157 2016-04-04  Martin Liska  <mliska@suse.cz>
9158
9159         PR hsa/70402
9160         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
9161         value that is really in range handled by SBR instruction.
9162         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
9163         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
9164         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
9165
9166 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
9167
9168         PR target/70416
9169         PR target/67391
9170         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
9171         set, but not for SP_REG operands.
9172
9173 2016-04-02  Martin Sebor  <msebor@redhat.com>
9174
9175         PR c++/67376
9176         * fold-const.c (maybe_nonzero_address): New function.
9177         (fold_comparison): Call it.  Fold equality and relational
9178         expressions involving null pointers.
9179         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
9180
9181 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
9182
9183         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
9184         the "Y" constraint (scalar FP 0.0 immediate).
9185
9186         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
9187         Add the "const_double" to the list of operand constraints.
9188
9189 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
9190
9191         PR rtl-optimization/70467
9192         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
9193         If low word of the last operand is 0, just emit addition/subtraction
9194         for the high word.
9195
9196 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9197
9198         PR target/70404
9199         * config/s390/s390.c (s390_expand_insv): Check for everything
9200         constant instead of just VOIDmode stuff.
9201
9202 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9203
9204         PR target/70496
9205         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
9206
9207 2016-04-01  Nathan Sidwell  <nathan@acm.org>
9208
9209         * tree.def (TRY_CATCH_EXPR): Correct documentation.
9210
9211 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
9212
9213         PR rtl-optimization/70461
9214         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
9215         is necessary.
9216
9217 2016-03-31  Martin Liska  <mliska@suse.cz>
9218
9219         PR hsa/70399
9220         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
9221         a tree value or an immediate integer value to a buffer
9222         that is eventually copied to a BRIG section.
9223         (emit_immediate_operand): Call the function here.
9224         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
9225         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
9226         of class' fields that are removed.
9227         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
9228         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
9229         m_brig_repr_size fields.
9230
9231 2016-03-31  Martin Liska  <mliska@suse.cz>
9232
9233         PR hsa/70391
9234         * hsa-gen.c (hsa_function_representation::update_dominance): New
9235         function.
9236         (convert_addr_to_flat_segment): Likewise.
9237         (gen_hsa_memory_set): New alignment argument.
9238         (gen_hsa_ctor_assignment): Likewise.
9239         (gen_hsa_insns_for_single_assignment): Provide alignment
9240         to gen_hsa_ctor_assignment.
9241         (gen_hsa_insns_for_direct_call): Add new argument.
9242         (expand_lhs_of_string_op): New function.
9243         (expand_string_operation_builtin): Likewise.
9244         (expand_memory_copy): New function.
9245         (expand_memory_set): New function.
9246         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
9247         (convert_switch_statements): Change signature.
9248         (generate_hsa): Use a return value of the function.
9249         (pass_gen_hsail::execute): Do not call
9250         convert_switch_statements here.
9251         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
9252         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
9253         (hsa_function_representation::update_dominance): New function.
9254
9255 2016-03-31  Martin Liska  <mliska@suse.cz>
9256
9257         PR hsa/70391
9258         * hsa-brig.c (emit_directive_variable): Emit alignment
9259         according to hsa_symbol::m_align.
9260         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
9261         (dump_hsa_symbol): Dump alignment of HSA symbols.
9262         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
9263         (gen_hsa_addr_with_align): New function.
9264         (hsa_bitmemref_alignment): Use newly added function.
9265         (gen_hsa_insns_for_load): Likewise.
9266         (gen_hsa_insns_for_store): Likewise.
9267         (gen_hsa_memory_copy): New argument added.
9268         (gen_hsa_insns_for_single_assignment): Respect
9269         alignment for assignments processed via gen_hsa_memory_copy.
9270         (gen_hsa_insns_for_direct_call): Likewise.
9271         (gen_hsa_insns_for_return): Likewise.
9272         (gen_function_def_parameters): Set default alignment.
9273         * hsa.c (hsa_object_alignment): New function.
9274         (hsa_byte_alignment): Pasted function.
9275         * hsa.h (hsa_symbol::m_align): New field.
9276
9277 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
9278
9279         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
9280         scratch field for goto case.
9281
9282 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
9283
9284         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
9285
9286 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
9287
9288         PR target/70442
9289         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
9290         (scalar_chain::convert_insn): Call convert_op for reg
9291         moves to handle undefined registers.
9292
9293 2016-03-31  Nathan Sidwell  <nathan@acm.org>
9294
9295         PR c++/70393
9296         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
9297         Assert we don't want to move backwards.
9298
9299 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
9300
9301         PR target/70453
9302         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
9303
9304 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
9305
9306         PR rtl-optimization/70460
9307         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
9308         with operand from REG_LABEL_OPERAND, instead substitute
9309         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
9310         Don't do anything for REG_NON_LOCAL_GOTO jumps.
9311
9312 2016-03-31  Martin Liska  <mliska@suse.cz>
9313
9314         * passes.c (execute_one_pass): Do not call
9315         todo_after for a discarded function.
9316
9317 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
9318
9319         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
9320         (no_cost, infinite_cost): Initialize the new field.
9321         (get_computation_cost_at): Record setup cost.
9322         (determine_use_iv_cost_address): Skip cost computation for sub
9323         uses if we can estimate it without losing accuracy.
9324
9325 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
9326
9327         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
9328         estimates here.
9329         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
9330         max_loop_iterations_int.
9331         (tree_unswitch_outer_loop): Likewise.
9332         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
9333         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
9334
9335 2016-03-30  Richard Biener  <rguenther@suse.de>
9336
9337         PR middle-end/70450
9338         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
9339
9340 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
9341
9342         PR target/70421
9343         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
9344         in gen_blendm expander.
9345
9346 2016-03-30  Nick Clifton  <nickc@redhat.com>
9347
9348         PR target/62254
9349         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
9350         case where we are already provided with an SImode SUBREG.
9351
9352 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
9353
9354         PR target/70439
9355         * config/i386/i386.c (ix86_expand_epilogue): Properly check
9356         conflict between DRAP register and __builtin_eh_return.
9357
9358 2016-03-30  Michael Matz  <matz@suse.de>
9359             Richard Biener  <rguenther@suse.de>
9360
9361         PR ipa/12392
9362         * ipa-polymorphic-call.c (struct type_change_info): Change
9363         speculative to an unsigned allowing to limit the work we do.
9364         (csftc_abort_walking_p): New inline function..
9365         (check_stmt_for_type_change): Limit the number of may-defs
9366         skipped for speculative devirtualization to
9367         max-speculative-devirt-maydefs.
9368         * params.def (max-speculative-devirt-maydefs): New param.
9369         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
9370
9371 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
9372
9373         PR target/63890
9374         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
9375         and TARGET_MACHO.
9376
9377 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
9378
9379         PR tree-optimization/59124
9380         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
9381         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
9382
9383 2016-03-29  Jeff Law  <law@redhat.com>
9384
9385         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
9386
9387 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
9388
9389         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
9390         to HOST_WIDE_INT.
9391
9392 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
9393
9394         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
9395         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
9396         gcrt0.o if linking dynamically.
9397
9398 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
9399
9400         PR ipa/70283
9401         * ipa-devirt.c (methods_equal_p): New function.
9402         (compare_virtual_tables): Use it.
9403         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
9404         * cgraphclones.c (clone_function_name_1): Use
9405         symbol_table::symbol_suffix_separator.
9406         * coverage.c (build_var): Likewise.
9407         * symtab.c (symbol_table::symbol_suffix_separator): New.
9408
9409 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
9410
9411         PR rtl-optimization/70429
9412         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
9413         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
9414         mode != result_mode.
9415
9416         PR c++/70353
9417         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
9418
9419         PR tree-optimization/70405
9420         * ssa-iterators.h (num_imm_uses): Add missing braces.
9421
9422 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
9423
9424         PR rtl-optimization/68695
9425         * ira-color.c (allocno_copy_cost_saving): New.
9426         (improve_allocation): Use it.
9427
9428 2016-03-29  Richard Henderson  <rth@redhat.com>
9429
9430         PR middle-end/70355
9431         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
9432
9433 2016-03-29  Richard Biener  <rguenther@suse.de>
9434
9435         PR middle-end/70424
9436         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
9437         use alignment returned by get_pointer_alignment_1 if it is
9438         bigger than BITS_PER_UNIT.
9439         * builtins.c (get_pointer_alignment_1): Do not return true
9440         for alignment extracted from SSA info.
9441
9442 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
9443
9444         * config/ft32/ft32.opt (mnodiv): New.
9445         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
9446         * doc/invoke.texi (FT32 Options -mnodiv): New.
9447
9448 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
9449
9450         PR target/70406
9451         * config/i386/i386.md (define_split, andn): Fix modes.
9452
9453 2016-03-26  Richard Biener  <rguenther@suse.de>
9454             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9455
9456         PR ipa/70366
9457         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
9458         instead of
9459         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
9460         as 2nd argument to cl_optimization_restore().
9461
9462 2016-03-25  Richard Henderson  <rth@redhat.com>
9463
9464         PR target/70120
9465         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
9466         * config/aarch64/aarch64-protos.h: Declare it.
9467         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
9468
9469 2016-03-25  Alan Modra  <amodra@gmail.com>
9470
9471         PR target/70052
9472         * config/rs6000/constraints.md (j): Simplify.
9473         * config/rs6000/predicates.md (easy_fp_constant): Exclude
9474         decimal float 0.D.
9475         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
9476         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
9477          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
9478         in all constraint alternatives.
9479         (movtd_64bit_nodm): Delete "j" constraint alternative.
9480
9481 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
9482
9483         * tree-ssa-propagate.c: Enhance docs for
9484         SSA_PROP_NOT_INTERESTING.
9485
9486 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
9487
9488         * doc/extend.texi: Fix typo in documentation to pure attribute.
9489
9490 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
9491
9492         PR target/70319
9493         * config/pa/pa.md (bswapdi2): Use a scratch register.
9494
9495 2016-03-24  Richard Henderson  <rth@redhat.com>
9496
9497         PR middle-end/69845
9498         * fold-const.c (extract_muldiv_1): Correct test for multiplication
9499         overflow.
9500
9501 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
9502
9503         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
9504         using ix86_expand_binary_operator instead of gen_andsi3.
9505
9506 2016-03-24  Richard Biener  <rguenther@suse.de>
9507
9508         PR tree-optimization/70396
9509         * tree-vect-stmts.c (vectorizable_comparison): Use
9510         get_vectype_for_scalar_type.
9511
9512 2016-03-24  Richard Biener  <rguenther@suse.de>
9513
9514         PR middle-end/70370
9515         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
9516         with register bases.
9517
9518 2016-03-24  Richard Biener  <rguenther@suse.de>
9519
9520         PR tree-optimization/70372
9521         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
9522         build_all_ones_cst to also handle vector types correctly.
9523
9524 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
9525
9526         PR target/70381
9527         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
9528         -mfloat128 here.
9529
9530 2016-03-23  Marek Polacek  <polacek@redhat.com>
9531
9532         PR c++/69884
9533         * doc/invoke.texi: Document -Wignored-attributes.
9534
9535 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
9536
9537         PR tree-optimization/69042
9538         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
9539         parameter from 30 to 40.
9540
9541 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
9542
9543         PR tree-optimization/69042
9544         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
9545         for use with constant offset stripped in base.
9546
9547 2016-03-23  Richard Biener  <rguenther@suse.de>
9548
9549         PR middle-end/70251
9550         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
9551         mode compatibility check.
9552         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9553
9554 2016-03-23  Jeff Law  <law@redhat.com>
9555
9556         PR tree-optimization/64058
9557         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
9558         CONFLICT_COUNT.
9559         (struct ssa_conflicts): Move up earlier in the file.
9560         (conflicts_, var_map_): New static variables.
9561         (initialize_conflict_count): New function to initialize the
9562         CONFLICT_COUNT field for each conflict pair.
9563         (compare_pairs): Lazily initialize the conflict count and use it
9564         as the first tie-breaker.
9565         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
9566         and wipe conflicts_ and map_ around the call to qsort.  Remove
9567         special case for 2 coalesce pairs.
9568         * bitmap.c (bitmap_count_unique_bits): New function.
9569         (bitmap_count_bits_in_word): New function, extracted from
9570         bitmap_count_bits.
9571         (bitmap_count_bits): Use bitmap_count_bits_in_word.
9572         * bitmap.h (bitmap_count_unique_bits): Declare it.
9573
9574 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
9575
9576         PR target/69917
9577         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
9578         transparent alias chain for decl assembler name.
9579         * config/sol2.c (solaris_assemble_visibility): Likewise.
9580
9581 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9582
9583         * config/arm/arm1020e.md (1020call_op): Reduce reservation
9584         duration.
9585         (v10_fdivs): Likewise.
9586         (v10_fdivd): Likewise.
9587
9588 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9589
9590         PR driver/70132
9591         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
9592         to not call fclose twice on file.
9593
9594 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
9595
9596         PR tree-optimization/70354
9597         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
9598         oprnd0 is wider than oprnd1 and there is a cast from the wider
9599         type to oprnd1, mask it with the mask of the narrower type.
9600
9601         PR target/70321
9602         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
9603         Optimize TARGET_STV splitters, if high or low word of last argument
9604         is 0 or -1.
9605
9606 2016-03-22  Jeff Law  <law@redhat.com>
9607
9608         PR target/70232
9609         tree-ssa-threadbackward.c
9610         (fsm_find_control_statement_thread_paths): Correctly distinguish
9611         between old style jump threads vs FSM jump threads.
9612
9613 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
9614
9615         PR target/70302
9616         * config/i386/i386.c (scalar_chain::convert_op): Support
9617         uninitialized register usage case.
9618
9619 2016-03-22  Richard Biener  <rguenther@suse.de>
9620
9621         PR middle-end/70251
9622         * genmatch.c (gen_transform): Adjust last parameter to a three-state
9623         int...
9624         (capture::gen_transform): ... to change behavior when substituting
9625         a condition into cond or not-cond expr context.
9626         (dt_simplify::gen_1): Adjust.
9627         * gimple-match-head.c: Include gimplify.h for unshare_expr.
9628         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
9629         last change and instead change to
9630         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
9631         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9632
9633 2016-03-22  Anthony Green  <green@moxielogic.com>
9634
9635         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
9636         issue for moxiebox targets.
9637         (CC1PLUS_SPEC): Ditto.
9638
9639 2016-03-22  Richard Biener  <rguenther@suse.de>
9640
9641         PR middle-end/70333
9642         * fold-const.c (extract_muldiv_1): Properly perform multiplication
9643         in the wide type.
9644
9645 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
9646
9647         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
9648
9649 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
9650
9651         PR target/70325
9652         * config/i386/i386.c (def_builtin): Handle
9653         OPTION_MASK_ISA_AVX512VL to be and-ed with other
9654         bits.
9655         (const struct builtin_description bdesc_special_args[]):
9656         Remove duplicate ISA bits.
9657
9658 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
9659
9660         PR target/70329
9661         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
9662         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
9663         in a way that works also for AVX512BW.
9664
9665         PR target/70300
9666         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
9667         instead of source if operands[1] is xmm16 and above and
9668         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
9669         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
9670
9671         PR c++/70295
9672         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
9673         on assign if (*from_p) is a comparison, set it to
9674         TREE_NO_WARNING (*from_p).
9675
9676 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
9677
9678         PR middle-end/70326
9679         * lra.c (restore_scratches): Ignore deleted insns.
9680
9681 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
9682             Jakub Jelinek  <jakub@redhat.com>
9683
9684         PR tree-optimization/70317
9685         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
9686         to HONOR_NANS.
9687
9688 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
9689
9690         PR target/70327
9691         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
9692         of ix86_expand_move.
9693         (movoi): Ditto.
9694         (movti): Use general_operand for operand 1 predicate.
9695
9696 2016-03-21  Martin Liska  <mliska@suse.cz>
9697
9698         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
9699         insns.
9700         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
9701
9702 2016-03-21  Martin Liska  <mliska@suse.cz>
9703
9704         PR ipa/70306
9705         * ipa-icf.c (sem_function::parse): Skip static
9706         constructors and destructors.
9707
9708 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
9709
9710         PR target/70296
9711         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
9712         function-like macro, peek following token(s) if it is followed
9713         by CPP_OPEN_PAREN token with optional padding in between, and
9714         if not, don't treat it like a macro.
9715
9716 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
9717             Alexander Monakov  <amonakov@ispras.ru>
9718
9719         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
9720         for the stabs debug format.
9721
9722 2016-03-21  Richard Biener  <rguenther@suse.de>
9723
9724         PR tree-optimization/70310
9725         * tree-vect-generic.c (expand_vector_condition): Fold the built
9726         condition.
9727
9728 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
9729
9730         PR target/70293
9731         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
9732         Block third alternative for AVX-512VL target,
9733
9734 2016-03-21  Martin Liska  <mliska@suse.cz>
9735
9736         PR hsa/70234
9737         * hsa-brig.c (emit_function_directives): Mark unemitted
9738         global variables for emission.
9739         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
9740         (get_symbol_for_decl): Likewise.
9741         * hsa.h (struct hsa_symbol): New flag.
9742
9743 2016-03-21  Richard Biener  <rguenther@suse.de>
9744
9745         PR tree-optimization/70288
9746         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
9747         we do not estimate unsimplified all-constant conditionals or
9748         switches as optimized away.
9749
9750 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
9751
9752         PR rtl-optimization/69102
9753         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
9754         when we have a readonly dependency context.
9755
9756 2016-03-18  Jeff Law  <law@redhat.com>
9757
9758         PR rtl-optimization/70263
9759         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
9760         (update_equiv_regs): When trying to move a store to after the insn
9761         that sets the source of the store, make sure the store occurs after
9762         the insn that sets the source of the store.  When successful note
9763         the REG_EQUIV note created in the dump file.
9764
9765 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
9766             Bernd Schmidt  <bschmidt@redhat.com>
9767
9768         * doc/extend.texi: Document more potential problems with basic asms.
9769
9770 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
9771
9772         PR rtl-optimization/70278
9773         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
9774         VOIDmode.
9775
9776 2016-03-18  Jason Merrill  <jason@redhat.com>
9777
9778         * calls.c (load_register_parameters): Fix zero size sibcall logic.
9779
9780 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
9781
9782         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
9783         values to 128b regs.
9784
9785 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
9786
9787         PR tree-optimization/70252
9788         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
9789         boolean vector has a proper number of elements.
9790         (supportable_narrowing_operation): Likewise.
9791
9792 2016-03-18  Tom de Vries  <tom@codesourcery.com>
9793
9794         PR ipa/70269
9795         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
9796
9797 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
9798
9799         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
9800         instead of replace_rtx for DEBUG_INSNs.
9801
9802 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
9803
9804         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
9805         load type reservations.
9806
9807 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
9808
9809         PR target/70188
9810         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
9811         define_constraint for "Q" and "T" constraints.
9812
9813 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
9814
9815         Tweak the pipeline model for Exynos M1
9816
9817         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
9818         model.
9819
9820 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
9821
9822         PR c/70264
9823         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
9824         where one or both locations aren't within a line_map.
9825
9826 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
9827
9828         PR driver/70192
9829         * opts.c (finish_options): Don't set flag_pie to the default if
9830         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
9831         if it is -1.
9832
9833 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
9834
9835         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
9836         true as ALL_REGS argument to replace_rtx.
9837
9838 2016-03-17  Richard Biener  <rguenther@suse.de>
9839
9840         PR debug/70271
9841         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
9842         last.
9843
9844 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
9845
9846         PR target/70245
9847         * rtl.h (replace_rtx): Add ALL_REGS argument.
9848         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
9849         equality and assert mode is the same, instead of just rtx pointer
9850         equality.
9851         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
9852         true as ALL_REGS argument to replace_rtx.
9853
9854 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
9855
9856         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
9857         for boolean vector with vector mode only.
9858         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9859
9860 2016-03-17  Nick Clifton  <nickc@redhat.com>
9861
9862         PR target/70162
9863         * config/rx/rx.c (rx_print_integer): Print negative constants in
9864         decimal.
9865
9866 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
9867
9868         PR target/70261
9869         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
9870
9871 2016-03-16  Richard Henderson  <rth@redhat.com>
9872             Richard Biener  <rguenth@suse.de>
9873
9874         PR middle-end/70240
9875         PR middle-end/68215
9876         PR tree-opt/68714
9877         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
9878         first operand as is_gimple_condexpr.
9879
9880         PR middle-end/70240
9881         PR middle-end/68215
9882         Revert r231575
9883         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
9884         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
9885         Do not gimplify the result.
9886         (do_unop): Adjust call to tree_vec_extract.
9887         (do_binop): Likewise.
9888         (do_compare): Likewise.
9889         (do_plus_minus): Likewise.
9890         (do_negate): Likewise.
9891         (expand_vector_condition): Likewise.
9892         (do_cond): Likewise.
9893
9894 2016-03-16  Richard Henderson  <rth@redhat.com>
9895
9896         PR target/70048
9897         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
9898         (aarch64_classify_address): Use it.
9899         (aarch64_legitimize_address): Force all subexpressions of PLUS
9900         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
9901
9902 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
9903             Richard Biener  <rguenth@suse.de>
9904
9905         PR target/70245
9906         * rtlanal.c (replace_rtx): For REG, if from is a REG,
9907         return to even if only REGNO is equal, and assert
9908         mode is the same.
9909
9910 2016-03-11  Jeff Law  <law@redhat.com>
9911
9912         PR rtl-optimization/70224
9913         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
9914
9915 2016-03-16  Richard Henderson  <rth@redhat.com>
9916
9917         PR middle-end/70199
9918         * function.h (struct function): Add has_forced_label_in_static.
9919         * gimplify.c (force_labels_r): Set it.
9920         * lto-streamer-in.c (input_struct_function_base): Read it.
9921         * lto-streamer-out.c (output_struct_function_base): Write it.
9922         * tree-inline.c (has_label_address_in_static_1): Remove.
9923         (copy_forbidden): Remove fndecl parameter; test
9924         has_forced_label_in_static.
9925         (inline_forbidden_p): Update call to copy_forbidden.
9926         (tree_versionable_function_p): Likewise.
9927         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
9928         (chkp_versioning): Likewise.
9929         * tree-inline.h (copy_forbidden): Update decl.
9930
9931 2016-03-16  Marek Polacek  <polacek@redhat.com>
9932
9933         PR c/70093
9934         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
9935         function being thunked if the result type doesn't have fixed size.
9936         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
9937         doesn't have fixed size.
9938
9939 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
9940
9941         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
9942         reporting malformed loop nest.
9943
9944 2016-03-16  Tom de Vries  <tom@codesourcery.com>
9945
9946         PR lto/70187
9947         * ipa-devirt.c (possible_polymorphic_call_targets): Move
9948         nodes.length () == 1 test to before first nodes[0] access.
9949
9950 2016-03-16  Tom de Vries  <tom@codesourcery.com>
9951
9952         PR tree-optimization/68715
9953         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
9954         single_pred_p test.
9955
9956 2016-03-16  Tom de Vries  <tom@codesourcery.com>
9957
9958         PR tree-optimization/68809
9959         * graphite-scop-detection.c (same_close_phi_node): Test if result types
9960         are the same.
9961
9962 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
9963             Sandra Loosemore  <sandra@codesourcery.com>
9964
9965         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
9966         on leaf attribute. Mention ELF interposition problems.
9967
9968 2016-03-16  Alan Modra  <amodra@gmail.com>
9969
9970         PR rtl-optimization/69195
9971         PR rtl-optimization/47992
9972         * ira.c (indirect_jump_optimize): Ignore artificial defs.
9973         Add comments.
9974
9975 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
9976
9977         PR bootstrap/69513
9978         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
9979
9980 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
9981
9982         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
9983
9984 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
9985
9986         PR rtl-optimization/70222
9987         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
9988         optimization if mode is different from result_mode, queue up masking
9989         of the result in outer_op.  Formatting fix.
9990
9991         PR middle-end/70239
9992         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
9993         of safe_grow.
9994
9995 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
9996
9997         PR rtl-optimization/69032
9998         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
9999         looping backwards over basic block insns.
10000
10001 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
10002
10003         PR target/66660
10004         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
10005         to non-speculative when propagating trap bits.
10006
10007 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
10008
10009         PR rtl-optimization/63384
10010         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
10011         DEBUG_INSN_P insns.
10012
10013 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
10014
10015         PR target/64411
10016         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
10017         factored out from ...
10018         (sched_analyze_insn): ... here.
10019         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
10020         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
10021         get_implicit_reg_pending_clobbers in it.
10022         (setup_id_reg_sets): Use setup_id_implicit_regs.
10023         (deps_init_id): Ditto.
10024
10025 2016-03-15  Tom de Vries  <tom@codesourcery.com>
10026
10027         PR ipa/70161
10028         * cgraph.c (cgraph_node::get_body): Save, reset and restore
10029         dump_file_name.
10030         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
10031         execute_function_dump.
10032         (execute_one_pass): Don't dump function if it will be dumped after ipa
10033         transform.
10034
10035 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
10036
10037         * genrecog.c (match_pattern_2): If pred is NULL don't call
10038         safe_predicate_mode on it.
10039
10040 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
10041
10042         PR middle-end/70219
10043         * lra-constraints.c (delete_move_and_clobber): Change assertion
10044         to also allow dregno == 0.
10045
10046 2016-03-14  Richard Henderson  <rth@redhat.com>
10047
10048         PR tree-opt/68714
10049         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
10050         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
10051         (reassociate_bb): Use optimize_vec_cond_expr; avoid
10052         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
10053         on vectors.
10054
10055 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
10056
10057         PR target/70083
10058         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
10059         regs.
10060         (lra_create_live_ranges_1): initialize hard register biggest_mode to
10061         VOIDmode.
10062         * lra-constraints.c (split_reg): For hard regs, try to find the
10063         biggest single-register mode used in the function.
10064
10065 2016-03-14  Richard Biener  <rguenther@suse.de>
10066
10067         PR tree-optimization/56365
10068         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
10069         constants to compare against.
10070
10071 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
10072
10073         PR target/70098
10074         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
10075         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
10076         (define_split for the GPR case): Use int_reg_operand instead of
10077         gpc_reg_operand for the output.
10078
10079 2016-03-14  Tom de Vries  <tom@codesourcery.com>
10080
10081         PR tree-optimization/70045
10082         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
10083         create_empty_if_region_on_edge argument.
10084
10085 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
10086
10087         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
10088         (STACK_CHECK_PROTECT): Likewise.
10089         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
10090         (STACK_CHECK_PROTECT): Likewise.
10091         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
10092         (STACK_CHECK_PROTECT): Likewise.
10093         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
10094         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
10095         (STACK_CHECK_PROTECT): Likewise.
10096
10097 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
10098
10099         PR rtl-optimization/69307
10100         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
10101         registers in modes that span more than one register.
10102
10103 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
10104
10105         PR target/69614
10106         * lra-constraints.c (delete_move_and_clobber): New.
10107         (remove_inheritance_pseudos): Use it.
10108
10109 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
10110
10111         PR ada/70017
10112         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
10113         the libcall is LCT_THROW.
10114         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
10115         for the checking routine.
10116
10117 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
10118
10119         PR target/70131
10120         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
10121         optimization if we have direct move.
10122         (roundu32<mode>2_fprs): Likewise.
10123
10124 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
10125
10126         PR target/70123
10127         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
10128         be rematerialized.
10129         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
10130         Arguments swapped.  All callers changed.  Take reg_renumber into
10131         account, and Calculate and compare register ranges for hard regs.
10132
10133 2016-03-11  Jeff Law  <law@redhat.com>
10134
10135         PR tree-optimization/70190
10136         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10137         Handle cases where we can not extract the taken edge, even though we
10138         found a constant value.
10139
10140         PR tree-optimization/64058
10141         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
10142         (num_coalesce_pairs): Move up earlier in file.
10143         (find_coalesce_pair): Initialize the INDEX field for each pair
10144         discovered.
10145         (compare_pairs): No longer sort on the elements in each pair.
10146         Instead break ties with the index of the coalesce pair.
10147
10148 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10149
10150         PR target/70002
10151         * config/aarch64/aarch64-protos.h
10152         (aarch64_save_restore_target_globals): New prototype.
10153         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
10154         Call the above when popping pragma.
10155         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
10156         New function.
10157         (aarch64_set_current_function): Rewrite using the above.
10158
10159 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
10160
10161         PR tree-optimization/70177
10162         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
10163         (extract_ops_from_tree): ... this.  In the 2 argument
10164         overload remove _1 suffix.
10165         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
10166         (extract_ops_from_tree): ... this.
10167         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
10168         Adjust callers.
10169         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
10170         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
10171         extract_ops_from_tree instead of 2 operand one.
10172
10173 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
10174
10175         PR tree-optimization/70013
10176         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
10177         for constant-pool entries.
10178
10179 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
10180
10181         PR rtl-optimization/70174
10182         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
10183         followed by gen_lowpart on force_reg instead of just gen_lowpart.
10184
10185         PR tree-optimization/70169
10186         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
10187         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
10188         for unknown codes.
10189
10190 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
10191             Jakub Jelinek  <jakub@redhat.com>
10192
10193         PR target/70160
10194         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
10195         of uninitialized values.
10196
10197 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10198
10199         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
10200         define_expand.
10201         ("*trunctddd2"): New pattern definition.
10202         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
10203         TD->DD truncation.
10204
10205 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10206
10207         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
10208         definitions for BFP and DFP rounding modes.
10209         ("fixuns_truncdddi2", "fixuns_trunctddi2")
10210         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
10211         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
10212         ("fix_trunctf<mode>2"): Use the new constants instead of magic
10213         numbers.
10214
10215 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10216
10217         * config/s390/constraints.md: Adjust comment.
10218         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
10219         s390_decompose_addrstyle_without_index.
10220         * config/s390/predicates.md (shift_count_or_setmem_operand):
10221         Rename to setmem_operand.
10222         * config/s390/s390-protos.h
10223         (s390_decompose_shift_count): Rename to
10224         s390_decompose_addrstyle_without_index.
10225         * config/s390/s390.c (s390_decompose_shift_count)
10226         (s390_mem_constraint, print_shift_count_operand)
10227         (print_operand_address, print_operand): Rename
10228         s390_decompose_shift_count to
10229         s390_decompose_addrstyle_without_index and rename
10230         print_shift_count_operand to print_addrstyle_operand troughout the
10231         file.
10232         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
10233         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
10234         Rename shift_count_or_setmem_operand to setmem_operand.
10235         * config/s390/vx-builtins.md ("vec_insert<mode>")
10236         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
10237         nonmemory_operand.
10238
10239 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10240
10241         PR target/70168
10242         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
10243         Handle overlapping retval and newval.
10244
10245 2016-03-10  Nick Clifton  <nickc@redhat.com>
10246
10247         PR target/7044
10248         * config/aarch64/aarch64.c
10249         (aarch64_override_options_after_change_1): When forcing
10250         flag_omit_frame_pointer to be true, use a special value that can
10251         be detected if this function is called again, thus preventing
10252         flag_omit_leaf_frame_pointer from being forced to be false.
10253
10254 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10255
10256         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
10257         Set x_flag_omit_leaf_frame_pointer when handling
10258         -momit-leaf-frame-pointer.
10259
10260 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10261
10262         PR lto/69589
10263         * cgraph.c (cgraph_node::dump): Dump split_part and
10264         indirect_call_target.
10265         * cgraph.h (cgraph_node): Add indirect_call_target flag.
10266         * ipa.c (has_addr_references_p): Cleanup.
10267         (is_indirect_call_target_p): New.
10268         (walk_polymorphic_call_targets): Do not mark virtuals that may be
10269         called indirectly as local.
10270         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
10271
10272 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10273
10274         PR ipa/69630
10275         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
10276         on cxa_pure_virtual.
10277
10278 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10279
10280         PR lto/69589
10281         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
10282
10283 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10284
10285         PR lto/69589
10286         * tree.c (need_assembler_name_p): Only record main variant type names.
10287
10288 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
10289
10290         PR target/70113.
10291         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
10292         Always define to 0 or 1.
10293         (TARGET_FIX_ERR_A53_843419): New macro.
10294         * config/aarch64/aarch64-elf-raw.h
10295         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
10296         * config/aarch64/aarch64-linux.h: Likewise.
10297         * config/aarch64/aarch64.c
10298         (aarch64_override_options_after_change_1): Do not default
10299         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
10300         843419 is on.
10301         (aarch64_attributes): Handle fix-cortex-a53-843419.
10302         (aarch64_can_inline_p): Likewise.
10303         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
10304
10305 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
10306         Jakub Jelinek <jakub@redhat.com>
10307
10308         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
10309         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
10310         DECL_COMMONS if flag_unconstrained_commons is set.
10311         * tree-dfa.c (get_ref_base_and_extent): Likewise.
10312         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
10313         (funconstrained-commons): Document.
10314
10315 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
10316
10317         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
10318         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
10319
10320 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
10321
10322         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
10323         has a proper number of elements.
10324
10325 2016-03-10  Alan Modra  <amodra@gmail.com>
10326
10327         PR rtl-optimization/69195
10328         PR rtl-optimization/47992
10329         * ira.c (recorded_label_ref): Delete.
10330         (update_equiv_regs): Return void.
10331         (indirect_jump_optimize): New function.
10332         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
10333         before regstat_compute_ri.  Don't rebuild_jump_labels here.
10334         Delete update_regstat.
10335
10336 2016-03-10  Richard Biener  <rguenther@suse.de>
10337
10338         PR tree-optimization/70128
10339         * tree-ssa-structalias.c (set_uids_in_ptset): Set
10340         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
10341
10342 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
10343
10344         PR tree-optimization/70152
10345         * tree-sra.c (replace_removed_params_ssa_names): Copy over
10346         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
10347
10348         PR target/70086
10349         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
10350         instead of gen_sse2_loadlpd.
10351         * config/i386/sse.md (*vec_concatv2df): Rename to...
10352         (vec_concatv2df): ... this.
10353
10354         PR tree-optimization/70127
10355         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
10356
10357 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
10358
10359         PR c/68473
10360         PR c++/70105
10361         * diagnostic-show-locus.c (compatible_locations_p): New function.
10362         (layout::layout): Sanitize ranges using compatible_locations_p.
10363
10364 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
10365
10366         PR c/68473
10367         PR c++/70105
10368         * diagnostic-show-locus.c (layout_range::layout_range): Replace
10369         location_range param with three const expanded_locations * and a
10370         bool.
10371         (layout::layout): Replace call to
10372         rich_location::lazily_expand_location with get_expanded_location.
10373         Extract the range and perform location expansion here, passing
10374         the results to the layout_range ctor.
10375         * diagnostic.c (source_range::debug): Delete.
10376         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
10377         of rich_location::get_expanded_location.
10378         * gcc-rich-location.c (get_range_for_expr): Delete.
10379         (gcc_rich_location::add_expr): Reimplement to avoid the
10380         rich_location::add_range overload that took a location_range,
10381         passing a location_t instead.
10382
10383 2016-03-09  Richard Biener  <rguenther@suse.de>
10384         Jakub Jelinek  <jakub@redhat.com>
10385
10386         PR tree-optimization/70138
10387         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
10388         Also skip vect_double_reduction_def.
10389
10390 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
10391
10392         PR target/70049
10393         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
10394         if the operand is "m".
10395
10396 2016-03-09  Nathan Sidwell  <nathan@acm.org>
10397
10398         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
10399
10400 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
10401
10402         * config/i386/i386.c (processor_target_table): Fix cost table
10403         intialization order for znver1.
10404
10405 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
10406
10407         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
10408         - becuase -> because.
10409         * ipa-reference.c (ignore_module_statics): Likewise.
10410         * cgraph.c (cgraph_node::get_body): Likewise.
10411         * ipa-inline.c (early_inliner): Likewise.
10412         * ipa-devirt.c (types_same_for_odr): Likewise.
10413         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
10414         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
10415
10416 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10417
10418         * tree-ssa-math-opts.c: Fix typo in comment.
10419
10420 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
10421
10422         PR target/70110
10423         * config/i386/i386.c (scalar_chain::make_vector_copies,
10424         scalar_chain::convert_reg): Call end_sequence in between
10425         get_insns and emit_conversion_insns rather than after both
10426         calls.
10427
10428 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
10429
10430         PR target/70064
10431         * config/i386/i386.h (machine_function): Add
10432         pc_thunk_call_expanded flag.
10433         (ix86_pc_thunk_call_expanded): New define.
10434         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
10435         (*set_got): Rename insn pattern from set_got.
10436         (*set_got_labelled): Rename inst pattern from set_got_labelled.
10437         * config/i386/i386.c (ix86_compute_frame_layout): Use
10438         ix86_pc_thunk_call_expanded to prevent red-zone.
10439
10440 2016-03-07  Martin Jambor  <mjambor@suse.cz>
10441
10442         * hsa.h (hsa_get_ctor_statements): Declare.
10443         (hsa_get_dtor_statements): Likewise.
10444         (hsa_get_kernel_dispatch_type): Likewise.
10445         * hsa.c (hsa_get_ctor_statements): New function.
10446         (hsa_get_dtor_statements): Likewise.
10447         (hsa_get_kernel_dispatch_type): Likewise.
10448         * hsa-brig.c (hsa_cdtor_statements): Removed.
10449         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
10450         hsa_get_dtor_statements.
10451         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
10452         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
10453
10454 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
10455
10456         * config/arm/arm-cores.def (cortex-r8): New.
10457         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
10458         * config/arm/arm-tune.md: Likewise.
10459         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
10460
10461 2016-03-07  Martin Sebor  <msebor@redhat.com>
10462
10463         PR rtl-optimization/19705
10464         * doc/invoke.texi (Options That Control Optimization): Clarify
10465         -fno-branch-count-reg.
10466
10467 2016-02-26  Richard Biener  <rguenther@suse.de>
10468             Jeff Law  <law@redhat.com>
10469
10470         PR tree-optimization/69740
10471         * cfghooks.c (remove_edge): Request loop fixups if we delete
10472         an edge that might turn an irreducible loop into a natural
10473         loop.
10474         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
10475         Move after definition of loops_state_clear.
10476
10477 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
10478
10479         PR rtl-optimization/69052
10480         * rtlanal.c (commutative_operand_precedence): Set higher precedence
10481         to CONST_WIDE_INT.
10482
10483 2016-03-07  Tom de Vries  <tom@codesourcery.com>
10484
10485         PR tree-optimization/70116
10486         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
10487         is_tm_ending stmts and ubsan/asan internal functions.
10488         (find_duplicate): Use it.  Don't test is_tm_ending here.
10489
10490 2016-03-07  Richard Biener  <rguenther@suse.de>
10491
10492         PR tree-optimization/70115
10493         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
10494         (propagate_constants_for_unrolling): Use replace_uses_by.
10495
10496 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
10497
10498         PR middle-end/69916
10499         * omp-low.c (struct oacc_loop): Add ifns.
10500         (new_oacc_loop_raw): Initialize it.
10501         (finish_oacc_loop): Clear mask & flags if no ifns.
10502         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
10503         (oacc_loop_xform_loop): Add ifns arg & adjust.
10504         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
10505
10506 2016-03-07  Richard Henderson  <rth@redhat.com>
10507
10508         PR rtl-opt/70061
10509         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
10510         (insert_value_copy_on_edge): Likewise.
10511
10512 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10513
10514         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
10515
10516 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10517
10518         PR target/62281
10519         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
10520
10521 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
10522
10523         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
10524
10525 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
10526
10527         Fix sseimul type attribute.
10528         * config/i386/znver1.md
10529         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
10530         znver1_sseimul_avx256_load) : Fix the type attribute.
10531         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
10532         pipe usage and latency.
10533
10534 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
10535
10536         PR c++/70084
10537         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
10538         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
10539         to the right type.
10540
10541 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
10542
10543         PR c/69973
10544         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
10545
10546         PR rtl-optimization/69941
10547         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
10548         the reg share its mode.
10549
10550 2016-03-04  Jeff Law  <law@redhat.com>
10551
10552         PR tree-optimization/69196
10553         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10554         If the both SSA_NAMEs are anonymous, then consider them unassociated
10555         and include the PHI in the statement count.
10556
10557 2016-03-05  Tom de Vries  <tom@codesourcery.com>
10558
10559         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
10560         construct in oacc routine.  Check for oacc region in oacc routine.
10561
10562 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
10563
10564         PR target/70062
10565         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
10566         2016-02-22 changes, instead don't recurse if RECUR is already true.
10567         Don't change *dynamic_check if RECUR.  Adjust recursive caller
10568         to pass true to the new argument.
10569         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
10570
10571         PR target/70059
10572         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
10573         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
10574         fixes.
10575         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
10576
10577 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
10578
10579         PR rtl-optimization/57676
10580         * lra-assigns.c (lra_assign): Guard test for maximum iterations
10581         with flag_checking.
10582
10583 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
10584
10585         * tree-vect-patterns.c (search_type_for_mask): Handle
10586         comparison of booleans.
10587
10588 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
10589
10590         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
10591         Fix @xref usage.
10592
10593         PR debug/69947
10594         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
10595         all other ops that have dw_val_class_die_ref operands,
10596         and DW_OP_GNU_entry_value.
10597
10598 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10599
10600         PR rtl-optimization/69904
10601         * config/arm/arm.c (arm_cannot_copy_insn_p):
10602         Return true for load-exclusive instructions.
10603
10604 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
10605
10606         PR target/70021
10607         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
10608         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
10609         the pattern no matter if it is used just by non-pattern, pattern
10610         or mix thereof.
10611         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
10612         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
10613         oprnd1 def_stmt is in pattern, don't look through it.
10614
10615 2016-03-03  Marek Polacek  <polacek@redhat.com>
10616
10617         PR middle-end/70050
10618         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
10619
10620 2016-03-03  Martin Liska  <mliska@suse.cz>
10621
10622         PR tree-optimization/70043
10623         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
10624         previous statement if we see a debug statement.
10625
10626 2016-03-03  Richard Biener  <rguenther@suse.de>
10627
10628         PR tree-optimization/55936
10629         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
10630         parameter and guard unsafe equivalence use.
10631         (vrp_evaluate_conditional_warnv_with_ops): Always use
10632         safe equivalences but not via the quadratic compare_names
10633         helper.
10634
10635 2016-03-03  Michael Collison  <michael.collison@linaro.org>
10636
10637         PR target/70014
10638         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
10639         for operand 1 to s_register_operand. Change predicate for operand
10640         2 to arm_not_immediate_operand.
10641
10642 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
10643
10644         * doc/tm.texi: Regenerated.
10645
10646 2016-03-02  Richard Henderson  <rth@redhat.com>
10647
10648         PR rtl-opt/67145
10649         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
10650         simplification when all args are positive non-fixed registers.
10651
10652 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
10653
10654         * target.def (lra_p): Specify that new ports should use LRA.
10655
10656 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
10657
10658         PR libgomp/69555
10659         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
10660         gimplify_type_sizes the type they refer to.
10661         (omp_notice_variable): Handle reference vars to VLAs.
10662         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
10663         reference to VLA decls in the second pass instead of first pass.
10664
10665 2016-03-02  Tom de Vries  <tom@codesourcery.com>
10666
10667         PR tree-optimization/68659
10668         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
10669         new_expr == NULL_TREE.
10670         (get_new_name): Handle ADDR_EXPR.
10671
10672 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
10673
10674         PR rtl-optimization/69052
10675         * loop-invariant.c (canonicalize_address): New function.
10676         (inv_can_prop_to_addr_use): Check validity of address expression
10677         which is canonicalized by above function.
10678
10679 2016-03-02  Alan Modra  <amodra@gmail.com>
10680
10681         PR ipa/69990
10682         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
10683         larger alignment.
10684
10685 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
10686
10687         PR target/70028
10688         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
10689         (*movhi_internal): Put mask moves from and to memory separately
10690         from moves from/to GPRs.
10691
10692 2016-03-02  Richard Biener  <rguenther@suse.de>
10693
10694         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
10695         GENERIC expressions in GIMPLE.
10696
10697 2016-03-02  Richard Biener  <rguenther@suse.de>
10698
10699         * config/i386/i386.c (type_natural_mode): Fix typo.
10700
10701 2016-03-02  Nick Clifton  <nickc@redhat.com>
10702
10703         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
10704
10705 2016-03-02  Richard Biener  <rguenther@suse.de>
10706             Uros Bizjak  <ubizjak@gmail.com>
10707
10708         PR target/67278
10709         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
10710
10711 2016-03-02  Richard Biener  <rguenther@suse.de>
10712
10713         PR middle-end/67278
10714         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
10715
10716 2016-03-02  Marek Polacek  <polacek@redhat.com>
10717
10718         PR c/67854
10719         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
10720         "is promoted to" warning.
10721
10722 2016-03-01  DJ Delorie  <dj@redhat.com>
10723
10724         * config.gcc: Deprecate mep-*.
10725
10726 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
10727
10728         PR middle-end/70025
10729         * lra-constraints.c (regno_val_use_in): New.
10730         (match_reload): Use it instead of regno_use_in.
10731
10732 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
10733
10734         PR rtl-optimization/70007
10735         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
10736         references present in REG_EQUAL notes attached to non-SET patterns.
10737
10738 2016-03-01  Jeff Law  <law@redhat.com>
10739
10740         PR tree-optimization/69196
10741         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10742         Appropriately clamp the number of statements to copy when the
10743         thread path does not traverse a loop backedge.
10744
10745         PR tree-optimization/69196
10746         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10747         Do count some PHIs in the thread path against the insn count.  Decrease
10748         final statement count by one as the control statement in the last
10749         block will get removed.  Remove special cased code for handling PHIs
10750         in the last block.
10751
10752 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
10753
10754         PR target/70027
10755         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
10756         asm dialect alternatives to explicit GOTPCREL calls.
10757
10758 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
10759
10760         PR ada/70017
10761         * ira.c (do_reload): Issue warning for generic stack checking here...
10762         * reload1.c (reload): ...instead of here and streamline it.
10763
10764 2016-03-01  Nick Clifton  <nickc@redhat.com>
10765
10766         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
10767
10768 2016-03-01  Richard Biener  <rguenther@suse.de>
10769
10770         PR tree-optimization/69983
10771         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
10772         types and fall back to operand_equal_p.
10773
10774 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10775
10776         Revert
10777         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10778
10779         * config/s390/constraints.md ("jm8"): New constraint.
10780         * config/s390/predicates.md ("const_int_8bitset_operand"): New
10781         predicate.
10782         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
10783         into ...
10784         ("*setmem_long<setmem_and>"): New pattern.
10785         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
10786         into ...
10787         ("*setmem_long_31z<setmem_and>"): New pattern.
10788         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
10789         New substitution rules with the required attributes.
10790
10791
10792 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10793
10794         Revert
10795         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10796
10797         * gensupport.c (process_substs_on_one_elem): Split loop to
10798         complete mark_operands_used_in_match_dup on all expressions in the
10799         vector first.
10800         (adjust_operands_numbers): Inline into process_substs_on_one_elem
10801         and remove function.
10802
10803 2016-03-01  Richard Biener  <rguenther@suse.de>
10804
10805         PR middle-end/70022
10806         * fold-const.c (fold_indirect_ref_1): Fix range checking for
10807         vector BIT_FIELD_REF extract.
10808
10809 2016-03-01  Richard Biener  <rguenther@suse.de>
10810
10811         PR tree-optimization/69994
10812         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
10813
10814 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
10815
10816         PR tree-optimization/69956
10817         * tree-vect-stmts.c (supportable_widening_operation): Support
10818         multi-step conversion of boolean vectors.
10819         (supportable_narrowing_operation): Likewise.
10820
10821 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10822
10823         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
10824         anymore.
10825
10826 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10827
10828         * config/s390/subst.md (DSI_VI): New mode iterator.
10829         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
10830         * config/s390/vector.md ("vec_set<mode>"): Move expander before
10831         the insn definition.
10832         ("*vec_set<mode>"): Change predicate and add alternative to
10833         support only either register or const_int operands as element
10834         selector.
10835         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
10836         operands.
10837         ("vec_extract<mode>"): New expander.
10838         ("*vec_extract<mode>"): New insn definition supporting reg and
10839         const_int element selectors.
10840         ("*vec_extract<mode>_plus"): New insn definition supporting
10841         reg+const_int element selectors.
10842         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
10843         following expander+insn definition.
10844         ("<vec_shifts_name><mode>3"): New expander.
10845         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
10846
10847 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10848
10849         * config/s390/s390.md ("*tabort_1"): Change predicate to
10850         nonmemory_operand.  Add a second alternative to cover
10851         register as well as const int operands.
10852         ("*tabort_1_plus"): New pattern definition.
10853
10854 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10855
10856         * config/s390/s390.md ("*ashrdi3_cc_31")
10857         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
10858         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
10859         Merge insn definitions into ...
10860         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
10861         New pattern definition.
10862         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
10863         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
10864         ("*ashr<mode>3_and"): Merge insn definitions into ...
10865         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
10866         New pattern definition.
10867         * config/s390/subst.md ("addr_style_op_cc_subst")
10868         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
10869         substitutions patterns plus attributes.
10870         Add ashiftrt to SUBST iterator.
10871
10872 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10873
10874         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
10875         op2 to nonmemory_operand.
10876         ("*<shift>di3_31", "*<shift>di3_31_and"):
10877         Merge into single pattern definition ...
10878         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
10879         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
10880         pattern definition ...
10881         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
10882         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
10883         iterator.
10884
10885 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10886
10887         * config/s390/predicates.md (const_int_6bitset_operand): New
10888         predicate.
10889         * config/s390/s390.md: Include subst.md.
10890         ("rotl<mode>3"): New expander.
10891         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
10892         ...
10893         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
10894         * config/s390/subst.md: New file.
10895
10896 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10897
10898         * config/s390/s390.md ("op_type", "atype", "length" attributes):
10899         Remove RRR type.  It doesn't really exist.
10900         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
10901         attributes.
10902         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
10903         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
10904         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
10905         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
10906         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
10907         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
10908         `enabled' attribute.
10909
10910 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10911
10912         * gensupport.c (process_substs_on_one_elem): Split loop to
10913         complete mark_operands_used_in_match_dup on all expressions in the
10914         vector first.
10915         (adjust_operands_numbers): Inline into process_substs_on_one_elem
10916         and remove function.
10917
10918 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
10919
10920         PR target/69706
10921         * config/sparc/sparc.c (NWORDS_UP): Rename to...
10922         (CEIL_NWORDS): ...this.  Use CEIL macro.
10923         (compute_fp_layout): Adjust to above renaming.
10924         (function_arg_union_value): Likewise.
10925         (sparc_arg_partial_bytes): Likewise.
10926         (sparc_function_arg_advance): Likewise.
10927
10928 2016-02-29  Jeff Law  <law@redhat.com>
10929
10930         PR tree-optimization/70005
10931         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
10932         where an object with a boolean range is compared against a value
10933         outside [0..1].
10934
10935         PR tree-optimization/69999
10936         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
10937         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
10938         loop cleanups.
10939
10940 2016-02-29  Richard Biener  <rguenther@suse.de>
10941
10942         PR tree-optimization/69994
10943         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
10944         (get_unary_op): Look through nop conversions.
10945         (ops_equal_values_p): New function, look for equality diregarding
10946         nop conversions.
10947         (eliminate_plus_minus_pair): Use ops_equal_values_p
10948         (repropagate_negates): Do not use get_unary_op here.
10949
10950 2016-02-29  Martin Liska  <mliska@suse.cz>
10951
10952         * system.h: Poison ENABLE_CHECKING macro.
10953
10954 2016-02-29  Martin Liska  <mliska@suse.cz>
10955
10956         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
10957         is presented in dump flags.
10958         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
10959         (hsa_regalloc): Likewise.
10960
10961 2016-02-19  Richard Biener  <rguenther@suse.de>
10962
10963         PR tree-optimization/69980
10964         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
10965         permutation of those we need to keep.
10966
10967 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
10968
10969         PR target/69706
10970         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
10971         (NWORDS_UP): ...this
10972         (init_cumulative_args): Minor tweaks.
10973         (sparc_promote_function_mode): Likewise.
10974         (scan_record_type): Delete.
10975         (traverse_record_type): New function template.
10976         (classify_data_t): New structure type.
10977         (classify_registers): New inline function.
10978         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
10979         exhausted.  Instantiate traverse_record_type on classify_registers and
10980         deal with the case of a structure passed in slot #15 with no FP field
10981         in the first word.
10982         (assign_data_t): New structure type.
10983         (compute_int_layout): New static function.
10984         (compute_fp_layout): Likewise.
10985         (count_registers): New inline function.
10986         (assign_int_registers): New static function.
10987         (assign_fp_registers): Likewise.
10988         (assign_registers): New inline function.
10989         (function_arg_record_value_1): Delete.
10990         (function_arg_record_value_2): Likewise.
10991         (function_arg_record_value_3): Likewise.
10992         (function_arg_record_value): Adjust to above changes.  Instantiate
10993         traverse_record_type on count_registers to first count the number of
10994         registers to be used and then on assign_registers to assign them.
10995         (function_arg_union_value): Adjust to above renaming.
10996         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
10997         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
10998         case of a structure passed in slot #15
10999         (sparc_function_arg_advance): Likewise.
11000         (function_arg_padding): Minor tweak.
11001
11002 2016-02-29  Richard Biener  <rguenther@suse.de>
11003
11004         PR tree-optimization/69720
11005         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
11006         the adjustment_def path for possibly vectorized defs.
11007         (vect_create_epilog_for_reduction): Handle vectorized initial
11008         defs properly.
11009
11010 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
11011
11012         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
11013
11014 2016-02-27  Jeff Law  <law@redhat.com>
11015
11016         Revert
11017         2016-02-26  Richard Biener  <rguenther@suse.de>
11018                     Jeff Law  <law@redhat.com>
11019
11020         PR tree-optimization/69740
11021         * cfghooks.c (remove_edge): Request loop fixups if we delete
11022         an edge that might turn an irreducible loop into a natural
11023         loop.
11024
11025 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
11026
11027         PR rtl-optimization/69896
11028         * tree-vect-generic.c (get_compute_type): Avoid single element
11029         vector types.
11030
11031 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
11032
11033         Rename the AArch64 tuning option and related functions to enable the
11034         Newton series for the reciprocal square root to reflect its
11035         approximative characteristic.
11036
11037         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
11038         function to "aarch64_emit_approx_rsqrt".
11039         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
11040         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
11041         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
11042         (xgene1_tunings): Likewise.
11043         (use_rsqrt_p): Likewise.
11044         (aarch64_emit_swrsqrt): Use new function name.
11045         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
11046         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
11047         text explaining this option.
11048         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
11049
11050 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
11051
11052         PR target/69969
11053         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
11054         complain about -mallow-movmisalign without -mvsx if
11055         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
11056
11057 2016-02-26  Joel Sherrill  <joel@rtems.org>
11058
11059         * config.gcc: Add x86_64-*-rtems*.
11060         * config/i386/rtems-64.h: New file.
11061
11062 2016-02-26  Joel Sherrill  <joel@rtems.org>
11063
11064         * config.gcc: Add aarch64-*-rtems*.
11065         * config/aarch64/rtems.h: New file.
11066
11067 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
11068
11069         PR target/69946
11070         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
11071         shift amount using %h.  Add comment.
11072
11073 2016-02-26  Richard Biener  <rguenther@suse.de>
11074             Jeff Law  <law@redhat.com>
11075
11076         PR tree-optimization/69740
11077         * cfghooks.c (remove_edge): Request loop fixups if we delete
11078         an edge that might turn an irreducible loop into a natural
11079         loop.
11080
11081 2016-02-26  Martin Jambor  <mjambor@suse.cz>
11082
11083         PR middle-end/69920
11084         * tree-sra.c (sra_modify_assign): Do not remove loads of
11085         uninitialized aggregates to SSA_NAMEs.
11086
11087 2016-02-26  Richard Henderson  <rth@redhat.com>
11088
11089         PR target/69709
11090         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
11091         pseudo in case the target rtx matches the source of the left
11092         shift.
11093
11094 2016-02-26  Martin Jambor  <mjambor@suse.cz>
11095
11096         PR hsa/69568
11097         * hsa.h (hsa_type_packed_p): Declare.
11098         * hsa.c (hsa_type_packed_p): New function.
11099         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
11100         loads.
11101         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
11102         * hsa-brig.c (emit_basic_insn): Likewise.
11103
11104 2016-02-26  Martin Jambor  <mjambor@suse.cz>
11105
11106         pr hsa/69674
11107         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
11108         pointers.
11109         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
11110
11111 2016-02-26  Martin Jambor  <mjambor@suse.cz>
11112
11113         * hsa.h (is_a_helper): New overload for hsa_op_immed for
11114         hsa_op_with_type operands.
11115         (hsa_unsigned_type_for_type): Declare.
11116         * hsa.c (hsa_unsigned_type_for_type): New function.
11117         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
11118         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
11119         the finalizer.  Do not emit extra move.
11120
11121 2016-02-26  Martin Jambor  <mjambor@suse.cz>
11122
11123         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
11124         atomic operations in private segment.
11125
11126 2016-02-26  Martin Jambor  <mjambor@suse.cz>
11127
11128         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
11129         statements to wi->info.  Also disallow omp simd constructs.
11130         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
11131         for not gridifying.  Dump special string for omp_for.
11132
11133 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11134
11135         PR target/69245
11136         * config/aarch64/aarch64.c (aarch64_set_current_function):
11137         Save/restore target globals when switching to
11138         target_option_default_node.
11139
11140 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11141
11142         PR target/69613
11143         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
11144         Return 0 if !SHIFT_COUNT_TRUNCATED.
11145
11146 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
11147             Eric Botcazou  <ebotcazou@adacore.com>
11148
11149         PR rtl-optimization/69891
11150         * dse.c (scan_insn): If we can't figure out memset arguments
11151         or they are non-constant, call clear_rhs_from_active_local_stores.
11152
11153 2016-02-26  Martin Liska  <mliska@suse.cz>
11154
11155         * doc/extend.texi: Mention clog10, clog10f an clog10l
11156         in Builtins section.
11157
11158 2016-02-26  Martin Liska  <mliska@suse.cz>
11159
11160         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
11161         CHECKING_P.
11162         (resolve_args_picking_1): Likewise.
11163         * dwarf2out.h (struct GTY): Likewise.
11164
11165 2016-02-26  Martin Liska  <mliska@suse.cz>
11166
11167         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
11168         with flag_checking.
11169         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
11170
11171 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
11172             Martin Liska  <mliska@suse.cz>
11173
11174         * doc/install.texi: Mention --enable-valgrind-annotations.
11175
11176 2016-02-26  Richard Biener  <rguenther@suse.de>
11177
11178         PR tree-optimization/69551
11179         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
11180         looking through aliases adjust DECL_PT_UID to refer to the
11181         ultimate alias target.
11182
11183 2016-02-25  Martin Liska  <mliska@suse.cz>
11184
11185         PR middle-end/69919
11186         * alloc-pool.c (after_memory_report): New variable.
11187         * alloc-pool.h (base_pool_allocator ::release): Do not use
11188         the infrastructure if after_memory_report.
11189         * toplev.c (toplev::main): Mark after memory report.
11190
11191 2016-02-25  Richard Biener  <rguenther@suse.de>
11192
11193         PR tree-optimization/48795
11194         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
11195
11196 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
11197
11198         PR driver/68463
11199         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
11200         offloading is enabled and -fopenacc or -fopenmp is specified.
11201         (CRTOFFLOADEND): Likewise.
11202         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
11203         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
11204         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
11205         (offload_objects_file_name): New static var.
11206         (tool_cleanup): Remove offload_objects_file_name file.
11207         (find_offloadbeginend): Replace with ...
11208         (find_crtoffloadtable): ... this.
11209         (run_gcc): Remove offload_argc and offload_argv.
11210         Get offload_objects_file_name from -foffload-objects=... option.
11211         Read names of object files with offload from this file, pass them to
11212         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
11213         don't pass offloadbegin and offloadend to the linker.  Don't pass
11214         offload non-LTO files to the linker, because now they're not claimed.
11215
11216 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
11217
11218         PR ipa/69630
11219         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
11220         on builtin_unreachable.
11221
11222 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
11223
11224         PR rtl-optimization/69896
11225         * regcprop.c: Include cfgrtl.h.
11226         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
11227         than remembered mode, either delete it (if noop_move_p), or
11228         treat like copy_p but not noop_p instruction.
11229
11230 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
11231
11232         PR debug/69705
11233         * dwarf2out.c (gen_variable_die): Work around buggy LTO
11234         - allow NULL decl for Fortran DW_TAG_common_block variables.
11235
11236 2016-02-24  Jason Merrill  <jason@redhat.com>
11237
11238         * common.opt (flifetime-dse): Add -flifetime-dse=1.
11239
11240 2016-02-24  Richard Biener  <rguenther@suse.de>
11241             Jakub Jelinek  <jakub@redhat.com>
11242
11243         PR middle-end/69760
11244         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
11245         conditionally executed ops to well-defined overflow behavior.
11246
11247 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
11248
11249         PR middle-end/69915
11250         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
11251         elements.
11252
11253 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11254
11255         PR rtl-optimization/69886
11256         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
11257         argument.  Use it when checking validity of set instructions.
11258         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
11259         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
11260         callsite.
11261         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
11262         * store-motion.c (find_moveable_store): Update
11263         can_assign_to_reg_without_clobbers_p callsite.
11264
11265 2016-02-24  Richard Biener  <rguenther@suse.de>
11266
11267         PR middle-end/68963
11268         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
11269         bogus check.
11270         (record_nonwrapping_iv): Do not fall back to the low/high bound
11271         for non-constant IV bases if the stmt is not always executed.
11272
11273 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11274
11275         * config/arm/arm-cores.def (cortex-a32): New entry.
11276         * config/arm/arm-tables.opt: Regenerate.
11277         * config/arm/arm-tune.md: Regenerate.
11278         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
11279         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
11280         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
11281         for -mcpu and -mtune.
11282
11283 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11284
11285         PR target/69875
11286         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
11287         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
11288         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
11289         (atomic_loaddi_1): Delete.
11290         (atomic_loaddi): Rewrite expander using the above changes.
11291
11292 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
11293
11294         PR c/69918
11295         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
11296         2 to 3.
11297
11298 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
11299             Richard Biener  <rguenth@suse.de>
11300
11301         PR middle-end/69909
11302         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
11303         set_mem_attributes if tem is SSA_NAME which got expanded
11304         as a MEM.
11305
11306 2016-02-24  Richard Biener  <rguenther@suse.de>
11307
11308         PR tree-optimization/69907
11309         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
11310         end of permutations for BB vectorization.
11311
11312 2016-02-24  Christian Bruel  <christian.bruel@st.com>
11313
11314         * config/arm/arm-c.c (arm_option_override): Initialize
11315         target_option_current_node.
11316         * config/arm/arm.c (arm_pragma_target_parse): Replace
11317         build_target_option_node call by target_option_current_node.
11318         Set target_option_current_node.
11319         Fix comments.
11320
11321 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
11322
11323         PR target/69810
11324         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
11325         define_insn_and_split to define_insn.
11326         (zero_extendqi<mode>2_dot2): Same.
11327         (extendqi<mode>2_dot): Same.
11328         (extendqi<mode>2_dot2): Same.
11329
11330 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
11331
11332         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
11333         and add bypass for AES{D,E} and AESMC pairs.
11334         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
11335         and AESMC pairs.
11336
11337 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
11338
11339         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
11340         series for reciprocal square root in Exynos M1.
11341
11342 2016-02-23  Martin Sebor  <msebor@redhat.com>
11343
11344         PR c/69759
11345         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
11346         __builtin_alloca_with_align.
11347
11348 2016-02-23  Richard Henderson  <rth@redhat.com>
11349
11350         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
11351         (ix86_register_pragmas): Remove __seg_tls.
11352         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
11353         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
11354         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
11355         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
11356         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
11357         * doc/extend.texi (__seg_tls): Remove item.
11358
11359 2016-02-23  Richard Biener  <rguenther@suse.de>
11360
11361         * alloc-pool.h (struct allocation_object): Make id member
11362         conditional on CHECKING_P again.
11363         (get_instance): Adjust.
11364         (base_pool_allocator): Likewise.
11365
11366 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
11367
11368         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
11369         (parallelize_loops): In OpenACC kernels mode, set n_threads to
11370         zero.
11371         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
11372         flag_openacc.
11373         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
11374
11375 2016-02-23  Richard Biener  <rguenther@suse.de>
11376
11377         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
11378         * bitmap.h (struct bitmap_usage): Likewise.
11379         (bitmap_move): Declare.
11380         * bitmap.c (register_overhead): Take size_t argument.
11381         (bitmap_move): New function.
11382         * df-problems.c (df_rd_transfer_function): Use bitmap_move
11383         to properly account overhead.
11384         * tree.c (free_node): Use tree_size.
11385
11386 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
11387
11388         PR c++/69902
11389         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
11390         when inverting comparison.
11391
11392         PR c/69900
11393         * common.opt (Wunreachable-code): Add Warning flag.
11394
11395 2016-02-23  Mark Wielaard  <mjw@redhat.com>
11396             Jakub Jelinek  <jakub@redhat.com>
11397
11398         PR c/69911
11399         * cgraphunit.c (check_global_declaration): Check main_input_filename
11400         and DECL_SOURCE_FILE are not NULL.
11401
11402 2016-02-23  Martin Jambor  <mjambor@suse.cz>
11403
11404         PR tree-optimization/69666
11405         * tree-sra.c (sra_modify_assign): Do not attempt to create
11406         default_def replacements for unscalarizable regions.
11407
11408 2016-02-20  Mark Wielaard  <mjw@redhat.com>
11409
11410         PR c/28901
11411         * cgraphunit.c (check_global_declaration): Check level of
11412         warn_unused_const_variable and main_input_filename.
11413         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
11414         (-Wunused-variable): For C implies -Wunused-const-variable=1.
11415         (-Wunused-const-variable): Explain levels 1 and 2.
11416
11417 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
11418
11419         PR target/69888
11420         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
11421         identical arguments.  Formatting and spelling fixes.
11422
11423         PR target/69885
11424         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
11425         be specified.
11426
11427         PR target/69894
11428         PR target/69895
11429         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
11430         and m68k-devices.def.
11431         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
11432         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
11433
11434 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
11435
11436         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
11437         and HImode registers.
11438
11439 2016-02-22  Richard Biener  <rguenther@suse.de>
11440
11441         PR tree-optimization/69882
11442         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
11443         preserve permutations present because of gaps.
11444         (vect_supported_load_permutation_p): Always continue checking
11445         permutations after vect_attempt_slp_rearrange_stmts.
11446
11447 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
11448
11449         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
11450         min_profitable_estimate, rather than min_profitable_iters.
11451
11452 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
11453
11454         PR target/69885
11455         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
11456         SImode for last match_operand.
11457
11458 2016-02-22  Martin Liska  <mliska@suse.cz>
11459
11460         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
11461         return bitsize - 1 as the return value.
11462
11463 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
11464
11465         PR target/69806
11466         PR target/54089
11467         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
11468         Handle negative shift counts.
11469         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
11470         force_reg on the shift constant.
11471         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
11472         (lshrsi3_d): Handle negative shift counts.
11473
11474 2016-02-22  Richard Biener  <rguenther@suse.de>
11475             Tom de Vries  <tom@codesourcery.com>
11476
11477         * graph.c: Include dumpfile.h.
11478         (print_graph_cfg): Split into three overloads.
11479         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
11480
11481 2016-02-22  Tom de Vries  <tom@codesourcery.com>
11482
11483         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
11484         dump-fn.
11485
11486 2016-02-22  Richard Biener  <rguenther@suse.de>
11487
11488         PR ipa/37448
11489         * ipa-inline-transform.c (inline_call): When not updating
11490         overall summaries adjust self size by the growth estimate.
11491         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
11492         hash-set, do not update overall summaries here.  Renamed from ...
11493         (inline_to_all_callers): ... this which is now wrapping the
11494         above and performing delayed overall summary update.
11495         (early_inline_small_functions): Delay updating of the overall
11496         summary.
11497
11498 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
11499
11500         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
11501         variable.
11502
11503 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
11504
11505         PR driver/69805
11506         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
11507         :%* in %:gt() argument.
11508         (greater_than_spec_func): Adjust for expecting only numbers,
11509         if there are more than two numbers, compare the last two.
11510
11511 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
11512
11513         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
11514         -Wnarrowing with -std.
11515
11516 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
11517
11518         PR c++/69851
11519         * expr.c (store_field): Don't use bit-field path if exp is
11520         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
11521         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
11522         and the assignment can be performed by bitwise copy.  Formatting
11523         fix.
11524
11525         PR middle-end/69838
11526         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
11527         call copy_reg_eh_region_note_forward on before and/or after sequences
11528         and remove note from insn if it no longer can throw.
11529
11530         PR target/69820
11531         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
11532         if TARGET_AVX512BW.
11533
11534 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11535
11536         * config/s390/vector.md: Add missing commutative operand markers
11537         to the patterns which qualify for one.
11538         * config/s390/vx-builtins.md: Likewise.
11539
11540 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11541
11542         * config/s390/vector.md (VI, VI_QHS): Add single element vector
11543         types to mode iterators.
11544         (vec_double): ... and mode attribute.
11545         * config/s390/vx-builtins.md (non_vec_int): Likewise.
11546
11547 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11548
11549         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
11550         Change the predicate of op2 from nonimmediate to general and let
11551         reload fix it if necessary.
11552
11553 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11554
11555         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
11556
11557 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11558
11559         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
11560         mode.
11561
11562 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11563
11564         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
11565         * config/s390/s390.c (s390_expand_vec_movstr): New function.
11566         * config/s390/s390.md ("movstr<P:mode>"): Call
11567         s390_expand_vec_movstr.
11568
11569 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11570
11571         * config/s390/s390.md: Add missing output modifier for operand 1
11572         to print it as address properly.
11573
11574 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11575
11576         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
11577         * config/s390/2964.md: New file.
11578         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
11579         of insn grouping attributes depending on the CPU level.
11580         (s390_get_unit_mask): New function.
11581         (s390_sched_score): Remove the OOO from the scheduling macros.
11582         Add loop to calculate a score for the instruction mix.
11583         (s390_sched_reorder): Likewise plus improve debug output.
11584         (s390_sched_variable_issue): Rename macros as above.  Calculate
11585         the unit distances after actually scheduling an insn.  Improve
11586         debug output.
11587         (s390_sched_init): Clear last_scheduled_unit_distance array.
11588         * config/s390/s390.md: Include 2964.md.
11589
11590 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
11591
11592         PR target/69671
11593         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
11594         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
11595         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
11596         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
11597         *avx512f_<code>v8div16qi2_mask_1): New insns.
11598
11599 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
11600
11601         PR target/68404
11602         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
11603         2016-02-09 change.
11604
11605         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
11606         earlyclobber from target.  Use wF constraint for fused memory
11607         address.
11608         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
11609
11610 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
11611             Martin Liska  <mliska@suse.cz>
11612
11613         PR sanitizer/69863
11614         * cfgexpand.c (asan_sanitize_stack_p): New function.
11615         (partition_stack_vars): Use the function.
11616         (expand_stack_vars): Likewise.
11617         (defer_stack_allocation): Likewise.
11618         (expand_used_vars): Likewise.
11619
11620 2016-02-18  Richard Biener  <rguenther@suse.de>
11621
11622         PR middle-end/69553
11623         * fold-const.c (operand_equal_p): Properly compare offsets for
11624         IMAGPART_EXPR and ARRAY_REF.
11625
11626 2016-02-18  Nick Clifton  <nickc@redhat.com>
11627
11628         PR target/62254
11629         PR target/69610
11630         * config/arm/arm.c (arm_option_override_internal): Disable
11631         interworking if the target does not support thumb instructions.
11632         (arm_reload_in_hi): Handle the case where a register to register
11633         move needs reloading because there is no simple pattern to handle
11634         it.
11635         (arm_reload_out_hi): Likewise.
11636
11637 2016-02-18  Richard Biener  <rguenther@suse.de>
11638
11639         PR middle-end/69854
11640         * match.pd: Don't use fold_binary or fold_unary for folding
11641         constants.
11642
11643 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
11644
11645         PR c++/69850
11646         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
11647         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
11648         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
11649         warn on gimple_no_warning_p statements.
11650
11651 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
11652
11653         * doc/extend.texi (C++ Attributes): Correct description of
11654         warn_unused type attribute.
11655
11656 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11657
11658         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
11659         correct instruction.
11660
11661 2016-02-17  Richard Biener  <rguenther@suse.de>
11662
11663         PR rtl-optimization/69609
11664         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
11665         (find_traces_1_round): When ending a trace update cached priority
11666         of successors.
11667         (bb_to_key): Use cached priority when available.
11668         (copy_bb): Initialize cached priority.
11669         (reorder_basic_blocks_software_trace_cache): Likewise.
11670
11671 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11672
11673         PR target/69161
11674         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
11675         New predicate.
11676         (aarch64_comparison_operator): Break overly long line into two.
11677         (aarch64_comparison_operation): Likewise.
11678         * config/aarch64/aarch64.md (cstorecc4): Use
11679         aarch64_comparison_operator_mode instead of
11680         aarch64_comparison_operator.
11681         (cstore<mode>4): Likewise.
11682         (aarch64_cstore<mode>): Likewise.
11683         (*cstoresi_insn_uxtw): Likewise.
11684         (cstore<mode>_neg): Likewise.
11685         (*cstoresi_neg_uxtw): Likewise.
11686
11687 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11688
11689         PR target/69161
11690         * config/arm/predicates.md (arm_comparison_operator_mode):
11691         New predicate.
11692         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
11693         instead of arm_comparison_operator.
11694         (*mov_negscc): Likewise.
11695         (*mov_notscc): Likewise.
11696         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
11697         (*thumb2_mov_negscc): Likewise.
11698         (*thumb2_mov_negscc_strict_it): Likewise.
11699         (*thumb2_mov_notscc): Likewise.
11700         (*thumb2_mov_notscc_strict_it): Likewise.
11701
11702 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
11703
11704         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
11705         Add missing return.
11706
11707 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
11708
11709         * config/visium/visium.c (machine_libfunc_index): New enum.
11710         (machine_libfuncs): New structure.
11711         (visium_libfuncs): New static variable.
11712         (TARGET_INIT_LIBFUNCS): Define to...
11713         (visium_init_libfuncs): ...this.  New function.
11714         (expand_block_move_4): Use the appropriate libfunc.
11715         (expand_block_move_2): Likewise.
11716         (expand_block_move_1): Likewise.
11717         (expand_block_set_4): Likewise.
11718         (expand_block_set_2): Likewise.
11719         (expand_block_set_1): Likewise.
11720         (visium_trampoline_init): Likewise.
11721
11722 2016-02-17  Nick Clifton  <nickc@redhat.com>
11723
11724         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
11725         TI's devices.csv file as of March 2016.
11726
11727 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11728
11729         PR Target/48344
11730         * opts-global.c (handle_common_deferred_options): Introduce and
11731         initialize two global variables to remember command-line options
11732         specifying a stack-limiting register.
11733         * opts.h: Add extern declarations of the two new global variables.
11734         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
11735         variable based on the values of the two new global variables.
11736
11737 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11738
11739         PR c/69835
11740         * common.opt (Wnonnull-compare): New warning.
11741         * doc/invoke.texi (-Wnonnull): Remove text about comparison
11742         of arguments against NULL.
11743         (-Wnonnull-compare): Document.
11744         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
11745         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
11746         * passes.def (pass_warn_nonnull_compare): Add.
11747         * gimple-ssa-nonnull-compare.c: New file.
11748
11749 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11750
11751         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
11752         AARCH64_EXTRA_TUNE_RECIP_SQRT.
11753
11754 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11755
11756         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
11757         reciprocal sqrt for -mlow-precision-recip-sqrt.
11758
11759 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11760             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11761
11762         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
11763         always use lane loads to construct non-constant vectors.
11764
11765 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11766
11767         * config/aarch64/aarch64.md
11768         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
11769         constraints for operand 3.
11770         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
11771
11772 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11773             Richard Biener  <rguenther@suse.de>
11774
11775         PR tree-optimization/69820
11776         * tree-vect-patterns.c (type_conversion_p): Return false if
11777         *orig_type is unsigned single precision or boolean.
11778         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
11779         Formatting fix.
11780
11781 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11782
11783         PR rtl-optimization/69764
11784         PR rtl-optimization/69771
11785         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
11786         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
11787
11788 2016-02-16  Richard Biener  <rguenther@suse.de>
11789
11790         PR tree-optimization/69776
11791         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
11792         sets from caller.
11793         (indirect_refs_may_alias_p): Likewise.
11794         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
11795         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
11796         according to tbaa_p.
11797         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
11798         (optimize_stmt): For redundant store discovery do not allow tbaa.
11799
11800 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
11801
11802         PR tree-optimization/69714
11803         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
11804         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
11805
11806 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
11807
11808         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
11809         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
11810         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
11811         * config/arc/arc.c (arc_init): Check FPU options.
11812         (get_arc_condition_code): Handle new CC_FPU* modes.
11813         (arc_select_cc_mode): Likewise.
11814         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
11815         register pair only. Allow access for ARCv2 accumulator.
11816         (gen_compare_reg): Whenever we have FPU support use FPU compare
11817         instructions.
11818         (arc_reorg): Don't generate brcc insns when FPU compare
11819         instructions are involved.
11820         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
11821         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
11822         floating point emulation.
11823         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
11824         (REVERSE_CONDITION): Add new CC_FPU* modes.
11825         (TARGET_FP_SP_BASE): Define.
11826         (TARGET_FP_DP_BASE): Likewise.
11827         (TARGET_FP_SP_FUSED): Likewise.
11828         (TARGET_FP_DP_FUSED): Likewise.
11829         (TARGET_FP_SP_CONV): Likewise.
11830         (TARGET_FP_DP_CONV): Likewise.
11831         (TARGET_FP_SP_SQRT): Likewise.
11832         (TARGET_FP_DP_SQRT): Likewise.
11833         (TARGET_FP_DP_AX): Likewise.
11834         * config/arc/arc.md (ARCV2_ACC): New constant.
11835         (type): New fpu type attribute.
11836         (SDF): Conditional iterator.
11837         (cstore<mode>, cbranch<mode>): Change expand condition.
11838         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
11839         handles FPU/FPX cases as well.
11840         * config/arc/arc.opt (mfpu): New option.
11841         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
11842         Renamed.
11843         (adddf3, muldf3, subdf3): Removed.
11844         * config/arc/predicates.md (proper_comparison_operator): Recognize
11845         CC_FPU* modes.
11846         * config/arc/fpu.md: New file.
11847         * doc/invoke.texi (ARC Options): Document mfpu option.
11848
11849 2016-02-16  Richard Biener  <rguenther@suse.de>
11850
11851         PR rtl-optimization/69291
11852         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
11853         noce_operand_ok check.
11854
11855 2016-02-16  Tom de Vries  <tom@codesourcery.com>
11856
11857         PR lto/67709
11858         * omp-low.c (simd_clone_create): Remove call to
11859         symtab->call_cgraph_insertion_hooks.
11860
11861 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11862
11863         PR tree-optimization/69802
11864         * tree-ssa-reassoc.c (update_range_test): If op is
11865         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
11866         op == 1 test of precision 1 integral op, otherwise handle
11867         that case as op itself.  Fix up formatting.
11868         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
11869         up formatting.
11870
11871 2016-02-16  Richard Biener  <rguenther@suse.de>
11872
11873         PR tree-optimization/69586
11874         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
11875         types for conversion sources.
11876
11877 2016-02-16  Richard Biener  <rguenther@suse.de>
11878
11879         PR middle-end/69801
11880         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
11881         mask OEP_ADDRESS_OF.
11882
11883 2016-02-16  Alan Modra  <amodra@gmail.com>
11884
11885         PR target/68973
11886         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
11887         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
11888         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
11889         (p8_mtvsrwz): New.
11890         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
11891         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
11892         (p8_fmrgow_<mode>): Likewise.
11893         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
11894         changes.
11895         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
11896         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
11897         to use movdi_internal64.  Remove op0_di.
11898         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
11899
11900 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
11901
11902         Add support for the FCCMP insn types
11903
11904         * config/aarch64/aarch64.md (fccmp): Change insn type.
11905         (fccmpe): Likewise.
11906         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
11907         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
11908         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
11909         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
11910         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
11911         * config/arm/types.md (fccmps): Add new insn type.
11912         (fccmpd): Likewise.
11913
11914 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11915
11916         * alias.c (get_alias_set): Fix a typo in comment.
11917
11918 2016-02-15  Richard Biener  <rguenther@suse.de>
11919
11920         PR tree-optimization/69595
11921         * match.pd: Complete range test simplification to true.
11922
11923 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
11924
11925         PR rtl-optimization/69648
11926         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
11927         pic_offset_table_rtx.
11928
11929         PR rtl-optimization/69752
11930         * ira.c (update_equiv_regs): When looking for more than a single SET,
11931         also take other side effects into account.
11932
11933 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
11934
11935         * config/s390/s390.c (s390_function_profiler): Add a new sequence
11936         for z900+ CPUs in 31-bit mode.
11937
11938 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
11939
11940         * common/config/s390/s390-common.c (s390_supports_split_stack):
11941         New function.
11942         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
11943         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
11944         * config/s390/s390.c (struct machine_function): New field
11945         split_stack_varargs_pointer.
11946         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
11947         in s390_emit_prologue.
11948         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
11949         vararg pointer.
11950         (morestack_ref): New global.
11951         (SPLIT_STACK_AVAILABLE): New macro.
11952         (s390_expand_split_stack_prologue): New function.
11953         (s390_live_on_entry): New function.
11954         (s390_va_start): Use split-stack vararg pointer if appropriate.
11955         (s390_asm_file_end): Emit the split-stack note sections.
11956         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
11957         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
11958         (UNSPECV_SPLIT_STACK_CALL): New unspec.
11959         (UNSPECV_SPLIT_STACK_DATA): New unspec.
11960         (split_stack_prologue): New expand.
11961         (split_stack_space_check): New expand.
11962         (split_stack_data): New insn.
11963         (split_stack_call): New expand.
11964         (split_stack_call_*): New insn.
11965         (split_stack_cond_call): New expand.
11966         (split_stack_cond_call_*): New insn.
11967
11968 2016-02-15  Richard Biener  <rguenther@suse.de>
11969
11970         PR tree-optimization/69783
11971         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
11972         Add trivially correct cases.
11973
11974 2016-02-15  Tom de Vries  <tom@codesourcery.com>
11975
11976         PR lto/69655
11977         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
11978         do_force_output.
11979         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
11980
11981 2016-02-15  Richard Biener  <rguenther@suse.de>
11982
11983         PR tree-optimization/69776
11984         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
11985         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
11986         indicate whether we can use TBAA to disambiguate against stores.
11987         Use alias-set zero if not.
11988         (visit_reference_op_store): Do not use TBAA when looking up
11989         redundant stores.
11990         * tree-ssa-pre.c (compute_avail): Use TBAA here.
11991         (eliminate_dom_walker::before_dom_children): But not when looking
11992         up redundant stores.
11993
11994 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
11995
11996         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
11997
11998 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
11999
12000         *  config/i386/znver1.md
12001         (znver1_pop, znver1_pop_mem,
12002         znver1_load_imov_double_store,
12003         znver1_load_imov_direct_store,
12004         znver1_load_imov_direct_load,
12005         znver1_load_imov_double_load): Add new.
12006         (znver1_insn, znver1_insn_load): Add icmov type.
12007         (znver1_sseavx_fma,
12008         znver1_sseavx_fma_load,
12009         znver1_avx256_fma,
12010         znver1_avx256_fma_load): Fix pipe usage.
12011
12012 2016-02-14  Alan Modra  <amodra@gmail.com>
12013
12014         PR target/68973
12015         * reloads.c (find_reloads_address_1): For pre/post-inc/dec
12016         with an invalid hard reg, reload just the reg not the entire
12017         pre/post-inc/dec address expression.
12018
12019 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
12020
12021         PR target/67260
12022         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
12023         fixed R1_REG scratch reg.
12024         (sibcall_value_pcrel_fdpic): Likewise.
12025
12026 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
12027
12028         PR target/67636
12029         PR target/64345
12030         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
12031
12032 2016-02-12  Walter Lee  <walt@tilera.com>
12033
12034         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
12035         * config/tilegx/t-tilegx: Likewise.
12036
12037 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
12038
12039         PR other/69554
12040         * diagnostic-show-locus.c (struct line_span): New struct.
12041         (layout::get_first_line): Delete.
12042         (layout::get_last_line): Delete.
12043         (layout::get_num_line_spans): New member function.
12044         (layout::get_line_span): Likewise.
12045         (layout::print_heading_for_line_span_index_p): Likewise.
12046         (layout::get_expanded_location): Likewise.
12047         (layout::calculate_line_spans): Likewise.
12048         (layout::m_first_line): Delete.
12049         (layout::m_last_line): Delete.
12050         (layout::m_line_spans): New field.
12051         (layout::layout): Update comment.  Replace m_first_line and
12052         m_last_line with m_line_spans, replacing their initialization
12053         with a call to calculate_line_spans.
12054         (diagnostic_show_locus): When printing source lines and
12055         annotations, rather than looping over a single span
12056         of lines, instead loop over each line_span within
12057         the layout, with an inner loop over the lines within them.
12058         Call the context's start_span callback when changing line spans.
12059         * diagnostic.c (diagnostic_initialize): Initialize start_span.
12060         (diagnostic_build_prefix): Break out the building of the location
12061         part of the string into...
12062         (diagnostic_get_location_text): ...this new function, rewriting
12063         it from nested ternary expressions to a sequence of "if"
12064         statements.
12065         (default_diagnostic_start_span_fn): New function.
12066         * diagnostic.h (diagnostic_start_span_fn): New typedef.
12067         (diagnostic_context::start_span): New field.
12068         (default_diagnostic_start_span_fn): New prototype.
12069
12070 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
12071
12072         PR driver/69779
12073         * gcc.c (driver::finalize): Fix cleanup of "specs".
12074
12075 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
12076
12077         PR driver/69265
12078         PR driver/69453
12079         * gcc.c (driver::driver): Initialize m_option_suggestions.
12080         (driver::~driver): Clean up m_option_suggestions.
12081         (suggest_option): Convert to...
12082         (driver::suggest_option): ...this, and split out into
12083         driver::build_option_suggestions and find_closest_string.
12084         (driver::build_option_suggestions): New function, from
12085         first half of suggest_option.  Special-case
12086         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
12087         the sanitizer_opts array.  For options of enum types, add the
12088         various enum values to the candidate strings.
12089         (driver::handle_unrecognized_options): Remove "const".
12090         * gcc.h (driver::handle_unrecognized_options): Likewise.
12091         (driver::build_option_suggestions): New decl.
12092         (driver::suggest_option): New decl.
12093         (driver::m_option_suggestions): New field.
12094         * opts-common.c (add_misspelling_candidates): New function.
12095         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
12096         and make non-static.
12097         * opts.h (sanitizer_opts): New array decl.
12098         (add_misspelling_candidates): New function decl.
12099         * spellcheck.c (find_closest_string): New function.
12100         * spellcheck.h (find_closest_string): New function decl.
12101
12102 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
12103
12104         PR rtl-optimization/69764
12105         PR rtl-optimization/69771
12106         * optabs.c (expand_binop_directly): For shift_optab_p, force
12107         convert_modes with VOIDmode if xop1 has VOIDmode.
12108
12109 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
12110
12111         PR target/69729
12112         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
12113         to correctly determine instrumentation thunks.
12114
12115 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
12116
12117         PR ipa/69241
12118         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
12119         type by reference, force lhs on the call.
12120
12121         PR ipa/68672
12122         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
12123         Compute retval and retbnd early in all cases if split_part_return_p
12124         and return_bb is not EXIT.  Remove all clobber stmts and reset
12125         all debug stmts that refer to SSA_NAMEs defined in split part,
12126         except if it is retval, in that case replace the old retval with the
12127         lhs of the call to the split part.
12128
12129 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
12130
12131         revert:
12132         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
12133
12134         PR middle-end/66726
12135         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
12136         whose result is used in PHI.
12137         (maybe_optimize_range_tests): Likewise.
12138         (final_range_test_p): Likweise.
12139
12140 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
12141
12142         PR middle-end/66726
12143         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
12144         whose result is used in PHI.
12145         (maybe_optimize_range_tests): Likewise.
12146         (final_range_test_p): Likweise.
12147
12148 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
12149
12150         * cgraph.c: Spelling fixes - behaviour -> behavior and
12151         neighbour -> neighbor.
12152         * target.def: Likewise.
12153         * sel-sched.c: Likewise.
12154         * config/mips/mips.c: Likewise.
12155         * config/arc/arc.md: Likewise.
12156         * config/arm/cortex-a57.md: Likewise.
12157         * config/arm/arm.c: Likewise.
12158         * config/arm/neon.md: Likewise.
12159         * config/arm/arm-c.c: Likewise.
12160         * config/vms/vms-c.c: Likewise.
12161         * config/s390/s390.c: Likewise.
12162         * config/i386/znver1.md: Likewise.
12163         * config/i386/i386.c: Likewise.
12164         * config/ia64/hpux-unix2003.h: Likewise.
12165         * config/msp430/msp430.md: Likewise.
12166         * config/rx/rx.c: Likewise.
12167         * config/rx/rx.md: Likewise.
12168         * config/aarch64/aarch64-simd.md: Likewise.
12169         * config/aarch64/aarch64.c: Likewise.
12170         * config/nvptx/nvptx.c: Likewise.
12171         * config/bfin/bfin.c: Likewise.
12172         * config/cris/cris.opt: Likewise.
12173         * config/rs6000/rs6000.c: Likewise.
12174         * target.h: Likewise.
12175         * spellcheck.c: Likewise.
12176         * ira-build.c: Likewise.
12177         * tree-inline.c: Likewise.
12178         * builtins.c: Likewise.
12179         * lra-constraints.c: Likewise.
12180         * explow.c: Likewise.
12181         * hwint.h: Likewise.
12182         * targhooks.c: Likewise.
12183         * tree-vect-data-refs.c: Likewise.
12184         * expr.c: Likewise.
12185         * doc/tm.texi: Likewise.
12186         * doc/extend.texi: Likewise.
12187         * doc/install.texi: Likewise.
12188         * doc/md.texi: Likewise.
12189         * tree-ssa-tail-merge.c: Likewise.
12190         * sched-int.h: Likewise.
12191         * match.pd: Likewise.
12192         * sched-ebb.c: Likewise.
12193         * target.def (omit_struct_return_reg): Likewise.
12194         * gimple-ssa-isolate-paths.c: Likewise.
12195         (find_implicit_erroneous_behaviour): Renamed to...
12196         (find_implicit_erroneous_behavior): ... this.
12197         (find_explicit_erroneous_behaviour): Renamed to...
12198         (find_explicit_erroneous_behavior): ... this.
12199         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
12200
12201 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
12202
12203         PR rtl-optimization/64682
12204         PR rtl-optimization/69567
12205         PR rtl-optimization/69737
12206         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
12207         in I2 as well, just lose it.
12208
12209 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12210
12211         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
12212         New variable.
12213         (aarch64_last_printed_tune_string): Likewise.
12214         (aarch64_declare_function_name): Only output .arch assembler
12215         directive if it will be different from the previously output
12216         directive.  Same for .tune comment but only if -dA is set.
12217         (aarch64_start_file): New function.
12218         (TARGET_ASM_FILE_START): Define.
12219
12220 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
12221
12222         PR plugins/69758
12223         * Makefile.in (PLUGIN_HEADERS): Add params.list.
12224
12225 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
12226
12227         PR target/65313
12228         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
12229         -Wmaybe-uninitialized warning.
12230
12231 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
12232
12233         PR target/69713
12234         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
12235
12236 2016-02-11  Richard Biener  <rguenther@suse.de>
12237
12238         PR rtl-optimization/69291
12239         * ifcvt.c (noce_try_store_flag_constants): Do not allow
12240         subexpressions affected by changing the result.
12241
12242 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
12243
12244         PR target/69148
12245         * lra-constraints.c (curr_insn_transform): Find in/out operands
12246         for secondary memory moves.  Update dups.
12247
12248 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
12249
12250         PR tree-optimization/69652
12251         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
12252         to nested loop, did source re-formatting, skip debug statements,
12253         add check on statement with volatile operand, remove dead scalar
12254         statements.
12255
12256 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
12257             Patrick Palka  <ppalka@gcc.gnu.org>
12258
12259         PR ipa/69241
12260         PR c++/69649
12261         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
12262         calls if the return type is TREE_ADDRESSABLE.
12263         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
12264         * ipa-split.c (split_function): Fix doubled "we" in comment.
12265         Use void return type for the split part even if
12266         !split_point->split_part_set_retval.
12267
12268 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
12269
12270         PR tree-optimization/68021
12271         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
12272         when computing the value of biv cand by itself.
12273
12274 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
12275
12276         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
12277         (cortexa57_tunings): Likewise.
12278         (cortexa72_tunings): Likewise.
12279         (arch_macro_fusion_pair_p): Add support for AES fusion.
12280         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
12281         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
12282         Allow virtual registers before reload so early scheduling works.
12283         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
12284         correct latency and pipeline.
12285         (cortex_a57_crypto_complex): Likewise.
12286         (cortex_a57_crypto_xor): Likewise.
12287         (define_bypass): Add AES bypass.
12288
12289 2016-02-10  Richard Biener  <rguenther@suse.de>
12290
12291         PR tree-optimization/69726
12292         * passes.def: Add DCE pass before late uninit.
12293         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
12294         really fixup if-conversions job.
12295
12296 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
12297
12298         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
12299         (arm_cortex_a57_tune): Likewise.
12300         (aarch_macro_fusion_pair_p): Add support for AES fusion.
12301         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
12302
12303 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
12304
12305         * timevar.def (TV_PHASE_DBGINFO): Delete.
12306         (TV_PHASE_CHECK_DBGINFO): Likewise.
12307         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
12308
12309 2016-02-10  Richard Biener  <rguenther@suse.de>
12310
12311         PR tree-optimization/69719
12312         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
12313         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
12314
12315 2016-02-09  Andrew Pinski  <apinski@cavium.com>
12316
12317         PR tree-opt/69282
12318         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
12319         get_vcond_mask_icode returns false.
12320
12321 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
12322
12323         PR target/68404
12324         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
12325         an ADDIS that adds a pointer to a large constant that sets the
12326         upper16 bits with a load operation.
12327
12328 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
12329
12330         PR target/68532
12331         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
12332         order.
12333         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
12334         endian.
12335         (vzipq_s16): Likewise.
12336         (vzipq_s32): Likewise.
12337         (vzipq_f32): Likewise.
12338         (vzipq_u8): Likewise.
12339         (vzipq_u16): Likewise.
12340         (vzipq_u32): Likewise.
12341         (vzipq_p8): Likewise.
12342         (vzipq_p16): Likewise.
12343
12344 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
12345
12346         PR target/68532
12347         * config/arm/arm.c (neon_endian_lane_map): New function.
12348         (neon_vector_pair_endian_lane_map): New function.
12349         (arm_evpc_neon_vuzp): Allow for big endian lane order.
12350         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
12351         endian.
12352         (vuzpq_s16): Likewise.
12353         (vuzpq_s32): Likewise.
12354         (vuzpq_f32): Likewise.
12355         (vuzpq_u8): Likewise.
12356         (vuzpq_u16): Likewise.
12357         (vuzpq_u32): Likewise.
12358         (vuzpq_p8): Likewise.
12359         (vuzpq_p16): Likewise.
12360
12361 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
12362
12363         PR target/69634
12364         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
12365         debug insns.
12366
12367 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
12368
12369         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
12370         truncate const_int operand 1 to QImode.
12371
12372 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
12373
12374         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
12375         corresponding to an abnormal edge.
12376
12377 2016-02-09  Tom de Vries  <tom@codesourcery.com>
12378
12379         PR tree-optimization/69599
12380         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
12381         function.
12382         (find_func_aliases_for_builtin_call, find_func_clobbers)
12383         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
12384         partition.
12385
12386 2016-02-09  Richard Biener  <rguenther@suse.de>
12387
12388         PR tree-optimization/69715
12389         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
12390         LHS on calls as non-rewritable.
12391
12392 2016-02-09  Tom de Vries  <tom@codesourcery.com>
12393
12394         PR lto/69707
12395         * lto-wrapper.c (append_diag_options): New function.
12396         (compile_offload_image): Call append_diag_options.
12397
12398 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
12399
12400         PR other/69722
12401         * doc/extend.texi (Flag Output Operands): Correct sectioning.
12402         Minor copy-edit to fix verb tenses.
12403
12404 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
12405
12406         PR tree-optimization/69209
12407         * ipa-split.c (split_function): If split part is not
12408         returning retval, retval has gimple type but is not
12409         gimple value, force it into a SSA_NAME first.
12410
12411 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
12412
12413         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
12414         outdated section.
12415
12416 2016-02-08  Jason Merrill  <jason@redhat.com>
12417
12418         PR c++/69631
12419         * convert.c (convert_to_integer_1): Check dofold on truncation
12420         distribution.
12421         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
12422         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
12423         Rename from *_nofold.
12424         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
12425         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
12426
12427 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
12428
12429         PR target/60410
12430         * tree.c (build_common_tree_nodes): Remove short_double argument.
12431         All callers changed.
12432         * tree.h (build_common_tree_nodes): Adjust declaration.
12433         * doc/invoke.texi (-fshort-double): Remove documentation.
12434         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
12435         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
12436         * lto-wrapper.c (merge_and_complain, append_compiler_options)
12437         (append_linker_options): Don't handle OPT_fshort_double.
12438
12439         PR rtl-optimization/68730
12440         * lra-remat.c (insn_to_cand_activation): New static variable.
12441         (lra_remat): Allocate and free it.
12442         (create_cand): New arg activation. Initialize a field in
12443         insn_to_cand_activation if it is nonnull.
12444         (create_cands): Pass the activation insn to create_cand when making
12445         a candidate involving an output reload.  Reorganize code a little.
12446         (do_remat): Keep track of active status of candidates in a separate
12447         bitmap.
12448
12449 2016-02-08  Richard Biener  <rguenther@suse.de>
12450
12451         PR tree-optimization/69719
12452         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
12453         Properly use absolute of the difference of the two offsets to
12454         compare or adjust the segment length.
12455
12456 2016-02-08  Richard Biener  <rguenther@suse.de>
12457             Jeff Law  <law@redhat.com>
12458
12459         PR target/68273
12460         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
12461         types for anonymous SSA names.
12462
12463 2016-02-08   Richard Biener  <rguenther@suse.de>
12464
12465         PR rtl-optimization/69274
12466         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
12467
12468 2016-02-08  Jeff Law  <law@redhat.com>
12469
12470         PR tree-optimization/65917
12471         * tree-ssa-dom.c (record_temporary_equivalences): Record both
12472         equivalences from if (x == y) style conditionals.
12473         (loop_depth_of_name): Remove.
12474         (record_equality): Remove loop depth check.
12475         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
12476         (const_and_copies::record_const_or_copy_raw): New member function.
12477         * tree-ssa-scopedtables.c
12478         (const_and_copies::record_const_or_copy_raw): New, factored out of
12479         (const_and_copies::record_const_or_copy): Call new member function.
12480
12481 2016-02-05  Jeff Law  <law@redhat.com>
12482
12483         PR tree-optimization/68541
12484         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
12485         (count_stmts_in_block): New function.
12486         (poor_ifcvt_candidate_code): Likewise.
12487         (is_feasible_trace): Add some heuristics to determine when path
12488         splitting is profitable.
12489         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
12490         is a diamond with a single exit.
12491
12492 2016-02-05  Martin Sebor  <msebor@redhat.com>
12493
12494         PR c++/69662
12495         * doc/invoke.texi: Update -Wplacement-new to take an optional
12496         argument.
12497
12498 2016-02-06  Richard Henderson  <rth@redhat.com>
12499
12500         PR c/69643
12501         * tree.c (tree_nop_conversion_p): Do not strip casts into or
12502         out of non-standard address spaces.
12503
12504 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
12505
12506         PR rtl-optimization/69691
12507         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
12508
12509 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
12510
12511         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
12512         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
12513         (*ieee128_mfvsrd_64bit): Likewise.
12514         (*ieee128_mfvsrd_32bit): Likewise.
12515
12516 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
12517
12518         PR target/69369
12519         Revert r232560:
12520         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
12521
12522         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
12523         instrumented_version.
12524
12525 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
12526
12527         * doc/invoke.texi (Optimize Options): In table of --param options
12528         rename second occurrence of tracer-min-branch-ratio to
12529         tracer-min-branch-probability, rename
12530         tracer-min-branch-ratio-feedback to
12531         tracer-min-branch-probability-feedback and clarify description,
12532         rename sched-spec-state-edge-prob-cutoff to
12533         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
12534         to selsched-insns-to-rename, rename lto-minpartition to
12535         lto-min-partition, delete reorder-blocks-duplicate and
12536         reorder-blocks-duplicate-feedback.
12537
12538 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12539
12540         * config/s390/s390.c (s390_register_info_set_ranges): Remove
12541         superfluous loops.
12542
12543 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12544
12545         * doc/extend.texi: S/390: Correct some typos.
12546
12547 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12548
12549         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
12550
12551 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12552
12553         PR target/69625
12554         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
12555         (s390_register_info_gprtofpr): Use new macros above.
12556         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
12557         its name.
12558         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
12559         its name.  Adjust restore and save gpr ranges.
12560         (s390_register_info_set_ranges): New function.
12561         (s390_register_info): Use new macros above.  Call
12562         s390_register_info_set_ranges.
12563         (s390_optimize_register_info): Likewise.
12564         (s390_hard_regno_rename_ok): Use new macros.
12565         (s390_hard_regno_scratch_ok): Likewise.
12566         (s390_emit_epilogue): Likewise.
12567         (s390_can_use_return_insn): Likewise.
12568         (s390_optimize_prologue): Likewise.
12569         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
12570
12571 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
12572
12573         PR bootstrap/69677
12574         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
12575         alignment fixes.
12576         (ix86_option_override_internal): Disable TARGET_STV even for
12577         -m{incoming,preferred}-stack-boundary=3.
12578
12579 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12580
12581         * config.gcc: Mark deprecated rtems targets as obsolete.
12582
12583 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
12584
12585         PR rtl-optimization/64682
12586         PR rtl-optimization/69567
12587         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
12588         before I2 only if the register is both used and set in I2.
12589
12590 2016-02-04  DJ Delorie  <dj@redhat.com>
12591
12592         * config/msp430/msp430.c (msp430_start_function): Add function type.
12593
12594 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
12595
12596         PR fortran/69368
12597         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
12598
12599 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
12600
12601         PR rtl-optimization/69577
12602         Revert:
12603         2015-10-29  Richard Henderson  <rth@redhat.com>
12604
12605         PR target/68124
12606         PR rtl-opt/67609
12607         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
12608         sse check to the exact conditions of PR 67609.
12609
12610 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
12611
12612         PR target/69667
12613         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
12614         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
12615         not allowed into the traditional Altivec registers.
12616         (movtd_64bit_nodm): Likewise.
12617         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
12618
12619 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
12620
12621         * config/aarch64/cortex-a57-fma-steering.c
12622         (aarch64_register_fma_steering): Remove "static" from arguments
12623         to register_pass.
12624
12625 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
12626
12627         PR target/69619
12628         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
12629         twice when complex.
12630
12631 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
12632
12633         * doc/invoke.texi: Delete -mno-fma4.
12634
12635 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
12636
12637         PR rtl-optimization/69577
12638         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
12639         (find_subregs_of_mode): Update accordingly.  Iterate over partial
12640         definitions.
12641
12642 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
12643
12644         * config/arm/arm-protos.h (neon_reinterpret): Remove.
12645         * config/arm/arm.c (neon_reinterpret): Remove.
12646         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
12647         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
12648         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
12649         vreinterpretti): Remove.
12650         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
12651         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
12652         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
12653         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
12654         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
12655         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
12656         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
12657         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
12658         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
12659         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
12660         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
12661         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
12662         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
12663         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
12664         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
12665         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
12666         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
12667         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
12668         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
12669         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
12670         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
12671         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
12672         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
12673         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
12674         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
12675         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
12676         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
12677         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
12678         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
12679         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
12680         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
12681         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
12682         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
12683         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
12684         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
12685         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
12686         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
12687         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
12688         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
12689         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
12690         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
12691         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
12692         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
12693         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
12694         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
12695         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
12696         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
12697         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
12698         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
12699         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
12700         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
12701         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
12702         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
12703         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
12704         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
12705         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
12706         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
12707         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
12708         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
12709         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
12710         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
12711         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
12712         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
12713         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
12714         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
12715         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
12716         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
12717         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
12718         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
12719         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
12720         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
12721         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
12722         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
12723         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
12724         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
12725         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
12726         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
12727         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
12728         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
12729         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
12730         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
12731         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
12732         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
12733         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
12734         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
12735         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
12736         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
12737         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
12738         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
12739         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
12740         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
12741         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
12742         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
12743         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
12744         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
12745         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
12746         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
12747         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
12748         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
12749         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
12750         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
12751         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
12752         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
12753
12754 2016-02-04  Martin Liska  <mliska@suse.cz>
12755
12756         PR sanitizer/69276
12757         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
12758         that are gimple_store_p.
12759         (maybe_instrument_call): Likewise.
12760
12761 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
12762
12763         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
12764         register scaling out of memory reference and comment why.
12765
12766 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12767
12768         PR target/65932
12769         PR target/67714
12770         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
12771         folding the source of a SET.
12772
12773 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12774
12775         PR target/65932
12776         PR target/67714
12777         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
12778         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
12779
12780 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
12781
12782         PR target/65932
12783         PR target/67714
12784         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
12785         HImode.
12786
12787 2016-02-04  Christian Bruel  <christian.bruel@st.com>
12788
12789         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
12790         * config/arm/arm.c (arm_set_current_function): Likewise.
12791
12792 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
12793             Ilya Enkovich  <enkovich.gnu@gmail.com>
12794             H.J. Lu  <hongjiu.lu@intel.com>
12795
12796         PR target/69454
12797         * config/i386/i386.c (convert_scalars_to_vector): Remove
12798         stack alignment fixes.
12799         (ix86_option_override_internal): Disable TARGET_STV if stack
12800         might not be aligned enough.
12801         (ix86_minimum_alignment): Assert that TARGET_STV is false.
12802
12803 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
12804
12805         * config/i386/x86-tune.def: Disable default prefetching
12806         for -march=znver1.
12807
12808 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
12809             Vladimir Makarov  <vmakarov@redhat.com>
12810
12811         PR target/69461
12812         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
12813         in validating fused toc addresses.
12814
12815 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
12816
12817         PR c/69627
12818         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
12819         range->m_caret fields if range->m_show_caret_p is false.
12820
12821         PR target/69644
12822         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
12823         Force oldval into register if it does not satisfy reg_or_short_operand
12824         predicate.  Fix up formatting.
12825
12826 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
12827             Alexandre Oliva  <aoliva@redhat.com>
12828
12829         PR target/69461
12830         * lra-constraints.c (simplify_operand_subreg): Check additionally
12831         address validity after potential reloading.
12832         (process_address_1): Check insns validity.  In case of failure do
12833         nothing.
12834
12835 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
12836
12837         PR target/69118
12838         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
12839         Fix target.
12840
12841 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
12842
12843         * wide-int.cc (canonize_uhwi): New function.
12844         (wi::divmod_internal): Use it.
12845
12846 2016-02-02  James Norris  <jnorris@codesourcery.com
12847
12848         * gimplify.c (omp_notice_variable): Add usage check.
12849
12850 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
12851
12852         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
12853         like LE, GE, LT, GT when emitting relational operator.
12854
12855 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
12856
12857         * ira-costs.c (find_costs_and_classes): Add extra argument.
12858         * target.def (ira_change_pseudo_allocno_class): Add parameter.
12859         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
12860         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
12861         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
12862         Add best_class parameter, and return it if not ALL_REGS.
12863         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
12864         Add parameter.
12865         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
12866         Update target hook.
12867
12868 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
12869
12870         * config/aarch64/aarch64.c
12871         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
12872         (aarch64_ira_change_pseudo_allocno_class): New function.
12873
12874 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
12875
12876         PR target/67032
12877         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
12878
12879 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
12880
12881         * config/avr/avr.c (avr_option_override): Set
12882         PARAM_ALLOW_STORE_DATA_RACES to 1.
12883
12884 2016-02-02  Richard Biener  <rguenther@suse.de>
12885
12886         PR tree-optimization/69595
12887         * match.pd: Add range test simplifications to true/false.
12888
12889 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
12890
12891         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
12892         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
12893         instead.
12894
12895 2016-02-02  Richard Biener  <rguenther@suse.de>
12896
12897         PR tree-optimization/69606
12898         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
12899         info on the result before moving a stmt.
12900
12901 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
12902
12903         PR middle-end/68542
12904         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
12905         branch with vector comparison.
12906         * config/i386/sse.md (VI48_AVX): New mode iterator.
12907         (define_expand "cbranch<mode>4): Add support for conditional branch
12908         with vector comparison.
12909         * tree-vect-loop.c (optimize_mask_stores): New function.
12910         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
12911         has_mask_store field of vect_info.
12912         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
12913         vectorized loops having masked stores after vec_info destroy.
12914         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
12915         correspondent macros.
12916         (optimize_mask_stores): Add prototype.
12917
12918 2016-02-02  Alan Modra  <amodra@gmail.com>
12919
12920         PR target/69548
12921         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
12922         allow subregs.
12923
12924 2016-02-02  Alan Modra  <amodra@gmail.com>
12925
12926         PR target/68662
12927         * config/rs6000/rs6000.c (need_toc_init): New var, set it
12928         whenever toc_label_name used.
12929         (rs6000_file_start): Don't set up toc section here,
12930         (rs6000_output_function_epilogue): do so here instead,
12931         (rs6000_xcoff_file_start): and here.
12932         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
12933         (load_toc_aix_di): Likewise.
12934
12935 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
12936
12937         PR rtl-optimization/69592
12938         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
12939         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
12940         (num_sign_bit_copies_binary_arith_p): New inline function.
12941         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
12942
12943 2016-02-01  Jeff Law  <law@redhat.com>
12944
12945         PR tree-optimization/69580
12946         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
12947         * tree-ssa-threadbackward.c
12948         (fsm_find_control_statement_thread_paths): Do not try to walk
12949         through large PHI nodes.
12950
12951 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
12952
12953         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
12954         when count is incremented above limit, don't analyze further
12955         insns afterwards.
12956
12957         * omp-low.c (oacc_parse_default_dims): Avoid
12958         -Wsign-compare warning, make sure value fits into int
12959         rather than just unsigned int.
12960
12961 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
12962
12963         PR tree-optimization/67921
12964         * fold-const.c (split_tree): New parameters.  Convert pointer
12965         type variable part to proper type before negating.
12966         (fold_binary_loc): Pass new arguments to split_tree.
12967
12968 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
12969
12970         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
12971         (nvptx_goacc_validate_dims): Extend to handle global defaults.
12972         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
12973         * doc/tm.texti: Rebuilt.
12974         * doc/invoke.texi (fopenacc-dim): Document.
12975         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
12976         (append_compiler_options): Likewise.
12977         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
12978         (oacc_parse_default_dims): New.
12979         (oacc_validate_dims): Add USED arg.  Select non-unity default when
12980         possible.
12981         (oacc_loop_fixed_partitions): Return mask of used partitions.
12982         (oacc_loop_auto_partitions): Emit dump info.
12983         (oacc_loop_partition): Return mask of used partitions.
12984         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
12985         loop partitioning and validation calls.
12986
12987 2016-02-01  Richard Biener  <rguenther@suse.de>
12988
12989         PR middle-end/69556
12990         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
12991
12992 2016-02-01  Richard Biener  <rguenther@suse.de>
12993
12994         PR tree-optimization/69574
12995         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
12996         of asserting return chrec_dont_know.
12997
12998 2016-02-01  Martin Liska  <mliska@suse.cz>
12999
13000         * mem-stats-traits.h: Add copyright header.
13001         * mem-stats.h: Likewise.
13002
13003 2016-02-01  Richard Biener  <rguenther@suse.de>
13004
13005         PR tree-optimization/69579
13006         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
13007         Do not propagate through abnormal PHI results.
13008
13009 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
13010
13011         * postreload.c (reload_cse_simplify): Remove dead code.
13012
13013 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
13014
13015         PR rtl-optimization/69570
13016         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
13017         if there is more than one set, not if there is a single set.
13018
13019 2016-02-01  Richard Henderson  <rth@redhat.com>
13020
13021         PR rtl-opt/69535
13022         * combine.c (make_compound_operation): When looking through a
13023         subreg, make sure to re-extend to the width of the outer mode.
13024
13025 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
13026
13027         PR tree-optimization/69546
13028         * wide-int.cc (wi::divmod_internal): For unsigned division
13029         where both operands fit into uhwi, if o1 is 1 and o0 has
13030         msb set, if divident_prec is larger than bits per hwi,
13031         clear another quotient word and return 2 instead of 1.
13032         Similarly for remainder with msb in HWI set, if dividend_prec
13033         is larger than bits per hwi.
13034
13035 2016-01-29  Martin Jambor  <mjambor@suse.cz>
13036
13037         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
13038         Use short lowercase names.
13039         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
13040         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
13041         acq_rel one.  Protect warning agains segfaults if
13042         get_memory_order_name returns NULL.
13043         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
13044         with release semantics.  Do not warn if get_memory_order already did.
13045         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
13046         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
13047         if get_memory_order already did.
13048
13049 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
13050
13051         * doc/install.texi: Document that isl-0.16 is supported.
13052
13053 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
13054
13055         PR target/69299
13056         * config/i386/constraints.md (Bm): Describe as special memory
13057         constraint.
13058         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
13059         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
13060         * genpreds.c (struct constraint_data): Add is_special_memory.
13061         (have_special_memory_constraints, special_memory_start): New
13062         static vars.
13063         (special_memory_end): Ditto.
13064         (add_constraint): Add new arg is_special_memory.  Add code to
13065         process its true value.  Update have_special_memory_constraints.
13066         (process_define_constraint): Pass the new arg.
13067         (process_define_register_constraint): Ditto.
13068         (choose_enum_order): Process special memory.
13069         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
13070         function insn_extra_special_memory_constraint.
13071         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
13072         * gensupport.c (process_rtx): Process
13073         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
13074         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
13075         * ira-lives.c (single_reg_class): Use
13076         insn_extra_special_memory_constraint.
13077         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
13078         * lra-constraints.c (process_alt_operands): Ditto.
13079         (curr_insn_transform): Use insn_extra_special_memory_constraint.
13080         * recog.c (asm_operand_ok, preprocess_constraints): Process
13081         CT_SPECIAL_MEMORY.
13082         * reload.c (find_reloads): Ditto.
13083         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
13084         * stmt.c (parse_input_constraint): Use
13085         insn_extra_special_memory_constraint.
13086
13087 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
13088
13089         PR target/69530
13090         * lra-splill.c (lra_final_code_change): Revert r229087 by
13091         removing all sub-registers.
13092
13093 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
13094
13095         PR target/65604
13096         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
13097
13098 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
13099
13100         PR target/69551
13101         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
13102         SSE1, copy target into the temporary reg first before recursing
13103         on it.
13104
13105 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
13106
13107         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
13108         with vm.
13109
13110 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
13111
13112         * ginclude/stdarg.h: Test __cplusplus instead of
13113         __GXX_EXPERIMENTAL_CXX0X__.
13114
13115 2016-01-29  Richard Biener  <rguenther@suse.de>
13116
13117         PR tree-optimization/69547
13118         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
13119         Do not mark clobbers necessary.
13120         (mark_all_reaching_defs_necessary_1): Likewise.
13121
13122 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13123
13124         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
13125         declaration name with %qs and print it in both error messages.
13126         Also fix indentation.
13127
13128 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13129
13130         PR other/69006
13131         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
13132         trailing blank line from error message.
13133
13134 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
13135
13136         PR c++/69462
13137         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
13138         for C++-11.
13139
13140 2016-01-29  Richard Biener  <rguenther@suse.de>
13141
13142         PR middle-end/69537
13143         * match.pd: Allow all integral types when simplifying a
13144         widening or sign-changing conversion.
13145
13146 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
13147
13148         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
13149         back to setting codegen_error to fail codegen.
13150
13151 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
13152
13153         PR target/69459
13154         * config/i386/constraints.md (C): Only accept constant zero operand.
13155         (BC): New constraint.
13156         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
13157         instead of C constraint.
13158         * doc/md.texi (Machine Constraints): Update description
13159         of C constraint.
13160
13161 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
13162
13163         PR target/68400
13164         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
13165
13166 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
13167
13168         PR middle-end/69542
13169         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
13170         non-debug insns.
13171
13172 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
13173
13174         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
13175         branches if using guessed profile.
13176
13177 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
13178
13179         * graphite-optimize-isl.c (optimize_isl): Fix dump.
13180
13181 2016-01-28  Richard Henderson  <rth@redhat.com>
13182
13183         PR target/69305
13184         * config/aarch64/aarch64-modes.def (CC_Cmode): New
13185         * config/aarch64/aarch64-protos.h: Update.
13186         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
13187         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
13188         (aarch64_get_condition_code_1): Handle CC_Cmode.
13189         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
13190         (*add<mode>3_compareC_cconly_imm): New.
13191         (*add<mode>3_compareC_cconly): New.
13192         (*add<mode>3_compareC_imm): New.
13193         (add<mode>3_compareC): New.
13194         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
13195         to be first.  Use aarch64_carry_operation.
13196         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
13197         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
13198         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
13199         (subti3): Use subdi3_compare1.
13200         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
13201         (sub<mode>3_compare1): New.
13202         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
13203         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
13204         (*subsi3_carryin_uxtw): Likewise.
13205         (*ngc<mode>, *ngcsi_uxtw): Likewise.
13206         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
13207         * config/aarch64/iterators.md (DWI): New.
13208         * config/aarch64/predicates.md (aarch64_carry_operation): New.
13209         (aarch64_borrow_operation): New.
13210
13211 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
13212
13213         * graphite-optimize-isl.c (optimize_isl): Print a different debug
13214         message when isl does not return a valid schedule.
13215
13216 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
13217
13218         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
13219         Remove comments from class declarations: they are already in the code
13220         close by the defs.
13221
13222 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
13223
13224         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
13225         codegen_error_p.
13226         (ternary_op_to_tree): Same.
13227         (unary_op_to_tree): Same.
13228         (nary_op_to_tree): Same.
13229         (gcc_expression_from_isl_expr_op): Same.
13230         (gcc_expression_from_isl_expression): Same.
13231         (graphite_create_new_loop): Same.
13232         (graphite_create_new_loop_guard): Same.
13233         (build_iv_mapping): Same.
13234         (graphite_create_new_guard): Same.
13235         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
13236         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
13237
13238 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
13239
13240         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
13241         instead of setting codegen_error to fail codegen.
13242
13243 2016-01-28  Jason Merrill  <jason@redhat.com>
13244
13245         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
13246
13247 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
13248
13249         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
13250         Remove CONST_INT_P check in CCMP cost calculation.
13251
13252 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
13253
13254         * config/aarch64/aarch64.c (generic_vector_cost):
13255         Set vec_permute_cost.
13256         (cortexa57_vector_cost): Likewise.
13257         (exynosm1_vector_cost): Likewise.
13258         (xgene1_vector_cost): Likewise.
13259         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
13260         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
13261         Add vec_permute_cost entry.
13262
13263 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
13264
13265         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
13266         immediate as %1.
13267         (add<mode>3_compare0): Likewise.
13268         (addsi3_compare0_uxtw): Likewise.
13269         (add<mode>3nr_compare0): Likewise.
13270         (compare_neg<mode>): Likewise.
13271         (<optab><mode>3): Likewise.
13272
13273 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
13274
13275         * tree-vect-stmts.c (vectorizable_comparison): Add
13276         NULL check for vectype.
13277
13278 2016-01-28  Richard Biener  <rguenther@suse.de>
13279
13280         PR tree-optimization/69466
13281         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
13282         Account for PHIs we couldn't duplicate.
13283
13284 2016-01-28  Martin Liska  <mliska@suse.cz>
13285
13286         PR pch/68758
13287         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
13288         instead of ENABLE_VALGRIND_CHECKING.
13289
13290 2016-01-27  Richard Henderson  <rth@redhat.com>
13291
13292         PR rtl-opt/69447
13293         * lra-remat.c (subreg_regs): New.
13294         (dump_candidates_and_remat_bb_data): Dump it.
13295         (operand_to_remat): Reject if operand in subreg_regs.
13296         (set_bb_regs): Collect subreg_regs.
13297         (lra_remat): Init and free subreg_regs.  Compute
13298         calculate_local_reg_remat_bb_data before create_cands.
13299
13300 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
13301
13302         PR target/68986
13303         * config/i386/i386.c (ix86_update_stack_boundary): Don't
13304         change stack_alignment_needed for __tls_get_addr call.
13305
13306 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
13307
13308         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
13309
13310 2016-01-27  Jeff Law  <law@redhat.com>
13311
13312         PR tree-optimization/68398
13313         PR tree-optimization/69196
13314         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
13315         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
13316         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
13317         Only count PHIs in the last block in the path.  The others will
13318         const/copy propagate away.  Add heuristic to allow more irreducible
13319         subloops to be created when it is likely profitable to do so.
13320
13321         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
13322         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
13323         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
13324
13325 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
13326
13327         PR lto/69254
13328         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
13329         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
13330         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
13331         * tree-streamer-in.c: Include asan.h.
13332         (streamer_get_builtin_tree): For builtins in sanitizer
13333         range call initialize_sanitizer_builtins and retry.
13334
13335 2016-01-27  Ian Lance Taylor  <iant@google.com>
13336
13337         * common.opt (fkeep-gc-roots-live): New undocumented option.
13338         * tree-ssa-loop-ivopts.c (add_candidate_1): If
13339         -fkeep-gc-roots-live, skip pointers.
13340         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
13341         NULL.
13342
13343 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
13344
13345         PR target/69512
13346         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
13347         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
13348
13349 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
13350
13351         PR target/68380
13352         * configure.ac: NetBSD provides SSP in its C library.
13353         * configure: Updated.
13354
13355 2016-01-27  Richard Biener  <rguenther@suse.de>
13356
13357         PR tree-optimization/69166
13358         * tree-vect-loop.c (vect_is_simple_reduction): Always check
13359         reduction code for commutativity / associativity.
13360
13361 2016-01-27  Martin Jambor  <mjambor@suse.cz>
13362
13363         PR tree-optimization/69355
13364         * tree-sra.c (analyze_access_subtree): Correct hole detection when
13365         total_scalarization fails.
13366
13367 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
13368
13369         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
13370         power9.
13371
13372 2016-01-27  Christian Bruel  <christian.bruel@st.com>
13373
13374         PR target/69245
13375         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
13376         Move arm_reset_previous_fndecl and set_target_option_current_node in
13377         the conditional part.  Call save_restore_target_globals.
13378         * config/arm/arm.c (arm_set_current_function):
13379         Refactor to better support #pragma target and attribute mix.
13380         Call save_restore_target_globals.
13381         * config/arm/arm-protos.h (save_restore_target_globals): New function.
13382
13383 2016-01-27  Martin Liska  <mliska@suse.cz>
13384
13385         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
13386         reference for an HSA kernel and its host function.
13387
13388 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
13389
13390         PR tree-optimization/69399
13391         * wide-int.h (wi::lrshift): For larger precisions, only
13392         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
13393
13394 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
13395
13396         * config/arc/predicates.md (proper_comparison_operator): Reject
13397         constant-constant comparison.
13398
13399 2016-01-26  Tom de Vries  <tom@codesourcery.com>
13400
13401         PR tree-optimization/69110
13402         * tree-data-ref.c (initialize_data_dependence_relation): Handle
13403         DR_NUM_DIMENSIONS == 0.
13404
13405 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
13406             Sebastian Pop  <s.pop@samsung.com>
13407
13408         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
13409         isl_ast_op_cond and isl_ast_op_select.
13410         (gcc_expression_from_isl_expr_op): Same.
13411
13412 2016-01-26  Jason Merrill  <jason@redhat.com>
13413
13414         PR c++/68782
13415         * tree.c (recompute_constructor_flags): Split out from
13416         build_constructor.
13417         (verify_constructor_flags): New.
13418         * tree.h: Declare them.
13419
13420 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
13421
13422         PR rtl-optimization/69217
13423         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
13424         are no TYPE_FIELDS set for the record type.
13425
13426 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13427
13428         PR target/68662
13429         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
13430         toc_label_name unconditionally.
13431         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
13432         SYMBOL_REF string.  Use toc_label_name instead of constructing
13433         LCTOC1.
13434         (rs6000_elf_declare_function_name): Use toc_label_name instead of
13435         constructing LCTOC1.
13436
13437 2016-01-26  Martin Sebor  <msebor@redhat.com>
13438
13439         PR other/69477
13440         * doc/extend.texi (Common Type Attributes): Move text that talks about
13441         attribute packed from attribute aligned to the section discussing
13442         the former attribute for clarity.
13443
13444 2016-01-26  Richard Henderson  <rth@redhat.com>
13445
13446         PR middle-end/60908
13447         * trans-mem.c (tm_region_init): Mark entry block as visited.
13448
13449 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
13450
13451         PR other/69006
13452         * diagnostic-show-locus.c (layout::print_source_line): Replace
13453         call to pp_newline with call to layout::print_newline.
13454         (layout::print_annotation_line): Likewise.
13455         (layout::move_to_column): Likewise.
13456         (layout::print_any_fixits): After printing any fixits, print a
13457         trailing newline, if necessary.
13458         (layout::print_newline): New method, resetting any colorization
13459         before a newline.
13460         (diagnostic_show_locus): Move the pp_newline to before the
13461         early bailout.  Remove dummy block enclosing the layout instance.
13462         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
13463         of pp_newline_and_flush with pp_flush.
13464         (diagnostic_append_note): Delete use of pp_newline.
13465         (diagnostic_append_note_at_rich_loc): Delete.
13466         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
13467         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
13468         when newline characters are added to the buffer.
13469
13470 2016-01-26  Michael Matz  <matz@suse.de>
13471
13472         * configure.ac (ac_cv_std_swap_in_utility): New test.
13473         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
13474         * configure: Regenerate.
13475         * config.in: Regenerate.
13476
13477 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
13478
13479         * config/arc/arc.md (cstoresi4): Force operand into register.
13480         (arcset<code>): Fix predicate.
13481         (arcsetltu): Likewise.
13482         (arcsetgeu): Likewise.
13483         (arcsethi): Likewise.
13484         (arcsetls): Likewise.
13485
13486 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13487
13488         PR tree-optimization/69483
13489         * gimple-fold.c (canonicalize_constructor_val): Return NULL
13490         if base has error_mark_node type.
13491
13492 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
13493
13494         PR target/68620
13495         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
13496         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
13497         New helper macros.
13498         (vget_lane_f16): Handle big-endian.
13499         (vgetq_lane_f16): Likewise.
13500         (vset_lane_f16): Likewise.
13501         (vsetq_lane_f16): Likewise.
13502         * config/arm/iterators.md (VQXMOV): Add V8HF.
13503         (VDQ): Add V4HF and V8HF.
13504         (V_reg): Handle V4HF and V8HF.
13505         (Is_float_mode): Likewise.
13506         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
13507         neon_vdup_nv8hf): New patterns.
13508         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
13509         Use VD_LANE iterator.
13510         (neon_vld1_dup<mode>): Use VQ2 iterator.
13511
13512 2016-01-26  Nathan Sidwell  <nathan@acm.org>
13513
13514         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
13515         (set_oacc_fn_attrib): Add IS_KERNEL arg.
13516         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
13517         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
13518         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
13519         (oacc_validate_dims): Add LEVEL arg, don't return level.
13520         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
13521         oacc_validate_dims.
13522         (execute_oacc_device_lower): Adjust, add more dump output.
13523         * tree-ssa-loop.c (gate_oacc_kernels): Use
13524         oacc_fn_attrib_kernels_p.
13525         * tree-parloops.c (create_parallel_loop): Adjust
13526         set_oacc_fn_attrib call.
13527
13528 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13529
13530         PR lto/69254
13531         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
13532         (append_compiler_options): Handle -fcilkplus.
13533         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
13534
13535 2016-01-26  Nick Clifton  <nickc@redhat.com>
13536
13537         PR target/66655
13538         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
13539         been marked as DECL_ONE_ONLY but we do not the means to make it
13540         so, then do not allow it to bind locally.
13541
13542 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13543
13544         PR lto/69254
13545         * opts.h (parse_sanitizer_options): New prototype.
13546         * opts.c (sanitizer_opts): New array.
13547         (parse_sanitizer_options): New function.
13548         (common_handle_option): Use parse_sanitizer_options.
13549
13550 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
13551
13552         PR target/68986
13553         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
13554         alignment adjustment to ...
13555         (ix86_update_stack_boundary): Here.  Don't over-align stack for
13556         __tls_get_addr.
13557         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
13558         if __tls_get_addr is called.
13559
13560 2016-01-26  Christian Bruel  <christian.bruel@st.com>
13561
13562         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
13563
13564 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
13565
13566         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
13567
13568 2016-01-26  Richard Biener  <rguenther@suse.de>
13569
13570         PR middle-end/69467
13571         * match.pd: Guard X * CST CMP 0 pattern with single_use.
13572
13573 2016-01-26  Richard Biener  <rguenther@suse.de>
13574
13575         PR tree-optimization/69452
13576         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
13577         (move_computations_dom_walker::before_dom_children): Rename
13578         to ...
13579         (move_computations_worker): This.
13580         (move_computations): Perform an RPO rather than a DOM walk.
13581
13582 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13583
13584         PR target/69442
13585         * combine.c (combine_instructions): For REG_EQUAL note with
13586         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
13587         to the underlying register.
13588         * doc/rtl.texi (REG_EQUAL): Document the behavior of
13589         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
13590
13591 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
13592
13593         PR target/67896
13594         * config/aarch64/aarch64-builtins.c
13595         (aarch64_init_simd_builtin_types): Do not set structural
13596         equality to __Poly{8,16,64,128}_t types.
13597
13598 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
13599
13600         PR tree-optimization/69400
13601         * wide-int.cc (wi_pack): Take the precision as argument and
13602         perform canonicalization here rather than in the callers.
13603         Use the main loop to handle all full-width HWIs.  Add a
13604         zero HWI if in_len isn't a full result.
13605         (wi::divmod_internal): Update accordingly.
13606         (wi::mul_internal): Likewise.  Simplify.
13607
13608 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
13609             Sebastian Pop  <s.pop@samsung.com>
13610
13611         * graphite-poly.c (apply_poly_transforms): Simplify.
13612         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
13613         (print_isl_map): Same.
13614         (print_isl_union_map): Same.
13615         (print_isl_schedule): New.
13616         (debug_isl_schedule): New.
13617         * graphite-dependences.c (scop_get_reads): Do not call
13618         isl_union_map_add_map that is undocumented isl functionality.
13619         (scop_get_must_writes): Same.
13620         (scop_get_may_writes): Same.
13621         (scop_get_original_schedule): Remove.
13622         (scop_get_dependences): Do not call isl_union_map_compute_flow that
13623         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
13624         (compute_deps): Remove.
13625         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
13626         (debug_schedule_ast): New.
13627         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
13628         set_separate_option.
13629         (graphite_regenerate_ast_isl): Add dump.
13630         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
13631         from scop->transformed_schedule.
13632         (graphite_regenerate_ast_isl): Add more dump.
13633         * graphite-optimize-isl.c (optimize_isl): Set
13634         scop->transformed_schedule.  Check whether schedules are equal.
13635         (apply_poly_transforms): Move here.
13636         * graphite-poly.c (apply_poly_transforms): ... from here.
13637         (free_poly_bb): Static.
13638         (free_scop): Static.
13639         (pbb_number_of_iterations_at_time): Remove.
13640         (print_isl_ast): New.
13641         (debug_isl_ast): New.
13642         (debug_scop_pbb): New.
13643         * graphite-scop-detection.c (print_edge): Move.
13644         (print_sese): Move.
13645         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
13646         (build_scop_scattering): Remove.
13647         (create_pw_aff_from_tree): Assert instead of bailing out.
13648         (add_condition_to_pbb): Remove unused code, do not fail.
13649         (add_conditions_to_domain): Same.
13650         (add_conditions_to_constraints): Remove.
13651         (build_scop_context): New.
13652         (add_iter_domain_dimension): New.
13653         (build_iteration_domains): Initialize pbb->iterators.
13654         Call add_conditions_to_domain.
13655         (nested_in): New.
13656         (loop_at): New.
13657         (index_outermost_in_loop): New.
13658         (index_pbb_in_loop): New.
13659         (outermost_pbb_in): New.
13660         (add_in_sequence): New.
13661         (add_outer_projection): New.
13662         (outer_projection_mupa): New.
13663         (add_loop_schedule): New.
13664         (build_schedule_pbb): New.
13665         (build_schedule_loop): New.
13666         (embed_in_surrounding_loops): New.
13667         (build_schedule_loop_nest): New.
13668         (build_original_schedule): New.
13669         (build_poly_scop): Call build_original_schedule.
13670         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
13671         (free_poly_dr): Remove.
13672         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
13673         (free_poly_bb): Remove.
13674         (debug_loop_vec): Remove.
13675         (print_isl_ast): Declare.
13676         (debug_isl_ast): Declare.
13677         (scop_do_interchange): Remove.
13678         (scop_do_strip_mine): Remove.
13679         (scop_do_block): Remove.
13680         (flatten_all_loops): Remove.
13681         (optimize_isl): Remove.
13682         (pbb_number_of_iterations_at_time): Remove.
13683         (debug_scop_pbb): Declare.
13684         (print_schedule_ast): Declare.
13685         (debug_schedule_ast): Declare.
13686         (struct scop): Remove schedule.  Add original_schedule,
13687         transformed_schedule.
13688         (free_gimple_poly_bb): Remove.
13689         (print_generated_program): Remove.
13690         (debug_generated_program): Remove.
13691         (unify_scattering_dimensions): Remove.
13692         * sese.c (print_edge): ... here.
13693         (print_sese): ... here.
13694         (debug_edge): ... here.
13695         (debug_sese): ... here.
13696         * sese.h (print_edge): Declare.
13697         (print_sese): Declare.
13698         (dump_edge): Declare.
13699         (dump_sese): Declare.
13700
13701 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
13702             Sebastian Pop  <s.pop@samsung.com>
13703
13704         * Makefile.in: Set ISLVER in site.exp.
13705
13706 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
13707
13708         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
13709         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
13710         through DECL_VALUE_EXPR for expansion.
13711
13712 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13713
13714         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
13715         the frame info after reload completed.
13716
13717 2016-01-25  Jeff Law  <law@redhat.com>
13718
13719         PR tree-optimization/69196
13720         PR tree-optimization/68398
13721         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
13722         tree-ssa-threadupdate.c.
13723         (determine_bb_domination_status): Prototype
13724         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
13725         (determine_bb_domination_status): No longer static.
13726         (valid_jump_thread_path): Remove code to detect characteristics
13727         of the jump thread path not associated with correctness.
13728         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
13729         Correct test for thread path length.  Count PHIs for real operands as
13730         statements that need to be copied.  Do not count ASSERT_EXPRs.
13731         Look at all the blocks in the thread path.  Compute and selectively
13732         filter thread paths based on threading through the latch, threading
13733         a multiway branch or crossing a multiway branch.
13734
13735 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13736
13737         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
13738         decl with __attribute__ ((unused)) annotation.
13739
13740 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
13741
13742         PR target/69421
13743         * tree-vect-stmts.c (vectorizable_condition): Check vectype
13744         of operands is compatible with a statement vectype.
13745
13746 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
13747
13748         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
13749         improve wording for mixed storage order support.
13750
13751 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
13752
13753         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
13754         (vcvt_u64_f64): Likewise.
13755         (vcvta_s64_f64): Likewise.
13756         (vcvta_u64_f64): Likewise.
13757         (vcvtm_s64_f64): Likewise.
13758         (vcvtm_u64_f64): Likewise.
13759         (vcvtn_s64_f64): Likewise.
13760         (vcvtn_u64_f64): Likewise.
13761         (vcvtp_s64_f64): Likewise.
13762         (vcvtp_u64_f64): Likewise.
13763
13764 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
13765
13766         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
13767         (arc_init): Check validity mll64 option.
13768         (arc_save_restore): Use double load/store instruction.
13769         (arc_expand_movmem): Likewise.
13770         (arc_split_move): Don't split if we have double load/store
13771         instructions. Returns a boolean.
13772         (arc_process_double_reg_moves): Change function to return boolean
13773         instead of a sequence of instructions.
13774         (arc_dwarf_register_span): New function.
13775         * config/arc/arc-protos.h (arc_split_move): Change prototype.
13776         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
13777         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
13778         (*movdf_insn): Likewise.
13779         * config/arc/arc.opt (mll64): New option.
13780         * config/arc/predicates.md (even_register_operand): New predicate.
13781         * doc/invoke.texi (ARC Options): Add mll64 documentation.
13782
13783 2016-01-25  Richard Biener  <rguenther@suse.de>
13784
13785         PR lto/69393
13786         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
13787         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
13788         DECL_NAMELESS.
13789         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
13790
13791 2016-01-25  Richard Biener  <rguenther@suse.de>
13792
13793         PR tree-optimization/69376
13794         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
13795         flag.
13796         (VN_INFO_ANTI_RANGE_P): New inline.
13797         (VN_INFO_RANGE_TYPE): Likewise.
13798         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
13799         SSA_NAME_ANTI_RANGE_P.
13800         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
13801         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
13802         Properly query VN_INFO_RANGE_TYPE.
13803
13804 2016-01-25  Nick Clifton  <nickc@redhat.com>
13805
13806         PR target/66655
13807         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
13808
13809 2016-01-23  Tom de Vries  <tom@codesourcery.com>
13810
13811         PR tree-optimization/69426
13812         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
13813         removed clobber.
13814
13815 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
13816
13817         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
13818         "the the" with "the" in the comments.
13819         * ipa-devirt.c (build_type_inheritance_graph,
13820         update_type_inheritance_graph): Likewise.
13821         * tree.c (build_function_type_list_1): Likewise.
13822         * cfgloopmanip.c (scale_loop_profile): Likewise.
13823         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
13824         * gimple-ssa-split-paths.c
13825         (find_block_to_duplicate_for_splitting_paths): Likewise.
13826         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
13827         * expr.c (convert_move): Likewise.
13828         * var-tracking.c (vt_stack_adjustments): Likewise.
13829         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
13830         * tree-vrp.c (test_for_singularity): Likewise.
13831
13832         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
13833         directly instead of building a temporary tree.
13834
13835         PR bootstrap/69434
13836         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
13837         remove <algorithm> include.
13838
13839 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
13840
13841         PR target/69432
13842         * config/i386/i386.c: Include dojump.h.
13843         (expand_small_movmem_or_setmem,
13844         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
13845         fixes.
13846         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
13847         if dynamic_check != -1.
13848
13849 2016-01-21  Jeff Law  <law@redhat.com>
13850
13851         PR middle-end/69347
13852         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
13853         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
13854         into dominated_by_p.
13855         (cprop_into_successor_phis): Avoid unnecessary tests.
13856
13857 2016-01-22  Richard Henderson  <rth@redhat.com>
13858
13859         PR target/69416
13860         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
13861         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
13862
13863 2016-01-22  Michael Matz  <matz@suse.de>
13864
13865         * system.h (string, algorithm): Include only conditionally.
13866         (new): Include always under C++.
13867         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
13868         * final.c (toplevel): Ditto.
13869         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
13870         * genconditions.c (write_header): Make gencondmd.c define
13871         INCLUDE_STRING.
13872         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
13873
13874         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
13875         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
13876
13877 2016-01-22  Christian Bruel  <christian.bruel@st.com>
13878
13879         PR target/68674
13880         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
13881
13882 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13883
13884         PR target/69403
13885         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
13886         define_insn_and_split.  Ensure operands[1] and operands[0] do not
13887         get assigned the same register.
13888
13889 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
13890
13891         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
13892
13893 2016-01-22  Christian Bruel  <christian.bruel@st.com>
13894
13895         * config/arm/arm-c.c (arm_pragma_target_parse):
13896         Remove warn_builtin_macro_redefined overwrite.
13897
13898 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
13899
13900         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
13901         flag_non_call_exceptions compatibility.
13902
13903 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
13904
13905         PR debug/66668
13906         * dwarf2out.c (add_child_die_after): New function.
13907         (dwarf_qual_info_t): New type.
13908         (dwarf_qual_info): New variable.
13909         (qualified_die_p): New function.
13910         (modified_type_die): For -fdebug-types-section, ensure
13911         canonical order of qualifiers.  Put qualified DIEs adjacent
13912         to the corresponding non-qualified type DIE and search there
13913         for existing qualified DIEs.
13914
13915 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
13916
13917         * doc/extend.texi (scalar_storage_order type attribute): Document
13918         restriction on type punning and aliasing, and remove future tense.
13919
13920 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
13921
13922         PR target/69252
13923         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
13924         first stage.
13925
13926 2016-01-21  Jeff Law  <law@redhat.com>
13927
13928         PR middle-end/69347
13929         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
13930         useless call to record_temporary_equivalences.
13931         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
13932         allocate 10 slots in the bb_path vector and let it grow as needed.
13933         (fsm_find_control_statement_thread_paths): Similarly for the next_path
13934         vector.
13935
13936 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
13937
13938         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
13939         Detangle.
13940         * configure: Regenerate.
13941
13942 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
13943
13944         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
13945         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
13946
13947 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
13948
13949         PR middle-end/66178
13950         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
13951         drop EXPAND_INITIALIZER.
13952         * rtl.h (contains_symbolic_reference_p): Declare.
13953         * rtlanal.c (contains_symbolic_reference_p): New function.
13954         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
13955         a subtraction into a NOT if symbolic constants are involved.
13956
13957 2016-01-21  Anton Blanchard  <anton@samba.org>
13958             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13959
13960         PR target/63354
13961         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
13962         #define.
13963         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
13964         function.
13965
13966 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
13967
13968         * config/microblaze/microblaze.c
13969         (get_branch_target): New.
13970         (insert_wic_for_ilb_runout): New.
13971         (insert_wic): New.
13972         (microblaze_machine_dependent_reorg): New.
13973         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
13974         * config/microblaze/microblaze.md
13975         (UNSPEC_IPREFETCH): Define.
13976         (iprefetch): New pattern
13977         * config/microblaze/microblaze.opt
13978         (mxl-prefetch): New flag.
13979
13980 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
13981
13982         * config/microblaze/microblaze.h
13983         (FIXED_REGISTERS): Update in macro.
13984         (CALL_USED_REGISTERS): Update in macro.
13985
13986 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
13987
13988         PR rtl-optimization/68920
13989         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
13990         moves.
13991
13992 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
13993
13994         PR rtl-optimization/68990
13995         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
13996         pseudo instead of inheritance ones.
13997
13998 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13999             Nick Clifton  <nickc@redhat.com>
14000
14001         PR target/69129
14002         PR target/69012
14003         * config/mips/mips.c (mips_compute_frame_info): Initialise
14004         args_size and hard_frame_pointer_offset fields of the frame
14005         structure before calling mips_global_pointer.
14006
14007 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
14008
14009         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
14010         label reference.
14011         * configure: Regenerate.
14012
14013 2016-01-21  Richard Biener  <rguenther@suse.de>
14014
14015         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
14016
14017 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
14018
14019         * config/s390/s390.c (s390_asm_declare_function_size): Add code
14020         to actually emit the .size directive.
14021
14022 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
14023              Jakub Jelinek  <jakub@redhat.com>
14024
14025         PR target/69187
14026         PR target/65624
14027         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
14028         args array size by one to avoid buffer overflow.
14029
14030 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
14031
14032         * config/s390/s390.md (pool_section_start): Use switch_to_section
14033         to select proper read-only data section instead of hardcoding
14034         .rodata.
14035         (pool_section_end): Use switch_to_section to match the above.
14036
14037 2016-01-21  Richard Biener  <rguenther@suse.de>
14038
14039         PR tree-optimization/69378
14040         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
14041         (set_ssa_val_to): Use it for dominance checks taking into
14042         account not executable edges.
14043
14044 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
14045
14046         PR c++/69355
14047         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
14048         for bitsize instead of GET_MODE_PRECISION (mode).
14049
14050 2016-01-20  Martin Sebor  <msebor@redhat.com>
14051
14052         PR c/52291
14053         * extend.texi (__sync Builtins): Clarify the semantics of
14054         __sync_fetch_and_OP built-ins on pointers.
14055         (__atomic Builtins): Same.
14056
14057 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14058             Sebastian Pop  <s.pop@samsung.com>
14059
14060         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
14061         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
14062         (is_valid_rename): Same.
14063         (translate_isl_ast_to_gimple::get_rename): Same.
14064         (translate_isl_ast_to_gimple::rename_all_uses): Same.
14065         (translate_isl_ast_to_gimple::rename_uses): Same.
14066         (get_new_name): Check for close_phi nodes.
14067         (copy_loop_phi_args): Use phi_node_kind.
14068         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
14069         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
14070
14071 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14072             Sebastian Pop  <s.pop@samsung.com>
14073
14074         Revert commit r229783.
14075         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
14076         Remove use of parameter_rename_map.
14077         (copy_def): Remove.
14078         (copy_internal_parameters): Remove.
14079         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
14080         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
14081         (free_sese_info): Do not free parameter_rename_map.
14082         (set_rename): Do not use parameter_rename_map.
14083         (rename_uses): Update call to set_rename.
14084         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
14085         * sese.h (parameter_rename_map_t): Remove.
14086         (struct sese_info_t): Remove field parameter_rename_map.
14087
14088 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14089             Sebastian Pop  <s.pop@samsung.com>
14090
14091         * graphite-isl-ast-to-gimple.c: Fix comment.
14092         * graphite-scop-detection.c (defined_in_loop_p): New.
14093         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
14094         names defined in loop.
14095
14096 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14097             Sebastian Pop  <s.pop@samsung.com>
14098
14099         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
14100         Discard unstructured if-then-else regions.
14101
14102 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14103             Sebastian Pop  <s.pop@samsung.com>
14104
14105         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
14106         (cleanup_loop_iter_dom): Remove.
14107         (build_loop_iteration_domains): Remove.
14108         (build_scop_context): Remove.
14109         (build_scop_iteration_domain): Remove.
14110         (add_loop_constraints): New.
14111         (build_iteration_domains): New.
14112         (build_poly_scop): Call build_iteration_domains.
14113
14114 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14115             Sebastian Pop  <s.pop@samsung.com>
14116
14117         * graphite-scop-detection.c
14118         (scop_detection::harmful_loop_in_region): Free dom and loops.
14119         (scop_detection::loop_body_is_valid_scop): Free bbs.
14120
14121 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14122             Sebastian Pop  <s.pop@samsung.com>
14123
14124         * graphite-scop-detection.c (record_loop_in_sese): New.
14125         (gather_bbs::before_dom_children): Call record_loop_in_sese.
14126         (build_scops): Remove call to build_sese_loop_nests.
14127         * sese.c (sese_record_loop): Remove.
14128         (build_sese_loop_nests): Remove.
14129         (new_sese_info): Remove region->loops.
14130         (free_sese_info): Same.
14131         * sese.h (sese_contains_loop): Same.
14132         (build_sese_loop_nests): Remove.
14133         (sese_contains_loop): Remove.
14134
14135 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14136             Sebastian Pop  <s.pop@samsung.com>
14137
14138         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
14139         loop_is_valid_in_scop.
14140         (scop_detection::harmful_stmt_in_region): Renamed
14141         harmful_loop_in_region.
14142         Call loop_is_valid_in_scop.
14143
14144 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14145             Sebastian Pop  <s.pop@samsung.com>
14146
14147         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
14148         isl_ast_node_mark.
14149
14150 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14151             Sebastian Pop  <s.pop@samsung.com>
14152
14153         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
14154         * graphite.h (struct poly_bb): Remove field is_reduction.
14155         (PBB_IS_REDUCTION): Remove.
14156
14157 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
14158             Sebastian Pop  <s.pop@samsung.com>
14159
14160         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
14161         (add_pdr_constraints): Same.
14162         (scop_get_reads): Same.
14163         (scop_get_must_writes): Same.
14164         (scop_get_may_writes): Same.
14165         (scop_get_original_schedule): Same.
14166         (extend_schedule): Same.
14167         (apply_schedule_on_deps): Same.
14168         (carries_deps): Same.
14169         (compute_deps): Same.
14170         (scop_get_dependences): Same.
14171         * graphite-isl-ast-to-gimple.c
14172         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
14173         * graphite-optimize-isl.c (get_schedule_for_band): Same.
14174         (get_schedule_for_band_list): Same.
14175         (get_schedule_map): Same.
14176         (apply_schedule_map_to_scop): Same.
14177         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
14178         (build_loop_iteration_domains): Same.
14179         (add_condition_to_pbb): Same.
14180         (add_param_constraints): Same.
14181         (pdr_add_memory_accesses): Same.
14182         (pdr_add_data_dimensions): Same.
14183
14184 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
14185
14186         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
14187         requirements.
14188
14189 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
14190
14191         * common.opt (feliminate-dwarf2-dups): Replace references to
14192         "DWARF 2" with just "DWARF".
14193         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
14194         * doc/extend.texi: Likewise.
14195         * doc/cpp.texi: Likewise.
14196         * doc/invoke.texi: Likewise.
14197         (Option Summary): Add -gdwarf to list of Debugging Options.
14198         (Debugging Options): Document -gdwarf.
14199         * doc/contrib.texi: Spell "DWARF" like that.
14200
14201 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
14202
14203         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
14204         warning.  Fix up formatting.
14205
14206         PR middle-end/67653
14207         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
14208         attempt to mark memory input operand addressable and
14209         call prepare_gimple_addressable in that case.  Don't adjust
14210         input_location for diagnostics, use error_at instead.
14211
14212 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
14213
14214         * config/rs6000/ppc-auxv.h: New file.
14215         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
14216         (cpu_is): Likewise.
14217         (cpu_supports): Likewise.
14218         * config/rs6000/rs6000.c: include "ppc-auxv.h".
14219         (cpu_is_info): New variable.
14220         (cpu_supports_info): Likewise.
14221         (tcb_verification_symbol): Likewise.
14222         (cpu_builtin_p): Likewise.
14223         (cpu_expand_builtin): New function.
14224         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
14225         (rs6000_init_builtins): Likewise.
14226         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
14227         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
14228         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
14229         * configure: Regenerate.
14230         * config.in: Likewise.
14231         * doc/extend.texi (PowerPC Built-in Functions): Document
14232         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
14233
14234 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
14235
14236         PR target/68609
14237         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
14238         domain check.
14239         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
14240         for V4SFmode.
14241
14242 2016-01-20  Richard Henderson  <rth@redhat.com>
14243
14244         PR bootstrap/69343
14245         PR bootstrap/69339
14246         PR tree-opt/68964
14247         Revert:
14248         * tree.c (tm_define_builtin): New.
14249         (find_tm_vector_type): New.
14250         (build_tm_vector_builtins): New.
14251         (build_common_builtin_nodes): Call it.
14252
14253 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
14254
14255         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
14256         (arm_fp_ok): Likewise.
14257         (arm_fp): Likewise.
14258         (arm_crypto): Likewise.
14259
14260 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
14261             Richard Biener  <rguenther@suse.de>
14262
14263         PR tree-optimization/69328
14264         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
14265         vectors have same number of elements.
14266         (vectorizable_condition): Fix masked version recognition.
14267
14268 2016-01-20  Richard Biener  <rguenther@suse.de>
14269
14270         PR tree-optimization/69345
14271         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
14272         (VN_INFO_PTR_INFO): Likewise.
14273         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
14274         info when it is equal between non-dominating SSA names.
14275         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
14276         Make sure to look at original SSA infos.
14277
14278 2016-01-20  Jeff Law  <law@redhat.com>
14279
14280         PR target/25114
14281         * config/m68k/predicates.md (pow2_m1_operand): New predicate
14282         extracted from ...
14283         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
14284         (pc_or_label_operand): New predicate.
14285         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
14286         tests for small integers that are 2^n - 1.
14287
14288 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
14289
14290         * doc/invoke.texi (Options Summary): Add '.' after @xref.
14291
14292 2016-01-19  Jeff Law  <law@redhat.com>
14293
14294         PR middle-end/69347
14295         * tree-ssa-threadbackwards.c
14296         (fsm_find_control_statement_thread_paths): Do not try to lookup
14297         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
14298
14299 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
14300
14301         * doc/lto.texi: Remove text that says only Gold has linker plugin
14302         support.
14303
14304 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
14305
14306         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
14307         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
14308         the DIE accordingly.
14309         (modified_type_die): Add REVERSE parameter and pass it recursively,
14310         as well as to base_type_die.  Adjust presence check accordingly.
14311         (base_type_for_mode): Adjust call to modified_type_die.
14312         (add_type_attribute): Add REVERSE parameter and pass it to
14313         modified_type_die.
14314         (generic_parameter_die): Adjust call to add_type_attribute.
14315         (add_scalar_info): Likewise.
14316         (add_subscript_info): Likewise.
14317         (gen_array_type_die): Likewise.
14318         (gen_descr_array_type_die): Likewise.
14319         (gen_entry_point_die): Likewise.
14320         (gen_enumeration_type_die): Likewise.
14321         (gen_formal_parameter_die): Likewise.
14322         (gen_subprogram_die): Likewise.
14323         (gen_variable_die ): Likewise.
14324         (gen_const_die): Likewise.
14325         (gen_field_die): Likewise.
14326         (gen_pointer_type_die): Likewise.
14327         (gen_reference_type_die): Likewise.
14328         (gen_ptr_to_mbr_type_die): Likewise.
14329         (gen_inheritance_die): Likewise.
14330         (gen_subroutine_type_die): Likewise.
14331         (gen_typedef_die): Likewise.
14332         (force_type_die): Adjust call to modified_type_die.
14333
14334 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
14335
14336         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
14337         flow throughout the file.  Fix broken link to Objective-C 2.0
14338         documentation.
14339         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
14340         errors.
14341
14342 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
14343
14344         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
14345
14346 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14347
14348         PR ipa/66223
14349         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
14350         (maybe_record_node): Record cxa_pure_virtual as the only possible
14351         target if there are not ohter candidates.
14352         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
14353
14354 2016-01-19  Richard Biener  <rguenther@suse.de>
14355
14356         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
14357         (get_memory_order): Likewise.
14358
14359 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
14360
14361         * tree-vect-stmts.c (vectorizable_store): Check
14362         rhs vectype.
14363
14364 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
14365
14366         PR jit/68446
14367         * gcc.c (driver::decode_argv): Add call to
14368         init_opts_obstack before init_options_struct.
14369         * opts.c (init_opts_obstack): Remove idempotency.
14370         (init_options_struct): Replace call to init_opts_obstack
14371         with a gcc_assert to verify that it has already been called.
14372         * toplev.c (toplev::main): Add call to init_opts_obstack before
14373         calls to init_options_struct.
14374         (toplev::finalize): Move cleanup of opts_obstack next to
14375         cleanup of save_decoded_options, clearing the latter, and
14376         save_decoded_options_count.
14377
14378 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14379
14380         PR target/69135
14381         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
14382         attribute to unconditional.  Remove %? from output template.
14383
14384 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
14385             Jiong Wang  <jiong.wang@arm.com>
14386
14387         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
14388         generated from different expand order.
14389
14390 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
14391
14392         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
14393         Add support for CCMP costing.
14394
14395 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
14396
14397         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
14398         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
14399         (fccmpe<mode>): Likewise.
14400         (fcmp): Rename to fcmp and globalize pattern.
14401         (fcmpe): Likewise.
14402         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
14403         (aarch64_gen_ccmp_next): Add FP support.
14404
14405 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
14406
14407         * target.def (gen_ccmp_first): Update documentation.
14408         (gen_ccmp_next): Likewise.
14409         * doc/tm.texi (gen_ccmp_first): Update documentation.
14410         (gen_ccmp_next): Likewise.
14411         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
14412         expand_ccmp_expr_1.  Improve comments.
14413         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
14414         (ccmp_ior<mode>): Remove pattern.
14415         (cmp<mode>): Remove expand.
14416         (cmp): Globalize pattern.
14417         (cstorecc4): Use cc_register.
14418         (mov<mode>cc): Remove ccmp_cc_register check.
14419         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
14420         Simplify after removal of CC_DNE/* modes.
14421         (aarch64_ccmp_mode_to_code): Remove.
14422         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
14423         In 'k' case use integer as condition.
14424         (aarch64_nzcv_codes): Remove inverted cases.
14425         (aarch64_code_to_ccmode): Remove.
14426         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
14427         comparison with CC register to be used in folowing CCMP/branch/CSEL.
14428         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
14429         pattern.  Return the comparison with CC register.  Invert conditions
14430         when bitcode is OR.
14431         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
14432         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
14433
14434 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14435
14436         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
14437         instrumented_version.
14438
14439 2016-01-19  Richard Biener  <rguenther@suse.de>
14440
14441         PR tree-optimization/69336
14442         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
14443         handled components with get_ref_base_and_extent.
14444         (equal_mem_array_ref_p): Adjust.
14445
14446 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
14447
14448         PR debug/65779
14449         * shrink-wrap.c: Include valtrack.h.
14450         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
14451         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
14452         in between insn and where it will be moved to.  Call
14453         dead_debug_insert_temp.
14454         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
14455         first and dead_debug_local_finish at the end.
14456         For uses and defs bitmap, handle all regs in between REGNO and
14457         END_REGNO, not just the first one.
14458
14459 2016-01-19  Richard Biener  <rguenther@suse.de>
14460
14461         PR tree-optimization/69352
14462         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
14463         (equal_mem_array_ref_p): Constrain size and max size properly.
14464         Compare the reverse flag.
14465
14466 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
14467
14468         * ira.c (ira): Update regstat data if we deleted insns.
14469
14470 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
14471
14472         PR rtl-optimization/68955
14473         PR rtl-optimization/64557
14474         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
14475         here.  Fix up formatting.
14476         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
14477
14478 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14479
14480         PR lto/69133
14481         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
14482         assume that the node has body.
14483         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
14484         check.
14485
14486 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14487
14488         * lto-streamer-out.c (lto_output): Do not stream instrumentation
14489         thunks.
14490
14491 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14492
14493         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
14494         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
14495
14496 2016-01-19  Martin Jambor  <mjambor@suse.cz>
14497             Martin Liska  <mliska@suse.cz>
14498             Michael Matz  <matz@suse.de>
14499
14500         * Makefile.in (OBJS): Add new source files.
14501         (GTFILES): Add hsa.c.
14502         * common.opt (disable_hsa): New variable.
14503         (-Whsa): New warning.
14504         * config.in (ENABLE_HSA): New.
14505         * configure.ac: Treat hsa differently from other accelerators.
14506         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
14507         $enable_offloading.
14508         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
14509         * doc/install.texi (Configuration): Document --with-hsa-runtime,
14510         --with-hsa-runtime-include, --with-hsa-runtime-lib and
14511         --with-hsa-kmt-lib.
14512         * doc/invoke.texi (-Whsa): Document.
14513         (hsa-gen-debug-stores): Likewise.
14514         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
14515         to invoke offload compiler for hsa acclerator.
14516         * opts.c (common_handle_option): Determine whether HSA offloading
14517         should be performed.
14518         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
14519         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
14520         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
14521         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
14522         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
14523         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
14524         GF_OMP_FOR_KIND_GRID_LOOP.
14525         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
14526         (pp_gimple_stmt_1): Likewise.
14527         * gimple-walk.c (walk_gimple_stmt): Likewise.
14528         * gimple.c (gimple_build_omp_grid_body): New function.
14529         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
14530         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
14531         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
14532         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
14533         GF_OMP_TEAMS_GRID_PHONY.
14534         (gimple_statement_omp_single_layout): Updated comments.
14535         (gimple_build_omp_grid_body): New function.
14536         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
14537         (gimple_omp_for_grid_phony): New function.
14538         (gimple_omp_for_set_grid_phony): Likewise.
14539         (gimple_omp_parallel_grid_phony): Likewise.
14540         (gimple_omp_parallel_set_grid_phony): Likewise.
14541         (gimple_omp_teams_grid_phony): Likewise.
14542         (gimple_omp_teams_set_grid_phony): Likewise.
14543         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
14544         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
14545         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
14546         (BUILT_IN_GOMP_TARGET): Updated type.
14547         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
14548         (adjust_for_condition): New function.
14549         (get_omp_for_step_from_incr): Likewise.
14550         (extract_omp_for_data): Moved parts to adjust_for_condition and
14551         get_omp_for_step_from_incr.
14552         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
14553         (fixup_child_record_type): Bail out if receiver_decl is NULL.
14554         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
14555         (scan_omp_parallel): Do not create child functions for phony
14556         constructs.
14557         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
14558         (scan_omp_1_op): Checking assert we are not remapping to
14559         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
14560         (parallel_needs_hsa_kernel_p): New function.
14561         (expand_parallel_call): Register apprpriate parallel child
14562         functions as HSA kernels.
14563         (grid_launch_attributes_trees): New type.
14564         (grid_attr_trees): New variable.
14565         (grid_create_kernel_launch_attr_types): New function.
14566         (grid_insert_store_range_dim): Likewise.
14567         (grid_get_kernel_launch_attributes): Likewise.
14568         (get_target_argument_identifier_1): Likewise.
14569         (get_target_argument_identifier): Likewise.
14570         (get_target_argument_value): Likewise.
14571         (push_target_argument_according_to_value): Likewise.
14572         (get_target_arguments): Likewise.
14573         (expand_omp_target): Call get_target_arguments instead of looking
14574         up for teams and thread limit.
14575         (grid_expand_omp_for_loop): New function.
14576         (grid_arg_decl_map): New type.
14577         (grid_remap_kernel_arg_accesses): New function.
14578         (grid_expand_target_kernel_body): New function.
14579         (expand_omp): Call it.
14580         (lower_omp_for): Do not emit phony constructs.
14581         (lower_omp_taskreg): Do not emit phony constructs but create for them
14582         a temporary variable receiver_decl.
14583         (lower_omp_taskreg): Do not emit phony constructs.
14584         (lower_omp_teams): Likewise.
14585         (lower_omp_grid_body): New function.
14586         (lower_omp_1): Call it.
14587         (grid_reg_assignment_to_local_var_p): New function.
14588         (grid_seq_only_contains_local_assignments): Likewise.
14589         (grid_find_single_omp_among_assignments_1): Likewise.
14590         (grid_find_single_omp_among_assignments): Likewise.
14591         (grid_find_ungridifiable_statement): Likewise.
14592         (grid_target_follows_gridifiable_pattern): Likewise.
14593         (grid_remap_prebody_decls): Likewise.
14594         (grid_copy_leading_local_assignments): Likewise.
14595         (grid_process_kernel_body_copy): Likewise.
14596         (grid_attempt_target_gridification): Likewise.
14597         (grid_gridify_all_targets_stmt): Likewise.
14598         (grid_gridify_all_targets): Likewise.
14599         (execute_lower_omp): Call grid_gridify_all_targets.
14600         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
14601         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
14602         (tree_omp_clause): Added union field dimension.
14603         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
14604         * tree.c (omp_clause_num_ops): Added number of arguments of
14605         OMP_CLAUSE__GRIDDIM_.
14606         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
14607         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
14608         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
14609         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
14610         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
14611         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
14612         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
14613         * tree-pass.h (make_pass_gen_hsail): Declare.
14614         (make_pass_ipa_hsa): Likewise.
14615         * ipa-hsa.c: New file.
14616         * lto-section-in.c (lto_section_name): Add hsa section name.
14617         * lto-streamer.h (lto_section_type): Add hsa section.
14618         * timevar.def (TV_IPA_HSA): New.
14619         * hsa-brig-format.h: New file.
14620         * hsa-brig.c: New file.
14621         * hsa-dump.c: Likewise.
14622         * hsa-gen.c: Likewise.
14623         * hsa.c: Likewise.
14624         * hsa.h: Likewise.
14625         * toplev.c (compile_file): Call hsa_output_brig.
14626         * hsa-regalloc.c: New file.
14627
14628 2016-01-18  Jeff Law  <law@redhat.com>
14629
14630         PR tree-optimization/69320
14631         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
14632         ranged object, do nothing if the RHS constant is not [0..1].
14633         (optimize_stmt): Comparing a boolean ranged object against a
14634         constant outside [0..1] results in a compile-time constant.
14635
14636         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
14637         test.
14638
14639 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
14640
14641         * doc/invoke.texi (Invoking GCC): Add new section to menu.
14642         (Option Summary): Update to reflect new section and moved options.
14643         (C++ Dialect Options): Move -fstats to new section.
14644         (Debugging Options): Move all dump, statistics, and other GCC
14645         developer options to new section.  Rewrite section introduction
14646         and re-order remaining options to put the more basic ones first.
14647         (Optimization Options): Move -fira-verbose and -flto-report* to
14648         new section.
14649         (Developer Options): New section incorporating moved options.
14650         * doc/cppopts.texi (-dM): Update cross-reference.
14651
14652 2016-01-18  Richard Henderson  <rth@redhat.com>
14653
14654         PR target/69176
14655         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
14656         operands to pseudo only if CSE is expected.  Split long immediate
14657         operands only after reload, and for the stack pointer.
14658         (*add<GPI>3_pluslong): Remove.
14659         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
14660         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
14661         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
14662         (*add<GPI>3 peepholes): New.
14663         (*add<GPI>3 splitters): New.
14664         * config/aarch64/constraints.md (Upl): New.
14665         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
14666
14667 2016-01-18  Richard Biener  <rguenther@suse.de>
14668
14669         PR tree-optimization/69297
14670         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
14671         stmt at most once.
14672         (vect_bb_vectorization_profitable_p): Clear visited flag again.
14673
14674 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
14675
14676         PR middle-end/68542
14677         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
14678         of mixind vector and scalar types.
14679         (fold_relational_const): Add handling of vector
14680         comparison with boolean result.
14681         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
14682         comparison of vector operands with boolean result for EQ/NE only.
14683         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
14684         (verify_gimple_cond): Likewise.
14685         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
14686         valid type of VAL.
14687
14688 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
14689
14690         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
14691         !TARGET_OCTEON.
14692
14693 2016-01-18  Richard Biener  <rguenther@suse.de>
14694
14695         PR middle-end/69308
14696         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
14697
14698 2016-01-18  Tom de Vries  <tom@codesourcery.com>
14699
14700         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
14701
14702 2016-01-18  Tom de Vries  <tom@codesourcery.com>
14703
14704         * omp-low.c (set_oacc_fn_attrib): Make extern.
14705         * omp-low.h (set_oacc_fn_attrib): Declare.
14706         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
14707         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
14708         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
14709         Add and handle function parameter oacc_kernels_p.
14710         (find_reduc_addr, get_omp_data_i_param): New function.
14711         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
14712         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
14713         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
14714         Calculate dominance info.  Skip loops that are not in a kernels region
14715         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
14716         (pass_parallelize_loops::execute): Call parallelize_loops with
14717         oacc_kernels_p argument.
14718         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
14719         New member function.
14720         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
14721         * passes.def: Add argument to pass_parallelize_loops instantation.
14722
14723 2016-01-18  Tom de Vries  <tom@codesourcery.com>
14724
14725         * tree-parloops.c (pass_parallelize_loops::execute): Allow
14726         pass_parallelize_loops to be run outside the loop pipeline.
14727
14728 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
14729
14730         * tree-scalar-evolution.c (follow_copies_to_constant): New.
14731         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
14732
14733 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
14734
14735         PR target/63679
14736         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
14737         using get_ref_base_and_extent.
14738         (equal_mem_array_ref_p): New.
14739         (hashable_expr_equal_p): Add call to previous.
14740
14741 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
14742
14743         PR target/63679
14744         * tree-sra.c (disqualified_constants, constant_decl_p): New.
14745         (sra_initialize): Allocate disqualified_constants.
14746         (sra_deinitialize): Free disqualified_constants.
14747         (disqualify_candidate): Update disqualified_constants when appropriate.
14748         (create_access): Scan for constant-pool entries as we go along.
14749         (scalarizable_type_p): Add check against type_contains_placeholder_p.
14750         (maybe_add_sra_candidate): Allow constant-pool entries.
14751         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
14752         (initialize_constant_pool_replacements): New.
14753         (sra_modify_assign): Avoid mangling assignments created by previous,
14754         and don't generate writes into constant pool.
14755         (sra_modify_function_body): Call initialize_constant_pool_replacements.
14756
14757 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
14758
14759         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
14760         andnot instruction.
14761         (scalar_chain::convert_op): Likewise.
14762         * config/i386/i386.md (*andndi3_doubleword): New.
14763
14764 2016-01-18  Richard Biener  <rguenther@suse.de>
14765
14766         PR tree-optimization/69170
14767         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
14768         building a vector from scalar results of a pattern stmt.
14769
14770 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
14771
14772         * haifa-sched.c (autopref_multipass_init): Work around
14773         -Wmaybe-uninitialized warning.
14774
14775 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14776
14777         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
14778         against the constant 0.
14779
14780 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14781
14782         PR tree-optimization/68799
14783         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
14784         look up phi candidates in the statement-candidate map.
14785         (phi_add_costs): Likewise.
14786         (record_phi_increments): Likewise.
14787         (phi_incr_cost): Likewise.
14788         (ncd_with_phi): Likewise.
14789         (all_phi_incrs_profitable): Likewise.
14790
14791 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
14792
14793         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
14794         -Wmaybe-uninitialized warning.
14795
14796 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
14797
14798         * doc/invoke.texi (Invoking GCC): Add new section to menu.
14799         (Option Summary): Update to reflect new section and moved options.
14800         (C++ Dialect Options): Move -fvtable-verify and related options.
14801         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
14802         and profiling-related options.
14803         (Optimization Options): Move profile generation options and
14804         -fstack-protector and related options.
14805         (Instrumentation Options): New section incorporating moved options.
14806         (Code Generation Options): Move -finstrument-functions and
14807         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
14808
14809 2016-01-16  Tom de Vries  <tom@codesourcery.com>
14810
14811         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
14812
14813 2016-01-16  Tom de Vries  <tom@codesourcery.com>
14814
14815         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
14816
14817 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
14818
14819         * hash-table.h (hash_table::empty): Turn into an inline wrapper
14820         that checks whether the table is already empty.  Rename the
14821         original implementation to...
14822         (hash_table::empty_slot): ...this new private function.
14823
14824 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
14825
14826         PR diagnostic/68899
14827         * diagnostic-show-locus.c (layout::print_source_line): Move x
14828         offset of line until after call to
14829         get_line_width_without_trailing_whitespace.
14830
14831 2016-01-15  Jeff Law  <law@redhat.com>
14832
14833         PR tree-optimization/69270
14834         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
14835         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
14836         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
14837         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
14838         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
14839         ssa_name_has_boolean_range and constant_boolean_node.
14840
14841 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
14842
14843         PR rtl-optimization/69030
14844         * lra-spills.c (remove_pseudos): Check nrefs and make the function
14845         returning bool.
14846         (spill_pseudos): Delete debug insn for dead pseudo.
14847         (lra_spill): Initiate spill_hard_reg and slots memory separately.
14848
14849 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
14850
14851         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
14852         New.
14853         (TYPES_UNOPUS): Likewise.
14854         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
14855         builtin type, from UNOP to UNOPUS.
14856         (lbtruncuv4sf): Likewise.
14857         (lbtruncuv2df): Likewise.
14858         (lrounduv2sf): Likewise.
14859         (lrounduv4sf): Likewise.
14860         (lrounduv2df): Likewise.
14861         (lroundusf): Likewise.
14862         (lroundusf): Likewise.
14863         (lceiluv2sf): Likewise.
14864         (lceiluv4sf): Likewise.
14865         (lceiluv2df): Likewise.
14866         (lceilusf): Likewise.
14867         (lceiludf): Likewise.
14868         (lflooruv2sf): Likewise.
14869         (lflooruv4sf): Likewise.
14870         (lflooruv2df): Likewise.
14871         (lfloorusf): Likewise.
14872         (lfloorudf): Likewise.
14873         (lfrintnuv2sf): Likewise.
14874         (lfrintnuv4sf): Likewise.
14875         (lfrintnuv2df): Likewise.
14876         (lfrintnusf): Likewise.
14877         (lfrintnudf): Likewise.
14878         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
14879         conversion.
14880         (vcvtq_u32_f32): Likewise.
14881         (vcvtq_u64_f64): Likewise.
14882         (vcvta_u32_f32): Likewise.
14883         (vcvtaq_u32_f32): Likewise.
14884         (vcvtaq_u64_f64): Likewise.
14885         (vcvtm_u32_f32): Likewise.
14886         (vcvtmq_u32_f32): Likewise.
14887         (vcvtmq_u64_f64): Likewise.
14888         (vcvtn_u32_f32): Likwise.
14889         (vcvtnq_u32_f32): Likewise.
14890         (vcvtnq_u64_f64): Likewise.
14891         (vcvtp_u32_f32): Likewise.
14892         (vcvtpq_u32_f32): Likewise.
14893         (vcvtpq_u64_f64): Likewise.
14894         (vcvtmd_u64_f64): Likewise.
14895         (vcvtms_u32_f32): Likewise.
14896         (vcvtad_u64_f64): Likewise.
14897         (vcvtas_u32_f32): Likewise.
14898         (vcvtnd_u64_f64): Likewise.
14899         (vcvtns_u32_f32): Likewise.
14900         (vcvtpd_u64_f64): Likewise.
14901         (vcvtps_u32_f32): Likewise.
14902
14903 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14904
14905         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
14906         CSEL of zero_extended registers.
14907
14908 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14909
14910         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
14911         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
14912
14913 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14914
14915         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
14916         false when argument string is not found in the attributes table
14917         at all.
14918
14919 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
14920
14921         PR target/68609
14922         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
14923         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
14924         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
14925         precision estimate.
14926
14927 2016-01-15  Richard Biener  <rguenther@suse.de>
14928
14929         PR tree-optimization/66856
14930         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
14931         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
14932         (vect_create_new_slp_node): Increment stmt reference count.
14933         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
14934         an SLP tree before swapping operands.
14935         (vect_build_slp_tree): Likewise.
14936         (destroy_bb_vec_info): Free stmt info after SLP instances.
14937         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
14938         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
14939         (STMT_VINFO_NUM_SLP_USES): New macro.
14940
14941 2016-01-15  Richard Biener  <rguenther@suse.de>
14942
14943         PR debug/69137
14944         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
14945         (add_linkage_name): ... here.
14946         (gen_typedef_die): Use add_linkage_name_raw instead of
14947         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
14948         if necessary.
14949
14950 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
14951
14952         * gimplify.c (oacc_default_clause): Decode reference and pointer
14953         types for both kernels and parallel regions.
14954
14955 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
14956
14957         PR middle-end/69246
14958         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
14959
14960 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
14961
14962         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
14963         (convert_scalars_to_vector): Likewise.
14964
14965 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
14966
14967         * doc/extend.texi (Type Traits): Fix grammar.
14968
14969 2016-01-15  Martin Jambor  <mjambor@suse.cz>
14970
14971         * tree-inline.c (remap_decl): Use existing dclarations if
14972         remapping a type and prevent_decl_creation_for_types.
14973         (replace_locals_stmt): Do an initial remapping of non-VLA typed
14974         decls first.  Do real remapping with
14975         prevent_decl_creation_for_types set.
14976         * tree-inline.h (copy_body_data): New field
14977         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
14978         padding.
14979
14980 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14981
14982         * config/s390/s390.opt (mmvcle): More verbose help text.
14983
14984 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14985
14986         * config/s390/s390.opt: Add period to -mzvector option text.
14987
14988 2016-01-15  Richard Biener  <rguenther@suse.de>
14989
14990         PR tree-optimization/68961
14991         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
14992         of invariants in stores again.
14993
14994 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
14995
14996         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
14997
14998 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
14999
15000         * config/i386/i386.c (ix86_expand_branch): Don't split
15001         DI mode xor instruction to SI mode.
15002
15003 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
15004
15005         PR ipa/68148
15006         * ipa-icf.c (sem_function::merge): Virtual functions may become
15007         reachable even if they address is not taken and there are no
15008         idrect calls.
15009
15010 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
15011
15012         * lto-streamer-out.c (subtract_estimated_size): New function.
15013         (get_symbol_initial_value): Use it.
15014
15015 2016-01-15  Christian Bruel  <christian.bruel@st.com>
15016
15017         PR target/65837
15018         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
15019         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
15020         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
15021         use add_builtin_function_ext_scope instead of add_builtin_function.
15022         (neon_set_p, neon_crypto_set_p): Remove.
15023         (arm_init_builtins): Always call arm_init_neon_builtins and
15024         arm_init_crypto_builtins.
15025         (arm_expand_builtin): Check that builtins are allowed for the arch.
15026         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
15027         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
15028         arm_init_neon_builtins call.
15029
15030 2016-01-15  Richard Biener  <rguenther@suse.de>
15031
15032         PR tree-optimization/69117
15033         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
15034         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
15035         of the leader conservatively.
15036         (free_scc_vn): Restore original SSA name infos.
15037
15038 2016-01-14  Jeff Law  <law@redhat.com>
15039
15040         PR tree-optimization/69270
15041         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
15042         single bit of precision, verify it's also unsigned.
15043         (record_edge_info): Use constant_boolean_node rather than fold_convert
15044         to convert boolean_true/boolean_false to the right type.
15045
15046 2016-01-14  Richard Henderson  <rth@redhat.com>
15047
15048         PR rtl-opt/69014
15049         * loop-doloop.c (record_reg_sets): New.
15050         (doloop_optimize): Reject the transform if the sequence
15051         clobbers registers live at the end of the loop block.
15052         (doloop_optimize_loops): Enable df_live if needed.
15053
15054 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
15055
15056         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
15057         * config/rs6000/rs6000.c: Likewise.
15058         * config/rs6000/rs6000.h: Likewise.
15059         * config/rs6000/rs6000.md: Likewise.
15060         * doc/extend.texi: Likewsie.
15061
15062 2016-01-14  Jeff Law  <law@redhat.com>
15063
15064         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
15065         typo.
15066
15067 2016-01-14  Richard Henderson  <rth@redhat.com>
15068
15069         PR c/69272
15070         PR tree-opt/68964
15071         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
15072         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
15073         instead of builtin_decl_declared_p to test for declaration.
15074
15075 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
15076
15077         * doc/loop.texi (Loop Analysis and Representation): Document
15078         loop_depth function.
15079
15080 2016-01-14  Tom de Vries  <tom@codesourcery.com>
15081
15082         PR tree-optimization/68773
15083         * omp-low.c (expand_omp_target): Don't set force_output.
15084         * varpool.c (varpool_node::get_create): Same.
15085         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
15086         offload_funcs with force_output.
15087
15088 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
15089
15090         PR debug/69244
15091         * lra-eliminations.c (move_plus_up): Don't change anything if either
15092         the outer or inner subreg mode is not MODE_INT.
15093         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
15094         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
15095
15096 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
15097
15098         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
15099         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
15100         reduc_uplus_@var{m}): Remove.
15101         * expr.c (expand_expr_real_2): Remove expansion path for
15102         reduc_[us](min|max|plus) optabs.
15103         * optabs-tree.c (scalar_reduc_to_vector): Remove.
15104         * optabs-tree.h (scalar_reduc_to_vector): Remove.
15105         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
15106         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
15107         * tree-vect-loop.c (vectorizable_reduction): Remove test for
15108         reduc_[us](min|max|plus) optabs.
15109
15110 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
15111
15112         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
15113         (reduc_plus_scal_v2sf): New.
15114         (reduc_smax_v2sf): Rename to...
15115         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
15116         (reduc_smin_v2sf): Rename to...
15117         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
15118
15119 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
15120
15121         * alias.c (compare_base_symbol_refs): New function.
15122         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
15123         it.
15124
15125 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
15126
15127         PR middle-end/68146
15128         PR tree-optimization/69155
15129         * tree-complex.c: Include cfganal.h.
15130         (phis_to_revisit): New variable.
15131         (extract_component): Add phiarg_p argument.  Assert that returned
15132         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
15133         (update_phi_components): Partly rewrite to use loop over real/imag
15134         components instead of code duplication.  If extract_component returns
15135         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
15136         create_tmp_reg into the PHI node instead, and mention the phi triplet
15137         in phis_to_revisit.
15138         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
15139         in phis_to_revisit at the end.
15140
15141 2016-01-14  Richard Biener  <rguenther@suse.de>
15142
15143         PR tree-optimization/68060
15144         * tree-vect-loop.c (vect_is_simple_reduction): Check the
15145         outer loop reduction is only used in the inner loop before
15146         detecting a double reduction.
15147
15148 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
15149
15150         PR target/68269
15151         * combine.c (expand_field_assignment): Punt if compute_mode is
15152         unsupported scalar mode.
15153
15154 2016-01-14  Richard Biener  <rguenther@suse.de>
15155
15156         PR tree-optimization/66856
15157         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
15158         SLP node only if it built successfully.
15159         (vect_analyze_slp_instance): Adjust.
15160
15161 2016-01-14  Jeff Law  <law@redhat.com>
15162
15163         PR tree-optimization/69270
15164         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
15165         (record_edge_info): Use it.  Convert boolean_{true,false}_node
15166         to the type of op0.
15167
15168 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
15169
15170         PR ipa/66487
15171         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
15172         use block_ultimate_origin
15173         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
15174
15175 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
15176
15177         * doc/invoke.texi (Submodel Options): Rename section to
15178         "Machine-Dependent Options" to better reflect its content.
15179         Rewrite introductory text to remove archaic CPU names.
15180         Update references.
15181
15182 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
15183
15184         * doc/invoke.texi (Code Gen Options): Move section up in file,
15185         before target-specific options.  Update menu and option summary
15186         to reflect the new section ordering.
15187
15188 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
15189
15190         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
15191         (C++ Dialect Options): Add cross-reference to -std option.
15192         * doc/standards.texi (C++ Language): Document C++14 support.
15193
15194 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
15195
15196         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
15197         for pack/unpack functions for __ibm128.
15198         (PACK_IF): Likewise.
15199         (UNPACK_IF): Likewise.
15200
15201         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
15202         support for __ibm128 pack/unpack functions.
15203         (rs6000_invalid_builtin): Likewise.
15204         (rs6000_init_builtins): Likewise.
15205         (rs6000_opt_masks): Likewise.
15206
15207         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
15208         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
15209         functions
15210         (RS6000_BTM_COMMON): Likewise.
15211
15212         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
15213         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
15214         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
15215         128-bit floating point.  Add support for the double values to be
15216         in Altivec registers for TF/IF packing and unpacking, but restrict
15217         TD packing sub-fields to be FPR registers.  Don't allow overlapped
15218         register support for packing.  Allow pack inputs to be memory
15219         locations.  Don't build generator functions for unpack<mode>_dm
15220         and unpack<mode>_nodm.
15221         (unpack<mode>_dm): Likewise.
15222         (unpack<mode>_nodm): Likewise.
15223         (pack<mode>): Likewise.
15224
15225         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
15226         built-in functions to pack/unpack explicit __ibm128 values.
15227         (__builtin_unpack_ibm128): Likewise.
15228
15229         * doc/extend.texi (PowerPC Built-in Functions): Document
15230         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
15231
15232 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
15233
15234         PR c/66208
15235         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
15236         Add new arg loc and pass it down as context.
15237         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
15238         to the location to use for the warning.
15239         (check_function_arguments): New arg loc.  All callers changed.  Pass
15240         it to check_function_nonnull.
15241         * c-common.h (check_function_arguments): Adjust declaration.
15242
15243 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
15244
15245         PR tree-optimization/69156
15246         * gimple.c (validate_type): Removed.
15247         (gimple_builtin_call_types_compatible_p): Use
15248         useless_type_conversion_p instead of validate_type.
15249         * value-prof.c (gimple_stringop_fixed_value): Fold
15250         icall_size to correct type.
15251
15252 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
15253
15254         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
15255         effects.
15256
15257 2016-01-13  Richard Henderson  <rth@redhat.com>
15258
15259         PR tree-opt/68964
15260         * target.def (builtin_tm_load, builtin_tm_store): Remove.
15261         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
15262         (ix86_builtin_tm_store): Remove.
15263         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
15264         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
15265         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
15266         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
15267         * doc/tm.texi: Rebuild.
15268
15269         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
15270         (BUILT_IN_TM_MEMCPY_RTWN): New.
15271         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
15272         fallback from vector to integer helpers.
15273         (build_tm_load): Handle vector types directly, instead of
15274         via target hook.
15275         (build_tm_store): Likewise.
15276         (expand_assign_tm): Prepare for register types not handled by
15277         the above.  Copy them to memory and use memcpy.
15278         * tree.c (tm_define_builtin): New.
15279         (find_tm_vector_type): New.
15280         (build_tm_vector_builtins): New.
15281         (build_common_builtin_nodes): Call it.
15282
15283 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
15284
15285         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
15286         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
15287
15288 2016-01-13  Tom de Vries  <tom@codesourcery.com>
15289
15290         PR tree-optimization/69169
15291         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
15292         handled_struct_type param.
15293         (create_variable_info_for, intra_create_variable_infos): Call
15294         create_variable_info_for_1 with extra arg.
15295
15296 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
15297
15298         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
15299         and "armv8.1-a+crc" entries.
15300
15301 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
15302
15303         PR target/69228
15304         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
15305         Change first operand predicate from register_or_constm1_operand
15306         to register_operand.
15307         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
15308         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
15309         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
15310         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
15311         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
15312         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
15313         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
15314         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
15315         comparison with constm1_rtx from vec_prefetch_gen part.
15316
15317 2016-01-13  Richard Biener  <rguenther@suse.de>
15318
15319         PR tree-optimization/69013
15320         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
15321         Exchange assert for a test.
15322
15323 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15324
15325         PR target/69247
15326         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
15327
15328 2016-01-13  Richard Biener  <rguenther@suse.de>
15329
15330         PR tree-optimization/69242
15331         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
15332         assert with a check.
15333
15334 2016-01-13  Richard Biener  <rguenther@suse.de>
15335
15336         PR tree-optimization/69186
15337         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
15338         Properly guard vect_update_misalignment_for_peel call.
15339
15340 2016-01-12  Jeff Law  <law@redhat.com>
15341
15342         PR tree-optimization/pr67755
15343         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
15344         "need_profile_correction".
15345         (thread_block_1): Initialize new field to false by default.  If we
15346         have multiple thread paths through a common joiner to different
15347         final targets, then set new field to true.
15348         (compute_path_counts): Only do count adjustment when it's really
15349         needed.
15350
15351 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
15352
15353         * doc/invoke.texi (Spec Files): Move section down in file, past
15354         all command-line option descriptions.
15355
15356 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15357
15358         PR middle-end/54809
15359         * doc/gty.texi: Remove documentation of mark_hook.
15360         * gengtype.c (struct write_types_data): Remove code to support
15361         mark_hook attribute.
15362         (walk_type): Likewise.
15363         (write_func_for_structure): Likewise.
15364
15365 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
15366
15367         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
15368         Directory Options, and -specs= to Overall Options.
15369         (Overall Options): Adjust similarly.  Reorder to group related
15370         options together.  Make -specs= cross-reference the spec file details.
15371         (Directory Options): Adjust similarly.
15372
15373 2016-01-12  Jeff Law  <law@redhat.com>
15374
15375         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
15376
15377 2016-01-12  Olivier Hainque  <hainque@adacore.com>
15378
15379         * gcc.c (spec_undefvar_allowed): New global.
15380         (process_command): Set to true when running for --version or --help,
15381         alone or together.
15382         (getenv_spec_function): When the variable is not defined, use the
15383         variable name as the variable value if we're allowed not to issue
15384         a fatal error.
15385
15386 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
15387
15388         PR tree-optimization/68911
15389         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
15390         information computed for expression "init + nit * step".
15391
15392 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
15393
15394         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
15395         about name of GCC executable.  Remove deleted node from menu.
15396         (Directory Options) <-B>: Remove cross-reference to deleted node.
15397         (Target Options): Delete section.
15398
15399 2016-01-12  Christian Bruel  <christian.bruel@st.com>
15400
15401         PR target/69180
15402         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
15403         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
15404
15405 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
15406
15407         PR target/69198
15408         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
15409         aligned_mem is properly set for AVX512-VL floating point masked
15410         stores.
15411
15412         PR target/69175
15413         * ifcvt.c (cond_exec_process_if_block): When removing the last
15414         insn from then_bb, remove also any possible barriers that follow it.
15415
15416 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
15417
15418         PR target/68456
15419         PR target/69226
15420         * config/i386/iamcu.h (SIZE_TYPE): New macro.
15421         (PTRDIFF_TYPE): Likewise.
15422         (WCHAR_TYPE): Likewise.
15423         (WCHAR_TYPE_SIZE): Likewise.
15424         (STDINT_LONG32): Likewise.
15425
15426 2016-01-12  Richard Biener  <rguenther@suse.de>
15427
15428         PR tree-optimization/69053
15429         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
15430         convert initial value for cond reductions.
15431
15432 2016-01-12  Richard Biener  <rguenther@suse.de>
15433
15434         PR tree-optimization/69007
15435         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
15436         widen_sum after dot_prod and sad.
15437
15438 2016-01-12  Richard Biener  <rguenther@suse.de>
15439
15440         PR tree-optimization/69168
15441         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
15442         pattern stmt SLP type.
15443         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
15444         end up unused so cope with that case.
15445
15446 2016-01-12  Richard Biener  <rguenther@suse.de>
15447
15448         PR tree-optimization/69157
15449         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
15450         stmts def type only during analyze phase.
15451         (vectorizable_call): Likewise.
15452         (vectorizable_simd_clone_call): Likewise.
15453         (vectorizable_conversion): Likewise.
15454         (vectorizable_assignment): Likewise.
15455         (vectorizable_shift): Likewise.
15456         (vectorizable_operation): Likewise.
15457         (vectorizable_store): Likewise.
15458         (vectorizable_load): Likewise.
15459
15460 2016-01-12  Richard Biener  <rguenther@suse.de>
15461
15462         PR tree-optimization/69174
15463         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
15464         space.
15465         (vectorizable_load): Properly compute the number of loads needed
15466         for permuted strided SLP loads and do not spuriously assign
15467         to SLP_TREE_VEC_STMTS.
15468
15469 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
15470
15471         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
15472         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
15473         (MD_EXEC_PREFIX): Remove.
15474         (MD_STARTFILE_PREFIX) Removee.
15475         (FILE_NAME_ABSOLUTE_P): Remove.
15476         (CPP_SPEC): Do not read macros from sys/version.h.
15477         (LINK_COMMAND_SPEC): Remove.
15478         (LOCAL_INCLUDE_DIR): Remove.
15479         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
15480         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
15481         (POST_LINK_SPEC): Define to invoke stubify after linker
15482         (LIBSTDCXX): Remove define
15483         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
15484         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
15485         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
15486         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
15487         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
15488         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
15489         (i386_djgpp_asm_named_section): Add propotype of new procedure
15490
15491         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
15492         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
15493         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
15494         in config/i386/djgpp.h).
15495         (STANDARD_STARTFILE_PREFIX_2): Define identical to
15496         STANDARD_STARTFILE_PREFIX_1.
15497         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
15498         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
15499         installation errors.
15500         (MAX_OFILE_ALIGNMENT): Define to 128.
15501         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
15502
15503         * config/i386/djgpp.c: New file. Add implementation of
15504         i386_djgpp_asm_named_section.
15505
15506         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
15507
15508         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
15509         Add rule for building djgpp.o.
15510
15511 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15512
15513         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
15514         (rtx_is_swappable_p): Reductions are swappable.
15515         (insn_is_swappable_p): V2DF reductions are swappable.
15516
15517 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
15518
15519         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
15520         reloads for other unsupported memory operands.
15521
15522 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
15523             Jim Wilson  <jim.wilson@linaro.org>
15524
15525         PR target/69194
15526         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
15527         copy_to_mode_reg instead of force_reg.
15528
15529 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
15530
15531         PR target/69225
15532         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
15533         TARGET_80387 is true.
15534
15535 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
15536
15537         PR target/69071
15538         * lra-eliminations.c (move_plus_up): Only move plus up
15539         if subreg of the constant can be simplified into constant
15540         and use the simplified subreg of the constant instead of
15541         the original constant.
15542
15543         * fold-const.c (fold_convertible_p): Don't return true
15544         for conversion of VECTOR_TYPE to same sized integral type.
15545         (fold_convert_loc): Fix up formatting.  Fold conversion of
15546         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
15547         instead of NOP_EXPR.
15548
15549         PR tree-optimization/69214
15550         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
15551         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
15552         Formatting fix.
15553
15554         PR tree-optimization/69207
15555         * tree-vect-slp.c (vect_get_constant_vectors): For
15556         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
15557         fold_convertible_p to vector_type's element type, and always
15558         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
15559
15560 2016-01-11  Richard Biener  <rguenther@suse.de>
15561
15562         PR tree-optimization/69173
15563         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
15564         fixup the cycle if all stmts are in a pattern.
15565
15566 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
15567
15568         PR middle-end/68999
15569         * alias.c (base_alias_check): Move check for addresses with
15570         alignment ANDs before the call for compare_base_decls.
15571         (memrefs_conflict_p): Return -1 for different decls
15572         that went through alignment adjustments.
15573
15574 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15575
15576         PR rtl-optimization/68796
15577         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
15578         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
15579         and QImode comparisons against zero with CC_NZmode.
15580         * config/aarch64/iterators.md (short_mask): New mode_attr.
15581
15582 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
15583
15584         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
15585         (<avx512>_store<mode>_mask): Likewise.
15586
15587 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
15588             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15589
15590         PR rtl-optimization/68841
15591         * ifcvt.c (struct noce_if_info): Add orig_x field.
15592         (bbs_ok_for_cmove_arith): Add to_rename parameter.
15593         Don't record conflicts on to_rename if it's present.
15594         Allow memory destinations in sets.
15595         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
15596         blocks, passing orig_x to the checks.
15597         (noce_process_if_block): Set if_info->orig_x appropriately.
15598
15599 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15600
15601         PR tree-optimization/69069
15602         * tree-parloops.c (create_parallel_loop): Add missing phi args.
15603
15604 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
15605
15606         PR rtl-optimization/68920
15607         * config/i386/i386.c (ix86_option_override_internal): Restrict number
15608         of conditional moves for  RTL if-conversion to 1 for
15609         TARGET_ONE_IF_CONV_INSN.
15610         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
15611         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
15612         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
15613         parameter to restirct number of conditional moves for
15614         RTL if-conversion.
15615         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
15616         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
15617         conditionl moves.
15618
15619 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
15620
15621         PR bootstrap/69123
15622         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
15623         onepart vars.  Fix typo in comment.  Fix reversed condition in
15624         unshare test.
15625         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
15626
15627         PR bootstrap/69123
15628         * var-tracking.c (dump_onepart_variable_differences): New.
15629         (dataflow_set_different): If a detailed dump is requested,
15630         delay early returns and dump differences between onepart
15631         variables present before and after, and added variables.
15632
15633 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
15634
15635         PR target/69010
15636         * expr.c (expand_expr_real_1): For boolean vector constants
15637         with a scalar mode use const_scalar_mask_from_tree.
15638         (const_scalar_mask_from_tree): New.
15639         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
15640         assigned to a mask type to handle constants.
15641
15642 2016-01-11  Martin Jambor  <mjambor@suse.cz>
15643
15644         PR ipa/69044
15645         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
15646         useless parameters if we cannot change function signature.
15647
15648 2016-01-11  Martin Jambor  <mjambor@suse.cz>
15649
15650         PR ipa/66616
15651         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
15652         flag.
15653
15654 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15655
15656         PR tree-optimization/69109
15657         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
15658         latch with phi.
15659
15660 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15661
15662         PR tree-optimization/69108
15663         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
15664         res is not used in a phi.
15665
15666 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
15667
15668         PR 67425
15669         * common.opt (frandom-seed): Fix parameter name.
15670         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
15671
15672 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15673
15674         PR tree-optimization/69058
15675         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
15676         not supported.
15677
15678 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
15679
15680         * config/arc/arc.opt (mdiv-rem): Add period to the end.
15681         (mcode-density): Likewise.
15682
15683 2016-01-10  Tom de Vries  <tom@codesourcery.com>
15684
15685         PR tree-optimization/69062
15686         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
15687         (parallelize_loops): Don't paralelize loop that has phi with address
15688         arg.
15689
15690 2016-01-10  Tom de Vries  <tom@codesourcery.com>
15691
15692         PR tree-optimization/69039
15693         * tree-parloops.c (try_create_reduction_list): Only allow single exit
15694         phi for reduction.
15695
15696 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
15697
15698         PR middle-end/68743
15699         * match.pd: Require target has function_c99_misc before doing
15700         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
15701
15702 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
15703
15704         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
15705         use GMPINC.
15706         * configure: Regenerate.
15707
15708 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
15709
15710         PR middle-end/50865
15711         PR tree-optimization/69097
15712         * fold-const.h (expr_not_equal_to): New prototype.
15713         * fold-const.c: Include stringpool.h and tree-ssanames.h.
15714         (expr_not_equal_to): New function.
15715         * match.pd (X % -Y is the same as X % Y): Don't optimize
15716         unless X is known not to be equal to minimum or Y is known
15717         not to be equal to -1.
15718         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
15719         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
15720         (simplify_stmt_using_ranges): Adjust caller.
15721         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
15722         substitute_and_fold.
15723
15724 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
15725
15726         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
15727         w/o DECL_NAME.
15728
15729 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
15730
15731         PR tree-optimization/69167
15732         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
15733         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
15734         ops[0] comparison.
15735         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
15736
15737 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
15738             Richard Biener  <rguenther@suse.de>
15739
15740         PR tree-optimization/68707
15741         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
15742         instances that can be handled via vect_load_lanes.
15743
15744 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
15745
15746         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
15747         if we can't determine address equivalence.
15748         * alias.c (compare_base_decl): Update for changed return value of
15749         symtab_node::equal_address_to.
15750
15751 2016-01-08  Jason Merrill  <jason@redhat.com>
15752
15753         PR c++/68983
15754         PR c++/67557
15755         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
15756         * expr.c (store_field): Not here.
15757         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
15758         call with TREE_ADDRESSABLE type.
15759         * tree-cfg.c (verify_gimple_call): Adjust.
15760
15761 2016-01-08  Olivier Hainque  <hainque@adacore.com>
15762
15763         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
15764         libc_internal.
15765
15766 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
15767
15768         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
15769         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
15770         (reduc_smin_v2sf): Rename to...
15771         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
15772         (reduc_splus_v2sf): Rename to...
15773         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
15774
15775 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
15776
15777         PR tree-optimization/69162
15778         * gimplify.c (gimplify_va_arg_expr): Encode original type of
15779         valist argument in another argument.
15780         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
15781         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
15782         to determine the va_list type, build a MEM_REF instead of
15783         build_fold_indirect_ref.
15784
15785         PR tree-optimization/69172
15786         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
15787         gimple_build.
15788
15789 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15790
15791         PR tree-optimization/67781
15792         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
15793         and cmpnop in two steps: first the ones not accessed in original
15794         gimple expression in a endian independent way and then the ones not
15795         accessed in the final result in an endian-specific way.
15796
15797 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
15798
15799         PR tree-optimization/69083
15800         * tree-vect-slp.c (vect_get_constant_vectors): For
15801         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
15802         element type.  If op is fold_convertible_p to vector_type's element
15803         type, use NOP_EXPR instead of VCE.
15804
15805 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
15806
15807         PR rtl-optimization/67778
15808         PR rtl-optimization/68634
15809         PR rtl-optimization/68909
15810         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
15811         block from the stack until done with it.  Remove a superfluous
15812         bitmap set.  Remove a superfluous bitmap test.
15813
15814 2016-01-07  Martin Sebor  <msebor@redhat.com>
15815
15816         PR c/68966
15817         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
15818         constraint on the type of arguments.
15819
15820 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
15821
15822         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
15823         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
15824         unaligned_access on the gcc_options set.
15825         * config/arm/arm.c (arm_option_override_internal): Use
15826         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
15827
15828 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
15829
15830         PR target/69140
15831         * config/i386/i386.c (ix86_frame_pointer_required): Enable
15832         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
15833
15834 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
15835
15836         Revert
15837         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
15838
15839         PR target/69140
15840         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
15841         depending on frame_pointer_needed before remaining integer and SSE
15842         registers are saved.
15843
15844 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
15845
15846         PR 1078
15847         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
15848
15849 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
15850
15851         PR target/69171
15852         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
15853         Use the "xBm" constraint.
15854         (float<sseintvecmodelower><mode>2<mask_name><round_name):
15855         Likewise.
15856         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
15857         (sse_cvtsi2ssq<round_name>): Likewise.
15858         (sse_cvtss2si<round_name>): Likewise.
15859         (sse_cvtss2siq<round_name>): Likewise.
15860         (sse2_cvtsi2sdq<round_name>): Likewise.
15861         (sse2_cvtsd2si<round_name>): Likewise.
15862         (sse2_cvtsd2siq<round_name>): Likewise.
15863         * config/i386/subst.md (round_nimm_scalar_predicate): New
15864         predicate.
15865
15866 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
15867
15868         PR middle-end/67639
15869         * varasm.c (make_decl_rtl): Mark invalid register vars as
15870         DECL_EXTERNAL.
15871
15872         PR rtl-optimization/66206
15873         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
15874         All callers changed.
15875
15876 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
15877
15878         PR tree-optimization/69141
15879         * tree-ssa-pre.c: Include langhooks.h.
15880         (eliminate_dom_walker::before_dom_children): Use
15881         lang_hooks.decl_printable_name instead of
15882         cgraph_node::get ()->name ().
15883
15884         PR middle-end/68960
15885         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
15886         it and DECL_ALIGN too.
15887
15888 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
15889
15890         * config/mips/mips-ftypes.def: Sort to lexicographical order.
15891
15892 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
15893
15894         PR target/69140
15895         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
15896         depending on frame_pointer_needed before remaining integer and SSE
15897         registers are saved.
15898
15899 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15900
15901         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
15902         mode iterator with VSX_M2.
15903         (*p9_vecstore_<mode>): Likewise.
15904         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
15905         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
15906         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
15907         (define_split for VSX_LE128 stores): Likewise.
15908         (define_peephole2 for TImode LE swaps): Likewise.
15909         (define_split for VSX_LE128 post-reload stores): Likewise.
15910
15911 2016-01-06  Marek Polacek  <polacek@redhat.com>
15912
15913         PR sanitizer/69099
15914         * convert.c (convert_to_integer_1): Adjust call to
15915         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
15916         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
15917         EXPR instead of ARG.
15918         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
15919
15920 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
15921
15922         PR 1078
15923         * doc/extend.texi (RL78 Variable Attributes): New section.
15924
15925 2016-01-05  Marek Polacek  <polacek@redhat.com>
15926
15927         PR c/69104
15928         * builtins.c (get_memmodel): Use expansion point location rather than
15929         the input location.  Call warning_at rather than warning.
15930         (expand_builtin_atomic_compare_exchange): Likewise.
15931         (expand_builtin_atomic_load): Likewise.
15932         (expand_builtin_atomic_store): Likewise.
15933         (expand_builtin_atomic_clear): Likewise.
15934
15935 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
15936
15937         PR target/68991
15938         * config/i386/i386.c (ix86_expand_vector_logical_operator):
15939         Replace nonimmediate_operand with vector_operand.
15940         * config/i386/predicates.md (vector_operand): New predicate.
15941         (general_vector_operand): Replace nonimmediate_operand with
15942         vector_operand.
15943         * config/i386/sse.md: Replace nonimmediate_operand with
15944         vector_operand and m constraint with Bm constraint on SSE
15945         patterns with 16-byte memory operand.
15946         * config/i386/subst.md (round_nimm_predicate): Replace
15947         nonimmediate_operand with vector_operand.
15948         (round_saeonly_nimm_predicate): Likewise.
15949         (round_saeonly_nimm_scalar_predicate): New.
15950
15951 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
15952
15953         PR target/68991
15954         * config/i386/constraints.md (Bm): New constraint.
15955         * config/i386/predicates.md (vector_memory_operand): New
15956         predicate.
15957         * config/i386/sse.md: Replace xm with xBm in plusminus and
15958         any_logic patterns.
15959
15960 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
15961
15962         PR 1078
15963         * doc/extend.texi (V850 Function Attributes): New section.
15964         (V850 Variable Attributes): New section.
15965
15966 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
15967
15968         PR 1078
15969         * doc/extend.texi (MicroBlaze Function Attributes): Document
15970         interrupt_handler and fast_interrupt attributes.
15971
15972 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
15973
15974         PR other/60465
15975         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
15976         for local symbolic operands.
15977         * config/ia64/predicates.md (local_symbolic_operand64): New
15978         predicate.
15979
15980 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15981
15982         PR rtl-optimization/68651
15983         * combine.c (combine_simplify_rtx): Canonicalize x + x into
15984         x << 1.
15985
15986 2016-01-05  Nathan Sidwell  <nathan@acm.org>
15987
15988         * alias.c (compare_base_decls): Use symtab_node::get.
15989
15990 2016-01-05  Nick Clifton  <nickc@redhat.com>
15991
15992         PR target/68770
15993         * ira-costs.c (copy_cost): Initialise the t_icode field of the
15994         secondary_reload_info structure.
15995
15996         PR target/66655
15997         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
15998         decls if weak support is available.
15999
16000 2016-01-04  Martin Sebor  <msebor@redhat.com>
16001
16002         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
16003
16004 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
16005
16006         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
16007         OPTION_MASK_P9_DFORM.
16008
16009         * config/rs6000/constraints.md (wo constraint): New constraint for
16010         ISA 3.0 (power9).
16011
16012         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
16013         for wo constraint.
16014         (rs6000_init_hard_regno_mode_ok): Likewise.
16015
16016         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
16017         wo constraint.
16018
16019         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
16020         expanders not to have constraints.  Add support for ISA 3.0 xxperm
16021         instruction.  Add support for fusing xxlor with xxperm.
16022         (altivec_vperm_<mode>_internal): Likewise.
16023         (altivec_vperm_v8hiv16qi): Likewise.
16024         (altivec_vperm_<mode>v16q): Likewise.
16025         (altivec_vperm_<mode>_uns): Likewise.
16026         (vperm_v8hiv4si): Likewise.
16027         (vperm_v16qiv8hi): Likewise.
16028
16029         * doc/md.texi (RS/6000 constraints): Document wo constraint.
16030
16031 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
16032
16033         Update copyright years.
16034
16035         * gcc.c (process_command): Update copyright notice dates.
16036         * gcov-dump.c (print_version): Ditto.
16037         * gcov.c (print_version): Ditto.
16038         * gcov-tool.c (print_version): Ditto.
16039         * gengtype.c (create_file): Ditto.
16040         * doc/cpp.texi: Bump @copying's copyright year.
16041         * doc/cppinternals.texi: Ditto.
16042         * doc/gcc.texi: Ditto.
16043         * doc/gccint.texi: Ditto.
16044         * doc/gcov.texi: Ditto.
16045         * doc/install.texi: Ditto.
16046         * doc/invoke.texi: Ditto.
16047
16048 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
16049
16050         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
16051         modes larger than TImode as TImode if NEON is not enabled.
16052
16053 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
16054
16055         PR target/69100
16056         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
16057         mode for %f0-%f31 only if TARGET_FPU.
16058
16059 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
16060
16061         PR target/69072
16062         * config/sparc/sparc.c (scan_record_type): Take into account subfields
16063         to compute the PACKED_P predicate.
16064         (function_arg_record_value): Minor tweaks.
16065
16066 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16067
16068         * doc/install.texi (--with-multilib-list): Describe the meaning of the
16069         option for arm*-*-* targets.
16070
16071 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
16072
16073         * doc/extend.texi (Common Function Attributes): Move docs for
16074         MSP430-specific attributes to....
16075         (MSP430 Function Attributes): ...here.  Delete the redundant
16076         entries and copy-edit the remaining text.
16077         (MSP430 Variable Attributes): Use uniform format for index
16078         entries and add a cross-reference to the corresponding function
16079         attribute docs.
16080
16081 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
16082
16083         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
16084         -finite-math typo.
16085         (x86 Options): Likewise.
16086
16087 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
16088
16089         PR 1078
16090
16091         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
16092         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
16093         to corresponding attribute.
16094
16095 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
16096
16097         * doc/extend.texi (Common Function Attributes) <noplt>: Move
16098         to correct alphabetization of table.  Copy-edit and correct
16099         markup.
16100         <stack_protect>: Likewise.
16101         <target_clones>: Likewise.
16102         <simd>: Likewise.
16103         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
16104         Correct punctuation.
16105         (Code Gen Options) <-fno-plt>: Copy-edit.
16106
16107 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16108
16109         PR target/68917
16110         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
16111         SI values.  Explicitly convert SI to DI and vice-versa.
16112
16113 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
16114
16115         PR tree-optimization/69070
16116         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
16117         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
16118
16119         PR sanitizer/69055
16120         * ubsan.c (ubsan_instrument_float_cast): Call
16121         initialize_sanitizer_builtins.
16122
16123         PR target/69015
16124         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
16125 \f
16126 Copyright (C) 2016 Free Software Foundation, Inc.
16127
16128 Copying and distribution of this file, with or without modification,
16129 are permitted in any medium without royalty provided the copyright
16130 notice and this notice are preserved.