1 2016-09-06 Martin Liska <mliska@suse.cz>
5 * tree-profile.c (tree_profiling): Detect whether target can use
6 -fprofile-update=atomic.
8 2016-09-06 Richard Biener <rguenther@suse.de>
10 PR tree-optimization/77479
11 * tree-vrp.c (update_value_range): Extend overflow handling to
14 2016-09-05 Jakub Jelinek <jakub@redhat.com>
17 * config/i386/i386.md (isa): Add x64_avx512bw.
18 (*zero_extendsidi2): For alternative 11 use x64_avx512bw isa.
19 (kmov_isa): New mode attr.
20 (zero_extend<mode>di2): Use <kmov_isa> isa for the last alternative.
21 (*zero_extend<mode>si2): Likewise.
22 (*zero_extendqihi2): Use avx512dq isa for the last alternative.
24 2016-09-05 Gerald Pfeifer <gerald@pfeifer.com>
26 * doc/invoke.texi (SPU Options): nops -> NOPs.
29 2016-09-05 Jakub Jelinek <jakub@redhat.com>
32 * toplev.c (process_options): Temporarily set input_location
33 to UNKNOWN_LOCATION around targetm.target_option.override () call.
35 2016-09-05 Uros Bizjak <ubizjak@gmail.com>
37 PR rtl-optimization/77452
38 * explow.c (plus_constant) <case MEM>: Extract scalar constant from
39 inner-mode reference to a CONST_VECTOR constant in the constant pool.
41 2016-09-05 Marek Polacek <polacek@redhat.com>
44 * doc/invoke.texi: Update -Wlogical-not-parentheses documentation.
46 2016-09-05 Jakub Jelinek <jakub@redhat.com>
49 * gensupport.c (alter_output_for_subst_insn): Remove redundant
50 *insn_out == '*' test. Don't copy unnecessary to yet another
51 memory buffer, and don't leak it.
53 PR rtl-optimization/77425
54 * ipa-devirt.c (get_odr_type): Set val->id unconditionally.
56 2016-09-03 Kirill Yukhin <kirill.yukhin@intel.com>
58 * ubsan.c (ubsan_use_new_style_p): Fix check for empty string.
60 2016-09-02 David Malcolm <dmalcolm@redhat.com>
62 * common.opt (fdiagnostics-generate-patch): New option.
63 * diagnostic.c: Include "edit-context.h".
64 (diagnostic_initialize): Initialize context->edit_context_ptr.
65 (diagnostic_finish): Delete context->edit_context_ptr.
66 (diagnostic_report_diagnostic): Add fix-it hints from the
67 diagnostic to context->edit_context_ptr, if any.
68 * diagnostic.h (class edit_context): Add forward decl.
69 (struct diagnostic_context): Add field "edit_context_ptr".
70 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
71 -fdiagnostics-generate-patch.
72 (-fdiagnostics-generate-patch): New item.
73 * toplev.c: Include "edit-context.h".
74 (process_options): Set global_dc->edit_context_ptr to a new
75 edit_context if the options need one.
76 (toplev::main): Handle -fdiagnostics-generate-patch by using
77 global_dc->edit_context_ptr.
79 2016-09-02 Jakub Jelinek <jakub@redhat.com>
82 * gimplify.c (gimplify_adjust_omp_clauses_1): Diagnose implicit
83 map and firstprivate clauses on target construct for _Atomic
85 (gimplify_adjust_omp_clauses): Diagnose explicit firstprivate clauses
86 on target construct for _Atomic qualified decls.
87 * omp-low.c (use_pointer_for_field): Return true for _Atomic qualified
89 * omp-simd-clone.c (simd_clone_clauses_extract): Warn and give up for
90 _Atomic qualified arguments not mentioned in uniform clause.
92 2016-09-02 David Malcolm <dmalcolm@redhat.com>
94 * Makefile.in (OBJS-libcommon): Add edit-context.o.
95 * diagnostic-color.c (color_dict): Add "diff-filename",
96 "diff-hunk", "diff-delete", and "diff-insert".
97 (parse_gcc_colors): Update default value of GCC_COLORS in comment
98 to reflect above changes.
99 * doc/invoke.texi (-fdiagnostics-color): Update description of
100 default GCC_COLORS, and of the supported capabilities.
101 * edit-context.c: New file.
102 * edit-context.h: New file.
103 * input.c (struct fcache): Add field "missing_trailing_newline".
104 (diagnostics_file_cache_forcibly_evict_file): Initialize it to
106 (add_file_to_cache_tab): Likewise.
107 (fcache::fcache): Likewise.
108 (get_next_line): Update c->missing_trailing_newline.
109 (location_missing_trailing_newline): New function.
110 * input.h (location_missing_trailing_newline): New decl.
111 * selftest-run-tests.c (selftest::run_tests): Call
112 edit_context_c_tests.
113 * selftest.h (edit_context_c_tests): New decl.
115 2016-09-02 Jakub Jelinek <jakub@redhat.com>
116 Richard Biener <rguenth@suse.de>
118 PR tree-optimization/77444
119 * tree-ssa-loop-ivopts.c (cand_value_at): For pointers use sizetype
120 as steptype, remove redundant initialization.
122 2016-09-02 Jakub Jelinek <jakub@redhat.com>
125 * sanopt.c: Include gimple-ssa.h, tree-phinodes.h and ssa-iterators.h.
126 (sanopt_optimize_walker): Optimize away
127 __asan_before_dynamic_init (...) followed by
128 __asan_after_dynamic_init () without intervening memory loads/stores.
129 * ipa-pure-const.c (special_builtin_state): Handle
130 BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT and
131 BUILT_IN_ASAN_AFTER_DYNAMIC_INIT.
133 2016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
135 * cfg.c (free_original_copy_tables): Replace second assignment of
136 bb_copy = NULL by bb_original = NULL.
138 2016-09-02 Jakub Jelinek <jakub@redhat.com>
141 * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
142 assignment added in r216794.
144 2016-09-02 David Malcolm <dmalcolm@redhat.com>
146 * Makefile.in (OBJS): Add typed-splay-tree.o.
147 * selftest-run-tests.c (selftest::run_tests): Call
148 typed_splay_tree_c_tests.
149 * selftest.h (typed_splay_tree_c_tests): New decl.
150 * typed-splay-tree.c: New file.
151 * typed-splay-tree.h (typed_splay_tree::foreach_fn): New typedef.
152 (typed_splay_tree::max): New method.
153 (typed_splay_tree::min): New method.
154 (typed_splay_tree::foreach): New method.
155 (typed_splay_tree::closure): New struct.
156 (typed_splay_tree::inner_foreach_fn): New function.
158 2016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
160 * ipa-cp.c (ipcp_store_bits_results): Change option name from
161 -fipa-cp-bit to -fipa-bit-cp.
163 2016-09-01 Martin Sebor <msebor@redhat.com>
165 PR tree-optimization/71831
166 * tree-object-size.h: Return bool instead of the size and add
167 argument for the size.
168 * tree-object-size.c (compute_object_offset): Update signature.
169 (addr_object_size): Same.
170 (compute_builtin_object_size): Return bool instead of the size
171 and add argument for the size. Handle POINTER_PLUS_EXPR when
172 optimization is disabled.
173 (expr_object_size): Adjust.
174 (plus_stmt_object_size): Adjust.
175 (pass_object_sizes::execute): Adjust.
176 * builtins.c (fold_builtin_object_size): Adjust.
177 * doc/extend.texi (Object Size Checking): Update.
178 * ubsan.c (instrument_object_size): Adjust.
180 2016-09-01 Martin Sebor <msebor@redhat.com>
182 * genmatch.c (parser::parse_expr): Increase buffer size to guarantee
183 it fits the output of the formatted function regardless of its
185 * gcc/genmodes.c (parser::parse_expr): Same.
186 * gimplify.c (gimplify_asm_expr): Same.
187 * passes.c (pass_manager::register_one_dump_file): Same.
188 * print-tree.c (print_node): Same.
190 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
192 * config/rs6000/altivec.md: Use VSCR_REGNO instead of 110 throughout.
194 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
196 * config/rs6000/altivec.md: Use VRSAVE_REGNO instead of 109 throughout.
198 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
200 * config/rs6000/altivec.md: Use CR6_REGNO instead of 74 throughout.
201 * config/rs6000/vector.md: Ditto.
202 * config/rs6000/vsx.md: Ditto.
204 2016-09-01 Eric Botcazou <ebotcazou@adacore.com>
206 * ipa-inline-analysis.c (param_change_prob): Get to the base object
209 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
211 * config/rs6000/rs6000.md (*restore_gpregs_<mode>_r11,
212 *restore_gpregs_<mode>_r12, *restore_gpregs_<mode>_r1,
213 *return_and_restore_gpregs_<mode>_r11,
214 *return_and_restore_gpregs_<mode>_r12,
215 *return_and_restore_gpregs_<mode>_r1,
216 *return_and_restore_fpregs_<mode>_r11,
217 *return_and_restore_fpregs_<mode>_r12,
218 *return_and_restore_fpregs_<mode>_r1): Use the hard register LR_REGNO
219 directly instead of via the "l" constraint. Renumber operands.
222 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
224 * config/rs6000/altivec.md (*save_world, *save_vregs_<mode>_r11,
225 save_vregs_<mode>_r12, *restore_vregs_<mode>_r11,
226 *restore_vregs_<mode>_r12): Use LR_REGNO instead of 65.
227 * config/rs6000/darwin.md (load_macho_picbase, load_macho_picbase_si,
228 load_macho_picbase_di, *call_indirect_nonlocal_darwin64,
229 *call_nonlocal_darwin64, *call_value_indirect_nonlocal_darwin64,
230 *call_value_nonlocal_darwin64, reload_macho_picbase,
231 reload_macho_picbase_si, reload_macho_picbase_di): Ditto.
232 * config/rs6000/rs6000.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Ditto.
233 * config/rs6000/rs6000.md (*save_gpregs_<mode>_r11,
234 *save_gpregs_<mode>_r12, *save_gpregs_<mode>_r1,
235 *save_fpregs_<mode>_r11, *save_fpregs_<mode>_r12,
236 *save_fpregs_<mode>_r1): Ditto.
237 * config/rs6000/spe.md (*save_gpregs_spe, *restore_gpregs_spe,
238 *return_and_restore_gpregs_spe): Ditto.
240 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
242 * config/rs6000/rs6000.md
243 (define_insn "*return_and_restore_fpregs_aix_<mode>_r11"): Delete
244 the use of the link register.
245 (define_insn "*return_and_restore_fpregs_aix_<mode>_r1"): Ditto.
247 2016-09-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
248 Michael Meissner <meissner@linux.vnet.ibm.com>
251 * config/rs6000/rs6000.c (rs6000_legitimize_address): Avoid
252 reg+reg addressing for TImode.
253 (rs6000_legitimate_address_p): Only allow register indirect
254 addressing for TImode, even without TARGET_QUAD_MEMORY.
256 2016-09-01 Richard Biener <rguenther@suse.de>
259 * tree-chrec.c (tree_fold_binomial): Use widest_int, properly
260 check whether the result fits the desired result type.
262 2016-09-01 Nathan Sidwell <nathan@acm.org>
264 * config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
266 2016-09-01 Wilco Dijkstra <wdijkstr@arm.com>
268 * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
270 (TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT): Define.
272 2016-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
274 * config/aarch64/aarch64.md (*ands<mode>_compare0): New pattern.
275 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_NZmode
276 for comparisons of integer ZERO_EXTEND against zero.
278 2016-09-01 Eric Botcazou <ebotcazou@adacore.com>
280 * config/i386/i386.c (ix86_option_override_internal): Also disable the
281 STV pass if -mstackrealign is enabled.
283 2016-08-31 Ilya Verbin <iverbin@gmail.com>
285 * config/i386/driver-i386.c (host_detect_local_cpu): Fix detection of
288 2016-08-31 David Malcolm <dmalcolm@redhat.com>
290 * diagnostic-show-locus.c (class layout): Add field m_fixit_hints.
291 (layout_range::intersects_line_p): New method.
292 (test_range_contains_point_for_single_point): Rename to...
293 (test_layout_range_for_single_point): ...this, and add testing
294 for layout_range::intersects_line_p.
295 (test_range_contains_point_for_single_line): Rename to...
296 (test_layout_range_for_single_line): ...this, and add testing
297 for layout_range::intersects_line_p.
298 (test_range_contains_point_for_multiple_lines): Rename to...
299 (test_layout_range_for_multiple_lines): ...this, and add testing
300 for layout_range::intersects_line_p.
301 (layout::layout): Populate m_fixit_hints.
302 (layout::get_expanded_location): Handle the case of a line-span
304 (layout::validate_fixit_hint_p): New method.
305 (get_line_span_for_fixit_hint): New function.
306 (layout::calculate_line_spans): Add spans for fixit-hints.
307 (layout::should_print_annotation_line_p): New method.
308 (layout::print_any_fixits): Drop param "richloc", instead using
309 validated fixits in m_fixit_hints. Add "const" to hint pointers.
310 (diagnostic_show_locus): Avoid printing blank annotation lines.
311 (selftest::test_diagnostic_context::test_diagnostic_context):
312 Initialize show_column and start_span.
313 (selftest::test_diagnostic_context::start_span_cb): New static
315 (selftest::test_diagnostic_show_locus_fixit_lines): New function.
316 (selftest::diagnostic_show_locus_c_tests): Update for function
317 renamings. Call test_diagnostic_show_locus_fixit_lines.
319 2016-08-31 Marc Glisse <marc.glisse@inria.fr>
321 PR tree-optimization/73714
322 * match.pd (a * (1 << b)): Revert change from 2016-05-23.
324 2016-08-31 David Malcolm <dmalcolm@redhat.com>
326 * selftest.c: Move "namespace selftest {" to top of file,
327 removing explicit "selftest::" qualifiers throughout.
329 2016-08-31 Marc Glisse <marc.glisse@inria.fr>
331 * config/i386/avx512fintrin.h (__m512_u, __m512i_u, __m512d_u):
333 (_mm512_loadu_pd, _mm512_storeu_pd, _mm512_loadu_ps,
334 _mm512_storeu_ps, _mm512_loadu_si512, _mm512_storeu_si512):
335 Replace builtin with vector extension.
336 * config/i386/avxintrin.h (__m256_u, __m256i_u, __m256d_u):
338 (_mm256_loadu_pd, _mm256_storeu_pd, _mm256_loadu_ps,
339 _mm256_storeu_ps, _mm256_loadu_si256, _mm256_storeu_si256):
340 Replace builtin with vector extension.
341 * config/i386/emmintrin.h (__m128i_u, __m128d_u): New types.
342 (_mm_loadu_pd, _mm_storeu_pd, _mm_loadu_si128, _mm_storeu_si128):
343 Replace builtin with vector extension.
344 * config/i386/xmmintrin.h (__m128_u): New type.
345 (_mm_loadu_ps, _mm_storeu_ps): Replace builtin with vector extension.
346 (_mm_load_ps, _mm_store_ps): Simplify.
348 2016-08-31 Eric Botcazou <ebotcazou@adacore.com>
350 * config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.
352 2016-08-30 David Malcolm <dmalcolm@redhat.com>
354 * diagnostic-show-locus.c (colorizer::begin_state): Support more
355 than 3 ranges per diagnostic by alternating between color 1 and
357 (layout::layout): Replace use of rich_location::MAX_RANGES
358 with richloc->get_num_locations ().
359 (layout::calculate_line_spans): Replace use of
360 rich_location::MAX_RANGES with m_layout_ranges.length ().
361 (layout::print_annotation_line): Handle arbitrary numbers of
362 ranges in caret-printing by defaulting to '^'.
363 (selftest::test_one_liner_many_fixits): New function.
364 (test_diagnostic_show_locus_one_liner): Call it.
365 * diagnostic.c (diagnostic_initialize): Update for renaming
366 of rich_location::MAX_RANGES to
367 rich_location::STATICALLY_ALLOCATED_RANGES.
368 * diagnostic.h (struct diagnostic_context): Likewise.
370 2016-08-30 David Malcolm <dmalcolm@redhat.com>
372 * selftest.c (selftest::named_temp_file::named_temp_file): New
374 (selftest::temp_source_file::~temp_source_file): Move to...
375 (selftest::named_temp_file::~named_temp_file): ...here.
376 (selftest::test_named_temp_file): New function.
377 (selftest::selftest_c_tests): Call test_named_temp_file.
378 * selftest.h (class named_temp_file): New class.
379 (class temp_source_file): Convert to a subclass of named_temp_file.
381 2016-08-30 Segher Boessenkool <segher@kernel.crashing.org>
383 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
384 USEs of LR_REGNO in returns and sibcalls.
385 (rs6000_output_mi_thunk): Similar.
386 (rs6000_sibcall_aix): Similar.
387 * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
388 sibcall_local64, sibcall_value_local32, sibcall_value_local64,
389 sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
390 Remove the USE of LR_REGNO from the patterns as well. Delete an
392 (return_internal_<mode>): Delete.
394 2016-08-30 Tamar Christina <tamar.christina@arm.com>
396 * gcc/config/aarch64/aarch64-simd.md
397 (aarch64_ld2<mode>_dreg_le): New.
398 (aarch64_ld2<mode>_dreg_be): New.
399 (aarch64_ld2<mode>_dreg): Removed.
400 (aarch64_ld3<mode>_dreg_le): New.
401 (aarch64_ld3<mode>_dreg_be): New.
402 (aarch64_ld3<mode>_dreg): Removed.
403 (aarch64_ld4<mode>_dreg_le): New.
404 (aarch64_ld4<mode>_dreg_be): New.
405 (aarch64_ld4<mode>_dreg): Removed.
406 (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
408 2016-08-30 David Malcolm <dmalcolm@redhat.com>
410 * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
411 redundant location param.
412 (test_one_liner_fixit_remove): Likewise.
413 (test_one_liner_fixit_replace): Likewise.
414 (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
415 * gcc-rich-location.c
416 (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
417 get_range_from_loc. Drop overload taking a const char *.
418 * gcc-rich-location.h
419 (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
422 2016-08-30 Szabolcs Nagy <szabolcs.nagy@arm.com>
424 * config/linux.c (linux_libc_has_function): Return true on musl.
426 2016-08-30 Szabolcs Nagy <szabolcs.nagy@arm.com>
428 * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
430 2016-08-30 Eric Botcazou <ebotcazou@adacore.com>
432 * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
433 used for abnormal egdes.
435 2016-08-30 Jakub Jelinek <jakub@redhat.com>
437 PR tree-optimization/72866
438 * tree-vect-patterns.c (search_type_for_mask): Turn into
439 a small wrapper, move all code to ...
440 (search_type_for_mask_1): ... this new function. Add caching
441 and adjust recursive calls.
444 * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
445 instead of lookup_type_die (type_main_variant (type)) even for array
449 * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
450 constant pool reference return x instead of c.
452 2016-08-29 Segher Boessenkool <segher@kernel.crashing.org>
454 * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
457 2016-08-29 David Malcolm <dmalcolm@redhat.com>
460 (selftest::test_make_location_nonpure_range_endpoints): Fix
463 2016-08-29 David Malcolm <dmalcolm@redhat.com>
465 * diagnostic-show-locus.c
466 (selftest::test_one_liner_fixit_validation_adhoc_locations): New
468 (selftest::test_diagnostic_show_locus_one_liner): Call it.
469 * input.c (get_pure_location): Move to libcpp/line-map.c.
470 * input.h (get_pure_location): Convert decl to an inline function
471 calling implementation in libcpp.
473 2016-08-29 Uros Bizjak <ubizjak@gmail.com>
476 * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
477 template for intel asm dialect.
478 (vec_set_hi_<mode><mask_name>): Ditto.
480 2016-08-29 David Malcolm <dmalcolm@redhat.com>
482 * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
483 (selftest::fail_formatted): Likewise.
485 2016-08-29 David Malcolm <dmalcolm@redhat.com>
487 * input.c (make_location): Call get_start and get_finish
488 on the endpoints to avoid storing packed ranges or ad-hoc
490 (selftest::test_make_location_nonpure_range_endpoints): New function.
491 (selftest::input_c_tests): Call it.
492 * input.h (get_start): New inline function.
494 2016-08-29 Tom de Vries <tom@codesourcery.com>
497 * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
500 2016-08-29 Eric Botcazou <ebotcazou@adacore.com>
502 * Makefile.in (gcov-iov.h): Add dummy recipe.
504 2016-08-29 Nathan Sidwell <nathan@acm.org>
506 * config/nvptx/nvptx.c: #include tree-vrp.h.
508 2016-08-28 Eric Botcazou <ebotcazou@adacore.com>
511 * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
512 HIGH+LO construct during reload.
514 2016-08-28 Tom de Vries <tom@codesourcery.com>
517 * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
518 'sysv_abi va_list' attribute.
519 (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
520 (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
523 2016-08-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
525 * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
526 * emit-rtl.c (unshare_all_rtl_1): Adjust.
527 (unshare_all_rtl_again): Likewise.
528 * function.c (assign_stack_local_1): Likewise.
529 (assign_stack_temp_for_type): Likewise.
531 2016-08-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
533 * cfgbuild.c (make_edges): Adjust.
534 * cfgrtl.c (can_delete_label_p): Likewise.
535 * dwarf2cfi.c (create_trace_edges): Likewise.
536 * except.c (sjlj_emit_dispatch_table): Likewise.
537 * function.h (struct expr_status): make x_forced_labels a vector.
538 * jump.c (rebuild_jump_labels_1): Adjust.
539 * reload1.c (set_initial_label_offsets): Likewise.
540 * stmt.c (force_label_rtx): Likewise.
541 (expand_label): Likewise.
543 2016-08-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
545 * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
547 2016-08-27 Patrick Palka <ppalka@gcc.gnu.org>
549 PR tree-optimization/71077
550 PR tree-optimization/68542
551 * fold-const.c (fold_relational_const): Fix folding of
552 VECTOR_CST comparisons that have a scalar boolean result type.
553 (selftest::test_vector_folding): New static function.
554 (selftest::fold_const_c_tests): Call it.
556 2016-08-27 Gerald Pfeifer <gerald@pfeifer.com>
558 * doc/extend.texi (SPU Built-in Functions): Remove stale
559 references to material formerly at IBM and Sony.
561 2016-08-26 David Edelsohn <dje.gcc@gmail.com>
564 * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
566 2016-08-26 David Malcolm <dmalcolm@redhat.com>
568 * diagnostic-show-locus.c
569 (selftest::test_fixit_consolidation): New function.
570 (selftest::diagnostic_show_locus_c_tests): Call it.
571 * gcc-rich-location.h (gcc_rich_location): Eliminate unused
572 constructor based on source_range.
574 2016-08-26 David Malcolm <dmalcolm@redhat.com>
576 * diagnostic-color.c (color_dict): Add "fixit-insert" and
578 (parse_gcc_colors): Update description of default GCC_COLORS.
579 * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
580 (colorizer::set_fixit_insert): New method.
581 (colorizer::set_fixit_delete): New method.
582 (colorizer::get_color_by_name): New method.
583 (colorizer::STATE_FIXIT_INSERT): New constant.
584 (colorizer::STATE_FIXIT_DELETE): New constant.
585 (class colorizer): Drop "_cs" suffix from fields. Delete "_ce"
586 fields in favor of new field "m_stop_color". Add fields
587 "m_fixit_insert" and "m_fixit_delete".
588 (colorizer::colorizer): Update for above changes. Replace
589 colorize_start calls with calls to get_color_by_name.
590 (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
591 STATE_FIXIT_DELETE. Update for field renamings.
592 (colorizer::finish_state): Simplify by using m_stop_color,
593 rather than multiple identical "*_ce" fields.
594 (colorizer::get_color_by_name): New method.
595 (layout::print_any_fixits): Print insertions and replacements
596 using the "fixit-insert" color, and deletions using the
597 "fixit-delete" color.
598 * doc/invoke.texi (-fdiagnostics-color): Update description of
599 default GCC_COLORS, and of the supported capabilities.
601 2016-08-26 Max Filippov <jcmvbkbc@gmail.com>
603 * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
604 current_function_static_stack_size variable with the static
605 stack frame size of the current function when
606 flag_stack_usage_info is enabled.
608 2016-08-26 Nathan Sidwell <nathan@acm.org>
610 * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
611 assignment inside if condition.
613 2016-08-26 Richard Biener <rguenther@suse.de>
615 PR tree-optimization/69047
616 * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
617 extracts similar to what FRE does.
618 (non_rewritable_mem_ref_base): Likewise.
620 2016-08-26 Joseph Myers <joseph@codesourcery.com>
622 * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
623 (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
624 * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
625 * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
626 * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
628 * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
629 * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
630 * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
631 * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
632 * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
634 2016-08-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
637 * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
638 reservation duration to 15 cycles.
639 (cortex_a8_vfp_macs): Likewise.
640 (cortex_a8_vfp_macd): Likewise.
641 (cortex_a8_vfp_divs): Likewise.
642 (cortex_a8_vfp_divd): Likewise.
644 2016-08-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
646 * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
647 (aarch_macro_fusion_pair_p): Use above to avoid early return.
649 2016-08-26 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
650 Martin Jambhor <mjambor@suse.cz>
652 * common.opt: New option -fipa-bit-cp.
653 * doc/invoke.texi: Document -fipa-bit-cp.
654 * opts.c (default_options_table): Add entry for -fipa-bit-cp.
655 (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
656 * tree-ssa-ccp.h: New header file.
657 * tree-ssa-ccp.c: Include tree-ssa-ccp.h
658 (bit_value_binop_1): Change to bit_value_binop_1 and export it.
659 Replace all occurences of tree parameter by two new params: signop, int.
660 (bit_value_unop_1): Change to bit_value_unop and export it.
661 Replace all occurences of tree parameter by two new params: signop,
663 (bit_value_binop): Change call from bit_value_binop_1 to
665 (bit_value_assume_aligned): Likewise.
666 (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
667 (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
669 (ccp_finalize): Skip processing if val->mask == 0.
670 * ipa-cp.c: Include tree-ssa-ccp.h
671 (ipcp_bits_lattice): New class.
672 (ipcp_param_lattice (bits_lattice): New member.
673 (print_all_lattices): Call ipcp_bits_lattice::print.
674 (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
675 (initialize_node_lattices): Likewise.
676 (propagate_bits_accross_jump_function): New function.
677 (propagate_constants_accross_call): Call
678 propagate_bits_accross_jump_function.
679 (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
680 (ipcp_store_bits_results): New function.
681 (ipcp_driver): Call ipcp_store_bits_results.
682 * ipa-prop.h (ipa_bits): New struct.
683 (ipa_jump_func): Add new member bits of type ipa_bits.
684 (ipa_param_descriptor): Change decl to decl_or_type.
685 (ipa_get_param): Change decl to decl_or_type and assert on
687 (ipa_get_type): New function.
688 (ipcp_transformation_summary): New member bits.
689 * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
690 (ipa_populate_param_decls): Likewise.
691 (ipa_dump_param): Likewise.
692 (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
694 (ipa_set_jf_unknown): Set ipa_bits::known to false.
695 (ipa_compute_jump_functions_for_edge): Compute jump function for bits
697 (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
698 (ipa_write_jump_function): Add streaming for ipa_bits.
699 (ipa_read_jump_function): Add support for reading streamed ipa_bits.
700 (write_ipcp_transformation_info): Add streaming for ipa_bits
702 (read_ipcp_transfomration_info): Add support for reading streamed
704 (ipcp_update_bits): New function.
705 (ipcp_transform_function): Call ipcp_update_bits.
707 2016-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
709 * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
710 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
712 2016-08-25 David Edelsohn <dje.gcc@gmail.com>
714 * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
716 2016-08-25 Richard Biener <rguenther@suse.de>
718 * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
719 Only add locations in late dwarf.
720 (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
721 (dwarf2out_early_finish): But do it here.
723 2016-08-24 Michael Collison <michael.collison@linaro.org>
724 Michael Collison <michael.collison@arm.com>
726 * config/arm/arm-modes.def: Add new condition code mode CC_V
727 to represent the overflow bit.
728 * config/arm/arm.c (maybe_get_arm_condition_code):
729 Add support for CC_Vmode.
730 (arm_gen_unlikely_cbranch): New function to generate common
731 rtl conditional branches for overflow patterns.
732 * config/arm/arm-protos.h: Add prototype for
733 arm_gen_unlikely_cbranch.
734 * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
735 addsi3_compareV_upper): New patterns to support signed
736 builtin overflow add operations.
737 (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
738 New patterns to support unsigned builtin add overflow operations.
739 (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
740 builtin overflow subtract operations,
741 (usubv<mode>4): New patterns to support unsigned builtin subtract
743 (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
744 to support builtin overflow negate operations.
746 2016-08-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
749 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
751 * explow.c (get_dynamic_stack_size): Take known alignment of stack
752 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
755 2016-08-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
757 * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
758 MULTILIB_OPTIONS should be used. Small wording fixes.
759 * genmultilib: Memorize set of all option combinations in
760 combination_space. Detect if RHS of MULTILIB_REUSE uses an option not
761 found in MULTILIB_OPTIONS by checking if option set is listed in
762 combination_space. Output new and existing error message to stderr.
764 2016-08-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
766 * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
767 -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
768 Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
769 (MULTILIB_REUSE): Remove reuse rules for option set including
770 -mfpu=fp-armv8 and -mfpu=vfpv4
772 2016-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
774 * config/arm/t-rtems: Add vfp multilib.
776 2016-08-23 Ian Lance Taylor <iant@golang.org>
778 * config/s390/s390.c (s390_asm_file_start): Call
781 2016-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
783 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
784 initialization of all 0's to the 0 constant, instead of directly
785 generating XOR. Add support for V4SImode vector initialization on
786 64-bit systems with direct move, and rework the ISA 3.0 V4SImode
787 initialization. Change variables used in V4SFmode vector
788 intialization. For V4SFmode vector splat on ISA 3.0, make sure
789 any memory addresses are in index form. Add support for using
790 VSPLTH/VSPLTB to initialize vector short and vector char vectors
791 with all of the same element.
792 (regno_or_subregno): New helper function to return a register
793 number for either REG or SUBREG.
794 (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
795 Use regno_or_subregno where possible.
796 (rs6000_split_v4si_init_di_reg): New helper function to build up a
797 DImode value from two SImode values in order to generate V4SImode
798 vector initialization on 64-bit systems with direct move.
799 (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
801 (rtx_is_swappable_p): V4SImode vector initialization insn is not
803 * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
805 * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
806 attributes to initialize V8HImode and V16QImode vectors with the
808 (VSX_SPLAT_COUNT): Likewise.
809 (VSX_SPLAT_SUFFIX): Likewise.
810 (UNSPEC_VSX_VEC_INIT): New unspec.
811 (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
812 Allow SFmode values to come from Altivec registers.
813 (vsx_init_v4si): New insn/split for V4SImode vector initialization
814 on 64-bit systems with direct move.
815 (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
816 vector initializations, to allow V4SImode vector initializations
817 on 64-bit systems with direct move.
818 (vsx_splat_v4si): Likewise.
819 (vsx_splat_v4si_di): Likewise.
820 (vsx_splat_v4sf): Likewise.
821 (vsx_splat_v4sf_internal): Likewise.
822 (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
824 (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
825 (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
826 initializing V8HImode and V16QImode vectors with the same
828 * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
829 optimization if -maltivec=be.
831 2016-08-23 Christophe Lyon <christophe.lyon@linaro.org>
833 * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
834 attribute for alternatives 3 and 4.
836 2016-08-23 David Malcolm <dmalcolm@redhat.com>
838 * selftest.c (selftest::assert_str_contains): New function.
839 (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
840 * selftest.h (selftest::assert_str_contains): New decl.
841 (ASSERT_STR_CONTAINS): New macro.
843 2016-08-23 Richard Biener <rguenther@suse.de>
845 PR tree-optimization/77286
846 * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
848 (vect_transform_loop): Split exit edges of loop and scalar
849 loop if required and at the appropriate time.
851 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
853 * explow.c (get_dynamic_stack_size): Take known alignment of stack
854 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
856 Correct a typo in a comment.
858 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
860 * config/s390/s390.md ("*andc_split"): New splitter for and with
863 2016-08-23 Richard Biener <rguenther@suse.de>
865 PR tree-optimization/27336
866 * tree-vrp.c (infer_value_range): Handle stmts that can throw
867 by looking for a non-EH edge.
868 (process_assert_insertions_for): Likewise.
870 2016-08-23 Richard Biener <rguenther@suse.de>
873 * statistics.c (statistics_counter_event): Robustify against
876 2016-08-23 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
878 * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
879 for targets amdfam10 and barcelona.
881 2016-08-22 Uros Bizjak <ubizjak@gmail.com>
883 * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
884 (zero_extend<mode>di2): Ditto.
885 (*zero_extend<mode>si2): Ditto.
886 (*zero_extendqihi2): Ditto.
888 2016-08-22 Joseph Myers <joseph@codesourcery.com>
891 * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
892 (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
894 2016-08-22 Patrick Palka <ppalka@gcc.gnu.org>
896 * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
897 identical consecutive elements.
898 [SSA_NAME]: Print the name's def stmt on its own line. When printing
899 the node's def stmt, avoid printing an unwanted trailing newline by
900 replacing the call to print_gimple_stmt() with its inlined body and
901 adjusting it to not set pp_needs_newline and to call pp_flush()
902 instead of pp_newline_and_flush().
904 2016-08-22 Joseph Myers <joseph@codesourcery.com>
906 * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
907 (float32_type_node, float64_type_node, float32x_type_node)
908 (float128x_type_node): New macros.
909 * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
910 (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
911 (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
912 (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
913 (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
914 (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
915 (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
916 (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
917 (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
918 (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
919 (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
920 (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
921 (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
922 (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
923 (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
924 (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
925 * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
926 (copysign, fabs, huge_val, inf, nan, nans): Use it.
927 * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
929 (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
930 (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
931 * doc/extend.texi (Other Builtins): Document these built-in
933 * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
936 2016-08-22 Gerald Pfeifer <gerald@pfeifer.com>
938 * doc/install.texi (Binaries): www.opencsw.org now uses https.
940 2016-08-22 Richard Biener <rguenther@suse.de>
942 * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
944 2016-08-21 Uros Bizjak <ubizjak@gmail.com>
947 * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
948 TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
949 non-SSE2 athlons only, otherwise prefer SSE prefetches.
951 2016-08-20 Kugan Vivekanandarajah <kuganv@linaro.org>
953 * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
954 (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
955 (vrp_visit_switch_stmt): Likewise.
956 (extract_range_from_stmt): Factored out from vrp_visit_stmt.
957 (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
958 (vrp_visit_stmt): Use extract_range_from_stmt.
959 (vrp_visit_phi_node): Use extract_range_from_phi_node.
961 2016-08-20 Kugan Vivekanandarajah <kuganv@linaro.org>
963 * Makefile.in: Add tree-vrp.h to GTFILES.
964 * gengtype.c (open_base_files): Add tree-vrp.h.
965 * asan.c: Add tree-vrp.h which now has the definition value_range_type.
966 * builtins.c: Likewise.
967 * fold-const.c: Likewise.
968 * gimple-builder.c: Likewise.
969 * gimple-laddress.c: Likewise.
970 * hsa-gen.c: Likewise.
971 * internal-fn.c: Likewise.
973 * targhooks.c: Liewise,
974 * tree-ssa-address.c: Likewise.
975 * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
976 * tree-vrp.c (struct value_range): Move to tree-vrp.h
977 * tree-vrp.h: New file.
979 2016-08-20 Kugan Vivekanandarajah <kuganv@linaro.org>
981 PR tree-optimization/61839
982 * tree-vrp.c (two_valued_val_range_p): New.
983 (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
984 two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
985 Also Convert VAR BINOP CST where VAR is two-valued to
986 VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
988 2016-08-19 David Malcolm <dmalcolm@redhat.com>
990 * diagnostic-show-locus.c
991 (layout::annotation_line_showed_range_p): New method.
992 (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
993 Reimplement case fixit_hint::REPLACE to cover removals, and
994 replacements where the range of the replacement isn't one
995 of the ranges in the rich_location.
996 (test_one_liner_fixit_replace): Likewise.
997 (selftest::test_one_liner_fixit_replace_non_equal_range): New
999 (selftest::test_one_liner_fixit_replace_equal_secondary_range):
1001 (selftest::test_diagnostic_show_locus_one_liner): Call the new
1003 * diagnostic.c (print_parseable_fixits): Remove case
1006 2016-08-19 Uros Bizjak <ubizjak@gmail.com>
1009 * config/i386/i386.c (ix86_option_override_internal): Remove
1010 PTA_PRFCHW from entries that also have PTA_3DNOW flag.
1011 Enable SSE prefetch also for TARGET_PREFETCHWT1.
1012 Do not try to enable TARGET_PRFCHW ISA flag here.
1013 * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
1014 Rewrite expander function body.
1015 (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
1017 2016-08-19 Joseph Myers <joseph@codesourcery.com>
1020 * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
1021 (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
1022 (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
1023 (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
1024 (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
1025 (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
1026 (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
1027 (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
1028 (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
1030 (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
1032 (struct floatn_type_info): New structure type.
1033 (floatn_nx_types): New variable declaration.
1034 * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
1035 (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
1036 (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
1037 * tree.c (floatn_nx_types): New variable.
1038 (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
1039 corresponding complex types.
1040 * target.def (floatn_mode): New hook.
1041 * targhooks.c: Include "real.h".
1042 (default_floatn_mode): New function.
1043 * targhooks.h (default_floatn_mode): New prototype.
1044 * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
1046 * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
1047 effective-target and dg-add-options keywords.
1048 (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
1049 Document new effective-target keywords.
1050 * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
1051 * doc/tm.texi: Regenerate.
1052 * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
1053 __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
1054 [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
1056 * real.h (struct real_format): Add field ieee_bits.
1057 * real.c (ieee_single_format, mips_single_format)
1058 (motorola_single_format, spu_single_format, ieee_double_format)
1059 (mips_double_format, motorola_double_format)
1060 (ieee_extended_motorola_format, ieee_extended_intel_96_format)
1061 (ieee_extended_intel_128_format)
1062 (ieee_extended_intel_96_round_53_format, ibm_extended_format)
1063 (mips_extended_format, ieee_quad_format, mips_quad_format)
1064 (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
1065 (decimal_double_format, decimal_quad_format, ieee_half_format)
1066 (arm_half_format, real_internal_format: Initialize ieee_bits
1068 * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
1069 float128_type_node. Set float80_type_node to float64x_type_node
1070 if appropriate and long_double_type_node not appropriate.
1071 * config/ia64/ia64.c (ia64_init_builtins): Likewise.
1072 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
1073 Initialize ieee_bits field.
1074 * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
1075 (rs6000_init_builtins): Set ieee128_float_type_node to
1077 (rs6000_floatn_mode): New function.
1079 2016-08-19 Jakub Jelinek <jakub@redhat.com>
1081 * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
1082 _rdseed64_step): Uglify argument names and/or local variable names
1083 in inline functions.
1084 * config/i386/rtmintrin.h (_xabort): Likewise.
1085 * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
1086 _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
1087 _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
1088 _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
1089 _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
1090 _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
1091 _mm_maskz_ternarylogic_epi32): Likewise.
1092 * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
1093 __lwpins32, __lwpins64): Likewise.
1094 * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
1095 _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
1096 _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
1097 _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
1098 _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
1099 _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
1100 _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
1101 _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
1102 _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
1103 _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
1104 _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
1105 _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
1106 _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
1107 _mm256_mask_i64gather_epi32): Likewise.
1108 * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
1109 * config/i386/ia32intrin.h (__writeeflags): Likewise.
1110 * config/i386/pkuintrin.h (_wrpkru): Likewise.
1111 * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
1112 _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
1113 _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
1114 _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
1115 _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
1116 _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
1117 _mm512_mask_prefetch_i64scatter_ps): Likewise.
1118 * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
1119 * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
1120 _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
1121 _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
1122 _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
1123 _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
1124 _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
1125 _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
1127 * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
1129 (_fxrstor, _fxsave64, _fxrstor64): Likewise.
1130 * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
1132 * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
1133 * config/i386/pkuintrin.h (_wrpkru): Likewise. Add space after
1135 (_rdpkru_u32): Add space after function name.
1137 * config/i386/t-i386 (i386-c.o): Don't depend on
1138 i386-builtin-types.inc.
1139 (i386.o): Depend on i386-builtin-types.inc.
1141 2016-08-19 Matthew Wahab <matthew.wahab@arm.com>
1144 * config/arm/arm.c (neon_valid_immediate): Delete declaration.
1145 Use const_vec_duplicate to check for duplicated elements.
1147 2016-08-19 Richard Biener <rguenther@suse.de>
1149 PR tree-optimization/77290
1150 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
1151 Fix flag_tree_parallelize_loops check.
1153 2016-08-19 Richard Biener <rguenther@suse.de>
1155 * match.pd (x | 0 -> x): Add.
1157 2016-08-19 Richard Biener <rguenther@suse.de>
1159 PR tree-optimization/77286
1160 * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
1161 Deal with virtual PHIs being out-of-order.
1163 2016-08-18 David Malcolm <dmalcolm@redhat.com>
1165 * doc/invoke.texi (fverbose-asm): Note that source code lines
1166 are emitted, and provide an example.
1167 * final.c (asm_show_source): New function.
1168 (final_scan_insn): Call asm_show_source.
1170 2016-08-18 David Malcolm <dmalcolm@redhat.com>
1172 * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
1173 param with diagnostic_kind.
1174 (class colorizer): Similarly replace field m_diagnostic with
1176 (colorizer::colorizer): Replace diagnostic
1177 param with diagnostic_kind.
1178 (colorizer::begin_state): Update for above field change.
1179 (layout::layout): Replace diagnostic param with rich_location *
1180 and diagnostic_kind.
1181 (diagnostic_show_locus): Replace diagnostic param with richloc
1182 and diagnostic_kind.
1183 (class selftest::test_diagnostic_context): New class.
1184 (selftest::test_diagnostic_show_locus_unknown_location): New
1186 (selftest::test_one_liner_simple_caret): New function.
1187 (selftest::test_one_liner_caret_and_range): New function.
1188 (selftest::test_one_liner_multiple_carets_and_ranges): New
1190 (selftest::test_one_liner_fixit_remove): New function.
1191 (selftest::test_one_liner_fixit_replace): New function.
1192 (selftest::test_diagnostic_show_locus_one_liner): New function.
1193 (selftest::diagnostic_show_locus_c_tests): Call the new test
1195 * diagnostic.c (diagnostic_initialize): Initialize
1196 colorize_source_p, show_ruler_p and parseable_fixits_p.
1197 (default_diagnostic_finalizer): Update for change to
1198 diagnostic_show_locus.
1199 (diagnostic_append_note): Likewise.
1200 * diagnostic.h (diagnostic_show_locus): Replace
1201 const diagnostic_info * param with location * and diagnostic_t.
1203 2016-08-18 David Malcolm <dmalcolm@redhat.com>
1205 * input.c (saved_line_table): New global.
1206 (class selftest::temp_line_table): Rename to line_table_test and
1207 move declaration to selftest.h, and drop field m_old_line_table.
1208 (selftest::temp_line_table::temp_line_table): Rename ctor to...
1209 (selftest::line_table_test::line_table_test): ...this. Add a
1210 default ctor. Store current value of line_table within
1212 (selftest::temp_line_table::~temp_line_table): Rename dtor to...
1213 (selftest::line_table_test::~line_table_test): ...this, and
1214 restore line_table from the saved_line_table, rather than
1216 (selftest::test_accessing_ordinary_linemaps): Update for above
1218 (selftest::test_lexer): Likewise.
1219 (struct selftest::lexer_test): Likewise.
1220 (selftest::lexer_test::lexer_test): Likewise.
1221 (selftest::input_c_tests): Move the looping over test cases from
1223 (selftest::for_each_line_table_case): New function.
1224 * input.h (saved_line_table): New decl.
1225 * selftest.h (struct selftest::line_table_case): New forward decl.
1226 (class selftest::line_table_test): New class, moved here from
1227 selftest::temp_line_table in input.c, and renamed.
1228 (selftest::for_each_line_table_case): New decl.
1230 2015-08-18 H.J. Lu <hongjiu.lu@intel.com>
1233 * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
1235 2016-08-18 Chung-Lin Tang <cltang@codesourcery.com>
1238 * gimplify.c (omp_add_variable): Adjust/add variable mapping on
1239 enclosing parallel construct for reduction variables on OpenACC loop
1242 2016-08-18 Pierre-Marie de Rodat <derodat@adacore.com>
1244 * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
1245 (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
1247 (function_to_dwarf_procedure): Update comment.
1249 2016-08-18 David Malcolm <dmalcolm@redhat.com>
1251 * input.c (diagnostics_file_cache_forcibly_evict_file): New
1253 * input.h (diagnostics_file_cache_forcibly_evict_file): New
1255 * selftest.c (selftest::temp_source_file::~temp_source_file):
1256 Evict m_filename from the diagnostic file cache.
1258 2016-08-18 Richard Biener <rguenther@suse.de>
1260 * tree-pass.h (make_pass_materialize_all_clones): Declare.
1261 * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
1262 make_pass_materialize_all_clones): New simple IPA pass encapsulating
1263 clone materialization.
1264 * passes.def (all_late_ipa_passes): Start with
1265 pass_materialize_all_clones.
1266 * cgraphunit.c (symbol_table::compile): Remove call to
1267 materialize_all_clones.
1268 * tree-into-ssa.c: Include statistics.h.
1269 (update_ssa): Count number of times we do incremental/rewrite
1272 2016-08-18 Richard Biener <rguenther@suse.de>
1274 PR tree-optimization/77282
1275 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
1276 When doing auto-parallelizing also prevent use of PHIs that
1277 carry dependences across loop backedges.
1279 2016-08-18 Tamar Christina <tamar.christina@arm.com>
1280 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1282 * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
1284 2016-08-18 Richard Biener <rguenther@suse.de>
1286 * ssa-iterators.h (ssa_vuse_operand): New inline.
1287 * tree-if-conv.c (ifc_temp_var): Update virtual operand.
1288 (predicate_all_scalar_phis): Use remove_phi_node to remove
1289 phi nodes predicated. Delay removing virtual PHIs.
1290 (predicate_mem_writes): Update virtual operands.
1291 (combine_blocks): Likewise. Propagate out remaining virtual PHIs.
1292 (tree_if_conversion): Do not rewrite virtual SSA form.
1293 * tree-phinodes.c (release_phi_node): Make static.
1294 * tree-phinodes.h (release_phi_node): Remove.
1296 2016-08-18 Jakub Jelinek <jakub@redhat.com>
1298 * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
1299 codes that appear in bdesc_* arrays, instead include i386-builtin.def
1300 twice to define those.
1301 (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
1302 bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
1303 bdesc_multi_arg): Define by including i386-builtin.def the third time.
1304 * config/i386/i386-builtin.def: New file.
1306 2016-08-17 David Malcolm <dmalcolm@redhat.com>
1308 * input.c (get_source_range_for_char): Rename to...
1309 (selftest::get_source_range_for_char): ...this, and move within
1310 the #if CHECKING_P guard.
1311 (get_num_source_ranges_for_substring): Rename to...
1312 (selftest::get_num_source_ranges_for_substring): ...this, move
1313 within the #if CHECKING_P guard, and make static.
1314 (selftest::assert_num_substring_ranges): Initialize
1317 2016-08-18 Alan Modra <amodra@gmail.com>
1319 PR rtl-optimization/72771
1320 * reload.c (find_reloads): Don't assume that a subreg mem is OK
1321 when find_reloads_toplev returns address_reloaded==-1.
1322 (alternative_allows_const_pool_ref): Update comment.
1324 2015-08-17 Alan Hayward <alan.hayward@arm.com>
1326 PR tree-optimization/71752
1327 * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
1328 * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
1330 2016-08-17 Jakub Jelinek <jakub@redhat.com>
1332 * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
1333 instead of testing ECF_NORETURN bit in gimple_call_flags.
1334 * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
1335 * predict.c (tree_bb_level_predictions): Likewise.
1336 * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
1339 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
1340 turning a call into __builtin_unreachable-like noreturn call, adjust
1341 gimple_call_set_fntype.
1342 * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
1343 gimple_call_fntype has void return type.
1345 2016-08-17 Chung-Lin Tang <cltang@codesourcery.com>
1347 * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
1348 maybe_lookup_decl, to handle nested acc loop directives.
1350 2016-08-17 Richard Biener <rguenther@suse.de>
1352 PR tree-optimization/76490
1353 * tree-vrp.c (update_value_range): Preserve overflow infinities
1354 when intersecting with ranges from get_range_info.
1355 (operand_less_p): Handle overflow infinities correctly.
1356 (value_range_constant_singleton): Use vrp_operand_equal_p
1357 to handle overflow max/min correctly.
1358 (vrp_valueize): Likewise.
1359 (union_ranges): Likewise.
1360 (intersect_ranges): Likewise.
1361 (vrp_visit_phi_node): Improve iteration limitation to only
1362 apply when we'll possibly re-visit the PHI via a changed argument
1365 2016-08-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
1367 * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
1368 (MULTILIB_REQUIRED): This by specifying multilib needing to be built
1369 rather than those that should not be built.
1371 2016-08-17 Stanislaw Halik <sthalik@misaki.pl>
1374 * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
1376 2016-08-17 Richard Biener <rguenther@suse.de>
1378 * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
1379 (verify_vssa): New function verifying virtual SSA form.
1380 (verify_ssa): Call it.
1381 * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
1382 Do not apply loop-closed SSA handling to virtuals.
1383 * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
1384 * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
1385 when rewriting their symbol.
1386 (prepare_def_site_for): Likewise.
1387 * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
1388 operands of moved stmts.
1390 2016-08-17 Richard Biener <rguenther@suse.de>
1392 PR tree-optimization/23855
1393 * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
1394 (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
1395 find guards to hoist. Do not update SSA form but rewrite virtuals
1396 into loop closed SSA.
1397 (find_loop_guard): Adjust to skip already hoisted guards. Do
1398 not mark virtuals for renaming or update SSA form.
1400 2016-08-17 Martin Liska <mliska@suse.cz>
1402 * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
1403 a LONG_LONG_TYPE_SIZE comparison.
1404 * gcov-io.h: Remove macro definitions.
1405 * tree-profile.c (gimple_gen_edge_profiler): Replace usage
1406 of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
1409 2016-08-16 Jakub Jelinek <jakub@redhat.com>
1411 * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
1412 that builtins not mentioned in bdesc_* arrays come first, then
1413 the ones mentioned in bdesc_* arrays in the order they appear in
1414 the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
1415 IX86_BUILTIN__BDESC_*_LAST enumerator.
1416 (bdesc_mpx): Fix up a comment typo.
1417 (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
1418 __builtin_ia32_vpcomneu[bwdq] builtins.
1419 (BDESC_VERIFY, BDESC_VERIFYS): Define.
1420 (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
1421 enum ix86_builtins ordering.
1422 (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
1423 for direct bdesc_* array member access instead of searching all the
1424 arrays until an fcode match is found.
1426 2016-08-16 Uros Bizjak <ubizjak@gmail.com>
1428 * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
1429 pattern as define_insn_and_split. Split insn before reload to
1431 (*<shift_insn><mode>3_mask): Ditto. Split insn before reload to
1432 <shift_insn><mode>3_1.
1433 (*<rotate_insn><mode>3_mask): Ditto. Split insn before reload to
1434 <rotate_insn><mode>3_1.
1436 2016-08-16 David Malcolm <dmalcolm@redhat.com>
1439 * input.c (get_source_range_for_substring): Rename to...
1440 (get_source_location_for_substring): ...this, adding param
1441 "caret_idx", and converting output param from source_range * to
1443 (get_source_range_for_char): New function.
1444 (get_num_source_ranges_for_substring): Update comment to reflect
1446 (assert_char_at_range): Update to use get_source_range_for_char
1447 rather than get_source_range_for_substring.
1448 (test_lexer_string_locations_concatenation_2): Likewise.
1449 * substring-locations.h (get_source_range_for_substring): Rename
1451 (get_source_location_for_substring): ...this, and adding param
1452 "caret_idx", and converting output param from source_range * to
1455 2016-08-16 David Malcolm <dmalcolm@redhat.com>
1457 * input.c (class selftest::temp_source_file): Move to
1459 (selftest::temp_source_file::temp_source_file): Move to
1461 (selftest::temp_source_file::~temp_source_file): Likewise.
1462 * selftest.c (selftest::temp_source_file::temp_source_file): Move
1464 (selftest::temp_source_file::~temp_source_file): Likewise.
1465 * selftest.h (class selftest::temp_source_file): Move here from
1468 2016-08-16 Jakub Jelinek <jakub@redhat.com>
1471 * tree-cfg.c (execute_fixup_cfg): Add node variable, use it. Before
1472 inlining, add cgraph edge for the added __builtin_unreachable call.
1475 * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
1476 only cast it to SHWI for the final comparison.
1478 2016-08-16 Martin Liska <mliska@suse.cz>
1480 PR gcov-profile/36412
1481 * doc/gcov.texi: Document --hash-filenames(-x).
1482 * gcov.c (print_usage): Add the option.
1483 (process_args): Process the option, sort options alphabetically.
1484 (md5sum_to_hex): New function.
1485 (make_gcov_file_name): Do the md5sum and append it to a
1488 2016-08-16 Bin Cheng <bin.cheng@arm.com>
1490 PR tree-optimization/69848
1491 * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
1492 and swtich operands to avoid additional NOT instruction.
1493 (vcond<v_cmp_mixed><mode>): Ditto.
1494 (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
1496 2016-08-16 Eric Botcazou <ebotcazou@adacore.com>
1498 * doc/install.texi (*-*-solaris2*): Adjust latest change.
1500 2016-08-16 Richard Biener <rguenther@suse.de>
1502 PR tree-optimization/76783
1503 * tree-ssa-propagate.c (ssa_prop_init): Use RPO order. Clear
1504 BB visited flags at start.
1506 2016-08-16 Bin Cheng <bin.cheng@arm.com>
1508 PR tree-optimization/72817
1509 PR tree-optimization/73450
1510 * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
1511 multiple_of_p for adjusted IV.base.
1513 2016-08-15 Uros Bizjak <ubizjak@gmail.com>
1516 * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
1517 Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
1518 for !flag_finite_math_only or flag_signed_zeros.
1519 (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
1520 *<code><mode>3_finite<mask_name><round_saeonly_name>. Do not
1521 depend on flag_finite_math_only.
1522 (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
1524 (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
1525 (*ieee_smin<mode>3): Ditto.
1526 (*ieee_smax<mode>3): Ditto.
1527 * config/i386/mmx.md (mmx_<code>v2sf3): Emit
1528 mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
1530 (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite. Do not
1531 depend on flag_finite_math_only.
1532 (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
1533 (*mmx_<code>v2sf3): Remove.
1534 * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
1535 * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
1536 flag_signed_zeros instead of !flag_unsafe_math_optimizations.
1538 2016-08-15 Segher Boessenkool <segher@kernel.crashing.org>
1540 PR rtl-optimization/73650
1541 * lra-constraints.c (simple_move_p): If the insn is multiple_sets
1542 it is not a simple move.
1544 2016-08-15 Martin Liska <mliska@suse.cz>
1547 * gcc.c (do_spec_1): Call save_string with the right size.
1548 (save_string): Do an assert about string we copy.
1550 2016-08-15 Richard Biener <rguenther@suse.de>
1552 * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
1553 * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
1555 (pass_data_stv): Likewise.
1557 2016-08-15 Richard Biener <rguenther@suse.de>
1559 PR tree-optimization/73434
1560 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
1561 TBAA info on the base when forwarding a non-invariant address.
1563 2016-08-15 Jakub Jelinek <jakub@redhat.com>
1565 * dwarf2out.c (struct checksum_attributes): Add
1566 at_string_length_bit_size and at_string_length_byte_size fields.
1567 (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
1568 and DW_AT_string_length_byte_size.
1569 (die_checksum_ordered): Handle at_string_length_bit_size and
1570 at_string_length_byte_size.
1571 (gen_array_type_die): For dwarf_version >= 5 emit
1572 DW_AT_string_length_byte_size instead of DW_AT_byte_size.
1573 (adjust_string_types): For dwarf_version >= 5 remove
1574 DW_AT_string_length_byte_size instead of DW_AT_byte_size.
1575 (resolve_addr): Likewise.
1578 * dwarf2out.c (string_types): New variable.
1579 (gen_array_type_die): Change early_dwarf handling of
1580 DW_AT_string_length, create DW_OP_call4 referencing the
1581 length var temporarily. Handle parameters that are pointers
1583 (adjust_string_types): New function.
1584 (gen_subprogram_die): Temporarily set string_types to local var,
1585 call adjust_string_types if needed.
1586 (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
1588 (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
1590 2016-08-15 Eric Botcazou <ebotcazou@adacore.com>
1592 * doc/install.texi (*-*-solaris2*): Fix version number and document
1593 requirement on GNU make for building libjava with the Solaris linker.
1595 2016-08-15 Martin Liska <mliska@suse.cz>
1596 Jakub Jelinek <jakub@redhat.com>
1598 PR tree-optimization/72824
1599 * tree-loop-distribution.c (const_with_all_bytes_same)
1600 <case VECTOR_CST>: Fix a typo.
1602 2016-08-14 Uros Bizjak <ubizjak@gmail.com>
1605 * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
1606 Renamed from _mm512_undefined_si512.
1607 (_mm_undefined_si512): New definition.
1609 2016-08-13 Richard Biener <rguenther@suse.de>
1611 * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
1612 into PHIs and update the lattice for its def.
1614 2016-08-12 Jakub Jelinek <jakub@redhat.com>
1617 * ubsan.c (instrument_si_overflow): Pass true instead of false
1619 (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
1620 of bbs. Return TODO_cleanup_cfg if any returned true.
1622 2016-08-12 Michael Meissner <meissner@linux.vnet.ibm.com>
1624 * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
1625 ISA 3.0 MTVSRDD instruction.
1626 (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
1629 2016-08-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1631 PR tree-optimization/71083
1632 * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
1633 bitfield access when possible.
1635 2016-08-12 Patrick Palka <ppalka@gcc.gnu.org>
1638 * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
1639 sign-changing cast from a shorter unsigned type to a wider
1642 2016-08-12 Jakub Jelinek <jakub@redhat.com>
1644 * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
1645 vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
1646 vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
1648 2016-08-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1650 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
1651 Correct costs for vec_construct.
1653 2016-08-12 Bin Cheng <bin.cheng@arm.com>
1655 PR tree-optimization/69848
1656 * tree-vectorizer.h (enum vect_def_type): New condition reduction
1657 type CONST_COND_REDUCTION.
1658 * tree-vect-loop.c (vectorizable_reduction): Support new condition
1659 reudction type CONST_COND_REDUCTION.
1661 2016-08-12 Richard Biener <rguenther@suse.de>
1663 PR tree-optimization/57326
1664 * tree-ssa-pre.c (fully_constant_expression): Handle simplification
1665 returning an SSA name.
1666 (phi_translate_1): When fully_constant_expression returns a NAME
1667 make sure we have a leader for it.
1669 2016-08-12 Martin Liska <mliska@suse.cz>
1670 Adam Fineman <afineman@afineman.com>
1672 * gcov.c (process_file): Create .gcov file when .gcda
1675 2016-08-12 Marek Polacek <polacek@redhat.com>
1678 * alias.c (find_base_value): Adjust fall through comment.
1679 * cfgexpand.c (expand_debug_expr): Likewise.
1680 * combine.c (find_split_point): Likewise.
1681 (expand_compound_operation): Likewise. Add FALLTHRU.
1682 (make_compound_operation): Adjust fall through comment.
1683 (canon_reg_for_combine): Add FALLTHRU.
1684 (force_to_mode): Adjust fall through comment.
1685 (simplify_shift_const_1): Likewise.
1686 (simplify_comparison): Likewise.
1687 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
1689 * config/aarch64/predicates.md: Likewise.
1690 * config/i386/i386.c (function_arg_advance_32): Likewise.
1691 (ix86_gimplify_va_arg): Likewise.
1692 (print_reg): Likewise.
1693 (ix86_print_operand): Likewise.
1694 (ix86_build_const_vector): Likewise.
1695 (ix86_expand_branch): Likewise.
1696 (ix86_sched_init_global): Adjust fall through comment.
1697 (ix86_expand_args_builtin): Add FALLTHRU.
1698 (ix86_expand_builtin): Likewise.
1699 (ix86_expand_vector_init_one_var): Likewise.
1700 * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
1701 (rs6000_adjust_cost): Likewise.
1702 (insn_must_be_first_in_group): Likewise.
1703 * config/rs6000/rs6000.md: Likewise. Adjust fall through comment.
1704 * dbxout.c (dbxout_symbol): Adjust fall through comment.
1705 * df-scan.c (df_uses_record): Likewise.
1706 * dojump.c (do_jump): Add FALLTHRU.
1707 * dwarf2out.c (mem_loc_descriptor): Likewise. Adjust fall through
1709 (resolve_args_picking_1): Adjust fall through comment.
1710 (loc_list_from_tree_1): Likewise.
1711 * expmed.c (make_tree): Likewise.
1712 * expr.c (expand_expr_real_2): Add FALLTHRU.
1713 (expand_expr_real_1): Likewise. Adjust fall through comment.
1714 * fold-const.c (const_binop): Adjust fall through comment.
1715 (fold_truth_not_expr): Likewise.
1716 (fold_cond_expr_with_comparison): Add FALLTHRU.
1717 (fold_binary_loc): Likewise.
1718 (contains_label_1): Adjust fall through comment.
1719 (multiple_of_p): Likewise.
1720 * gcov-tool.c (process_args): Add FALLTHRU.
1721 * genattrtab.c (check_attr_test): Likewise.
1722 (write_test_expr): Likewise.
1723 * genconfig.c (walk_insn_part): Likewise.
1724 * genpreds.c (validate_exp): Adjust fall through comment.
1725 (needs_variable): Likewise.
1726 * gensupport.c (get_alternatives_number): Add FALLTHRU.
1727 (subst_dup): Likewise.
1728 * gimple-pretty-print.c (dump_gimple_assign): Likewise.
1729 * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
1730 (gimplify_scan_omp_clauses): Add FALLTHRU.
1731 (goa_stabilize_expr): Likewise.
1732 * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
1734 * hsa-gen.c (get_address_from_value): Likewise.
1735 * ipa-icf.c (sem_function::hash_stmt): Likewise.
1736 * ira.c (ira_setup_alts): Add FALLTHRU.
1737 * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
1739 * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
1740 * opts.c (common_handle_option): Likewise.
1741 * read-rtl.c (read_rtx_code): Likewise.
1742 * real.c (round_for_format): Likewise.
1743 * recog.c (asm_operand_ok): Likewise.
1744 * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
1745 * reload1.c (set_label_offsets): Likewise.
1746 (eliminate_regs_1): Likewise.
1747 (reload_reg_reaches_end_p): Likewise.
1748 * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
1749 (rtx_cost): Likewise.
1750 * sched-rgn.c (is_exception_free): Likewise.
1751 * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
1752 * stor-layout.c (int_mode_for_mode): Likewise.
1753 * toplev.c (print_to_asm_out_file): Likewise.
1754 (print_to_stderr): Likewise.
1755 * tree-cfg.c (gimple_verify_flow_info): Likewise.
1756 * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
1757 (chrec_fold_multiply): Likewise.
1758 (evolution_function_is_invariant_rec_p): Likewise.
1759 (for_each_scev_op): Likewise.
1760 * tree-data-ref.c (siv_subscript_p): Likewise.
1761 (get_references_in_stmt): Likewise.
1762 * tree.c (find_placeholder_in_expr): Adjust fall through comment.
1763 (substitute_in_expr): Likewise.
1764 (type_cache_hasher::equal): Likewise.
1765 (walk_type_fields): Likewise.
1766 * var-tracking.c (adjust_mems): Add FALLTHRU.
1767 (set_dv_changed): Adjust fall through comment.
1768 * varasm.c (default_function_section): Add FALLTHRU.
1770 2016-08-12 Marek Polacek <polacek@redhat.com>
1773 * tree-complex.c (expand_complex_division): Add missing break.
1775 2016-08-12 Richard Biener <rguenther@suse.de>
1777 * passes.c (execute_todo): Do not push/pop TV_TODO.
1778 (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
1779 (execute_one_pass): Likewise.
1780 * common.opt (ftime-report-details): New switch.
1781 * doc/invoke.texi (ftime-report-details): Document.
1782 * timevar.h (timer::print_row): Adjust signature.
1783 (timer::all_zero): New static helper.
1784 (timer::child_map_t): New typedef.
1785 (timer::time_var_def): Add children field.
1786 * timevar.c (timer::named_items::print): Adjust.
1787 (timer::~timer): Free timevar recorded children.
1788 (timer::pop_internal): When -ftime-report-details record
1789 time spent in sub-timevars.
1790 (timer::print_row): Adjust.
1791 (timer::print): Print sub-timevar stats, use all_zero.
1792 * timevar.def (TV_TODO): Remove.
1794 2016-08-12 Richard Biener <rguenther@suse.de>
1796 PR tree-optimization/72851
1797 * tree-ssa-propagate.c: Include cfganal.h. Rewrite block and stmt
1798 worklists to use bitmaps indexed in execution order.
1799 (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
1800 bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
1801 (cfg_blocks): Make a bitmap.
1802 (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
1804 (cfg_blocks_empty_p): Adjust.
1805 (cfg_blocks_add): Likewise.
1806 (cfg_blocks_get): Likewise.
1807 (add_ssa_edge): Likewise.
1808 (add_control_edge): Likewise.
1809 (simulate_stmt): Likewise.
1810 (process_ssa_edge_worklist): Likewise.
1811 (simulate_block): Likewise.
1812 (ssa_prop_init): Compute PRE order and stmt UIDs.
1813 (ssa_prop_fini): Adjust.
1814 (ssa_propagate): Adjust.
1816 2016-08-12 Richard Biener <rguenther@suse.de>
1818 * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
1819 the currently executable edges have fixed ranges. Always
1820 go through update_value_range.
1822 2016-08-12 Alexandre Oliva <aoliva@redhat.com>
1826 (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
1827 (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
1828 (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
1829 (LANG_HOOKS_DECLS): Add it.
1830 * langhooks.h (struct lang_hooks_for_decls): Add
1831 function_decl_defaulted. Const_tree-ify
1832 function_decl_explicit_p and function_decl_deleted_p.
1833 * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
1834 attribute. Add DW_AT_deleted instead of DW_AT_GNU_deleted,
1835 also at strict DWARF v5.
1838 * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
1839 TYPE_QUAL_CONST in reference-typed decls.
1842 * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
1843 in DW_OP_pieces, just enough to handle pointers to member
1845 (gen_remaining_tmpl_value_param_die_attribute): Use a location
1846 expression on DWARFv5 if a constant value doesn't work.
1848 2016-08-11 David Malcolm <dmalcolm@redhat.com>
1850 * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
1851 * selftest.c (selftest::test_assertions): New function.
1852 (selftest::selftest_c_tests): New function.
1853 * selftest.h (selftest::selftest_c_tests): New declaration.
1855 2016-08-11 Richard Biener <rguenther@suse.de>
1856 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1858 PR rtl-optimization/72855
1859 * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
1861 2016-08-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1864 * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
1865 (vsx_store_<mode>): Likewise.
1867 2015-08-11 H.J. Lu <hongjiu.lu@intel.com>
1869 * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
1870 TImode CONST_WIDE_INT store.
1871 (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
1873 2015-08-11 H.J. Lu <hongjiu.lu@intel.com>
1875 * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
1876 mode if unaligned SSE load and store are optimal.
1878 2016-08-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
1880 PR tree-optimization/71083
1881 * tree-predcom.c (ref_at_iteration): Correctly align the
1884 2016-08-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1886 * config/s390/s390-builtin-types.def: Add INT128 types.
1887 * config/s390/s390-builtins.def: Add INT128 variants for the add
1888 sub low-level builtins dealing with TImode.
1889 * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
1890 via subreg when expanding a builtin.
1891 * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
1892 UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
1894 * config/s390/vecintrin.h: Adjust builtin names accordingly.
1895 * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
1896 ("vec_addc<mode>", "vec_addc_u128"): Merge to
1897 "vacc<bhfgq>_<mode>".
1898 ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
1899 ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
1900 ("vec_subc<mode>", "vec_subc_u128"): Merge to
1901 "vscbi<bhfgq>_<mode>".
1902 ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
1903 ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
1905 2016-08-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1907 * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
1909 2016-08-11 Bin Cheng <bin.cheng@arm.com>
1911 * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
1913 (vcond<v_cmp_mixed><mode>): Ditto.
1914 (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
1916 2016-08-11 Bin Cheng <bin.cheng@arm.com>
1918 * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
1919 variable explicitly, also assert on it before use.
1921 2016-08-11 Richard Biener <rguenther@suse.de>
1923 PR tree-optimization/72772
1924 * cfgloopmanip.c (create_preheader): Use split_edge if there
1925 is a single loop entry, avoiding degenerate PHIs.
1927 2016-08-11 Richard Biener <rguenther@suse.de>
1929 * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
1930 unconditional TODO_cleanup_cfg.
1931 (pass_thread_jumps::execute): Initialize loops, perform a CFG
1932 cleanup only if we threaded a jump.
1934 2016-08-11 Alan Modra <amodra@gmail.com>
1937 * lra-constraints.c (simplify_operand_subreg): Allow subreg
1938 mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
1939 slow. Emit two reloads for slow mem case, first loading in
1940 fast innermode, then converting to required mode.
1942 2016-08-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
1944 * config/rs6000/altivec.h (vec_extract_exp): New macro.
1945 (vec_extract_sig): New macro.
1946 (vec_insert_exp): New macro.
1947 (vec_test_data_class): New macro.
1948 (scalar_extract_exp): New macro.
1949 (scalar_extract_sig): New macro.
1950 (scalar_insert_exp): New macro.
1951 (scalar_test_data_class): New macro.
1952 (scalar_test_neg): New macro.
1953 (scalar_cmp_exp_gt): New macro.
1954 (scalar_cmp_exp_lt): New macro.
1955 (scalar_cmp_exp_eq): New macro.
1956 (scalar_cmp_exp_unordered): New macro.
1957 * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
1958 to enforce constraint that operand is a 7-bit unsigned literal.
1959 * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
1960 for power9 built-ins.
1961 (BU_P9V_VSX_2): Likewise.
1962 (BU_P9V_64BIT_VSX_2): Likewise.
1963 (VSEEDP): Add scalar extract exponent support.
1964 (VSEESP): Add scalar extract signature support.
1965 (VSTDCNDP): Add scalar test negative support.
1966 (VSTDCNSP): Likewise.
1967 (VSIEDP): Add scalar insert exponent support.
1968 (VSCEDPGT): Add scalar compare exponent greater than support.
1969 (VSCEDPLT): Add scalar compare exponent less than support.
1970 (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
1971 (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
1972 (VSTDCDP): Add scalar test data class support.
1973 (VSTDCSP): Likewise.
1974 (VSEEDP): Add overload support for scalar extract exponent
1976 (VSESDP): Add overload support for scalar extract signature
1978 (VSTDCN): Add overload support for scalar test negative
1980 (VSTDCNDP): Add overload support for scalar test negative
1982 (VSTDCNSP): Add overload support for scalar test negative
1984 (VSIEDP): Add overload support for scalar insert exponent
1986 (VSTDC): Add overload support for scalar test data class
1988 (VSTDCDP): Add overload support for scalar test data class
1990 (VSTDCSP): Add overload support for scalar test data class
1992 (VSCEDPGT): Add overload support for scalar compare exponent
1993 greater than operation.
1994 (VSCEDPLT): Add overload support for scalar compare exponent
1995 less than operation.
1996 (VSCEDPEQ): Add overload support for scalar compare exponent
1997 test-for-equality operation.
1998 (VSCEDPUO): Add overload support for scalar compare exponent
1999 test-for-unordered operation.
2000 (VEEDP): Add vector extract exponent support.
2002 (VESDP): Add vector extract significand support.
2004 (VIEDP): Add vector insert exponent support.
2006 (VTDCDP): Add vector test data class support.
2008 (VES): Add overload support for vector extract significand operation.
2011 (VEE): Add overload support for vector extract exponent operation.
2014 (VTDC): Add overload support for vector test data class operation.
2017 (VIE): Add overload support for vector insert exponent operation.
2020 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2021 overloaded binary floating point functions.
2022 (altivec_resolve_overloaded_builtin): Improve error messages to
2023 distinguish between functions not supported in the current
2024 compiler configuration and functions that were invoked with an
2025 invalid parameter combination, and include the built-in function
2026 name in both error messages.
2027 * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
2029 * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
2031 (rs6000_expand_binop_builtin): Add check to enforce that argument
2032 2 of the test data class operations is a 7-bit unsigned literal.
2033 (rs6000_invalid_builtin): Add code to issue an error message if a
2034 built-in function that requires the power9_vector and -m32
2035 command-line options is compiled without these options.
2036 * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
2037 (UNSPEC_VSX_SXSIGDP): New value.
2038 (UNSPEC_VSX_SXSIGPDP): New value.
2039 (UNSPEC_VSX_SIEXPDP): New value.
2040 (UNSPEC_VSX_SCMPEXPDP): New value.
2041 (UNSPEC_VSX_STSTDC): New value.
2042 (UNSPEC_VSX_VXEXP): New value.
2043 (UNSPEC_VSX_VXSIG): New value.
2044 (UNSPEC_VSX_VIEXP): New value.
2045 (UNSPEC_VSX_VTSTDC): New value.
2046 (xsxexpdp): New insn for scalar extract exponent.
2047 (xsxsigdp): New insn for scalar extract significand.
2048 (xsiexpdp): New insn for scalar insert exponent.
2049 (xscmpexpdp_<code>): New expansion for scalar compare exponents.
2050 (*xscmpexpdp): New insn for scalar compare exponents.
2051 (xststdc<Fvsx): New expansion for both single- and
2052 double-precision scalar test data class operations.
2053 (xststdcneg<Fvsx>): New expansion for both single- and
2054 double-precision scalar test for negative value operations.
2055 (*xststdc<Fvsx>): New insn for scalar test data class
2057 (xvxexp<VSs>): New insn for single- and double-precision
2058 vector extract exponent operation.
2059 (xvxsig<VSs>): New insn for single- and double-precision
2060 vector extract significand operation.
2061 (xviexp<VSs>): New insn for single- and double-precision
2062 vector insert exponent operation.
2063 (xvtstdc<VSs>): New insn for single- and double-precision
2064 vector test data class operation.
2065 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
2066 built-in functions to represent the Power9 binary floating-point
2067 support instructions.
2069 2016-08-10 bin cheng <bin.cheng@arm.com>
2071 * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
2073 2016-08-10 Alan Lawrence <alan.lawrence@arm.com>
2074 Renlin Li <renlin.li@arm.com>
2075 Bin Cheng <bin.cheng@arm.com>
2077 * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
2078 * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
2079 gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
2080 (aarch64_vcond_internal<mode><mode>): Delete pattern.
2081 (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
2082 (vcond<v_cmp_result><mode>): Ditto.
2083 (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
2084 (vcondu<mode><mode>): Ditto.
2085 (vcond<v_cmp_mixed><mode>): New pattern.
2086 (vcondu<mode><v_cmp_mixed>): New pattern.
2087 (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
2088 of aarch64_vcond_internal.
2090 2016-08-10 Alan Lawrence <alan.lawrence@arm.com>
2091 Renlin Li <renlin.li@arm.com>
2092 Bin Cheng <bin.cheng@arm.com>
2094 * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
2095 (vec_cmp<mode><v_cmp_result>): New pattern.
2096 (vec_cmpu<mode><mode>): New pattern.
2097 (vcond_mask_<mode><v_cmp_result>): New pattern.
2099 2016-08-10 Yuri Rumyantsev <ysrumyan@gmail.com>
2101 PR tree-optimization/71734
2102 * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
2103 REF_LOOP, invoke ref_indep_loop_p_1.
2104 (outermost_indep_loop): Pass LOOP argumnet where REF was defined
2105 to ref_indep_loop_p.
2106 (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
2107 combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
2108 is inside LOOP, do not cache dpendence value for loops with
2110 (ref_indep_loop_p_2): Delete function.
2111 (can_sm_ref_p): Pass LOOP as additional argument to
2114 2016-08-10 Michael Meissner <meissner@linux.vnet.ibm.com>
2117 * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
2118 being an offsettable address.
2120 2016-08-10 Martin Liska <mliska@suse.cz>
2122 PR gcov-profile/58306
2123 * tree-profile.c (gimple_init_edge_profiler): Create conditionally
2124 atomic variants of profile update functions.
2126 2016-08-10 Martin Liska <mliska@suse.cz>
2128 Cherry picked (and modified) from google-4_7 branch
2129 2012-12-26 Rong Xu <xur@google.com>
2130 * common.opt (fprofile-update): Add new flag.
2131 * coretypes.h: Define enum profile_update.
2132 * doc/invoke.texi: Document -fprofile-update.
2133 * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
2134 GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
2135 * tree-profile.c (gimple_init_edge_profiler): Generate
2136 also atomic profiler update.
2137 (gimple_gen_edge_profiler): Likewise.
2139 2016-08-10 David Malcolm <dmalcolm@redhat.com>
2141 * toplev.c (finalize): Set aux_info_file, asm_out_file, and
2142 stack_usage_file to NULL after fclose calls.
2144 2016-08-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2147 * reload.c (push_reload): Compute subreg_in_class for
2148 subregs of constants and plus expressions. Remove special
2149 handling of SYMBOL_REFs.
2151 2016-08-10 Alan Modra <amodra@gmail.com>
2154 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
2155 SImode for TARGET_E500_DOUBLE when given SImode.
2157 2016-08-09 David Wohlferd <dw@LimeGreenSocks.com>
2159 * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
2160 unused variable __O.
2162 2016-08-09 Martin Liska <mliska@suse.cz>
2164 * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
2165 _gcov_reset to __gcov_reset.
2166 * doc/gcov-tool.texi: Fix typo.
2168 2016-08-09 Martin Liska <mliska@suse.cz>
2170 * value-prof.c (gimple_divmod_values_to_profile): Do not
2171 instrument MOD histogram if a value is not a SSA name.
2173 2016-08-09 Martin Liska <mliska@suse.cz>
2175 * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
2178 2016-08-09 Renlin Li <renlin.li@arm.com>
2181 * calls.c (prepare_call_address): Convert funexp to Pmode when
2183 * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
2184 (sibcall_value): Likewise.
2186 2016-08-09 Marek Polacek <polacek@redhat.com>
2189 * cselib.c (cselib_expand_value_rtx_1): Add return.
2190 * gengtype.c (dbgprint_count_type_at): Likewise.
2191 * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
2192 * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
2194 2016-08-09 Martin Jambor <mjambor@suse.cz>
2197 * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
2198 if instance is a MEM_REF.
2200 2016-08-09 Uros Bizjak <ubizjak@gmail.com>
2203 * config/i386/i386.md (*movtf_internal): Use
2204 lra_in_progress || reload_completed instead of !can_create_pseudo_p
2205 in the insn constraint.
2206 (*movxf_internal): Ditto.
2207 (*movdf_internal): Ditto.
2208 (*movsf_internal): Ditto.
2210 2016-08-09 Bin Cheng <bin.cheng@arm.com>
2212 PR tree-optimization/72772
2213 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
2216 2016-08-09 Bin Cheng <bin.cheng@arm.com>
2218 PR tree-optimization/72772
2219 * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
2221 * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
2222 parameter STOP and update calls. Move expand_simple_operations
2223 function call from here...
2224 (simplify_using_initial_conditions): ...to here. Delete parameter
2226 (tree_simplify_using_condition): Delete parameter STOP.
2227 * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
2228 simplify_using_initial_conditions.
2230 2016-08-09 Matthew Fortune <matthew.fortune@imgtec.com>
2233 * config/mips/mips.c (mips_atomic_assign_expand_fenv):
2234 Use create_tmp_var_raw instead of create_tmp_var.
2236 2016-08-09 Richard Biener <rguenther@suse.de>
2238 * tree-ssa-threadbackward.c (profitable_jump_thread_path):
2239 Treat same SSA names related.
2241 2016-08-09 Jakub Jelinek <jakub@redhat.com>
2243 PR tree-optimization/72824
2244 * tree-loop-distribution.c (const_with_all_bytes_same): Verify
2245 real_zerop is not negative.
2247 2016-08-09 Richard Biener <rguenther@suse.de>
2249 PR tree-optimization/71802
2250 * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
2251 all merge opportunities with the predecessor.
2253 2016-08-09 Richard Biener <rguenther@suse.de>
2256 * ipa-prop.c (ipa_modify_formal_parameters): Build
2257 parameter types with natural alignment also for the
2260 2016-08-08 Andi Kleen <ak@linux.intel.com>
2262 * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
2264 2016-08-08 David Malcolm <dmalcolm@redhat.com>
2267 * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
2268 do-nothing langhook.
2269 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
2270 * langhooks.h (struct lang_hooks): Add run_lang_selftests.
2271 * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
2272 (selftest::run_tests): Call lang_hooks.run_lang_selftests.
2274 2016-08-08 David Malcolm <dmalcolm@redhat.com>
2277 * input.c: Ensure that HAVE_ICONV is defined.
2279 2016-08-08 Jakub Jelinek <jakub@redhat.com>
2282 * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
2283 private vars for lastprivate and for linear iterator.
2286 * omp-simd-clone.c: Include varasm.h.
2287 (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
2288 DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
2289 DECL_ONE_ONLY call make_decl_one_only. Fix up spelling in comment and
2290 update function name.
2292 2016-07-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
2294 * config/avr/driver-avr.c (specfiles_doc_url): Remove.
2295 (avr_diagnose_devicespecs_error): Remove.
2296 (avr_devicespecs_file): Remove composing absolute path for specfile
2297 and its verbose info. Remove conditions to check specs-file,
2299 2016-08-08 Jakub Jelinek <jakub@redhat.com>
2301 PR rtl-optimization/72821
2302 * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
2303 just return false for them.
2305 2016-08-08 Alan Modra <amodra@gmail.com>
2308 * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
2309 toc refs created during reload. Update function comment.
2311 2016-08-08 Alan Modra <amodra@gmail.com>
2314 * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
2315 alternatives. Put loads first, then stores, and reg/reg moves
2316 within same class later. Delete attr length.
2318 2016-08-08 Alan Modra <amodra@gmail.com>
2321 * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
2322 (mem_operand_ds_form): New predicate.
2323 * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
2324 * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
2325 * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
2326 * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
2327 (extendsfdf2_fpr): Replace o constraint with wY.
2329 2016-08-07 Jan Hubicka <hubicka@ucw.cz>
2331 * tree-ssa-threadbackward.c: Include tree-inline.h
2332 (profitable_jump_thread_path): Use estimate_num_insns to estimate
2333 size of copied block; for cold paths reduce duplication.
2334 (find_jump_threads_backwards): Remove redundant tests.
2335 (pass_thread_jumps::gate): Enable for -Os.
2337 2016-08-07 Jakub Jelinek <jakub@redhat.com>
2340 * stor-layout.c (layout_decl): Fix up formatting.
2341 (relayout_decl): Allow DECL to be FIELD_DECL.
2343 2016-08-07 Alan Modra <amodra@gmail.com>
2345 * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
2347 2016-08-07 Kugan Vivekanandarajah <kuganv@linaro.org>
2349 * data-streamer-in.c (streamer_read_wide_int): New.
2350 (streamer_read_widest_int): Renamed function.
2351 * data-streamer-out.c (streamer_write_wide_int): New
2352 (streamer_write_widest_int): Renamed function.
2353 * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
2355 (input_cfg): Call renamed function.
2356 * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
2358 (output_cfg): Call renamed function.
2359 * data-streamer.h: Add declarations.
2361 2016-08-08 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2363 * tree-ssa-ccp.c (extend_mask): New param sgn.
2364 Remove ORing with wi::mask.
2365 (get_default_value): Adjust call to extend_mask to pass sign.
2366 (evaluate_stmt): Likewise.
2368 2016-08-06 Jakub Jelinek <jakub@redhat.com>
2370 * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
2373 2016-08-06 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2375 * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
2376 transform if operand's type is pointer to function or method.
2378 2016-08-05 Patrick Palka <ppalka@gcc.gnu.org>
2380 PR tree-optimization/18046
2381 * tree-ssa-threadedge.c: Include cfganal.h.
2382 (simplify_control_statement_condition): If simplifying a
2383 GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
2384 with the dominating ASSERT_EXPR before handing it off to VRP.
2385 Mention that a CASE_LABEL_EXPR may be returned.
2386 (thread_around_empty_blocks): Adjust to handle
2387 simplify_control_statement_condition() returning a
2389 (thread_through_normal_block): Likewise.
2390 * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
2391 a switch statement by trying to determine which case label
2394 2016-08-05 Vladimir Makarov <vmakarov@redhat.com>
2396 PR rtl-optimization/69847
2397 * lra-constraints.c (process_invariant_for_inheritance): Save
2398 pattern instead of src.
2399 (remove_inheritance_pseudos): Use the pattern. Add assert.
2401 2016-08-05 David Malcolm <dmalcolm@redhat.com>
2403 * input.c (string_concat::string_concat): New constructor.
2404 (string_concat_db::string_concat_db): New constructor.
2405 (string_concat_db::record_string_concatenation): New method.
2406 (string_concat_db::get_string_concatenation): New method.
2407 (string_concat_db::get_key_loc): New method.
2408 (class auto_cpp_string_vec): New class.
2409 (get_substring_ranges_for_loc): New function.
2410 (get_source_range_for_substring): New function.
2411 (get_num_source_ranges_for_substring): New function.
2412 (class selftest::lexer_test_options): New class.
2413 (struct selftest::lexer_test): New struct.
2414 (class selftest::ebcdic_execution_charset): New class.
2415 (selftest::ebcdic_execution_charset::s_singleton): New variable.
2416 (selftest::lexer_test::lexer_test): New constructor.
2417 (selftest::lexer_test::~lexer_test): New destructor.
2418 (selftest::lexer_test::get_token): New method.
2419 (selftest::assert_char_at_range): New function.
2420 (ASSERT_CHAR_AT_RANGE): New macro.
2421 (selftest::assert_num_substring_ranges): New function.
2422 (ASSERT_NUM_SUBSTRING_RANGES): New macro.
2423 (selftest::assert_has_no_substring_ranges): New function.
2424 (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
2425 (selftest::test_lexer_string_locations_simple): New function.
2426 (selftest::test_lexer_string_locations_ebcdic): New function.
2427 (selftest::test_lexer_string_locations_hex): New function.
2428 (selftest::test_lexer_string_locations_oct): New function.
2429 (selftest::test_lexer_string_locations_letter_escape_1): New function.
2430 (selftest::test_lexer_string_locations_letter_escape_2): New function.
2431 (selftest::test_lexer_string_locations_ucn4): New function.
2432 (selftest::test_lexer_string_locations_ucn8): New function.
2433 (selftest::uint32_from_big_endian): New function.
2434 (selftest::test_lexer_string_locations_wide_string): New function.
2435 (selftest::uint16_from_big_endian): New function.
2436 (selftest::test_lexer_string_locations_string16): New function.
2437 (selftest::test_lexer_string_locations_string32): New function.
2438 (selftest::test_lexer_string_locations_u8): New function.
2439 (selftest::test_lexer_string_locations_utf8_source): New function.
2440 (selftest::test_lexer_string_locations_concatenation_1): New
2442 (selftest::test_lexer_string_locations_concatenation_2): New
2444 (selftest::test_lexer_string_locations_concatenation_3): New
2446 (selftest::test_lexer_string_locations_macro): New function.
2447 (selftest::test_lexer_string_locations_stringified_macro_argument):
2449 (selftest::test_lexer_string_locations_non_string): New function.
2450 (selftest::test_lexer_string_locations_long_line): New function.
2451 (selftest::test_lexer_char_constants): New function.
2452 (selftest::input_c_tests): Call the new test functions once per
2453 case within the line_table test matrix.
2454 * input.h (struct string_concat): New struct.
2455 (struct location_hash): New struct.
2456 (class string_concat_db): New class.
2457 * substring-locations.h: New header.
2459 2016-08-05 Patrick Palka <ppalka@gcc.gnu.org>
2461 PR tree-optimization/72810
2462 * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
2463 the type of the case labels when truncating.
2465 2016-08-05 James Greenhalgh <james.greenhalgh@arm.com>
2468 * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
2469 (aarch64_fp16_ptr_type_node): Likewise.
2470 * config/aarch64/aarch64-simd-builtins.c
2471 (aarch64_fp16_ptr_type_node): Define.
2472 (aarch64_init_fp16_types): New, refactored out of...
2473 (aarch64_init_builtins): ...here, update to call
2474 aarch64_init_fp16_types.
2475 * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
2477 (aapcs_vfp_sub_candidate): Likewise.
2479 2016-08-05 Martin Liska <mliska@suse.cz>
2480 Joshua Cranmer <Pidgeot18@gmail.com>
2482 * gcov.c (line_t::has_block): New function.
2483 (enum loop_type): New enum.
2484 (handle_cycle): New function.
2485 (unblock): Likewise.
2486 (circuit): Likewise.
2487 (get_cycles_count): Likewise.
2488 (accumulate_line_counts): Use new loop detection algorithm.
2490 2016-08-05 Martin Liska <mliska@suse.cz>
2492 * gcov.c (output_intermediate_file): Rename
2493 function_info::line_next to next_file_fn.
2494 (process_file): Likewise.
2495 (read_graph_file): Likewise.
2496 (accumulate_line_counts): Likewise.
2497 (output_lines): Likewise.
2499 2016-08-05 Richard Biener <rguenther@suse.de>
2501 * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
2502 restriction on threading to a loop header.
2504 2016-08-05 Richard Biener <rguenther@suse.de>
2506 * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
2507 * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
2508 adjust loop info accordingly.
2510 2016-08-05 Kugan Vivekanandarajah <kuganv@linaro.org>
2512 * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
2513 before folding call to __builtin_constant_p with parameters to false.
2515 2016-08-05 Alan Modra <amodra@gmail.com>
2517 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
2518 code accidentally committed 2016-05-02 providing class when given
2521 2016-08-04 Patrick Palka <ppalka@gcc.gnu.org>
2523 * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
2524 the case label ranges that partially overlap with OP's value
2527 2016-08-04 Uros Bizjak <ubizjak@gmail.com>
2530 * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
2531 Cast builtin function result to __mmask16 instead of __mmask8.
2532 (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
2533 (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
2534 (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
2536 2016-08-04 David Malcolm <dmalcolm@redhat.com>
2538 * selftest.h (ASSERT_TRUE): Reimplement in terms of...
2539 (ASSERT_TRUE_AT): New macro.
2540 (ASSERT_FALSE): Reimplement in terms of...
2541 (ASSERT_FALSE_AT): New macro.
2542 (ASSERT_STREQ_AT): Fix typo in comment.
2544 2016-08-04 Patrick Palka <ppalka@gcc.gnu.org>
2546 * gimple.c (preprocess_case_label_vec_for_gimple): When the case
2547 labels are exhaustive, designate the label with the widest
2548 range to be the default label.
2550 2016-08-04 Andrew Pinski <apinski@cavium.com>
2552 * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
2553 (thunderx_tunings): Use thunderx_vector_cost instead of
2554 generic_vector_cost.
2556 2016-08-04 Martin Liska <mliska@suse.cz>
2558 * gcov.c (main): Fix GNU coding style.
2559 (output_intermediate_file): Likewise.
2560 (process_file): Likewise.
2561 (generate_results): Likewise.
2562 (release_structures): Likewise.
2563 (create_file_names): Likewise.
2564 (find_source): Likewise.
2565 (read_graph_file): Likewise.
2566 (find_exception_blocks): Likewise.
2567 (canonicalize_name): Likewise.
2568 (make_gcov_file_name): Likewise.
2569 (mangle_name): Likewise.
2570 (accumulate_line_counts): Likewise.
2571 (output_branch_count): Likewise.
2572 (read_line): Likewise.
2574 2016-08-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
2576 PR rtl-optimization/71779
2577 * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
2578 if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
2579 or if it was truncated.
2581 PR rtl-optimization/70903
2582 * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
2584 2016-08-04 Kugan Vivekanandarajah <kuganv@linaro.org>
2586 * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
2587 accessing SSA_NAME_PTR_INFO.
2589 2016-08-04 Georg-Johann Lay <avr@gjlay.de>
2592 * common/config/avr/avr-common.c (avr_option_optimization_table)
2593 [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
2595 2016-08-04 Georg-Johann Lay <avr@gjlay.de>
2598 * config/avr/avr.md: New pattern to work around do_store_flag
2599 generating shift instructions for bit extractions.
2601 2016-08-04 Kugan Vivekanandarajah <kuganv@linaro.org>
2603 * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
2605 (add_equivalence): Likewise.
2606 (get_value_range): Allocate value range with vrp_value_range_pool.
2607 (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
2608 (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
2610 2016-08-03 Peter Bergner <bergner@vnet.ibm.com>
2612 * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
2613 the default for the rs6000 port.
2615 2016-08-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
2618 * calls.c (special_function_p): Remove special handling of
2619 "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
2620 prefix "__x". Recognize "savectx", "vfork" and "getcontext" only
2621 without prefix. Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
2623 2016-08-03 Vladimir Makarov <vmakarov@redhat.com>
2626 * lra-spills.c (regno_in_use_p): Check bb and regno modification.
2627 Don't stop on regular insns.
2629 2016-08-03 Nathan Sidwell <nathan@codesourcery.com>
2631 * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
2632 size to DImode boundary.
2633 (nvptx_propagate): Likewise.
2635 2016-08-03 Alan Modra <amodra@gmail.com>
2637 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
2638 float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
2639 * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
2640 from -mefficient-unaligned-vector. Note that this affects fp too.
2642 2016-08-03 Alan Modra <amodra@gmail.com>
2644 * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
2647 2016-08-03 Alan Modra <amodra@gmail.com>
2649 * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
2650 to a reg. Localize vars.
2652 2016-08-03 Alan Modra <amodra@gmail.com>
2654 * config/rs6000/rs6000.opt: Remove negatives from help strings
2657 2016-08-03 Alan Modra <amodra@gmail.com>
2659 * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
2660 Delete duplicated code.
2662 2016-08-02 Vladimir Makarov <vmakarov@redhat.com>
2665 * lra-spills.c (regno_in_use_p): New.
2666 (lra_final_code_change): Use it.
2668 2016-08-02 Vladimir Makarov <vmakarov@redhat.com>
2670 PR rtl-optimization/69847
2671 * lra-int.h (struct lra-reg): Use restore_rtx instead of
2673 (lra_rtx_hash): New.
2674 * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
2676 (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
2677 * lra-remat.c (rtx_hash): Rename and Move to lra.c.
2678 * lra-spills.c (lra_final_code_change): Don't delete insn when the
2679 next insn is USE with the same reg as the current insn source.
2680 * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
2682 (lra_constraints_init): Call initiate_invariants.
2683 (lra_constraints_finish): Call finish_invariants.
2684 (struct invariant, invariant_t, invariant_ptr_t): New.
2685 (const_invariant_ptr_t, invariants, invariants_pool): New.
2686 (invariant_table, invariant_hash, invariant_eq_p): New.
2687 (insert_invariant, initiate_invariants, finish_invariants): New.
2688 (clear_invariants, invalid_invariant_regs): New.
2689 (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
2690 instead of restore_regno.
2691 (invariant_p, process_invariant_for_inheritance): New.
2692 (inherit_in_ebb): Implement invariant inheritance.
2693 (lra_inheritance): Initialize and finalize invalid_invariant_regs.
2694 (remove_inheritance_pseudos): Implement undoing invariant
2696 (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
2697 instead of restore_regno.
2698 * lra-assigns.c (regno_live_length): New.
2699 (reload_pseudo_compare_func): Use regno_live_length.
2700 (assign_by_spills): Use restore_rtx instead of restore_regno.
2701 (lra_assign): Ditto. Initiate regno_live_length.
2703 2016-02-08 James Greenhalgh <james.greenhalgh@arm.com>
2705 * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
2706 __builtin_aarch64_fmindf.
2708 2016-08-02 Bin Cheng <bin.cheng@arm.com>
2710 PR tree-optimization/34114
2711 * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
2712 information for more control IVs.
2714 2016-08-02 Bin Cheng <bin.cheng@arm.com>
2716 PR tree-optimization/34114
2717 * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
2718 PLUS_EXPR case. Handle SSA_NAME case.
2720 2016-08-02 Tamar Christina <tamar.christina@arm.com>
2722 * config/aarch64/aarch64-simd-builtins.def
2723 (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
2724 (__builtin_aarch64_fmaxdf): Likewise.
2725 (__builtin_aarch64_smin_nandf): Likewise.
2726 (__builtin_aarch64_smax_nandf): Likewise.
2727 * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
2728 * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
2729 (<fmaxmin><mode>3): ...this.
2730 * config/aarch64/arm_neon.h (vmaxnm_f64): New.
2731 (vminnm_f64): Likewise.
2732 (vmin_f64): Likewise.
2733 (vmax_f64): Likewise.
2734 * config/aarch64/iterators.md (FMAXMIN): Merge with...
2735 (FMAXMIN_UNS): ...this.
2736 (fmaxmin): Merged with
2737 (fmaxmin_op): ...this...
2738 (maxmin_uns_op): ...in to this.
2740 2016-08-01 Michael Meissner <meissner@linux.vnet.ibm.com>
2742 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2743 Add support for vec_extract on vector float, vector int, vector
2744 short, and vector char vector types.
2745 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
2746 vector float, vector int, vector short, and vector char
2747 optimizations on 64-bit ISA 2.07 systems for both constant and
2748 variable element numbers.
2749 (rs6000_split_vec_extract_var): Likewise.
2750 * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
2751 Altivec registers on ISA 2.07 and above.
2752 (vsx_extract_v4sf): Delete alternative that hard coded element 0,
2753 which never was matched due to the split occuring before register
2754 allocation (and the code would not have worked on little endian
2755 systems if it did match). Allow extracts to go to the Altivec
2756 registers if ISA 2.07 (power8). Change from using "" around the
2757 C++ code to using {}'s.
2758 (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
2759 vec_extracts when the vector is in memory.
2760 (vsx_extract_v4sf_var): New insn to optimize vector float
2761 vec_extracts when the element number is variable on 64-bit ISA
2763 (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
2764 for 64-bit ISA 2.07 as well as ISA 3.0.
2765 (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
2766 (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
2767 (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
2768 optimize vector int, vector short, and vector char vec_extracts
2769 when the vector is in memory.
2770 (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
2771 optimize vector int, vector short, and vector char vec_extracts
2772 when the element number is variable.
2774 2016-08-01 Georg-Johann Lay <avr@gjlay.de>
2777 * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
2778 does not overlap with other symbol flags.
2780 2016-08-01 Wilco Dijkstra <wdijkstr@arm.com>
2782 * config/aarch64/aarch64.h (aarch64_frame):
2783 Remove padding0 and hardfp_offset. Add locals_offset,
2784 initial_adjust, callee_adjust, callee_offset and final_adjust.
2785 * config/aarch64/aarch64.c (aarch64_layout_frame):
2786 Remove unused padding0 and hardfp_offset initializations.
2787 Choose frame layout and set frame variables accordingly.
2788 Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
2789 (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
2790 (aarch64_pop_regs): Likewise.
2791 (aarch64_expand_prologue): Remove all decision code, just emit
2792 prolog according to frame variables.
2793 (aarch64_expand_epilogue): Remove all decision code, just emit
2794 epilog according to frame variables.
2795 (aarch64_initial_elimination_offset): Use offset to local/arg area.
2797 2015-08-01 H.J. Lu <hongjiu.lu@intel.com>
2800 * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
2801 fix_debug_reg_uses after changing source register mode to
2802 V1TImode if source register is undefined.
2804 2015-08-01 Alan Hayward <alan.hayward@arm.com>
2806 PR tree-optimization/71818
2807 * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
2808 with non invariant evolutions
2810 2016-08-01 Georg-Johann Lay <avr@gjlay.de>
2813 * config/avr/avr.md (length) [branch]: Correct insn length
2814 attribute for forward branches.
2816 2016-08-01 Georg-Johann Lay <avr@gjlay.de>
2818 * doc/extend.texi (AVR Built-in Functions): Document
2820 * config/avr/builtins.def (NOPS): New.
2821 * config/avr/avr.c (avr_expand_nops): New static function.
2822 (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
2824 2016-08-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2826 * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
2827 performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
2830 2016-08-01 Virendra Pathak <virendra.pathak@broadcom.com>
2832 * config/aarch64/aarch64.c (vulcan_tunings): Update
2833 vulcan L1 cache_line_size.
2835 2016-07-30 Michael Meissner <meissner@linux.vnet.ibm.com>
2837 * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
2838 function that takes a vector memory address, a hard register, an
2839 element number and a temporary base register, and recreates an
2840 address that points to the appropriate element within the vector.
2841 * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
2842 (rs6000_split_vec_extract_var): Add support for the target of a
2843 vec_extract with variable element number being a scalar memory
2845 (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
2847 * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
2848 vsx_extract_<mode>_load insn with a new insn that optimizes
2849 storing either element to a memory location, using scratch
2850 registers to pick apart the vector and reconstruct the address.
2851 (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
2852 (vsx_extract_<mode>_store): Rework alternatives to more correctly
2853 support Altivec registers. Add support for ISA 3.0 Altivec d-form
2855 (vsx_extract_<mode>_var): Add support for extracting a variable
2856 element number from memory.
2858 2016-07-29 Georg-Johann Lay <avr@gjlay.de>
2860 * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
2861 when testing for compares against constants of the form 0xabab.
2863 2016-07-29 Bin Cheng <bin.cheng@arm.com>
2865 PR tree-optimization/57558
2866 * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
2868 (vect_loop_versioning): Support versioning with niter assumptions.
2869 * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
2870 (vect_get_loop_niters): New parameter. Reimplement to support
2871 assumptions in loop niter info.
2872 (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
2873 (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
2874 (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
2875 Support loop versioning for niters.
2876 * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
2877 (vect_free_loop_info_assumptions): New function.
2878 (vectorize_loops): Free loop niter info for loops with flag
2879 LOOP_F_ASSUMPTIONS set if vectorization failed.
2880 * tree-vectorizer.h (struct _loop_vec_info): New field
2881 num_iters_assumptions.
2882 (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
2883 (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
2884 (LOOP_REQUIRES_VERSIONING): New macro.
2885 (vect_free_loop_info_assumptions): New decl.
2887 2016-07-29 Bin Cheng <bin.cheng@arm.com>
2889 * cfgloop.h (struct loop): New field constraints.
2890 (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
2891 (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
2893 * cfgloop.c (alloc_loop): Initialize new field.
2894 * cfgloopmanip.c (copy_loop_info): Copy constraints.
2895 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
2896 Adjust niter analysis wrto loop constraints.
2897 * doc/loop.texi (@node Number of iterations): Add description for loop
2900 2016-07-29 Marek Polacek <polacek@redhat.com>
2903 * config/i386/i386.c (ix86_expand_args_builtin): Add break.
2904 (ix86_expand_round_builtin): Likewise.
2906 2016-07-29 Segher Boessenkool <segher@kernel.crashing.org>
2907 Georg-Johann Lay <avr@gjlay.de>
2909 PR rtl-optimization/71976
2910 * combine.c (get_last_value): Return 0 if the argument for which
2911 the function is called has a wider mode than the recorded value.
2913 2016-07-29 Marek Polacek <polacek@redhat.com>
2916 * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
2917 (altivec_expand_st_builtin): Likewise.
2919 2016-07-29 Georg-Johann Lay <avr@gjlay.de>
2921 * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
2922 introduced in r238381.
2924 2016-07-29 Kugan Vivekanandarajah <kuganv@linaro.org>
2927 * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
2928 & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
2930 2016-07-28 Michael Meissner <meissner@linux.vnet.ibm.com>
2932 * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
2934 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2935 Add support for vec_extract of vector double or vector long having
2936 a variable element number on 64-bit ISA 2.07 systems or newer.
2937 * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
2939 (rs6000_split_vec_extract_var): New function to split a
2940 vec_extract built-in function with variable element number.
2941 (rtx_is_swappable_p): Variable vec_extracts and shifts are not
2943 * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
2944 (UNSPEC_VSX_EXTRACT): Likewise.
2945 (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
2946 direct move instructions to be generated on 64-bit ISA 2.07
2947 systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
2949 (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
2950 arguments for vec_extract variable element.
2951 (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
2952 vec_extract with variable element on V2DFmode and V2DImode
2954 * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
2955 -mupper-regs-df requirement, since it isn't needed.
2956 (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
2957 do direct moves on 64-bit systems, which allows optimization of
2958 vec_extract on 64-bit ISA 2.07 systems and newer.
2960 2016-07-28 Kristina Martsenko <kristina.martsenko@arm.com>
2961 2016-07-28 Wilco Dijkstra <wdijkstr@arm.com>
2963 * config/aarch64/aarch64.md
2964 (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
2966 (<optab>qihi2_aarch64): Likewise, and split into two.
2967 (extendqihi2_aarch64): New.
2968 (zero_extendqihi2_aarch64): New.
2969 * config/aarch64/iterators.md (ldrxt): Remove.
2970 * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
2973 2016-07-28 Kristina Martsenko <kristina.martsenko@arm.com>
2975 * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
2977 2016-07-28 Wilco Dijkstra <wdijkstr@arm.com>
2979 * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
2980 (aarch64_push_reg): New function to push 1 or 2 registers.
2981 (aarch64_pop_reg): New function to pop 1 or 2 registers.
2982 (aarch64_expand_prologue): Use aarch64_push_regs.
2983 (aarch64_expand_epilogue): Use aarch64_pop_regs.
2985 2016-07-28 Yuri Rumyantsev <ysrumyan@gmail.com>
2987 PR tree-optimization/71734
2988 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
2989 attribute instead of REF_LOOP and use it.
2990 (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
2991 set it for Loops having non-zero safelen attribute.
2992 (ref_indep_loop_p): Pass zero as initial value for safelen.
2994 2016-07-28 Ilya Enkovich <ilya.enkovich@intel.com>
2998 * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
2999 call using chkp_gimple_call_builtin_p.
3000 (chkp_copy_bounds_for_assign): Likewise.
3002 2016-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3004 * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
3005 * config/arm/arm-protos.h (struct tune_params): Likewise.
3006 * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
3007 (cortex_a9_sched_adjust_cost): Likewise.
3008 (fa726te_sched_adjust_cost): Likewise.
3009 (arm_adjust_cost): Likewise.
3010 * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
3011 * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
3012 * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
3013 * config/i386/i386.c (ix86_adjust_cost): Likewise.
3014 * config/ia64/ia64.c: Likewise.
3015 * config/m68k/m68k.c: Likewise.
3016 * config/mep/mep.c (mep_adjust_cost): Likewise.
3017 * config/microblaze/microblaze.c (microblaze_adjust_cost):
3019 * config/mips/mips.c (mips_adjust_cost): Likewise.
3020 * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
3022 * config/pa/pa.c (pa_adjust_cost): Likewise.
3023 * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
3024 (rs6000_debug_adjust_cost): Likewise.
3025 * config/sh/sh.c (sh_adjust_cost): Likewise.
3026 * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
3027 (hypersparc_adjust_cost): Likewise.
3028 (sparc_adjust_cost): Likewise.
3029 * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
3030 * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
3031 * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
3033 * config/visium/visium.c (visium_adjust_cost): Likewise.
3034 * doc/tm.texi: Regenerate.
3035 * haifa-sched.c (dep_cost_1): Adjust.
3036 * target.def: Merge adjust_cost and adjust_cost_2.
3038 2016-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3040 * haifa-sched.c (add_to_speculative_block): Make twins a vector.
3042 2016-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3044 * store-motion.c (struct st_expr): Make pattern_regs a vector.
3045 (extract_mentioned_regs): Append to a vector instead of
3046 returning a rtx_expr_list.
3047 (st_expr_entry): Adjust.
3048 (free_st_expr_entry): Likewise.
3049 (store_ops_ok): Likewise.
3050 (store_killed_in_insn): Likewise.
3051 (find_moveable_store): Likewise.
3053 2016-07-28 Martin Liska <mliska@suse.cz>
3055 PR gcov-profile/68025
3056 * tree-profile.c (tree_profiling): Respect
3057 no_profile_instrument_function attribute.
3058 * doc/extend.texi: Document no_profile_instrument_function
3061 2016-07-28 Martin Liska <mliska@suse.cz>
3063 PR rtl-optimization/70944
3064 * combine.c (make_compound_operation):
3065 Do not allow make_compound_operation for vector mode
3067 2016-07-28 Kugan Vivekanandarajah <kuganv@linaro.org>
3070 * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
3071 before calling get_ops.
3073 2016-07-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
3075 * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
3076 * tree.h (LOG2_BITS_PER_UNIT): ...to here.
3077 (BITS_PER_UNIT_LOG): Remove.
3078 (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
3079 * expr.c (expand_assignment): Likewise.
3080 * stor-layout.c (initialize_sizetypes): Likewise.
3082 2016-07-27 Michael Meissner <meissner@linux.vnet.ibm.com>
3084 * config/rs6000/vector.md (vec_extract<mode>): Change the calling
3085 signature of rs6000_expand_vector_extract so that the element
3086 number is a RTX instead of a constant integer.
3087 * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
3089 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
3090 (altivec_expand_vec_ext_builtin): Likewise.
3091 * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
3092 * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
3093 MFVSRLD instruction.
3095 2016-07-27 David Malcolm <dmalcolm@redhat.com>
3097 * input.c (get_pure_location): Move here from tree.c.
3098 (make_location): Likewise. Add header comment.
3099 (selftest::test_accessing_ordinary_linemaps): Verify
3100 pure_location_p, make_location, get_location_from_adhoc_loc and
3102 * input.h (get_pure_location): Move declaration here from tree.h.
3103 (get_finish): Likewise for inline function.
3104 (make_location): Likewise for declaration.
3105 * tree.c (get_pure_location): Move to input.c.
3106 (make_location): Likewise.
3107 * tree.h (get_pure_location): Move declaration to tree.h.
3108 (get_finish): Likewise for inline function.
3109 (make_location): Likewise for declaration.
3111 2016-07-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3114 * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
3116 2016-07-27 David Malcolm <dmalcolm@redhat.com>
3118 * system.h (STATIC_ASSERT): Use static_assert if building
3121 2016-07-27 Richard Biener <rguenther@suse.de>
3123 PR tree-optimization/72517
3124 * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
3125 Revert change to not compute read-read dependences.
3127 2016-07-27 Richard Biener <rguenther@suse.de>
3129 * predict.c (set_even_probabilities): Make nedges unsigned.
3131 2016-07-27 Martin Liska <mliska@suse.cz>
3133 * predict.c (set_even_probabilities): Handle unlikely edges.
3134 (combine_predictions_for_bb): Likewise.
3136 2016-07-26 Michael Meissner <meissner@linux.vnet.ibm.com>
3139 * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
3140 __float128 support when we don't have hardware support, so that
3141 the IEEE built-in functions like isgreater, first call __unordkf3
3142 to make sure neither operand is a NaN, and if both operands are
3143 ordered, do the normal comparison.
3145 2016-07-26 Patrick Palka <ppalka@gcc.gnu.org>
3147 * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
3149 (extract_code_and_val_from_cond_with_ops): Verify that name is
3150 either cond_op0 or cond_op1.
3152 2016-07-26 Patrick Palka <ppalka@gcc.gnu.org>
3154 PR tree-optimization/18046
3155 * genmodes.c (emit_mode_size_inline): Emit an assert that
3156 verifies that mode is a valid array index.
3157 (emit_mode_nuinits_inline): Likewise.
3158 (emit_mode_inner_inline): Likewise.
3159 (emit_mode_unit_size_inline): Likewise.
3160 (emit_mode_unit_precision_inline): Likewise.
3161 * tree-vrp.c: Include params.h.
3162 (find_switch_asserts): Register edge assertions for the default
3163 label which correspond to the anti-ranges of each case label.
3164 * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
3165 * doc/invoke.texi: Document it.
3167 2016-07-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3169 * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
3170 and unnecessary call to gimple_bb.
3172 2016-07-26 Richard Biener <rguenther@suse.de>
3174 PR rtl-optimization/71984
3175 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
3178 2016-07-26 Richard Biener <rguenther@suse.de>
3181 * expmed.c (extract_bit_field_1): Constrain the vector mode
3182 with element size matching the extraction mode size when
3183 choosing a better vector mode to do the extraction from.
3185 2016-07-26 Richard Biener <rguenther@suse.de>
3186 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3189 * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
3192 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3194 * tree-ssa-structalias.c (struct scc_info): Change types of
3195 members to auto_sbitmap and auto_vec.
3196 (scc_info::scc_info): New constructor.
3197 (scc_info::~scc_info): New destructor.
3198 (init_scc_info): Remove.
3199 (free_scc_info): Remove.
3200 (find_indirect_cycles): Adjust.
3201 (perform_var_substitution): Likewise.
3202 (free_var_substitution_info): Likewise.
3204 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3206 * tree-outof-ssa.c (struct elim_graph): Change type of members
3207 to auto_vec and auto_sbitmap.
3208 (elim_graph::elim_graph): New constructor.
3209 (delete_elim_graph): Remove.
3210 (expand_phi_nodes): Adjust.
3212 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3214 * tree-outof-ssa.c (struct elim_graph): Remove typedef.
3215 (new_elim_graph): Adjust.
3216 (clear_elim_graph): Likewise.
3217 (delete_elim_graph): Likewise.
3218 (elim_graph_size): Likewise.
3219 (elim_graph_add_node): Likewise.
3220 (elim_graph_add_edge): Likewise.
3221 (elim_graph_remove_succ_edge): Likewise.
3222 (eliminate_name): Likewise.
3223 (eliminate_build): Likewise.
3224 (elim_forward): Likewise.
3225 (elim_unvisited_predecessor): Likewise.
3226 (elim_backward): Likewise.
3227 (elim_create): Likewise.
3228 (eliminate_phi): Likewise.
3229 (expand_phi_nodes): Likewise.
3231 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3233 * bt-load.c (compute_out): Use auto_sbitmap class.
3234 (link_btr_uses): Likewise.
3235 * cfganal.c (mark_dfs_back_edges): Likewise.
3236 (post_order_compute): Likewise.
3237 (inverted_post_order_compute): Likewise.
3238 (pre_and_rev_post_order_compute_fn): Likewise.
3239 (single_pred_before_succ_order): Likewise.
3240 * cfgexpand.c (pass_expand::execute): Likewise.
3241 * cfgloop.c (verify_loop_structure): Likewise.
3242 * cfgloopmanip.c (fix_bb_placements): Likewise.
3243 (remove_path): Likewise.
3244 (update_dominators_in_loop): Likewise.
3245 * cfgrtl.c (break_superblocks): Likewise.
3246 * ddg.c (check_sccs): Likewise.
3247 (create_ddg_all_sccs): Likewise.
3248 * df-core.c (df_worklist_dataflow): Likewise.
3249 * dse.c (dse_step3): Likewise.
3250 * except.c (eh_region_outermost): Likewise.
3251 * function.c (thread_prologue_and_epilogue_insns): Likewise.
3252 * gcse.c (prune_expressions): Likewise.
3253 (prune_insertions_deletions): Likewise.
3254 * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
3255 * graph.c (draw_cfg_nodes_no_loops): Likewise.
3256 * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
3257 * lcm.c (compute_earliest): Likewise.
3258 (compute_farthest): Likewise.
3259 * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
3260 (unroll_loop_runtime_iterations): Likewise.
3261 (unroll_loop_stupid): Likewise.
3262 * lower-subreg.c (decompose_multiword_subregs): Likewise.
3263 * lra-lives.c: Likewise.
3264 * lra.c (lra): Likewise.
3265 * modulo-sched.c (schedule_reg_moves): Likewise.
3266 (optimize_sc): Likewise.
3267 (get_sched_window): Likewise.
3268 (sms_schedule_by_order): Likewise.
3269 (check_nodes_order): Likewise.
3270 (order_nodes_of_sccs): Likewise.
3271 (order_nodes_in_scc): Likewise.
3272 * recog.c (split_all_insns): Likewise.
3273 * regcprop.c (pass_cprop_hardreg::execute): Likewise.
3274 * reload1.c (reload): Likewise.
3275 * sched-rgn.c (haifa_find_rgns): Likewise.
3276 (split_edges): Likewise.
3277 (compute_trg_info): Likewise.
3278 * sel-sched.c (init_seqno): Likewise.
3279 * store-motion.c (remove_reachable_equiv_notes): Likewise.
3280 * tree-into-ssa.c (update_ssa): Likewise.
3281 * tree-ssa-live.c (live_worklist): Likewise.
3282 * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
3283 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
3285 (try_peel_loop): Likewise.
3286 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
3288 * tree-ssa-pre.c (compute_antic): Likewise.
3289 * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
3290 * tree-stdarg.c (reachable_at_most_once): Likewise.
3291 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
3292 * var-tracking.c (vt_find_locations): Likewise.
3294 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3296 * sbitmap.h (auto_sbitmap): New class.
3298 2016-07-26 Alan Modra <amodra@gmail.com>
3301 * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
3304 2016-07-25 David Malcolm <dmalcolm@redhat.com>
3306 * input.c (selftest::temp_source_file::temp_source_file): Fix
3307 missing "%s" in fprintf.
3309 2016-07-25 John David Anglin <danglin@gcc.gnu.org>
3312 * cselib.c (cselib_process_insn): Invalidate argument slots for
3315 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3317 * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
3318 vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
3319 vmulxh_lane_f16, vmulxh_laneq_f16): New.
3321 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3323 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3324 * config/aarch64/aarch64.md (fma, fnma): Support HF.
3325 * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
3327 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3329 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3330 * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
3332 (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
3333 (add<mode>3): Likewise.
3334 (sub<mode>3): Likewise.
3335 (mul<mode>3): Likewise.
3336 (div<mode>3): Likewise.
3337 (*div<mode>3): Likewise.
3338 (<fmaxmin><mode>3): Extend to HF.
3339 * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
3340 (fabd<mode>3): Likewise.
3341 (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
3342 (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
3343 (aarch64_fmulx<mode>): Likewise.
3344 (aarch64_fac<optab><mode>): Likewise.
3345 (aarch64_frecps<mode>): Likewise.
3346 (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
3347 (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
3348 * config/aarch64/iterators.md (VHSDF_SDF): Delete.
3349 (VSDQ_HSDI): Support HI.
3350 (fcvt_target, FCVT_TARGET): Likewise.
3351 * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
3352 vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
3353 vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
3354 vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
3355 vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
3356 vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
3357 vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
3360 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3362 * config.gcc (aarch64*-*-*): Install arm_fp16.h.
3363 * config/aarch64/aarch64-builtins.c (hi_UP): New.
3364 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3365 * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
3367 (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
3368 (aarch64_cm<optab><mode>): Likewise.
3369 * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
3370 (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
3371 (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
3372 (sqrt<mode>2): Likewise.
3373 (*sqrt<mode>2): Likewise.
3374 (abs<mode>2): Likewise.
3375 (<optab><mode>hf2): New pattern for HF mode.
3376 (<optab>hihf2): Likewise.
3377 * config/aarch64/arm_neon.h: Include arm_fp16.h.
3378 * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
3379 (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
3381 * config/aarch64/arm_fp16.h: New file.
3382 (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
3383 vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
3384 vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
3385 vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
3386 vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
3387 vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
3388 vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
3389 vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
3390 vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
3391 vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
3392 vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
3393 vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
3396 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3398 * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
3399 reduc_smin_scal_): Use VDQIF_F16.
3400 (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
3401 * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
3403 (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
3404 * config/aarch64/iterators.md (VDQIF_F16): New.
3405 (vp): Support HF modes.
3406 * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
3407 vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
3409 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3411 * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
3412 "*aarch64_mulx_elt_from_dup<mode>".
3413 (*aarch64_mul3_elt<mode>): Update schedule type.
3414 (*aarch64_mul3_elt_from_dup<mode>): Likewise.
3415 (*aarch64_fma4_elt_from_dup<mode>): Likewise.
3416 (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
3417 * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
3418 (f, fp): Support HF modes.
3419 * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
3420 vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
3421 vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
3422 vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
3423 vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
3424 vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
3426 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3428 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3429 * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
3431 * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
3434 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3436 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3437 * config/aarch64/aarch64-simd.md
3438 (aarch64_rsqrts<mode>): Extend to HF modes.
3439 (fabd<mode>3): Likewise.
3440 (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
3441 (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
3442 (aarch64_<maxmin_uns>p<mode>): Likewise.
3443 (<su><maxmin><mode>3): Likewise.
3444 (<maxmin_uns><mode>3): Likewise.
3445 (<fmaxmin><mode>3): Likewise.
3446 (aarch64_faddp<mode>): Likewise.
3447 (aarch64_fmulx<mode>): Likewise.
3448 (aarch64_frecps<mode>): Likewise.
3449 (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
3450 (add<mode>3): Extend to HF modes.
3451 (sub<mode>3): Likewise.
3452 (mul<mode>3): Likewise.
3453 (div<mode>3): Likewise.
3454 (*div<mode>3): Likewise.
3455 * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
3457 * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
3458 * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
3459 vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
3460 vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
3461 vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
3462 vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
3463 vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
3464 vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
3465 vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
3466 vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
3467 vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
3468 vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
3469 vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
3470 vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
3472 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3474 * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
3475 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3476 * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
3477 (neg<mode>2): Likewise.
3478 (abs<mode>2): Likewise.
3479 (<frint_pattern><mode>2): Likewise.
3480 (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
3481 (<optab><VDQF:mode><fcvt_target>2): Likewise.
3482 (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
3483 (ftrunc<VDQF:mode>2): Likewise.
3484 (<optab><fcvt_target><VDQF:mode>2): Likewise.
3485 (sqrt<mode>2): Likewise.
3486 (*sqrt<mode>2): Likewise.
3487 (aarch64_frecpe<mode>): Likewise.
3488 (aarch64_cm<optab><mode>): Likewise.
3489 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
3491 * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
3492 (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
3494 * config/aarch64/arm_neon.h (vdup_n_f16): New.
3495 (vdupq_n_f16): Likewise.
3496 (vld1_dup_f16): Use vdup_n_f16.
3497 (vld1q_dup_f16): Use vdupq_n_f16.
3498 (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
3499 vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
3500 vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
3501 vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
3502 vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
3503 vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
3504 vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
3505 vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
3506 vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
3507 vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
3508 vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
3509 vsqrt_f16, vsqrtq_f16): New.
3511 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3513 * config/aarch64/aarch64-simd.md
3514 (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
3515 (aarch64_ext<mode>): Likewise.
3516 (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
3517 * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
3518 aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
3520 * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
3522 (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
3523 __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
3524 vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
3525 vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
3526 vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
3527 vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
3528 vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
3530 (vmov_n_f16): Reimplement using vdup_n_f16.
3531 (vmovq_n_f16): Reimplement using vdupq_n_f16..
3533 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3535 * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
3536 "frame_related_p". Generate CFA annotation when it's necessary.
3537 (aarch64_expand_prologue): Use aarch64_add_constant.
3538 (aarch64_expand_epilogue): Likewise.
3539 (aarch64_output_mi_thunk): Pass "false" when calling
3540 aarch64_add_constant.
3542 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3544 * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
3547 2016-07-25 Jiong Wang <jiong.wang@arm.com>
3549 * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
3550 Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
3551 (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
3552 (aarch64_build_constant): Delete.
3554 2016-07-25 Alexander Monakov <amonakov@ispras.ru>
3557 2016-07-20 Alexander Monakov <amonakov@ispras.ru>
3559 * config/nvptx/nvptx.c (nvptx_option_override): Do not set
3560 flag_toplevel_reorder.
3562 2016-07-25 Richard Biener <rguenther@suse.de>
3564 * cgraph.c (cgraph_node::verify_node): Compare against builtin
3565 by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
3566 * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
3567 * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
3568 (streamer_get_builtin_tree): Likewise.
3569 (streamer_write_builtin): Likewise.
3570 * lto-streamer.h (LTO_builtin_decl): Remove.
3571 * lto-streamer-in.c (lto_read_tree_1): Remove assert.
3572 (lto_input_scc): Remove LTO_builtin_decl handling.
3573 (lto_input_tree_1): Liekwise.
3574 * lto-streamer-out.c (lto_output_tree_1): Remove special
3575 handling of builtins.
3576 (DFS::DFS): Likewise.
3577 * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
3578 * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
3580 (streamer_write_builtin): Remove.
3582 2016-07-25 Martin Liska <mliska@suse.cz>
3584 * lto-cgraph.c (input_symtab): Don't call get_working_sets
3585 if flag_auto_profile is set to true.
3587 2016-07-25 Martin Liska <mliska@suse.cz>
3589 PR gcov-profile/71868
3590 * cfgloopanal.c (expected_loop_iterations_unbounded): When we
3591 have a function with multiple latches, count them all.
3593 2016-07-25 Martin Liska <mliska@suse.cz>
3595 * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
3597 2016-07-25 Martin Liska <mliska@suse.cz>
3599 PR tree-optimization/71987
3600 * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
3601 just for SSA_NAMEs. Fix GNU coding style.
3603 2016-07-25 Martin Liska <mliska@suse.cz>
3605 PR gcov-profile/64874
3606 * gcov-io.h: Update command about file format.
3607 * gcov-iov.c (main): Adapt the numbering scheme.
3609 2016-07-24 Kugan Vivekanandarajah <kuganv@linaro.org>
3612 * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
3613 whose result is used in PHI.
3614 (final_range_test_p): Likewise.
3615 (maybe_optimize_range_tests): Likewise.
3617 2016-07-22 Michael Meissner <meissner@linux.vnet.ibm.com>
3619 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
3620 Reformat two multi-line strings.
3622 2016-07-22 Martin Sebor <msebor@redhat.com>
3624 * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
3626 2016-07-22 Martin Sebor <msebor@redhat.com>
3629 * doc/extend.texi (Compound Literals): Correct and clarify.
3630 (Cast to Union): Same.
3632 2016-07-22 Kelvin Nilsen <kelvin@gcc.gnu.org>
3634 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
3635 comments to explain why certain error messages make mention of
3636 undocumented options.
3637 (rs6000_invalid_builtin): Change error messages to replace mention
3638 of undocumented options with mention of the -mcpu=power9 option
3639 that enables those undocumented options.
3640 * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
3641 (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
3642 definition of this macro to correct an existing error.
3643 * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
3644 mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
3645 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
3646 descriptions of built-in functions so that they depend on
3647 -mcpu=power9 instead of on the corresponding undocumented flags.
3648 * doc/invoke.texi (Option Summary): Remove all mention of newly
3650 (IBM RS/6000 and PowerPC Options): Likewise.
3651 * doc/md.texi (Constraints for Particuliar Machines): Remove all
3652 mention of newly undocumented flags.
3654 2016-07-22 Evgeny Stupachenko <evstupac@gmail.com>
3656 * ipa-cp.c (determine_versionability): Do not create constprop clones,
3657 when target_clones attribute is set.
3659 2016-07-22 Bin Cheng <bin.cheng@arm.com>
3661 * common.opt (funsafe-loop-optimizations): Mark ignore.
3662 * doc/invoke.texi (funsafe-loop-optimizations): Remove.
3663 * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
3665 * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
3666 * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
3668 2016-07-22 Bin Cheng <bin.cheng@arm.com>
3670 * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
3672 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
3674 (number_of_iterations_exit): Warn missed loop optimization for
3675 possible infinite loops.
3677 2016-07-22 Segher Boessenkool <segher@kernel.crashing.org>
3680 * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
3681 when to emit a ".machine" pseudo-op.
3683 2016-07-22 Martin Liska <mliska@suse.cz>
3685 PR gcov-profile/69028
3686 PR gcov-profile/62047
3687 * coverage.c (coverage_compute_lineno_checksum): Do not
3688 calculate checksum for fns w/o xloc.file.
3689 (coverage_compute_profile_id): Likewise.
3691 2016-07-22 Georg-Johann Lay <avr@gjlay.de>
3693 * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
3694 (avr_secondary_reload): ...and implementation.
3695 (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
3696 * config/avr/avr.md (reload_in<mode>): Remove insns.
3697 (adjust_len) [lpm]: Remove insn attribute value.
3698 * config/avr/predicates.md (flash_operand): Remove insn predicate.
3700 2016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
3703 * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
3705 * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
3706 * calls.c (special_function_p): Remove the special handling of the
3707 "__builtin_" prefix.
3709 2016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
3712 * calls.c (gimple_maybe_alloca_call_p): New function. Return true
3713 if STMT may be an alloca call.
3714 (gimple_alloca_call_p, alloca_call_p): Return only true for the
3715 builtin alloca call.
3716 * calls.h (gimple_maybe_alloca_call_p): New function.
3717 * tree-inline.c (inline_forbidden_p_stmt): Use
3718 gimple_maybe_alloca_call_p here.
3720 2016-07-21 David Malcolm <dmalcolm@redhat.com>
3722 * spellcheck-tree.c (best_macro_match::best_macro_match):
3723 Explictly specify the template arguments when invoking the base
3724 class constructor, to help older C++ compilers.
3726 2016-07-21 Jakub Jelinek <jakub@redhat.com>
3729 * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
3730 before builtin_decl_implicit.
3732 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
3734 * optabs.c (emit_condiitonal_move): Short circuit for identical
3737 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
3739 * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
3740 max_seq_cost. Removed fields: then_cost, else_cost, branch_cost.
3741 (noce_conversion_profitable_p): New.
3742 (noce_try_store_flag_constants): Use it.
3743 (noce_try_addcc): Likewise.
3744 (noce_try_store_flag_mask): Likewise.
3745 (noce_try_cmove): Likewise.
3746 (noce_try_cmove_arith): Likewise.
3747 (bb_valid_for_noce_process_p): Add to the cost parameter rather than
3749 (noce_convert_multiple_sets): Move cost model to here, from...
3750 (bb_ok_for_noce_convert_multiple_sets) ...here.
3751 (noce_process_if_block): Update calls for above changes.
3752 (noce_find_if_block): Record new noce_if_info parameters.
3754 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
3756 * target.def (max_noce_ifcvt_seq_cost): New.
3757 * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
3758 * doc/tm.texi: Regenerate.
3759 * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
3760 * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
3761 * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
3762 (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
3763 * doc/invoke.texi: Document new params.
3765 2016-07-21 Richard Biener <rguenther@suse.de>
3767 PR tree-optimization/71947
3768 * tree-vrp.c (extract_range_from_assert): Singleton symbolic
3769 ranges have useful limit_vr information.
3771 2016-07-21 Richard Biener <rguenther@suse.de>
3773 * function-tests.c (build_trivial_generic_function): Set
3774 BLOCK_SUPERCONTEXT of DECL_INITIAL.
3775 * omp-low.c (create_omp_child_function): Likewise.
3776 (grid_expand_target_grid_body): Likewise.
3777 * cgraphunit.c (init_lowered_empty_function): Likewise.
3778 (cgraph_node::expand_thunk): Likewise.
3779 * tree-parloops.c (create_loop_fn): Likewise.
3780 * ipa.c (cgraph_build_static_cdtor_1): Likewise.
3782 2016-07-21 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3784 * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
3787 2016-07-21 Georg-Johann Lay <avr@gjlay.de>
3789 * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
3790 (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
3791 (*insv.xor-extract, *insv.xor1-bit.0): New insns.
3792 (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
3793 values for insn attribute.
3794 * config/avr/avr.c (avr_out_insert_notbit): New function.
3795 (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
3796 ADJUST_LEN_INSV_NOTBIT_0/_7.
3797 * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
3799 2016-07-21 Bin Cheng <bin.cheng@arm.com>
3801 * tree-chrec.c (convert_affine_scev): New parameter. Pass new arg.
3802 (chrec_convert_1, chrec_convert): Ditto.
3803 * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
3804 * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
3805 * tree-vrp.c (adjust_range_with_scev): Ditto.
3806 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
3807 (scev_var_range_cant_overflow): New function.
3808 (scev_probably_wraps_p): New parameter. Call above function.
3809 * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
3811 2016-07-21 Bin Cheng <bin.cheng@arm.com>
3813 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
3814 by removing computation of may_be_zero.
3816 2016-07-21 Jakub Jelinek <jakub@redhat.com>
3818 * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
3820 2016-07-21 Andrew Sutton <andrew.n.sutton@gmail.com>
3822 Improving concepts performance and diagnostics.
3823 * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
3824 for constraint satisfaction and subsumption.
3825 * timevar.h (auto_timevar): New constructor that matches the push/pop
3826 pattern of usage in pt.c.
3828 2016-07-20 Uros Bizjak <ubizjak@gmail.com>
3830 * hwint.h (HOST_WIDE_INT_0): New define.
3831 (HOST_WIDE_INT_0U): Ditto.
3832 * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
3833 * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
3834 * simplify-rtx.c: Ditto.
3835 * tree-object-size.c: Ditto.
3837 2016-07-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3839 * config/s390/s390.c (s390_encode_section_info): Remove mode size
3842 2016-07-20 Uros Bizjak <ubizjak@gmail.com>
3844 * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
3845 * combine.c: Use HOST_WIDE_INT_M1U instead of
3846 ~(unsigned HOST_WIDE_INT) 0.
3847 * double-int.h: Ditto.
3849 * dwarf2asm.c:Ditto.
3851 * genmodes.c: Ditto.
3853 * read-rtl.c: Ditto.
3854 * tree-ssa-loop-ivopts.c: Ditto.
3855 * tree-ssa-loop-prefetch.c: Ditto.
3856 * tree-vect-generic.c: Ditto.
3857 * tree-vect-patterns.c: Ditto.
3860 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
3862 * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
3863 constant addresses outside [0,0xc0] into a register.
3864 (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn. And handle
3865 cases where the base address register is unused after.
3866 (avr_out_movhi_r_mr_reg_disp_tiny): Same.
3867 (avr_out_movhi_mr_r_reg_disp_tiny): Same.
3868 (avr_out_store_psi_reg_disp_tiny): Same.
3870 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
3872 Implement attribute progmem on reduced Tiny cores by adding
3873 flash offset 0x4000 to respective symbols.
3876 * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
3877 documentation how it works on reduced Tiny cores.
3878 (AVR Named Address Spaces): No support for reduced Tiny.
3879 * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
3880 (avr_address_tiny_pm_p): New static function.
3881 (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
3882 if the address is in progmem.
3883 (avr_assemble_integer): Same.
3884 (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
3885 for symbol_ref in progmem.
3886 * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
3887 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
3888 magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
3890 2016-07-20 Patrick Palka <ppalka@gcc.gnu.org>
3892 * configure.ac (thin_archive_support): New variable. AC_SUBST it.
3893 * configure: Regenerate.
3894 * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
3895 (USE_THIN_ARCHIVES): New variable.
3896 (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
3897 this archive as a thin archive.
3899 2016-07-20 David Malcolm <dmalcolm@redhat.com>
3901 * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
3902 same location as last time, don't skip if we have fix-it hints.
3903 Clarify the skipping logic by converting it from one "if" clause
3904 to repeated "if" clauses.
3905 * spellcheck-tree.c: Include "cpplib.h".
3906 (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
3907 (best_macro_match::best_macro_match): New constructor.
3908 * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
3909 Move here from c/c-decl.c.
3910 (class best_macro_match): Move here from c/c-decl.c, converting
3911 from a typedef to a subclass, gaining a ctor.
3913 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
3915 * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
3916 * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
3918 (avr_addr_space_diagnose_usage): ...and implementation.
3919 (avr_addr_space_supported_p): New function.
3920 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
3921 report bad address space usage if that space is supported.
3922 (avr_insert_attributes): Same. No more complain about unsupported
3924 * config/avr/avr-c.c (tm_p.h): Include it.
3925 (avr_cpu_cpp_builtins): Only define addr-space related built-in
3926 macro if avr_addr_space_supported_p.
3928 2016-07-20 Alexander Monakov <amonakov@ispras.ru>
3930 * config/nvptx/nvptx.c (nvptx_option_override): Do not set
3931 flag_toplevel_reorder.
3933 2016-07-20 David Malcolm <dmalcolm@redhat.com>
3935 * gcc-rich-location.c
3936 (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
3938 * gcc-rich-location.h
3939 (gcc_rich_location::add_fixit_misspelled_id): Likewise.
3941 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
3943 * target.def (addr_space): Add new diagnose_usage to hook vector.
3944 * targhooks.c (default_addr_space_diagnose_usage): Add default
3945 implementation and...
3946 * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
3947 * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
3948 is some address space, call targetm.addr_space.diagnose_usage.
3949 * doc/tm.texi.in (Named Address Spaces): Add anchor for
3950 TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
3951 * doc/tm.texi: Regenerate.
3953 2016-07-20 Martin Liska <mliska@suse.cz>
3956 * graphite-isl-ast-to-gimple.c (later_of_the_two):
3957 Properly handly PHI stmts.
3959 2016-07-20 Bin Cheng <bin.cheng@arm.com>
3961 PR tree-optimization/71503
3962 PR tree-optimization/71683
3963 * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
3966 2016-07-20 Martin Liska <mliska@suse.cz>
3968 * doc/invoke.texi (-fipa-ra): Document when the option is
3969 disabled. Fix a typo.
3971 2016-07-20 Martin Liska <mliska@suse.cz>
3973 * Makefile.in: Include fibonacci_heap.c
3974 * fibonacci_heap.c: New file.
3975 * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
3976 (fibonacci_heap::union_with): Fix deletion of the second heap.
3977 * selftest-run-tests.c (selftest::run_tests): Incorporate
3978 fibonacci heap tests.
3979 * selftest.h: Declare fibonacci_heap_c_tests.
3981 2016-07-20 Martin Liska <mliska@suse.cz>
3983 * selftest-run-tests.c (selftest::run_tests): New function.
3984 * selftest.h (sreal_c_tests): Declare.
3985 * sreal.c (sreal_verify_basics): New function.
3986 (verify_aritmetics): Likewise.
3987 (sreal_verify_arithmetics): Likewise.
3988 (verify_shifting): Likewise.
3989 (sreal_verify_shifting): Likewise.
3990 (void sreal_c_tests): Likewise.
3992 2016-07-19 Jakub Jelinek <jakub@redhat.com>
3994 PR rtl-optimization/71916
3995 * cfgrtl.c (contains_no_active_insn_p): Return false also for
3996 bb which have a single succ fake edge.
3998 2016-07-19 Aldy Hernandez <aldyh@redhat.com>
4001 * dwarf2out.c (gen_subprogram_die): Only call
4002 gen_unspecified_parameters_die while dumping early dwarf.
4004 2016-07-19 Jakub Jelinek <jakub@redhat.com>
4007 * gimple-fold.c (fold_builtin_memory_op): Use
4008 get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
4010 2016-07-19 Uros Bizjak <ubizjak@gmail.com>
4012 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
4013 HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
4014 HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
4015 HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
4019 * double-int.c: Ditto.
4021 * dwarf2out.c: Ditto.
4024 * fold-const.c: Ditto.
4025 * function.c: Ditto.
4027 * genmodes.c: Ditto.
4031 * loop-doloop.c: Ditto.
4032 * loop-invariant.c: Ditto.
4039 * simplify-rtx.c: Ditto.
4040 * stor-layout.c: Ditto.
4042 * tree-ssa-loop-ivopts.c: Ditto.
4043 * tree-vect-generic.c: Ditto.
4044 * tree-vect-patterns.c: Ditto.
4049 * wide-int-print.cc: Ditto.
4050 * wide-int.cc: Ditto.
4051 * wide-int.h: Ditto.
4053 2016-07-19 David Malcolm <dmalcolm@redhat.com>
4055 * selftest.c (selftest::assert_streq): Handle NULL values of
4056 val_actual and val_expected.
4058 2016-07-19 Martin Jambor <mjambor@suse.cz>
4061 * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
4062 rather than cgraph_create_node to get a call graph node.
4064 2016-07-19 Richard Biener <rguenther@suse.de>
4066 * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
4067 handle all tcc_constant bases and valueize SSA names.
4068 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
4071 2016-07-19 David Malcolm <dmalcolm@redhat.com>
4073 * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
4074 the flags of the exit block and bb2, not just the entry block.
4076 2016-07-19 Richard Biener <rguenther@suse.de>
4078 PR tree-optimization/71901
4079 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
4080 align member, group stuff with the bitfield.
4081 (vn_ref_op_align_unit): New inline.
4082 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
4083 record element alignment and operand 3 unchanged.
4084 (ao_ref_init_from_vn_reference): Adjust.
4085 (valueize_refs_1): Likewise.
4086 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
4088 2016-07-19 Richard Biener <rguenther@suse.de>
4090 PR tree-optimization/71908
4091 * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
4092 symbolic constants in a more reliable way.
4094 2016-07-19 Ilya Enkovich <ilya.enkovich@intel.com>
4096 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
4098 (vect_update_inits_of_drs): Likewise.
4099 (vect_create_cond_for_alias_checks): Likewise.
4100 * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
4102 2016-07-19 Richard Biener <rguenther@suse.de>
4105 * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
4106 with an abstract origin that is not an inlined function outer
4107 scope add a self-reference as abstract origin.
4108 * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
4110 2016-07-18 Michael Meissner <meissner@linux.vnet.ibm.com>
4113 * config/rs6000/rs6000.c (rs6000_function_value): Fix
4114 unintentional System V.4 structure return breakage for structures
4115 with a single floating point element.
4117 2016-07-18 Yuri Rumyantsev <ysrumyan@gmail.com>
4119 PR tree-optimization/71734
4120 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
4121 contains REF, use it to check safelen, assume that safelen value
4122 must be greater 1, fix style.
4123 (ref_indep_loop_p_2): Add REF_LOOP argument.
4124 (ref_indep_loop_p): Pass LOOP as additional argument to
4127 2016-07-18 Dominik Vogt <vogt@linux.vnet.ibm.com>
4129 * cfgexpand.c (expand_stack_vars): Implement synamic stack space
4130 allocation in the prologue.
4131 * explow.c (get_dynamic_stack_base): New function to return an address
4132 expression for the dynamic stack base.
4133 (get_dynamic_stack_size): New function to do the required dynamic stack
4134 space size calculations.
4135 (allocate_dynamic_stack_space): Use new functions.
4136 (align_dynamic_address): Move some code from
4137 allocate_dynamic_stack_space to new function.
4138 * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
4140 2016-07-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4142 * config/s390/s390.c (s390_encode_section_info): Always set
4143 notaligned marker if mode size is 0 or no MEM_ALIGN info could be
4146 2016-07-18 Richard Biener <rguenther@suse.de>
4148 PR tree-optimization/71893
4149 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
4150 for sizetype cast added by array_ref_element_size.
4151 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
4153 2016-07-16 John David Anglin <danglin@gcc.gnu.org>
4155 * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
4156 register parameters. Remove code to initialize argument pointer
4157 on TARGET_64BIT. Optimize call to _mcount when it can be reached
4158 using a pc-relative branch. Cleanup conditional code.
4159 * config/pa/pa.md (call_mcount): New expander.
4160 (call_mcount_nonpic): New insn.
4161 (call_mcount_pic): New insn and split.
4162 (call_mcount_pic_post_reload): New insn.
4163 (call_mcount_64bit): New insn and split.
4164 (call_mcount_64bit_post_reload): New insn.
4166 2016-07-15 Georg-Johann Lay <avr@gjlay.de>
4168 * config/avr/predicates.md (const_m255_to_m1_operand): New.
4169 * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
4170 * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
4171 (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
4172 (*usum_widenqihi3, *udiff_widenqihi3)
4173 (*addhi3_zero_extend.const): New combiner insns.
4174 (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
4175 just 1 bit is affected.
4176 * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
4177 (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
4179 2016-07-15 Cesar Philippidis <cesar@codesourcery.com>
4181 * omp-low.c (lower_omp_target): Mark data clauses with
4182 GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
4183 zero-length subarrays.
4185 2016-07-15 Richard Biener <rguenther@suse.de>
4187 PR tree-optimization/71881
4188 * tree-loop-distribution.c (destroy_loop): Remove blocks in
4189 reverse DOM order to make debug temp generation happy.
4191 2016-07-15 Richard Biener <rguenther@suse.de>
4193 PR tree-optimization/71887
4194 * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
4195 verify it is not zero for division / modulo handling.
4196 (value_replacement): Adjust.
4198 2016-07-15 Virendra Pathak <virendra.pathak@broadcom.com>
4199 Julian Brown <julian@codesourcery.com>
4201 * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
4202 * config/aarch64/aarch64-cost-tables.h
4203 (vulcan_extra_costs): New variable.
4204 * config/aarch64/aarch64.c
4205 (vulcan_addrcost_table): Likewise.
4206 (vulcan_regmove_cost): Likewise.
4207 (vulcan_vector_cost): Likewise.
4208 (vulcan_branch_cost): Likewise.
4209 (vulcan_tunings): Likewise.
4211 2016-07-15 Alexander Monakov <amonakov@ispras.ru>
4213 * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
4214 (output_in_order): Loop over undefined variables too. Output them
4215 via assemble_undefined_decl. Skip variables that correspond to hard
4216 registers or have value-exprs.
4217 * varpool.c (symbol_table::output_variables): Handle undefined
4218 variables together with defined ones.
4220 2016-07-15 Richard Biener <rguenther@suse.de>
4222 * tree-ssa-pre.c (get_representative_for): Make sure to return
4223 the value number of SSA names.
4224 (phi_translate_1): get_representative_for cannot return NULL.
4225 (do_pre_regular_insertion): Remove redundant call to
4226 fully_constant_expression.
4227 (do_pre_partial_partial_insertion): Likewise.
4229 2016-07-15 Bin Cheng <bin.cheng@arm.com>
4231 * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
4232 (derive_simple_iv_with_niters): New function.
4233 (simple_iv): Rewrite using simple_iv_with_niters.
4234 * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
4235 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
4237 (number_of_iterations_exit): Rewrite using above function.
4238 * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
4241 2016-07-15 Richard Biener <rguenther@suse.de>
4243 * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
4246 2016-07-14 Jakub Jelinek <jakub@redhat.com>
4248 PR tree-optimization/71872
4249 * tree-data-ref.c (get_references_in_stmt): Ignore references
4250 with is_gimple_constant get_base_address.
4252 2016-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
4254 * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
4255 (TARGET_HAVE_LDACQD): New macro.
4256 * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
4257 than TARGET_HAVE_LDACQ.
4258 (arm_load_acquire_exclusivedi): Likewise.
4259 (arm_store_release_exclusivedi): Likewise.
4261 2016-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
4263 PR rtl-optimization/71878
4264 * lra-constraints.c (match_reload): Pass information about other
4265 output operands. Create new unique register value if matching input
4266 operand shares same register value as output operand being considered.
4267 (curr_insn_transform): Record output operands already processed.
4269 2016-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4272 PR tree-optimization/70923
4273 * tree-vect-patterns.c: Include mult-synthesis.h.
4274 (target_supports_mult_synth_alg): New function.
4275 (synth_lshift_by_additions): Likewise.
4276 (apply_binop_and_append_stmt): Likewise.
4277 (vect_synth_mult_by_constant): Likewise.
4278 (target_has_vecop_for_code): Likewise.
4279 (vect_recog_mult_pattern): Use above functions to synthesize vector
4280 multiplication by integer constants.
4282 2016-07-14 Alan Modra <amodra@gmail.com>
4284 * gcc/config/rs6000/altivec.md (altivec_mov<mode>): Disparage
4285 gpr alternatives. Correct '*' placement on Y,r alternative.
4286 Add '*' on operand 1 of r,r alternative.
4288 2016-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4290 * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
4291 * expmed.h: ... Here.
4293 2016-07-14 Jan Hubicka <hubicka@ucw.cz>
4295 * gimple.h (stmt_can_terminate_bb_p): New function.
4296 * tree-cfg.c (need_fake_edge_p): Rename to ...
4297 (stmt_can_terminate_bb_p): ... this; return true if stmt can
4298 throw external; handle const and pure calls.
4299 * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
4301 2016-07-14 Richard Biener <rguenther@suse.de>
4303 PR tree-optimization/71866
4304 * tree-ssa-pre.c (get_constant_for_value_id): Remove.
4305 (do_hoist_insertion): Avoid endless recursion when we
4306 didn't insert anything because we managed to simplify
4307 things down to a constant or SSA name.
4308 (fully_constant_expression): Re-write in terms of ...
4309 * tree-ssa-sccvn.h (vn_nary_simplify): ... this. Declare.
4310 * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
4311 vn_nary_build_or_lookup_1.
4312 (vn_nary_build_or_lookup_1): Added flag and renamed from ...
4313 (vn_nary_build_or_lookup): ... this which now wraps it.
4315 2016-07-14 Alan Modra <amodra@gmail.com>
4318 * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
4319 with p9_vector override before power9-dform override.
4321 2016-07-13 Andi Kleen <ak@linux.intel.com>
4323 * value-prof.c (gimple_value_profile_transformations): Don't run
4324 when auto_profile is on.
4326 2016-07-13 Andi Kleen <ak@linux.intel.com>
4328 * auto-profile.c (update_inlined_ind_target,
4329 afdo_indirect_call): Print information to dump file.
4331 2016-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4333 * genrecog.c (special_predicate_operand_p): New function.
4334 (predicate_name): Move function.
4335 (validate_pattern): Don't warn about missing mode for all
4336 define_special_predicate predicates.
4338 2016-07-13 Bin Cheng <bin.cheng@arm.com>
4340 * tree-vect-data-refs.c (vect_no_alias_p): New function.
4341 (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
4342 resolve alias checks which are known at compilation time.
4343 Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
4344 alias checks are resolved. Move dump info for too many runtime
4345 alias checks to here...
4346 * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
4348 2016-07-13 Richard Biener <rguenther@suse.de>
4350 PR tree-optimization/24574
4351 * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
4352 position and add shift, rotate, divison and modulo support
4354 (value_replacement): Pass in argument position to absorbing_element_p.
4356 2016-07-13 Ilya Enkovich <ilya.enkovich@intel.com>
4359 * ipa-inline-transform.c (inline_call): Support
4360 instrumented thunks.
4362 2016-07-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
4364 * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
4365 (TARGET_IDIV): Set for all Thumb targets provided they have hardware
4367 * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
4368 Baseline. Make initial alternative TARGET_32BIT only.
4369 (udivsi3): Likewise.
4370 * config/arm/thumb1.md (thumb1_cbz): New define_insn.
4371 * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
4374 2016-07-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
4376 * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
4377 * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
4378 availability with TARGET_HAVE_MOVT.
4379 (thumb_legitimate_constant_p): Strip the high part of a label_ref.
4380 (thumb1_rtx_costs): Also return 0 if setting a half word constant and
4381 MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
4383 (thumb1_size_rtx_costs): Make set of half word constant also cost 1
4384 extra instruction if MOVW is available. Use a cost variable
4385 incremented by COSTS_N_INSNS (1) when the condition match rather than
4386 returning an arithmetic expression based on COSTS_N_INSNS. Make
4387 constant with bottom half word zero cost 2 instruction if MOVW is
4389 * config/arm/arm.md (define_attr "arch"): Add v8mb.
4390 (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
4391 target is ARMv8-M Baseline.
4392 (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
4393 (arm_movtas_ze): Likewise.
4394 * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
4395 alternative for constants satisfying j constraint.
4396 (thumb1_movsi_insn): Likewise.
4397 (movsi splitter for K alternative): Tighten condition to not trigger
4398 if movt is available and j constraint is satisfied.
4399 (Pe immediate splitter): Likewise.
4400 (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
4401 constant fitting in an halfword to use MOVW.
4402 * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
4405 2016-07-13 Richard Biener <rguenther@suse.de>
4408 * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
4409 gimplifying the LHS. Make sure to gimplify a returning twice
4410 call LHS without using SSA names.
4412 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4414 * tree-data-ref.c (find_data_references_in_stmt): Remove
4415 unnecessary call to vec::release.
4416 (graphite_find_data_references_in_stmt): Likewise.
4417 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
4418 * tree-vect-stmts.c (vectorizable_condition): Likewise.
4420 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4422 * cfgexpand.c (expand_used_vars): Make the type of a local
4424 * genmatch.c (lower_for): Likewise.
4425 * haifa-sched.c (haifa_sched_init): Likewise.
4426 (add_to_speculative_block): Likewise.
4427 (create_check_block_twin): Likewise.
4428 * predict.c (handle_missing_profiles): Likewise.
4429 * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
4430 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
4431 * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
4433 (maybe_lower_iteration_bound): Likewise.
4434 * tree-ssa-sccvn.c (DFS): Likewise.
4435 * tree-stdarg.c (reachable_at_most_once): Likewise.
4436 * tree-vect-stmts.c (vectorizable_conversion): Likewise.
4437 (vectorizable_store): Likewise.
4439 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4441 * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
4442 (sccvn_dom_walker): make cond_stack an auto_vec.
4444 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4446 * ree.c (struct ext_state): Make type of members auto_vec.
4447 (find_and_remove_re): Adjust.
4449 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4451 * cfgexpand.c (struct stack_vars_data): Make type of fields
4453 (expand_used_vars): Adjust.
4455 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4457 * ipa.c (record_cdtor_fn): Adjust.
4458 (build_cdtor_fns): Likewise.
4459 (ipa_cdtor_merge): Make static_ctors and static_dtors local
4462 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4464 * genextract.c (struct accum_extract): Add constructor and make
4468 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4470 * tree.c (struct free_lang_data_d): Add constructor and change
4471 types of members to ones that automatically manage resources.
4472 (fld_worklist_push): Adjust.
4473 (find_decls_types): Likewise.
4474 (find_decls_types_in_eh_region): Likewise.
4475 (free_lang_data_in_cgraph): Stop manually creating and
4476 destroying members of free_lang_data_d.
4478 2016-07-13 Uros Bizjak <ubizjak@gmail.com>
4480 PR rtl-optimization/68961
4481 * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
4482 peephole variant. Use sse_reg_operand predicates.
4484 2016-07-12 Uros Bizjak <ubizjak@gmail.com>
4486 * config/i386/predicates.md (x86_64_immediate_operand)
4487 <case CONST_INT>: Remove unneeded truncation to DImode.
4488 <case CONST>: Ditto.
4489 (x86_64_zext_immediate_operand) <case CONST>: Ditto.
4491 2016-07-12 Michael Meissner <meissner@linux.vnet.ibm.com>
4494 * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
4495 The xxperm and xxpermr instructions require that the 2nd input
4496 operand overlap with the output operand, and not the 1st.
4497 (altivec_vperm_v8hiv16qi): Likewise.
4498 (altivec_vperm_<mode>_uns_internal): Likewise.
4499 (altivec_vpermr_<mode>_internal): Likewise.
4500 (vperm_v8hiv4si): Likewise.
4501 (vperm_v16qiv8hi): Likewise.
4503 2016-07-12 Nathan Sidwell <nathan@acm.org>
4505 * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
4506 when -mno-pic-data-is-text-relative is in effect, by default.
4507 * doc/invoke.texi (mpic-data-is-text-relative): Document new
4508 behavior and clarify.
4510 2016-07-12 Martin Liska <mliska@suse.cz>
4512 * params.def: Add avg-loop niter.
4513 * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
4514 * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
4515 * doc/invoke.texi: Document the new parameter.
4517 2016-07-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4520 * expr.c (store_constructor): Mask sign-extended bits when widening
4521 sub-word constructor element at the start of a word.
4523 2016-07-12 Martin Liska <mliska@suse.cz>
4525 * Makefile.in: Append rule for params-options.h.
4526 * params-options.h: New file.
4528 2016-07-12 Martin Liska <mliska@suse.cz>
4530 * ira-build.c (mark_loops_for_removal): Properly iterate
4533 2016-07-12 Steven Bosscher <steven@gcc.gnu.org>
4534 Richard Biener <rguenther@suse.de>
4536 PR tree-optimization/23286
4537 PR tree-optimization/70159
4538 * doc/invoke.texi: Document -fcode-hoisting.
4539 * common.opt (fcode-hoisting): New flag.
4540 * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
4541 * tree-ssa-pre.c (pre_stats): Add hoist_insert.
4542 (do_regular_insertion): Rename to ...
4543 (do_pre_regular_insertion): ... this and amend general comments
4544 on insertion strathegy.
4545 (do_partial_partial_insertion): Rename to ...
4546 (do_pre_partial_partial_insertion): ... this.
4547 (do_hoist_insertion): New function.
4548 (insert_aux): Take flags on whether to do PRE and/or hoist insertion
4549 and call do_hoist_insertion properly.
4551 (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
4552 (pass_pre::execute): Register hoist_insert stats.
4554 2016-07-12 Jakub Jelinek <jakub@redhat.com>
4557 * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
4558 for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
4559 is different from mode's bitsize. Small cleanup.
4561 2016-07-12 Richard Biener <rguenther@suse.de>
4563 PR rtl-optimization/68961
4564 * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
4565 to simplify to a non-constant.
4567 2016-07-11 Jakub Jelinek <jakub@redhat.com>
4570 * omp-low.c (expand_omp_target): Gimplify device.
4572 PR tree-optimization/71823
4573 * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
4574 to get vec_oprnds2 from op2.
4576 2016-07-11 Uros Bizjak <ubizjak@gmail.com>
4578 * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
4579 Hoist common subexpressions.
4580 (x86_64_zext_immediate_operand) <case CONST>: Ditto.
4582 2016-07-11 Pat Haugen <pthaugen@us.ibm.com>
4585 * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
4586 prevent generation of 'stxsiwx' on pre Power8 hardware.
4588 2016-07-11 David Malcolm <dmalcolm@redhat.com>
4590 * input.c: Include cpplib.h.
4591 (selftest::temp_source_file): New class.
4592 (selftest::temp_source_file::temp_source_file): New ctor.
4593 (selftest::temp_source_file::~temp_source_file): New dtor.
4594 (selftest::should_have_column_data_p): New function.
4595 (selftest::test_should_have_column_data_p): New function.
4596 (selftest::temp_line_table): New class.
4597 (selftest::temp_line_table::temp_line_table): New ctor.
4598 (selftest::temp_line_table::~temp_line_table): New dtor.
4599 (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
4600 it to create a temp_line_table.
4601 (selftest::assert_loceq): Only verify LOCATION_COLUMN for
4602 locations that are known to have column data.
4603 (selftest::line_table_case): New struct.
4604 (selftest::test_reading_source_line): Move tempfile handling
4605 to class temp_source_file.
4606 (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
4607 (selftest::assert_token_loc_eq): New function.
4608 (ASSERT_TOKEN_LOC_EQ): New macro.
4609 (selftest::test_lexer): New function.
4610 (selftest::boundary_locations): New array.
4611 (selftest::input_c_tests): Call test_should_have_column_data_p.
4612 Loop over a test matrix of interesting values of location and
4613 default_range_bits, calling test_lexer on each case in the matrix.
4614 Move call to test_accessing_ordinary_linemaps into the matrix.
4615 * selftest.h (ASSERT_EQ): Reimplement in terms of...
4616 (ASSERT_EQ_AT): New macro.
4618 2016-07-11 H.J. Lu <hongjiu.lu@intel.com>
4621 * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
4622 Don't convert TImode in debug insn.
4624 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
4626 Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
4627 * tree-core.h (tree_base::nothrow_flag): Adjust comment.
4628 (tree_type_common::lang_flag_7): New.
4629 (tree_type_common::spare): Reduce size.
4630 * tree.h (TYPE_ALIGN_OK): Remove.
4631 (TYPE_LANG_FLAG_7): New.
4632 (get_inner_reference): Adjust header.
4633 * print-tree.c (print_node): Adjust.
4634 * expr.c (get_inner_reference): Remove parameter keep_aligning.
4635 (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
4636 calls to get_inner_reference.
4637 (expand_expr_real_1): Adjust call to get_inner_reference. Remove
4638 handling of TYPE_ALIGN_OK.
4639 * builtins.c (get_object_alignment_2): Adjust call to
4640 get_inner_reference. Remove handling of VIEW_CONVERT_EXPR.
4641 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
4643 * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
4644 * cfgexpand.c (expand_debug_expr): Likewise.
4645 * dbxout.c (dbxout_expand_expr): Likewise.
4646 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
4647 loc_list_from_tree, fortran_common): Likewise.
4648 * fold-const.c (optimize_bit_field_compare,
4649 decode_field_reference, fold_unary_loc, fold_comparison,
4650 split_address_to_core_and_offset): Likewise.
4651 * gimple-laddress.c (execute): Likewise.
4652 * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
4653 * gimplify.c (gimplify_scan_omp_clauses): Likewise.
4654 * hsa-gen.c (gen_hsa_addr): Likewise.
4655 * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
4656 * tsan.c (instrument_expr): Likewise.
4657 * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
4658 * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
4659 * tree-affine.c (tree_to_aff_combination,
4660 get_inner_reference_aff): Adjust calls to get_inner_reference.
4661 * tree-data-ref.c (split_constant_offset_1,
4662 dr_analyze_innermost): Likewise.
4663 * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
4664 * tree-sra.c (ipa_sra_check_caller): Likewise.
4665 * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
4666 * tree-ssa-math-opts.c (find_bswap_or_nop_load,
4667 bswap_replace): Likewise.
4668 * tree-vect-data-refs.c (vect_check_gather,
4669 vect_analyze_data_refs): Likewise.
4670 * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
4671 * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
4674 2016-07-11 David Malcolm <dmalcolm@redhat.com>
4676 * Makefile.in (selftest-valgrind): New phony target.
4677 * function-tests.c (selftest::build_cfg): Delete pass instances
4678 created by the test.
4679 (selftest::convert_to_ssa): Likewise.
4680 (selftest::test_expansion_to_rtl): Likewise.
4681 * tree-cfg.c (selftest::test_linear_chain): Release dominator
4683 (selftest::test_diamond): Likewise.
4685 2016-07-11 Richard Biener <rguenther@suse.de>
4687 PR tree-optimization/71816
4688 * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
4689 than replacing all of its operands.
4691 2016-07-11 Alan Modra <amodra@gmail.com>
4693 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
4694 (ctr<mode>): Add unspec.
4695 (ctr<mode>_internal*): Likewise.
4697 2016-07-08 James Bowman <james.bowman@ftdichip.com>
4699 * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
4700 * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
4702 2016-07-08 Vladimir Makarov <vmakarov@redhat.com>
4704 PR rtl-optimization/71621
4705 * lra-constraints.c (process_alt_operands): Check combination of
4708 2016-07-08 Jason Merrill <jason@redhat.com>
4709 Richard Biener <rguenther@suse.de>
4711 P0145: Refining Expression Order for C++.
4712 * gimplify.c (initial_rhs_predicate_for): New.
4713 (gimplfy_modify_expr): Gimplify RHS before LHS.
4715 2016-07-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4718 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4719 Allow standard error handling to take over when a wrong number
4720 of arguments is presented to __builtin_vec_ld () or
4721 __builtin_vec_st ().
4723 2016-07-08 Jiong Wang <jiong.wang@arm.com>
4725 * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
4730 * config/aarch64/arm_neon.h (vmaxnm_f32): Use
4731 __builtin_aarch64_fmaxv2sf.
4732 (vmaxnmq_f32): Likewise.
4733 (vmaxnmq_f64): Likewise.
4734 (vminnm_f32): Likewise.
4735 (vminnmq_f32): Likewise.
4736 (vminnmq_f64): Likewise.
4738 2016-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
4741 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
4742 enable -mfloat128-hardware by default.
4743 (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
4744 that IEEE 128-bit hardware support needs.
4745 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
4746 -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
4747 Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
4748 floating point requires.
4749 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
4750 -mfloat128 and -mfloat128-hardware changes.
4752 2016-07-08 Alan Hayward <alan.hayward@arm.com>
4754 PR tree-optimization/71667
4755 * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
4757 2016-07-08 Martin Liska <mliska@suse.cz>
4760 * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
4761 folding produces SAVE_EXPRs, thus return false for the type.
4763 2016-07-07 Martin Liska <mliska@suse.cz>
4765 * file-find.c (remove_prefix): New function.
4766 * file-find.h (remove_prefix): Declare the function.
4767 * gcc-ar.c (main): Skip a folder of the wrapper if
4768 a wrapped binary would point to the same file.
4770 2016-07-07 Jan Hubicka <jh@suse.cz>
4772 * tree-scalar-evolution.c (iv_can_overflow_p): export.
4773 * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
4774 * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
4776 2016-07-07 Ilya Enkovich <ilya.enkovich@intel.com>
4779 * ipa-inline-analysis.c (compute_inline_parameters): Set
4780 local.can_change_signature to false for intrumentation
4783 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
4785 * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
4786 with TARGET_HAVE_MOVT.
4787 (TARGET_HAVE_MOVT): Define.
4788 * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
4789 availability with TARGET_HAVE_MOVT.
4790 * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
4792 (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
4794 (symbol_refs movsi splitter): Remove TARGET_32BIT check.
4795 (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
4796 * config/arm/constraints.md (define_constraint "j"): Use
4797 TARGET_HAVE_MOVT to check MOVT availability.
4799 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
4801 * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
4803 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
4805 * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
4806 (armv8-m.main): Likewise.
4807 (armv8-m.main+dsp): Likewise.
4808 * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
4809 (FL_FOR_ARCH8M_MAIN): Likewise.
4810 * config/arm/arm-tables.opt: Regenerate.
4811 * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
4812 armv8-m.main+dsp to BE8_LINK_SPEC.
4813 * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
4814 (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
4815 * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
4816 Baseline and Mainline.
4817 (arm_option_override_internal): Also disable arm_restrict_it when
4818 !arm_arch_notm. Update comment for -munaligned-access to also cover
4820 (arm_file_start): Increase buffer size for printing architecture name.
4821 * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
4822 and armv8-m.main+dsp.
4823 (mno-unaligned-access): Clarify that this is disabled by default for
4824 ARMv8-M Baseline architectures as well.
4826 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
4828 * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
4829 decide whether to prevent some libgcc routines being included for some
4830 multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
4831 link between this condition and the one in
4832 libgcc/config/arm/lib1func.S.
4834 2016-07-07 Richard Biener <rguenther@suse.de>
4836 * tree-ssa-pre.c: Include alias.h.
4837 (compute_avail): If we have multiple VN_REFERENCEs with the
4838 same hashtable entry adjust that to make it a valid replacement
4839 for all of them with respect to alignment and aliasing
4840 when doing insertion.
4841 * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
4842 * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
4844 2016-07-06 Segher Boessenkool <segher@kernel.crashing.org>
4848 * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
4849 *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
4852 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4854 * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
4855 (adjust_mems): Adjust.
4856 (adjust_insn): Likewise.
4857 (prepare_call_arguments): Likewise.
4859 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4861 * gcse.c (struct ls_expr): Make stores field a vector.
4862 (ldst_entry): Adjust.
4863 (free_ldst_entry): Likewise.
4864 (print_ldst_list): Likewise.
4865 (compute_ld_motion_mems): Likewise.
4866 (update_ld_motion_stores): Likewise.
4868 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4870 * gcse.c (struct ls_expr): Remove loads field.
4871 (ldst_entry): Adjust.
4872 (free_ldst_entry): Likewise.
4873 (print_ldst_list): Likewise.
4874 (compute_ld_motion_mems): Likewise.
4876 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
4878 * store-motion.c (struct st_expr): Make antic_stores a vector.
4879 (st_expr_entry): Adjust.
4880 (free_st_expr_entry): Likewise.
4881 (print_store_motion_mems): Likewise.
4882 (find_moveable_store): Likewise.
4883 (compute_store_table): Likewise.
4884 (remove_reachable_equiv_notes): Likewise.
4885 (replace_store_insn): Likewise.
4886 (build_store_vectors): Likewise.
4888 2016-07-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4890 * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
4891 cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
4893 2016-07-06 Yuri Rumyantsev <ysrumyan@gmail.com>
4895 PR tree-optimization/71518
4896 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
4897 misalign also for outer loops with negative step.
4899 2016-07-06 Wilco Dijkstra <wdijkstr@arm.com>
4901 * config/arm/cortex-a53.md: Use final_presence_set for in-order.
4902 (cortex_a53_shift): Add mov_shift.
4903 (cortex_a53_shift_reg): Add new reservation for register shifts.
4904 (cortex_a53_alu): Remove bfm.
4905 (cortex_a53_alu_shift): Add bfm, remove mov_shift.
4906 (cortex_a53_alu_extr): Add new reservation for EXTR.
4907 (bypasses): Improve bypass modelling.
4909 2016-07-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
4912 * config/avr/avr.c (avr_asm_select_section): Strip off
4913 SECTION_DECLARED from flags when calling get_section.
4915 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
4917 * tree-vectorizer.h (vect_memory_access_type): Add
4918 VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
4919 * tree-vect-stmts.c (compare_step_with_zero): New function.
4920 (perm_mask_for_reverse): Move further up file.
4921 (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
4923 (get_negative_load_store_type): New function.
4924 (get_load_store_type): Call it. Add an ncopies argument.
4925 (vectorizable_mask_load_store): Update call accordingly and
4926 remove tests for negative steps.
4927 (vectorizable_store, vectorizable_load): Likewise. Handle new
4928 memory_access_types.
4930 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
4932 * tree-vectorizer.h (vect_memory_access_type): New enum.
4933 (_stmt_vec_info): Add a memory_access_type field.
4934 (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
4935 (vect_model_store_cost): Take an access type instead of a boolean.
4936 (vect_model_load_cost): Likewise.
4937 * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
4938 vect_model_store_cost and vect_model_load_cost.
4939 * tree-vect-stmts.c (vec_load_store_type): New enum.
4940 (vect_model_store_cost): Take an access type instead of a
4941 store_lanes_p boolean. Simplify tests.
4942 (vect_model_load_cost): Likewise, but for load_lanes_p.
4943 (get_group_load_store_type, get_load_store_type): New functions.
4944 (vectorizable_store): Use get_load_store_type. Record the access
4945 type in STMT_VINFO_MEMORY_ACCESS_TYPE.
4946 (vectorizable_load): Likewise.
4947 (vectorizable_mask_load_store): Likewise. Replace is_store
4948 variable with vls_type.
4950 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
4952 * tree-vectorizer.h (vect_grouped_load_supported): Add a
4953 single_element_p parameter.
4954 * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
4955 Check the PR65518 case here rather than in vectorizable_load.
4956 * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
4957 * tree-vect-stmts.c (vectorizable_load): Likewise.
4959 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
4961 * tree-vectorizer.h (gather_scatter_info): New structure.
4962 (vect_check_gather_scatter): Return a bool rather than a decl.
4963 Replace return-by-pointer arguments with a single
4964 gather_scatter_info *.
4965 * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
4966 (vect_analyze_data_refs): Update call accordingly.
4967 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
4968 (vectorizable_mask_load_store): Likewise. Also record the
4969 offset dt and vectype in the gather_scatter_info.
4970 (vectorizable_store): Likewise.
4971 (vectorizable_load): Likewise.
4973 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
4975 * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
4976 strided groups, use the cost of N scalar accesses instead
4977 of ncopies vector accesses.
4978 (vect_model_load_cost): Likewise.
4980 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
4982 * tree-vect-stmts.c (vect_cost_group_size): Delete.
4983 (vect_model_store_cost): Avoid calling it. Use first_stmt_p
4984 variable to indicate when once-per-group costs are being used.
4985 (vect_model_load_cost): Likewise. Fix comment and misindented code.
4987 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
4989 * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
4990 peeling-for-gaps condition.
4992 2016-07-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4994 * config/s390/s390.c (s390_expand_vec_init): Force initializer
4995 element to register if it doesn't match general_operand.
4997 2016-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
4998 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5000 * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
5002 * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
5003 * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
5004 (SIGNBIT): New mode iterator.
5005 (Fsignbit): New mode attribute.
5006 (signbit<mode>2): Change operand1 to match FLOAT128 instead of
5007 IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
5008 when direct moves are available.
5009 (signbit<mode>2_dm): New define_insn_and_split).
5010 (signbit<mode>2_dm2): New define_insn.
5012 2016-07-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5014 PR rtl-optimization/71594
5015 * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
5016 into subregs of appropriate mode before trying to emit a conditional
5019 2016-07-05 Jan Hubicka <jh@suse.cz>
5021 * tree-scalar-evolution.c (iv_can_overflow_p): New function.
5022 (simple_iv): Use it.
5024 2016-07-05 Jan Hubicka <jh@suse.cz>
5026 * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
5028 2016-07-05 Jiong Wang <jiong.wang@arm.com>
5030 * lra-constraints.c (process_alt_operands): Don't add spilling cost for
5033 2016-07-05 Jan Hubicka <jh@suse.cz>
5035 * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
5038 2016-07-05 Richard Biener <rguenther@suse.de>
5040 * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
5041 Handle empty else block.
5042 (is_feasible_trace): Likewise.
5043 (split_paths): Likewise.
5045 2016-07-05 Richard Biener <rguenther@suse.de>
5047 * tree-loop-distribution.c (distribute_loop): Fix issue with
5048 the cost model loop.
5050 2016-07-05 Christophe Lyon <christophe.lyon@linaro.org>
5052 * config/arm/neon-testgen.ml: Delete.
5053 * config/arm/neon.ml: Delete.
5055 2016-07-04 Jakub Jelinek <jakub@redhat.com>
5058 * tree.c (attribute_value_equal): Use get_attribute_name instead of
5059 directly using TREE_PURPOSE.
5061 2016-07-04 Jiong Wang <jiong.wang@arm.com>
5063 * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
5064 * config/aarch64/aarch64_neon.h: Likewise.
5065 * config/aarch64/arm_neon.h: Likewise.
5066 * config/aarch64/atomics.md: Likewise.
5067 * config/aarch64/aarch64-simd-builtins.def: Likewise.
5068 * doc/invoke.texi: Likewise.
5070 2016-07-04 Dominik Vogt <vogt@linux.vnet.ibm.com>
5072 * config/s390/s390.md: Add "z13" cpu_facility.
5073 ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
5074 * config/s390/predicates.md ("loc_operand"): New predicate for "load on
5075 condition" type instructions.
5077 2016-07-04 Dominik Vogt <vogt@linux.vnet.ibm.com>
5078 Jeff Law <law@redhat.com>
5080 * explow.c (allocate_dynamic_stack_space): Simplify knowing that
5081 MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
5083 2016-07-04 Yuri Rumyantsev <ysrumyan@gmail.com>
5085 * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
5086 permutation for TARGET_AVX512F.
5087 (ix86_expand_vec_one_operand_perm_avx512): New function.
5088 (expand_vec_perm_1): Invoke introduced function.
5089 * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
5090 it may be not valid after vectorization.
5092 2016-07-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5095 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
5096 typo in comment. Only force to memory if it is a weak
5099 2016-07-04 Matthew Wahab <matthew.wahab@arm.com>
5100 Jiong Wang <jiong.wang@arm.com>
5102 * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
5103 * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
5104 (AARCH64_FL_F16): New.
5105 (AARCH64_FL_FOR_ARCH8_2): New.
5106 (AARCH64_ISA_8_2): New.
5107 (AARCH64_ISA_F16): New.
5108 (TARGET_FP_F16INST): New.
5109 (TARGET_SIMD_F16INST): New.
5110 * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
5111 ("fp"): Disabling "fp" also disables "fp16".
5112 * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
5113 Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
5114 and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
5115 * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
5117 2016-07-04 Jan Beulich <jbeulich@suse.com>
5119 * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
5121 2016-07-01 Michael Meissner <meissner@linux.vnet.ibm.com>
5124 * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
5125 the insns, use an insn form that does not adjust the offset on
5126 little endian systems.
5128 2016-07-01 Jan Beulich <jbeulich@suse.com>
5130 * varasm.c (get_variable_section): Validate initializer in
5131 named .bss-like sections.
5133 2016-07-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
5135 * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
5136 Exchange the order of the second and third operands in the vpermr
5137 instruction tmeplate.
5139 2016-07-01 Peter Bergner <bergner@vnet.ibm.com>
5142 * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
5143 Disallow TDmode values.
5145 2016-07-01 Alan Modra <amodra@gmail.com>
5147 PR rtl-optimization/71709
5148 * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
5149 being set, not referenced.
5151 2016-07-01 Yuri Rumyantsev <ysrumyan@gmail.com>
5153 PR tree-optimization/70729
5154 * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
5155 of loop since it can be not valid after transformation.
5157 2016-07-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5159 * config/arm/arm.c (thumb_reload_in_hi): Delete.
5160 * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
5162 2016-07-01 Eric Botcazou <ebotcazou@adacore.com>
5164 * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
5167 2016-06-30 Michael Meissner <meissner@linux.vnet.ibm.com>
5170 * config/rs6000/constraints.md (wY constraint): New constraint to
5171 match the requirements for the LXSD and STXSD instructions.
5172 * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
5173 predicate to match the requirements for the LXSD and STXSD
5175 * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
5176 Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
5177 to make sure that the bottom 2 bits of offset are 0, the address
5178 form is offsettable, and no updating is done in the address mode.
5179 (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
5180 (movdi_internal32): Likewise
5181 (movdi_internal64): Likewise.
5183 2016-06-30 Jakub Jelinek <jakub@redhat.com>
5185 PR tree-optimization/71707
5186 * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
5187 strinfo even for ADDR_EXPR ptr.
5189 2016-06-30 Kelvin Nilsen <kelvin@gcc.gnu.org>
5191 * config/rs6000/altivec.md (darn_32): Change the condition to
5192 TARGET_P9_MISC instead of TARGET_MODULO.
5193 (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
5194 condition expression.
5195 (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
5196 condition expression.
5197 * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
5198 (DFP_TEST): New code iterator.
5199 (dfptstsfi_<code>_mode>): New define_expand.
5200 (*dfp_sgnfcnc_<mode>): New define_insn.
5201 * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
5202 definition next to BU_P9_MISC_1 definition and change the MASK
5203 value to RS6000_BTM_P9_MISC.
5204 (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
5205 (BU_P9_64BIT_MISC_0): Likewise.
5206 (BU_P9_DFP_MISC_0): New macro definition.
5207 (BU_P9_DFP_MISC_1): New macro definition.
5208 (BU_P9_DFP_MISC_2): New macro definition.
5209 (BU_P9_DFP_OVERLOAD_1): New macro definition.
5210 (BU_P9_DFP_OVERLOAD_2): New macro definition.
5211 (BU_P9_DFP_OVERLOAD_3): New macro definition.
5212 (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
5213 (TSTSFI_LT_TD): Likewise.
5214 (TSTSFI_EQ_DD): Likewise.
5215 (TSTSFI_EQ_TD): Likewise.
5216 (TSTSFI_GT_DD): Likewise.
5217 (TSTSFI_GT_TD): Likewise.
5218 (TSTSFI_OV_DD): Likewise.
5219 (TSTSFI_OV_TD): Likewise.
5220 (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
5221 (TSTSFI_LT_DD): Likewise.
5222 (TSTSFI_LT_TD): Likewise.
5223 (TSTSFI_EQ): Likewise.
5224 (TSTSFI_EQ_DD): Likewise.
5225 (TSTSFI_EQ_TD): Likewise.
5226 (TSTSFI_GT): Likewise.
5227 (TSTSFI_GT_DD): Likewise.
5228 (TSTSFI_GT_TD): Likewise.
5229 (TSTSFI_OV): Likewise.
5230 (TSTSFI_OV_DD): Likewise.
5231 (TSTSFI_OV_TD): Likewise.
5232 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5233 overloaded test significance functions.
5234 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
5235 OPTION_MASK_P9_MISC into the representation of this mask.
5236 (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
5238 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
5239 RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
5241 (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
5242 argument is a 6-bit unsigned literal value if the icode argument
5243 represents a DFP test significance built-in call.
5244 (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
5245 flag used independently and in combination with the
5246 RS6000_BTM_64BIT flag.
5247 (rs6000_opt_masks): Add entry for power9-misc command-line option.
5248 (rs6000_builtin_mask_names): Add entry for power9-misc
5249 command-line option.
5250 * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
5251 HAVE_AS_POWER9 is not a defined macro. Define MASK_P9_MISC and
5252 RS6000_BTM_P9_MISC macros.
5253 * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
5254 option and change the description of the -mpower9-vector option to
5255 enable only vector instructions, removing its erroneously claimed
5256 support for scalar instructions.
5257 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
5258 the ISA 3.0 digital floating point test significance built-in
5261 2016-06-30 Wilco Dijkstra <wdijkstr@arm.com>
5263 * config/aarch64/aarch64.c (cortexa35_tunings):
5264 Enable AES fusion. Use cortexa57_branch_cost.
5265 (cortexa53_tunings): Use cortexa57_branch_cost.
5266 (cortexa72_tunings): Use cortexa57_branch_cost.
5267 Use AUTOPREFETCHER_WEAK.
5268 (cortexa73_tunings): Use cortexa57_branch_cost.
5270 2016-06-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5271 James Greenhalgh <james.greenhalgh@arm.com>
5273 * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
5274 vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
5275 vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
5276 vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
5277 (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
5278 vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
5279 vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
5280 vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
5281 vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
5282 vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
5283 vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
5284 vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
5285 vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
5288 2016-06-30 James Greenhalgh <james.greenhalgh@arm.com>
5289 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5291 * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
5293 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
5295 2016-06-30 David Malcolm <dmalcolm@redhat.com>
5298 * gcc.c (driver::build_option_suggestions): Pass "option" to
5299 add_misspelling_candidates.
5300 * opts-common.c (add_misspelling_candidates): Add "option" param;
5301 use it to avoid adding negated forms for options marked with
5303 * opts.h (add_misspelling_candidates): Add "option" param.
5305 2016-06-30 Jakub Jelinek <jakub@redhat.com>
5308 * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
5309 TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
5310 first when permuting bitwise operation with rotate. Cast
5311 TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
5313 2016-06-29 David Malcolm <dmalcolm@redhat.com>
5315 * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
5316 for misspelled param names.
5317 * params.c: Include spellcheck.h.
5318 (find_param_fuzzy): New function.
5319 * params.h (find_param_fuzzy): New prototype.
5320 * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
5321 * spellcheck.h (struct edit_distance_traits<const char *>):
5324 2016-06-29 Michael Meissner <meissner@linux.vnet.ibm.com>
5326 * config/rs6000/predicates.md (const_0_to_7_operand): New
5327 predicate, recognize 0..7.
5328 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
5329 support for doing extracts from V16QImode, V8HImode, V4SImode
5331 * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
5332 vector extract support.
5333 (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
5334 for ISA 3.0 vector extract.
5335 (VSX_EX): Constraints to use for ISA 3.0 vector extract.
5336 (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
5337 extracts of a constant element number from small integer vectors
5338 on 64-bit ISA 3.0 systems.
5339 (vsx_extract_<mode>_di): Likewise.
5340 * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
5341 say when we can do ISA 3.0 vector extracts.
5342 * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
5343 registers, using the stxsiwx instruction.
5345 2016-06-29 Jim Wilson <jim.wilson@linaro.org>
5347 * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
5348 * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
5349 qdf24xx_regmove_cost, qdf24xx_tunings): New.
5350 * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
5351 * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
5352 * config/arm/arm.c (arm_qdf24xx_tune): New.
5354 2016-06-29 Wilco Dijkstra <wdijkstr@arm.com>
5356 * config/aarch64/aarch64.c (cortexa53_tunings):
5357 Increase loop alignment to 8. Set function alignment to 16.
5358 (cortexa35_tunings): Likewise.
5359 (cortexa57_tunings): Increase loop alignment to 8.
5360 (cortexa72_tunings): Likewise.
5361 (cortexa73_tunings): Likewise.
5363 2016-06-29 Matthew Wahab <matthew.wahab@arm.com>
5365 * doc/sourcebuild.texi (Effective-Target keywords): Add entries
5366 for arm_fp16_ok and arm_fp16_hw.
5367 (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
5368 arm_fp16_alternative.
5370 2016-06-29 Ilya Enkovich <ilya.enkovich@intel.com>
5372 PR tree-optimization/71655
5373 * tree-vect-stmts.c (vectorizable_comparison): Swap definition
5374 types when swapping operands.
5376 2016-06-29 Martin Liska <mliska@suse.cz>
5379 * common.opt (flag_stack_protect): Mark the flag as optimization flag.
5380 * ipa-inline-transform.c (inline_call): Remove unnecessary call
5381 of build_optimization_node.
5383 2016-06-29 Yuri Rumyantsev <ysrumyan@gmail.com>
5385 PR tree-optimization/70729
5386 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
5387 independent in loops having positive safelen value.
5388 * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
5389 it may be not valid after vectorization.
5391 2016-06-29 Jakub Jelinek <jakub@redhat.com>
5393 PR tree-optimization/71625
5394 * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument. Assume list
5395 is sorted by ascending list->offset. If PTR is non-NULL and there is
5396 previous strinfo, call get_stridx_plus_constant.
5397 (get_stridx): Pass exp as second argument to get_addr_stridx.
5398 (addr_stridxptr): Add missing list = list->next, so that there can be
5399 more than one entries in the list. Bump limit from 16 to 32. Ensure
5400 the list is sorted by ascending list->offset.
5401 (get_stridx_plus_constant): Adjust so that it can be also called with
5402 ADDR_EXPR instead of SSA_NAME as PTR.
5403 (handle_char_store): Pass NULL_TREE as second argument to
5406 2016-06-29 Richard Biener <rguenther@suse.de>
5408 PR rtl-optimization/68961
5409 * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
5411 2016-06-29 Richard Biener <rguenther@suse.de>
5414 * alias.c (component_uses_parent_alias_set_from): Handle
5415 type punning through union accesses by using the union alias set.
5416 * gimple.c (gimple_get_alias_set): Remove union type punning case.
5418 2016-07-29 Richard Biener <rguenther@suse.de>
5420 * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
5421 precision not matching mode precision.
5423 2016-06-28 John David Anglin <danglin@gcc.gnu.org>
5425 * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
5426 pa_output_arg_descriptor.
5427 (call_val_symref_64bit_post_reload): Likewise.
5428 (call_val_powf_64bit_post_reload): Likewise.
5429 (sibcall_internal_symref_64bit): Likewise.
5430 (sibcall_value_internal_symref_64bit): Likewise.
5432 2016-06-28 Jakub Jelinek <jakub@redhat.com>
5435 * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
5436 a constant, force its SUBREG_REG into memory or register instead
5439 2016-06-28 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
5442 * config/avr/avr.opt (-mfract-convert-truncate): Update description.
5443 * doc/invoke.texi (AVR Options): Document it.
5445 2016-06-28 Walter Lee <walt@tilera.com>
5447 * config/tilegx/linux.h: Do not include arch/icache.h
5448 (CLEAR_INSN_CACHE): Provide inlined definition directly.
5449 * config/tilepro/linux.h: Do not include arch/icache.h
5450 (CLEAR_INSN_CACHE): Provide inlined definition directly.
5452 2016-06-28 Wilco Dijkstra <wdijkstr@arm.com>
5454 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
5455 for big-endian BIT_FIELD_REF.
5457 2016-06-28 Pat Haugen <pthaugen@us.ibm.com>
5459 * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
5460 ('size' attribute): Add '128'.
5462 (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
5463 *movdi_internal64, *movdf_update1): Set size attribute to '64'.
5464 (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
5465 copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
5466 *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
5467 extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
5468 *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
5469 *trunc<mode>df2_odd): Set size attribute to '128'.
5470 (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
5471 * config/rs6000/power6.md (power6-fp): Include dfp type.
5472 * config/rs6000/power7.md (power7-fp): Likewise.
5473 * config/rs6000/power8.md (power8-fp): Likewise.
5474 * config/rs6000/power9.md: New file.
5475 * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
5476 * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
5477 *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
5479 * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
5480 trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
5481 divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
5482 ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
5483 dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
5484 dfp_dscri_<mode>): Change type attribute to dfp.
5485 * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
5486 attribute to vecsimple.
5487 * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
5488 and prefetch streams.
5489 (rs6000_option_override_internal): Remove temporary code setting
5490 tuning to power8. Don't set rs6000_sched_groups for power9.
5491 (last_scheduled_insn): Change to rtx_insn *.
5492 (divide_cnt, vec_load_pendulum): New variables.
5493 (rs6000_adjust_cost): Add Power9 to test for store->load separation.
5494 (rs6000_issue_rate): Set issue rate for Power9.
5495 (is_power9_pairable_vec_type): New.
5496 (power9_sched_reorder2): New.
5497 (rs6000_sched_reorder2): Call new function for Power9 specific
5499 (insn_must_be_first_in_group): Remove Power9.
5500 (insn_must_be_last_in_group): Likewise.
5501 (force_new_group): Likewise.
5502 (rs6000_sched_init): Fix initialization of last_scheduled_insn.
5503 Initialize divide_cnt/vec_load_pendulum.
5504 (_rs6000_sched_context, rs6000_init_sched_context,
5505 rs6000_set_sched_context): Handle context save/restore of new
5508 2016-06-28 Richard Biener <rguenther@suse.de>
5510 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
5511 Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
5512 COMPONENT_REF operand.
5513 (nonoverlapping_component_refs_p): Likewise.
5514 * stor-layout.c (start_bitfield_representative): Mark
5515 DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
5517 2016-06-28 Jakub Jelinek <jakub@redhat.com>
5519 * Makefile.in: Don't cat ../stage_current if it does not exist.
5521 * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
5522 last argument is a bit-field.
5524 PR rtl-optimization/71673
5525 * internal-fn.c (expand_arith_overflow_result_store): Use
5526 OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
5527 expand_simple_binop.
5530 * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
5531 expand_ifn_atomic_compare_exchange): New functions.
5532 * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
5533 * tree.h (build_call_expr_internal_loc): Rename to ...
5534 (build_call_expr_internal_loc_array): ... this. Fix up type of
5536 * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
5537 * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
5538 ATOMIC_COMPARE_EXCHANGE result.
5539 * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
5540 * gimple-fold.h (optimize_atomic_compare_exchange_p,
5541 fold_builtin_atomic_compare_exchange): New prototypes.
5542 * gimple-fold.c (optimize_atomic_compare_exchange_p,
5543 fold_builtin_atomic_compare_exchange): New functions..
5544 * tree-ssa.c (execute_update_addresses_taken): If
5545 optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
5546 of call when finding addressable vars, and if such var becomes
5547 non-addressable, call fold_builtin_atomic_compare_exchange.
5549 2016-06-27 Segher Boessenkool <segher@kernel.crashing.org>
5552 * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
5553 gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
5555 2016-06-27 Pat Haugen <pthaugen@us.ibm.com>
5557 * config/rs6000/rs6000.md ('type' attribute): Add
5558 veclogical,veccmpfx,vecexts,vecmove insn types.
5559 (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
5560 copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
5561 p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
5562 (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
5563 *nabs<mode>2_hw): Change type to vecmove.
5564 (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
5565 *boolcc<mode>3_internal, *eqv<mode>3_internal,
5566 *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
5567 *ieee_128bit_vsx_abs<mode>2_internal,
5568 *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
5569 *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
5570 *ieee128_mtvsrd_32bit): Change type to veclogical.
5571 (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
5572 *movdi_internal32, *movdi_internal64): Update insn types.
5573 * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
5574 vsx_extract_<mode>): Change type to veclogical.
5575 (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
5576 (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
5577 *vsx_sign_extend_si_v2di): Change type to vecexts.
5578 * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
5580 (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
5581 *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
5582 *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
5583 (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
5584 * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
5585 negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
5586 * config/rs6000/40x.md (ppc405-float): Add fpsimple.
5587 * config/rs6000/440.md (ppc440-fp): Add fpsimple.
5588 * config/rs6000/476.md (ppc476-fp): Add fpsimple.
5589 * config/rs6000/601.md (ppc601-fp): Add fpsimple.
5590 * config/rs6000/603.md (ppc603-fp): Add fpsimple.
5591 * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
5592 * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
5593 (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
5594 * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
5595 (ppc7450-vecsimple): Add veclogical, vecmove.
5596 (ppc7450-veccmp): Add veccmpfx.
5597 * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
5599 (ppc8540_vector_compare): Add veccmpfx.
5600 * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
5601 * config/rs6000/cell.md (cell-fp): Add fpsimple.
5602 (cell-vecsimple): Add veclogical, vecmove.
5603 (cell-veccmp): Add veccmpfx.
5604 * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
5605 * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
5607 * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
5608 * config/rs6000/power4.md (power4-fp): Add fpsimple.
5609 (power4-vecsimple): Add veclogical, vecmove.
5610 (power4-veccmp): Add veccmpfx.
5611 * config/rs6000/power5.md (power5-fp): Add fpsimple.
5612 * config/rs6000/power6.md (power6-fp): Add fpsimple.
5613 (power6-vecsimple): Add veclogical, vecmove.
5614 (power6-veccmp): Add veccmpfx.
5615 * config/rs6000/power7.md (power7-fp): Add fpsimple.
5616 (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
5617 * config/rs6000/power8.md (power8-fp): Add fpsimple.
5618 (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
5619 * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
5620 * config/rs6000/titan.md (titan_fp): Add fpsimple.
5621 * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
5623 * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
5625 2016-06-27 Peter Bergner <bergner@vnet.ibm.com>
5628 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
5629 OPTION_MASK_P9_DFORM_VECTOR.
5630 * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
5631 disable -mpower9-dform-vector when using reload.
5632 (quad_address_p): Remove 'gpr_p' argument and all associated code.
5633 New 'strict' argument. Update all callers. Add strict addressing
5635 (rs6000_legitimate_offset_address_p): Remove call to
5636 virtual_stack_registers_memory_p.
5637 (rs6000_legitimize_reload_address): Add quad address support.
5638 (rs6000_legitimate_address_p): Move call to quad_address_p above
5639 call to virtual_stack_registers_memory_p. Adjust quad_address_p args
5640 to account for new strict usage.
5641 (rs6000_output_move_128bit): Adjust quad_address_p args to account
5642 for new strict usage.
5643 * config/rs6000/predicates.md (quad_memory_operand): Likewise.
5645 2016-06-26 Uros Bizjak <ubizjak@gmail.com>
5652 * config/i386/i386.c (ix86_spill_class): Disable condition to
5653 always return NO_REGS.
5655 2016-06-26 Jan Hubicka <hubicka@ucw.cz>
5657 * predict.c: Include gimple-pretty-print.h
5658 (predicted_by_loop_heuristics_p): Check also
5659 PRED_LOOP_EXIT_WITH_RECURSION
5660 (predict_loops): Find self recursive calls and use special purpose
5661 predictors for them; dump log about decisions.
5662 (pass_profile::execute): Dump info about #of iterations.
5663 * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
5664 (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
5666 2016-06-26 John David Anglin <danglin@gcc.gnu.org>
5668 * config/pa/pa.c (pa_output_indirect_call): Rework to combine
5669 output_asm_insn calls and shorten long lines. Output .CALL
5670 argument descriptor using pa_output_arg_descriptor. Add various
5671 inline $$dyncall and other optimizations.
5672 (pa_attr_length_indirect_call): Adjust ordering and lengths.
5674 2016-06-25 Jakub Jelinek <jakub@redhat.com>
5676 PR tree-optimization/71643
5677 * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
5680 * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
5681 leak a bitmap if dep_bb is NULL.
5683 PR tree-optimization/71631
5684 * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
5685 to rewrite_expr_tree even if negate_result, move new_lhs var
5686 declaration and initialization earlier, for powi_result set afterwards
5687 new_lhs to lhs. For negate_result, use new_lhs instead of tmp
5688 if new_lhs != lhs, and don't shadow gsi var.
5690 2016-06-24 Jan Hubicka <hubicka@ucw.cz>
5692 * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
5693 Add in_loop parameter.
5694 (predict_loops): Add loop guard heuristics.
5695 * predict.def (PRED_LOOP_GUARD): New heuristics.
5697 2016-06-24 Jan Hubicka <hubicka@ucw.cz>
5699 * predict.c: Include ipa-utils.h
5700 (tree_bb_level_prediction): Predict recursive calls.
5701 (tree_estimate_probability_bb): Skip inexpensive calls for call
5703 * predict.def (PRED_RECURSIVE_CALL): New.
5705 2016-06-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5707 * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
5708 (BU_FLOAT128_1): Likewise.
5710 (COPYSIGNQ): Likewise.
5711 (RS6000_BUILTIN_NANQ): Likewise.
5712 (RS6000_BUILTIN_NANSQ): Likewise.
5713 (RS6000_BUILTIN_INFQ): Likewise.
5714 (RS6000_BUILTIN_HUGE_VALQ): Likewise.
5715 * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
5716 (TARGET_FOLD_BUILTIN): New #define.
5717 (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
5718 (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
5719 (rs6000_fold_builtin): New target hook implementation, handling
5720 folding of 128-bit NaNs and infinities.
5721 (rs6000_init_builtins): Initialize const_str_type_node; ensure all
5722 entries are filled in to avoid problems during bootstrap
5723 self-test; define builtins for 128-bit NaNs and infinities.
5724 (rs6000_opt_mask): Add entry for float128.
5725 * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
5726 (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
5727 (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
5728 (const_str_type_node): New #define.
5729 * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
5730 to a define_expand that dispatches to either copysign<mode>3_soft
5731 or copysign<mode>3_hard.
5732 (copysign<mode>3_hard): Rename from copysign<mode>3.
5733 (copysign<mode>3_soft): New define_insn.
5734 * doc/extend.texi: Document new builtins.
5736 2016-06-24 Jakub Jelinek <jakub@redhat.com>
5738 * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
5739 PRIu64 instead of lu.
5741 2016-06-24 Eric Botcazou <ebotcazou@adacore.com>
5744 * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
5747 2016-06-24 Jakub Jelinek <jakub@redhat.com>
5749 PR tree-optimization/71647
5750 * omp-low.c (lower_rec_input_clauses): Convert
5751 omp_clause_aligned_alignment (c) to size_type_node for the
5752 last argument of __builtin_assume_aligned.
5754 2016-06-24 H.J. Lu <hongjiu.lu@intel.com>
5756 * configure.ac (calling ___tls_get_addr via GOT): New
5757 assembler/linker check.
5758 (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New. Defined to 1 if 32-bit
5759 assembler and linker supports calling ___tls_get_addr via GOT.
5760 Otherise, defined to 0.
5761 * config.in: Regenerated.
5762 * configure: Likewise.
5763 * config/i386/constraints.md (Yb): New constraint.
5764 * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
5765 (REG_CLASS_NAMES): Likewise.
5766 (REG_CLASS_CONTENTS): Likewise.
5767 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
5768 the b constraint with the Yb constraint. Call ___tls_get_addr
5769 via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
5771 (*tls_local_dynamic_base_32_gnu): Likewise.
5772 (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
5773 GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
5774 (*tls_local_dynamic_base_64_<mode>): Likewise.
5776 2016-06-24 Martin Liska <mliska@suse.cz>
5778 * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
5779 * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
5781 * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
5782 argument to true if the expected number of iterations is
5785 2016-06-24 Uros Bizjak <ubizjak@gmail.com>
5787 * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
5788 assemble for 32bit target.
5789 (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
5790 and $ld_ix86_gld_32_opt to link for 32bit target.
5791 (HAVE_AS_IX86_TLSLDMPLT): Ditto.
5792 * configure: Regenerate.
5794 2016-06-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5796 * config/arm/arm.c (int_log2): Delete definition and prototype.
5797 (shift_op): Use exact_log2 instead of int_log2.
5798 (vfp3_const_double_for_fract_bits): Likewise.
5800 2016-06-24 Jakub Jelinek <jakub@redhat.com>
5802 * internal-fn.c (expand_arith_set_overflow): New function.
5803 (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
5805 (expand_arith_overflow_result_store): Likewise. Handle precision
5806 smaller than mode precision.
5807 * tree-vrp.c (extract_range_basic): For imag part, handle
5808 properly signed 1-bit precision result.
5809 * doc/extend.texi (__builtin_add_overflow): Document that last
5810 argument can't be pointer to enumerated or boolean type.
5811 (__builtin_add_overflow_p): Document that last argument can't
5812 have enumerated or boolean type.
5814 2016-06-23 Michael Meissner <meissner@linux.vnet.ibm.com>
5815 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5817 * config/rs6000/predicates.md (splat_input_operand): Rework.
5818 Don't allow constants, since the insns that use this predicate
5819 don't support constants. Constants are handled by other insns
5820 that are created via combine. During and after register
5821 allocation, only allow indexed or indirect addresses, and not
5822 general addresses. Only allow modes supported by the hardware.
5823 * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
5824 comment. Move check for using VSPLTIS<x> to a common location,
5825 instead of doing it in two different places.
5827 2016-06-23 Jocelyn Mayer <l_indien@magic.fr>
5829 * config/i386/driver-i386.c (host_detect_local_cpu): Set
5830 PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
5831 <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
5832 signature_CENTAUR_ebx.
5834 2016-06-23 H.J. Lu <hongjiu.lu@intel.com>
5838 * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
5839 (as_ix86_gas_32_opt): This.
5840 (ld_ix86_tls_ldm_opt): Renamed to ...
5841 (ld_ix86_gld_32_opt): This.
5842 (R_386_TLS_LDM reloc): Updated.
5843 (R_386_GOT32X reloc): New assembler/linker check.
5844 (HAVE_AS_IX86_GOT32X): New. Defined to 1 if 32-bit assembler and
5845 linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT". Otherise,
5847 * config.in: Regenerated.
5848 * configure: Likewise.
5849 * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
5850 true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
5851 (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
5852 if ix86_force_load_from_GOT_p returns true.
5853 (ix86_print_operand_address_as): Also support UNSPEC_GOT if
5854 ix86_force_load_from_GOT_p returns true.
5855 (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
5856 the external function address via the GOT slot.
5857 (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
5858 HAVE_AS_IX86_GOT32X before returning false.
5859 (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
5860 32-bit mode if ix86_nopic_noplt_attribute_p returns true.
5862 2016-06-23 Eric Botcazou <ebotcazou@adacore.com>
5864 * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
5866 2016-06-23 Andi Kleen <ak@linux.intel.com>
5868 * Makefile.in: Regenerate.
5869 * doc/install.texi: Document autoprofiledbootstrap.
5871 2016-06-23 Andi Kleen <ak@linux.intel.com>
5873 * config/i386/gcc-auto-profile: New file.
5875 2016-06-23 Martin Liska <mliska@suse.cz>
5878 * predict.c (predict_loops): Revert the hunk that was removed
5881 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
5883 * config.gcc: Add support for arm*-*-phoenix* targets.
5884 * config/arm/t-phoenix: New.
5885 * config/phoenix.h: New.
5887 2016-06-23 Uros Bizjak <ubizjak@gmail.com>
5888 H.J. Lu <hongjiu.lu@intel.com>
5891 * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
5892 * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
5893 (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
5894 ix86_force_load_from_GOT_p returns true.
5895 (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
5896 ix86_force_load_from_GOT_p returns true.
5897 (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
5898 ix86_force_load_from_GOT_p returns true.
5899 (ix86_expand_move): Load the external function address via the
5900 GOT slot if ix86_force_load_from_GOT_p returns true.
5901 * config/i386/predicates.md (x86_64_immediate_operand): Return
5902 false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
5903 (x86_64_zext_immediate_operand): Ditto.
5905 2016-06-22 Uros Bizjak <ubizjak@gmail.com>
5907 * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
5909 2016-06-22 David Malcolm <dmalcolm@redhat.com>
5912 * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
5913 * diagnostic.c (pedwarn_at_rich_loc): New function.
5914 * spellcheck.h (best_match::best_match): Add a
5915 "best_distance_so_far" optional parameter.
5916 (best_match::set_best_so_far): New method.
5917 (best_match::get_best_distance): New accessor.
5918 (best_match::get_best_candidate_length): New accessor.
5920 2016-06-22 Nick Clifton <nickc@redhat.com>
5922 * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
5923 place of GET_MODE_CLASS() == MODE_INT, so that partial integer
5924 modes are accepted as well.
5925 (ucompare_loc_descriptor): Likewise.
5926 (minmax_loc_descriptor): Likewise.
5927 (clz_loc_descriptor): Likewise.
5928 (popcount_loc_descriptor): Likewise.
5929 (bswap_loc_descriptor): Likewise.
5930 (rotate_loc_descriptor): Likewise.
5931 (mem_loc_descriptor): Likewise.
5932 (loc_descriptor): Likewise.
5934 2016-06-22 David Malcolm <dmalcolm@redhat.com>
5936 * common.opt (fdiagnostics-parseable-fixits): New option.
5937 * diagnostic.c: Include "selftest.h".
5938 (print_escaped_string): New function.
5939 (print_parseable_fixits): New function.
5940 (diagnostic_report_diagnostic): Call print_parseable_fixits.
5941 (selftest::assert_print_escaped_string): New function.
5942 (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
5943 (selftest::test_print_escaped_string): New function.
5944 (selftest::test_print_parseable_fixits_none): New function.
5945 (selftest::test_print_parseable_fixits_insert): New function.
5946 (selftest::test_print_parseable_fixits_remove): New function.
5947 (selftest::test_print_parseable_fixits_replace): New function.
5948 (selftest::diagnostic_c_tests): New function.
5949 * diagnostic.h (struct diagnostic_context): Add field
5950 "parseable_fixits_p".
5951 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
5952 -fdiagnostics-parseable-fixits.
5953 (-fdiagnostics-parseable-fixits): New option.
5954 * opts.c (common_handle_option): Handle
5955 -fdiagnostics-parseable-fixits.
5956 * selftest-run-tests.c (selftest::run_tests): Call
5957 selftest::diagnostic_c_tests.
5958 * selftest.h (selftest::diagnostic_c_tests): New prototype.
5960 2016-06-22 Ilya Enkovich <ilya.enkovich@intel.com>
5962 PR tree-optimization/71488
5963 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
5964 comparison of boolean vectors.
5965 * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
5966 of boolean vectors using bitwise operations.
5968 2016-06-22 Andreas Schwab <schwab@suse.de>
5970 * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
5973 2016-06-22 Eric Botcazou <ebotcazou@adacore.com>
5975 * function.c (assign_parm_setup_reg): Prevent sharing in another case.
5977 2016-06-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
5979 * config/i386/i386.c (print_reg): Emit an error message on attempt to
5982 2016-06-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5984 * config/arm/arm.c (arm_cortex_a73_tune): New struct.
5985 * config/arm/arm-cores.def (cortex-a73): New entry.
5986 (cortex-a73.cortex-a35): Likewise.
5987 (cortex-a73.cortex-a53): Likewise.
5988 * config/arm/arm-tables.opt: Regenerate.
5989 * config/arm/arm-tune.md: Likewise.
5990 * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
5991 mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
5992 * config/arm/t-aprofile: Handle mcpu=cortex-a73,
5993 mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
5994 * doc/invoke.texi (ARM Options): Document cortex-a73,
5995 cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
5997 2016-06-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5999 * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
6000 * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
6001 (cortex-a73.cortex-a35): Likewise.
6002 (cortex-a73.cortex-a53): Likewise.
6003 * config/aarch64/aarch64-tune.md: Regenerate.
6004 * doc/invoke.texi (AArch64 Options): Document cortex-a73,
6005 cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
6008 2016-06-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6010 * configure.ac (gcc_cv_as_compress_debug): Remove
6011 --compress-debug-sections as extra as switch.
6012 Handle gas --compress-debug-sections=type.
6013 (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
6014 Handle gld --compress-debug-sections=type.
6015 * configure: Regenerate.
6017 2016-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
6019 * bb-reorder.c (pass_partition_blocks::gate): Update comment.
6021 2016-06-21 John David Anglin <danglin@gcc.gnu.org>
6023 * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
6024 (do_rewrite): likewise.
6026 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6028 * common/config/mep/mep-common.c: Remove.
6029 * config.gcc: Remove mep-* support.
6030 * config/mep/constraints.md: Remove.
6031 * config/mep/default.h: Remove.
6032 * config/mep/intrinsics.h: Remove.
6033 * config/mep/intrinsics.md: Remove.
6034 * config/mep/ivc2-template.h: Remove.
6035 * config/mep/mep-c5.cpu: Remove.
6036 * config/mep/mep-core.cpu: Remove.
6037 * config/mep/mep-default.cpu: Remove.
6038 * config/mep/mep-ext-cop.cpu: Remove.
6039 * config/mep/mep-intrin.h: Remove.
6040 * config/mep/mep-ivc2.cpu: Remove.
6041 * config/mep/mep-pragma.c: Remove.
6042 * config/mep/mep-protos.h: Remove.
6043 * config/mep/mep.c: Remove.
6044 * config/mep/mep.cpu: Remove.
6045 * config/mep/mep.h: Remove.
6046 * config/mep/mep.md: Remove.
6047 * config/mep/mep.opt: Remove.
6048 * config/mep/predicates.md: Remove.
6049 * config/mep/t-mep: Remove.
6050 * doc/install.texi: Remove mep-* documentation.
6051 * doc/md.texi: Likewise.
6053 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6055 * config.gcc: Remove support for avr-rtems.
6056 * config/avr/gen-avr-mmcu-specs.c: Likewise.
6057 * config/avr/rtems.h: Remove.
6058 * config/avr/t-rtems: Remove.
6060 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6062 * config.gcc: Remove m32r-rtems support.
6063 * config/m32r/rtems.h: Remove.
6065 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6067 * config.gcc: Remove h8300-rtems support.
6068 * config/h8300/rtems.h: Remove.
6069 * config/h8300/t-rtems: Remove.
6071 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6073 * config.gcc: Remove support for knetbsd.
6074 * configure.ac: Likewise.
6075 * config/i386/knetbsd-gnu.h: Remove. * config/i386/knetbsd-gnu64.h: Remove.
6076 * config/knetbsd-gnu.h: Remove.
6077 * configure: Regenerate.
6079 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6081 * config.gcc: Remove support for openbsd 2 and 3.
6082 * config/openbsd-oldgas.h: Remove.
6084 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6086 * config.gcc: Remove interix support.
6087 * config/i386/i386-interix.h: Remove.
6088 * config/i386/interix.opt: Remove.
6089 * config/i386/t-interix: Remove.
6090 * configure: Regenerate.
6091 * configure.ac: Remove interix support.
6092 * doc/install.texi: Remove interix documentation.
6094 2016-06-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
6096 * config/rs6000/rs6000.h: Add conditional preprocessing directives
6097 to disable Power9-specific compiler features if HAVE_AS_POWER9 is
6100 2016-06-21 Eric Botcazou <ebotcazou@adacore.com>
6102 * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
6103 they are both PLACEHOLDER_EXPRs.
6105 2016-06-21 Michael Meissner <meissner@linux.vnet.ibm.com>
6107 * stor-layout.c (layout_type): Move setting complex MODE to
6108 layout_type, instead of setting it ahead of time by the caller.
6109 * tree.c (build_complex_type): Likewise.
6111 2016-06-21 Martin Liska <mliska@suse.cz>
6113 * predict.c (force_edge_cold): Replace imposisble with
6116 2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
6118 * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
6119 * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
6121 2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
6123 * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
6125 2016-06-21 H.J. Lu <hongjiu.lu@intel.com>
6126 Ilya Enkovich <ilya.enkovich@intel.com>
6129 * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
6130 New member function to convert V1TImode register to SUBREG
6131 TImode in debug insn.
6132 (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
6133 after changing register mode to V1TImode.
6135 2016-06-21 Virendra Pathak <virendra.pathak@broadcom.com>
6137 * config/aarch64/aarch64-cores.def (vulcan): New core.
6138 * config/aarch64/aarch64-tune.md: Regenerate.
6139 * doc/invoke.texi: Document vulcan as an available option.
6141 2016-06-21 Eric Botcazou <ebotcazou@adacore.com>
6143 * cse.c (canon_asm_operands): New function extracted from...
6144 (canonicalize_insn): ...here. Call it to canonicalize an ASM_OPERANDS
6145 either standalone or member of a PARALLEL.
6147 2016-06-21 Georg-Johann Lay <avr@gjlay.de>
6150 * config/avr/gen-avr-mmcu-specs.c (print_mcu):
6151 [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
6152 [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
6154 2016-06-21 Georg-Johann Lay <avr@gjlay.de>
6157 * config/avr/avr.md (movqi): Only handle loading subreg:qi of
6158 constant addresses if can_create_pseudo_p.
6160 2016-06-21 Jakub Jelinek <jakub@redhat.com>
6162 PR tree-optimization/71588
6163 * tree-ssa-strlen.c (valid_builtin_call): New function.
6164 (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
6167 2016-06-20 Jakub Jelinek <jakub@redhat.com>
6170 * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
6171 see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
6172 for conversion of scalar user var to complex type and use the
6173 underlying SSA_NAME_VAR in that case. If EXPR is still NULL,
6176 PR rtl-optimization/71591
6177 * toplev.c (toplev::run_self_tests): If no_backend, complain and
6178 don't run any tests.
6180 2016-06-20 Hans-Peter Nilsson <hp@axis.com>
6183 * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
6184 delay-slot "nop" for PIC with CRIS v32. Also add missing leading
6185 space for PIC with non-v32 and the common non-PIC "jump".
6187 2016-06-20 Jakub Jelinek <jakub@redhat.com>
6190 * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
6191 returned values and add UN*/LTGT/*ORDERED cases with values matching
6192 D operand modifier on vcmp for AVX.
6194 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
6196 * config/aarch64/aarch64.opt
6197 (mpc-relative-literal-loads): Rename internal option name.
6198 * config/aarch64/aarch64.c
6199 (aarch64_nopcrelative_literal_loads): Rename to
6200 aarch64_pcrelative_literal_loads.
6201 (aarch64_expand_mov_immediate): Likewise.
6202 (aarch64_secondary_reload): Likewise.
6203 (aarch64_can_use_per_function_literal_pools_p): Likewise.
6204 (aarch64_override_options_after_change_1): Rename and simplify logic.
6205 (aarch64_classify_symbol): Merge large model checks into switch,
6206 remove pc-relative load check.
6208 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
6210 * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
6211 costs relative to the cost of a register move.
6213 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
6215 * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
6216 (vcvt_n_f64_u64): Likewise.
6217 (vcvt_n_s64_f64): Likewise.
6218 (vcvt_n_u64_f64): Likewise.
6219 (vcvt_f64_s64): Likewise.
6220 (vrecpe_f64): Likewise.
6221 (vcvt_f64_u64): Likewise.
6222 (vrecps_f64): Likewise.
6224 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
6226 * config/aarch64/aarch64.md
6227 (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
6229 (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise. Correct
6231 * config/aarch64/aarch64-builtins.c
6232 (aarch64_types_binop_uss_qualifiers): Delete.
6233 (TYPES_BINOP_USS): Likewise.
6234 (aarch64_types_binop_sus_qualifiers): Likewise.
6235 (TYPES_BINOP_SUS): Likewise.
6236 (aarch64_types_fcvt_from_unsigned_qualifiers): New.
6237 (TYPES_FCVTIMM_SUS): Likewise.
6238 * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
6240 (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
6241 (fcvtzs): Use SHIFTIMM rather than BINOP.
6242 (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
6244 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
6246 * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
6247 costs relative to the cost of a register move.
6249 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
6251 * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
6252 Allow scalar/single vector modes to be tieable.
6254 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
6256 * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
6258 2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6260 * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
6262 * tree.h (TYPE_ALIGN): Likewise.
6264 2016-06-20 Georg-Johann Lay <avr@gjlay.de>
6267 * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
6269 2016-06-20 Georg-Johann Lay <avr@gjlay.de>
6271 * config/avr/avr.c (avr_print_operand): Fix "format not a string
6272 literal" build warnings.
6273 (avr_print_operand_address): Dito.
6275 2016-06-19 David Edelsohn <dje.gcc@gmail.com>
6278 * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
6279 * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
6281 2016-06-18 John David Anglin <danglin@gcc.gnu.org>
6283 * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
6285 2016-06-18 Eric Botcazou <ebotcazou@adacore.com>
6288 * reload1.c (reload): Pass 0 to finish_spills when called because
6289 update_eliminables_and_spill returns true and remove did_spill.
6290 (finish_spills): Adjust comment and document GLOBAL parameter.
6292 2016-06-17 DJ Delorie <dj@redhat.com>
6295 * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
6296 * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
6297 (umulqihi3_virt): Likewise.
6298 * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
6299 (umulqihi3_real): Likewise.
6301 2016-06-17 Martin Liska <mliska@suse.cz>
6303 * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
6305 2016-06-17 Martin Liska <mliska@suse.cz>
6307 * predict.def: PRED_LOOP_EXIT from 92 to 85.
6309 2016-06-17 James Greenhalgh <james.greenhalgh@arm.com>
6311 * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
6313 (vaddq_f32): Likewise.
6314 (vmul_f32): Likewise.
6315 (vmulq_f32): Likewise.
6316 (vsub_f32): Likewise.
6317 (vsubq_f32): Likewise.
6319 2016-06-17 Bin Cheng <bin.cheng@arm.com>
6321 PR tree-optimization/71347
6322 * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
6323 cost for all uses in group.
6325 2016-06-17 Bin Cheng <bin.cheng@arm.com>
6327 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
6328 insert gimple seq if it's not empty.
6330 2016-06-17 Bin Cheng <bin.cheng@arm.com>
6332 * tree-vectorizer.h (struct dr_with_seg_len): Remove class
6334 * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
6336 (comp_dr_with_seg_len_pair): Ditto.
6337 (vect_prune_runtime_alias_test_list): Ditto. Also Canonicalize
6338 struct dr_with_seg_len_pair against DR_OFFSET.
6339 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
6342 2016-06-17 Szabolcs Nagy <szabolcs.nagy@arm.com>
6344 * config/aarch64/geniterators.sh: Handle parenthesised conditions.
6346 2016-06-16 John David Anglin <danglin@gcc.gnu.org>
6348 * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
6349 (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
6350 (pa_output_millicode_call): Likewise.
6351 (pa_output_call): Likewise.
6352 (pa_output_indirect_call): Likewise.
6353 (pa_asm_output_mi_thunk): Likewise.
6355 2016-06-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6357 * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
6359 2016-06-16 Martin Liska <mliska@suse.cz>
6361 * predict.c (combine_predictions_for_insn): When we find a first
6362 match predictor, we should consider just predictors with
6363 PRED_FLAG_FIRST_MATCH. Print either first match (if any) or
6364 DS theory predictor.
6365 (combine_predictions_for_bb): Likewise.
6367 2016-06-16 Jakub Jelinek <jakub@redhat.com>
6369 * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
6370 with base of reference to struct.
6372 2016-06-16 Uros Bizjak <ubizjak@gmail.com>
6374 * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
6376 2016-06-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
6379 * config/avr/avr.c (avr_asm_init_sections): Remove setup of
6380 progmem_swtable_section.
6381 (progmem_swtable_section): Remove.
6382 (avr_asm_function_rodata_section): Remove.
6383 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
6384 * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
6386 2016-06-16 Jocelyn Mayer <l_indien@magic.fr>
6388 * config/i386/driver-i386.c (host_detect_local_cpu): Set
6389 PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
6390 <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
6391 signature_CENTAUR_ebx.
6392 * config/i386/i386.c (ix86_option_override_internal): Add
6393 definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
6394 nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
6395 * doc/invoke.texi (x86 Options): Document new VIA -march entries.
6397 2016-06-16 Martin Liska <mliska@suse.cz>
6399 * predict.def: Add fortran loop preheader predictor.
6400 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
6401 fold IFN_BUILTIN_EXPECT with a known constant argument.
6403 2016-06-16 Martin Liska <mliska@suse.cz>
6405 * predict.def: Add 'Fortran' to display text of all
6406 PRED_FORTRAN_* predictors.
6408 2016-06-16 Uros Bizjak <ubizjak@gmail.com>
6411 * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
6412 [IA64_BUILTIN_NANSQ]: Ditto.
6413 (ia64_fold_builtin): New function.
6414 (TARGET_FOLD_BUILTIN): New define.
6415 (ia64_init_builtins) Declare const_string_type node.
6416 Add __builtin_nanq and __builtin_nansq builtin functions.
6417 (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
6419 2016-06-16 Nick Clifton <nickc@redhat.com>
6421 * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
6422 MSP430_HWMULT_ prefix to enum values.
6423 (msp430_regions): Add MSP430_REGION_ prefix to enum values.
6424 * config/msp430/msp430.c: Update use of enum values.
6425 * config/msp430/msp430.md: Likewise.
6426 * config/msp430/msp430.opt: Likewise.
6428 2016-06-16 Jan Hubicka <hubicka@ucw.cz>
6430 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
6431 of comparsions in the last iteration.
6433 2016-06-16 Claudiu Zissulescu <claziss@synopsys.com>
6434 Joern Rennecke <joern.rennecke@embecosm.com>
6436 * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
6438 (arc_needs_pcl_p): Add GOTOFFPC.
6439 (arc_legitimate_pic_addr_p): Likewise.
6440 (arc_output_pic_addr_const): Likewise.
6441 (arc_legitimize_pic_address): Generate a pc-relative address using
6443 (arc_output_libcall): Use @pcl syntax.
6444 (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
6445 * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
6446 (*movsi_insn): Use @pcl syntax.
6447 (doloop_begin_i): Likewise.
6449 2016-06-16 Martin Liska <mliska@suse.cz>
6451 * predict.def: Define a new predictor.
6453 2016-06-16 Claudiu Zissulescu <claziss@synopsys.com>
6455 * config/arc/arc.opt (mtp-regno): Update text.
6457 2016-06-16 Renlin Li <renlin.li@arm.com>
6459 * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
6461 2016-06-16 Jakub Jelinek <jakub@redhat.com>
6464 * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
6465 (setcc + and peephole2): Likewise.
6467 PR rtl-optimization/71532
6468 * cse.c (cse_insn): For const/pure calls, invalidate argument passing
6471 2016-06-15 Michael Meissner <meissner@linux.vnet.ibm.com>
6473 * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
6474 DImode constants with XXSPLTIB in vector registers.
6475 (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
6476 vsx_extract_<mode>_internal{1,2} into a single insn that handles
6477 direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
6478 extraction of the element at the top of the register as a scalar
6480 (vsx_extract_<mode>_internal1): Likewise.
6481 (vsx_extract_<mode>_internal2): Likewise.
6482 * config/rs6000/constraints.md (wi constraint): Remove a comment
6483 about DImode not being allowed in Altivec registers.
6484 (wB constraint): New constraint for constants that can be
6485 generated in Altivec registers with VSPLTISW/VUPKHSW.
6486 * config/rs6000/predicates.md (xxspltib_constant_split): Update
6488 (xxspltib_constant_nosplit): Likewise.
6489 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
6490 support for -mupper-regs-di to enable DImode to go into Altivec
6492 (POWERPC_MASKS): Likewise.
6493 (power7 cpu): Likewise.
6494 * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
6495 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
6496 for DImode being allowed in Altivec registers. Update wi/wj
6497 constraints. Set scalar_in_vmx_p flag.
6498 (rs6000_option_override_internal): Add checks for -mupper-regs-di.
6499 (xxspltib_constant_p): Allow CONST_INT's with VOIDmode. Don't
6500 return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
6501 (rs6000_opt_masks): Add -mupper-regs-di.
6502 * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
6503 direct move to use wi and not wj.
6505 (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
6507 (floatunssi<mode>2_lfiwzx_mem): Likewise.
6508 (fix_trunc<mode>di2_fctidz): Change second alternative to allow
6509 any VSX register, instead of just Altivec registers, to allow
6510 either operand to be an Altivec register or both.
6511 (fixuns_trunc<mode>di2_fctiduz): Likewise.
6512 (movdi_internal32): Add support for -mupper-regs-di. Add support
6513 to load constants via XXSPLTIB or VSPLTISW. Add spacing to allow
6514 the alternatives and attributes to be lined up to be easier to
6516 (movdi_internal64): Likewise.
6517 (64-bit DImode splitters): Change predicates to only split loading
6518 up GPR registers. Add splits for using XXSPLTIB or VSPLTISW to
6519 load constants in ISA 3.0 or ISA 2.07 respectively.
6520 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
6521 -mupper-regs-di. Update -mupper-regs-df and -mupper-regs-sf to
6522 mention -mcpu=power9 sets these options.
6523 * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
6526 2016-06-15 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
6529 * config/avr/avr.c (avr_set_current_function): Warn misspelled
6530 interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
6531 * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
6532 by default to warn misspelled interrupt/ signal handler.
6533 * doc/invoke.texi (AVR Options): Document it. Update description
6534 for -nodevicelib option.
6536 2016-06-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6538 * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
6539 up parentheses. Use GET_MODE_UNIT_BITSIZE.
6540 (aarch64_<sur>shll2_n<mode>): Likewise.
6542 2016-06-15 Ilya Enkovich <ilya.enkovich@intel.com>
6545 * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
6546 DECL_CONTEXT for copied arguments.
6548 2016-06-15 Alan Hayward <alan.hayward@arm.com>
6550 PR tree-optimization/71483
6551 * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
6554 2016-06-15 Martin Liska <mliska@suse.cz>
6556 * predict.c (tree_predict_by_opcode): Call predict_edge_def
6557 instead of predict_edge w/o a probability.
6559 2016-06-15 Alan Hayward <alan.hayward@arm.com>
6561 PR tree-optimization/71439
6562 * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
6565 2016-06-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6567 * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
6568 register subregs in SET_SRC.
6570 2016-06-15 Richard Biener <rguenther@suse.de>
6572 * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
6575 2016-06-15 Richard Biener <rguenther@suse.de>
6577 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
6578 not consider dependences between accesses that belong to the
6580 (vect_analyze_data_ref_dependences): Do not analyze read-read
6581 or self-dependences.
6583 2016-06-14 David Malcolm <dmalcolm@redhat.com>
6585 * spellcheck-tree.c: Include spellcheck-tree.h rather than
6587 (find_closest_identifier): Reimplement in terms of
6588 best_match<tree,tree>.
6589 * spellcheck-tree.h: New file.
6590 * spellcheck.c (struct edit_distance_traits<const char *>): New
6592 (find_closest_string): Reimplement in terms of
6593 best_match<const char *, const char *>.
6594 * spellcheck.h (levenshtein_distance): Move prototype of tree-based
6595 overload to spellcheck-tree.h.
6596 (find_closest_identifier): Likewise.
6597 (struct edit_distance_traits<T>): New template.
6598 (class best_match): New class.
6600 2016-06-14 David Malcolm <dmalcolm@redhat.com>
6602 * selftest-run-tests.c (selftest::run_tests): Call
6603 selftest::spellcheck_tree_c_tests.
6604 * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
6605 * spellcheck-tree.c: Include selftest.h and stringpool.h.
6606 (selftest::test_find_closest_identifier): New function.
6607 (selftest::spellcheck_tree_c_tests): New function.
6608 * spellcheck.c (selftest::test_find_closest_string): Verify that
6609 the order of the vec does not affect the results for this case.
6610 (selftest::test_data): New array.
6611 (selftest::test_metric_conditions): New function.
6612 (selftest::spellcheck_c_tests): Add a test of case-comparison.
6613 Call selftest::test_metric_conditions.
6615 2016-06-14 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6617 * config/rs6000/rs6000-builtin.def (commentary): Typo.
6618 (BU_P9_MISC_1): Likewise.
6619 (BU_P9_64BIT_MISC_0): Likewise.
6620 (BU_P9_MISC_0): Likewise.
6622 2016-06-14 David Malcolm <dmalcolm@redhat.com>
6624 * gcc-rich-location.c
6625 (gcc_rich_location::add_fixit_misspelled_id): New method.
6626 * gcc-rich-location.h
6627 (gcc_rich_location::add_fixit_misspelled_id): Add decl.
6629 2016-06-14 Andreas Tobler <andreast@gcc.gnu.org>
6631 * config/arm/freebsd.h: Only enable unaligned access for armv6 on
6632 FreeBSD 11 and above.
6634 2016-06-14 Uros Bizjak <ubizjak@gmail.com>
6636 * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
6638 2016-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6640 * expmed.h: Close parenthesis in "at your option" in copyright
6642 * lower-subreg.h: Likewise.
6644 2016-06-14 Richard Biener <rguenther@suse.de>
6647 * genmatch.c (expr::gen_transform): Use in_type for comparisons
6650 2015-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6652 * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
6654 (aarch64_rtx_costs): Use it. Rewrite CONST_INT_P (op1) case to handle
6656 * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
6658 * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
6659 matching condition with aarch64_mask_and_shift_for_ubfiz_p.
6661 2016-06-14 Richard Biener <rguenther@suse.de>
6663 PR tree-optimization/71522
6664 * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
6665 copying into float copying.
6667 2016-06-14 Jakub Jelinek <jakub@redhat.com>
6669 PR tree-optimization/71520
6670 * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
6671 (replace_block_by): Move user labels from bb1 to bb2.
6673 2016-06-14 Richard Biener <rguenther@suse.de>
6677 * expr.h (get_bit_range): Declare.
6678 * expr.c (get_bit_range): Export.
6679 * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
6680 word_mode again to constrain the bitfield access.
6682 2016-06-14 Richard Biener <rguenther@suse.de>
6684 PR tree-optimization/71521
6685 * tree-vrp.c (extract_range_from_binary_expr_1): Guard
6686 division int_const_binop against zero divisor.
6688 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
6690 * config/i386/i386.md (signbittf2): New expander.
6691 * config/i386/sse.md (ptesttf2): New insn pattern.
6693 2016-06-13 David Malcolm <dmalcolm@redhat.com>
6696 * input.c (selftest::test_reading_source_line): Avoid reading from
6697 __FILE__ by creating a tempfile with known content and reading
6700 2016-06-13 David Malcolm <dmalcolm@redhat.com>
6702 * pretty-print.c (assert_pp_format_colored): Skip the test if
6704 (test_pp_format): Remove comment about GCC_COLORS.
6706 2016-06-13 David Malcolm <dmalcolm@redhat.com>
6708 * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
6709 * pretty-print.c (assert_pp_format_va): Add location param and use
6710 it with ASSERT_STREQ_AT.
6711 (assert_pp_format): Add location param and pass it to
6712 assert_pp_format_va.
6713 (assert_pp_format_colored): Likewise.
6714 (ASSERT_PP_FORMAT_1): New.
6715 (ASSERT_PP_FORMAT_2): New.
6716 (ASSERT_PP_FORMAT_3): New.
6717 (test_pp_format): Provide SELFTEST_LOCATION throughout, either
6718 explicitly, or implicitly via the above macros.
6719 * selftest.c (selftest::pass): Use a selftest::location rather
6721 (selftest::fail): Likewise. Print the function name.
6722 (selftest::fail_formatted): Likewise.
6723 (selftest::assert_streq): Use a selftest::location rather than
6725 * selftest.h (selftest::location): New struct.
6726 (SELFTEST_LOCATION): New macro.
6727 (selftest::pass): Accept a const location & rather than file
6729 (selftest::fail): Likewise.
6730 (selftest::fail_formatted): Likewise.
6731 (selftest::assert_streq): Likewise.
6732 (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
6733 (ASSERT_FALSE): Likewise.
6734 (ASSERT_EQ): Likewise.
6735 (ASSERT_NE): Likewise.
6736 (ASSERT_STREQ): Likewise.
6737 (ASSERT_PRED1): Likewise.
6738 (ASSERT_STREQ_AT): New macro.
6740 2016-06-13 David Malcolm <dmalcolm@redhat.com>
6742 * selftest.c (selftest::fail_formatted): New function.
6743 (selftest::assert_streq): New function.
6744 * selftest.h (selftests::fail_formatted): New decl.
6745 (selftest::assert_streq): New decl.
6746 (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
6748 2016-06-13 Jeff Law <law@redhat.com>
6750 PR tree-optimization/71403
6751 * tree-ssa-threadbackward.c
6752 (convert_and_register_jump_thread_path): No longer accept reference
6753 to path. Do not pop items off the path anymore.
6754 (fsm_find_control_statement_thread_paths): Do not allow threading
6755 to a deeper loop nest. Pop the last item off the path here rather
6756 than in convert_and_register_jump_thread_path.
6758 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
6759 Wilco Dijkstra <Wilco.Dijkstra@arm.com>
6761 [AArch64] Emit division using the Newton series
6763 * config/aarch64/aarch64-protos.h
6764 (cpu_approx_modes): Add new member "division".
6765 (aarch64_emit_approx_div): Declare new function.
6766 * config/aarch64/aarch64.c
6767 (generic_approx_modes): New member "division".
6768 (exynosm1_approx_modes): Likewise.
6769 (xgene1_approx_modes): Likewise.
6770 (aarch64_emit_approx_div): Define new function.
6771 * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
6772 * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
6773 * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
6774 * doc/invoke.texi (-mlow-precision-div): Describe new option.
6776 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
6777 Wilco Dijkstra <wilco.dijkstra@arm.com>
6779 [AArch64] Emit square root using the Newton series
6781 * config/aarch64/aarch64-protos.h
6782 (aarch64_emit_approx_rsqrt): Replace with new function
6783 "aarch64_emit_approx_sqrt".
6784 (cpu_approx_modes): New member "sqrt".
6785 * config/aarch64/aarch64.c
6786 (generic_approx_modes): New member "sqrt".
6787 (exynosm1_approx_modes): Likewise.
6788 (xgene1_approx_modes): Likewise.
6789 (aarch64_emit_approx_rsqrt): Replace with new function
6790 "aarch64_emit_approx_sqrt".
6791 (aarch64_override_options_after_change_1): Handle new option.
6792 * config/aarch64/aarch64-simd.md
6793 (rsqrt<mode>2): Use new function instead.
6794 (sqrt<mode>2): New expansion and insn definitions.
6795 * config/aarch64/aarch64.md: Likewise.
6796 * config/aarch64/aarch64.opt
6797 (mlow-precision-sqrt): Add new option description.
6798 * doc/invoke.texi (mlow-precision-sqrt): Likewise.
6800 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
6802 [AArch64] Add more choices for the reciprocal square root approximation
6804 Allow a target to prefer such operation depending on the operation mode.
6806 * config/aarch64/aarch64-protos.h
6807 (AARCH64_APPROX_MODE): New macro.
6808 (AARCH64_APPROX_{NONE,ALL}): Likewise.
6809 (cpu_approx_modes): New structure.
6810 (tune_params): New member "approx_modes".
6811 * config/aarch64/aarch64-tuning-flags.def
6812 (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
6813 * config/aarch64/aarch64.c
6814 (generic_approx_modes): New core "cpu_approx_modes" structure.
6815 (exynosm1_approx_modes): Likewise.
6816 (xgene1_approx_modes): Likewise.
6817 (generic_tunings): New member "approx_modes".
6818 (cortexa35_tunings): Likewise.
6819 (cortexa53_tunings): Likewise.
6820 (cortexa57_tunings): Likewise.
6821 (cortexa72_tunings): Likewise.
6822 (exynosm1_tunings): Likewise.
6823 (thunderx_tunings): Likewise.
6824 (xgene1_tunings): Likewise.
6825 (use_rsqrt_p): New argument for the mode and use new member from
6827 (aarch64_builtin_reciprocal): Devise mode from builtin.
6828 (aarch64_optab_supported_p): New argument for the mode.
6829 * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
6831 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
6833 * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
6834 RS6000_BTM_MODULO flag into the set of flags that are considered
6835 to be part of the common configuration.
6837 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
6839 * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
6840 difference unsigned.
6841 (vec_absdb): New macro for vector absolute difference unsigned
6843 (vec_absdh): New macro for vector absolute difference unsigned
6845 (vec_absdw): New macro for vector absolute difference unsigned word.
6846 * config/rs6000/altivec.md (UNSPEC_VADU): New value.
6847 (vadu<mode>3): New insn.
6848 (*p9_vadu<mode>3): New insn.
6849 * config/rs6000/rs6000-builtin.def (vadub): New built-in
6851 (vaduh): New built-in definition.
6852 (vaduw): New built-in definition.
6853 (vadu): New overloaded built-in definition.
6854 (vadub): New overloaded built-in definition.
6855 (vaduh): New overloaded built-in definition.
6856 (vaduw): New overloaded built-in definition.
6857 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6858 overloaded vector absolute difference unsigned functions.
6859 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
6860 the ISA 3.0 vector absolute difference unsigned built-in functions.
6862 2016-06-13 Eric Botcazou <ebotcazou@adacore.com>
6864 * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
6865 update shared_lookup_references only once after changing operands.
6867 2016-06-13 Thomas Schwinge <thomas@codesourcery.com>
6870 * tree-nested.c (convert_nonlocal_omp_clauses)
6871 (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
6873 * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
6874 * tree.def (CASE_LABEL_EXPR): Likewise.
6876 2016-06-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
6879 * input.c (test_builtins): Fix an assertion.
6881 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
6883 * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
6886 (isinf<mode>2): Ditto.
6888 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
6890 * ggc-tests.c (test_finalization): Only test need_finalization_p
6891 for GCC_VERSION >= 4003.
6893 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6895 * config/s390/vecintrin.h: Fix file description in comment.
6897 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6899 * config/s390/s390-builtin-types.def: Change builtin type naming
6900 scheme to match builtin-types.def.
6902 2016-06-13 Marc Glisse <marc.glisse@inria.fr>
6904 * fold-const.c (optimize_minmax_comparison): Remove.
6905 (fold_comparison): Remove call to the above.
6906 * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
6907 New transformations.
6909 2016-06-13 Alan Hayward <alan.hayward@arm.com>
6911 PR tree-optimization/71416
6912 * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
6915 2016-06-13 Martin Liska <mliska@suse.cz>
6917 * predict.c (enum predictor_reason): Prefix enum with REASON_.
6918 (combine_predictions_for_insn): Likewise.
6919 (prune_predictions_for_bb): Likewise.
6920 (combine_predictions_for_bb): Likewise.
6922 2016-06-13 Richard Biener <rguenther@suse.de>
6924 PR tree-optimization/71505
6925 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
6926 assert match comment.
6928 2016-06-13 Marek Polacek <polacek@redhat.com>
6931 * gimplify.c (maybe_warn_switch_unreachable): Factored out of
6932 gimplify_switch_expr.
6933 (warn_switch_unreachable_r): New function.
6935 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6938 * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
6941 2016-06-13 Richard Biener <rguenther@suse.de>
6944 * fold-const.c (fold_unary_loc): Preserve alignment when
6945 folding a VIEW_CONVERT_EXPR into a MEM_REF.
6947 2016-06-13 Martin Liska <mliska@suse.cz>
6950 * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
6951 w/ -fsanitize=bounds.
6953 2016-06-12 Uros Bizjak <ubizjak@gmail.com>
6955 * config/i386/i386.c (ix86_init_builtins): Calculate
6956 FLOAT128_FTYPE_CONST_STRING function type only once.
6957 * doc/extend.texi (x86 Built-in Functions): Update text, __float128
6958 built-in functions are available for x86-32 and x86-64 targets.
6960 2016-06-12 Uros Bizjak <ubizjak@gmail.com>
6963 * config/i386/i386.i386-builtin-types.def (CONST_STRING):
6965 (FLOAT128_FTYPE_CONST_STRING): New function type.
6966 * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
6967 [IX86_BUILTIN_NANSQ]: Ditto.
6968 (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
6969 (ix86_init_builtin_types): Declare const_string_type_node.
6970 (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
6972 (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
6973 * doc/extend.texi (x86 Built-in Functions): Document
6974 __builtin_nanq and __builtin_nansq.
6976 2016-06-11 Jiong Wang <jiong.wang@arm.com>
6979 * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
6980 * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
6981 length for pop patterns.
6982 (arm_attr_length_push_multi): Update comments.
6983 * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
6985 (*pop_multiple_with_writeback_and_return): Likewise.
6986 (*pop_multiple_with_return): Likewise.
6988 2016-06-11 Segher Boessenkool <segher@kernel.crashing.org>
6991 * fold-const.c (optimize_bit_field_compare): Don't try to use
6992 word_mode unconditionally for reading the bit field, look at
6993 DECL_BIT_FIELD_REPRESENTATIVE instead.
6995 2016-06-11 Kugan Vivekanandarajah <kuganv@linaro.org>
6998 * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
6999 vector integer type.
7001 2016-06-10 Jakub Jelinek <jakub@redhat.com>
7004 * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
7005 without LABEL_DECL, set *handled_ops_p to false instead of true.
7007 2016-06-10 Martin Sebor <msebor@redhat.com>
7010 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
7011 (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
7012 * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
7014 (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
7015 (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
7016 (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
7017 (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
7018 (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
7019 (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
7020 (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
7021 (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
7023 2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
7025 * config/arm/arm.h (pool_vector_label,
7026 return_used_this_function): Remove.
7028 2016-06-10 Jeff Law <law@redhat.com>
7030 PR tree-optimization/71335
7031 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
7032 zero length paths here.
7033 (convert_and_register_jump_thread_path): Remove hacks related to
7034 duplicated blocks in the jump thread path.
7035 (fsm_find_control_statement_thread_paths): Avoid putting the same
7036 block on the thread path twice, but ensure the thread path is
7037 unchanged from the caller's point of view.
7039 2016-06-10 Jan Hubicka <hubicka@ucw.cz>
7041 * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
7042 * predict.def (PRED_LOOP_BRANCH): Remove.
7044 2016-06-10 David Malcolm <dmalcolm@redhat.com>
7046 * Makefile.in (OBJS): Add ggc-tests.o.
7047 (GTFILES): Add ggc-tests.c.
7048 * ggc-tests.c: New file.
7049 * selftest-run-tests.c (selftest::run_tests): Call
7050 selftest::ggc_tests_c_tests.
7051 * selftest.h (selftest::ggc_tests_c_tests): New prototype.
7053 2016-06-10 Alexander Monakov <amonakov@ispras.ru>
7055 * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
7057 2016-06-10 Maxim Ostapenko <m.ostapenko@samsung.com>
7060 * varasm.c (place_block_symbol): Adjust alignment for asan protected
7061 STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
7063 2016-06-10 Jan Hubicka <hubicka@ucw.cz>
7065 * profile.c: Include cfgloop.h.
7066 (branch_prob): Compute estimated number of iterations.
7067 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
7068 recompute estimate number of iterations from profile.
7070 2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
7073 * reg-stack.c (check_asm_stack_operands): Explicit input arguments
7074 must be grouped on top of stack. Don't force early clobber
7075 on ordinary reg outputs.
7077 2016-06-10 Richard Biener <rguenther@suse.de>
7079 * targhooks.c (default_builtin_vectorization_cost): Adjust
7082 2016-06-10 Richard Biener <rguenther@suse.de>
7084 * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
7085 to fold the RHS to a constant if possible.
7087 2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
7090 * tree-nested.c (convert_nonlocal_omp_clauses)
7091 (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
7092 OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
7093 OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
7095 * gimplify.c (gimplify_adjust_omp_clauses): Discard
7097 * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
7099 * omp-low.c (scan_sharing_clauses): Don't expect
7102 2016-06-10 Alan Hayward <alan.hayward@arm.com>
7104 PR tree-optimization/71407
7105 PR tree-optimization/71416
7106 * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
7109 2016-06-10 Richard Biener <rguenther@suse.de>
7112 * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
7114 2016-06-09 Eric Botcazou <ebotcazou@adacore.com>
7116 * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
7118 2016-06-09 Vladimir Makarov <vmakarov@redhat.com>
7119 Jiong Wang <jiong.wang@arm.com>
7121 PR rtl-optimization/70751
7122 * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
7123 spilled into memory.
7125 2016-06-09 Jonathan Yong <10walls@gmail.com>
7128 2015-09-21 Jonathan Yong <10walls@gmail.com>
7130 * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
7131 sysroot/usr/lib/32api for additional win32 libraries,
7132 fixes failing Cygwin bootstrapping.
7134 2016-06-09 Marcin Baczyński <marbacz@gmail.com>
7136 * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
7139 2016-06-09 David Malcolm <dmalcolm@redhat.com>
7142 * pretty-print.c (pp_indent): Specify that %p is printed in a
7143 host-dependent manner.
7144 (test_pp_format): Remove the test for %p.
7146 2016-06-09 Maciej W. Rozycki <macro@imgtec.com>
7148 * config/mips/mips.c (mips_output_jump): Fix formatting.
7150 2016-06-09 Richard Biener <rguenther@suse.de>
7152 PR tree-optimization/71462
7153 * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
7156 2016-06-09 Martin Liska <mliska@suse.cz>
7158 * predict.c (dump_prediction): Add new argument.
7159 (enum predictor_reason): New enum.
7160 (struct predictor_hash): New struct.
7161 (predictor_hash::hash): New function.
7162 (predictor_hash::equal): Likewise.
7163 (not_removed_prediction_p): New function.
7164 (prune_predictions_for_bb): Likewise.
7165 (combine_predictions_for_bb): Prune predictions.
7167 2016-06-09 Martin Liska <mliska@suse.cz>
7169 * predict.c (filter_predictions): New function.
7170 (remove_predictions_associated_with_edge): Use the filter
7172 (equal_edge_p): New function.
7174 2016-06-09 Stefan Bruens <stefan.bruens@rwth-aachen.de>
7176 * doc/invoke.texi (ARM Options): Use lexicographical ordering.
7177 Correct usage of @samp vs @option, add @samp where appropriate.
7178 Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
7179 Add armv6s-m and document it, as it is no official ARM name.
7181 2016-06-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7183 * ifcvt.c (struct noce_if_info): Add transform_name field.
7184 (noce_try_move): Set if_info->transform_name to the function name.
7185 (noce_try_ifelse_collapse): Likewise.
7186 (noce_try_store_flag): Likewise.
7187 (noce_try_inverse_constants): Likewise.
7188 (noce_try_store_flag_constants): Likewise.
7189 (noce_try_addcc): Likewise.
7190 (noce_try_store_flag_mask): Likewise.
7191 (noce_try_cmove): Likewise.
7192 (noce_try_cmove_arith): Likewise.
7193 (noce_try_minmax): Likewise.
7194 (noce_try_abs): Likewise.
7195 (noce_try_sign_mask): Likewise.
7196 (noce_try_bitop): Likewise.
7197 (noce_convert_multiple_sets): Likewise.
7198 (noce_process_if_block): Print if_info->transform_name to
7199 dump_file if transformation succeeded.
7201 2016-06-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7203 * config/arm/cortex-a57.md (cortex_a57_alu):
7206 2016-06-08 Martin Sebor <msebor@redhat.com>
7207 Jakub Jelinek <jakub@redhat.com>
7211 * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
7212 BUILT_IN_MUL_OVERFLOW_P): New builtins.
7213 * builtins.c: Include gimple-fold.h.
7214 (fold_builtin_arith_overflow): Handle
7215 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
7216 (fold_builtin_3): Likewise.
7217 * doc/extend.texi (Integer Overflow Builtins): Document
7218 __builtin_{add,sub,mul}_overflow_p.
7220 2016-06-08 Jose E. Marchesi <jose.marchesi@oracle.com>
7222 * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
7223 SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
7225 2016-06-08 Alan Lawrence <alan.lawrence@arm.com>
7227 * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
7228 Rewrite, looking one level down for records and arrays.
7230 2016-06-08 David Malcolm <dmalcolm@redhat.com>
7232 * pretty-print.c: Include "selftest.h".
7233 (pp_format): Fix comment.
7234 (identifier_to_locale): Likewise.
7235 (selftest::test_basic_printing): New function.
7236 (selftest::assert_pp_format): New function.
7237 (selftest::test_pp_format): New function.
7238 (selftest::pretty_print_c_tests): New function.
7239 * selftest-run-tests.c (selftest::run_tests): Call
7240 selftest::pretty_print_c_tests.
7241 * selftest.h (pretty_print_c_tests): New declaration.
7243 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
7245 * invoke.texi (max-loop-headers-insns): Document.
7246 * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
7247 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
7248 (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
7250 2016-06-08 Richard Biener <rguenther@suse.de>
7252 * tree-vect-stmts.c (vectorizable_load): Remove restrictions
7253 on strided SLP loads and fall back to scalar loads in case
7254 we can't chunk them.
7256 2016-06-08 Richard Biener <rguenther@suse.de>
7258 PR tree-optimization/71452
7259 * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
7260 type used for the SSA rewrite has enough precision to cover
7261 the dynamic type of the location.
7263 2016-06-08 Jakub Jelinek <jakub@redhat.com>
7264 Richard Biener <rguenther@suse.de>
7267 * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
7268 the same as DECL_P (base0) for indirect_base0. Use equality_code
7269 in one further place.
7271 2016-06-08 Richard Sandiford <richard.sandiford@arm.com>
7273 * expmed.c (store_bit_field_1): Do not restrict a multiword op0
7274 to one word if the field is known to overlap other words.
7275 (extract_bit_field_1): Likewise.
7276 (store_split_bit_field): Remove compensating code.
7277 (extract_split_bit_field): Likewise.
7279 2016-06-08 Bernd Schmidt <bschmidt@redhat.com>
7283 * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
7285 2016-06-08 Jiong Wang <jiong.wang@arm.com>
7287 * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
7289 * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
7290 (arch64_addpv4sf): Delete.
7291 (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
7292 "gen_aarch64_addpv4sf".
7293 * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly. Use
7295 (vpadds_f32): Likewise.
7296 (vpaddq_f32): Likewise.
7297 (vpaddq_f64): Likewise.
7299 2016-06-08 Jiong Wang <jiong.wang@arm.com>
7301 * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
7303 * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
7304 to VALLF. Rename to "fabd<mode>3".
7305 "*fabd_scalar<mode>3): Delete.
7306 * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
7308 (vabdd_f64): Likewise.
7309 (vabd_f32): Likewise.
7310 (vabd_f64): Likewise.
7311 (vabdq_f32): Likewise.
7312 (vabdq_f64): Likewise.
7314 2016-06-08 Jiong Wang <jiong.wang@arm.com>
7316 * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
7318 * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
7319 "aarch64_rsqrts<mode>".
7320 * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
7321 * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly. Use
7323 (vrsqrtsd_f64): Likewise.
7324 (vrsqrts_f32): Likewise.
7325 (vrsqrts_f64): Likewise.
7326 (vrsqrtsq_f32): Likewise.
7327 (vrsqrtsq_f64): Likewise.
7329 2016-06-08 Jiong Wang <jiong.wang@arm.com>
7331 * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
7333 * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
7334 "aarch64_rsqrte<mode>".
7335 * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
7336 * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly. Use
7338 (vrsqrted_f64): Likewise.
7339 (vrsqrte_f32): Likewise.
7340 (vrsqrte_f64): Likewise.
7341 (vrsqrteq_f32): Likewise.
7342 (vrsqrteq_f64): Likewise.
7344 2016-06-08 Jiong Wang <jiong.wang@arm.com>
7346 * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
7350 * config/aarch64/aarch64-simd.md
7351 (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
7352 (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
7353 * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
7355 (vcvt_n_f32_u32): Likewise.
7356 (vcvt_n_s32_f32): Likewise.
7357 (vcvt_n_u32_f32): Likewise.
7358 (vcvtq_n_f32_s32): Likewise.
7359 (vcvtq_n_f32_u32): Likewise.
7360 (vcvtq_n_f64_s64): Likewise.
7361 (vcvtq_n_f64_u64): Likewise.
7362 (vcvtq_n_s32_f32): Likewise.
7363 (vcvtq_n_s64_f64): Likewise.
7364 (vcvtq_n_u32_f32): Likewise.
7365 (vcvtq_n_u64_f64): Likewise.
7366 * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
7367 (VSDQ_SDI): Likewise.
7368 (fcvt_target): Support V4DI, V4SI and V2SI.
7369 (FCVT_TARGET): Likewise.
7371 2016-06-08 Jiong Wang <jiong.wang@arm.com>
7373 * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
7374 (TYPES_BINOP_SUS): Likewise.
7375 (aarch64_simd_builtin_data): Update include file name.
7376 (aarch64_builtins): Likewise.
7377 * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
7378 for conversion between scalar float-point and fixed-point.
7382 * config/aarch64/aarch64.md
7383 (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
7384 pattern for conversion between scalar float to fixed-pointer.
7385 (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
7386 (UNSPEC_FCVTZS): New UNSPEC enumeration.
7387 (UNSPEC_FCVTZU): Likewise.
7388 (UNSPEC_SCVTF): Likewise.
7389 (UNSPEC_UCVTF): Likewise.
7390 * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
7392 (vcvtd_n_f64_u64): Likewise.
7393 (vcvtd_n_s64_f64): Likewise.
7394 (vcvtd_n_u64_f64): Likewise.
7395 (vcvtd_n_f32_s32): Likewise.
7396 (vcvts_n_f32_u32): Likewise.
7397 (vcvtd_n_s32_f32): Likewise.
7398 (vcvts_n_u32_f32): Likewise.
7399 * config/aarch64/iterators.md (fcvt_target): Support integer to float
7401 (FCVT_TARGET): Likewise.
7402 (FCVT_FIXED2F): New iterator.
7403 (FCVT_F2FIXED): Likewise.
7404 (fcvt_fixed_insn): New define_int_attr.
7406 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
7408 * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
7409 some statements was removed.
7411 2016-06-08 Alan Hayward <alan.hayward@arm.com>
7413 * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
7414 * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
7415 (vect_can_advance_ivs_p): likewise.
7416 (vect_update_ivs_after_vectorizer): likewise.
7417 * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
7418 (vect_analyze_scalar_cycles_1): likewise.
7419 (vect_analyze_loop_operations): likewise.
7420 (report_vect_op): likewise.
7421 (vect_is_slp_reduction): likewise.
7422 (vect_is_simple_reduction): likewise.
7423 (get_initial_def_for_induction): likewise.
7424 (vect_transform_loop): likewise.
7425 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
7426 (vect_recog_sad_pattern): likewise.
7427 (vect_recog_widen_sum_pattern): likewise.
7428 (vect_recog_widening_pattern): likewise.
7429 (vect_recog_divmod_pattern): likewise.
7430 * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
7431 (vect_analyze_slp_instance): likewise.
7432 (vect_transform_slp_perm_load): likewise.
7433 (vect_schedule_slp_instance): likewise.
7435 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
7437 * predict.c (predict_iv_comparison): Mention that heuristics is broken.
7438 (return_prediction): PRED_CONST_RETURN predict return as not taken.
7439 * predict.def (PRED_CONTINUE): Change hitrate 50->67
7440 (PRED_LOOP_BRANCH): Document predictor as broken.
7441 (PRED_LOOP_EXIT): Change hitrate 91->92.
7442 (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
7443 (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
7444 (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
7445 (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
7446 (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
7447 (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
7448 (PRED_CALL): Chane hitrate 71->67.
7449 (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
7450 (PRED_GOTO): Document as unused right now.
7451 (PRED_CONST_RETURN): Change hitrate 67->69
7452 (PRED_NEGATIVE_RETURN): Change hitrate 96->98
7453 (PRED_NULL_RETURN): Change hitrate 91->90.
7454 (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
7455 (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
7456 (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
7458 2016-06-07 Bill Seurer <seurer@linux.vnet.ibm.com>
7460 * config/rs6000/altivec.h: Add __builtin_vec_mul.
7461 * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
7462 special case Altivec builtin.
7463 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
7464 VSX_BUILTIN_VEC_MUL (replaced with special case code).
7465 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
7466 code for ALTIVEC_BUILTIN_VEC_MUL.
7467 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
7468 for __builtin_vec_mul.
7470 2016-06-07 Peter Bergner <bergner@vnet.ibm.com>
7472 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
7475 2016-06-07 David Malcolm <dmalcolm@redhat.com>
7477 * spellcheck.c (selftest::test_find_closest_string): New function.
7478 (spellcheck_c_tests): Call the above.
7480 2016-06-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7482 * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
7484 2016-06-07 Jakub Jelinek <jakub@redhat.com>
7486 * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
7487 Yv=Yv,C alternatives.
7489 2016-06-07 Richard Biener <rguenther@suse.de>
7492 * common.opt (ffast-math): Make Optimization.
7494 2016-06-07 Simon Dardis <simon.dardis@imgtec.com>
7495 Prachi Godbole <prachi.godbole@imgtec.com>
7497 * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
7498 `fabs' and `fneg' type attributes.
7499 (p5600_fpu_fabs): Add `fmove' to the comment.
7501 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
7503 * gimple.c: Include builtins.h
7504 (gimple_inexpensive_call_p): New function.
7505 * gimple.h (gimple_inexpensive_call_p): Declare.
7506 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
7507 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
7510 2016-06-07 Paolo Carlini <paolo.carlini@oracle.com>
7512 * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
7513 (inform, inform_at_rich_loc, inform_n, warning, warning_at,
7514 warning_at_rich_loc, warning_n, pedwarn, permerror,
7515 permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
7516 sorry, fatal_error, internal_error, internal_error_no_backtrace):
7519 2016-06-07 Richard Biener <rguenther@suse.de>
7521 PR tree-optimization/71428
7522 * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
7523 BIT_FIELD_REF op vs. load.
7525 2016-06-07 Richard Biener <rguenther@suse.de>
7528 * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
7531 2016-06-06 John David Anglin <danglin@gcc.gnu.org>
7533 * config/pa/pa.md (call): Generate indirect long calls to non-local
7534 functions on TARGET_64BIT.
7535 (call_value): Likewise.
7537 2016-06-06 John David Anglin <danglin@gcc.gnu.org>
7539 * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
7540 pattern and subsequent splitters.
7541 (call_val_reg_64bit_post_reload): Likewise.
7543 2016-06-07 Kugan Vivekanandarajah <kuganv@linaro.org>
7546 * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
7547 propagate_op_to_single_use.
7549 2016-06-07 Kugan Vivekanandarajah <kuganv@linaro.org>
7552 * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
7554 2016-06-07 Uros Bizjak <ubizjak@gmail.com>
7556 * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
7557 (enum x86_dirflag_state): New enum.
7558 (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
7559 (machine_function): Remove needs_cld.
7560 (ix86_current_function_needs_cld): Remove.
7561 * config/i386/i386.c (ix86_set_func_type): Set
7562 ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
7563 (ix86_expand_prologue): Do not emit CLD here.
7564 (ix86_dirflag_mode_needed): New function.
7565 (ix86_dirflag_mode_entry): Ditto.
7566 (ix86_mode_needed): Handle X86_DIRFLAG entity.
7567 (ix86_mode_after): Ditto.
7568 (ix86_mode_entry): Ditto.
7569 (ix86_mode_exit): Ditto.
7570 (ix86_emit_mode_set): Ditto.
7571 * config/i386/i386.md (strmov_singleop): Set
7572 ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
7573 Do not set ix86_current_function_needs_cld.
7575 (strset_singleop): Ditto.
7577 (cmpstrnqi_nz_1): Ditto.
7578 (cmpstrnqi_1): Ditto.
7579 (strlenqi_1): Ditto.
7581 2016-06-06 Jakub Jelinek <jakub@redhat.com>
7583 PR tree-optimization/71259
7584 * tree-vect-slp.c (vect_get_constant_vectors): For
7585 VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
7586 one for constant op, and use COND_EXPR for non-constant.
7588 2016-06-06 David Malcolm <dmalcolm@redhat.com>
7590 * Makefile.in (OBJS): Add function-tests.o,
7591 hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
7592 selftest-run-tests.o.
7593 (OBJS-libcommon): Add selftest.o.
7594 (OBJS-libcommon-target): Add selftest.o.
7595 (all.internal): Add "selftest".
7596 (all.cross): Likewise.
7597 (selftest): New phony target.
7598 (s-selftest): New target.
7599 (selftest-gdb): New phony target.
7600 (COLLECT2_OBJS): Add selftest.o.
7601 * bitmap.c: Include "selftest.h".
7602 (selftest::test_gc_alloc): New function.
7603 (selftest::test_set_range): New function.
7604 (selftest::test_clear_bit_in_middle): New function.
7605 (selftest::test_copying): New function.
7606 (selftest::test_bitmap_single_bit_set_p): New function.
7607 (selftest::bitmap_c_tests): New function.
7608 * common.opt (fself-test): New.
7609 * diagnostic-show-locus.c: Include "selftest.h".
7610 (make_range): New function.
7611 (test_range_contains_point_for_single_point): New function.
7612 (test_range_contains_point_for_single_line): New function.
7613 (test_range_contains_point_for_multiple_lines): New function.
7614 (assert_eq): New function.
7615 (test_get_line_width_without_trailing_whitespace): New function.
7616 (selftest::diagnostic_show_locus_c_tests): New function.
7617 * et-forest.c: Include "selftest.h".
7618 (selftest::test_single_node): New function.
7619 (selftest::test_simple_tree): New function.
7620 (selftest::test_disconnected_nodes): New function.
7621 (selftest::et_forest_c_tests): New function.
7622 * fold-const.c: Include "selftest.h".
7623 (selftest::assert_binop_folds_to_const): New function.
7624 (selftest::assert_binop_folds_to_nonlvalue): New function.
7625 (selftest::test_arithmetic_folding): New function.
7626 (selftest::fold_const_c_tests): New function.
7627 * function-tests.c: New file.
7628 * gimple.c: Include "selftest.h".
7629 Include "gimple-pretty-print.h".
7630 (selftest::verify_gimple_pp): New function.
7631 (selftest::test_assign_single): New function.
7632 (selftest::test_assign_binop): New function.
7633 (selftest::test_nop_stmt): New function.
7634 (selftest::test_return_stmt): New function.
7635 (selftest::test_return_without_value): New function.
7636 (selftest::gimple_c_tests): New function.
7637 * hash-map-tests.c: New file.
7638 * hash-set-tests.c: New file.
7639 * input.c: Include "selftest.h".
7640 (selftest::assert_loceq): New function.
7641 (selftest::test_accessing_ordinary_linemaps): New function.
7642 (selftest::test_unknown_location): New function.
7643 (selftest::test_builtins): New function.
7644 (selftest::test_reading_source_line): New function.
7645 (selftest::input_c_tests): New function.
7646 * rtl-tests.c: New file.
7647 * selftest-run-tests.c: New file.
7648 * selftest.c: New file.
7649 * selftest.h: New file.
7650 * spellcheck.c: Include "selftest.h".
7651 (selftest::levenshtein_distance_unit_test_oneway): New function,
7652 adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
7653 (selftest::levenshtein_distance_unit_test): Likewise.
7654 (selftest::spellcheck_c_tests): Likewise.
7655 * toplev.c: Include selftest.h.
7656 (toplev::run_self_tests): New.
7657 (toplev::main): Handle -fself-test.
7658 * toplev.h (toplev::run_self_tests): New.
7659 * tree.c: Include "selftest.h".
7660 (selftest::test_integer_constants): New function.
7661 (selftest::test_identifiers): New function.
7662 (selftest::test_labels): New function.
7663 (selftest::tree_c_tests): New function.
7664 * tree-cfg.c: Include "selftest.h".
7665 (selftest::push_fndecl): New function.
7666 (selftest::test_linear_chain): New function.
7667 (selftest::test_diamond): New function.
7668 (selftest::test_fully_connected): New function.
7669 (selftest::tree_cfg_c_tests): New function.
7670 * vec.c: Include "selftest.h".
7671 (selftest::safe_push_range): New function.
7672 (selftest::test_quick_push): New function.
7673 (selftest::test_safe_push): New function.
7674 (selftest::test_truncate): New function.
7675 (selftest::test_safe_grow_cleared): New function.
7676 (selftest::test_pop): New function.
7677 (selftest::test_safe_insert): New function.
7678 (selftest::test_ordered_remove): New function.
7679 (selftest::test_unordered_remove): New function.
7680 (selftest::test_block_remove): New function.
7681 (selftest::reverse_cmp): New function.
7682 (selftest::test_qsort): New function.
7683 (selftest::vec_c_tests): New function.c.
7684 * wide-int.cc: Include selftest.h and wide-int-print.h.
7685 (selftest::from_int <wide_int>): New function.
7686 (selftest::from_int <offset_int>): New function.
7687 (selftest::from_int <widest_int>): New function.
7688 (selftest::assert_deceq): New function.
7689 (selftest::assert_hexeq): New function.
7690 (selftest::test_printing <VALUE_TYPE>): New function template.
7691 (selftest::test_ops <VALUE_TYPE>): New function template.
7692 (selftest::test_comparisons <VALUE_TYPE>): New function template.
7693 (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
7695 (selftest::wide_int_cc_tests): New function.
7697 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7700 * ifcvt.c (noce_try_ifelse_collapse): New function.
7702 (noce_process_if_block): Call noce_try_ifelse_collapse.
7703 * simplify-rtx.c (simplify_cond_clz_ctz): New function.
7704 (simplify_ternary_operation): Use the above to simplify
7705 conditional CLZ/CTZ expressions.
7707 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7710 * config/aarch64/aarch64.md (ctz<mode>2): Convert to
7711 define_insn_and_split.
7713 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7716 * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
7718 2016-06-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
7721 * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
7722 Implicitly clobber memory for basic asm with non-empty assembler
7723 string. Use targetm.md_asm_adjust also here.
7724 * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
7725 * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
7726 * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
7727 non-empty assembler string.
7728 * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
7729 * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
7730 (decode_asm_operands): Handle basic asm in PARALLEL block.
7731 (extract_insn): Handle basic asm in PARALLEL block.
7732 * doc/extend.texi: Mention new behavior of basic asm.
7733 * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
7734 * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
7735 branch_needs_nop_p): Use asm_noperands.
7737 2016-06-06 Jose E. Marchesi <jose.marchesi@oracle.com>
7739 * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
7740 Include the M7 SPARC DFA scheduler.
7741 New attribute v3pipe.
7742 Annotate insns with v3pipe where appropriate.
7743 Define cpu_feature vis4.
7744 Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
7745 Add (V8QI "8") to vbits.
7746 Add insns {add,sub}v8qi3
7747 Add insns ss{add,sub}v8qi3
7748 Add insns us{add,sub}{v8qi,v4hi}3
7749 Add insns {min,max}{v8qi,v4hi,v2si}3
7750 Add insns {minu,maxu}{v8qi,v4hi,v2si}3
7751 Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
7752 * config/sparc/niagara4.md: Add a comment explaining the
7753 discrepancy between the documented latenty numbers and the
7755 * config/sparc/niagara7.md: New file.
7756 * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
7757 supports SPARC5 and VIS 4.0 instructions.
7758 * configure: Regenerate.
7759 * config.in: Likewise.
7760 * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
7761 * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
7762 TARGET_CPU_niagara7.
7763 (ASM_CPU64_DEFAULT_SPEC): Likewise.
7764 (CPP_CPU_SPEC): Handle niagara7.
7765 (ASM_CPU_SPEC): Likewise.
7766 * config/sparc/sparc-opts.h (processor_type): Add
7768 (mvis4): New option.
7769 * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
7770 (AS_NIAGARA7_FLAG): Define.
7771 (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
7772 (CPP_CPU64_DEFAULT_SPEC): Likewise.
7773 (CPP_CPU_SPEC): Handle niagara7.
7774 (ASM_CPU_SPEC): Likewise.
7775 * config/sparc/sparc.c (niagara7_costs): Define.
7776 (sparc_option_override): Handle niagara7 and adjust cache-related
7777 parameters with better values for niagara cpus. Also support VIS4.
7778 (sparc32_initialize_trampoline): Likewise.
7779 (sparc_use_sched_lookahead): Likewise.
7780 (sparc_issue_rate): Likewise.
7781 (sparc_register_move_cost): Likewise.
7782 (dump_target_flag_bits): Support VIS4.
7783 (sparc_vis_init_builtins): Likewise.
7784 (sparc_builtins): Likewise.
7785 * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
7787 * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
7789 * config/sparc/sparc.opt (sparc_processor_type): New value
7791 * config/sparc/visintrin.h (__attribute__): Prototypes for the
7793 * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
7795 * doc/extend.texi (SPARC VIS Built-in Functions): Document the
7798 2016-06-06 Jonathan Wakely <jwakely@redhat.com>
7800 * doc/sourcebuild.texi (Directives): Remove extra closing braces.
7802 2016-06-06 Richard Biener <rguenther@suse.de>
7804 PR tree-optimization/71398
7805 * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
7808 2016-06-05 James Bowman <james.bowman@ftdichip.com>
7810 * config/ft32/ft32.c (ft32_setup_incoming_varargs,
7811 ft32_expand_prolog, ft32_expand_epilogue):
7812 Handle pretend_args.
7813 * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
7814 * config/ft32/ft32.md: Add pretend_returner.
7816 2016-06-06 Uros Bizjak <ubizjak@gmail.com>
7819 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
7820 Copy op1 RTX to avoid invalid sharing.
7821 (ix86_expand_vector_move_misalign): Ditto.
7823 2016-06-05 John David Anglin <danglin@gcc.gnu.org>
7825 * expr.c (move_by_pieces_d::generate): Mark mode parameter with
7828 2016-06-05 Jan Hubicka <hubicka@ucw.cz>
7830 * predict.c (predicted_by_loop_heuristics_p): New function.
7831 (predict_iv_comparison): Use it.
7832 (predict_loops): Walk from innermost loops; do not predict edges
7833 leaving multiple loops multiple times; implement
7834 PRED_LOOP_ITERATIONS_MAX heuristics.
7835 * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
7837 2016-06-05 Jan Hubicka <hubicka@ucw.cz>
7839 * cfg.c (check_bb_profile): Do not report mismatched profiles when
7840 only edges out of BB are EH edges.
7842 2016-06-04 Martin Sebor <msebor@redhat.com>
7843 Marcin Baczyński <marbacz@gmail.com>
7846 * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
7847 a void expression in a void function.
7849 2016-06-03 Jan Hubicka <hubicka@ucw.cz>
7851 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
7852 aux; dump reasons of decisions.
7853 (should_duplicate_loop_header_p): Likewise.
7854 (do_while_loop_p): Likewise.
7855 (ch_base::copy_headers): Dump asi num insns duplicated.
7857 2016-06-04 Jakub Jelinek <jakub@redhat.com>
7859 PR tree-optimization/71405
7860 * tree-ssa.c (execute_update_addresses_taken): For clobber with
7861 incompatible type, build a new clobber with the right type instead
7862 of building a VIEW_CONVERT_EXPR around it.
7864 2016-06-04 Oleg Endo <olegendo@gcc.gnu.org>
7866 PR tree-optimization/52171
7867 * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
7868 by_pieces_ninsns instead of move_by_pieces_ninsns.
7870 2016-06-04 Oleg Endo <olegendo@gcc.gnu.org>
7872 * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
7873 for reg+reg addressing mode.
7875 2016-06-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7877 * rs6000-c.c (c/c-tree.h): Add #include.
7878 (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
7879 in C++ when found in the base position of vec_ld or vec_st.
7881 2016-06-03 Jan Hubicka <hubicka@ucw.cz>
7883 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
7884 use of profile unless profile status is PROFILE_READ.
7885 * profile.c (compute_branch_probabilities): Set profile status
7886 only after reporting predictor hitrates.
7888 2016-06-03 Joseph Myers <joseph@codesourcery.com>
7892 * common.opt (ffp-int-builtin-inexact): New option.
7893 * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
7894 * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
7895 (ceil@var{m}2): Document dependence on this option.
7896 * ipa-inline-transform.c (inline_call): Handle
7897 flag_fp_int_builtin_inexact.
7898 * ipa-inline.c (can_inline_edge_p): Likewise.
7899 * config/i386/i386.md (rintxf2): Do not test
7900 flag_unsafe_math_optimizations.
7901 (rint<mode>2_frndint): New define_insn.
7902 (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
7903 or !flag_trapping_math for SSE. Just use gen_rint<mode>2_frndint
7904 for 387 instead of extending and truncating.
7905 (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
7906 !flag_trapping_math instead of flag_unsafe_math_optimizations.
7907 Change to frndint<mode>2_<rounding>.
7908 (frndintxf2_<rounding>_i387): Likewise. Change to
7909 frndint<mode>2_<rounding>_i387.
7910 (<rounding_insn>xf2): Likewise.
7911 (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
7912 !flag_trapping_math instead of flag_unsafe_math_optimizations for
7913 x87. Test TARGET_ROUND || !flag_trapping_math ||
7914 flag_fp_int_builtin_inexact instead of !flag_trapping_math for
7915 SSE. Use ROUND_NO_EXC in constant operand of
7916 gen_sse4_1_round<mode>2. Just use gen_frndint<mode>2_<rounding>
7917 for 387 instead of extending and truncating.
7919 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
7920 Julia Koval <julia.koval@intel.com>
7932 * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
7933 * config/i386/i386.c (ix86_conditional_register_usage): Preserve
7934 all registers, except for function return registers if there are
7935 no caller-saved registers.
7936 (ix86_set_func_type): New function.
7937 (ix86_set_current_function): Call ix86_set_func_type to set
7938 no_caller_saved_registers and func_type. Call reinit_regs if
7939 caller-saved registers are changed. Don't allow MPX, SSE, MMX
7940 nor x87 instructions in interrupt handler nor function with
7941 no_caller_saved_registers attribute.
7942 (ix86_function_ok_for_sibcall): Return false if there are no
7943 caller-saved registers.
7944 (type_natural_mode): Don't warn ABI change for MMX in interrupt
7946 (ix86_function_arg_advance): Skip for callee in interrupt handler.
7947 (ix86_function_arg): Return special arguments in interrupt handler.
7948 (ix86_promote_function_mode): Promote pointer to word_mode only
7949 for normal functions.
7950 (ix86_can_use_return_insn_p): Don't use `ret' instruction in
7952 (ix86_epilogue_uses): New function.
7953 (ix86_hard_regno_scratch_ok): Likewise.
7954 (ix86_save_reg): Preserve all registers in interrupt handler
7955 after reload. Preserve all registers, except for function return
7956 registers, if there are no caller-saved registers after reload.
7957 (find_drap_reg): Always use callee-saved register if there are
7958 no caller-saved registers.
7959 (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
7960 for interrupt handler.
7961 (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
7962 Emit cld instruction if stringops are used in interrupt handler
7963 or interrupt handler isn't a leaf function.
7964 (ix86_expand_epilogue): Generate interrupt return for interrupt
7965 handler and pop the 'ERROR_CODE' off the stack before interrupt
7966 return in exception handler.
7967 (ix86_expand_call): Disallow calling interrupt handler directly.
7968 If there are no caller-saved registers, mark all registers that
7969 are clobbered by the call which returns as clobbered.
7970 (ix86_handle_no_caller_saved_registers_attribute): New function.
7971 (ix86_handle_interrupt_attribute): Likewise.
7972 (ix86_attribute_table): Add interrupt and no_caller_saved_registers
7974 (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
7975 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
7976 accumulation in interrupt function if stack may be realigned to
7978 (EPILOGUE_USES): New.
7979 (function_type): New enum.
7980 (machine_function): Add func_type and no_caller_saved_registers.
7981 * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
7982 (interrupt_return): New pattern.
7983 * doc/extend.texi: Document x86 interrupt and
7984 no_caller_saved_registers attributes.
7986 2016-06-03 Bernd Schmidt <bschmidt@redhat.com>
7988 PR tree-optimization/52171
7989 * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
7990 (expand_builtin_memcmp): New arg RESULT_EQ. All callers changed.
7991 Look for constant strings. Move some code to emit_block_cmp_hints
7993 * builtins.def (BUILT_IN_MEMCMP_EQ): New.
7994 * defaults.h (COMPARE_MAX_PIECES): New macro.
7995 * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
7996 (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
7997 (clear_by_pieces_1): Don't declare. Move definition before use.
7998 (can_do_by_pieces): New static function.
7999 (can_move_by_pieces): Use it. Return bool.
8000 (by_pieces_ninsns): Renamed from move_by_pieces_ninsns. New arg
8001 OP. All callers changed. Handle COMPARE_BY_PIECES.
8002 (class pieces_addr); New.
8003 (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
8004 pieces_addr::adjust, pieces_addr::increment_address,
8005 pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
8007 (class op_by_pieces_d): New.
8008 (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
8010 (class move_by_pieces_d, class compare_by_pieces_d,
8011 class store_by_pieces_d): New subclasses of op_by_pieces_d.
8012 (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
8013 move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
8014 store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
8015 compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
8016 compare_by_pieces_d::finish_mode): New member functions.
8017 (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
8019 (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
8020 (emit_block_cmp_hints): New function.
8021 (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
8022 use the newly defined classes.
8023 * expr.h (by_pieces_constfn): New typedef.
8024 (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
8025 (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
8026 (move_by_pieces_ninsns): Don't declare.
8027 (can_move_by_pieces): Change return value to bool.
8028 * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
8029 (compare_by_pieces_branch_ratio): New hook.
8030 * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
8031 (by_pieces_ninsns): Declare.
8032 * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
8034 (default_compare_by_pieces_branch_ratio): New function.
8035 * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
8036 * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
8037 * doc/tm.texi: Regenerate.
8038 * tree-ssa-strlen.c: Include "builtins.h".
8039 (handle_builtin_memcmp): New static function.
8040 (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
8041 * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
8043 2016-06-03 Alan Hayward <alan.hayward@arm.com>
8045 * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
8046 relevant stmts which are simple and invariant.
8047 * tree-vect-loop.c (vectorizable_live_operation): Check relevance
8048 instead of simple and invariant
8050 2016-06-03 Alan Hayward <alan.hayward@arm.com>
8052 * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
8053 (vectorizable_reduction): Check for new relevant state.
8054 (vectorizable_live_operation): vectorize live stmts using
8055 BIT_FIELD_REF. Remove special case for gimple assigns stmts.
8056 * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
8057 (vect_stmt_relevant_p): Check for stmts which are only used live.
8058 (process_use): Use of a stmt does not inherit it's live value.
8059 (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
8060 (vect_analyze_stmt): Check for new relevant state.
8061 * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
8062 outside the loop, but not inside it.
8064 2016-06-03 Alan Hayward <alan.hayward@arm.com>
8066 * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
8067 * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
8068 (vect_get_vec_def_for_operand): Split out code.
8070 2016-06-03 Segher Boessenkool <segher@kernel.crashing.org>
8072 * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
8074 2016-06-03 Alan Hayward <alan.hayward@arm.com>
8076 * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
8078 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8080 * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
8082 2016-06-03 Jakub Jelinek <jakub@redhat.com>
8085 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
8086 to noreturn e->callee->decl that has void return type and void
8087 arguments, adjust gimple_call_fntype and remove lhs even if it had
8088 previously addressable type.
8090 2016-06-02 Jeff Law <law@redhat.com>
8092 PR tree-optimization/71328
8093 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
8094 error when checking for a jump back onto the copied path.
8096 2016-06-02 David Malcolm <dmalcolm@redhat.com>
8098 * config/microblaze/microblaze.c (get_branch_target): Add return
8099 NULL_RTX for the non-CALL_P case.
8100 (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
8101 (insert_wic): Remove unused local "j".
8103 2016-06-02 Martin Liska <mliska@suse.cz>
8105 * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
8107 2016-06-02 H.J. Lu <hongjiu.lu@intel.com>
8108 Julia Koval <julia.koval@intel.com>
8110 * function.c (assign_parm_setup_stack): Force source into a
8112 * target.def (function_incoming_arg): Update documentation to
8113 allow arbitrary address computation based on hard register.
8114 * doc/tm.texi: Regenerated.
8116 2016-06-02 Martin Liska <mliska@suse.cz>
8118 * predict.c (combine_predictions_for_bb): Fix first match in
8119 cases where a first predictor contains more than one occurence
8120 in list of predictors. Take the best value in such case.
8122 2016-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8124 PR rtl-optimization/71295
8125 * rtlanal.c (subreg_get_info): If taking a subreg at the requested
8126 offset would go over the size of the inner mode reject it.
8128 2016-06-02 Jakub Jelinek <jakub@redhat.com>
8130 * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
8131 x=x,x and v=v,m instead of x=x,m.
8133 * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
8134 alternative. Change x=x,x alternative to v=Yv,Yv and x=rm,C
8135 alternative to v=rm,C.
8137 * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
8138 alternative. Change x=xm,C alternative to v=vm,C, x=x,x alternative
8139 to v=Yv,Yv and x=x,m to v=v,m. Use maybe_evex prefix attribute
8140 instead of vex for the last two above mentioned alternatives.
8142 2016-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8145 * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
8147 2016-06-02 Segher Boessenkool <segher@kernel.crashing.org>
8149 * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
8151 2016-06-01 David Malcolm <dmalcolm@redhat.com>
8153 * config/rl78/rl78.c (rl78_expand_prologue): Convert local
8154 from int to unsigned.
8156 2016-05-31 Michael Meissner <meissner@linux.vnet.ibm.com>
8158 * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
8159 alternatives, eliminating preferred register class. Add support
8160 for the MTVSRDD instruction in ISA 3.0.
8161 (vsx_splat_v4si_internal): Use splat_input_operand instead of
8162 reg_or_indexed_operand.
8163 (vsx_splat_v4sf_internal): Likewise.
8165 2016-05-31 Michael Meissner <meissner@linux.vnet.ibm.com>
8168 * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
8169 for loading up all 0's or all 1's.
8171 2016-06-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
8173 * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
8175 2016-06-01 Eduard Sanou <dhole@openmailbox.org>
8177 * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
8179 * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
8180 * gcc.c (set_source_date_epoch_envvar): New function, sets
8181 the SOURCE_DATE_EPOCH environment variable to the current time.
8183 2016-06-01 Eric Botcazou <ebotcazou@adacore.com>
8185 * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
8186 the factor for live Phi nodes.
8188 2016-06-01 Jan Hubicka <hubicka@ucw.cz>
8190 * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
8191 * tree-parloops.c (parallelize_loops): likewise.
8192 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
8193 tree_unswitch_outer_loop): likewise.
8195 2016-06-01 Jakub Jelinek <jakub@redhat.com>
8198 * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
8199 around creation of the temporary.
8201 2016-06-01 Richard Biener <rguenther@suse.de>
8203 PR tree-optimization/71366
8204 * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
8205 (unloop_loops): Move removing edges here ...
8206 (try_unroll_loop_completely): ... from here.
8207 (try_peel_loop): ... and here.
8208 (tree_unroll_loops_completely_1): Track parent loops via
8209 bitmap of header BBs.
8210 (tree_unroll_loops_completely): Adjust for that.
8212 2016-06-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
8214 * config/rs6000/altivec.h (vec_slv): New macro.
8215 (vec_srv): New macro.
8216 * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
8217 (UNSPEC_VSRV): New value.
8220 * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
8221 (vsrv): New builtin definition.
8222 * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
8223 define argument types for new builtin.
8224 (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
8226 * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
8229 2016-06-01 Uros Bizjak <ubizjak@gmail.com>
8230 Jocelyn Mayer <l_indien@magic.fr>
8233 * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
8234 detect processor family for signature_CENTAUR_ebx.
8235 <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
8236 signature_CENTAUR_ebx.
8237 <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
8238 <default>: Pass x86-64 for has_longmode.
8240 2016-06-01 Nathan Sidwell <nathan@acm.org>
8242 * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
8245 2016-06-01 Richard Biener <rguenther@suse.de>
8247 PR tree-optimization/71261
8248 * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
8249 of stmts successfully put in the bool pattern. Remove
8250 single-use restriction.
8251 (adjust_bool_pattern_cast): Add cast at the use site via the
8252 pattern def sequence.
8253 (adjust_bool_pattern): Remove recursion, maintain a hash-map
8254 of patterned defs. Use the pattern def seqence instead of
8255 multiple independent patterns.
8256 (sort_after_uid): New qsort compare function.
8257 (adjust_bool_stmts): New function to process stmts in the bool
8258 pattern in IL order.
8259 (vect_recog_bool_pattern): Adjust.
8260 * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
8261 (ifcvt_walk_pattern_tree): Likewise.
8262 (stmt_is_root_of_bool_pattern): Likewise.
8263 (ifcvt_repair_bool_pattern): Likewise.
8264 (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
8266 2016-06-01 Jan Hubicka <hubicka@ucw.cz>
8268 * loop-unroll.c (decide_unroll_constant_iterations,
8269 decide_unroll_runtime_iterations, decide_unroll_stupid): Use
8270 likely upper bounds.
8271 * loop-iv.c (find_simple_exit): Dump likely upper bounds.
8273 2016-06-01 Thomas Schwinge <thomas@codesourcery.com>
8275 * tree-core.h (enum omp_clause_code): Remove
8276 OMP_CLAUSE_DEVICE_RESIDENT. Adjust all users.
8278 2016-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8280 * config/arm/sync.md (arm_store_exclusive<mode>):
8281 Use 'H' output modifier on operands[2] rather than creating a new
8282 entry in out-of-bounds memory of the operands array.
8283 (arm_store_release_exclusivedi): Likewise.
8285 2016-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8287 * config/arm/arm.c (arm_fusion_enabled_p): New function.
8288 * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
8289 * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
8290 Add "=w,0" alternative. Enable it when AES/AESMC fusion is enabled.
8292 2016-06-01 Eric Botcazou <ebotcazou@adacore.com>
8294 * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
8295 into account live statements for mask producers.
8297 2016-06-01 Richard Biener <rguenther@suse.de>
8299 PR tree-optimization/71311
8300 * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
8301 restrict to non-INTEGER_CST @0.
8303 2016-06-01 Richard Biener <rguenther@suse.de>
8305 * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
8306 (relational patterns): Use :c to avoid pattern duplications.
8308 2016-06-01 Richard Biener <rguenther@suse.de>
8310 * genmatch.c (comparison_code_p): New predicate.
8311 (swap_tree_comparison): New function.
8312 (commutate): Add for_vec parameter to append new for entries.
8313 Support commutating relational operators by swapping it alongside
8315 (lower_commutative): Adjust.
8316 (dt_simplify::gen): Do not pass artificial operators to gen
8318 (decision_tree::gen): Do not add artificial operators as parameters.
8319 (parser::parse_expr): Verify operator commutativity when :c is
8320 applied. Allow :C to override this.
8321 * match.pd: Adjust patterns to use :C instead of :c where required.
8323 2016-06-01 Patrick Palka <ppalka@gcc.gnu.org>
8325 PR tree-optimization/71077
8326 * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
8327 the combining step, use boolean_false_node and boolean_true_node
8328 as the designated false/true return values.
8330 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
8332 * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
8333 * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
8334 (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
8337 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
8339 * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
8340 of flags impliying the register renaming.
8341 * toplev.c (process_options): Do not imply flag_rename_registers with
8344 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
8346 * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
8347 default implementation.
8349 2016-05-31 Nathan Sidwell <nathan@acm.org>
8351 * dwarf2out.c (cur_line_info_table): Add GTY marker.
8353 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
8355 * config/sh/constraints.md (b): Remove constraint.
8356 * config/sh/predicates.md (arith_reg_operand): Remove
8358 * config/sh/sh-modes.def (PDI): Remove.
8359 * config/sh/sh.c (sh_target_reg_class,
8360 sh_optimize_target_register_callee_saved): Remove functions.
8361 (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
8362 (sh_expand_epilogue): Update comment.
8363 (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
8364 sh_secondary_reload): Remove TARGET_REGS related code.
8365 * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
8366 TARGET_REGISTER_P): Remove macros.
8367 (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
8368 * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
8369 TR1_REG, TR2_REG): Remove constants.
8370 * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
8372 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
8374 * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
8375 define_expand patterns.
8376 (adddi3_compact): Rename to adddi3.
8377 (subdi3_compact): Rename to subdi3.
8378 (*negdi2): Rename to negdi2.
8379 (*abs<mode>2): Rename to abs<mode>2.
8381 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
8383 * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
8384 (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
8385 (atomic_sub_fetchsi): ... this new pattern.
8386 (mvtc): Add CC_REG clobber.
8388 2016-05-31 Marek Polacek <polacek@redhat.com>
8390 * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
8392 2016-05-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8394 * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
8395 aarch64_fusion_enabled_p to check for fusion capabilities.
8397 2016-05-31 Richard Biener <rguenther@suse.de>
8399 PR tree-optimization/71352
8400 * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
8401 minus one and a negate.
8403 2016-05-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8405 * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
8406 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
8408 * config/aarch64/iterators.md (insn_count): Add descriptive comment.
8409 * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
8410 Remove use of aarch64_simd_attr_length_move, set length attribute
8412 (*aarch64_be_movoi): Likewise.
8413 (*aarch64_be_movci): Likewise.
8414 (*aarch64_be_movxi): Likewise.
8416 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
8418 * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
8419 It no longer does that.
8420 * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
8422 2016-05-31 Wladimir J. van der Laan <laanwj@gmail.com>
8424 * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
8425 attribute __unused__.
8427 2016-05-31 Thomas Preud'homme <thomas.preudhomme@arm.com>
8429 * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
8430 * config/arm/arm.c (arm_arch_thumb1): Define.
8431 (arm_option_override): Initialize arm_arch_thumb1.
8432 * config/arm/arm.h (arm_arch_thumb1): Declare.
8433 (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
8434 support Thumb-1 ISA.
8436 2016-05-31 Kirill Yukhin <kirill.yukhin@intel.com>
8439 * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
8440 `Yv' for scalar operand.
8442 2016-05-31 Tom de Vries <tom@codesourcery.com>
8444 PR tree-optimization/69068
8445 * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
8446 phis with more than two args.
8448 2016-05-30 Andreas Tobler <andreast@gcc.gnu.org>
8450 * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
8451 armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
8454 2016-05-30 Jose E. Marchesi <jose.marchesi@oracle.com>
8456 * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
8458 * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
8460 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
8461 cpu_32, cpu_64, tune_32 and tune_64.
8462 * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
8464 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
8466 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
8468 2016-05-30 Andi Kleen <ak@linux.intel.com>
8470 * auto-profile.c (read_profile): Replace asserts with errors
8471 when file does not exist.
8472 * gcov-io.c (gcov_read_words): Dito.
8474 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
8476 * tree-cfg.c (print_loop): Print likely upper bounds.
8478 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
8480 * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
8481 * opts.c (default_options): Enable peel loops at -O3.
8482 * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
8483 (try_peel_loop): Do not re-peel already peeled loops;
8484 use likely upper bounds; fix profile updating.
8485 (pass_complete_unroll::execute): Initialize peeled_loops.
8487 2016-05-30 Martin Liska <mliska@suse.cz>
8489 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
8490 computed costs by frequency of BB they belong to.
8491 (get_scaled_computation_cost_at): New function.
8493 2016-05-30 Alexander Monakov <amonakov@ispras.ru>
8494 Marc Glisse <marc.glisse@inria.fr>
8496 PR tree-optimization/71289
8497 * match.pd (-1 / B < A, A > -1 / B): New transformations.
8499 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
8501 * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
8503 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
8505 * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
8506 for peeled copies; avoid underflow when updating estimates; correctly
8509 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
8511 * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
8512 r236875. Corrected oe3 to oe2 as obvious.
8514 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
8518 * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
8519 that inserted stmt will not dominate stmts that defines its operand.
8520 (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
8521 (rewrite_expr_tree_parallel): Likewise.
8523 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
8526 * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
8527 all fields including stmt_to_insert are swapped.
8529 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
8531 * predict.h (force_edge_cold): Declare.
8532 * predict.c (force_edge_cold): New function.
8533 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
8535 (canonicalize_loop_induction_variables): Fix formating.
8537 2016-05-30 Eric Botcazou <ebotcazou@adacore.com>
8539 * config/visium/visium.c (visium_split_double_add): Minor tweaks.
8540 (visium_expand_copysign): Use gen_int_mode directly.
8541 (visium_compute_frame_size): Minor tweaks.
8543 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
8545 * tree-vect-loop.c (vect_analyze_loop_2): Use
8546 likely_max_stmt_executions_int.
8548 2016-05-30 Tom de Vries <tom@codesourcery.com>
8550 PR tree-optimization/69067
8551 * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
8553 2016-05-29 Uros Bizjak <ubizjak@gmail.com>
8556 * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
8557 New peepholes to remove unneeded fild/fistp pairs.
8558 (define_peephole2 atomic_loaddi_fpu): Ditto.
8560 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
8562 * predict.c (maybe_hot_frequency_p): Avoid division.
8564 2016-05-28 Gerald Pfeifer <gerald@pfeifer.com>
8566 * doc/install.texi: Use https for shop.fsf.org.
8568 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
8570 * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
8571 likely_max_stmt_executions_int.
8573 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
8575 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
8576 likely_max_stmt_executions_int.
8578 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
8580 * profile.c (compute_branch_probabilities): Do not report hitrates
8582 (branch_prob): Report hitrates here.
8583 * predict.c (gimple_predict_edge): Do not assert profile status;
8584 fix formatting issues.
8586 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
8588 * predict.c (edge_predicted_by_p): New function.
8589 (predict_paths_for_bb): Do not put multiple predictions of the same type
8592 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
8594 * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
8597 2016-05-28 Alan Modra <amodra@gmail.com>
8599 * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
8601 2016-05-28 Alan Modra <amodra@gmail.com>
8603 PR rtl-optimization/71275
8604 * ira.c (ira): Free dominance info.
8606 2016-05-27 Gerald Pfeifer <gerald@pfeifer.com>
8608 * doc/sourcebuild.texi: New address for upstream Go repository.
8610 2016-05-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
8612 * config/arm/arm.h (TARGET_ARM_V6M): Remove.
8613 (TARGET_ARM_V7M): Likewise.
8615 2016-05-26 Jeff Law <law@redhat.com>
8617 * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
8618 (thread_across_edge): Remove calls to find_jump_threads_backwards.
8619 * passes.def: Add jump threading passes before DOM/VRP.
8620 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
8621 argument to a basic block from an edge. Remove tests which are
8623 (pass_data_thread_jumps, class pass_thread_jumps): New.
8624 (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
8625 (make_pass_thread_jumps): Likewise.
8626 * tree-pass.h (make_pass_thread_jumps): Declare.
8628 2016-05-27 Eric Botcazou <ebotcazou@adacore.com>
8630 * config/visium/visium-protos.h (split_double_move): Rename into...
8631 (visium_split_double_move): ...this.
8632 (visium_split_double_add): Declare.
8633 * config/visium/visium.c (split_double_move): Rename into...
8634 (visium_split_double_move): ...this.
8635 (visium_split_double_add): New function.
8636 (visium_expand_copysign): Renumber operands for consistency.
8637 * config/visium/visium.md (DImode move splitter): Adjust to renaming.
8638 (DFmode move splitter): Likewise.
8639 (*addi3_insn): Split by means of visium_split_double_add.
8640 (*adddi3_insn_flags): Delete.
8641 (*plus_plus_sltu<subst_arith>): New insn.
8642 (*subdi3_insn): Split by means of visium_split_double_add.
8643 (subdi3_insn_flags): Delete.
8644 (*minus_minus_sltu<subst_arith>): New insn.
8645 (*negdi2_insn): Split by means of visium_split_double_add.
8646 (*negdi2_insn_flags): Delete.
8648 2016-05-27 Ulrich Weigand <uweigand@de.ibm.com>
8650 * configure.ac: Treat a --with-headers option without argument
8651 the same as the default (i.e. consult sys-include directory).
8652 * configure: Regenerate.
8654 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8656 * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
8657 * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
8659 * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
8660 Add "=w,0" alternative. Enable it when AES/AESMC fusion is enabled.
8662 2016-05-27 Jiong Wang <jiong.wang@arm.com>
8665 * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
8666 tree-stdarg analysis results.
8667 (aarch64_setup_incoming_varargs): Likewise.
8669 2016-05-27 Jiong Wang <jiong.wang@arm.com>
8671 * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
8672 va_list_gpr_counter_field and va_list_fpr_counter_field.
8674 2016-05-27 Wilco Dijkstra <wdijkstr@arm.com>
8677 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
8678 * config/aarch64/aarch64.c
8679 (aarch64_cannot_change_mode_class): Remove function.
8680 * config/aarch64/aarch64-protos.h
8681 (aarch64_cannot_change_mode_class): Remove.
8683 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
8685 * cfgloop.c (record_niter_bound): Record likely upper bounds.
8686 (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
8687 get_likely_max_loop_iterations_int): New.
8688 * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
8689 any_likely_upper_bound.
8690 (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
8692 * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
8693 * loop-unroll.c (unroll_loop_constant_iterations): Update likely
8695 (unroll_loop_constant_iterations): Likewise.
8696 (unroll_loop_runtime_iterations): Likewise.
8697 * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
8698 * lto-streamer-out.c (output_cfg): Likewise.
8699 * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
8701 (canonicalize_loop_induction_variables): Dump likely upper bounds.
8702 * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
8703 (likely_max_loop_iterations): New.
8704 (likely_max_loop_iterations_int): New.
8705 (likely_max_stmt_executions): New.
8706 * tree-ssa-loop-niter.h (likely_max_loop_iterations,
8707 likely_max_loop_iterations_int, likely_max_stmt_executions_int,
8708 likely_max_stmt_executions): Declare.
8710 2016-05-27 Marek Polacek <polacek@redhat.com>
8713 * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
8715 2016-05-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8717 * config/s390/s390.md (2x risbg splitters): Use
8718 reg_overlap_mentioned_p instead of rtx_equal_p.
8720 2016-05-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
8722 * combine.c (make_compound_operation): Take known zero bits into
8723 account when checking for possible zero_extend.
8725 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8727 * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
8728 Use const_int_operand for operand 2 predicate. Simplify expand code
8731 2016-05-27 Ilya Enkovich <ilya.enkovich@intel.com>
8734 * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
8737 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8739 * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
8740 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
8741 that returns CC_SESWPmode and CC_ZESWPmode.
8742 (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
8744 (aarch64_rtx_costs): Likewise.
8746 2016-05-26 Michael Meissner <meissner@linux.vnet.ibm.com>
8748 * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
8749 for ISA 3.0 min/max support.
8750 (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
8751 conditional move support.
8752 (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
8753 rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
8755 * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
8756 conditional moves where the comparison type is different from move
8758 (fp_minmax): New code iterator for smin/smax.
8759 (minmax): New code attributes for min/max.
8760 (SMINMAX): Likewise.
8761 (smax<mode>3): Combine min, max insns into one insn using the
8762 fp_minmax code iterator. Add support for ISA 3.0 min/max
8763 instructions that don't need -ffast-math.
8764 (s<minmax><mode>3): Likewise.
8765 (smax<mode>3_vsx): Likewise.
8766 (smin<mode>3): Likewise.
8767 (s<minmax><mode>3_vsx): Likewise.
8768 (smin<mode>3_vsx): Likewise.
8769 (pre-VSX min/max splitters): Likewise.
8770 (s<minmax><mode>3_fpr): Likewise.
8771 (movsfcc): Rewrite floating point conditional moves to combine
8772 SFmode/DFmode into a single insn.
8773 (mov<mode>cc): Likewise.
8774 (movdfcc): Likewise.
8775 (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
8776 SFDF2 iterators to handle all combinations.
8777 (fseldfsf4): Likewise.
8778 (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
8779 (fseldfdf4): Likewise.
8780 (fselsfdf4): Likewise.
8781 (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
8782 comparison instructions that set a 0/-1 mask, and use it for
8783 floating point conditional move via XXSEL.
8784 (fpmask<mode>): Likewise.
8785 (xxsel<mode>): Likewise.
8786 * config/rs6000/predicates.md (min_max_operator): Delete, no
8788 (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
8789 instructions that generate a 0/-1 mask for use with XXSEL.
8790 * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
8791 say whether floating point min/max is available, either through
8792 FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
8793 (TARGET_MINMAX_DF): Likewise.
8795 2016-05-27 Alan Modra <amodra@gmail.com>
8797 PR rtl-optimization/71275
8798 * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
8799 for update_equiv_regs and combine_and_move_insns.
8801 2016-05-26 Uros Bizjak <ubizjak@gmail.com>
8803 * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
8804 if_then_else or cond RTXes to calculate attribute value.
8805 * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
8806 <attr "length_immediate>: Ditto.
8807 (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
8808 * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
8809 (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
8810 <attr "type">: Ditto.
8811 <attr "prefix_data16">: Ditto.
8812 <attr "prefix_extra">: Ditto.
8813 <attr "length_immediate">: Ditto.
8814 <attr "prefix">: Ditto.
8815 (vec_set<mode>_0) <attr "isa">: Ditto.
8816 <attr "prefix_extra">: Ditto.
8817 <attr "length_immediate">: Ditto.
8818 <attr "prefix">: Ditto.
8819 (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
8820 (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
8821 (sse2_storelpd) <attr "prefix_data16">: Ditto.
8822 (sse2_loadhpd) <attr "prefix_data16">: Ditto.
8823 (sse2_loadlpd) <attr "prefix_data16">: Ditto.
8824 <attr "length_immediate">: Ditto.
8825 <attr "prefix">: Ditto.
8826 (sse2_movsd) <attr "length_immediate">: Ditto.
8827 <attr "prefix">: Ditto.
8828 (vec_concatv2df) <attr "isa">: Ditto.
8829 <attr "prefix">: Ditto.
8830 (*vec_extractv4si) <attr "prefix_extra">: Ditto.
8831 (*vec_extractv2di_1) <attr "isa">: Ditto.
8832 <attr "type">: Ditto.
8833 <attr "length_immediate">: Ditto.
8834 <attr "prefix_rex">: Ditto.
8835 <attr "prefix_extra">: Ditto.
8836 (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
8837 <attr "prefix_extra">: Ditto.
8838 <attr "length_immediate">: Ditto.
8839 (vec_concatv2di) <attr "isa">: Ditto.
8840 <attr "prefix_extra">: Ditto.
8841 <attr "length_immediate">: Ditto.
8842 <attr "prefix">: Ditto.
8844 2016-05-26 Martin Liska <mliska@suse.cz>
8846 * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
8848 (operator+): Likewise.
8849 (operator-): Likewise.
8850 (comp_cost::operator+=): Likewise.
8851 (comp_cost::operator-=): Likewise.
8852 (comp_cost::operator/=): Likewise.
8853 (comp_cost::operator*=): Likewise.
8854 (operator<): Likewise.
8855 (operator==): Likewise.
8856 (operator<=): Likewise.
8858 (infinite_cost_p): Likewise.
8859 (add_costs): Likewise.
8860 (sub_costs): Likewise.
8861 (compare_costs): Likewise.
8862 (set_group_iv_cost): Use the newly introduced functions.
8863 (get_address_cost): Likewise.
8864 (get_shiftadd_cost): Likewise.
8865 (force_expr_to_var_cost): Likewise.
8866 (split_address_cost): Likewise.
8867 (ptr_difference_cost): Likewise.
8868 (difference_cost): Likewise.
8869 (get_computation_cost_at): Likewise.
8870 (determine_group_iv_cost_generic): Likewise.
8871 (determine_group_iv_cost_address): Likewise.
8872 (determine_group_iv_cost_cond): Likewise.
8873 (autoinc_possible_for_pair): Likewise.
8874 (determine_group_iv_costs): Likewise.
8875 (cheaper_cost_pair): Likewise.
8876 (iv_ca_recount_cost): Likewise.
8877 (iv_ca_set_no_cp): Likewise.
8878 (iv_ca_set_cp): Likewise.
8879 (iv_ca_cost): Likewise.
8880 (iv_ca_new): Likewise.
8881 (iv_ca_dump): Likewise.
8882 (iv_ca_narrow): Likewise.
8883 (iv_ca_prune): Likewise.
8884 (iv_ca_replace): Likewise.
8885 (try_add_cand_for): Likewise.
8886 (try_improve_iv_set): Likewise.
8887 (find_optimal_iv_set): Likewise.
8889 2016-05-26 Richard Sandiford <richard.sandiford@arm.com>
8891 * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
8892 that internal functions will clobber all caller-saved registers.
8894 2016-05-26 Wilco Dijkstra <wdijkstr@arm.com>
8896 * config/aarch64/aarch64.c (aarch64_case_values_threshold):
8897 Return a better case_values_threshold when optimizing.
8899 2016-05-26 Wilco Dijkstra <wdijkstr@arm.com>
8901 * config/aarch64/aarch64-simd.md (aarch64_combinez):
8902 Add ? to integer variant.
8903 (aarch64_combinez_be): Likewise.
8905 2016-05-26 Jakub Jelinek <jakub@redhat.com>
8907 * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
8908 instead of x constraint.
8909 (vcvtps2ph256<mask_name>): Likewise.
8911 * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
8912 alternative. Formatting fix.
8914 * config/i386/sse.md
8915 (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
8917 (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
8918 (*avx_vperm_broadcast_v4sf): Use v constraint instead of x. Use
8919 maybe_evex prefix instead of vex.
8920 (*avx_vperm_broadcast_<mode>): Use v constraint instead of x. Handle
8921 EXT_REX_SSE_REG_P (op0) case in the splitter.
8923 2016-05-25 Jeff Law <law@redhat.com>
8925 PR tree-optimization/71272
8926 * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
8927 Update comments. Add test for empty path.
8929 2016-05-25 Bill Seurer <seurer@linux.vnet.ibm.com>
8931 * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
8932 * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
8933 special case builtin.
8934 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
8935 code for ALTIVEC_BUILTIN_VEC_CMPNE.
8936 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
8937 for __builtin_vec_cmpne.
8939 2016-05-25 Eric Botcazou <ebotcazou@adacore.com>
8941 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
8942 redundant test and bail out if the type of the new operand is not
8943 a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
8945 2016-05-25 Uros Bizjak <ubizjak@gmail.com>
8947 * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
8948 (x_ix86_target_flags_explicit): Remove.
8949 * config/i386/i386.c (ix86_function_specific_save): Do not copy
8950 x_ix86_target_flags_explicit.
8951 (ix86_function_specific_restore): Ditto.
8953 2016-05-25 Uros Bizjak <ubizjak@gmail.com>
8954 H.J. Lu <hongjiu.lu@intel.com>
8957 * common/config/i386/i386-common.c
8958 (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
8959 (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
8960 MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
8961 * config/i386/i386.opt (ix86_target_flags): Add new Variable.
8962 (-mgeneral-regs-only): Add new option.
8963 * config/i386/i386.c (ix86_option_override_internal): Don't enable
8964 x87 instructions if only general registers are allowed.
8965 (ix86_target_string): Add ix86_flags argument. Handle additional
8966 flags options through ix86_flags argument. Update all callers.
8967 * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
8969 2016-05-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8971 PR rtl-optimization/66940
8972 * ifcvt.c (noce_get_alt_condition): Check that incrementing or
8973 decrementing desired_val will not overflow before performing these
8976 2016-05-25 Ilya Verbin <ilya.verbin@intel.com>
8978 * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
8979 V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
8980 * config/i386/i386.c (enum ix86_builtins): Add
8981 IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
8982 IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
8983 IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
8984 IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
8985 IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
8986 IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
8987 (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
8988 __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
8989 __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
8990 __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
8991 __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
8992 __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
8993 Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
8994 __builtin_ia32_cvtps2dq512_mask.
8995 (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
8996 V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
8997 (ix86_builtin_vectorized_function): Handle builtins mentioned above.
8998 * config/i386/sse.md
8999 (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
9001 (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
9002 (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
9004 (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
9005 (avx512f_vec_pack_sfix_v8df): New define_expand.
9006 (avx512f_roundpd512): Rename to ...
9007 (avx512f_round<castmode>512): ... this. Change iterator.
9008 (avx512f_roundps512_sfix): New define_expand.
9009 (round<mode>2_sfix): Change iterator.
9011 2016-05-25 Nick Clifton <nickc@redhat.com>
9013 * config/msp430/msp430.c (msp430_attr): Produce an error if a
9014 static interrupt handler is detected.
9015 * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
9016 default linker script.
9017 * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
9018 the low part of a symbolic pointer.
9020 2016-05-25 Richard Biener <rguenther@suse.de>
9022 PR tree-optimization/71261
9023 * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
9024 interesting stmt instead of immediate uses when looking
9025 for the use operand to replace.
9027 2016-05-25 Martin Liska <mliska@suse.cz>
9029 * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
9031 2016-05-25 Richard Biener <rguenther@suse.de>
9033 PR tree-optimization/71264
9034 * tree-vect-stmts.c (vect_init_vector): Properly deal with
9037 2016-05-25 Martin Liska <mliska@suse.cz>
9039 PR tree-optimization/71239
9040 * tree.c (array_at_struct_end_p): Do not call operand_equal_p
9041 if DECL_SIZE is NULL.
9043 2016-05-25 Richard Biener <rguenther@suse.de>
9045 * timevar.def (TV_TREE_LOOP_IFCVT): Add.
9046 * tree-if-conv.c (pass_data_if_conversion): Use it.
9048 2016-05-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
9050 * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
9051 * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
9052 * varpool.c (varpool_node::get_availability): Likewise.
9054 2016-05-24 Michael Meissner <meissner@linux.vnet.ibm.com>
9056 * config/rs6000/altivec.md (VNEG iterator): New iterator for
9057 VNEGW/VNEGD instructions.
9058 (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
9059 (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
9060 support for ISA 3.0 VNEGW/VNEGD instructions.
9062 2016-05-24 Cesar Philippidis <cesar@codesourcery.com>
9064 * gimplify.c (omp_notice_variable): Use zero-length arrays for data
9065 pointers inside OACC_DATA regions.
9066 (gimplify_scan_omp_clauses): Prune firstprivate clause associated
9067 with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
9068 (gimplify_adjust_omp_clauses): Fix typo in comment.
9070 2016-05-24 Michael Meissner <meissner@linux.vnet.ibm.com>
9072 * config/rs6000/altivec.md (VParity): New mode iterator for vector
9073 parity built-in functions.
9074 (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
9076 (p9v_parity<mode>2): Likewise.
9077 * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
9079 (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
9080 (parity<mode>2): ISA 3.0 expander for vector parity.
9081 * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
9083 (BU_P9_64BIT_MISC_0): Likewise.
9084 (BU_P9_MISC_0): Likewise.
9085 (BU_P9V_AV_1): Likewise.
9086 (BU_P9V_AV_2): Likewise.
9087 (BU_P9V_AV_3): Likewise.
9088 (BU_P9V_AV_P): Likewise.
9089 (BU_P9V_VSX_1): Likewise.
9090 (BU_P9V_OVERLOAD_1): Likewise.
9091 (BU_P9V_OVERLOAD_2): Likewise.
9092 (BU_P9V_OVERLOAD_3): Likewise.
9093 (VCTZB): Add vector count trailing zeros support.
9097 (VPRTYBD): Add vector parity support.
9098 (VPRTYBQ): Likewise.
9099 (VPRTYBW): Likewise.
9100 (VCTZ): Add overloaded vector count trailing zeros support.
9101 (VPRTYB): Add overloaded vector parity support.
9102 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
9103 overloaded vector count trailing zeros and parity instructions.
9104 * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
9105 vector parity support.
9106 * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
9107 trailing zeros support.
9108 (vec_cntlz): Likewise.
9109 (vec_vctzb): Likewise.
9110 (vec_vctzd): Likewise.
9111 (vec_vctzh): Likewise.
9112 (vec_vctzw): Likewise.
9113 (vec_vprtyb): Add ISA 3.0 vector parity support.
9114 (vec_vprtybd): Likewise.
9115 (vec_vprtybw): Likewise.
9116 (vec_vprtybq): Likewise.
9117 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
9118 the ISA 3.0 vector count trailing zeros and vector parity built-in
9121 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
9123 * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
9124 when there is stmt_to_insert.
9126 2016-05-24 Martin Sebor <msebor@redhat.com>
9129 * tree.h (complete_or_array_type_p): New inline function.
9131 2016-05-24 Jakub Jelinek <jakub@redhat.com>
9133 * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
9134 * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
9135 rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
9137 * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
9138 Limit 1st alternative to noavx isa, split 2nd alternative into one
9139 noavx and one avx alternative, use *x and Bm in the former and
9140 x and m in the latter.
9142 * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
9143 of sse4 for the first alternative, drop %v from the template
9144 and d operand modifier. Split second alternative into one sse4_noavx
9145 and one avx alternative, use *x instead of *v in the former and v
9146 instead of *v in the latter.
9147 (*sse4_1_extractps): Use noavx isa instead of * for the first
9148 alternative, drop %v from the template. Split second alternative into
9149 one noavx and one avx alternative, use *x instead of *v in the
9150 former and v instead of *v in the latter.
9151 (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
9152 with noavx and the last one with avx.
9153 (sse4_1_phminposuw): Guard first alternative with noavx isa,
9154 split the second one into one noavx and one avx alternative,
9155 use *x and Bm in the former and x and m in the latter one.
9156 (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
9159 * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
9160 first two alternatives to noavx, use *x instead of *v in the second
9161 one, add avx alternative without *.
9162 (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
9163 sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
9164 sse4_1_<code>v2siv2di2<mask_name>): Likewise.
9166 2016-05-24 Jeff Law <law@redhat.com>
9168 * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
9169 New function, extracted from...
9170 (fsm_find_control_statement_thread_paths): Here. Use the new function.
9171 Allow simple copies and constant initializations in the SSA chain.
9173 2016-05-24 Marek Polacek <polacek@redhat.com>
9176 * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
9179 2016-05-24 Jakub Jelinek <jakub@redhat.com>
9182 * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
9183 SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
9184 SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP. Add
9185 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
9186 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
9188 2016-05-24 Richard Biener <rguenther@suse.de>
9190 PR tree-optimization/71240
9191 * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
9194 2016-05-24 Richard Biener <rguenther@suse.de>
9196 PR tree-optimization/71230
9197 * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
9199 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
9201 * tree-vectorizer.h (vectorizable_comparison): Delete.
9202 * tree-vect-loop.c (vectorizable_reduction): Remove redundant
9203 PURE_SLP_STMT check.
9204 * tree-vect-stmts.c (vectorizable_call): Likewise.
9205 (vectorizable_simd_clone_call): Likewise.
9206 (vectorizable_conversion): Likewise.
9207 (vectorizable_assignment): Likewise.
9208 (vectorizable_shift): Likewise.
9209 (vectorizable_operation): Likewise.
9210 (vectorizable_load): Likewise.
9211 (vectorizable_condition): Likewise.
9212 (vectorizable_store): Likewise. Assert that we don't have
9214 (vectorizable_comparison): Make static. Remove redundant
9215 PURE_SLP_STMT check.
9216 (vect_transform_stmt): Assert that we always have an slp_node
9219 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9221 * config/arm/neon.md (ashldi3_neon): Replace comparison of INTVAL of
9222 operands[2] against 1 with comparison against CONST1_RTX.
9223 (<shift>di3_neon): Likewise.
9224 * config/arm/predicates.md (const0_operand): Replace with comparison
9227 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9229 * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
9230 operands[2] against 1 with comparison against CONST1_RTX.
9231 (ashrdi3): Likewise.
9232 (lshrdi3): Likewise.
9233 (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
9235 (ashrsi3): Likewise.
9236 (lshrsi3): Likewise.
9237 (rotrsi3): Likewise.
9238 (define_split above *compareqi_eq0): Likewise.
9239 (define_split above "prologue"): Likewise.
9240 * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
9241 * config/arm/predicates.md (shift_operator): Likewise.
9242 (shift_nomul_operator): Likewise.
9243 (sat_shift_operator): Likewise.
9244 (thumb1_cmp_operand): Likewise.
9245 (const_neon_scalar_shift_amount_operand): Replace manual range
9246 check with IN_RANGE.
9247 * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
9248 Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
9250 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9252 * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
9253 with HOST_WIDE_INT_1.
9255 * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
9256 1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
9257 (arm_canonicalize_comparison): Likewise.
9258 (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
9260 (thumb1_size_rtx_costs): Likewise.
9261 (vfp_const_double_index): Replace cast of 1 to unsigned
9262 HOST_WIDE_INT with HOST_WIDE_INT_1U.
9263 (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
9265 (arm_asan_shadow_offset): Replace cast of 1 to unsigned
9266 HOST_WIDE_INT with HOST_WIDE_INT_1U.
9267 * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
9268 HOST_WIDE_INT with HOST_WIDE_INT_1.
9270 2016-05-24 Marek Polacek <polacek@redhat.com>
9272 * tree-cfg.h (should_remove_lhs_p): New predicate.
9273 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
9274 * gimplify.c (gimplify_modify_expr): Likewise.
9275 * tree-cfg.c (verify_gimple_call): Likewise.
9276 * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
9277 * gimple-fold.c: Include "tree-cfg.h".
9278 (gimple_fold_call): Use should_remove_lhs_p.
9280 2016-05-24 Richard Biener <rguenther@suse.de>
9282 PR tree-optimization/71253
9283 * cfganal.h (control_dependences): Make robust against edge
9285 (control_dependences::control_dependences): Remove edge_list argument.
9286 (control_dependences::get_edge): Remove.
9287 (control_dependences::get_edge_src): Add.
9288 (control_dependences::get_edge_dest): Likewise.
9289 (control_dependences::m_el): Make a vector of edge src/dest index.
9290 * cfganal.c (control_dependences::find_control_dependence): Adjust.
9291 (control_dependences::control_dependences): Likewise.
9292 (control_dependences::~control_dependence): Likewise.
9293 (control_dependences::get_edge): Remove.
9294 (control_dependences::get_edge_src): Add.
9295 (control_dependences::get_edge_dest): Likewise.
9296 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
9298 (perform_tree_ssa_dce): Adjust.
9299 * tree-loop-distribution.c (create_edge_for_control_dependence): Use
9301 (pass_loop_distribution::execute): Adjust. Do loop destroying
9302 conditional on changed.
9304 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9307 * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
9308 return. Reindent transformation comment and mention the ARM state
9311 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
9314 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
9315 after build_and_add_sum creates new use stmt.
9317 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
9319 * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
9320 load_lanes/grouped_load classification comes first. Don't check
9321 whether the vectorization factor is a multiple of the group size
9324 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
9326 * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
9327 GROUP_GAP for single-element interleaving.
9328 * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
9331 2016-05-24 Richard Biener <rguenther@suse.de>
9335 * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
9336 bases which are accessed with non-invariant indices.
9337 * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
9338 constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
9340 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
9343 * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
9344 (add_to_ops_vec): Add stmt_to_insert.
9345 (add_repeat_to_ops_vec): Init stmt_to_insert.
9346 (insert_stmt_before_use): New.
9347 (transform_add_to_multiply): Remove mult_stmt insertion and add it
9349 (get_ops): Init stmt_to_insert.
9350 (maybe_optimize_range_tests): Likewise.
9351 (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
9352 (rewrite_expr_tree_parallel): Likewise.
9353 (reassociate_bb): Likewise.
9355 2016-05-23 Michael Meissner <meissner@linux.vnet.ibm.com>
9358 * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
9359 ISA 3.0 xxperm fusion alternative.
9360 (altivec_vperm_v8hiv16qi): Likewise.
9361 (altivec_vperm_<mode>_uns_internal): Likewise.
9362 (vperm_v8hiv4si): Likewise.
9363 (vperm_v16qiv8hi): Likewise.
9365 2016-05-23 Michael Meissner <meissner@linux.vnet.ibm.com>
9366 Kelvin Nilsen <kelvin@gcc.gnu.org>
9368 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
9369 vpermr/xxpermr on ISA 3.0.
9370 (altivec_expand_vec_perm_le): Likewise.
9371 * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
9372 (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
9375 2016-05-23 Uros Bizjak <ubizjak@gmail.com>
9377 * config/i386/i386.h (IS_STACK_MODE): Enable for
9378 TARGET_MIX_SSE_I387. Rewrite using X87_FLOAT_MODE_P and
9379 SSE_FLOAT_MODE_P macros.
9380 * config/i386/i386.c (ix86_preferred_reload_class): Use
9381 IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
9382 Cleanup regclass processing for CONST_DOUBLE_P.
9383 (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
9384 (ix86_rtx_costs): Remove redundant TARGET_80387 check
9385 with IS_STACK_MODE macro.
9386 * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
9388 (*movdf_internal): Use IS_STACK_MODE macro.
9389 (*movsf_internal): Ditto.
9391 2016-05-23 Marc Glisse <marc.glisse@inria.fr>
9393 * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
9394 ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
9396 2016-05-23 Jeff Law <law@redhat.com>
9398 * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
9400 (fsm_find_control_statement_thread_paths): Call it.
9402 2016-05-23 Martin Jambor <mjambor@suse.cz>
9405 * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
9406 from_global_constant if t is not NULL.
9408 2016-05-23 Marek Polacek <polacek@redhat.com>
9411 * common.opt (Wswitch-unreachable): New option.
9412 * doc/invoke.texi: Document -Wswitch-unreachable.
9413 * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
9416 2016-05-23 Bin Cheng <bin.cheng@arm.com>
9418 * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
9419 TMR_INDEX is non-NULL.
9421 2016-05-23 Richard Biener <rguenther@suse.de>
9423 PR tree-optimization/71230
9424 * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
9425 (try_special_add_to_ops): ... here. Always test for single-use.
9427 2016-05-23 Martin Jambor <mjambor@suse.cz>
9429 * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
9430 default block if a PHI node in the original one would be resized.
9432 2016-05-23 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
9434 PR tree-optimization/58135
9435 * tree-vect-slp.c: When group size is not multiple
9436 of vector size, allow splitting of store group at
9439 2016-05-23 Christophe Lyon <christophe.lyon@linaro.org>
9441 * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
9443 2016-05-22 Jakub Jelinek <jakub@redhat.com>
9445 * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
9446 vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
9447 condition. For !TARGET_AVX512DQ, emit 32x4 instruction instead
9450 * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
9451 vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
9452 v constraint instead of x and vinserti32x4 insn.
9454 * config/i386/sse.md (i128vldq): New mode iterator.
9455 (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
9456 avx512dq and avx512vl alternatives.
9458 * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
9459 constraint, use maybe_evex prefix instead of vex.
9460 (vec_dupv4sf): Use v constraint instead of x for output
9461 operand except for noavx alternative, use Yv constraint
9462 instead of x for input. Use maybe_evex prefix instead of vex.
9463 (*vec_dupv4si): Likewise.
9464 (*vec_dupv2di): Likewise.
9466 2016-05-22 Kugan Vivekanandarajah <kuganv@linaro.org>
9469 * tree-ssa-reassoc.c (try_special_add_to_ops): New.
9470 (linearize_expr_tree): Call try_special_add_to_ops.
9471 (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
9473 2016-05-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
9475 * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
9476 to computed stack_usage.
9478 2016-05-21 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
9481 * config/avr/avr.md (define_expand "mov<mode>"): If the source
9482 operand is subreg (symbol_ref) then move the symbol ref to register.
9484 2016-05-21 Jan Hubicka <hubicka@ucw.cz>
9486 * tree.c (array_at_struct_end_p): Look through MEM_REF.
9488 2016-05-21 Kugan Vivekanandarajah <kuganv@linaro.org>
9491 * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
9494 2016-05-20 Eric Botcazou <ebotcazou@adacore.com>
9496 * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
9497 ranges by calling get_single_symbol and tidy up. Look more closely
9498 into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
9500 2016-05-20 Jeff Law <law@redhat.com>
9502 * bitmap.c (bitmap_find_bit): Remove useless test.
9504 2016-05-20 Segher Boessenkool <segher@kernel.crashing.org>
9506 * function.c (thread_prologue_and_epilogue_insns): Commit the
9507 insertion of the epilogue.
9509 2016-05-20 Martin Jambor <mjambor@suse.cz>
9511 PR tree-optimization/70884
9512 * tree-sra.c (initialize_constant_pool_replacements): Do not check
9513 should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
9514 (sort_and_splice_var_accesses): Do not consider multiple scalar reads
9515 of constant pool data as a reason for scalarization.
9517 2016-05-20 Eric Botcazou <ebotcazou@adacore.com>
9519 * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
9520 for naked functions.
9521 (thumb1_expand_prologue): Likewise.
9523 2016-05-20 Nathan Sidwell <nathan@acm.org>
9525 * config/nvptx/nptx.c (nvptx_option_override): Only set
9526 flag_toplevel_reorder, if not explicitly specified. Set
9527 flag_no_common, unless explicitly specified.
9529 2016-05-20 David Malcolm <dmalcolm@redhat.com>
9531 * calls.c (can_implement_as_sibling_call_p): Mark param
9532 reg_parm_stack_space with ATTRIBUTE_UNUSED.
9534 2016-05-20 Uros Bizjak <ubizjak@gmail.com>
9536 * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
9537 Use IS_STACK_MODE when calculating cost of standard 80387 constants.
9538 Fallthru to CONST_VECTOR case to calculate cost of standard SSE
9540 <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
9541 (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
9544 2016-05-20 Cesar Philippidis <cesar@codesourcery.com>
9546 * config/nvptx/nvptx.md (sincossf3): New pattern.
9548 2016-05-20 David Malcolm <dmalcolm@redhat.com>
9550 * calls.c (maybe_complain_about_tail_call): New function.
9551 (initialize_argument_information): Call
9552 maybe_complain_about_tail_call when clearing *may_tailcall.
9553 (can_implement_as_sibling_call_p): Call
9554 maybe_complain_about_tail_call when returning false.
9555 (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
9556 ensure try_tail_call is set. Call maybe_complain_about_tail_call
9557 if tail-call optimization fails.
9558 * cfgexpand.c (expand_call_stmt): Initialize
9559 CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
9560 * gimple-pretty-print.c (dump_gimple_call): Dump
9561 gimple_call_must_tail_p.
9562 * gimple.c (gimple_build_call_from_tree): Call
9563 gimple_call_set_must_tail with the value of
9564 CALL_EXPR_MUST_TAIL_CALL.
9565 * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
9566 (gimple_call_set_must_tail): New function.
9567 (gimple_call_must_tail_p): New function.
9568 * print-tree.c (print_node): Update printing of TREE_STATIC
9569 to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
9570 * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
9571 trailing comment listing applicable flags.
9572 * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
9574 2016-05-20 David Malcolm <dmalcolm@redhat.com>
9576 * calls.c (expand_call): Move "Rest of purposes for tail call
9577 optimizations to fail" to...
9578 (can_implement_as_sibling_call_p): ...this new function, and
9579 split into multiple "if" statements.
9581 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
9583 * cfgloop.h (expected_loop_iterations_unbounded,
9584 expected_loop_iterations): Unconstify.
9585 * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
9586 profile with known upper bound; return 3 when profile is absent.
9587 (expected_loop_iterations): Update.
9589 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
9591 * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
9592 and get_max_loop_iterations_int.
9594 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
9596 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
9597 realistic upper bounds here.
9599 2016-05-20 Jakub Jelinek <jakub@redhat.com>
9602 * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
9603 calls if the LHS is variable length or has addressable type.
9604 If targets[0]->decl is a noreturn call with void return type and
9605 zero arguments, adjust fntype and remove lhs in that case.
9607 2016-05-20 Marc Glisse <marc.glisse@inria.fr>
9609 PR tree-optimization/71079
9610 PR tree-optimization/71206
9611 * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
9613 2016-05-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9615 * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
9616 (get_vec_alignment_for_array_decl): Likewise.
9617 (get_vec_alignment_for_record_decl): Likewise.
9618 (increase_alignment::execute): Move code to find alignment to
9619 get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
9620 (type_align_map): New hash_map.
9622 2016-05-20 Richard Guenther <rguenther@suse.de>
9624 PR tree-optimization/29756
9625 * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
9626 * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
9627 * fold-const.c (operand_equal_p): Likewise.
9628 (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
9629 * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
9630 * tree-inline.c (estimate_operator_cost): Likewise.
9631 * tree-pretty-print.c (dump_generic_node): Likewise.
9632 * tree-ssa-operands.c (get_expr_operands): Likewise.
9633 * cfgexpand.c (expand_debug_expr): Likewise.
9634 * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
9635 * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
9636 * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
9637 * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
9638 vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
9639 (execute_update_addresses_taken): Do it.
9641 2016-05-20 Richard Biener <rguenther@suse.de>
9643 PR tree-optimization/71185
9644 * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
9645 register operations.
9647 2016-05-20 Richard Biener <rguenther@suse.de>
9649 * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
9650 gimple_seq_add_seq_without_update.
9651 (release_bb_predicate): Assert we have no operands to free.
9652 (if_convertible_loop_p_1): Calculate post dominators later.
9653 Do not free BB predicates here.
9654 (combine_blocks): Do not recompute BB predicates.
9655 (version_loop_for_if_conversion): Save BB predicates around
9658 2016-05-19 Segher Boessenkool <segher@kernel.crashing.org>
9660 * function.c (make_epilogue_seq): Remove epilogue_end parameter.
9661 (thread_prologue_and_epilogue_insns): Remove bb_flags. Restructure
9662 code. Ignore sibcalls on EDGE_IGNORE edges.
9663 * shrink-wrap.c (handle_simple_exit): New function. Set EDGE_IGNORE
9664 on edges for sibcalls that run without prologue. The rest of the
9665 function is combined from...
9666 (fix_fake_fallthrough_edge): ... this, and ...
9667 (try_shrink_wrapping): ... a part of this. Remove the bb_with
9668 function argument, make it a local variable.
9670 2016-05-19 Sandra Loosemore <sandra@codesourcery.com>
9672 * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
9673 --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
9674 for 32-bit mode and SEH for 64-bit.
9675 * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
9676 TARGET_64BIT_DEFAULT.
9678 2016-05-19 Ryan Burn <contact@rnburn.com>
9680 * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
9681 * gengtype.c (open_base_files): Add cilk.h to ifiles.
9683 2016-05-19 Uros Bizjak <ubizjak@gmail.com>
9685 * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
9686 force pending loads from memory.
9688 2016-05-19 Kelvin Nilsen <kelvin@gcc.gnu.org>
9690 * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
9691 (UNSPEC_DARN_32): New unspec constant.
9692 (UNSPEC_DARN_RAW): New unspec constant.
9693 (darn_32): New instruction.
9694 (darn_raw): New instruction.
9695 (darn): New instruction.
9696 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
9697 support and documentation for this macro.
9698 (BU_P9_MISC_1): New macro definition.
9699 (BU_P9_64BIT_MISC_0): New macro definition.
9700 (BU_P9_MISC_0): New macro definition.
9701 (darn_32): New builtin definition.
9702 (darn_raw): New builtin definition.
9703 (darn): New builtin definition.
9704 * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
9705 RS6000_BUILTIN_0 directives to surround each occurrence of
9706 #include "rs6000-builtin.def".
9707 (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
9708 RS6000_BTM_64BIT flags to the returned mask, depending on
9710 (def_builtin): Correct an error in the assignments made to the
9711 debugging variable attr_string.
9712 (rs6000_expand_builtin): Add support for no-operand built-in
9714 (builtin_function_type): Remove fatal_error assertion that is no
9716 (rs6000_common_init_builtins): Add support for no-operand built-in
9718 * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
9720 (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
9722 (RS6000_BTM_64BIT): New macro definition.
9723 * doc/extend.texi: Document __builtin_darn (void),
9724 __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
9727 2016-05-19 Jan Hubicka <hubicka@ucw.cz>
9729 * tree-vect-loop.c (vect_analyze_loop_2): Use also
9730 max_loop_iterations_int.
9732 2016-05-19 Marek Polacek <polacek@redhat.com>
9734 PR tree-optimization/71031
9735 * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
9736 condition and adjust the code a bit.
9738 2016-05-19 Martin Liska <mliska@suse.cz>
9740 * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
9741 auto_vec instead of vec.
9743 2016-05-19 Martin Liska <mliska@suse.cz>
9745 * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
9747 2016-05-19 Martin Liska <mliska@suse.cz>
9749 * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
9751 2016-05-19 Martin Liska <mliska@suse.cz>
9753 * ipa-pure-const.c (set_function_state): Remove an existing
9755 (remove_node_data): Do not free it as it's released
9756 in set_function_state.
9758 2016-05-19 Martin Liska <mliska@suse.cz>
9760 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
9763 2016-05-19 Martin Liska <mliska@suse.cz>
9765 * omp-simd-clone.c (simd_clone_adjust): Release vector.
9767 2016-05-19 Martin Liska <mliska@suse.cz>
9769 * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
9770 an auto_vec instead of re-creating it.
9772 2016-05-19 Martin Liska <mliska@suse.cz>
9774 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
9775 auto_vec instead of vec.
9777 2016-05-19 Martin Liska <mliska@suse.cz>
9779 * lto-section-in.c (lto_get_section_data): Call
9780 lto_check_version with additional argument.
9781 * lto-streamer.c (lto_check_version): Add new argument.
9782 * lto-streamer.h (lto_check_version): Likewise.
9784 2016-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9786 * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
9787 Don't add cost of inner memory when handling sign-extended loads.
9789 2016-05-19 Ilya Enkovich <ilya.enkovich@intel.com>
9791 PR rtl-optimization/71148
9792 * cse.c (cse_main): Free dominance info.
9793 (rest_of_handle_cse): Don't free dominance info.
9794 (rest_of_handle_cse2): Likewise.
9795 (rest_of_handle_cse_after_global_opts): Likewise.
9797 2016-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9800 * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
9801 NULL_TREE early if NEON is not available. Remove now redundant check
9802 in ARM_CHECK_BUILTIN_MODE.
9804 2016-05-19 Maxim Ostapenko <m.ostapenko@samsung.com>
9807 * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
9808 builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
9809 * doc/cpp.texi: Document new macros.
9811 2016-05-19 Bin Cheng <bin.cheng@arm.com>
9813 PR tree-optimization/69848
9814 * tree-vect-loop.c (vectorizable_reduction): Don't factor
9815 comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
9817 2016-05-19 Segher Boessenkool <segher@kernel.crashing.org>
9819 * function.c (thread_prologue_and_epilogue_insn): Move the
9820 "goto epilogue_done" one block later.
9822 2016-05-19 Richard Biener <rguenther@suse.de>
9824 PR tree-optimization/70729
9825 * passes.def: Move LIM pass before PRE. Remove no longer
9826 required copyprop and move first DCE out of the loop pipeline.
9828 2016-05-18 David Malcolm <dmalcolm@redhat.com>
9831 * Makefile.in (GCC_OBJS): Move spellcheck.o to...
9832 (OBJS-libcommon-target): ...here.
9833 * opts-common.c: Include spellcheck.h.
9834 (cmdline_handle_error): Build a vec of valid options and use it
9835 to suggest provide hints for misspelled arguments.
9837 2016-05-18 Jakub Jelinek <jakub@redhat.com>
9840 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
9841 lhs if it has TREE_ADDRESSABLE type.
9843 2016-05-18 Uros Bizjak <ubizjak@gmail.com>
9846 * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
9847 (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
9849 2016-05-18 Martin Jambor <mjambor@suse.cz>
9852 * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
9853 input for NOP_EXPR pass-through functions.
9854 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
9855 aggregate global constant VAR_DECLs in constant jump functions.
9857 2016-05-18 Martin Jambor <mjambor@suse.cz>
9860 * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
9861 from TREE_READONLY parameters.
9863 2016-05-18 Martin Jambor <mjambor@suse.cz>
9866 * cgraph.h (cgraph_indirect_call_info): New field
9867 guaranteed_unmodified.
9868 * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
9869 to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
9871 * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
9872 pass the parameter value to ipa_find_agg_cst_for_param.
9873 * ipa-prop.c (ipa_load_from_parm_agg): New parameter
9874 guaranteed_unmodified, store AA results there instead of bailing out
9876 (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
9877 (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
9878 (find_constructor_constant_at_offset): New function.
9879 (ipa_find_agg_cst_from_init): Likewise.
9880 (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
9881 static initializers of contants, report back through a new paameter
9882 from_global_constant if that was the case.
9883 (try_make_edge_direct_simple_call): Also pass parameter value to
9884 ipa_find_agg_cst_for_param, check guaranteed_unmodified when
9886 (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
9887 (ipa_read_indirect_edge_info): Likewise.
9888 * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
9889 (ipa_load_from_parm_agg): Likewise.
9891 2016-05-18 Jiong Wang <jiong.wang@arm.com>
9893 PR rtl-optimization/71150
9894 * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
9897 2016-05-18 Michael Meissner <meissner@linux.vnet.ibm.com>
9900 * config/rs6000/constraints.md (wE constraint): New constraint
9901 for a vector constant that can be loaded with XXSPLTIB.
9902 (wM constraint): New constraint for a vector constant of a 1's.
9903 (wS constraint): New constraint for a vector constant that can be
9904 loaded with XXSPLTIB and a vector sign extend instruction.
9905 * config/rs6000/predicates.md (xxspltib_constant_split): New
9906 predicates for wE/wS constraints.
9907 (xxspltib_constant_nosplit): Likewise.
9908 (easy_vector_constant): Add support for constants that can be
9909 loaded via XXSPLTIB.
9910 (all_ones_constant): New predicate for vector constant with all
9912 (splat_input_operand): Add support for ISA 3.0 word splat operations.
9913 * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
9914 return if a constant can be loaded with the ISA 3.0 XXSPLTIB
9915 instruction and possibly with a sign extension.
9916 (output_vec_const_move): Add support for XXSPLTIB. If we are
9917 loading up 0/-1 into Altivec registers, prefer using VSPLTISW
9918 instead of XXLXOR/XXLORC.
9919 (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
9921 (rs6000_legitimize_reload_address): Likewise.
9922 (rs6000_output_move_128bit): Use output_vec_const_move to emit
9924 * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
9925 combine VSX_M and VSX_M2 into one iterator.
9927 (VSINT_84): New iterators for loading constants with XXSPLTIB.
9928 (VSINT_842): Likewise.
9929 (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
9930 (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
9931 XXSPLTIB instruction.
9932 (xxspltib_<mode>_nosplit): Likewise.
9933 (xxspltib_<mode>_split): New insn to load up constants with
9934 XXSPLTIB and a sign extend instruction.
9935 (vsx_mov<mode>): Replace single move that handled all vector types
9936 with separate 32-bit and 64-bit moves. Combine the movti_<bit>
9937 moves (when -mvsx-timode is in effect) into the main vector
9938 moves. Eliminate separate moves for <VSr> <VSa>, where the
9939 preferred register class (<VSr>) is listed first, and the
9940 secondary register class (<VSa>) is listed second with a '?' to
9941 discourage use. Prefer loading 0/-1 in any VSX register for ISA
9942 3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
9943 that if the register was involved in a slow operation, the
9944 clear/set operation does not wait for the slow operation to
9945 finish. Adjust the length attributes for 32-bit mode. Use
9946 rs6000_output_move_128bit and drop the use of the string
9947 instructions for 32-bit movti when -mvsx-timode is in effect. Use
9948 spacing so that the alternatives and attributes don't generate
9949 long lines, and put things in columns, so that it is easier to
9950 match up the operands and attributes with the insn alternatives.
9951 (vsx_mov<mode>_64bit): Likewise.
9952 (vsx_mov<mode>_32bit): Likewise.
9953 (vsx_movti_64bit): Fold movti into normal vector moves.
9954 (vsx_movti_32bit): Likewise.
9955 (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
9957 (vsx_splat_v4si_internal): Likewise.
9958 (vsx_splat_v4sf_internal): Likewise.
9959 (vector fusion peepholes): Use VSX_M instead of VSX_M2.
9960 (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
9961 extend vector elements.
9962 (vsx_sign_extend_hi_<mode>): Likewise.
9963 (vsx_sign_extend_si_v2di): Likewise.
9964 * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
9966 * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
9967 constraints. Add trailing period to wL documentation.
9969 2016-05-18 Richard Sandiford <richard.sandiford@arm.com>
9972 * tree-dfa.h (replace_abnormal_ssa_names): Declare.
9973 * tree-dfa.c (replace_abnormal_ssa_names): New function.
9974 * tree-call-cdce.c: Include tree-dfa.h.
9975 (can_guard_call_p): New function, extracted from...
9976 (can_use_internal_fn): ...here.
9977 (shrink_wrap_one_built_in_call_with_conds): Remove failure path
9979 (shrink_wrap_one_built_in_call): Likewise.
9980 (use_internal_fn): Likewise.
9981 (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
9982 and return void. Call replace_abnormal_ssa_names.
9983 (pass_call_cdce::execute): Check can_guard_call_p during the
9984 initial walk. Assume shrink_wrap_conditional_dead_built_in_calls
9985 will always change something.
9987 2016-05-18 Martin Jambor <mjambor@suse.cz>
9990 * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
9991 if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
9993 2016-05-18 Martin Jambor <mjambor@suse.cz>
9996 * ipa-inline.h (condition): New field size.
9997 * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
9998 for comaprison and store it into the new condition.
9999 (evaluate_conditions_for_known_args): Use condition size to check
10000 access sizes for all but CHANGED conditions.
10001 (unmodified_parm_1): New parameter size_p, store access size into it.
10002 (unmodified_parm): Likewise.
10003 (unmodified_parm_or_parm_agg_item): Likewise.
10004 (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
10005 (set_cond_stmt_execution_predicate): Extract access sizes and store
10006 them to conditions.
10007 (set_switch_stmt_execution_predicate): Likewise.
10008 (will_be_nonconstant_expr_predicate): Likewise.
10009 (will_be_nonconstant_predicate): Likewise.
10010 (inline_read_section): Stream condition size.
10011 (inline_write_summary): Likewise.
10013 2016-05-18 Richard Biener <rguenther@suse.de>
10015 * tree-ssa-loop-im.c (determine_max_movement): Properly add
10016 condition cost to PHI cost instead of total_cost.
10018 2016-05-18 Martin Liska <mliska@suse.cz>
10021 * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
10024 2016-05-18 Richard Biener <rguenther@suse.de>
10026 * lto-streamer.h (LTO_major_version): Bump to 6.
10028 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
10030 * function.c (make_split_prologue_seq, make_prologue_seq,
10031 make_epilogue_seq): New functions, factored out from...
10032 (thread_prologue_and_epilogue_insns): Here.
10034 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
10036 * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
10037 cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
10038 of before. Add a comment.
10040 2016-05-18 Bin Cheng <bin.cheng@arm.com>
10042 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
10043 expression pointer, not pointer to the pointer.
10045 2016-05-18 Jakub Jelinek <jakub@redhat.com>
10047 * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
10048 (avx2_pbroadcast<mode>): Add another alternative with v instead
10049 of x constraints in it, using <pbroadcast_evex_isa> isa.
10050 (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
10052 * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
10053 constraint x instead of v in second alternative, add avx512bw
10056 * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
10057 constraint x instead of v in second alternative, add avx512bw
10060 * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
10061 constraint x instead of v in second alternative, add avx512bw
10064 * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
10065 avx512bw alternative.
10067 2016-05-18 Kirill Yukhin <kirill.yukhin@intel.com>
10069 * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
10070 array to 128 chars.
10071 (define_insn "*andnottf3"): Ditto.
10072 (define_insn "*<code><mode>3"/any_logic): Ditto.
10073 (define_insn "*<code>tf3"/any_logic): Ditto.
10074 (define_insn "sse2_storehpd"): Use Yv constraint for scalar
10075 operand to block AVX-512VL insn variant emit when it is not enabled.
10077 2016-05-18 Kirill Yukhin <kirill.yukhin@intel.com>
10079 * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
10080 constraint fot SF mode.
10082 2016-05-18 Petr Murzin <petr.murzin@intel.com>
10083 Kirill Yukhin <kirill.yukhin@intel.com>
10085 * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
10087 (define_insn "rsqrt14<mode>"): Ditto.
10088 (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
10089 (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
10090 (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
10091 (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
10092 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
10094 (define_insn "*avx512f_gatherdi<mode>"): Ditto.
10095 (define_insn "*avx512f_scatterdi<mode>"): Ditto.
10096 * config/i386/i386.c (ix86_print_operand): Expand check for size
10097 override codes for Intel syntax.
10099 2016-05-18 Richard Biener <rguenther@suse.de>
10101 PR tree-optimization/71168
10102 * tree-loop-distribution.c (distribute_loop): Move *destroy_p
10103 initialization earlier.
10105 2016-05-18 James Greenhalgh <james.greenhalgh@arm.com>
10107 * config/aarch64/aarch64-simd.md
10108 (aarch64_reduc_plus_internal<mode>): Rename to...
10109 (reduc_plus_scal): ...This, and remove previous implementation.
10111 2016-05-18 Richard Biener <rguenther@suse.de>
10113 * passes.def: Put late dse and cd_dce in canonical order.
10115 2016-05-17 Jan Hubicka <hubicka@ucw.cz>
10117 * ipa-inline-transform.c (preserve_function_body_p): Look for
10118 first non-thunk clone.
10119 (save_function_body): Save into first non-thunk.
10120 * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
10122 (lto_output_node): Inline thunks don't need body in every
10124 * lto-streamer-in.c: Do not fixup thunk clones.
10125 * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
10127 * tree-inline.c (copy_bb): Be prepared for target node to be new after
10130 2016-05-17 Kugan Vivekanandarajah <kuganv@linaro.org>
10132 PR middle-end/63586
10133 * tree-ssa-reassoc.c (transform_add_to_multiply): New.
10134 (reassociate_bb): Call transform_add_to_multiply.
10136 2016-05-17 Kugan Vivekanandarajah <kuganv@linaro.org>
10138 * config/aarch64/aarch64.c (all_extensions): Removed unused
10141 2016-05-17 Nathan Sidwell <nathan@acm.org>
10143 * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
10144 (TARGET_FUNCTION_ARG_BOUNDARY): Override.
10146 2016-05-17 Mikhail Maltsev <maltsevm@gmail.com>
10148 PR tree-optimization/54579
10149 PR middle-end/55299
10150 * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
10152 2016-05-17 Marek Polacek <polacek@redhat.com>
10155 * tree-inline.c (expand_call_inline): Call
10156 maybe_remove_unused_call_args.
10158 2016-05-17 Jim Wilson <jim.wilson@linaro.org>
10160 * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
10161 * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
10162 * doc/md.texi (fmin@var{m}3): Likewise.
10164 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
10166 * match.pd (X & C): New transformation.
10168 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
10170 * match.pd (~X & Y): New transformation.
10172 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
10174 * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
10175 information for new SSA_NAME.
10176 (simplify_conversion_using_ranges): Get range through get_range_info
10177 instead of get_value_range.
10179 2016-05-17 Jiong Wang <jiong.wang@arm.com>
10181 * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
10182 Remove inline assembly.
10183 (vmvn_s16): Likewise.
10184 (vmvn_s32): Likewise.
10185 (vmvn_u8): Likewise.
10186 (vmvn_u16): Likewise.
10187 (vmvn_u32): Likewise.
10188 (vmvnq_s8): Likewise.
10189 (vmvnq_s16): Likewise.
10190 (vmvnq_s32): Likewise.
10191 (vmvnq_u8): Likewise.
10192 (vmvnq_u16): Likewise.
10193 (vmvnq_u32): Likewise.
10194 (vmvn_p8): Likewise.
10195 (vmvnq_p16): Likewise.
10197 2016-05-17 Jiong Wang <jiong.wang@arm.com>
10199 * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
10201 (vmul_n_s16): Likewise.
10202 (vmul_n_s32): Likewise.
10203 (vmul_n_u16): Likewise.
10204 (vmul_n_u32): Likewise.
10205 (vmulq_n_f32): Likewise.
10206 (vmulq_n_f64): Likewise.
10207 (vmulq_n_s16): Likewise.
10208 (vmulq_n_s32): Likewise.
10209 (vmulq_n_u16): Likewise.
10210 (vmulq_n_u32): Likewise.
10212 2016-05-17 Jiong Wang <jiong.wang@arm.com>
10214 * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
10215 to all supported modes. Rename to "*aarch64_mul3_elt_from_dup".
10217 2016-05-17 Jiong Wang <jiong.wang@arm.com>
10219 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
10220 to *aarch64_fma4_elt_from_dup<mode>.
10221 (*aarch64_fnma4_elt_to_128df): Rename to
10222 *aarch64_fnma4_elt_from_dup<mode>.
10223 * config/aarch64/arm_neon.h (vfma_n_f64): New.
10224 (vfms_n_f32): Likewise.
10225 (vfms_n_f64): Likewise.
10226 (vfmsq_n_f32): Likewise.
10227 (vfmsq_n_f64): Likewise.
10229 2016-05-17 Gerald Pfeifer <gerald@pfeifer.com>
10231 * wide-int.h: Change fixed_wide_int_storage from class to struct.
10233 2016-05-17 Richard Biener <rguenther@suse.de>
10235 PR tree-optimization/71132
10236 * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
10237 Only add control dependences for blocks in the loop.
10238 (build_rdg): Adjust.
10239 (generate_code_for_partition): Return whether loop should
10240 be destroyed and delay that.
10241 (distribute_loop): Likewise.
10242 (pass_loop_distribution::execute): Record loops to be destroyed
10243 and perform delayed destroying of loops.
10245 2016-05-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10248 * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
10250 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
10252 * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
10254 2016-05-17 Ilya Enkovich <ilya.enkovich@intel.com>
10257 * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
10258 insertion point for instructions generated by validize_mem.
10260 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
10262 * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
10265 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
10267 * config/aarch64/aarch64.c
10268 (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
10269 rather than a macro.
10271 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
10273 * doc/invoke.texi (AArch64 Options): Various updates.
10275 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
10277 * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
10278 into instrumentation thunks.
10279 * cif-code.def (CIF_CHKP): New.
10281 2016-05-16 Uros Bizjak <ubizjak@gmail.com>
10283 * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
10285 2016-05-16 Martin Jambor <mjambor@suse.cz>
10287 * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
10288 (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
10290 2016-05-16 Marek Polacek <polacek@redhat.com>
10292 * gimple.c (maybe_remove_unused_call_args): Fix typos in the
10295 2016-05-16 Martin Jambor <mjambor@suse.cz>
10298 * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
10299 the outlined kernel function.
10301 2016-05-16 Robert Suchanek <robert.suchanek@imgtec.com>
10303 * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
10304 (ISA_HAS_DLSA): Ditto.
10306 2016-05-16 Matthew Fortune <matthew.fortune@imgtec.com>
10308 * config/mips/m5100.md (m51_int_load): Update the latency to 2.
10310 2016-05-16 Nathan Sidwell <nathan@acm.org>
10312 * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
10313 (nvptx_name_replacement): Restore. Add comment.
10314 (write_fn_proto, write_fn_proto_from_insn,
10315 nvptx_output_call_insn): Restore
10316 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
10318 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
10320 * config/aarch64/aarch64.md
10321 (add<mode>3_compareC_cconly_imm): Remove use of %w.
10322 (add<mode>3_compareC_imm): Likewise.
10323 (<optab>si3_uxtw): Split into register and immediate variants.
10324 (andsi3_compare0_uxtw): Likewise.
10325 (and<mode>3_compare0): Likewise.
10326 (and<mode>3nr_compare0): Likewise.
10327 (stack_protect_test_<mode>): Don't use %x for memory operands.
10329 2016-05-16 Matthew Fortune <matthew.fortune@imgtec.com>
10331 * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
10333 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
10335 * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
10336 Split integer shifts into shift_reg and bfm.
10337 (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
10338 (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
10339 (ror<mode>3_insn): Likewise.
10340 (<optab>si3_insn_uxtw): Likewise.
10341 (<optab><mode>3_insn): Change to rotate_imm.
10342 (extr<mode>5_insn_alt): Likewise.
10343 (extrsi5_insn_uxtw): Likewise.
10344 (extrsi5_insn_uxtw_alt): Likewise.
10346 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
10348 * doc/tm.texi: Regenerate.
10349 * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
10350 (TARGET_INVALID_RETURN_TYPE): Remove.
10351 * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
10352 TARGET_INVALID_RETURN_TYPE.
10353 * target.def (invalid_parameter_type): Remove.
10354 (invalid_return_type): Remove.
10356 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
10358 * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
10359 on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
10361 * ipa-inline-transform.c (inline_call): When inlining into thunk produce
10363 (preserve_function_body_p): No need to preserve function body
10364 * cif-codes.def (CIF_THUNK): Remove.
10365 * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
10367 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
10369 * tree-inline.c (expand_call_inline): recurse after inlining thunk.
10371 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
10373 * tree.c (free_lang_data_in_decl): Also set target/optimization flags
10376 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
10378 * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
10379 (inline_small_functions): Do not look for function symbol when
10382 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
10384 * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
10387 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
10388 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10389 Jiong Wang <jiong.wang@arm.com>
10391 * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
10392 for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
10393 Define __ARM_FP16_ARGS when appropriate.
10394 * config/arm/arm.c (arm_invalid_parameter_type): Remove
10396 (arm_invalid_return_type): Likewise.
10397 (TARGET_INVALID_PARAMETER_TYPE): Remove.
10398 (TARGET_INVALID_RETURN_TYPE): Remove.
10399 (aapcs_vfp_sub_candidate): Allow HFmode.
10400 (aapcs_vfp_allocate): Add comment. Support HFmode.
10401 (aapcs_vfp_allocate_return_reg): Likewise.
10402 (struct aapcs_cp_arg_layout): Slightly reword comments for
10403 is_return_candidate and allocate_return_reg.
10404 (output_mov_vfp): Update assert.
10405 (arm_hard_regno_mode_ok): Remove comment, update HF-mode
10407 (arm_invalid_parameter_type): Remove.
10408 (amr_invalid_return_type): Remove.
10409 * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
10410 * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
10411 * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
10413 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
10415 * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
10416 * config/aarch64/arch64-protos.h
10417 (aarch64_legitimize_reload_address): Remove.
10418 * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
10421 2016-05-16 Eric Botcazou <ebotcazou@adacore.com>
10423 * configure.ac: Add ACX_NONCANONICAL_HOST.
10424 * configure: Regenerate.
10425 * Makefile.in: Set host_noncanonical.
10427 2016-05-14 Uros Bizjak <ubizjak@gmail.com>
10430 * config/i386/i386.md (*movtf_internal): Before register allocation,
10431 do not allow FP constants for CM_MEDIUM memory model, allow only
10432 standard FP constants for CM_LARGE and CM_LARGE_PIC models.
10433 (*movxf_internal): Ditto.
10434 (*movdf_internal): Ditto.
10435 (*movsf_internal): Ditto.
10437 2016-05-13 Segher Boessenkool <segher@kernel.crashing.org>
10439 PR rtl-optimization/67483
10440 * combine.c (make_compound_operation): Don't call extract_left_shift
10441 with negative shift amounts.
10443 2016-05-13 Jakub Jelinek <jakub@redhat.com>
10446 * fold-const.c (fold_checksum_tree): Allow modification
10447 of TYPE_ALIAS_SET during folding.
10449 * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
10450 ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
10451 (ix86_split_to_parts): Likewise. Fix up formatting.
10453 2016-05-13 H.J. Lu <hongjiu.lu@intel.com>
10455 * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
10456 unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
10459 2016-05-13 Nathan Sidwell <nathan@acm.org>
10461 * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
10462 (nvptx_name_replacement): Delete.
10463 (write_fn_proto, write_fn_proto_from_insn,
10464 nvptx_output_call_insn): Remove nvptx_name_replacement call.
10465 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
10466 * langhooks.c (add_builtin_funcction_common): Call
10467 targetm.mangle_decl_assembler_name.
10469 * config/nvptx/nvptx.c (write_fn_proto): Handle
10470 BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
10472 2016-05-13 Martin Liska <mliska@suse.cz>
10474 * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
10475 and PRIu64 in printf format.
10477 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10479 * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
10482 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10484 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
10485 Change --param max-completely-peeled-times to
10486 --param max-completely-peel-times in dump file printing.
10488 2016-05-13 Richard Biener <rguenther@suse.de>
10490 PR tree-optimization/42587
10491 * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
10492 (find_bswap_or_nop_1): Likewise.
10493 (bswap_replace): Likewise.
10495 2016-05-13 Martin Liska <mliska@suse.cz>
10497 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
10498 Initialize a variable with default value.
10500 2016-05-13 Martin Liska <mliska@suse.cz>
10502 * doc/invoke.texi: Enhance explanation of error recovery
10505 2016-05-13 Martin Liska <mliska@suse.cz>
10507 * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
10508 (struct cost_pair): Change inv_expr_id (int) to inv_expr
10509 (iv_inv_expr_ent *).
10510 (struct iv_inv_expr_ent): Comment struct fields.
10511 (sort_iv_inv_expr_ent): New function.
10512 (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
10513 (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
10514 a hash_map between iv_inv_expr_ent and number of usages.
10515 (niter_for_exit): Fix coding style.
10516 (tree_ssa_iv_optimize_init): Use renamed variable.
10517 (determine_base_object): Fix coding style.
10518 (alloc_iv): Likewise.
10519 (find_interesting_uses_outside): Likewise.
10520 (add_candidate_1): Likewise.
10521 (add_standard_iv_candidates): Likewise.
10522 (set_group_iv_cost): Replace inv_expr_id with inv_expr.
10523 (prepare_decl_rtl): Fix coding style.
10524 (get_address_cost): Likewise.
10525 (get_shiftadd_cost): Likewise.
10526 (force_expr_to_var_cost): Likewise.
10527 (compare_aff_trees): Likewise.
10528 (get_expr_id): Restructure the function.
10529 (get_loop_invariant_expr_id): Renamed to
10530 get_loop_invariant_expr.
10531 (get_computation_cost_at): Replace usage of inv_expr_id with
10533 (get_computation_cost): Likewise.
10534 (determine_group_iv_cost_generic): Likewise.
10535 (determine_group_iv_cost_address): Likewise.
10536 (iv_period): Fix coding style.
10537 (iv_elimination_compare_lt): Likewise.
10538 (may_eliminate_iv): Likewise.
10539 (determine_group_iv_cost_cond): Replace usage of inv_expr_id with
10541 (determine_group_iv_costs): Dump invariant expressions.
10542 (iv_ca_recount_cost): Use the newly added hash_map.
10543 (iv_ca_set_remove_invariants): Fix coding style.
10544 (iv_ca_set_add_invariants): Fix coding style.
10545 (iv_ca_set_no_cp): Utilize the newly added hash_map for used
10547 (iv_ca_set_cp): Likewise.
10548 (iv_ca_new): Initialize the newly added hash_map and remove
10549 initialization of fields.
10550 (iv_ca_free): Delete the hash_map.
10551 (iv_ca_dump): Dump invariant expressions.
10552 (iv_ca_extend): Fix coding style.
10553 (try_add_cand_for): Likewise.
10554 (create_new_ivs): Dump information about # of avg iterations and
10555 # of used invariant expressions.
10556 (rewrite_use_compare): Fix coding style.
10557 (free_loop_data): Set default value for max_inv_expr_id.
10559 2016-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
10561 * cse.c (rest_of_handle_cse): Use cleanup_cfg
10562 returned value cse_cfg_altered computation.
10563 (rest_of_handle_cse2): Likewise.
10564 (rest_of_handle_cse_after_global_opts): Likewise.
10566 2016-05-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10569 * config/arm/arm.c (arm32_output_mi_thunk): New.
10570 (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
10571 to split Thumb1 vs TARGET_32BIT functionality.
10572 (arm_thumb1_mi_thunk): New.
10574 2016-05-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10576 * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
10579 2016-05-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10582 * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
10584 2016-05-13 Eric Botcazou <ebotcazou@adacore.com>
10586 * builtins.c (expand_builtin_memcmp): Do not emit the call here.
10587 (expand_builtin_trap): Emit a regular call.
10588 (set_builtin_user_assembler_name): Remove obsolete cases.
10589 * dse.c (scan_insn): Adjust.
10590 * except.c: Include calls.h.
10591 (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
10592 emit a regular call to setjmp.
10593 * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
10594 (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
10595 (emit_block_move_via_libcall): Delete.
10596 (block_move_fn): Delete.
10597 (init_block_move_fn): Likewise.
10598 (emit_block_move_libcall_fn): Likewise.
10599 (emit_block_op_via_libcall): New function.
10600 (set_storage_via_libcall): Tidy up and use memset builtin.
10601 (block_clear_fn): Delete.
10602 (init_block_clear_fn): Likewise.
10603 (clear_storage_libcall_fn): Likewise.
10604 (expand_assignment): Call emit_block_move_via_libcall.
10605 Do not include gt-expr.h.
10606 * expr.h (emit_block_op_via_libcall): Declare.
10607 (emit_block_copy_via_libcall): New inline function.
10608 (emit_block_move_via_libcall): Likewise.
10609 (emit_block_comp_via_libcall): Likewise.
10610 (block_clear_fn): Delete.
10611 (init_block_move_fn): Likewise.
10612 (init_block_clear_fn): Likewise.
10613 (emit_block_move_via_libcall): Likewise.
10614 (set_storage_via_libcall): Add default parameter value.
10615 * libfuncs.h (enum libfunc_index): Remove obsolete values.
10616 (abort_libfunc): Delete.
10617 (memcpy_libfunc): Likewise.
10618 (memmove_libfunc): Likewise.
10619 (memcmp_libfunc): Likewise.
10620 (memset_libfunc): Likewise.
10621 (setbits_libfunc): Likewise.
10622 (setjmp_libfunc): Likewise.
10623 (longjmp_libfunc): Likewise.
10624 (profile_function_entry_libfunc): Likewise.
10625 (profile_function_exit_libfunc): Likewise.
10626 (gcov_flush_libfunc): Likewise.
10627 * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
10628 and DECL_VISIBILITY on the declaration.
10629 (init_optabs): Do not initialize obsolete libfuncs.
10630 * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
10631 * tree-core.h (ECF_RET1): Define.
10632 (ECF_TM_PURE): Adjust.
10633 (ECF_TM_BUILTIN): Likewise.
10634 * tree.c (set_call_expr_flags): Deal with ECF_RET1.
10635 (build_common_builtin_nodes): Initialize abort builtin.
10636 Add ECF_RET1 on memcpy, memmove and memset builtins.
10637 Pass final flags for alloca and alloca_with_align builtins.
10638 * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
10640 * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
10641 * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
10642 set_storage_via_libcall and call emit_block_copy_via_libcall.
10644 2016-05-12 Uros Bizjak <ubizjak@gmail.com>
10646 * config/i386/i386.md (*call_got_x32): Change operand 0 to
10647 DImode before it is passed to ix86_output_call_operand.
10648 (*call_value_got_x32): Ditto for operand 1.
10650 2016-05-12 Jiong Wang <jiong.wang@arm.com>
10652 PR rtl-optimization/70904
10653 * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
10654 reload for wide mode.
10656 2016-05-12 Marek Polacek <polacek@redhat.com>
10659 * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
10660 * langhooks.c (lhd_incomplete_type_error): Add location parameter.
10661 * langhooks.h (incomplete_type_error): Likewise.
10662 * tree.c (size_in_bytes_loc): Renamed from size_in_bytes. Add location
10663 parameter, pass it down to incomplete_type_error.
10664 * tree.h (size_in_bytes): New inline overload.
10665 (size_in_bytes_loc): Renamed from size_in_bytes.
10667 2016-05-12 Richard Biener <rguenther@suse.de>
10669 PR tree-optimization/71059
10670 * tree-ssa-pre.c (phi_translate_1): Fully fold translated
10671 nary before looking up or entering the expression into the VN
10673 * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
10674 Make sure to re-use NARYs without result as inserted by
10677 2016-05-12 Richard Biener <rguenther@suse.de>
10679 PR tree-optimization/71062
10680 * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
10682 * tree-ssa-structalias.c (set_uids_in_ptset): Set
10683 vars_contains_restrict if the var is a restrict tag.
10684 * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
10685 do not disambiguate pointers against it.
10686 (dump_points_to_solution): Re-structure and adjust for new
10687 vars_contains_restrict flag.
10688 * gimple-pretty-print.c (pp_points_to_solution): Likewise.
10690 2016-05-12 Martin Liska <mliska@suse.cz>
10692 * doc/invoke.texi: Explain connection between
10693 -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
10695 2016-05-12 Ilya Enkovich <ilya.enkovich@intel.com>
10697 PR tree-optimization/71006
10698 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
10699 consider COND_EXPR as a mask producer.
10701 2016-05-12 Marek Polacek <polacek@redhat.com>
10704 * opts.c (common_handle_option): Detect missing argument for --help^.
10706 2016-05-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10709 * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
10710 when popping the PC and within an interrupt handler routine.
10711 Add missing tab to output of "ldmfd".
10712 (output_return_instruction): Output LDMFD with SP update rather
10713 than POP when returning from interrupt handler.
10715 2016-05-12 Jakub Jelinek <jakub@redhat.com>
10717 * config/i386/i386.md (isa): Add x64_avx512dq, enable if
10718 TARGET_64BIT && TARGET_AVX512DQ.
10719 * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
10720 (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
10721 (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
10722 *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
10723 (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
10724 (*vec_extractv4si_zext): Add avx512dq alternative.
10725 (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
10726 use v instead of x constraint in other alternatives where possible.
10728 * config/i386/sse.md (sse2_loadld): Use v instead of x
10729 constraint in alternatives 0,1,4.
10731 * config/i386/sse.md (pinsr_evex_isa): New mode attr.
10732 (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
10733 v constraints instead of x and <pinsr_evex_isa> isa attribute.
10736 * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
10737 <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
10738 is not emitted unless TARGET_AVX512BW.
10739 (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
10740 Likewise. For TARGET_AVX512BW, use "=v" constraint instead of "=x"
10741 for the result operand.
10743 * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
10744 constraint instead of x in avx alternatives. Use maybe_evex instead
10747 * config/i386/constraints.md (Yv): New constraint.
10748 * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
10749 TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
10750 * config/i386/i386.md (avx512fvecmode): New mode attr.
10751 (*pushtf): Use v constraint instead of x.
10752 (*movtf_internal): Likewise. For TARGET_AVX512VL and
10753 xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
10754 (*absneg<mode>2): Use Yv constraint instead of x constraint.
10755 (*absnegtf2_sse): Likewise.
10756 (copysign<mode>3_const, copysign<mode>3_var): Likewise.
10757 * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
10758 avx512f alternatives.
10759 (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
10761 2016-05-12 Richard Biener <rguenther@suse.de>
10763 PR tree-optimization/71060
10764 * tree-data-ref.c (initialize_data_dependence_relation): Do not
10765 require exact match of DR_BASE_OBJECT but only matching address and
10768 2016-05-12 Richard Biener <rguenther@suse.de>
10770 PR tree-optimization/70986
10771 * cfganal.c: Include cfgloop.h.
10772 (dfs_find_deadend): Prefer to take edges exiting loops.
10774 2016-05-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10776 * gcc.target/powerpc/pr70963.c: Require at least power8 at both
10777 compile and run time.
10779 2016-05-11 Mikhail Maltsev <maltsevm@gmail.com>
10782 * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
10784 2016-05-11 Uros Bizjak <ubizjak@gmail.com>
10786 * config/i386/i386.c (legitimize_pic_address): Use
10787 copy_to_suggested_reg instead of gen_movsi.
10789 2016-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
10791 * config/rs6000/predicates.md (quad_memory_operand): Move most of
10792 the code into quad_address_p and call it to share code with
10793 vsx_quad_dform_memory_operand.
10794 (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
10796 * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
10797 bit instead of being a separate word. Split -mpower9-dform into
10798 two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
10799 * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
10800 for the register class supporting 128-bit quad word memory offsets.
10801 (mode_supports_vsx_dform_quad): Helper function to return if the
10802 register class uses quad word memory offsets.
10803 (rs6000_debug_addr_mask): Add support for quad word memory offsets.
10804 (rs6000_debug_reg_global): Always print if we are using LRA or not.
10805 (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
10806 instructions are enabled, set up the appropriate addr_masks for
10808 (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
10809 -mpower9-dform-scalar, instead of -mpower9-dform.
10810 (rs6000_option_override_internal): Split -mpower9-dform into two
10811 switches, -mpower9-dform-scalar and -mpower9-dform-vector. The
10812 -mpower9-dform switch sets or clears both. If we are not using
10813 the LRA register allocator, do not enable -mpower9-dform-vector by
10814 default. If we are using LRA, enable -mpower9-dform-vector and
10815 -mvsx-timode if it is appropriate. Issue a warning if either
10816 -mpower9-dform-vector or -mvsx-timode are explicitly used without
10818 (quad_address_offset_p): New helper function to return if the
10819 offset is legal for quad word memory instructions.
10820 (quad_address_p): New function to determin if GPR or vector
10821 register quad word memory addresses are legal.
10822 (mem_operand_gpr): Validate quad word address offsets.
10823 (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
10824 d-form (register + offset) instructions.
10825 (offsettable_ok_by_alignment): Likewise.
10826 (rs6000_legitimate_offset_address_p): Likewise.
10827 (legitimate_lo_sum_address_p): Likewise.
10828 (rs6000_legitimize_address): Likewise.
10829 (rs6000_legitimize_reload_address): Add more debug statements for
10831 (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
10832 d-form instructions.
10833 (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
10834 d-form instructions. Distinguish different cases in debug
10835 output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
10836 d-form instructions.
10837 (rs6000_preferred_reload_class): Likewise.
10838 (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
10839 instructions. If ISA 3.0 is available, generate lxvx/stxvx instead
10840 of the ISA 2.06 indexed memory instructions.
10841 (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
10842 use them to save/restore the saved vector registers instead of
10843 using Altivec instructions.
10844 (rs6000_emit_epilogue): Likewise.
10845 (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
10846 (rs6000_opt_masks): Split -mpower9-dform into
10847 -mpower9-dform-scalar and -mpower9-dform-vector.
10848 (rs6000_print_options_internal): Print -mno-<switch> if <switch>
10850 * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
10851 ISA 3.0 vector indexed memory instructions, and fold the code into
10852 the normal mov<mode> patterns.
10853 (p9_vecstore_<mode>): Likewise.
10854 (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
10856 (vsx_movti_64bit): Likewise.
10857 (vsx_movti_32bit): Likewise.
10858 * config/rs6000/constraints.md (wO constraint): New constraint for
10859 ISA 3.0 vector d-form support.
10860 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
10861 -mpower9-dform-scalar instead of -mpower9-dform. Add note not to
10862 include -mpower9-dform-vector until we switch over to LRA.
10863 (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
10864 switches, -mpower9-dform-scalar and -mpower9-dform-vector.
10865 * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
10866 * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
10867 for -mpower9-dform and -mlra.
10868 * doc/md.texi (wO constraint): Document wO constraint.
10870 2016-05-11 Alexander Monakov <amonakov@ispras.ru>
10872 * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
10873 'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
10874 * genautomata.c (output_internal_insn_code_evaluation): Simplify.
10875 Move handling of non-insn arguments inline into the sole user:
10876 (output_trans_func): ...here.
10877 (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
10878 in emitted function prototype.
10879 (output_internal_insn_latency_func): Ditto. Simplify.
10880 (output_internal_maximal_insn_latency_func): Ditto. Delete
10881 always-unused argument.
10882 (output_insn_latency_func): Ditto.
10883 (output_maximal_insn_latency_func): Ditto.
10885 2016-05-11 Richard Biener <rguenther@suse.de>
10887 PR tree-optimization/71055
10888 * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
10889 sth with precision not equal to access size verify we don't chop
10892 2016-05-11 Richard Biener <rguenther@suse.de>
10895 * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
10896 (dwarf2out_finish): Move retry_incomplete_types call ...
10897 (dwarf2out_early_finish): ... here.
10899 2016-05-11 Richard Biener <rguenther@suse.de>
10901 PR middle-end/71002
10902 * alias.c (reference_alias_ptr_type): Preserve alias-set zero
10903 if the langhook insists on it.
10904 * fold-const.c (make_bit_field_ref): Add arg for the original
10905 reference and preserve its alias-set.
10906 (decode_field_reference): Take exp by reference and adjust it
10907 to the original memory reference.
10908 (optimize_bit_field_compare): Adjust callers.
10909 (fold_truth_andor_1): Likewise.
10910 * gimplify.c (gimplify_expr): Adjust in-SSA form test.
10912 2016-05-11 Ilya Enkovich <ilya.enkovich@intel.com>
10914 PR middle-end/70807
10915 * cfgrtl.h (delete_insn_and_edges): Now return bool.
10916 * cfgrtl.c (delete_insn_and_edges): Likewise.
10917 * config/i386/i386.c (convert_scalars_to_vector): Remove
10919 * cse.c (cse_insn): Compute cse_cfg_altered.
10920 (delete_trivially_dead_insns): Likewise.
10921 (cse_cc_succs): Likewise.
10922 (rest_of_handle_cse): Free dominance info if required.
10923 (rest_of_handle_cse2): Likewise.
10924 (rest_of_handle_cse_after_global_opts): Likewise.
10926 2016-05-11 Alan Modra <amodra@gmail.com>
10928 * config/rs6000/rs6000.c (is_complex_IBM_long_double,
10929 abi_v4_pass_in_fpr): New functions.
10930 (rs6000_function_arg_boundary): Exclude complex IBM long double
10931 from 64-bit alignment when ABI_V4.
10932 (rs6000_function_arg, rs6000_function_arg_advance_1,
10933 rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
10935 2016-05-10 Segher Boessenkool <segher@kernel.crashing.org>
10937 PR rtl-optimization/71028
10938 * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
10939 jump with just a return in the fallthrough block if the branch
10940 block contains just a return as well.
10942 2016-05-10 Marc Glisse <marc.glisse@inria.fr>
10944 * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
10945 * match.pd ((X & Y) ^ Y): ... this.
10946 ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
10947 | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
10949 2016-05-10 David Malcolm <dmalcolm@redhat.com>
10951 * read-md.c (require_char_ws): New function.
10952 (read_string): Simplify using require_char_ws.
10953 (handle_constants): Likewise.
10954 (handle_enum): Likewise.
10955 (handle_file): Likewise.
10956 * read-md.h (require_char_ws): New declaration.
10957 * read-rtl.c (read_conditions): Simplify using require_char_ws.
10958 (read_mapping): Likewise.
10959 (read_rtx_code): Likewise.
10960 (read_nested_rtx): Likewise.
10962 2016-05-10 James Norris <jnorris@codesourcery.com>
10964 * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
10965 if offloading is enabled and -fopenacc or -fopenmp is specified.
10966 (CRTOFFLOADEND): Likewise.
10967 (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
10968 (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
10970 2016-05-10 Uros Bizjak <ubizjak@gmail.com>
10972 * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
10973 gotoff_operand code paths. Use copy_to_suggested_regs and
10974 expand_simple_binop where appropriate. Cleanup.
10976 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
10979 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
10981 (dimode_scalar_chain::vector_const_cost): New.
10982 (dimode_scalar_chain::compute_convert_gain): Handle constants.
10983 (dimode_scalar_chain::convert_op): Likewise.
10984 (dimode_scalar_chain::convert_insn): Likewise.
10986 2016-05-10 Pierre-Marie de Rodat <derodat@adacore.com>
10988 * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
10989 unary operation, not a binary one.
10991 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
10993 PR middle-end/70877
10994 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
10995 calls with type casted fndecl.
10997 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
10999 PR tree-optimization/70786
11000 * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
11001 * calls.c (initialize_argument_information): Bind bounds
11002 with corresponding args passed by reference.
11004 2016-05-10 Jakub Jelinek <jakub@redhat.com>
11007 * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
11008 *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
11009 use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
11012 2016-05-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11015 * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
11016 code for a zero scale factor.
11017 (vsx_xvcvdpuxds_scale): Likewise.
11019 2016-05-10 David Malcolm <dmalcolm@redhat.com>
11021 * diagnostic-show-locus.c (layout::layout): Call show_ruler
11022 if show_ruler_p was set on the context.
11023 (layout::show_ruler): New method.
11024 * diagnostic.h (struct diagnostic_context): Add field
11027 2016-05-10 Richard Biener <rguenther@suse.de>
11029 PR tree-optimization/71039
11030 * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
11031 (chk_uses): New function.
11032 (propagate_with_phi): Verify we can safely replicate the lhs of an
11033 aggregate assignment on all incoming edges.
11035 2016-05-10 Oleg Endo <olegendo@gcc.gnu.org>
11037 * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
11039 (rx_atomic_sequence): New class.
11040 * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
11041 (is_interrupt_func, is_fast_interrupt_func): Make non-static and
11043 (rx_atomic_sequence::rx_atomic_sequence,
11044 rx_atomic_sequence::~rx_atomic_sequence): New functions.
11045 * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
11046 CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
11047 CTRLREG_INTB): New constants.
11048 (FETCHOP): New code iterator.
11049 (fethcop_name, fetchop_name2): New iterator code attributes.
11050 (QIHI): New mode iterator.
11051 (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
11052 atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
11053 atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
11055 2016-05-10 Martin Liska <mliska@suse.cz>
11057 * tree-inline.c (remap_dependence_clique): Do not remap
11058 debugging statements.
11060 2016-05-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11062 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
11063 ("*fixuns_truncdfdi2_z13")
11064 ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
11065 ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
11066 ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
11068 2016-05-10 Richard Biener <rguenther@suse.de>
11070 PR tree-optimization/70497
11071 PR tree-optimization/28367
11072 * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
11074 (visit_reference_op_load): ... here.
11075 (vn_reference_lookup_3): Use it to handle subreg-like accesses
11076 with simplified BIT_FIELD_REFs.
11077 * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
11078 * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
11081 2016-05-10 Pierre-Marie de Rodat <derodat@adacore.com>
11083 * dwarf2out.c (add_abstract_origin_attribute): Adjust
11084 documentation comment. For BLOCK nodes, add a
11085 DW_AT_abstract_origin attribute that points to the DIE generated
11086 for the origin BLOCK.
11087 (gen_lexical_block_die): Call add_abstract_origin_attribute for
11088 blocks from inlined functions.
11090 2016-05-10 Alan Modra <amodra@gmail.com>
11093 * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
11094 regrename modifying insns saving lr before __morestack call.
11095 * config/rs6000/rs6000.md (split_stack_return): Similarly for
11096 insns restoring lr after __morestack call.
11098 2016-05-09 Jakub Jelinek <jakub@redhat.com>
11100 * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
11101 lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
11103 * config/i386/sse.md (vec_interleave_high<mode>,
11104 vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
11105 <avx512>_vpermt2var<mode>3_maskz): Likewise.
11107 2016-05-04 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
11109 * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
11110 function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
11111 parallel reassociation for power8 and forward.
11113 2016-05-09 Uros Bizjak <ubizjak@gmail.com>
11115 * config/i386/i386.md (absneg splitters with general regs): Use
11116 general_reg_operand predicate.
11117 (btsq peephole2): Use x86_64_immediate_operand to check if new
11118 value is suitable for immediate operand. Generate emitted insn
11119 using RTL expressions.
11120 (btcq peephole2): Ditto.
11121 (btrq peephole2): Ditto. Generate correct immediate operand
11124 2016-05-09 Richard Sandiford <richard.sandiford@arm.com>
11126 * cfgexpand.c (expand_debug_expr): Fix address offset for negative
11129 2016-05-09 Richard Sandiford <richard.sandiford@arm.com>
11131 * tree-affine.c (wide_int_constant_multiple_p): Add missing
11132 pointer dereference.
11134 2016-05-09 Richard Biener <rguenther@suse.de>
11136 PR tree-optimization/70985
11137 * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
11138 op0 isn't a gimple register.
11140 2016-05-09 Prachi Godbole <prachi.godbole@imgtec.com>
11142 * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
11143 (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
11144 (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
11145 (i6400_fpu_mult): New cpu units.
11146 (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
11147 (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
11148 (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
11149 (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
11150 (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
11151 (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
11152 (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
11153 (i6400_msa_long_float4, i6400_msa_long_float5)
11154 (i6400_msa_long_float8, i6400_msa_fdiv_df)
11155 (i6400_msa_fdiv_sf): New reservations.
11156 * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
11157 (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
11158 (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
11159 (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
11160 (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
11161 (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
11162 (msa_short_cmp, msa_short_float2, msa_short_logic3)
11163 (msa_short_store4, msa_long_load, msa_short_store)
11164 (msa_long_logic, msa_long_float2, msa_long_float4)
11165 (msa_long_float5, msa_long_float8, msa_long_mult)
11166 (msa_long_fdiv, msa_long_div): New reservations.
11168 2016-05-09 Robert Suchanek <robert.suchanek@imgtec.com>
11169 Sameera Deshpande <sameera.deshpande@imgtec.com>
11170 Matthew Fortune <matthew.fortune@imgtec.com>
11171 Graham Stott <graham.stott@imgtec.com>
11172 Chao-ying Fu <chao-ying.fu@imgtec.com>
11174 * config.gcc: Add MSA header file for mips*-*-* target.
11175 * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
11176 (Ubv8i, Urv8): New constraints.
11177 * config/mips/mips-ftypes.def: Add function types for MSA
11179 * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
11180 (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
11181 * config/mips/mips-msa.md: New file.
11182 * config/mips/mips-protos.h
11183 (mips_split_128bit_const_insns): New prototype.
11184 (mips_msa_idiv_insns): Likewise.
11185 (mips_split_128bit_move): Likewise.
11186 (mips_split_128bit_move_p): Likewise.
11187 (mips_split_msa_copy_d): Likewise.
11188 (mips_split_msa_insert_d): Likewise.
11189 (mips_split_msa_fill_d): Likewise.
11190 (mips_expand_msa_branch): Likewise.
11191 (mips_const_vector_same_val_p): Likewise.
11192 (mips_const_vector_same_bytes_p): Likewise.
11193 (mips_const_vector_same_int_p): Likewise.
11194 (mips_const_vector_shuffle_set_p): Likewise.
11195 (mips_const_vector_bitimm_set_p): Likewise.
11196 (mips_const_vector_bitimm_clr_p): Likewise.
11197 (mips_msa_vec_parallel_const_half): Likewise.
11198 (mips_msa_output_division): Likewise.
11199 (mips_ldst_scaled_shift): Likewise.
11200 (mips_expand_vec_cond_expr): Likewise.
11201 * config/mips/mips.c (enum mips_builtin_type): Add
11202 MIPS_BUILTIN_MSA_TEST_BRANCH.
11203 (mips_gen_const_int_vector_shuffle): New prototype.
11204 (mips_const_vector_bitimm_set_p): New function.
11205 (mips_const_vector_bitimm_clr_p): Likewise.
11206 (mips_const_vector_same_val_p): Likewise.
11207 (mips_const_vector_same_bytes_p): Likewise.
11208 (mips_const_vector_same_int_p): Likewise.
11209 (mips_const_vector_shuffle_set_p): Likewise.
11210 (mips_symbol_insns): Forbid loading symbols via immediate for
11212 (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
11214 (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
11216 (mips_lx_address_p): Add support load indexed address for MSA.
11217 (mips_address_insns): Add calculation of instructions needed for
11218 stores and loads for MSA.
11219 (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR. Handle
11220 CONST_VECTOR for MSA and let it fall through.
11221 (mips_ldst_scaled_shift): New function.
11222 (mips_subword_at_byte): Likewise.
11223 (mips_msa_idiv_insns): Likewise.
11224 (mips_legitimize_move): Validate MSA moves.
11225 (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases. Add
11226 calculation of costs for MSA division.
11227 (mips_split_move_p): Check if MSA moves need splitting.
11228 (mips_split_move): Split MSA moves if necessary.
11229 (mips_split_128bit_move_p): New function.
11230 (mips_split_128bit_move): Likewise.
11231 (mips_split_msa_copy_d): Likewise.
11232 (mips_split_msa_insert_d): Likewise.
11233 (mips_split_msa_fill_d): Likewise.
11234 (mips_output_move): Handle MSA moves.
11235 (mips_expand_msa_branch): New function.
11236 (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
11237 Reinstate 'y' modifier.
11238 (mips_file_start): Add MSA .gnu_attribute.
11239 (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
11241 (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
11242 (mips_class_max_nregs): Add register size for MSA supported mode.
11243 (mips_cannot_change_mode_class): Allow conversion between MSA
11244 vector modes and TImode.
11245 (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
11247 (mips_secondary_reload_class): Force MSA loads/stores via memory.
11248 (mips_preferred_simd_mode): Add preffered modes for MSA.
11249 (mips_vector_mode_supported_p): Add MSA supported modes.
11250 (mips_autovectorize_vector_sizes): New function.
11251 (mips_msa_output_division): Likewise.
11252 (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
11253 (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
11254 (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
11255 (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
11256 (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
11257 (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
11258 (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
11259 (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
11260 (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
11261 (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
11262 (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
11263 (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
11264 (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
11265 (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
11266 (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
11267 (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
11268 (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
11269 (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
11270 (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
11271 (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
11272 (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
11273 (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
11274 (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
11275 (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
11276 (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
11277 (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
11278 (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
11279 (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
11280 (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
11281 (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
11282 (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
11283 (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
11284 (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
11285 (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
11286 (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
11287 (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
11288 (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
11289 (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
11290 (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
11291 (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
11292 (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
11293 (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
11294 (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
11295 (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
11296 (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
11297 (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
11298 (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
11299 (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
11300 (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
11301 (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
11302 (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
11303 (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
11304 (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
11305 (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
11306 (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
11307 (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
11308 (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
11309 (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
11310 (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
11311 (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
11312 (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
11313 (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
11314 (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
11315 (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
11316 (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
11317 (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
11318 (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
11319 (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
11320 (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
11321 (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
11322 (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
11323 (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
11324 (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
11325 (CODE_FOR_msa_ldi_d): New code_aliasing macros.
11326 (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
11327 slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
11328 srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
11329 srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
11330 srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
11331 srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
11332 bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
11333 bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
11334 bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
11335 binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
11336 binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
11337 binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
11338 addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
11339 subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
11340 max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
11341 max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
11342 maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
11343 mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
11344 mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
11345 min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
11346 ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
11347 clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
11348 clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
11349 clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
11350 clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
11351 clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
11352 st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
11353 sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
11354 adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
11355 adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
11356 ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
11357 aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
11358 aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
11359 subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
11360 subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
11361 subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
11362 asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
11363 maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
11364 msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
11365 div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
11366 hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
11367 hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
11368 mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
11369 dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
11370 dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
11371 dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
11372 sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
11373 splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
11374 pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
11375 ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
11376 ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
11377 ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
11378 ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
11379 bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
11380 fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
11381 pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
11382 nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
11383 copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
11384 insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
11385 bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
11386 fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
11387 fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
11388 fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
11389 fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
11390 fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
11391 fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
11392 fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
11393 fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
11394 fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
11395 fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
11396 mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
11397 msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
11398 fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
11399 flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
11400 ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
11401 ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
11402 ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
11404 (mips_get_builtin_decl_index): New array.
11405 (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
11406 (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
11407 (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
11408 (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
11409 (mips_init_builtins): Initialize mips_get_builtin_decl_index
11411 (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
11413 (mips_expand_builtin_insn): Prepare operands for
11414 CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
11415 CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
11416 CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
11417 CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
11418 CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
11419 CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
11420 CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
11421 CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
11422 CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
11423 CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
11424 CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
11425 CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
11426 CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
11427 CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
11428 CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
11429 CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
11430 CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
11431 CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
11432 CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
11433 CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
11434 CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
11435 CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
11436 CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
11437 CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
11438 CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
11439 CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
11440 CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
11441 CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
11442 CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
11443 CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
11444 CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
11445 CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
11446 CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
11447 CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
11448 CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
11449 CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
11450 CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
11451 CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
11452 CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
11453 CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
11454 CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
11455 (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
11456 (mips_set_compression_mode): Disallow MSA with MIPS16 code.
11457 (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
11458 These are set implicitly and an error is reported if overridden.
11459 (mips_expand_builtin_msa_test_branch): New function.
11460 (mips_expand_msa_shuffle): Likewise.
11461 (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
11462 (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
11463 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
11464 (mips_expand_vec_unpack): Add support for MSA.
11465 (mips_expand_vector_init): Likewise.
11466 (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
11467 instead of const0_rtx.
11468 (mips_msa_vec_parallel_const_half): New function.
11469 (mips_gen_const_int_vector): Likewise.
11470 (mips_gen_const_int_vector_shuffle): Likewise.
11471 (mips_expand_msa_cmp): Likewise.
11472 (mips_expand_vec_cond_expr): Likewise.
11473 * config/mips/mips.h
11474 (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
11475 (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
11477 (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
11478 (ISA_HAS_MSA): New macro.
11479 (UNITS_PER_MSA_REG): Likewise.
11480 (BITS_PER_MSA_REG): Likewise.
11481 (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
11482 (MSA_REG_FIRST): New macro.
11483 (MSA_REG_LAST): Likewise.
11484 (MSA_REG_NUM): Likewise.
11485 (MSA_REG_P): Likewise.
11486 (MSA_REG_RTX_P): Likewise.
11487 (MSA_SUPPORTED_MODE_P): Likewise.
11488 (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
11489 (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
11490 * config/mips/mips.md: Include mips-msa.md.
11491 (alu_type): Add simd_add.
11492 (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
11493 (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
11494 simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
11495 simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
11496 simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
11497 simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
11498 simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
11499 simd_move, simd_load, simd_store. Choose "multi" for moves
11501 (qword_mode): New attribute.
11502 (insn_count): Add instruction count for quad moves.
11503 Increase the count for MIPS SIMD division.
11504 (UNITMODE): Add UNITMODEs for vector types.
11505 (addsub): New code iterator.
11506 * config/mips/mips.opt (mmsa): New option.
11507 * config/mips/msa.h: New file.
11508 * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
11510 * config/mips/mti-linux.h: Likewise.
11511 * config/mips/predicates.md
11512 (const_msa_branch_operand): New constraint.
11513 (const_uimm3_operand): Likewise.
11514 (const_uimm4_operand): Likewise.
11515 (const_uimm5_operand): Likewise.
11516 (const_uimm8_operand): Likewise.
11517 (const_imm5_operand): Likewise.
11518 (aq10b_operand): Likewise.
11519 (aq10h_operand): Likewise.
11520 (aq10w_operand): Likewise.
11521 (aq10d_operand): Likewise.
11522 (const_m1_operand): Likewise.
11523 (reg_or_m1_operand): Likewise.
11524 (const_exp_2_operand): Likewise.
11525 (const_exp_4_operand): Likewise.
11526 (const_exp_8_operand): Likewise.
11527 (const_exp_16_operand): Likewise.
11528 (const_vector_same_val_operand): Likewise.
11529 (const_vector_same_simm5_operand): Likewise.
11530 (const_vector_same_uimm5_operand): Likewise.
11531 (const_vector_same_uimm6_operand): Likewise.
11532 (const_vector_same_uimm8_operand): Likewise.
11533 (par_const_vector_shf_set_operand): Likewise.
11534 (reg_or_vector_same_val_operand): Likewise.
11535 (reg_or_vector_same_simm5_operand): Likewise.
11536 (reg_or_vector_same_uimm6_operand): Likewise.
11537 * doc/extend.texi (MIPS SIMD Architecture Functions): New
11539 * doc/invoke.texi (-mmsa): Document new option.
11541 2016-05-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11543 * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
11544 * configure: Regenerate.
11545 * config.in: Regenerate.
11546 * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
11547 on -fvtable-verify.
11548 * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
11549 (ENDFILE_VTV_SPEC): Define.
11551 2016-05-09 Kaushik Phatak <kaushik.phatak@kpit.com>
11553 * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
11554 registers in all interrupt handlers if necessary.
11555 (rl78_option_override): Add warning.
11556 (MUST_SAVE_MDUC_REGISTERS): New macro.
11557 (rl78_expand_epilogue): Restore the MDUC registers if necessary.
11558 * config/rl78/rl78.c (check_mduc_usage): New function.
11559 (mduc_regs): New structure to hold MDUC register data.
11560 * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
11561 (mulsi3_g13): Add is_g13_muldiv_insn attribute.
11562 (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
11563 (mulhi3_g13): Add is_g13_muldiv_insn attribute.
11564 * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
11565 * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
11567 2016-05-09 Bin Cheng <bin.cheng@arm.com>
11569 * tree-if-conv.c (tree-ssa-loop.h): Include header file.
11570 (tree-ssa-loop-niter.h): Ditto.
11571 (idx_within_array_bound, ref_within_array_bound): New functions.
11572 (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
11573 Factor out check on writable base object to ...
11574 (base_object_writable): ... here.
11576 2016-05-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11578 * config/arm/arm.md (probe_stack): Add modes to set source
11581 2016-05-09 Bernd Schmidt <bschmidt@redhat.com>
11583 * regrename.c (base_reg_class_for_rename): New static function.
11584 (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
11586 2016-05-08 Jan Hubicka <hubicka@ucw.cz>
11588 * cgraph.c (thunk_adjust): Export.
11589 * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
11590 * cgraphunit.c (thunk_adjust): Export.
11591 (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
11593 * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
11595 * tree-inline.c (expand_call_inline): Expand thunks inline.
11597 2016-05-08 Uros Bizjak <ubizjak@gmail.com>
11600 * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
11601 (*sse2_vd_cvtss2sd): Ditto.
11602 * config/i386/i386.md
11603 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
11604 Generate *sse2_vd_cvtsd2ss pattern.
11605 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
11606 Generate *sse2_vd_cvtss2sd pattern.
11608 2016-05-08 Oleg Endo <olegendo@gcc.gnu.org>
11610 * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
11611 * config/sh/sh.c (get_sh_arg_class): ... this new function. Update its
11614 2016-05-08 Oleg Endo <olegendo@gcc.gnu.org>
11616 * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
11617 * config/sh/sh.c: Define and declare variables on first use throughout
11619 (current_function_interrupt): Change to bool type.
11620 (frame_insn): Rename to emit_frame_insn and update users.
11621 (push_regs): Use bool for 'interrupt_handler' argument.
11622 (save_schedule_s): Remove.
11623 (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
11624 (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
11625 targetm.asm_out.unaligned_op.di.
11626 (gen_far_branch): Remove redundant forward declaration.
11627 (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
11628 MAX_TEMPS, save_schedule_ssave_schedule): Remove.
11629 (sh_set_return_address, sh_function_ok_for_sibcall,
11630 scavenge_reg): Update comments.
11631 (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
11632 (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
11633 (sh_attr_renesas_p): Remove unnecessary parentheses.
11634 (branch_dest): Simplify.
11635 * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
11636 Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
11637 (CUMULATIVE_ARGS): Change macro to typedef.
11638 (current_function_interrupt): Change to bool type.
11639 (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
11640 Surround with __cplusplus ifdef.
11641 (sh_compare_op0, sh_compare_op1): Remove.
11642 (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
11644 2016-05-07 Jim Wilson <jim.wilson@linaro.org>
11646 * config/arm/arm.md: (arch): Add neon.
11647 (arch_enabled): Return yes for arch neon when TARGET_NEON.
11648 * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3. Add
11649 neon_move as type for alt 3. Add arch attr enabling alt 3 for neon.
11650 Emit vmov.i64 for alt 3. Renumber alternatives 3 to 8. Adjust
11651 attributes for alt renumbering. Mark alt 3 as non-predicable.
11652 (thumb2_movdf_vfp): Likewise.
11654 2016-05-07 Uros Bizjak <ubizjak@gmail.com>
11656 * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
11657 to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
11658 (*andqi_1): Add preferred_for_speed attribute to disparage
11659 alternative 2 for TARGET_PARTIAL_REG_STALL targets.
11660 (*<code>qi_1): Ditto.
11661 (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
11662 alternative 1 for TARGET_PARTIAL_REG_STALL targets.
11663 (*ashlqi3_1): Ditto.
11664 (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
11665 Add preferred_for_size attribute to disparage alternative 0 and
11666 preferred_for_speed attribute to disparage alternative 1 for
11667 TARGET_PARTIAL_REG_STALL targets.
11669 2016-05-07 Tom de Vries <tom@codesourcery.com>
11671 PR tree-optimization/70956
11672 * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
11675 2016-05-07 Oleg Endo <olegendo@gcc.gnu.org>
11677 * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
11678 * config/sh/sh.c (sh_cbranch_distance): Implement it.
11679 * config/sh/sh.md (branch_zero): Remove define_attr.
11680 (define_delay): Disable delay slot if branch distance is one insn.
11682 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
11684 * config/i386/i386.md (LEAMODE): New mode attribute.
11685 (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
11686 (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
11687 and LEAMODE mode attribute. Use VOIDmode const_0_to_3_operand as
11688 operand 2 predicate.
11689 (*lea<mode>_general_2): Use VOIDmode for const248_operand.
11690 (*lea<mode>_general_3): Ditto.
11691 (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
11693 2016-05-06 Jakub Jelinek <jakub@redhat.com>
11695 * genmddump.c (main): Convert argv from char ** to const char **.
11697 2016-05-06 David Malcolm <dmalcolm@redhat.com>
11699 * coretypes.h (OVERRIDE): New macro.
11700 (FINAL): New macro.
11702 2016-05-06 Eric Botcazou <ebotcazou@adacore.com>
11704 * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
11705 allow coalescing if the types are compatible.
11707 2016-05-06 David Malcolm <dmalcolm@redhat.com>
11709 * pass_manager.h (pass_manager::register_pass_name): New method.
11710 (pass_manager::get_pass_by_name): New method.
11711 (pass_manager::create_pass_tab): New method.
11712 (pass_manager::m_name_to_pass_map): New field.
11713 * passes.c (name_to_pass_map): Delete global in favor of field
11714 "m_name_to_pass_map" of pass_manager.
11715 (register_pass_name): Rename from a function to...
11716 (pass_manager::register_pass_name): ...this method, updating
11717 for renaming of global "name_to_pass_map" to field
11718 "m_name_to_pass_map".
11719 (create_pass_tab): Rename from a function to...
11720 (pass_manager::create_pass_tab): ...this method, updating
11721 for renaming of global "name_to_pass_map" to field.
11722 (get_pass_by_name): Rename from a function to...
11723 (pass_manager::get_pass_by_name): ...this method.
11724 (enable_disable_pass): Convert use of get_pass_by_name to
11725 a method call, locating the pass_manager singleton.
11727 2016-05-06 David Malcolm <dmalcolm@redhat.com>
11729 * genattr-common.c (main): Convert argv from char ** to const char **.
11730 * genattr.c (main): Likewise.
11731 * genattrtab.c (main): Likewise.
11732 * genautomata.c (initiate_automaton_gen): Likewise.
11734 * gencodes.c (main): Likewise.
11735 * genconditions.c (main): Likewise.
11736 * genconfig.c (main): Likewise.
11737 * genconstants.c (main): Likewise.
11738 * genemit.c (main): Likewise.
11739 * genenums.c (main): Likewise.
11740 * genextract.c (main): Likewise.
11741 * genflags.c (main): Likewise.
11742 * genmddeps.c (main): Likewise.
11743 * genopinit.c (main): Likewise.
11744 * genoutput.c (main): Likewise.
11745 * genpeep.c (main): Likewise.
11746 * genpreds.c (main): Likewise.
11747 * genrecog.c (main): Likewise.
11748 * gensupport.c (init_rtx_reader_args_cb): Likewise.
11749 (init_rtx_reader_args): Likewise.
11750 * gensupport.h (init_rtx_reader_args_cb): Likewise.
11751 (init_rtx_reader_args): Likewise.
11752 * gentarget-def.c (main): Likewise.
11753 * read-md.c (read_md_files): Likewise.
11754 * read-md.h (read_md_files): Likewise.
11756 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
11758 * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
11759 instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
11760 * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
11761 Remove unused predicate.
11762 (register_and_not_fp_reg_operand): Ditto.
11764 2016-05-06 Martin Liska <mliska@suse.cz>
11766 * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
11767 instead of vec as the vector is local to the function.
11769 2016-05-06 Jakub Jelinek <jakub@redhat.com>
11771 * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
11772 avx512bw alternative.
11774 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
11775 before the ashr<mode>3 pattern.
11777 * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
11778 v instead of x in vex or maybe_vex alternatives, use
11779 maybe_evex instead of vex in prefix.
11781 * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
11782 *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
11783 vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
11784 in vex or maybe_vex alternatives, use maybe_evex instead of vex
11787 * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
11788 v instead of x in vex or maybe_vex alternatives, use
11789 maybe_evex instead of vex in prefix.
11791 * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
11792 sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
11793 sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
11794 sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
11795 alternatives, use maybe_evex instead of vex in prefix.
11797 * config/i386/sse.md (vec_interleave_lowv4sf,
11798 *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
11799 v instead of x in vex or maybe_vex alternatives, use
11800 maybe_evex instead of vex in prefix.
11802 * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
11803 v instead of x in vex or maybe_vex alternatives, use
11804 maybe_evex instead of vex in prefix.
11806 * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
11807 v constraint instead of x.
11809 2016-05-06 Nathan Sidwell <nathan@codesourcery.com>
11811 * gimple.c (gimple_call_same_target_p): Unique functions are eq.
11812 * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
11815 2016-05-06 Richard Biener <rguenther@suse.de>
11817 PR tree-optimization/70948
11818 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
11819 Properly clobber all fields of va_list for __builtin_va_start.
11821 2016-05-06 Yuri Rumyantsev <ysrumyan@gmail.com>
11824 * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
11825 loop latch destination.
11827 2016-05-06 Martin Liska <mliska@suse.cz>
11829 * tree-ssa-uninit.c: Apply manual changes
11830 to the GNU coding style.
11831 (prune_uninit_phi_opnds): Rename from
11832 prune_uninit_phi_opnds_in_unrealizable_paths.
11834 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
11836 * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
11837 mspace): Remove deprecated options.
11838 * doc/invoke.texi (SH options): Remove -mspace.
11840 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
11842 * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
11844 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
11846 * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
11847 corresponding combine split pattern.
11849 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
11852 * config/sh/predicates.md (long_displacement_mem_operand): New.
11853 * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
11854 Add movi20, movi20s alternatives. Adjust length attribute for
11856 (movsi_ie): Allow for any FPU. Adjust length attribute for
11858 (movsi_i_lowpart): Add movi20, movi20s alternatives. Adjust length
11859 attribute for alternatives.
11860 (*mov<mode>): Use long_displacement_mem_operand for length attribute.
11861 (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
11862 length attribute for alternatives.
11864 2016-05-06 Richard Biener <rguenther@suse.de>
11866 PR tree-optimization/70960
11867 * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
11869 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
11872 * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
11873 * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
11875 2016-05-06 Marek Polacek <polacek@redhat.com>
11878 * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
11880 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
11883 * config/sh/sh.md (*rotcr): Add another variant.
11885 2016-05-06 Richard Biener <rguenther@suse.de>
11887 PR middle-end/70931
11888 * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
11890 2016-05-06 Richard Biener <rguenther@suse.de>
11892 PR middle-end/70941
11893 * fold-const.c (split_tree): Always convert to the original type
11896 2016-05-06 Richard Biener <rguenther@suse.de>
11898 * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
11899 (fwprop_addr): Likewise.
11901 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
11904 * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
11906 * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
11907 * config/i386/i386.md (push mem splitter): Use find_constant_src in
11908 the splitter condition.
11909 (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
11910 the splitter condition.
11911 (FP float_extend load splitter): Ditto.
11913 2016-05-05 Uros Bizjak <ubizjak@gmail.com>
11915 * config/i386/i386.md (peehole2 patterns): Change true_regnum
11916 to REGNO in all peephole2 patterns.
11917 (post-reload splitters): Change true_regnum to REGNO in
11918 post-reload splitters.
11919 (zero_extend splitters): Use general_reg_operand and
11920 nonimmediate_gr_operand predicates.
11922 2016-05-05 Jakub Jelinek <jakub@redhat.com>
11924 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
11925 v constraint instead of x.
11927 2016-05-05 Alan Modra <amodra@gmail.com>
11930 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
11931 set OPTION_MASK_RELOCATABLE when flag_pic == 2. Set
11932 TARGET_NO_FP_IN_TOC for -mrelocatable.
11933 (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
11934 TARGET_RELOCATABLE test.
11935 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
11936 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
11937 * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
11938 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
11939 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
11940 * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
11941 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
11942 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
11943 * config/rs6000/predicates.md (easy_fp_constant): Likewise.
11944 * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
11946 (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
11947 (rs6000_stack_info): Likewise.
11948 (rs6000_elf_asm_out_constructor): Likewise.
11949 (rs6000_elf_asm_out_destructor): Likewise.
11950 (rs6000_elf_declare_function_name): Likewise.
11951 * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
11952 * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
11955 2016-05-05 Alan Modra <amodra@gmail.com>
11957 * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
11959 2016-05-05 Alan Modra <amodra@gmail.com>
11961 * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
11962 out-of-line gpr restore for one or two regs if that would add
11965 2016-05-04 Uros Bizjak <ubizjak@gmail.com>
11968 * config/i386/i386.md
11969 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
11970 Change to post-epilogue_completed late splitter. Use sse_reg_operand
11971 as operand 0 predicate.
11972 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
11974 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
11975 Ditto. Emit the pattern using RTX.
11977 (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
11978 Use sse_reg_opreand as operand 0 predicate. Do not use true_regnum in
11979 the post-reload splitter. Use lowpart_subreg instead of gen_rtx_REG.
11980 (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
11982 (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
11983 sse_reg_operand as operand 0 predicate.
11985 (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
11986 Use sse_reg_opreand as operand 0 predicate. Use lowpart_subreg
11987 instead of gen_rtx_REG.
11988 (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
11991 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
11993 * function.c (emit_use_return_register_into_block): Delete.
11994 (gen_return_pattern): Delete.
11995 (emit_return_into_block): Delete.
11996 (active_insn_between): Delete.
11997 (convert_jumps_to_returns): Delete.
11998 (emit_return_for_exit): Delete.
11999 (thread_prologue_and_epilogue_insns): Delete all code dealing with
12000 simple_return for shrink-wrapped blocks.
12001 * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
12002 end of blocks that need one.
12003 (get_unconverted_simple_return): Delete.
12004 (convert_to_simple_return): Delete.
12005 * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
12006 (convert_to_simple_return): Ditto.
12008 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
12010 * cfgcleanup.c (bb_is_just_return): New function.
12011 (try_optimize_cfg): Simplify jumps to return, branches to return,
12012 and branches around return.
12014 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
12016 * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
12017 branch to a return.
12019 2016-05-04 Jakub Jelinek <jakub@redhat.com>
12023 * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
12024 * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
12025 assert flags & OEP_HASH_CHECK, instead of asserting it
12026 never happens. Handle TARGET_EXPR.
12027 * fold-const.c (operand_equal_p): For hash verification,
12028 or in OEP_HASH_CHECK into flags.
12030 2016-05-04 Eric Botcazou <ebotcazou@adacore.com>
12032 * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
12034 (compute_samebase_partition_bases): Fix typo.
12036 2016-05-04 Jakub Jelinek <jakub@redhat.com>
12038 * config/i386/sse.md (vec_interleave_highv8sf,
12039 vec_interleave_lowv8sf, vec_interleave_highv4df,
12040 vec_interleave_lowv4df): Remove constraints from expanders.
12042 * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
12044 2016-05-04 Jan Hubicka <hubicka@ucw.cz>
12046 * tree-inline.c (expand_call_inline): Fix path dealing with
12047 making lhs of call statement undefined.
12049 2016-05-04 Jan Hubicka <hubicka@ucw.cz>
12051 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
12052 Check availability on NODE, too.
12053 * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
12054 (cgraph_node::call_for_symbol_and_aliases): Likewise.
12055 (varpool_node::call_for_symbol_and_aliase): Likewise.
12056 * ipa-pure-const.c (add_new_function): Analyze all bodies.
12057 (propagate_pure_const): Propagate across interposable functions, too.
12058 (skip_function_for_local_pure_const): Do not skip interposable bodies
12060 (pass_local_pure_const::execute): Update.
12062 2016-05-04 Marek Polacek <polacek@redhat.com>
12064 * doc/invoke.texi: Document -Wdangling-else.
12066 2016-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
12068 * config.gcc: Error out when conflicting multilib is detected. Do not
12069 loop over multilibs since no combination is legal.
12071 2016-05-04 Alan Modra <amodra@gmail.com>
12073 * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
12074 * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
12075 * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
12078 2016-05-04 Matthew Fortune <matthew.fortune@imgtec.com>
12080 * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
12081 Clean up p5600 comments.
12083 2016-05-04 Richard Biener <rguenther@suse.de>
12085 * match.pd: Add BIT_FIELD_REF canonicalizations and vector
12086 constructor simplifications.
12087 * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
12089 2016-05-04 Oleg Endo <olegendo@gcc.gnu.org>
12091 * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
12092 * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
12093 result.set_rtx is null instead of aborting.
12094 * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
12096 (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
12097 * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
12098 *mov<mode>_store_postinc): New patterns.
12100 2016-05-04 Marc Glisse <marc.glisse@inria.fr>
12102 * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR. Mark
12103 as commutative. Check both conversions are NOP.
12104 ((A & B) OP (C & B)): Remove.
12106 2016-05-04 Alan Modra <amodra@gmail.com>
12108 * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
12110 2016-05-04 Alan Modra <amodra@gmail.com>
12113 * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
12114 when cr2,3,4 are all fixed regs.
12116 2016-05-04 Bernd Schmidt <bschmidt@redhat.com>
12118 PR rtl-optimization/57193
12119 * opts.c (default_options_table): Revert OPT_frename_registers change.
12120 * doc/invoke.texi (-frename-registers, -O2): Likewise.
12122 2016-05-03 Martin Sebor <msebor@redhat.com>
12125 * builtins.c (fold_builtin_FILE): New function.
12126 (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
12127 (fold_builtin_0): Call them.
12128 * gimplify.c (gimplify_call_expr): Remove the handling of
12129 BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
12132 * doc/extend.texi (Other Builtins): Update __builtin_FILE,
12133 __builtin_FUNCTION, and __builtin_LINE to reflect they yield
12137 * doc/extend.texi (Function Names as Strings): Update __func__,
12138 __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
12141 2016-05-03 Jakub Jelinek <jakub@redhat.com>
12142 Richard Biener <rguenther@suse.de>
12144 PR tree-optimization/70916
12145 * tree-if-conv.c: Include cfganal.h.
12146 (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
12147 and remove_fake_exit_edges around the optimization pass.
12149 2016-05-03 Jan Hubicka <hubicka@ucw.cz>
12151 * cgraph.c (symbol_table::create_edge): Set inline_failed.
12152 (cgraph_edge::make_direct): Likewise.
12153 (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
12154 * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
12155 * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
12156 (CIF_THUNK): New code.
12157 * ipa-inline-analysis.c (initialize_inline_failed): Preserve
12158 CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
12159 (compute_inline_parameters): Set inline_failed for thunks.
12160 (inline_analyze_function): Cleanup.
12161 * ipa-inline.c (can_inline_edge_p): Do not deal with
12162 call_stmt_cannot_inline_p.
12163 (can_early_inline_edge_p): Likewise.
12164 (early_inliner): Initialize inline_failed.
12165 * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
12167 2016-05-03 Uros Bizjak <ubizjak@gmail.com>
12169 * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
12170 from nonimm_ssenomem_operand.
12171 (nonimm_ssenomem_operand): New predicate.
12172 * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
12173 as operand 0 predicate.
12174 (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
12175 Disable unsupported alternatives using "enabled" attribute.
12176 Use register_ssemem_operand as operand 0 predicate.
12177 (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
12179 2016-05-03 Marek Polacek <polacek@redhat.com>
12182 * input.c (expansion_point_location): New function.
12183 * input.h (expansion_point_location): Declare.
12185 2016-05-03 Pierre-Marie de Rodat <derodat@adacore.com>
12187 * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
12188 occurence with frame_offset_ ones.
12190 2016-05-03 Alan Modra <amodra@gmail.com>
12192 PR rtl-optimization/70890
12193 * ira.c (combine_and_move_insns): When moving def_insn, remove
12194 equivs on use_insn.
12196 2016-05-03 Dominik Vogt <vogt@linux.vnet.ibm.com>
12198 * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
12199 ("*r<noxa>sbg_<mode>_srl"): New define_insns.
12200 ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
12201 ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
12203 2016-05-03 Alan Modra <amodra@gmail.com>
12205 * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
12206 for SAVE_MULTIPLE/STORE_MULTIPLE.
12208 2016-05-03 Jakub Jelinek <jakub@redhat.com>
12210 * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
12211 *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
12213 2016-05-03 Richard Biener <rguenther@suse.de>
12215 * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
12217 (gimplify_arg): Likewise.
12218 * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
12219 re-writing the result to a decl if required.
12220 (internal_get_tmp_var): Add allow_ssa parameter
12221 and override into_ssa with it.
12222 (get_formal_tmp_var): Adjust.
12223 (get_initialized_tmp_var): Add allow_ssa parameter.
12224 (gimplify_arg): Add allow_ssa parameter and avoid generating
12225 SSA names for the result false.
12226 (gimplify_call_expr): If the call may return twice do not
12227 gimplify parameters into SSA.
12228 (prepare_gimple_addressable): Do not allow an SSA name as temporary.
12229 (gimplify_modify_expr): Adjust assert. For noreturn calls
12230 with a SSA name LHS adjust its def.
12231 (gimplify_save_expr): Do not allow an SSA name as save-expr result.
12232 (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
12233 (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
12234 (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
12235 an SSA name. Likewise for OMP_CLAUSE_REDUCTION operands.
12236 (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL. Likewise
12237 for OMP_FOR_COND, OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
12238 (optimize_target_teams): Do not allow SSA names for clause operands.
12239 (gimplify_expr): Likewise for where we mark the result addressable.
12240 * passes.def (pass_init_datastructures): Remove.
12241 * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
12242 (rewrite_stmt): Likewise.
12243 * tree-inline.c (initialize_cfun): Properly transfer SSA state.
12244 (replace_locals_op): Replace SSA names.
12245 (copy_gimple_seq_and_replace_locals): Init src_cfun.
12246 * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
12247 * cgraph.c (release_function_body): Free CFG annotations only
12248 when we have a CFG. Simplify.
12249 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
12250 force_gimple_operand instead of get_initialized_tmp_var.
12251 * tree-pass.h (make_pass_init_datastructures): Remove.
12252 * tree-ssa.c (execute_init_datastructures): Remove.
12253 (pass_data_init_datastructures): Likewise.
12254 (class pass_init_datastructures): Likewise.
12255 (make_pass_init_datastructures): Likewise.
12256 * omp-low.c (create_omp_child_function): Init SSA data structures.
12257 (grid_expand_target_grid_body): Likewise.
12258 * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
12259 name before adding it to names_to_release.
12260 (remove_bb): Always release SSA defs.
12261 * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
12262 before dereferencing it.
12263 * cgraphunit.c (init_lowered_empty_function): Always
12264 int SSA data structures.
12265 * tree-ssanames.c (release_defs): Remove assert that we are in
12267 * trans-mem.c (diagnose_tm_1): Handle SSA name function.
12269 2016-05-03 Jakub Jelinek <jakub@redhat.com>
12270 Uros Bizjak <ubizjak@gmail.com>
12272 PR rtl-optimization/70467
12273 * config/i386/predicates.md (x86_64_hilo_int_operand,
12274 x86_64_hilo_general_operand): New predicates.
12275 * config/i386/constraints.md (Wd): New constraint.
12276 * config/i386/i386.md (mode attr di): Use Wd instead of e.
12277 (general_hilo_operand): New mode attr.
12278 (add<mode>3, sub<mode>3): Use <general_hilo_operand>
12279 instead of <general_operand>.
12280 (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
12281 x86_64_hilo_general_operand instead of <general_operand>.
12283 2016-05-03 Jakub Jelinek <jakub@redhat.com>
12285 PR tree-optimization/70916
12286 * tree-if-conv.c (constant_or_ssa_name): Removed.
12287 (fold_build_cond_expr): Use is_gimple_val instead of
12288 constant_or_ssa_name.
12290 PR tree-optimization/70916
12291 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
12292 if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
12295 * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
12296 (optimize_atomic_bit_test_and): New function.
12297 (pass_fold_builtins::execute): Use it.
12298 * optabs.def (atomic_bit_test_and_set_optab,
12299 atomic_bit_test_and_complement_optab,
12300 atomic_bit_test_and_reset_optab): New optabs.
12301 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
12302 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
12303 * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
12304 * builtins.c (expand_ifn_atomic_bit_test_and): New function.
12305 * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
12306 expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
12307 expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
12308 * doc/md.texi (atomic_bit_test_and_set@var{mode},
12309 atomic_bit_test_and_complement@var{mode},
12310 atomic_bit_test_and_reset@var{mode}): Document.
12311 * config/i386/sync.md (atomic_bit_test_and_set<mode>,
12312 atomic_bit_test_and_complement<mode>,
12313 atomic_bit_test_and_reset<mode>): New expanders.
12314 (atomic_bit_test_and_set<mode>_1,
12315 atomic_bit_test_and_complement<mode>_1,
12316 atomic_bit_test_and_reset<mode>_1): New insns.
12318 2016-05-03 Richard Sandiford <richard.sandiford@arm.com>
12320 PR rtl-optimization/70687
12321 * combine.c (change_zero_ext): Check for scalar modes. Use wide_int
12322 instead of unsigned HOST_WIDE_INT.
12324 2016-05-03 Bernd Schmidt <bschmidt@redhat.com>
12326 PR rtl-optimization/44281
12327 * hard-reg-set.h (struct target_hard_regs): New field
12328 x_fixed_nonglobal_reg_set.
12329 (fixed_nonglobal_reg_set): New macro.
12330 * reginfo.c (init_reg_sets_1): Initialize it.
12331 * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
12333 * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
12335 2016-05-03 Bin Cheng <bin.cheng@arm.com>
12337 PR tree-optimization/56541
12338 * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
12339 * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
12340 * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
12341 (any_complicated_phi): new static variable.
12342 (aggressive_if_conv): delete.
12343 (if_convertible_phi_p): support phis with more than two arguments.
12344 (if_convertible_bb_p): remvoe check on aggressive_if_conv and
12345 critical pred edges.
12346 (ifcvt_split_critical_edges): support phis with more than two
12347 arguments by checking new parameter. only split critical edges
12349 (tree_if_conversion): handle simd pragma marked loop using new
12350 local variable aggressive_if_conv. check any_complicated_phi.
12352 2016-05-03 Bin Cheng <bin.cheng@arm.com>
12354 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
12357 2016-05-03 Bin Cheng <bin.cheng@arm.com>
12359 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
12362 2016-05-03 Oleg Endo <olegendo@gcc.gnu.org>
12364 * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
12365 (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
12366 define_insn_and_split.
12367 (mulsi3_i): New define_insn_and_split.
12368 (mulsi3_call): Convert to define_insn.
12369 (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
12370 Remove constraints.
12372 2016-05-02 Michael Meissner <meissner@linux.vnet.ibm.com>
12374 * machmode.h (mode_complex): Add support to give the complex mode
12376 (GET_MODE_COMPLEX_MODE): Likewise.
12377 * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
12378 stored by build_complex_type and gfc_build_complex_type instead of
12379 trying to figure out the appropriate mode based on the size. Raise
12380 an assertion error, if the type was not set.
12381 * genmodes.c (struct mode_data): Add field for the complex type of
12383 (blank_mode): Likewise.
12384 (make_complex_modes): Remember the complex mode created in the
12386 (emit_mode_complex): Write out the mode_complex array to map a
12387 type mode to the complex version.
12388 (emit_insn_modes_c): Likewise.
12389 * tree.c (build_complex_type): Set the complex type to use before
12390 calling layout_type.
12391 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
12392 support for __float128 complex datatypes.
12393 (rs6000_hard_regno_mode_ok): Likewise.
12394 (rs6000_setup_reg_addr_masks): Likewise.
12395 (rs6000_complex_function_value): Likewise.
12396 * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
12397 __float128 and __ibm128 complex.
12398 (FLOAT128_IBM_P): Likewise.
12399 (ALTIVEC_ARG_MAX_RETURN): Likewise.
12400 * doc/extend.texi (Additional Floating Types): Document that
12401 -mfloat128 must be used to enable __float128. Document complex
12402 __float128 and __ibm128 support.
12404 2016-05-02 Jakub Jelinek <jakub@redhat.com>
12407 * gimple.c (gimple_builtin_call_types_compatible_p): Allow
12408 char/short arguments promoted to int because of promote_prototypes.
12410 2016-05-02 Uros Bizjak <ubizjak@gmail.com>
12412 * config/i386/predicates.md (register_ssemem_operand): New predicate.
12413 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
12414 *cmpi<FPCMP:unord><MODEF:mode>_mixed and
12415 *cmpi<FPCMP:unord><X87MODEF:mode>_i387. Disable unsupported
12416 alternatives using "enabled" attribute. Use register_ssemem_operand
12417 as operand 1 predicate.
12418 (*cmpi<unord>xf_i387): Split XFmode pattern from
12419 *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
12420 (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
12421 *absneg<mode>2_i387. Disable unsupported alternatives using
12422 "enabled" attribute.
12423 (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
12425 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
12427 * omp-low.c (lower_oacc_head_tail): Assert there is at least one
12429 (oacc_loop_process): Check mask for loop termination.
12431 2016-05-02 Jan Hubicka <hubicka@ucw.cz>
12433 * cif-code.def (CIF_THUNK): Add.
12434 * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
12437 2016-05-02 Jan Hubicka <hubicka@ucw.cz>
12439 * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
12440 (dump_inline_summary): Dump it.
12441 (fp_expression_p): New predicate.
12442 (estimate_function_body_sizes): Use it.
12443 (inline_merge_summary): Merge fp_expressions.
12444 (inline_read_section): Read fp_expressions.
12445 (inline_write_summary): Write fp_expressions.
12446 * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
12447 codegen boundary if either caller or callee is !fp_expressions.
12448 * ipa-inline.h (inline_summary): Add fp_expressions.
12449 * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
12450 to fp_expressions be sure the fp generation flags are updated.
12452 2016-05-02 Jakub Jelinek <jakub@redhat.com>
12454 PR rtl-optimization/70467
12455 * cse.c (cse_insn): Handle no-op MEM moves after folding.
12457 PR rtl-optimization/70467
12458 * ipa-pure-const.c (check_call): Handle internal calls even in
12459 ipa mode like in local mode.
12461 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
12463 * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
12465 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
12467 * match.pd (X u< X, X u> X): New transformations.
12469 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
12471 * flag-types.h (enum warn_strict_overflow_code): Move ...
12472 * coretypes.h: ... here.
12473 * fold-const.h (fold_overflow_warning): Declare.
12474 * fold-const.c (fold_overflow_warning): Make non-static.
12475 (fold_comparison): Move the transformation of X +- C1 CMP C2
12476 into X CMP C2 -+ C1 ...
12477 * match.pd: ... here.
12478 * gimple-fold.c (fold_stmt_1): Protect with
12479 fold_defer_overflow_warnings.
12481 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
12483 * omp-low.c (struct oacc_loop): Add 'inner' field.
12484 (new_oacc_loop_raw): Initialize it to zero.
12485 (oacc_loop_fixed_partitions): Initialize it.
12486 (oacc_loop_auto_partitions): Partition outermost loop to outermost
12487 available partitioning.
12489 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
12491 * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
12493 (umulsidi3): Likewise.
12494 (indirect_jump): Fix jump instruction assembly patterns.
12496 2016-05-02 Thomas Schwinge <thomas@codesourcery.com>
12499 * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
12500 (nvptx_function_value): Assert non-NULL cfun.
12502 2016-05-02 Eric Botcazou <ebotcazou@adacore.com>
12504 PR rtl-optimization/70886
12505 * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
12507 * cselib.h (rtx_equal_for_cselib_1): Declare.
12508 (rtx_equal_for_cselib_p: New inline function.
12509 * cselib.c (rtx_equal_for_cselib_p): Delete.
12510 (rtx_equal_for_cselib_1): Make public.
12512 2016-05-02 Uros Bizjak <ubizjak@gmail.com>
12514 * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
12515 (register_mixssei387nonimm_operand): Remove predicate.
12516 * config/i386/i386.md (*fop_<mode>_comm): Merge from
12517 *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387. Disable unsupported
12518 alternatives using "enabled" attribute. Also check X87_ENABLE_ARITH
12519 for TARGET_MIX_SSE_I387 alternatives.
12520 (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
12521 Disable unsupported alternatives using "enabled" attribute. Use
12522 nonimm_ssenomem_operand as operand 1 predicate. Also check
12523 X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
12525 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
12527 * tree.c (cst_and_fits_in_hwi): Simplify.
12529 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
12531 * tree.h (wi::to_wide): New function.
12532 * expr.c (expand_expr_real_1): Use wi::to_wide.
12533 * fold-const.c (int_const_binop_1): Likewise.
12534 (extract_muldiv_1): Likewise.
12536 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
12538 * wide-int.h: Update offset_int and widest_int documentation.
12539 (WI_SIGNED_SHIFT_RESULT): New macro.
12540 (wi::binary_shift): Define signed_shift_result_type for
12541 shifts on offset_int- and widest_int-like types.
12542 (generic_wide_int): Support <<= and >>= if << and >> are supported.
12543 * tree.h (int_bit_position): Use shift operators instead of wi::
12545 * alias.c (adjust_offset_for_component_ref): Likewise.
12546 * expr.c (get_inner_reference): Likewise.
12547 * fold-const.c (fold_comparison): Likewise.
12548 * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
12549 * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
12550 * tree-dfa.c (get_ref_base_and_extent): Likewise.
12551 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
12552 (stmt_kills_ref_p): Likewise.
12553 * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
12554 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
12555 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
12556 (ao_ref_init_from_vn_reference): Likewise.
12558 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
12560 * wide-int.h: Update offset_int and widest_int documentation.
12561 (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
12562 (wi::binary_traits): Allow ordered comparisons between offset_int and
12563 offset_int, between widest_int and widest_int, and between either
12564 of these types and basic C types.
12565 (operator <, <=, >, >=): Define for the same combinations.
12566 * tree.h (tree_int_cst_lt): Use comparison operators instead
12567 of wi:: comparisons.
12568 (tree_int_cst_le): Likewise.
12569 * gimple-fold.c (fold_array_ctor_reference): Likewise.
12570 (fold_nonarray_ctor_reference): Likewise.
12571 * gimple-ssa-strength-reduction.c (record_increment): Likewise.
12572 * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
12573 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
12574 * tree-sra.c (completely_scalarize): Likewise.
12575 * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
12576 * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
12577 * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
12578 (check_for_binary_op_overflow): Likewise.
12579 (search_for_addr_array): Likewise.
12580 * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
12582 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
12584 * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
12585 (arc_save_restore): Likewise.
12586 (arc_dwarf_register_span): Likewise.
12587 (arc_output_pic_addr_const): Initialize suffix variable.
12589 2016-05-02 Martin Liska <mliska@suse.cz>
12591 * symbol-summary.h (function_summary::function_summary):
12592 Remove checking assert for all cgraph nodes.
12593 (function_summary::get): Check summary_uid.
12594 (symtab_insertion): Check summary_uid.
12596 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
12598 * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
12599 * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
12600 bmaskn instruction.
12601 (arc_dwarf_register_span): Remove enum keyword.
12602 (compact_memory_operand_p): New function.
12603 * config/arc/arc.h (reg_class): Add code density register classes.
12604 (REG_CLASS_NAMES): Likewise.
12605 (REG_CLASS_CONTENTS): Likewise.
12606 * config/arc/arc.md (*movqi_insn): Add code density instructions.
12607 (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
12608 (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
12609 (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
12610 * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
12612 (h, Rcd, Rsd, Rzd): New register constraints.
12613 (T): Use compact_memory_operand_p function.
12614 * config/arc/predicates.md (compact_load_memory_operand): Remove.
12616 2016-05-02 Oleg Endo <olegendo@gcc.gnu.org>
12618 * config/sh/sh.md (*negnegt, *movtt): Remove.
12620 2016-05-02 Marek Polacek <polacek@redhat.com>
12621 Tom de Vries <tom@codesourcery.com>
12623 PR tree-optimization/70700
12624 * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
12625 bigger than FIRST_REF_NODE.
12627 2016-05-02 Oleg Endo <olegendo@gcc.gnu.org>
12630 * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
12632 (prepare_cbranch_operands): Don't use scratch register. Assume that
12633 function is used when pseudos can be created.
12634 (expand_cbranchdi4): Likewise. Remove unused TARGET_CMPEQDI_T paths.
12635 * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
12636 (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
12637 define_expand. Allow it only when pseudos can be created.
12638 * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
12640 2016-05-01 Uros Bizjak <ubizjak@gmail.com>
12642 * config/i386/constraints.md (BC): Only allow -1 operands.
12643 * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
12644 Add "enabled" attribute. Update XI mode attribute calculation.
12645 * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
12646 (*movoi_internal_avx): Update XI mode attribute calculation.
12647 (*movti_internal): Ditto.
12649 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
12651 * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
12652 cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
12654 2016-05-01 Eric Botcazou <ebotcazou@adacore.com>
12656 * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
12657 statement on instruction code. Remove trailing spaces.
12658 (altivec_expand_stv_builtin): Likewise.
12660 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
12662 * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
12663 (TARGET_FPU_DOUBLE): Simplify.
12664 (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
12665 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
12666 * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
12667 with 'TARGET_FPU_DOUBLE'.
12668 * config/sh/sh.md: Likewise.
12670 2016-05-01 Yoshinori Sato <ysato@users.sourceforge.jp>
12672 * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
12673 SH_DIV_STR_FOR_SIZE): Remove.
12674 * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
12675 SH_DIV_STR_FOR_SIZE): Remove.
12677 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
12679 * config/sh/predicates.md (any_register_operand, zero_extend_operand,
12680 logical_reg_operand): Delete.
12681 (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
12682 arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
12683 logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
12684 match_operand and match_test.
12685 (sh_const_vec, sh_1el_vec): Remove redundant checks. Declare local
12686 variables on their first use. Return bool values.
12687 * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
12688 * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
12689 arith_reg_operand for input operand. Remove empty constraints.
12691 (*xorsi3_compact): Rename to xorsi3.
12692 (zero_extend<mode>si2): Use arith_reg_operand for input operand.
12693 (*zero_extend<mode>si2_disp_mem): Update comment.
12696 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
12698 * config/sh/t-sh: Remove SH5 support.
12699 * config.gcc: Likewise.
12700 * configure: Likewise.
12702 2016-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12704 * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
12706 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
12708 * config/sh/sh.c (register_sh_passes, sh_option_override,
12709 sh_print_operand, prepare_move_operands,
12710 sh_can_follow_jump): Remove TARGET_SH1 checks.
12711 * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
12712 PROMOTE_MODE): Likewise.
12713 * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
12716 2016-04-30 Alan Modra <amodra@gmail.com>
12718 * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
12719 restoring when fixed_reg_p, but allow out-of-line or stmw save.
12720 Check for user regs later to avoid unnecessary looping over regs.
12721 Merge user reg check with non-saved reg check. Don't force
12722 inline VR restore when static chain used.
12723 (rs6000_frame_related): Omit eh_frame info for user regs when
12725 (fixed_regs_p): Delete.
12727 2016-04-30 Alan Modra <amodra@gmail.com>
12729 * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
12730 (SAVE_STRATEGY, REST_STRATEGY): ..this. Renumber and sort enum.
12733 2016-04-30 Alan Modra <amodra@gmail.com>
12736 * config/rs6000/rs6000.c (fixed_reg_p): New function.
12737 (fixed_regs_p): Rename from global_regs_p. Call fixed_reg_p.
12740 2016-04-30 Alan Modra <amodra@gmail.com>
12742 * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
12743 Remove redundant PIC_OFFSET_TABLE_REGNUM test. Replace with
12744 flag_pic test for Darwin.
12746 2016-04-30 Alan Modra <amodra@gmail.com>
12748 * regs.h (struct reg_info_t): Delete freq_calls_crossed and
12749 throw_calls_crossed.
12750 (REG_FREQ_CALLS_CROSSED): Delete.
12751 (REG_N_THROWING_CALLS_CROSSED): Delete.
12752 * regstat.c (regstat_bb_compute_ri): Don't calculate
12753 REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
12754 (dump_reg_info): Don't print call cross frequency.
12755 * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
12756 and REG_N_THROWING_CALLS_CROSSED.
12758 2016-04-30 Alan Modra <amodra@gmail.com>
12760 * regs.h (struct reg_info_t): Delete live_length.
12761 (REG_LIVE_LENGTH): Delete macro.
12762 * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
12763 local_live, local_processed and local_live_last_luid params.
12764 Replace bb_index param with bb. Don't set REG_LIVE_LENGTH.
12766 (regstat_compute_ri): Adjust for above. Don't set
12768 (dump_reg_info): Don't print live length.
12769 * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
12770 with test of setjmp_crosses. Don't set REG_LIVE_LENGTH.
12771 Localize loop_depth var.
12773 2016-04-30 Alan Modra <amodra@gmail.com>
12775 * ira.c (enum valid_equiv): New.
12776 (validate_equiv_mem): Return enum.
12777 (update_equiv_mem): Create replacement in more cases.
12778 (add_store_equivs): Update validate_equiv_mem call.
12780 2016-04-30 Alan Modra <amodra@gmail.com>
12782 * ira.c (combine_and_move_insns): Rather than scanning insns,
12783 use DF infrastucture to find use and def insns.
12785 2016-04-30 Alan Modra <amodra@gmail.com>
12787 ira.c (combine_and_move_insns): Move invariant conditions..
12788 (ira.c): ..to here. Call combine_and_move_insns before
12789 add_store_equivs. Call grow_reg_equivs later. Allocate
12790 req_equiv later using max_reg_num() rather than global max_regno.
12791 (contains_replace_regs): Delete.
12792 (add_store_equivs): Remove contains_replace_regs test.
12794 2016-04-30 Alan Modra <amodra@gmail.com>
12796 * ira.c (struct equiv_mem_data): New.
12797 (equiv_mem, equiv_mem_modified): Delete static vars.
12798 (validate_equiv_mem_from_store): Use "data" param to communicate..
12799 (validate_equiv_mem): ..from here.
12801 2016-04-30 Alan Modra <amodra@gmail.com>
12803 * ira.c (add_store_equivs, combine_and_move_insns): New functions,
12805 (update_reg_equivs): ..here. Move allocation and freeing of
12806 reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
12807 end_alias_analysis to..
12810 2016-04-30 Alan Modra <amodra@gmail.com>
12812 * ira.c (pdx_subregs): Delete.
12813 (struct equivalence): Add pdx_subregs field.
12814 (set_paradoxical_subreg): Remove pdx_subregs param. Update
12815 pdx_subregs access.
12816 (update_equiv_regs): Don't create or free pdx_subregs. Update
12817 pdx_subregs access.
12819 2016-04-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12821 * config/rs6000/altivec.h: Change definitions of vec_xl and
12823 * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
12824 (LD_ELEMREV_V2DI): New.
12825 (LD_ELEMREV_V4SF): New.
12826 (LD_ELEMREV_V4SI): New.
12827 (LD_ELEMREV_V8HI): New.
12828 (LD_ELEMREV_V16QI): New.
12829 (ST_ELEMREV_V2DF): New.
12830 (ST_ELEMREV_V2DI): New.
12831 (ST_ELEMREV_V4SF): New.
12832 (ST_ELEMREV_V4SI): New.
12833 (ST_ELEMREV_V8HI): New.
12834 (ST_ELEMREV_V16QI): New.
12837 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12838 descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
12839 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
12840 TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
12841 (altivec_expand_builtin): Add handling for
12842 VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
12843 (rs6000_invalid_builtin): Add error-checking for
12844 RS6000_BTM_P9_VECTOR.
12845 (altivec_init_builtins): Define builtins used to implement vec_xl
12847 (rs6000_builtin_mask_names): Define power9-vector.
12848 * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
12849 (RS6000_BTM_P9_VECTOR): Define.
12850 (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
12851 * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
12852 (vsx_ld_elemrev_v2df): Likewise.
12853 (vsx_ld_elemrev_v4sf): Likewise.
12854 (vsx_ld_elemrev_v4si): Likewise.
12855 (vsx_ld_elemrev_v8hi): Likewise.
12856 (vsx_ld_elemrev_v16qi): Likewise.
12857 (vsx_st_elemrev_v2df): Likewise.
12858 (vsx_st_elemrev_v2di): Likewise.
12859 (vsx_st_elemrev_v4sf): Likewise.
12860 (vsx_st_elemrev_v4si): Likewise.
12861 (vsx_st_elemrev_v8hi): Likewise.
12862 (vsx_st_elemrev_v16qi): Likewise.
12863 * doc/extend.texi: Add prototypes for vec_xl and vec_xst. Correct
12866 2016-04-29 Patrick Palka <ppalka@gcc.gnu.org>
12868 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
12870 (simplify_control_stmt_condition_1): ... here. Recurse into
12871 BIT_AND_EXPRs and BIT_IOR_EXPRs.
12873 2016-04-29 David Edelsohn <dje.gcc@gmail.com>
12876 * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
12877 (zero_extendqi<mode>2_dot): Revert earlier conversion from
12878 define_insn_and_split to define_insn.
12879 (zero_extendqi<mode>2_dot2): Same.
12880 (extendqi<mode>2_dot): Same.
12881 (extendqi<mode>2_dot2): Same.
12883 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
12885 * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
12886 (probe_stack): New expander.
12887 (probe_stack_<mode>): New insn pattern.
12889 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
12891 * config/i386/i386.md
12892 (operations with memory inputs setting flags peephole2):
12893 Remove uneeded REG_P checks. Cleanup pattern generation.
12895 2016-04-29 Ilya Enkovich <ilya.enkovich@intel.com>
12897 * tree-vect-loop.c (vect_transform_loop): Fix
12898 nb_iterations_upper_bound computation for vectorized loop.
12900 2016-04-29 Marek Polacek <polacek@redhat.com>
12901 Jakub Jelinek <jakub@redhat.com>
12904 * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
12905 TARGET_EXPR_SLOT as a base.
12907 2016-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
12909 * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
12910 with 'rCm2' constraints to limit possible immediate size.
12911 (*load_zeroextendqisi_update): Likewise.
12912 (*load_signextendqisi_update): Likewise.
12913 (*loadhi_update): Likewise.
12914 (*load_zeroextendhisi_update): Likewise.
12915 (*load_signextendhisi_update): Likewise.
12916 (*loadsi_update): Likewise.
12917 (*loadsf_update): Likewise.
12919 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
12921 * config/i386/predicates.md (constm1_operand): Fix comparison.
12923 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
12925 * testsuite/gcc.target/arc/ieee_eq.c: New test.
12927 2016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
12929 * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
12930 remaining SH5 related settings.
12931 * config/sh/sh-protos.h (shmedia_cleanup_truncate,
12932 shmedia_prepare_call_address): Delete.
12933 * config/sh/sh.c (sh_print_operand, output_stack_adjust,
12934 DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
12935 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
12936 UNSUPPORTED_SH2A): Remove m5 checks.
12937 (sh_divide_strategy_e): Remove SH5 division strategies.
12938 (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
12939 * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
12941 2016-04-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
12943 * config/s390/s390.c (s390_rtx_costs): Update documentation.
12945 2016-04-29 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12947 * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
12948 * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
12949 Change lder to ldr.
12950 * config/s390/vector.md ("mov<mode>"): Likewise.
12952 2016-04-29 Ulrich Weigand <uweigand@de.ibm.com>
12954 * config/s390/constraints.md ("U", "W"): Invoke
12955 s390_mem_constraint with "ZR" and "ZT".
12956 * config/s390/s390.c (s390_check_qrst_address): Reject invalid
12957 addresses when using LRA. Accept also short displacements for S
12958 and T constraints. Do not check for long displacement target for
12959 S and T constraints.
12960 (s390_mem_constraint): Remove handling of U and W constraints.
12961 * config/s390/s390.md (various patterns): Remove the short
12962 displacement constraints (Q and R) if a long displacement
12963 constraint is present. Add longdisp as required CPU capability.
12964 * config/s390/vector.md: Likewise.
12965 * config/s390/vx-builtins.md: Likewise.
12967 2016-04-29 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
12970 * reload1.c (reload): Call finish_spills before
12971 restarting reload loop. Skip select_reload_regs
12972 if update_eliminables_and_spill returns true.
12974 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
12976 * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
12977 * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
12978 (umulhisi3_imm): Update predicates and constraint letters.
12979 (umulhisi3_reg): Declare instruction as commutative.
12980 * config/arc/constraints.md (J12, J16): New constraints.
12981 * config/arc/predicates.md (short_unsigned_const_operand): New
12983 (arc_short_operand): Likewise.
12984 * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
12986 2016-04-29 Richard Biener <rguenther@suse.de>
12988 PR tree-optimization/13962
12989 PR tree-optimization/65686
12990 * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
12991 * tree-ssa-alias.c (ptrs_compare_unequal): New function
12992 using PTA to compare pointers.
12993 * match.pd: Add pattern for pointer equality compare simplification
12994 using ptrs_compare_unequal.
12996 2016-04-29 Richard Biener <rguenther@suse.de>
12998 * stor-layout.c (layout_type): Do not build a pointer-to-element
13001 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
13003 * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
13004 Use SWI mode iterator. Use general_reg_operand predicate.
13005 (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
13006 peephole to MMX and SSE part. Use mmx_reg_operand and sse_reg_operand
13009 2016-04-29 Jakub Jelinek <jakub@redhat.com>
13011 PR middle-end/70843
13012 * fold-const.c (operand_equal_p): Don't verify hash value equality
13014 * tree.c (inchash::add_expr): Handle STATEMENT_LIST. Ignore BLOCK
13017 2016-04-28 Jakub Jelinek <jakub@redhat.com>
13020 * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
13021 to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
13022 (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
13023 __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
13024 __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
13026 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
13028 * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
13029 to info. Don't initialize separate fields to 0. Clean up
13032 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
13034 * config/i386/i386.md (peephole2s for operations with memory inputs):
13035 Use SWI mode iterator.
13036 (peephole2s for operations with memory outputs): Ditto.
13037 Do not check for stack checking probe.
13039 (probe_stack): Remove expander.
13041 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
13042 Andrew Burgess <andrew.burgess@embecosm.com>
13044 * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
13045 operands as 32-bits.
13047 2016-04-28 Jason Merrill <jason@redhat.com>
13049 * gdbinit.in: Skip line-map.h.
13051 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
13052 Andrew Burgess <andrew.burgess@embecosm.com>
13054 * config/arc/arc.c (arc_conditional_register_usage): Take
13055 TARGET_RRQ_CLASS into account.
13056 (arc_print_operand): Support printing 'p' and 's' operands.
13057 * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
13059 (TARGET_RRQ_CLASS): Define.
13060 (IS_POWEROF2_OR_0_P): Define.
13061 * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
13063 (*tst_movb): New define_insn.
13064 (*tst): Avoid recognition if it could prevent '*tst_movb'
13065 combination; replace c/CnL with c/Chs alternative.
13066 (*tst_bitfield_tst): New define_insn.
13067 (*tst_bitfield_asr): New define_insn.
13068 (*tst_bitfield): New define_insn.
13069 (andsi3_i): Add Rrq variant.
13070 (extzv): New define_expand.
13071 (insv): New define_expand.
13072 (*insv_i): New define_insn.
13073 (*movb): New define_insn.
13074 (*movb_signed): New define_insn.
13075 (*movb_high): New define_insn.
13076 (*movb_high_signed): New define_insn.
13077 (*movb_high_signed + 1): New define_split pattern.
13078 (*mrgb): New define_insn.
13079 (*mrgb + 1): New define_peephole2 pattern.
13080 (*mrgb + 2): New define_peephole2 pattern.
13081 * config/arc/arc.opt (mbitops): New option for nps400, uses
13082 TARGET_NPS_BITOPS_DEFAULT.
13083 * config/arc/constraints.md (q): Make register class conditional.
13084 (Rrq): New register constraint.
13085 (Chs): New constraint.
13086 (Clo): New constraint.
13087 (Chi): New constraint.
13088 (Cbf): New constraint.
13089 (Cbn): New constraint.
13090 (C18): New constraint.
13091 (Cbi): New constraint.
13093 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
13095 * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
13097 (bitmap_intersection_of_preds): Ditto.
13098 (bitmap_union_of_succs): Ditto.
13099 (bitmap_union_of_preds): Ditto.
13100 * sbitmap.c (do_popcount): Delete.
13101 (BITMAP_DEBUGGING): Delete.
13102 (sbitmap_verify_popcount): Delete.
13103 (sbitmap_alloc): Don't initialize the popcount field.
13104 (sbitmap_alloc_with_popcount): Delete.
13105 (sbitmap_resize): Don't resize the popcount array.
13106 (sbitmap_vector_alloc): Don't initialize the popcount field.
13107 (bitmap_copy): Don't copy the popcount array.
13108 (bitmap_clear): Don't clear the popcount array.
13109 (bitmap_clear): Delete the popcount array handling.
13110 (bitmap_ior_and_compl): Delete the popcount assert.
13111 (bitmap_not): Ditto.
13112 (bitmap_and_compl): Ditto.
13113 (bitmap_and): Delete the popcount array handling.
13114 (bitmap_xor): Ditto.
13115 (bitmap_ior): Ditto.
13116 (bitmap_or_and): Delete the popcount assert.
13117 (bitmap_and_or): Ditto.
13118 (popcount_table): Delete.
13119 (sbitmap_elt_popcount): Delete.
13120 * sbitmap.h (simple_bitmap_def): Delete the popcount field.
13121 (bitmap_set_bit): Delete the popcount assert.
13122 (bitmap_clear_bit): Ditto.
13123 (sbitmap_free): Don't free the popcount array.
13124 (sbitmap_alloc_with_popcount): Delete declaration.
13125 (sbitmap_popcount): Ditto.
13127 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
13128 Andrew Burgess <andrew.burgess@embecosm.com>
13130 * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
13131 (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
13132 * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
13133 (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
13134 * config/arc/arc.opt (mcmem): New option.
13135 * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
13136 supply length for r/m alternative.
13137 (*extendqisi2_ac): Likewise.
13138 (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
13140 (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
13141 (movhi_insn): Likewise.
13142 (movsi_insn): Add r/Ucm,Ucm/w alternatives.
13143 (*zero_extendqihi2_i): Add r/Ucm alternative.
13144 (*zero_extendqisi2_ac): Likewise.
13145 (*zero_extendhisi2_i): Likewise.
13146 * config/arc/constraints.md (Uex): New memory constraint.
13147 (Ucm): New define_constraint.
13148 * config/arc/predicates.md (long_immediate_loadstore_operand):
13149 Return 0 for MEM with cmem_address address.
13150 (cmem_address_0): New predicates.
13151 (cmem_address_1): Likewise.
13152 (cmem_address_2): Likewise.
13153 (cmem_address): Likewise.
13155 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
13157 * config/rs6000/rs6000.c (machine_function): Rename
13158 insn_chain_scanned_p to spe_insn_chain_scanned_p.
13159 (rs6000_stack_info): Adjust.
13161 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
13162 Andrew Burgess <andrew.burgess@embecosm.com>
13164 * config/arc/constraints.md (Usd): Convert to define_constraint.
13168 2016-04-28 Jakub Jelinek <jakub@redhat.com>
13171 * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
13172 Add new peephole2 where the first insn is *mov<mode>_or instead of
13173 *mov<mode>_internal.
13175 2016-04-28 Segher Boesssenkool <segher@kernel.crashing.org>
13177 * tracer.c (bb_seen): Make static.
13179 2016-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
13181 * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
13182 support, setup defaults.
13183 * config/arc/arc-opts.h (enum processor_type): Add NPS400.
13184 * config/arc/arc.c (arc_init): Add NPS400 support.
13185 * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
13186 (TARGET_ARC700): NPS400 is also an ARC700.
13187 * config/arc/arc.opt: Add NPS400 options to -mcpu=.
13189 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
13192 * config/nds32/nds32.md (casesi): Don't access the operands array
13195 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
13197 * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
13198 (or $-1,reg peephole2): Ditto.
13199 (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
13201 2016-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
13203 * doc/extend.texi (Common Function Attributes) [optimize]:
13204 Discourage use of the optimize attribute.
13206 2016-04-28 Bill Seurer <seurer@linux.vnet.ibm.com>
13208 * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
13209 special case builtin.
13210 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
13211 ALTIVEC_BUILTIN_VEC_ADDE.
13212 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
13213 support for ALTIVEC_BUILTIN_VEC_ADDE.
13214 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
13215 for __builtin_vec_adde.
13217 2016-04-28 Jakub Jelinek <jakub@redhat.com>
13219 * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
13220 * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
13222 2016-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13225 * doc/sourcebuild.texi (Effective-Target Keywords, Other
13226 attributes): Document cilkplus_runtime.
13228 2016-04-28 Martin Jambor <mjambor@suse.cz>
13230 * tree-cfg.c (verify_expr): Verify that local declarations belong to
13231 this function. Call verify_expr on MEM_REFs and bases of other
13232 handled_components.
13234 2016-04-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13236 * internal-fn.c (expand_arith_overflow): Convert preprocessor check
13237 for WORD_REGISTER_OPERATIONS to runtime check.
13239 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
13241 * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
13243 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
13245 * config/arc/arc.c (arc_process_double_reg_moves): Fix for
13246 big-endian compilation.
13247 * config/arc/arc.md (addf3): Likewise.
13248 (subdf3): Likewise.
13249 (muldf3): Likewise.
13251 2016-04-28 Richard Biener <rguenther@suse.de>
13253 PR tree-optimization/70840
13254 * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
13255 Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
13256 Mark x * pow(x,c) -> pow(x,c+1) commutative.
13257 Add powi(x,y) * powi(z,y) -> powi(x*z,y).
13259 2015-04-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13261 * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
13262 and explain why in a comment.
13264 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
13266 * config/arc/arc.md (cpu_facility): Add fpx variant.
13267 (subdf3): Prohibit use reverse sub when assist operations option
13269 * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
13270 instructions only when FPX is enabled.
13271 * testsuite/gcc.target/arc/trsub.c: New test.
13273 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
13275 * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
13276 mult_operator when calculating "type" attribute.
13277 (*fop_<mode>_1_i387): Ditto.
13278 (*fop_xf_1_i387): Ditto.
13279 (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
13280 Use std::swap to swap operands. Use RTL expressions to generate
13283 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
13284 Joern Rennecke <joern.rennecke@embecosm.com>
13286 * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
13288 (emit_pic_move): Remove.
13289 (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
13290 * config/arc/arc.c (emit_pic_move): Removed.
13291 (TARGET_HAVE_TLS): Define.
13292 (arc_conditional_register_usage): Test for arc_tp_regno.
13293 (arc_print_operand, arc_print_operand_address): Handle TLS
13295 (arc_needs_pcl_p): New function.
13296 (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
13297 (arc_legitimate_pic_addr_p): Handle TLS unspecs.
13298 (arc_raw_symbolic_reference_mentioned_p): Likewise.
13299 (arc_get_tp, arc_emit_call_tls_get_addr): New function.
13300 (arc_legitimize_tls_address): Likewise.
13301 (DTPOFF_ZERO_SYM): Define.
13302 (arc_legitimize_pic_address): Make it static, handle TLS cases.
13303 (arc_output_pic_addr_const): Print TLS unspecs.
13304 (prepare_pic_move): New function, replaces emit_pic_move.
13305 (arc_legitimate_constant_p): Handle TLS unspecs.
13306 (arc_legitimate_address_p): Likewise.
13307 (arc_rewrite_small_data_p): Use assert for TLS constants.
13308 (prepare_move_operands): Use prepare_pic_move.
13309 (arc_legitimize_address): Legitimize tls addresses.
13310 (arc_epilogue_uses): Check for arc_tp_regno.
13311 (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
13312 * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
13314 [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
13316 [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
13317 %(arc_tls_extra_start_spec).
13318 (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
13319 (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
13321 (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
13322 * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
13323 (UNSPEC_TLS_OFF): Add.
13325 (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
13326 (get_thread_pointersi): New patterns.
13327 * config/arc/arc.opt (mtp-regno): New option.
13328 * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
13329 (move_dest_operand): Likewise.
13330 * configure: Regenerate.
13331 * configure.ac: Add arc*-*-* case to test for tls.
13332 * doc/invoke.texi (ARC options): Document mtp-regno.
13334 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
13336 * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
13337 the new ARC HS SIMD instructions.
13338 (arc_preferred_simd_mode): New function.
13339 (arc_autovectorize_vector_sizes): Likewise.
13340 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
13341 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
13342 (arc_init_reg_tables): Accept new ARC HS SIMD modes.
13343 (arc_init_builtins): Add new SIMD builtin types.
13344 (arc_split_move): Handle 64 bit vector moves.
13345 * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
13346 (TARGET_PLUS_QMACW): Define.
13347 * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
13348 (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
13349 (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
13350 (VSUBADD4H): New builtins.
13351 * config/arc/simdext.md: Add new ARC HS SIMD instructions.
13352 * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
13354 2016-04-28 Eduard Sanou <dhole@openmailbox.org>
13355 Matthias Klose <doko@debian.org>
13357 * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
13359 2016-04-28 Richard Biener <rguenther@suse.de>
13361 PR middle-end/70777
13362 * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
13365 2016-04-28 Oleg Endo <olegendo@gcc.gnu.org>
13367 * common/config/sh/sh-common.c: Remove SH5 support.
13368 * config/sh/constraints.md: Likewise.
13369 * config/sh/config/sh/elf.h: Likewise.
13370 * config/sh/linux.h: Likewise.
13371 * config/sh/netbsd-elf.h: Likewise.
13372 * config/sh/predicates.md: Likewise.
13373 * config/sh/sh-c.c: Likewise.
13374 * config/sh/sh-protos.h: Likewise.
13375 * config/sh/sh.c: Likewise.
13376 * config/sh/sh.h: Likewise.
13377 * config/sh/sh.md: Likewise.
13378 * config/sh/sh.opt: Likewise.
13379 * config/sh/sync.md: Likewise.
13380 * config/sh/sh64.h: Delete.
13381 * config/sh/shmedia.h: Likewise.
13382 * config/sh/shmedia.md: Likewise.
13383 * config/sh/sshmedia.h: Likewise.
13384 * config/sh/t-netbsd-sh5-64: Likewise.
13385 * config/sh/t-sh64: Likewise.
13386 * config/sh/ushmedia.h: Likewise.
13388 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
13390 * config/i386/i386.md (sign_extend to memory peephole2s): Use
13391 general_reg_operand instead of register_operand predicate.
13393 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
13395 * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
13397 2016-04-27 Marc Glisse <marc.glisse@inria.fr>
13399 * match.pd (A - B > A, A + B < A): New transformations.
13401 2016-04-27 Patrick Palka <ppalka@gcc.gnu.org>
13403 * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
13404 which defaults to true. Emit an outer pair of parentheses only if
13405 EMIT_PARENS. When continuing a chain of && or || (or & or |),
13406 don't emit parentheses for the right-hand operand.
13408 2016-04-27 Jeff Law <law@redhat.com>
13410 * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
13412 2016-04-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13414 * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
13415 (altivec_lvx_<mode>_internal): Document.
13416 (altivec_lvx_<mode>_2op): New define_insn.
13417 (altivec_lvx_<mode>_1op): Likewise.
13418 (altivec_lvx_<mode>_2op_si): Likewise.
13419 (altivec_lvx_<mode>_1op_si): Likewise.
13420 (altivec_stvx_<mode>): Remove.
13421 (altivec_stvx_<mode>_internal): Document.
13422 (altivec_stvx_<mode>_2op): New define_insn.
13423 (altivec_stvx_<mode>_1op): Likewise.
13424 (altivec_stvx_<mode>_2op_si): Likewise.
13425 (altivec_stvx_<mode>_1op_si): Likewise.
13426 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
13427 Expand vec_ld and vec_st during parsing.
13428 * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
13430 (altivec_expand_stvx_be): Likewise.
13431 (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
13432 address-masking behavior in RTL.
13433 (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
13434 address-masking behavior in RTL.
13435 (altivec_expand_builtin): Change builtin code arguments for calls
13436 to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
13437 (insn_is_swappable_p): Avoid incorrect swap optimization in the
13438 presence of lvx/stvx patterns.
13439 (alignment_with_canonical_addr): New function.
13440 (alignment_mask): Likewise.
13441 (find_alignment_op): Likewise.
13442 (recombine_lvx_pattern): Likewise.
13443 (recombine_stvx_pattern): Likewise.
13444 (recombine_lvx_stvx_patterns): Likewise.
13445 (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
13446 stvx patterns from expand.
13447 * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
13449 (vector_altivec_store_<mode>): Likewise.
13451 2016-04-26 Evandro Menezes <e.menezes@samsung.com>
13453 * config/aarch64/aarch64.md
13454 (*movhf_aarch64): Add "movi %0, #0" to zero up register and
13455 remove the "fp" attributes.
13456 (*movsf_aarch64): Add "movi %0, #0" to zero up register and
13457 add the "simd" attributes.
13458 (*movdf_aarch64): Likewise.
13459 (*movtf_aarch64): Remove the "fp" attributes.
13460 * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
13461 * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
13463 2016-04-27 David Malcolm <dmalcolm@redhat.com>
13465 * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
13466 rtx to rtx_code_label *.
13467 * rtl.h (maybe_set_first_label_num): Likewise.
13469 2016-04-27 David Malcolm <dmalcolm@redhat.com>
13471 * df-core.c (df_add_problem): Make the problem param be const.
13472 (df_remove_problem): Make local "problem" be const.
13473 * df-problems.c (problem_RD): Make const.
13474 (problem_LR): Likewise.
13475 (problem_LIVE): Likewise.
13476 (problem_MIR): Likewise.
13477 (problem_CHAIN): Likewise.
13478 (problem_WORD_LR): Likewise.
13479 (problem_NOTE): Likewise.
13480 (problem_MD): Likewise.
13481 * df-scan.c (problem_SCAN): Likewise.
13482 * df.h (struct df_problem): Make field "dependent_problem" be
13484 (struct dataflow): Likewise for field "problem".
13485 (df_add_problem): Make param const.
13487 2016-04-27 Uros Bizjak <ubizjak@gmail.com>
13489 * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
13490 inter-unit moves to/from vector registers are enabled. Do not disable
13493 2016-04-27 David Malcolm <dmalcolm@redhat.com>
13495 * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
13496 DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
13498 (enum df_problem_id): ...this new enum.
13499 (struct df_problem): Convert field "id" from "int" to
13500 enum df_problem_id.
13502 2016-04-27 David Malcolm <dmalcolm@redhat.com>
13504 * rtl.def: Update comment for "things in the instruction chain" to
13505 reflect the removal of the leading "i" field for INSN_UID in
13506 r210360. Fix bogus apostrophe.
13508 2016-04-27 Uros Bizjak <ubizjak@gmail.com>
13510 * config/i386/i386.md
13511 (lea arith with mem operand + setcc peephole2): Set operator mode.
13513 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
13516 * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
13517 (dimode_scalar_to_vector_candidate_p): This.
13518 (timode_scalar_to_vector_candidate_p): New function.
13519 (scalar_to_vector_candidate_p): Likewise.
13520 (timode_check_non_convertible_regs): Likewise.
13521 (timode_remove_non_convertible_regs): Likewise.
13522 (remove_non_convertible_regs): Likewise.
13523 (remove_non_convertible_regs): Renamed to ...
13524 (dimode_remove_non_convertible_regs): This.
13525 (scalar_chain::~scalar_chain): Make it virtual.
13526 (scalar_chain::compute_convert_gain): Make it pure virtual.
13527 (scalar_chain::mark_dual_mode_def): Likewise.
13528 (scalar_chain::convert_insn): Likewise.
13529 (scalar_chain::convert_registers): Likewise.
13530 (scalar_chain::add_to_queue): Make it protected.
13531 (scalar_chain::emit_conversion_insns): Likewise.
13532 (scalar_chain::replace_with_subreg): Likewise.
13533 (scalar_chain::replace_with_subreg_in_insn): Likewise.
13534 (scalar_chain::convert_op): Likewise.
13535 (scalar_chain::convert_reg): Likewise.
13536 (scalar_chain::make_vector_copies): Likewise.
13537 (scalar_chain::convert_registers): New pure virtual function.
13538 (class dimode_scalar_chain): New class.
13539 (class timode_scalar_chain): Likewise.
13540 (scalar_chain::mark_dual_mode_def): Renamed to ...
13541 (dimode_scalar_chain::mark_dual_mode_def): This.
13542 (timode_scalar_chain::mark_dual_mode_def): New function.
13543 (timode_scalar_chain::convert_insn): Likewise.
13544 (dimode_scalar_chain::convert_registers): Likewise.
13545 (scalar_chain::compute_convert_gain): Renamed to ...
13546 (dimode_scalar_chain::compute_convert_gain): This.
13547 (scalar_chain::replace_with_subreg): Renamed to ...
13548 (dimode_scalar_chain::replace_with_subreg): This.
13549 (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
13550 (dimode_scalar_chain::replace_with_subreg_in_insn): This.
13551 (scalar_chain::make_vector_copies): Renamed to ...
13552 (dimode_scalar_chain::make_vector_copies): This.
13553 (scalar_chain::convert_reg): Renamed to ...
13554 (dimode_scalar_chain::convert_reg ): This.
13555 (scalar_chain::convert_op): Renamed to ...
13556 (dimode_scalar_chain::convert_op): This.
13557 (scalar_chain::convert_insn): Renamed to ...
13558 (dimode_scalar_chain::convert_insn): This.
13559 (scalar_chain::convert): Call convert_registers.
13560 (convert_scalars_to_vector): Change to scalar_chain pointer to
13561 use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
13562 in 32-bit mode. Delete scalar_chain pointer. Call
13563 free_dominance_info in 64-bit mode.
13564 (pass_stv::gate): Remove TARGET_64BIT check.
13565 (ix86_option_override): Put the 64-bit STV pass before the CSE
13568 2016-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
13570 * dwarf2out.h (struct dw_loc_descr_node): Remove the
13571 dw_loc_frame_offset field.
13572 * dwarf2out.c (new_loc_descr): Likewise.
13573 (resolve_args_picking_1): Turn the VISITED hash set into a
13574 FRAME_OFFSET hash map. Use it to associate a frame offset to
13575 visited nodes. Remove uses of the CHECKING_P macro.
13576 (resolve_args_picking): Update call to resolve_args_picking_1.
13578 2016-04-27 Martin Liska <mliska@suse.cz>
13580 * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
13581 (free_loop_data): Release vuses of groups.
13583 2016-04-27 Bin Cheng <bin.cheng@arm.com>
13585 * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
13586 instead of redundant use_id and boolean have_use_for.
13587 (struct iv_use): Change sub_id into group_id. Remove field next.
13588 Move fields: related_cands, n_map_members, cost_map and selected
13590 (struct iv_group): ... here. New structure.
13591 (struct iv_common_cand): Use structure declaration directly.
13592 (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
13593 (MAX_CONSIDERED_USES): Rename macro to ...
13594 (MAX_CONSIDERED_GROUPS): ... here.
13595 (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
13596 (dump_iv, dump_use, dump_cand): Refactor format of dump information.
13597 (dump_uses): Rename to ...
13598 (dump_groups): ... here. Update all uses.
13599 (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
13600 (find_induction_variables): Refactor format of dump information.
13601 (record_sub_use): Delete.
13602 (record_use): Update all uses.
13603 (record_group): New function.
13604 (record_group_use, find_interesting_uses_op): Call above functions.
13606 (find_interesting_uses_cond): Ditto.
13607 (group_compare_offset): New function.
13608 (split_all_small_groups): Rename to ...
13609 (split_small_address_groups_p): ... here. Update all uses.
13610 (split_address_groups): Update all uses.
13611 (find_interesting_uses): Refactor format of dump information.
13612 (add_candidate_1): Update all uses. Remove redundant check on iv,
13614 (add_candidate, record_common_cand): Remove redundant assert.
13615 (add_iv_candidate_for_biv): Update use.
13616 (add_iv_candidate_derived_from_uses): Update all uses.
13617 (add_iv_candidate_for_groups, record_important_candidates): Ditto.
13618 (alloc_use_cost_map): Ditto.
13619 (set_use_iv_cost, get_use_iv_cost): Rename to ...
13620 (set_group_iv_cost, get_group_iv_cost): ... here. Update all uses.
13621 (determine_use_iv_cost_generic): Ditto.
13622 (determine_group_iv_cost_generic): Ditto.
13623 (determine_use_iv_cost_address): Ditto.
13624 (determine_group_iv_cost_address): Ditto.
13625 (determine_use_iv_cost_condition): Ditto.
13626 (determine_group_iv_cost_cond): Ditto.
13627 (determine_use_iv_cost): Ditto.
13628 (determine_group_iv_cost): Ditto.
13629 (set_autoinc_for_original_candidates): Update all uses.
13630 (find_iv_candidates): Update all uses. Refactor dump information.
13631 (determine_use_iv_costs): Ditto.
13632 (determine_iv_costs): Ditto.
13633 (iv_ca_cand_for_use): Rename to ...
13634 (iv_ca_cand_for_group): ... here. Update all uses.
13635 (iv_ca_add_use, iv_ca_add_group): Ditto.
13636 (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
13637 (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
13638 (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
13639 (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
13640 (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
13641 (create_new_iv, adjust_iv_update_pos): Ditto.
13642 (rewrite_use_address): Delete.
13643 (rewrite_use_address_1): Rename to ...
13644 (rewrite_use_address): ... here.
13645 (rewrite_use_compare): Update all uses.
13646 (rewrite_use): Delete.
13647 (rewrite_uses): Rename to ...
13648 (rewrite_groups): ... here. Update all uses.
13649 (remove_unused_ivs, free_loop_data): Update all uses.
13650 (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
13652 2016-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13654 * rtlanal.c (nonzero_bits1): Convert preprocessor check
13655 for WORD_REGISTER_OPERATIONS to runtime check.
13657 2016-04-27 Richard Biener <rguenther@suse.de>
13660 * tree-ssa-structalias.c (find_func_aliases_for_call): Use
13661 aggregate_value_p to determine if a function result is
13662 returned by reference.
13663 (ipa_pta_execute): Functions having their address taken are
13664 not automatically nonlocal.
13666 2016-04-27 Jakub Jelinek <jakub@redhat.com>
13669 * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
13670 * fold-const.c (operand_equal_p): If flag_checking and
13671 OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
13672 and if it returns non-zero, assert iterative_hash_expr on both
13675 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
13677 * doc/invoke.texi (-frename-registers): Also enabled at -Os.
13679 2016-04-27 Nick Clifton <nickc@redhat.com>
13681 PR middle-end/49889
13682 * varasm.c (merge_weak): Generate an error if an attempt is made
13683 to convert a non-weak static function into a weak, public function.
13685 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
13687 * params.def (MAX_PARTITION_SIZE): New param.
13688 * doc/invoke.texi: Document lto-max-partition.
13690 2016-04-27 Richard Biener <rguenther@suse.de>
13693 * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
13694 function cummulating used_from_other_partition, externally_visible
13695 and force_output from aliases.
13696 (refered_from_nonlocal_var): Likewise.
13697 (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
13698 node flags properly.
13700 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
13702 * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
13703 (-Wmemset-elt-size): New item.
13705 2016-04-27 Eric Botcazou <ebotcazou@adacore.com>
13708 * stor-layout.h (internal_reference_types): Delete.
13709 * stor-layout.c (reference_types_internal): Likewise.
13710 (internal_reference_types): Likewise.
13711 (layout_type) <REFERENCE_TYPE>: Adjust.
13713 2016-04-27 Jakub Jelinek <jakub@redhat.com>
13716 * tree.h (inchash::add_expr): Add FLAGS argument.
13717 * tree.c (inchash::add_expr): Likewise. If not OEP_ADDRESS_OF,
13718 use STRIP_NOPS first. For INTEGER_CST assert not OEP_ADDRESS_OF.
13719 For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
13720 Formatting fix. Adjust recursive calls. For tcc_comparison,
13721 if swap_tree_comparison (code) is smaller than code, hash that
13722 and arguments in the other order. Hash CONVERT_EXPR the same
13723 as NOP_EXPR. For OEP_ADDRESS_OF hash MEM_REF with 0 offset
13724 of ADDR_EXPR of decl as the decl itself. Add or remove
13725 OEP_ADDRESS_OF from recursive flags as needed. For
13726 FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
13727 operands commutatively and only the third one normally.
13728 For internal CALL_EXPR hash in CALL_EXPR_IFN.
13730 2016-04-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
13732 * config/rtems.h (LIB_SPEC): Add -latomic.
13734 2016-04-27 Joel Sherrill <joel@rtems.org>
13736 * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
13737 xilink.ld and flags not relevant to RTEMS.
13739 2016-04-26 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
13741 * toplev.c (backend_init_target): Avoid calling init_reload when using
13744 2016-04-26 Jakub Jelinek <jakub@redhat.com>
13746 * reorg.c (try_merge_delay_insns): Declare i and j inside the
13747 for loops rather than one for the whole function.
13749 2016-04-26 Marc Glisse <marc.glisse@inria.fr>
13751 * match.pd (X + CST CMP X): New transformation.
13753 2016-04-26 Marc Glisse <marc.glisse@inria.fr>
13755 * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
13756 * fold-const.c (fold_binary_loc): Remove 2 transformations
13757 superseded by match.pd.
13758 * match.pd (x+x -> x*2): Generalize to integers.
13760 2016-04-26 Bernd Schmidt <bschmidt@redhat.com>
13762 * config/i386/i386.md (operation on memory peephole): Duplicate an
13763 existing peephole and adapt it to match lea rather than an operation
13766 PR rtl-optimization/57193
13767 * opts.c (default_options_table): Add OPT_frename_registers at -O2
13769 * doc/invoke.texi (-frename-registers, -O2): Update documentation.
13771 2016-04-26 Bin Cheng <bin.cheng@arm.com>
13773 * tree-if-conv.c (any_pred_load_store): New static variable.
13774 (if_convertible_gimple_assign_stmt_p): Remove parameter. Use
13775 any_pred_load_store instead of and_mask_load_store.
13776 (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
13777 (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
13778 (combine_blocks, tree_if_conversion): Ditto.
13780 2016-04-26 Bin Cheng <bin.cheng@arm.com>
13782 PR tree-optimization/70771
13783 PR tree-optimization/70775
13784 * tree-if-conv.c (if_convertible_phi_p): Remove check on special
13785 virtual PHI nodes. Delete parameter.
13786 (if_convertible_loop_p_1): Delete argument to above function.
13787 (predicate_all_scalar_phis): Delete code handling single-argument
13789 (tree_if_conversion): Mark and update virtual SSA.
13791 2016-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13794 * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
13795 (x86_elf_aligned_common): Rename to ...
13796 (x86_elf_aligned_decl_common): ... this.
13797 Add decl arg. Switch to .lbss for largecomm object. Use
13798 LARGECOMM_SECTION_ASM_OP.
13799 * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
13801 * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
13802 (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
13804 * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
13805 [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
13807 2016-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13810 * config/i386/i386.c (SECTION_LARGE): Define.
13811 (x86_64_elf_select_section): Set it for large data/bss sections.
13812 Only clear SECTION_WRITE for .lrodata.
13813 (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
13815 * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
13816 * varasm.c (default_elf_asm_named_section): Grow flagchars.
13817 [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
13819 * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
13820 * doc/tm.texi: Regenerate.
13822 2016-04-26 Jakub Jelinek <jakub@redhat.com>
13825 * configure.ac (--enable-checking): Document extra flag, for
13826 non-release builds default to --enable-checking=yes,extra.
13827 If misc checking and extra checking, define CHECKING_P to 2 instead
13829 * common.opt (fchecking=): Add.
13830 * doc/invoke.texi (-fchecking=): Document.
13831 * doc/install.texi: Document --enable-checking changes.
13832 * configure: Regenerated.
13833 * config.in: Regenerated.
13835 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
13837 * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
13838 attribute instead of which_alternative.
13839 * config/i386/sse.md (*mov<mode>_internal): Ditto.
13840 Use EXT_REX_SSE_REG_P where appropriate.
13842 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
13844 * config/i386/predicates.md (const0_operand): Do not match
13845 const_wide_int code.
13846 (const1_operand): Ditto.
13848 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
13850 * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
13851 for SSE constm1 operands and TARGET_AVX512VL.
13852 (*movti_internal): Ditto.
13853 (*mov<mode>_or): Use constm1_operand predicate.
13854 * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
13855 for SSE vector_all_ones operands and TARGET_AVX512VL.
13856 * config/i386/predicates.md (constm1_operand): New predicate.
13857 * config/i386/i386.c (standard_sse_constant_opcode): Simplify
13858 emission of constant -1 load.
13860 2016-04-25 Jason Merrill <jason@redhat.com>
13862 * gdbinit.in: Skip is-a.h.
13864 * attribs.c (register_scoped_attributes): Fix logic.
13865 * attribs.h: Declare register_scoped_attributes.
13867 2016-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13869 * config/rs6000/rs6000-builtin.def: Correct pasto error for
13870 stxvd2x and stxvw4x built-in functions.
13872 2016-04-25 DJ Delorie <dj@redhat.com>
13874 * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
13875 (ashrhi3): Likewise.
13876 (lshrhi3): Likewise.
13878 2016-04-25 Richard Biener <rguenther@suse.de>
13880 PR tree-optimization/70780
13881 * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
13882 wasn't visited yet.
13883 (compute_antic): Mark blocks with abnormal preds as visited as
13884 they have a final empty antic-in solution already.
13886 2016-04-25 Michael Collison <michael.collison@linaro.org>
13888 * ChangeLog(2016-04-25): Fix ChangeLog formatting.
13890 2016-04-25 Michael Collison <michael.collison@linaro.org>
13892 * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
13893 mode is VQI to improve mixed mode vectorization.
13894 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
13895 define_insn to match low half of signed vaddw.
13896 * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
13897 define_insn to match high half of signed vaddw.
13898 * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
13899 define_insn to match low half of unsigned vaddw.
13900 * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
13901 define_insn to match high half of unsigned vaddw.
13902 * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
13903 (arm_simd_check_vect_par_cnst_half_p): Likewise.
13904 * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
13906 (arm_simd_check_vect_par_cnst_half_p): Likewise.
13907 * config/arm/predicates.md (vect_par_constant_high): Support
13908 big endian and simplify by calling
13909 arm_simd_check_vect_par_cnst_half
13910 (vect_par_constant_low): Likewise.
13912 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
13914 * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
13915 predicate for operand 2.
13917 2016-04-24 Uros Bizjak <ubizjak@gmail.com>
13918 H.J. Lu <hongjiu.lu@intel.com>
13920 * config/i386/i386-protos.h (standard_sse_constant_p): Add
13921 machine_mode argument.
13922 * config/i386/i386.c (standard_sse_constant_p): Return 2 for
13923 constm1_rtx operands. For VOIDmode constants, get mode from
13924 pred_mode. Check mode size if the mode is supported by ABI.
13925 (standard_sse_constant_opcode): Do not use standard_constant_p.
13926 Strictly check ABI support for all-ones operands.
13927 (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
13928 immediates. Update calls to standard_sse_constant_p.
13929 (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
13930 (ix86_rtx_costs): Ditto.
13931 * config/i386/i386.md (*movxi_internal_avx512f): Use
13932 nonimmediate_or_sse_const_operand instead of vector_move_operand.
13933 Use (v,BC) alternative instead of (v,C). Use register_operand
13934 checks instead of MEM_P.
13935 (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
13936 of vector_move_operand. Add (v,BC) alternative and corresponding avx2
13937 isa attribute. Use register_operand checks instead of MEM_P.
13938 (*movti_internal): Use nonimmediate_or_sse_const_operand for
13939 TARGET_SSE. Improve TARGET_SSE insn constraint. Add (v,BC)
13940 alternative and corresponding sse2 isa attribute.
13941 (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
13942 to standard_sse_constant_p.
13943 (FP constant splitters): Ditto.
13944 * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
13946 * config/i386/predicates.md (constm1_operand): Remove.
13947 (nonimmediate_or_sse_const_operand): Rewrite using RTX.
13948 * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
13949 vector_all_ones_operand instead of constm1_operand.
13951 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13953 * print-rtl.c (print_rtx_insn_vec): New function.
13954 * print-rtl.h: New prototype.
13955 * store-motion.c (struct st_expr): Make avail_stores a vector.
13956 (st_expr_entry): Adjust.
13957 (free_st_expr_entry): Likewise.
13958 (print_store_motion_mems): Likewise.
13959 (find_moveable_store): Likewise.
13960 (compute_store_table): Likewise.
13961 (delete_store): Likewise.
13962 (build_store_vectors): Likewise.
13964 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13966 * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
13968 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13970 * vec.h (vec_safe_contains): New function.
13971 (vec::contains): Likewise.
13972 (vec::begin): Likewise.
13973 (vec::end): Likewise.
13975 2016-04-23 Jakub Jelinek <jakub@redhat.com>
13978 * cfgexpand.c (expand_stack_vars): Fix typo.
13980 2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
13982 * system.h (list, map, set, vector): Include conditionally.
13983 * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
13984 * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
13985 * ipa-icf.c (INCLUDE_LIST): Define.
13986 * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
13987 * config/sh/sh.c (INCLUDE_VECTOR): Define.
13988 * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
13989 (INCLUDE_LIST, INCLUDE_VECTOR): Define.
13990 * cp/logic.cc (INCLUDE_LIST): Define.
13991 * fortran/trans-common.c (INCLUDE_MAP): Define.
13993 2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
13995 * auto-profile.c: Remove <string.h> include.
13996 * ipa-icf-gimple.c: Remove <list> include.
13997 * diagnostic.c: Remove <new> include.
13998 * genmatch.c: Likewise.
13999 * pretty-print.c: Likewise.
14000 * toplev.c: Likewise
14001 * c/c-objc-common.c: Likewise.
14002 * cp/error.c: Likewise.
14003 * fortran/error.c: Likewise.
14005 2016-04-22 Richard Biener <rguenther@suse.de>
14007 * lto-streamer-in.c (input_ssa_names): Do not allocate
14008 GIMPLE_NOP for all SSA names.
14009 * lto-streamer-out.c (output_ssa_names): Do not output
14010 SSA names that should have been released.
14012 2016-04-22 Richard Biener <rguenther@suse.de>
14014 PR tree-optimization/70740
14015 * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
14018 2016-04-21 H.J. Lu <hongjiu.lu@intel.com>
14021 * config/i386/predicates.md (call_insn_operand): Replace
14022 sibcall_memory_operand with memory_operand.
14024 2016-04-21 Patrick Palka <ppalka@gcc.gnu.org>
14026 * tree-vrp.c (register_edge_assert_for_2): Remove redundant
14027 has_single_use() tests.
14028 (register_edge_assert_for_1): Likewise.
14029 (find_assert_locations_1): Check the liveness bitmap instead of
14030 checking has_single_use().
14032 2016-04-21 Kirill Yukhin <kirill.yukhin@intel.com>
14035 * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
14036 Extract AVX-512BW constraint from AVX.
14038 2016-04-21 Richard Biener <rguenther@suse.de>
14040 PR tree-optimization/70725
14041 * tree-if-conv.c (if_convertible_phi_p): Adjust guard
14042 for phi_convertible_by_degenerating_args.
14043 (predicate_all_scalar_phis): Handle single-argument PHIs.
14045 2016-04-21 Richard Biener <rguenther@suse.de>
14047 PR middle-end/70747
14048 * fold-const.c (fold_comparison): Return properly typed
14051 2016-04-21 Bin Cheng <bin.cheng@arm.com>
14053 PR tree-optimization/70715
14054 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
14055 after expanding BASE using expand_simple_operations.
14057 2016-04-21 Marc Glisse <marc.glisse@inria.fr>
14059 * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
14060 New transformations.
14062 2016-04-21 Marc Glisse <marc.glisse@inria.fr>
14064 * match.pd (min(int_max, x), max(int_min, x)): New transformations.
14066 2016-04-20 Jan Hubicka <jh@suse.cz>
14068 * ipa-inline.c (can_inline_edge_p): Pass caller info to
14069 ultiimate_alias_target.
14070 (update_callee_keys): Likewise.
14071 (lookup_recursive_calls): Likewise.
14072 (speculation_useful_p): Likewise.
14074 2016-04-20 Jan Hubicka <jh@suse.cz>
14077 * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
14078 (set_nothrow_flag_1): ... this; handle interposition correctly;
14079 recurse on aliases and thunks.
14080 (cgraph_node::set_nothrow_flag): New.
14081 * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
14082 functions compiled with non-call exceptions that binds to current
14084 (propagate_nothrow): Be safe WRT interposition.
14085 * cgraph.h (set_nothrow_flag): Update prototype.
14087 2016-04-18 Jan Hubicka <jh@suse.cz>
14089 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
14090 max_loop_iterations_int.
14091 (tree_unswitch_outer_loop): Likewise.
14093 2016-04-20 Bin Cheng <bin.cheng@arm.com>
14095 PR tree-optimization/69489
14096 * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
14097 (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
14098 Revise dump message.
14099 (if_convertible_bb_p): Remove check on edge count of basic block's
14102 2016-04-20 Bin Cheng <bin.cheng@arm.com>
14104 PR tree-optimization/56625
14105 PR tree-optimization/69489
14106 * tree-data-ref.h (DR_INNERMOST): New macro.
14107 * tree-if-conv.c (innermost_loop_behavior_hash): New class for
14108 hashing struct innermost_loop_behavior.
14109 (ref_DR_map): Remove.
14110 (innermost_DR_map): New map.
14111 (baseref_DR_map): Revise comment.
14112 (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
14113 to innermost_DR_map accroding to its innermost loop behavior.
14114 (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
14115 to its innermost loop behavior.
14116 (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
14117 Add initialization for innermost_DR_map. Record memory reference
14118 in DR_BASE_ADDRESS if the reference is compound one or it doesn't
14119 have innermost loop behavior.
14120 (if_convertible_loop_p): Remove release for ref_DR_map. Release
14123 2016-04-20 Uros Bizjak <ubizjak@gmail.com>
14125 * config/i386/i386.md (*lea<mode>_general_1): Rename from
14126 *lea_general_1. Use explicit SWI12 mode interator.
14127 (*lea<mode>_general_2): Rename from *lea_general_2.
14128 Use explicit SWI12 mode interator.
14129 (*lea<mode>_general_3): Rename from *lea_general_3.
14130 Use explicit SWI12 mode interator.
14131 (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
14132 Use explicit SWI12 mode interator.
14133 (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
14134 Use explicit SWI48 mode interator.
14136 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
14138 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
14139 Short-cut unaligned load and store cases. Handle all integer
14141 (ix86_expand_vector_move_misalign): Short-cut unaligned load
14142 and store cases. Call ix86_avx256_split_vector_move_misalign
14143 directly without checking mode class.
14145 2016-04-20 Andrew Pinski <apinski@cavium.com>
14146 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14149 * config/aarch64/aarch64.md (sibcall): Force call
14150 address to be DImode for ILP32.
14151 (sibcall_value): Likewise.
14153 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
14155 * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
14157 2016-04-20 Richard Biener <rguenther@suse.de>
14159 * gimple-match.h (maybe_build_generic_op): Adjust prototype.
14160 * gimple-match-head.c (maybe_build_generic_op): Pass all ops
14161 by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
14162 (maybe_push_res_to_seq): Adjust.
14163 * gimple-fold.c (maybe_build_generic_op): Likewise.
14165 2016-04-20 Marek Polacek <polacek@redhat.com>
14167 * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
14170 2016-04-20 Ilya Enkovich <ilya.enkovich@intel.com>
14172 * config/i386/sse.md (vec_unpacks_lo_hi): Always
14173 use kmovw to support AVX512F target.
14175 2016-04-20 Bin Cheng <bin.cheng@arm.com>
14177 * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
14179 2016-04-20 Marek Polacek <polacek@redhat.com>
14181 PR tree-optimization/70725
14182 * tree-if-conv.c (is_false_predicate): New function.
14183 (predicate_mem_writes): Use it.
14185 2016-04-20 Richard Biener <rguenther@suse.de>
14187 PR tree-optimization/70726
14188 * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
14189 shift amounts from a pattern stmt operand.
14191 2016-04-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14194 * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
14195 stack_restore_from_fpr pattern when restoring r15.
14196 (s390_optimize_prologue): Strip away the memory barrier in the
14197 parallel when trying to get rid of restore insns.
14198 * config/s390/s390.md ("stack_restore_from_fpr"): New insn
14199 definition for loading the stack pointer from an FPR. Compared to
14200 the normal move insn this pattern includes a full memory barrier.
14202 2016-04-19 Jakub Jelinek <jakub@redhat.com>
14204 PR middle-end/70680
14205 * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
14206 implicitly linear or lastprivate iterator on the outer context.
14208 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
14210 * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
14212 * config/i386/i386.md (ssememalign): Removed.
14213 * config/i386/sse.md: Remove ssememalign attribute from patterns.
14215 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
14218 * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
14219 const short * to __builtin_ia32_loaddquhi512_mask.
14220 (_mm512_maskz_loadu_epi16): Likewise.
14221 (_mm512_mask_storeu_epi16): Pass short * to
14222 __builtin_ia32_storedquhi512_mask.
14223 (_mm512_mask_loadu_epi8): Pass const char * to
14224 __builtin_ia32_loaddquqi512_mask.
14225 (_mm512_maskz_loadu_epi8): Likewise.
14226 (_mm512_mask_storeu_epi8): Pass char * to
14227 __builtin_ia32_storedquqi512_mask.
14228 * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
14229 const double * to __builtin_ia32_loadupd512_mask.
14230 (_mm512_mask_loadu_pd): Likewise.
14231 (_mm512_maskz_loadu_pd): Likewise.
14232 (_mm512_storeu_pd): Pass double * to
14233 __builtin_ia32_storeupd512_mask.
14234 (_mm512_mask_storeu_pd): Likewise.
14235 (_mm512_loadu_ps): Pass const float * to
14236 __builtin_ia32_loadups512_mask.
14237 (_mm512_mask_loadu_ps): Likewise.
14238 (_mm512_maskz_loadu_ps): Likewise.
14239 (_mm512_storeu_ps): Pass float * to
14240 __builtin_ia32_storeups512_mask.
14241 (_mm512_mask_storeu_ps): Likewise.
14242 (_mm512_mask_loadu_epi64): Pass const long long * to
14243 __builtin_ia32_loaddqudi512_mask.
14244 (_mm512_maskz_loadu_epi64): Likewise.
14245 (_mm512_mask_storeu_epi64): Pass long long *
14246 to __builtin_ia32_storedqudi512_mask.
14247 (_mm512_loadu_si512): Pass const int * to
14248 __builtin_ia32_loaddqusi512_mask.
14249 (_mm512_mask_loadu_epi32): Likewise.
14250 (_mm512_maskz_loadu_epi32): Likewise.
14251 (_mm512_storeu_si512): Pass int * to
14252 __builtin_ia32_storedqusi512_mask.
14253 (_mm512_mask_storeu_epi32): Likewise.
14254 * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
14255 char * to __builtin_ia32_storedquqi256_mask.
14256 (_mm_mask_storeu_epi8): Likewise.
14257 (_mm256_mask_loadu_epi16): Pass const short * to
14258 __builtin_ia32_loaddquhi256_mask.
14259 (_mm256_maskz_loadu_epi16): Likewise.
14260 (_mm_mask_loadu_epi16): Pass const short * to
14261 __builtin_ia32_loaddquhi128_mask.
14262 (_mm_maskz_loadu_epi16): Likewise.
14263 (_mm256_mask_loadu_epi8): Pass const char * to
14264 __builtin_ia32_loaddquqi256_mask.
14265 (_mm256_maskz_loadu_epi8): Likewise.
14266 (_mm_mask_loadu_epi8): Pass const char * to
14267 __builtin_ia32_loaddquqi128_mask.
14268 (_mm_maskz_loadu_epi8): Likewise.
14269 (_mm256_mask_storeu_epi16): Pass short * to.
14270 __builtin_ia32_storedquhi256_mask.
14271 (_mm_mask_storeu_epi16): Pass short * to.
14272 __builtin_ia32_storedquhi128_mask.
14273 * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
14274 const double * to __builtin_ia32_loadupd256_mask.
14275 (_mm256_maskz_loadu_pd): Likewise.
14276 (_mm_mask_loadu_pd): Pass onst double * to
14277 __builtin_ia32_loadupd128_mask.
14278 (_mm_maskz_loadu_pd): Likewise.
14279 (_mm256_mask_storeu_pd): Pass double * to
14280 __builtin_ia32_storeupd256_mask.
14281 (_mm_mask_storeu_pd): Pass double * to
14282 __builtin_ia32_storeupd128_mask.
14283 (_mm256_mask_loadu_ps): Pass const float * to
14284 __builtin_ia32_loadups256_mask.
14285 (_mm256_maskz_loadu_ps): Likewise.
14286 (_mm_mask_loadu_ps): Pass const float * to
14287 __builtin_ia32_loadups128_mask.
14288 (_mm_maskz_loadu_ps): Likewise.
14289 (_mm256_mask_storeu_ps): Pass float * to
14290 __builtin_ia32_storeups256_mask.
14291 (_mm_mask_storeu_ps): ass float * to
14292 __builtin_ia32_storeups128_mask.
14293 (_mm256_mask_loadu_epi64): Pass const long long * to
14294 __builtin_ia32_loaddqudi256_mask.
14295 (_mm256_maskz_loadu_epi64): Likewise.
14296 (_mm_mask_loadu_epi64): Pass const long long * to
14297 __builtin_ia32_loaddqudi128_mask.
14298 (_mm_maskz_loadu_epi64): Likewise.
14299 (_mm256_mask_storeu_epi64): Pass long long * to
14300 __builtin_ia32_storedqudi256_mask.
14301 (_mm_mask_storeu_epi64): Pass long long * to
14302 __builtin_ia32_storedqudi128_mask.
14303 (_mm256_mask_loadu_epi32): Pass const int * to
14304 __builtin_ia32_loaddqusi256_mask.
14305 (_mm256_maskz_loadu_epi32): Likewise.
14306 (_mm_mask_loadu_epi32): Pass const int * to
14307 __builtin_ia32_loaddqusi128_mask.
14308 (_mm_maskz_loadu_epi32): Likewise.
14309 (_mm256_mask_storeu_epi32): Pass int * to
14310 __builtin_ia32_storedqusi256_mask.
14311 (_mm_mask_storeu_epi32): Pass int * to
14312 __builtin_ia32_storedqusi128_mask.
14313 * config/i386/i386-builtin-types.def (PCSHORT): New.
14314 (PINT64): Likewise.
14315 (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
14316 (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
14317 (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
14318 (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
14319 (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
14320 (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
14321 (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
14322 (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
14323 (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
14324 (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
14325 (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
14326 (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
14327 (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
14328 (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
14329 (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
14330 (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
14331 (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
14332 (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
14333 (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
14334 (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
14335 (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
14336 (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
14337 (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
14338 (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
14339 (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
14340 (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
14341 (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
14342 (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
14343 (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
14344 (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
14345 (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
14346 (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
14347 (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
14348 (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
14349 (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
14350 (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
14351 (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
14352 (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
14353 (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
14354 (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
14355 (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
14356 (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
14357 (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
14358 (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
14359 (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
14360 (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
14361 (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
14362 (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
14363 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
14365 (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
14366 (ix86_avx256_split_vector_move_misalign): Don't use unaligned
14368 (ix86_expand_vector_move_misalign): Likewise.
14369 (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
14370 to scalar function prototype for unaligned load/store builtins.
14371 (ix86_expand_special_args_builtin): Updated.
14372 * config/i386/sse.md (UNSPEC_LOADU): Removed.
14373 (UNSPEC_STOREU): Likewise.
14374 (VI_ULOADSTORE_BW_AVX512VL): Likewise.
14375 (VI_ULOADSTORE_F_AVX512VL): Likewise.
14376 (ssescalarsize): Handle V4TI, V2TI and V1TI.
14377 (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
14378 (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
14379 (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
14380 (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
14381 (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
14382 (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
14383 (sse2_avx_avx512f>_storedqu<mode>): Likewise.
14384 (<avx512>_storedqu<mode>_mask): Likewise.
14385 (*sse4_2_pcmpestr_unaligned): Likewise.
14386 (*sse4_2_pcmpistr_unaligned): Likewise.
14387 (*mov<mode>_internal): Renamed to ...
14388 (mov<mode>_internal): This. Remove check of AVX and IAMCU on
14389 misaligned operand. Replace vmovdqu64 with vmovdqu<ssescalarsize>.
14390 (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
14391 (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
14393 2016-04-19 Richard Biener <rguenther@suse.de>
14395 PR tree-optimization/70171
14396 * tree-ssa-phiprop.c: Include stor-layout.h.
14397 (phiprop_insert_phi): Handle the aggregate copy case.
14398 (propagate_with_phi): Likewise.
14400 2016-04-19 Uros Bizjak <ubizjak@gmail.com>
14402 * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
14403 instead of simplify_gen_subreg (... , 0).
14404 (ix86_delegitimize_address): Ditto.
14405 (ix86_split_divmod): Ditto.
14406 (ix86_split_copysign_const): Ditto.
14407 (ix86_split_copysign_var): Ditto.
14408 (ix86_expand_args_builtin): Ditto.
14409 (ix86_expand_round_builtin): Ditto.
14410 (ix86_expand_special_args_builtin): Ditto.
14411 * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
14412 (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
14413 (udivmodqi4): Ditto.
14414 (absneg splitters): Ditto.
14415 (*jcc_bt<mode>_1): Ditto.
14417 2016-04-19 Richard Biener <rguenther@suse.de>
14419 PR tree-optimization/70724
14420 * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
14421 restoring out from ...
14422 (free_scc_vn): ... here.
14423 * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
14424 * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
14426 (pass_fre::execute): Restore SSA info.
14428 2016-04-19 Richard Biener <rguenther@suse.de>
14430 * gimple-walk.h (struct walk_stmt_info): Add stmt member.
14431 * gimple-walk.c (walk_gimple_op): Initialize it.
14432 (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
14433 * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
14434 remapping SSA names of defs.
14435 (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
14438 2016-04-18 Vladimir Makarov <vmakarov@redhat.com>
14440 PR middle-end/70689
14441 * lra-constraints.c (equiv_substition_p): New.
14442 (process_alt_operands): Use it.
14443 (swap_operands): Swap it.
14444 (curr_insn_transform): Update it.
14446 2016-04-18 Michael Matz <matz@suse.de>
14448 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
14449 (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
14450 * tree-core.h (tree_type_common.align): Use bit-field.
14451 (tree_type_common.spare): New.
14452 (tree_decl_common.off_align): Make smaller.
14453 (tree_decl_common.align): Use bit-field.
14455 * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
14456 * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
14457 (scan_sharing_clauses): Ditto.
14458 (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
14459 (omp_finish_file): Ditto.
14460 * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
14461 (layout_decl): Ditto.
14462 (relayout_decl): Ditto.
14463 (finalize_record_size): Use SET_TYPE_ALIGN.
14464 (finalize_type_size): Ditto.
14465 (finish_builtin_struct): Ditto.
14466 (layout_type): Ditto.
14467 (initialize_sizetypes): Ditto.
14468 * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
14469 * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
14470 (lookup_field_for_decl): Use SET_DECL_ALIGN.
14471 (get_chain_field): Ditto.
14472 (get_trampoline_type): Ditto.
14473 (get_nl_goto_field): Ditto.
14474 * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
14476 (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
14477 * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
14478 * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
14479 (build_qualified_type): Use SET_TYPE_ALIGN.
14480 (build_aligned_type, build_range_type_1): Ditto.
14481 (build_atomic_base): Ditto.
14482 (build_common_tree_nodes): Ditto.
14483 * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
14484 (expand_one_stack_var_at): Ditto.
14485 * coverage.c (build_var): Use SET_DECL_ALIGN.
14486 * except.c (init_eh): Ditto.
14487 * function.c (assign_parm_setup_block): Ditto.
14488 * symtab.c (increase_alignment_1): Ditto.
14489 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
14490 * tree-vect-stmts.c (ensure_base_align): Ditto.
14491 * varasm.c (align_variable): Ditto.
14492 (assemble_variable): Ditto.
14493 (build_constant_desc): Ditto.
14494 (output_constant_def_contents): Ditto.
14496 * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
14497 * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
14498 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
14499 * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
14500 * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
14502 2016-04-18 H.J. Lu <hongjiu.lu@intel.com>
14505 * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
14506 replace %vmovsd with "%vmovq".
14507 (vec_concatv2df): Likewise.
14509 2016-04-18 Uros Bizjak <ubizjak@gmail.com>
14511 * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
14512 (*vec_extractv2si_0): Ditto.
14513 * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
14514 (zero_extended_scalar_load_operand splitters): Ditto.
14515 (vec_extract splitters): Ditto.
14516 (*vec_extractv4si_0_zext): Ditto.
14517 (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
14518 and lowpart_subreg.
14519 (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
14520 (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
14521 (*sse4_1_extractps): Use lowpart_subreg.
14522 * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
14524 2016-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14526 * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
14528 (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
14529 Mention Solaris 11 packaging changes.
14530 Update gas and gld requirements.
14531 Remove reference to pre-Solaris 10 bug.
14532 (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
14534 (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
14537 2016-04-17 Jan Hubicka <jh@suse.cz>
14539 * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
14540 max_loop_iterations_int.
14542 2016-04-18 Richard Biener <rguenther@suse.de>
14544 PR tree-optimization/43434
14545 * tree-ssa-structalias.c (struct vls_data): New.
14546 (visit_loadstore): Handle all pointer-based accesses.
14547 (compute_dependence_clique): Compute a bitmap of restrict tags
14548 assigned bases and pass it to visit_loadstore.
14550 2016-04-18 Matthew Wahab <matthew.wahab@arm.com>
14553 * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
14554 armv8.1-a and armv8.1-a+crc.
14556 2016-04-18 Richard Biener <rguenther@suse.de>
14558 PR tree-optimization/70701
14559 * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
14560 references after translating through a memcpy.
14562 2016-04-18 Richard Biener <rguenther@suse.de>
14564 * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
14565 (compute_antic): ... here. For partial antic use regular
14566 postorder and scrap iteration.
14567 (compute_partial_antic_aux): Remove unused return value.
14568 (init_pre): Do not allocate postorder.
14569 (fini_pre): Do not free postorder.
14571 2016-04-18 Richard Biener <rguenther@suse.de>
14573 PR middle-end/37870
14574 * expmed.c (extract_bit_field_1): Remove broken case
14575 using a wider MODE_INT mode.
14577 2016-04-18 Segher Boessenkool <segher@kernel.crashing.org>
14579 * has-brig.c (lendian16): Don't try to use __builtin_bswap16
14580 unless compiling with at least GCC-4.8.
14582 2016-04-17 Jan Hubicka <jh@suse.cz>
14585 * graphite.c (graphite_finalize): Update call to
14586 tree_estimate_probability.
14587 * predict.h (tree_estimate_probability): Update prototype.
14589 2016-04-17 Jan Hubicka <jh@suse.cz>
14591 * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
14592 (tree_estimate_probability): Likewise.
14593 (pass_profile::execute): Update.
14594 (report_predictor_hitrates): New function.
14595 * profile.c (compute_branch_probabilities): Use it.
14596 * predict.h (report_predictor_hitrates): Declare.
14598 2016-04-17 Jan Hubicka <jh@suse.cz>
14601 * cgraph.h (cgraph_node::set_const_flag,
14602 cgraph_node::set_pure_flag): Update prototype to return bool;
14604 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
14605 of interposable symbol are interposable, too.
14606 (cgraph_set_const_flag_1): Rename to ...
14607 (set_const_flag_1): ... this one; change to self recursive function
14608 instead of call_for_symbol_thunks_and_aliases. Handle correctly
14609 clearnig the flag in all variants and also virtual thunks of const
14610 functions are pure; track if any change was done.
14611 (cgraph_node::set_const_flag): Update.
14612 (struct set_pure_flag_info): New struct.
14613 (cgraph_set_pure_flag_1): Rename to ...
14614 (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
14615 rather than pointer encoded flags; track if any changes was done;
14616 handle correctly clearning flag and setting flag of aliases already
14618 (cgraph_node::set_pure_flag): Update.
14619 (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
14621 2016-04-17 Tom de Vries <tom@codesourcery.com>
14624 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
14625 backslash in label.
14627 2016-04-17 Tom de Vries <tom@codesourcery.com>
14629 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
14630 '{}<> ' as escape-for-record.
14632 2016-04-17 Tom de Vries <tom@codesourcery.com>
14634 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
14637 2016-04-17 Tom de Vries <tom@codesourcery.com>
14640 * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
14641 * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
14642 * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
14643 * passes.c (finish_optimization_passes): Only call
14644 finish_graph_dump_file if dfi->graph_dump_initialized.
14645 (execute_function_dump, pass_init_dump_file): Use
14646 dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
14648 2016-04-17 Tom de Vries <tom@codesourcery.com>
14650 PR tree-optimization/70256
14651 * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
14652 (debug_varmap): New function.
14654 2016-04-17 Tom de Vries <tom@codesourcery.com>
14657 * passes.c (pass_manager::register_pass): Propagate pflags.
14659 2016-04-17 Tom de Vries <tom@codesourcery.com>
14662 * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
14663 * passes.c (pass_manager::pass_manager): Declare and init p_start in
14664 INSERT_PASSES_AFTER. Add pass parameter to TERMINATE_PASS_LIST, and
14665 check if it's equal to p_start.
14666 * passes.def: Add arguments to TERMINATE_PASS_LISTs.
14668 2016-04-15 Jan Hubicka <jh@suse.cz>
14671 * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
14672 function does not bind to current def.
14673 * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
14674 handle conservatively calls to functions that does not need to bind
14676 (check_call): Update call of worse_state.
14677 (ignore_edge_for_nothrow): Update.
14678 (ignore_edge_for_pure_const): Likewise.
14679 (propagate_pure_const): Update calls to worse_state.
14680 (skip_function_for_local_pure_const): Reformat comments.
14682 2016-04-15 Jan Hubicka <jh@suse.cz>
14685 * cgraph.c (cgraph_node::get_availability): Add REF parameter.
14686 (cgraph_node::function_symbol): Likewise.
14687 (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
14688 * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
14689 (symtab_node::ultimate_alias_target): Add REF parameter.
14690 (symtab_node::binds_to_current_def_p): Declare.
14691 (symtab_node;:ultimate_alias_target_1): Add REF parameter.
14692 (cgraph_node::function_symbol): Likewise.
14693 (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
14694 (cgraph_node::get_availability): Likewise.
14695 (cgraph_edge::binds_to_current_def_p): New inline function.
14696 (varpool_node::get_availability): Add REF parameter.
14697 (varpool_node::ultimate_alias_target): Likewise.
14698 * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
14699 (symtab_node::binds_to_current_def_p): Likewise.
14700 * varpool.c (varpool_node::get_availability): Likewise.
14702 2016-04-15 Kirill Yukhin <kirill.yukhin@intel.com>
14705 * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
14706 Fix mode size check.
14708 2016-04-15 Jakub Jelinek <jakub@redhat.com>
14710 * BASE-VER: Set to 7.0.0.
14712 2016-04-15 Alexander Monakov <amonakov@ispras.ru>
14714 * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
14716 2016-04-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14718 * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
14719 architecture revisions.
14721 2016-04-15 Bernd Schmidt <bschmidt@redhat.com>
14723 * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
14724 * config/i386/i386.c (ix86_using_red_zone): No longer static.
14725 * config/i386/i386.md (stack decrement to push peepholes): Guard
14726 with !x86_using_red_zone ().
14728 2016-04-15 Jakub Jelinek <jakub@redhat.com>
14731 * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
14732 to dump_generic_node.
14733 (NIY): Pass also flags to do_niy.
14735 2016-04-15 Thomas Schwinge <thomas@codesourcery.com>
14737 * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
14738 (simd_clone_vector_of_formal_parm_types)
14739 (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
14740 (simd_clone_mangle, simd_clone_create)
14741 (simd_clone_adjust_return_type, create_tmp_simd_array)
14742 (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
14743 (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
14744 (ipa_simd_modify_function_body, simd_clone_linear_addend)
14745 (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
14746 (pass_data_omp_simd_clone, class pass_omp_simd_clone)
14747 (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
14748 * omp-simd-clone.c: ... this new file.
14749 (simd_clone_vector_of_formal_parm_types): Make it static.
14750 * Makefile.in (OBJS): Add omp-simd-clone.o.
14752 2016-04-15 Kirill Yukhin <kirill.yukhin@intel.com>
14755 * config/i386/sse.md: Use proper memory operand modifiers.
14758 2016-04-15 Richard Biener <rguenther@suse.de>
14759 Alan Modra <amodra@gmail.com>
14761 PR tree-optimization/70130
14762 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
14763 when alignment stays not the same and no not use the realign
14766 2016-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
14769 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
14770 direct move handlers for KFmode. Change TFmode handlers test from
14771 FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
14773 2016-04-14 Jakub Jelinek <jakub@redhat.com>
14776 * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
14777 * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
14778 (inlined_polymorphic_ctor_dtor_block_p): Use it.
14779 * tree-ssa-live.c (remove_unused_scope_block_p): When
14780 in_ctor_dtor_block, avoid discarding not just BLOCKs with
14781 BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
14782 block_ultimate_origin is FUNCTION_DECL.
14783 (remove_unused_locals): If current_function_decl is
14784 polymorphic_ctor_dtor_p, pass initial true to
14785 remove_unused_scope_block_p' is_ctor_dtor_block.
14787 2016-04-14 Martin Sebor <msebor@redhat.com>
14792 * doc/extend.texi (Variable Length): Revert.
14794 2016-04-14 Marek Polacek <polacek@redhat.com>
14795 Jan Hubicka <hubicka@ucw.cz>
14798 * tree.c (verify_type): Disable the canonical type of main variant
14801 2016-04-14 Jason Merrill <jason@redhat.com>
14803 * cfgexpand.c, expr.c: Revert previous change.
14805 2016-04-14 Cesar Philippidis <cesar@codesourcery.com>
14807 PR middle-end/70643
14808 * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
14809 when building a mem ref for the incoming reduction variable.
14811 2016-04-14 Richard Biener <rguenther@suse.de>
14813 PR tree-optimization/70614
14814 * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
14815 loop if the evolution dropped to chrec_dont_know.
14816 (interpret_condition_phi): Likewise.
14818 2016-04-14 Richard Biener <rguenther@suse.de>
14820 PR tree-optimization/70623
14821 * tree-ssa-pre.c (changed_blocks): Make global ...
14822 (compute_antic): ... local here. Move and fix worklist
14823 handling here. Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
14824 (compute_antic_aux): Add dumping for MAX assumed succs. Remove
14825 worklist handling, dump when ANTIC_IN changed.
14826 (compute_partial_antic_aux): Remove worklist handling.
14827 (init_pre): Do not compute post dominators. Add a comment about
14828 the CFG order chosen.
14829 (fini_pre): Do not free post dominators.
14831 2016-04-13 Martin Sebor <msebor@redhat.com>
14836 * doc/extend.texi (Variable Length): Document C++ specifics.
14838 2016-04-13 Jakub Jelinek <jakub@redhat.com>
14841 * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
14842 on all recursive call stmts. Return TODO_cleanup_cfg if any dead
14843 eh edges have been purged.
14846 * tree-sra.c (create_access_replacement,
14847 get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
14849 * tree-pretty-print.c (dump_fancy_name): New function.
14850 (dump_decl_name, dump_generic_node): Use it.
14852 2016-04-13 Jason Merrill <jason@redhat.com>
14854 * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
14855 * expr.c (expand_expr_real_1): Likewise.
14857 2016-04-13 Ilya Enkovich <ilya.enkovich@intel.com>
14859 * config/i386/i386.md (kunpckhi): Swap operands.
14860 (kunpcksi): Likewise.
14861 (kunpckdi): Likewise.
14862 * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
14863 (vec_pack_trunc_<mode>): Likewise.
14865 2016-04-13 Jakub Jelinek <jakub@redhat.com>
14868 * explow.c (convert_memory_address_addr_space_1): Formatting fix.
14870 PR middle-end/70633
14871 * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
14872 gimplification turns some element into non-constant.
14875 * rtl.h (convert_memory_address_addr_space_1): New prototype.
14876 * explow.c (convert_memory_address_addr_space_1): No longer static,
14877 add NO_EMIT argument and don't call convert_modes if true, pass
14878 it down recursively, remove break after return.
14879 (convert_memory_address_addr_space): Adjust caller.
14880 * simplify-rtx.c (simplify_unary_operation_1): Call
14881 convert_memory_address_addr_space_1 instead of convert_memory_address,
14882 if it returns NULL, don't simplify.
14884 2016-04-12 Eric Botcazou <ebotcazou@adacore.com>
14887 * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
14889 2016-04-12 Jakub Jelinek <jakub@redhat.com>
14891 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
14892 Bump the upper SIMDLEN limits, so that if the return type or
14893 characteristic type if the return type is void can be passed in
14894 all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
14897 2016-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
14900 * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
14901 Do not use "=" constraint on an input constraint.
14902 (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
14903 (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
14904 (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
14905 generates (neg (abs ...)) instead of (abs ...).
14907 2016-04-12 Jakub Jelinek <jakub@redhat.com>
14909 PR rtl-optimization/70596
14910 * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
14911 just invalidate LRA data and reset them. Adjust dump wording.
14913 2016-04-12 Martin Liska <mliska@suse.cz>
14916 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
14918 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
14920 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
14921 max_loop_iterations_int.
14922 (tree_unswitch_outer_loop): Likewise.
14923 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
14924 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
14926 2016-04-12 Tom de Vries <tom@codesourcery.com>
14928 PR tree-optimization/68756
14929 * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
14930 instead of new_name.
14932 2016-04-12 Jakub Jelinek <jakub@redhat.com>
14934 PR tree-optimization/70602
14935 * tree-sra.c (generate_subtree_copies): Don't write anything into
14936 constant pool decls.
14938 * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
14939 regardless whether there are depend clauses or not.
14941 2016-04-11 Michael Meissner <meissner@linux.vnet.ibm.com>
14944 * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
14945 target attribute and pragma from changing the -mfloat128
14946 and -mfloat128-hardware options.
14948 * doc/extend.texi (Additional Floating Types): Document PowerPC
14949 __float128 restrictions.
14951 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
14954 * config/aarch64/driver-aarch64.c
14955 (aarch64_get_extension_string_for_isa_flags): New.
14956 (arch_extension): Rename to...
14957 (aarch64_arch_extension): ...This.
14958 (ext_to_feat_string): Rename to...
14959 (aarch64_extensions): ...This.
14960 (aarch64_core_data): Keep track of architecture extension flags.
14961 (cpu_data): Rename to...
14962 (aarch64_cpu_data): ...This.
14963 (aarch64_arch_driver_info): Keep track of architecture extension
14965 (get_arch_name_from_id): Rename to...
14966 (get_arch_from_id): ...This, change return type.
14967 (host_detect_local_cpu): Update and reformat for renames, handle
14968 extensions through common infrastructure.
14970 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
14973 * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
14974 track of a canonical flag name.
14975 (all_extensions): Likewise.
14976 (arch_to_arch_name): Also track extension flags enabled by the arch.
14977 (all_architectures): Likewise.
14978 (aarch64_parse_extension): Move to here.
14979 (aarch64_get_extension_string_for_isa_flags): Take a new argument,
14981 (aarch64_rewrite_selected_cpu): Update for above change.
14982 * config/aarch64/aarch64-option-extensions.def: Rework the way flags
14983 are handled, such that the single explicit value enabled by an
14984 extension is kept seperate from the implicit values it also enables.
14985 * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
14987 (aarch64_parse_extension): New.
14988 * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
14989 here to config/aarch64/aarch64-protos.h.
14990 (aarch64_parse_extension): Move from here to
14991 common/config/aarch64/aarch64-common.c.
14992 (aarch64_option_print): Update.
14993 (aarch64_declare_function_name): Likewise.
14994 (aarch64_start_file): Likewise.
14995 * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
14996 the canonical flag for extensions.
14997 * config.gcc (aarch64*-*-*): Extend regex for capturing extension
15000 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
15002 * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
15005 2016-04-09 Tom de Vries <tom@codesourcery.com>
15007 PR tree-optimization/68953
15008 * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
15009 first to last subscript.
15011 2016-04-09 Jakub Jelinek <jakub@redhat.com>
15013 PR tree-optimization/70586
15014 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
15017 2016-04-08 Cesar Philippidis <cesar@codesourcery.com>
15021 PR tree-optimization/70373
15022 PR middle-end/70533
15023 PR middle-end/70534
15024 PR middle-end/70535
15025 * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
15026 clauses for acc parallel reductions as necessary. Error on those
15028 * omp-low.c (scan_sharing_clauses): Don't install variables which
15029 are used in acc parallel reductions.
15030 (lower_rec_input_clauses): Remove dead code.
15031 (lower_oacc_reductions): Add support for reference reductions.
15032 (lower_reduction_clauses): Remove dead code.
15033 (lower_omp_target): Don't remap variables appearing in acc parallel
15035 * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
15037 2016-04-08 Jakub Jelinek <jakub@redhat.com>
15039 PR middle-end/70593
15040 * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
15041 with multiple SSA_NAME defs, force the outputs other than first
15042 to be live before calling live_track_process_def on each output.
15044 PR rtl-optimization/70574
15045 * fwprop.c (forward_propagate_and_simplify): Don't add
15046 REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
15047 (try_fwprop_subst): Don't add REG_EQUAL note if there are any
15048 paradoxical subregs within *loc.
15050 2016-04-08 Thomas Schwinge <thomas@codesourcery.com>
15052 * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
15053 -ftree-parallelize-loops={0,1}.
15054 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
15055 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
15056 * config/ia64/hpux.h (LIB_SPEC): Likewise.
15057 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
15058 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
15060 2016-04-08 Maxim Ostapenko <m.ostapenko@samsung.com>
15063 * asan.c (instrument_derefs): If we get unknown location, extract it
15064 with EXPR_LOCATION.
15065 (maybe_instrument_call): Instrument gimple_call's arguments if needed.
15067 2016-04-08 Tom de Vries <tom@codesourcery.com>
15069 * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
15070 implicit firstprivate clause.
15072 2016-04-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15075 * config/arm/thumb2.md (tst + branch-> lsls + branch
15076 peephole below *orsi_not_shiftsi_si): Require that condition
15077 register is dead after the peephole.
15078 (second peephole after the above): Likewise.
15080 2016-04-08 Alan Modra <amodra@gmail.com>
15083 * builtins.c (fold_builtin_classify): For IBM extended precision,
15084 look at just the high-order double to test for NaN.
15085 (fold_builtin_interclass_mathfn): Similarly for Inf. For isnormal
15086 test just the high double for Inf but both doubles for subnormal
15089 2016-04-07 Jakub Jelinek <jakub@redhat.com>
15091 * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
15092 * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
15093 node->simdclone->mask_mode != VOIDmode masks.
15094 (simd_clone_adjust_argument_types): Likewise. Move sc var definition
15095 earlier, use it instead of node->simdclone.
15096 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
15097 Set clonei->mask_mode.
15099 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
15102 * parser.c (cp_parser_iteration_statement): New parameter IF_P.
15103 Pass it through to cp_parser_already_scoped_statement.
15104 (cp_parser_already_scoped_statement): New parameter IF_P. Pass
15105 it through to cp_parser_statement.
15106 (cp_parser_statement): Pass IF_P through to
15107 cp_parser_iteration_statement.
15108 (cp_parser_pragma): Adjust call to
15109 cp_parser_iteration_statement.
15111 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
15114 * gimplify.c (gimplify_omp_ordered): Add explicit braces to
15115 resolve a future -Wparentheses warning.
15116 * omp-low.c (scan_sharing_clauses): Likewise.
15117 * tree-parloops.c (eliminate_local_variables): Likewise.
15119 2016-04-06 Vladimir Makarov <vmakarov@redhat.com>
15121 PR rtl-optimization/70398
15122 * lra-constraints.c (process_address_1): Check zero scale and code
15123 for reloading with zero scale.
15125 2016-04-06 Uros Bizjak <ubizjak@gmail.com>
15127 * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
15128 (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
15130 2016-04-06 Jakub Jelinek <jakub@redhat.com>
15132 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
15133 Add support for AVX512F clones, include them by default for
15134 exported OpenMP declare simd functions. For AVX2 allow simdlen 32
15135 and use it if charasteric type is 8-bit, for AVX512F allow simdlen
15138 PR middle-end/70550
15139 * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
15140 * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
15141 firstprivate clauses.
15142 * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
15143 OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
15144 (lower_omp_target): Set TREE_NO_WARNING for
15145 non-addressable possibly uninitialized vars which are copied into
15146 addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
15148 2016-04-05 John David Anglin <danglin@gcc.gnu.org>
15150 * config/pa/predicates.md (integer_store_memory_operand): Accept
15151 REG+D operands with a large offset when reload_in_progress is true.
15152 (floating_point_store_memory_operand): Likewise.
15154 2016-04-05 Jakub Jelinek <jakub@redhat.com>
15157 * match.pd (nested int casts): Limit to GIMPLE.
15159 2016-04-05 Jan Hubicka <hubicka@ucw.cz>
15162 * ipa-devirt.c (maybe_record_node): Fix comment; use
15163 SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
15165 2016-04-05 Jakub Jelinek <jakub@redhat.com>
15167 PR rtl-optimization/70542
15168 * ree.c (add_removable_extension): For VECTOR_MODE_P punt
15169 if there are any uses other than insn or debug insns.
15171 2016-04-05 Marc Glisse <marc.glisse@inria.fr>
15172 Jakub Jelinek <jakub@redhat.com>
15174 PR tree-optimization/70509
15175 * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
15176 Shift HOST_WIDE_INT_1U instead of 1.
15178 2016-04-05 Zdenek Sojka <zsojka@seznam.cz>
15180 PR tree-optimization/70509
15181 * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
15182 of the vector base type for index.
15184 2016-04-05 Uros Bizjak <ubizjak@gmail.com>
15187 * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
15189 2016-04-05 Richard Biener <rguenther@suse.de>
15191 PR tree-optimization/70526
15192 * tree-sra.c (build_ref_for_offset): Use prev_base to
15193 extract the alias pointer type.
15195 2016-04-05 Richard Biener <rguenther@suse.de>
15197 * dse.c (struct store_info): Remove alias_set member.
15198 (struct read_info_type): Likewise.
15199 (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
15200 spill_deleted, clear_alias_set_lookup): Remove.
15201 (get_group_info): Remove dead base == NULL_RTX case.
15202 (dse_step0): Remove initialization of removed variables.
15203 (delete_dead_store_insn): Reomve alias set dumping.
15204 (free_read_records): Remove alias_set handling.
15205 (canon_address): Remove alias_set_out parameter.
15206 (record_store): Remove spill_alias_set, it's always zero.
15207 (check_mem_read_rtx): Likewise.
15208 (dse_step2): Rename from ...
15209 (dse_step2_nospill): ... this. Adjust.
15210 (scan_stores): Rename from ...
15211 (scan_stores_nospill): ... this.
15212 (scan_reads): Rename from ...
15213 (scan_reads_nospill): ... this.
15214 (scan_stores_spill, scan_reads_spill): Remove.
15215 (dse_step3_scan): Remove for_spills argument which is always false.
15216 (dse_step3): Likewise.
15217 (dse_step5): Rename from ...
15218 (dse_step5_nospill): ... this. Remove alias_set handling.
15219 (rest_of_handle_dse): Adjust.
15221 2016-04-05 Jakub Jelinek <jakub@redhat.com>
15224 * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
15225 Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
15226 V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
15227 (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
15229 2016-04-05 Richard Biener <rguenther@suse.de>
15231 PR middle-end/70499
15232 * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
15233 non-register type temporaries into SSA.
15235 2016-04-04 Jan Hubicka <hubicka@ucw.cz>
15238 * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
15239 calls when sanitizing.
15240 (possible_polymorphic_call_target_p): Fix formatting.
15242 2016-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15243 Jakub Jelinek <jakub@redhat.com>
15245 PR middle-end/70457
15246 * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
15247 to ensure a call statement is compatible with a built-in's
15249 * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
15252 2016-04-04 Richard Biener <rguenther@suse.de>
15254 PR rtl-optimization/70484
15255 * rtl.h (canon_output_dependence): Declare.
15256 * alias.c (canon_output_dependence): New function.
15257 * dse.c (record_store): Use canon_output_dependence rather
15258 than canon_true_dependence.
15260 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
15263 * cgraph.h (symtab_node::copy_visibility_from): New function.
15264 * symtab.c (symtab_node::copy_visibility_from): New function.
15265 * ipa-visibility.c (optimize_weakref): New function.
15266 (function_and_variable_visibility): Use it.
15268 2016-04-04 Martin Liska <mliska@suse.cz>
15271 * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
15272 value that is really in range handled by SBR instruction.
15273 * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
15274 * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
15275 * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
15277 2016-04-03 Oleg Endo <olegendo@gcc.gnu.org>
15281 * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
15282 set, but not for SP_REG operands.
15284 2016-04-02 Martin Sebor <msebor@redhat.com>
15287 * fold-const.c (maybe_nonzero_address): New function.
15288 (fold_comparison): Call it. Fold equality and relational
15289 expressions involving null pointers.
15290 (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
15292 2016-03-31 Evandro Menezes <e.menezes@samsung.com>
15294 Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
15295 the "Y" constraint (scalar FP 0.0 immediate).
15297 * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
15298 Add the "const_double" to the list of operand constraints.
15300 2016-04-01 Jakub Jelinek <jakub@redhat.com>
15302 PR rtl-optimization/70467
15303 * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
15304 If low word of the last operand is 0, just emit addition/subtraction
15307 2016-04-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15310 * config/s390/s390.c (s390_expand_insv): Check for everything
15311 constant instead of just VOIDmode stuff.
15313 2016-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
15316 * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
15318 2016-04-01 Nathan Sidwell <nathan@acm.org>
15320 * tree.def (TRY_CATCH_EXPR): Correct documentation.
15322 2016-03-31 Vladimir Makarov <vmakarov@redhat.com>
15324 PR rtl-optimization/70461
15325 * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
15328 2016-03-31 Martin Liska <mliska@suse.cz>
15331 * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
15332 a tree value or an immediate integer value to a buffer
15333 that is eventually copied to a BRIG section.
15334 (emit_immediate_operand): Call the function here.
15335 * hsa-dump.c (dump_hsa_immed): Remove checking assert.
15336 * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
15337 of class' fields that are removed.
15338 (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
15339 * hsa.h (class hsa_op_immed): Remove m_brig_repr and
15340 m_brig_repr_size fields.
15342 2016-03-31 Martin Liska <mliska@suse.cz>
15345 * hsa-gen.c (hsa_function_representation::update_dominance): New
15347 (convert_addr_to_flat_segment): Likewise.
15348 (gen_hsa_memory_set): New alignment argument.
15349 (gen_hsa_ctor_assignment): Likewise.
15350 (gen_hsa_insns_for_single_assignment): Provide alignment
15351 to gen_hsa_ctor_assignment.
15352 (gen_hsa_insns_for_direct_call): Add new argument.
15353 (expand_lhs_of_string_op): New function.
15354 (expand_string_operation_builtin): Likewise.
15355 (expand_memory_copy): New function.
15356 (expand_memory_set): New function.
15357 (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
15358 (convert_switch_statements): Change signature.
15359 (generate_hsa): Use a return value of the function.
15360 (pass_gen_hsail::execute): Do not call
15361 convert_switch_statements here.
15362 * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
15363 * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
15364 (hsa_function_representation::update_dominance): New function.
15366 2016-03-31 Martin Liska <mliska@suse.cz>
15369 * hsa-brig.c (emit_directive_variable): Emit alignment
15370 according to hsa_symbol::m_align.
15371 * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
15372 (dump_hsa_symbol): Dump alignment of HSA symbols.
15373 * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
15374 (gen_hsa_addr_with_align): New function.
15375 (hsa_bitmemref_alignment): Use newly added function.
15376 (gen_hsa_insns_for_load): Likewise.
15377 (gen_hsa_insns_for_store): Likewise.
15378 (gen_hsa_memory_copy): New argument added.
15379 (gen_hsa_insns_for_single_assignment): Respect
15380 alignment for assignments processed via gen_hsa_memory_copy.
15381 (gen_hsa_insns_for_direct_call): Likewise.
15382 (gen_hsa_insns_for_return): Likewise.
15383 (gen_function_def_parameters): Set default alignment.
15384 * hsa.c (hsa_object_alignment): New function.
15385 (hsa_byte_alignment): Pasted function.
15386 * hsa.h (hsa_symbol::m_align): New field.
15388 2016-03-31 Bin Cheng <bin.cheng@arm.com>
15390 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
15391 scratch field for goto case.
15393 2016-03-31 James Greenhalgh <james.greenhalgh@arm.com>
15395 * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
15397 2016-03-31 Ilya Enkovich <enkovich.gnu@gmail.com>
15400 * config/i386/i386.c (scalar_chain::convert_op): Fix description.
15401 (scalar_chain::convert_insn): Call convert_op for reg
15402 moves to handle undefined registers.
15404 2016-03-31 Nathan Sidwell <nathan@acm.org>
15407 * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
15408 Assert we don't want to move backwards.
15410 2016-03-31 Kirill Yukhin <kirill.yukhin@intel.com>
15413 * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
15415 2016-03-31 Jakub Jelinek <jakub@redhat.com>
15417 PR rtl-optimization/70460
15418 * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
15419 with operand from REG_LABEL_OPERAND, instead substitute
15420 SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
15421 Don't do anything for REG_NON_LOCAL_GOTO jumps.
15423 2016-03-31 Martin Liska <mliska@suse.cz>
15425 * passes.c (execute_one_pass): Do not call
15426 todo_after for a discarded function.
15428 2016-03-31 Bin Cheng <bin.cheng@arm.com>
15430 * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
15431 (no_cost, infinite_cost): Initialize the new field.
15432 (get_computation_cost_at): Record setup cost.
15433 (determine_use_iv_cost_address): Skip cost computation for sub
15434 uses if we can estimate it without losing accuracy.
15436 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
15438 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
15440 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
15441 max_loop_iterations_int.
15442 (tree_unswitch_outer_loop): Likewise.
15443 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
15444 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
15446 2016-03-30 Richard Biener <rguenther@suse.de>
15448 PR middle-end/70450
15449 * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
15451 2016-03-30 Jakub Jelinek <jakub@redhat.com>
15454 * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
15455 in gen_blendm expander.
15457 2016-03-30 Nick Clifton <nickc@redhat.com>
15460 * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
15461 case where we are already provided with an SImode SUBREG.
15463 2016-03-30 H.J. Lu <hongjiu.lu@intel.com>
15466 * config/i386/i386.c (ix86_expand_epilogue): Properly check
15467 conflict between DRAP register and __builtin_eh_return.
15469 2016-03-30 Michael Matz <matz@suse.de>
15470 Richard Biener <rguenther@suse.de>
15473 * ipa-polymorphic-call.c (struct type_change_info): Change
15474 speculative to an unsigned allowing to limit the work we do.
15475 (csftc_abort_walking_p): New inline function..
15476 (check_stmt_for_type_change): Limit the number of may-defs
15477 skipped for speculative devirtualization to
15478 max-speculative-devirt-maydefs.
15479 * params.def (max-speculative-devirt-maydefs): New param.
15480 * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
15482 2016-03-30 Mike Stump <mrs@gcc.gnu.org>
15485 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
15488 2016-03-30 Patrick Palka <ppalka@gcc.gnu.org>
15490 PR tree-optimization/59124
15491 * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
15492 where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
15494 2016-03-29 Jeff Law <law@redhat.com>
15496 * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
15498 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
15500 * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
15503 2016-03-29 Thomas Schwinge <thomas@codesourcery.com>
15505 * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
15506 * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
15507 gcrt0.o if linking dynamically.
15509 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
15512 * ipa-devirt.c (methods_equal_p): New function.
15513 (compare_virtual_tables): Use it.
15514 * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
15515 * cgraphclones.c (clone_function_name_1): Use
15516 symbol_table::symbol_suffix_separator.
15517 * coverage.c (build_var): Likewise.
15518 * symtab.c (symbol_table::symbol_suffix_separator): New.
15520 2016-03-29 Jakub Jelinek <jakub@redhat.com>
15522 PR rtl-optimization/70429
15523 * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
15524 (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
15525 mode != result_mode.
15528 * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
15530 PR tree-optimization/70405
15531 * ssa-iterators.h (num_imm_uses): Add missing braces.
15533 2016-03-29 Vladimir Makarov <vmakarov@redhat.com>
15535 PR rtl-optimization/68695
15536 * ira-color.c (allocno_copy_cost_saving): New.
15537 (improve_allocation): Use it.
15539 2016-03-29 Richard Henderson <rth@redhat.com>
15541 PR middle-end/70355
15542 * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
15544 2016-03-29 Richard Biener <rguenther@suse.de>
15546 PR middle-end/70424
15547 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
15548 use alignment returned by get_pointer_alignment_1 if it is
15549 bigger than BITS_PER_UNIT.
15550 * builtins.c (get_pointer_alignment_1): Do not return true
15551 for alignment extracted from SSA info.
15553 2016-03-28 James Bowman <james.bowman@ftdichip.com>
15555 * config/ft32/ft32.opt (mnodiv): New.
15556 * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
15557 * doc/invoke.texi (FT32 Options -mnodiv): New.
15559 2016-03-28 Kirill Yukhin <kirill.yukhin@intel.com>
15562 * config/i386/i386.md (define_split, andn): Fix modes.
15564 2016-03-26 Richard Biener <rguenther@suse.de>
15565 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
15568 * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
15570 TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
15571 as 2nd argument to cl_optimization_restore().
15573 2016-03-25 Richard Henderson <rth@redhat.com>
15576 * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
15577 * config/aarch64/aarch64-protos.h: Declare it.
15578 * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
15580 2016-03-25 Alan Modra <amodra@gmail.com>
15583 * config/rs6000/constraints.md (j): Simplify.
15584 * config/rs6000/predicates.md (easy_fp_constant): Exclude
15586 * config/rs6000/rs6000.md (zero_fp): New mode_attr.
15587 (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
15588 mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
15589 in all constraint alternatives.
15590 (movtd_64bit_nodm): Delete "j" constraint alternative.
15592 2016-03-24 Aldy Hernandez <aldyh@redhat.com>
15594 * tree-ssa-propagate.c: Enhance docs for
15595 SSA_PROP_NOT_INTERESTING.
15597 2016-03-24 Aldy Hernandez <aldyh@redhat.com>
15599 * doc/extend.texi: Fix typo in documentation to pure attribute.
15601 2016-03-24 John David Anglin <danglin@gcc.gnu.org>
15604 * config/pa/pa.md (bswapdi2): Use a scratch register.
15606 2016-03-24 Richard Henderson <rth@redhat.com>
15608 PR middle-end/69845
15609 * fold-const.c (extract_muldiv_1): Correct test for multiplication
15612 2016-03-24 Uros Bizjak <ubizjak@gmail.com>
15614 * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
15615 using ix86_expand_binary_operator instead of gen_andsi3.
15617 2016-03-24 Richard Biener <rguenther@suse.de>
15619 PR tree-optimization/70396
15620 * tree-vect-stmts.c (vectorizable_comparison): Use
15621 get_vectype_for_scalar_type.
15623 2016-03-24 Richard Biener <rguenther@suse.de>
15625 PR middle-end/70370
15626 * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
15627 with register bases.
15629 2016-03-24 Richard Biener <rguenther@suse.de>
15631 PR tree-optimization/70372
15632 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
15633 build_all_ones_cst to also handle vector types correctly.
15635 2016-03-23 Michael Meissner <meissner@linux.vnet.ibm.com>
15638 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
15641 2016-03-23 Marek Polacek <polacek@redhat.com>
15644 * doc/invoke.texi: Document -Wignored-attributes.
15646 2016-03-23 Bin Cheng <bin.cheng@arm.com>
15648 PR tree-optimization/69042
15649 * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
15650 parameter from 30 to 40.
15652 2016-03-23 Bin Cheng <bin.cheng@arm.com>
15654 PR tree-optimization/69042
15655 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
15656 for use with constant offset stripped in base.
15658 2016-03-23 Richard Biener <rguenther@suse.de>
15660 PR middle-end/70251
15661 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
15662 mode compatibility check.
15663 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
15665 2016-03-23 Jeff Law <law@redhat.com>
15667 PR tree-optimization/64058
15668 * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
15670 (struct ssa_conflicts): Move up earlier in the file.
15671 (conflicts_, var_map_): New static variables.
15672 (initialize_conflict_count): New function to initialize the
15673 CONFLICT_COUNT field for each conflict pair.
15674 (compare_pairs): Lazily initialize the conflict count and use it
15675 as the first tie-breaker.
15676 (sort_coalesce_list): Add new arguments conflicts, map. Initialize
15677 and wipe conflicts_ and map_ around the call to qsort. Remove
15678 special case for 2 coalesce pairs.
15679 * bitmap.c (bitmap_count_unique_bits): New function.
15680 (bitmap_count_bits_in_word): New function, extracted from
15682 (bitmap_count_bits): Use bitmap_count_bits_in_word.
15683 * bitmap.h (bitmap_count_unique_bits): Declare it.
15685 2016-03-23 Ilya Enkovich <enkovich.gnu@gmail.com>
15688 * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
15689 transparent alias chain for decl assembler name.
15690 * config/sol2.c (solaris_assemble_visibility): Likewise.
15692 2016-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15694 * config/arm/arm1020e.md (1020call_op): Reduce reservation
15696 (v10_fdivs): Likewise.
15697 (v10_fdivd): Likewise.
15699 2016-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15702 * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
15703 to not call fclose twice on file.
15705 2016-03-23 Jakub Jelinek <jakub@redhat.com>
15707 PR tree-optimization/70354
15708 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
15709 oprnd0 is wider than oprnd1 and there is a cast from the wider
15710 type to oprnd1, mask it with the mask of the narrower type.
15713 * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
15714 Optimize TARGET_STV splitters, if high or low word of last argument
15717 2016-03-22 Jeff Law <law@redhat.com>
15720 tree-ssa-threadbackward.c
15721 (fsm_find_control_statement_thread_paths): Correctly distinguish
15722 between old style jump threads vs FSM jump threads.
15724 2016-03-22 Ilya Enkovich <enkovich.gnu@gmail.com>
15727 * config/i386/i386.c (scalar_chain::convert_op): Support
15728 uninitialized register usage case.
15730 2016-03-22 Richard Biener <rguenther@suse.de>
15732 PR middle-end/70251
15733 * genmatch.c (gen_transform): Adjust last parameter to a three-state
15735 (capture::gen_transform): ... to change behavior when substituting
15736 a condition into cond or not-cond expr context.
15737 (dt_simplify::gen_1): Adjust.
15738 * gimple-match-head.c: Include gimplify.h for unshare_expr.
15739 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
15740 last change and instead change to
15741 A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
15742 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
15744 2016-03-22 Anthony Green <green@moxielogic.com>
15746 * config/moxie/moxiebox.h (CC1_SPEC): Define. Fix endianness
15747 issue for moxiebox targets.
15748 (CC1PLUS_SPEC): Ditto.
15750 2016-03-22 Richard Biener <rguenther@suse.de>
15752 PR middle-end/70333
15753 * fold-const.c (extract_muldiv_1): Properly perform multiplication
15756 2016-03-22 Kirill Yukhin <kirill.yukhin@intel.com>
15758 * config/i386/i386.c (def_builtin): Remove duplicated functionality.
15760 2016-03-22 Kirill Yukhin <kirill.yukhin@intel.com>
15763 * config/i386/i386.c (def_builtin): Handle
15764 OPTION_MASK_ISA_AVX512VL to be and-ed with other
15766 (const struct builtin_description bdesc_special_args[]):
15767 Remove duplicate ISA bits.
15769 2016-03-22 Jakub Jelinek <jakub@redhat.com>
15772 * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
15773 d.perm[i] for i >= d.nelt. If not full_interleave, compute d.perm[i]
15774 in a way that works also for AVX512BW.
15777 * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
15778 instead of source if operands[1] is xmm16 and above and
15779 !TARGET_AVX512VL. Use avx512f_vec_dupv16sf_1 instead of
15780 vec_interleave_lowv4sf if we need to unpack xmm16 and above.
15783 * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
15784 on assign if (*from_p) is a comparison, set it to
15785 TREE_NO_WARNING (*from_p).
15787 2016-03-21 Jakub Jelinek <jakub@redhat.com>
15789 PR middle-end/70326
15790 * lra.c (restore_scratches): Ignore deleted insns.
15792 2016-03-21 Marc Glisse <marc.glisse@inria.fr>
15793 Jakub Jelinek <jakub@redhat.com>
15795 PR tree-optimization/70317
15796 * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
15799 2016-03-21 Uros Bizjak <ubizjak@gmail.com>
15802 * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
15803 of ix86_expand_move.
15805 (movti): Use general_operand for operand 1 predicate.
15807 2016-03-21 Martin Liska <mliska@suse.cz>
15809 * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
15811 (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
15813 2016-03-21 Martin Liska <mliska@suse.cz>
15816 * ipa-icf.c (sem_function::parse): Skip static
15817 constructors and destructors.
15819 2016-03-21 Jakub Jelinek <jakub@redhat.com>
15822 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
15823 function-like macro, peek following token(s) if it is followed
15824 by CPP_OPEN_PAREN token with optional padding in between, and
15825 if not, don't treat it like a macro.
15827 2016-03-21 Thomas Schwinge <thomas@codesourcery.com>
15828 Alexander Monakov <amonakov@ispras.ru>
15830 * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
15831 for the stabs debug format.
15833 2016-03-21 Richard Biener <rguenther@suse.de>
15835 PR tree-optimization/70310
15836 * tree-vect-generic.c (expand_vector_condition): Fold the built
15839 2016-03-21 Kirill Yukhin <kirill.yukhin@intel.com>
15842 * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
15843 Block third alternative for AVX-512VL target,
15845 2016-03-21 Martin Liska <mliska@suse.cz>
15848 * hsa-brig.c (emit_function_directives): Mark unemitted
15849 global variables for emission.
15850 * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
15851 (get_symbol_for_decl): Likewise.
15852 * hsa.h (struct hsa_symbol): New flag.
15854 2016-03-21 Richard Biener <rguenther@suse.de>
15856 PR tree-optimization/70288
15857 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
15858 we do not estimate unsimplified all-constant conditionals or
15859 switches as optimized away.
15861 2016-03-21 Andrey Belevantsev <abel@ispras.ru>
15863 PR rtl-optimization/69102
15864 * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
15865 when we have a readonly dependency context.
15867 2016-03-18 Jeff Law <law@redhat.com>
15869 PR rtl-optimization/70263
15870 * ira.c (memref_used_between_p): Assert we found END in the insn chain.
15871 (update_equiv_regs): When trying to move a store to after the insn
15872 that sets the source of the store, make sure the store occurs after
15873 the insn that sets the source of the store. When successful note
15874 the REG_EQUIV note created in the dump file.
15876 2016-03-16 David Wohlferd <dw@LimeGreenSocks.com>
15877 Bernd Schmidt <bschmidt@redhat.com>
15879 * doc/extend.texi: Document more potential problems with basic asms.
15881 2016-03-18 Bernd Schmidt <bschmidt@redhat.com>
15883 PR rtl-optimization/70278
15884 * lra-constraints.c (split_reg): Handle the case where biggest_mode is
15887 2016-03-18 Jason Merrill <jason@redhat.com>
15889 * calls.c (load_register_parameters): Fix zero size sibcall logic.
15891 2016-03-18 Kirill Yukhin <kirill.yukhin@intel.com>
15893 * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
15894 values to 128b regs.
15896 2016-03-18 Ilya Enkovich <enkovich.gnu@gmail.com>
15898 PR tree-optimization/70252
15899 * tree-vect-stmts.c (supportable_widening_operation): Check resulting
15900 boolean vector has a proper number of elements.
15901 (supportable_narrowing_operation): Likewise.
15903 2016-03-18 Tom de Vries <tom@codesourcery.com>
15906 * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
15908 2016-03-18 Jakub Jelinek <jakub@redhat.com>
15910 * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
15911 instead of replace_rtx for DEBUG_INSNs.
15913 2016-03-18 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
15915 * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
15916 load type reservations.
15918 2016-03-17 John David Anglin <danglin@gcc.gnu.org>
15921 * config/pa/constraints.md: Revert 2015-02-13 change. Use
15922 define_constraint for "Q" and "T" constraints.
15924 2016-03-17 Evandro Menezes <e.menezes@samsung.com>
15926 Tweak the pipeline model for Exynos M1
15928 * config/aarch64/aarch64.c (exynosm1_tunings): Enable weak prefetching
15931 2016-03-17 David Malcolm <dmalcolm@redhat.com>
15934 * diagnostic-show-locus.c (compatible_locations_p): Handle the case
15935 where one or both locations aren't within a line_map.
15937 2016-03-17 H.J. Lu <hongjiu.lu@intel.com>
15940 * opts.c (finish_options): Don't set flag_pie to the default if
15941 -fpic, -fPIC, -fno-pic or -fno-PIC is used. Set flag_pic to 0
15944 2016-03-17 Joern Rennecke <joern.rennecke@embecosm.com>
15946 * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
15947 true as ALL_REGS argument to replace_rtx.
15949 2016-03-17 Richard Biener <rguenther@suse.de>
15952 * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
15955 2016-03-17 Jakub Jelinek <jakub@redhat.com>
15958 * rtl.h (replace_rtx): Add ALL_REGS argument.
15959 * rtlanal.c (replace_rtx): Likewise. If true, use REGNO
15960 equality and assert mode is the same, instead of just rtx pointer
15962 * config/i386/i386.md (mov + arithmetics with load peephole): Pass
15963 true as ALL_REGS argument to replace_rtx.
15965 2016-03-17 Ilya Enkovich <enkovich.gnu@gmail.com>
15967 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
15968 for boolean vector with vector mode only.
15969 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
15971 2016-03-17 Nick Clifton <nickc@redhat.com>
15974 * config/rx/rx.c (rx_print_integer): Print negative constants in
15977 2016-03-17 Jakub Jelinek <jakub@redhat.com>
15980 * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
15982 2016-03-16 Richard Henderson <rth@redhat.com>
15983 Richard Biener <rguenth@suse.de>
15985 PR middle-end/70240
15986 PR middle-end/68215
15988 * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
15989 first operand as is_gimple_condexpr.
15991 PR middle-end/70240
15992 PR middle-end/68215
15994 2015-12-11 Eric Botcazou <ebotcazou@adacore.com>
15995 * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
15996 Do not gimplify the result.
15997 (do_unop): Adjust call to tree_vec_extract.
15998 (do_binop): Likewise.
15999 (do_compare): Likewise.
16000 (do_plus_minus): Likewise.
16001 (do_negate): Likewise.
16002 (expand_vector_condition): Likewise.
16003 (do_cond): Likewise.
16005 2016-03-16 Richard Henderson <rth@redhat.com>
16008 * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
16009 (aarch64_classify_address): Use it.
16010 (aarch64_legitimize_address): Force all subexpressions of PLUS
16011 into registers. Simplify as (sfp+const)+reg or (reg+reg)+const.
16013 2016-03-16 Jakub Jelinek <jakub@redhat.com>
16014 Richard Biener <rguenth@suse.de>
16017 * rtlanal.c (replace_rtx): For REG, if from is a REG,
16018 return to even if only REGNO is equal, and assert
16021 2016-03-11 Jeff Law <law@redhat.com>
16023 PR rtl-optimization/70224
16024 * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
16026 2016-03-16 Richard Henderson <rth@redhat.com>
16028 PR middle-end/70199
16029 * function.h (struct function): Add has_forced_label_in_static.
16030 * gimplify.c (force_labels_r): Set it.
16031 * lto-streamer-in.c (input_struct_function_base): Read it.
16032 * lto-streamer-out.c (output_struct_function_base): Write it.
16033 * tree-inline.c (has_label_address_in_static_1): Remove.
16034 (copy_forbidden): Remove fndecl parameter; test
16035 has_forced_label_in_static.
16036 (inline_forbidden_p): Update call to copy_forbidden.
16037 (tree_versionable_function_p): Likewise.
16038 * ipa-chkp.c (chkp_instrumentable_p): Likewise.
16039 (chkp_versioning): Likewise.
16040 * tree-inline.h (copy_forbidden): Update decl.
16042 2016-03-16 Marek Polacek <polacek@redhat.com>
16045 * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
16046 function being thunked if the result type doesn't have fixed size.
16047 * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
16048 doesn't have fixed size.
16050 2016-03-16 Bin Cheng <bin.cheng@arm.com>
16052 * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
16053 reporting malformed loop nest.
16055 2016-03-16 Tom de Vries <tom@codesourcery.com>
16058 * ipa-devirt.c (possible_polymorphic_call_targets): Move
16059 nodes.length () == 1 test to before first nodes[0] access.
16061 2016-03-16 Tom de Vries <tom@codesourcery.com>
16063 PR tree-optimization/68715
16064 * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
16065 single_pred_p test.
16067 2016-03-16 Tom de Vries <tom@codesourcery.com>
16069 PR tree-optimization/68809
16070 * graphite-scop-detection.c (same_close_phi_node): Test if result types
16073 2016-03-16 Carlos O'Donell <carlos@redhat.com>
16074 Sandra Loosemore <sandra@codesourcery.com>
16076 * doc/extend.texi (Common Function Attributes): Describe ifunc impact
16077 on leaf attribute. Mention ELF interposition problems.
16079 2016-03-16 Alan Modra <amodra@gmail.com>
16081 PR rtl-optimization/69195
16082 PR rtl-optimization/47992
16083 * ira.c (indirect_jump_optimize): Ignore artificial defs.
16086 2016-03-15 Eric Botcazou <ebotcazou@adacore.com>
16089 * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
16091 2016-03-15 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
16093 * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
16095 2016-03-15 Jakub Jelinek <jakub@redhat.com>
16097 PR rtl-optimization/70222
16098 * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
16099 optimization if mode is different from result_mode, queue up masking
16100 of the result in outer_op. Formatting fix.
16102 PR middle-end/70239
16103 * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
16106 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
16108 PR rtl-optimization/69032
16109 * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
16110 looping backwards over basic block insns.
16112 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
16115 * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
16116 to non-speculative when propagating trap bits.
16118 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
16120 PR rtl-optimization/63384
16121 * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
16122 DEBUG_INSN_P insns.
16124 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
16127 * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
16128 factored out from ...
16129 (sched_analyze_insn): ... here.
16130 * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
16131 * sel-sched-ir.c (setup_id_implicit_regs): New function, use
16132 get_implicit_reg_pending_clobbers in it.
16133 (setup_id_reg_sets): Use setup_id_implicit_regs.
16134 (deps_init_id): Ditto.
16136 2016-03-15 Tom de Vries <tom@codesourcery.com>
16139 * cgraph.c (cgraph_node::get_body): Save, reset and restore
16141 * passes.c (execute_one_ipa_transform_pass): Add missing argument to
16142 execute_function_dump.
16143 (execute_one_pass): Don't dump function if it will be dumped after ipa
16146 2016-03-15 Segher Boessenkool <segher@kernel.crashing.org>
16148 * genrecog.c (match_pattern_2): If pred is NULL don't call
16149 safe_predicate_mode on it.
16151 2016-03-14 Jakub Jelinek <jakub@redhat.com>
16153 PR middle-end/70219
16154 * lra-constraints.c (delete_move_and_clobber): Change assertion
16155 to also allow dregno == 0.
16157 2016-03-14 Richard Henderson <rth@redhat.com>
16160 * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
16161 (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
16162 (reassociate_bb): Use optimize_vec_cond_expr; avoid
16163 optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
16166 2016-03-14 Bernd Schmidt <bschmidt@redhat.com>
16169 * lra-lives.c (process_bb_lives): Also update biggest mode for hard
16171 (lra_create_live_ranges_1): initialize hard register biggest_mode to
16173 * lra-constraints.c (split_reg): For hard regs, try to find the
16174 biggest single-register mode used in the function.
16176 2016-03-14 Richard Biener <rguenther@suse.de>
16178 PR tree-optimization/56365
16179 * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
16180 constants to compare against.
16182 2016-03-14 Segher Boessenkool <segher@kernel.crashing.org>
16185 * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
16186 *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
16187 (define_split for the GPR case): Use int_reg_operand instead of
16188 gpc_reg_operand for the output.
16190 2016-03-14 Tom de Vries <tom@codesourcery.com>
16192 PR tree-optimization/70045
16193 * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
16194 create_empty_if_region_on_edge argument.
16196 2016-03-13 Eric Botcazou <ebotcazou@adacore.com>
16198 * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
16199 (STACK_CHECK_PROTECT): Likewise.
16200 * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
16201 (STACK_CHECK_PROTECT): Likewise.
16202 * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
16203 (STACK_CHECK_PROTECT): Likewise.
16204 * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
16205 * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
16206 (STACK_CHECK_PROTECT): Likewise.
16208 2016-03-12 Andrey Belevantsev <abel@ispras.ru>
16210 PR rtl-optimization/69307
16211 * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
16212 registers in modes that span more than one register.
16214 2016-03-12 Vladimir Makarov <vmakarov@redhat.com>
16217 * lra-constraints.c (delete_move_and_clobber): New.
16218 (remove_inheritance_pseudos): Use it.
16220 2016-03-12 Eric Botcazou <ebotcazou@adacore.com>
16223 * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
16224 the libcall is LCT_THROW.
16225 * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
16226 for the checking routine.
16228 2016-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
16231 * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
16232 optimization if we have direct move.
16233 (roundu32<mode>2_fprs): Likewise.
16235 2016-03-11 Bernd Schmidt <bschmidt@redhat.com>
16238 * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
16240 (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
16241 Arguments swapped. All callers changed. Take reg_renumber into
16242 account, and Calculate and compare register ranges for hard regs.
16244 2016-03-11 Jeff Law <law@redhat.com>
16246 PR tree-optimization/70190
16247 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16248 Handle cases where we can not extract the taken edge, even though we
16249 found a constant value.
16251 PR tree-optimization/64058
16252 * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
16253 (num_coalesce_pairs): Move up earlier in file.
16254 (find_coalesce_pair): Initialize the INDEX field for each pair
16256 (compare_pairs): No longer sort on the elements in each pair.
16257 Instead break ties with the index of the coalesce pair.
16259 2016-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16262 * config/aarch64/aarch64-protos.h
16263 (aarch64_save_restore_target_globals): New prototype.
16264 * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
16265 Call the above when popping pragma.
16266 * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
16268 (aarch64_set_current_function): Rewrite using the above.
16270 2016-03-11 Jakub Jelinek <jakub@redhat.com>
16272 PR tree-optimization/70177
16273 * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
16274 (extract_ops_from_tree): ... this. In the 2 argument
16275 overload remove _1 suffix.
16276 * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
16277 (extract_ops_from_tree): ... this.
16278 * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
16280 * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
16281 * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
16282 extract_ops_from_tree instead of 2 operand one.
16284 2016-03-11 Alan Lawrence <alan.lawrence@arm.com>
16286 PR tree-optimization/70013
16287 * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
16288 for constant-pool entries.
16290 2016-03-11 Jakub Jelinek <jakub@redhat.com>
16292 PR rtl-optimization/70174
16293 * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
16294 followed by gen_lowpart on force_reg instead of just gen_lowpart.
16296 PR tree-optimization/70169
16297 * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
16298 LABEL_DECL like VAR_DECL. Emit nothing instead of gcc_unreachable
16301 2016-03-11 Ilya Enkovich <enkovich.gnu@gmail.com>
16302 Jakub Jelinek <jakub@redhat.com>
16305 * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
16306 of uninitialized values.
16308 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16310 * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
16312 ("*trunctddd2"): New pattern definition.
16313 ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
16316 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16318 * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
16319 definitions for BFP and DFP rounding modes.
16320 ("fixuns_truncdddi2", "fixuns_trunctddi2")
16321 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
16322 ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
16323 ("fix_trunctf<mode>2"): Use the new constants instead of magic
16326 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16328 * config/s390/constraints.md: Adjust comment.
16329 ("Y"): Adjust comment. Rename s390_decompose_shift_count to
16330 s390_decompose_addrstyle_without_index.
16331 * config/s390/predicates.md (shift_count_or_setmem_operand):
16332 Rename to setmem_operand.
16333 * config/s390/s390-protos.h
16334 (s390_decompose_shift_count): Rename to
16335 s390_decompose_addrstyle_without_index.
16336 * config/s390/s390.c (s390_decompose_shift_count)
16337 (s390_mem_constraint, print_shift_count_operand)
16338 (print_operand_address, print_operand): Rename
16339 s390_decompose_shift_count to
16340 s390_decompose_addrstyle_without_index and rename
16341 print_shift_count_operand to print_addrstyle_operand troughout the
16343 * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
16344 ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
16345 Rename shift_count_or_setmem_operand to setmem_operand.
16346 * config/s390/vx-builtins.md ("vec_insert<mode>")
16347 ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
16350 2016-03-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16353 * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
16354 Handle overlapping retval and newval.
16356 2016-03-10 Nick Clifton <nickc@redhat.com>
16359 * config/aarch64/aarch64.c
16360 (aarch64_override_options_after_change_1): When forcing
16361 flag_omit_frame_pointer to be true, use a special value that can
16362 be detected if this function is called again, thus preventing
16363 flag_omit_leaf_frame_pointer from being forced to be false.
16365 2016-03-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16367 * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
16368 Set x_flag_omit_leaf_frame_pointer when handling
16369 -momit-leaf-frame-pointer.
16371 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
16374 * cgraph.c (cgraph_node::dump): Dump split_part and
16375 indirect_call_target.
16376 * cgraph.h (cgraph_node): Add indirect_call_target flag.
16377 * ipa.c (has_addr_references_p): Cleanup.
16378 (is_indirect_call_target_p): New.
16379 (walk_polymorphic_call_targets): Do not mark virtuals that may be
16380 called indirectly as local.
16381 (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
16383 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
16386 * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
16387 on cxa_pure_virtual.
16389 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
16392 * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
16394 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
16397 * tree.c (need_assembler_name_p): Only record main variant type names.
16399 2016-03-10 Christophe Lyon <christophe.lyon@linaro.org>
16402 * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
16403 Always define to 0 or 1.
16404 (TARGET_FIX_ERR_A53_843419): New macro.
16405 * config/aarch64/aarch64-elf-raw.h
16406 (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
16407 * config/aarch64/aarch64-linux.h: Likewise.
16408 * config/aarch64/aarch64.c
16409 (aarch64_override_options_after_change_1): Do not default
16410 aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
16412 (aarch64_attributes): Handle fix-cortex-a53-843419.
16413 (aarch64_can_inline_p): Likewise.
16414 * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
16416 2016-03-10 Alan Lawrence <alan.lawrence@arm.com>
16417 Jakub Jelinek <jakub@redhat.com>
16419 * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
16420 * tree.c (array_at_struct_end_p): Do not limit to size of decl for
16421 DECL_COMMONS if flag_unconstrained_commons is set.
16422 * tree-dfa.c (get_ref_base_and_extent): Likewise.
16423 * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
16424 (funconstrained-commons): Document.
16426 2016-03-10 Christophe Lyon <christophe.lyon@linaro.org>
16428 * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
16429 aarch64-fusion-pairs.def and aarch64-tuning-flags.def
16431 2016-03-10 Ilya Enkovich <enkovich.gnu@gmail.com>
16433 * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
16434 has a proper number of elements.
16436 2016-03-10 Alan Modra <amodra@gmail.com>
16438 PR rtl-optimization/69195
16439 PR rtl-optimization/47992
16440 * ira.c (recorded_label_ref): Delete.
16441 (update_equiv_regs): Return void.
16442 (indirect_jump_optimize): New function.
16443 (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
16444 before regstat_compute_ri. Don't rebuild_jump_labels here.
16445 Delete update_regstat.
16447 2016-03-10 Richard Biener <rguenther@suse.de>
16449 PR tree-optimization/70128
16450 * tree-ssa-structalias.c (set_uids_in_ptset): Set
16451 vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
16453 2016-03-09 Jakub Jelinek <jakub@redhat.com>
16455 PR tree-optimization/70152
16456 * tree-sra.c (replace_removed_params_ssa_names): Copy over
16457 SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
16460 * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
16461 instead of gen_sse2_loadlpd.
16462 * config/i386/sse.md (*vec_concatv2df): Rename to...
16463 (vec_concatv2df): ... this.
16465 PR tree-optimization/70127
16466 * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
16468 2016-03-09 David Malcolm <dmalcolm@redhat.com>
16472 * diagnostic-show-locus.c (compatible_locations_p): New function.
16473 (layout::layout): Sanitize ranges using compatible_locations_p.
16475 2016-03-09 David Malcolm <dmalcolm@redhat.com>
16479 * diagnostic-show-locus.c (layout_range::layout_range): Replace
16480 location_range param with three const expanded_locations * and a
16482 (layout::layout): Replace call to
16483 rich_location::lazily_expand_location with get_expanded_location.
16484 Extract the range and perform location expansion here, passing
16485 the results to the layout_range ctor.
16486 * diagnostic.c (source_range::debug): Delete.
16487 * diagnostic.h (diagnostic_expand_location): Reimplement in terms
16488 of rich_location::get_expanded_location.
16489 * gcc-rich-location.c (get_range_for_expr): Delete.
16490 (gcc_rich_location::add_expr): Reimplement to avoid the
16491 rich_location::add_range overload that took a location_range,
16492 passing a location_t instead.
16494 2016-03-09 Richard Biener <rguenther@suse.de>
16495 Jakub Jelinek <jakub@redhat.com>
16497 PR tree-optimization/70138
16498 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
16499 Also skip vect_double_reduction_def.
16501 2016-03-09 Jakub Jelinek <jakub@redhat.com>
16504 * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
16505 if the operand is "m".
16507 2016-03-09 Nathan Sidwell <nathan@acm.org>
16509 * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
16511 2016-03-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
16513 * config/i386/i386.c (processor_target_table): Fix cost table
16514 intialization order for znver1.
16516 2016-03-08 Jakub Jelinek <jakub@redhat.com>
16518 * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
16519 - becuase -> because.
16520 * ipa-reference.c (ignore_module_statics): Likewise.
16521 * cgraph.c (cgraph_node::get_body): Likewise.
16522 * ipa-inline.c (early_inliner): Likewise.
16523 * ipa-devirt.c (types_same_for_odr): Likewise.
16524 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
16525 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
16527 2016-03-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16529 * tree-ssa-math-opts.c: Fix typo in comment.
16531 2016-03-08 Jakub Jelinek <jakub@redhat.com>
16534 * config/i386/i386.c (scalar_chain::make_vector_copies,
16535 scalar_chain::convert_reg): Call end_sequence in between
16536 get_insns and emit_conversion_insns rather than after both
16539 2016-03-07 Uros Bizjak <ubizjak@gmail.com>
16542 * config/i386/i386.h (machine_function): Add
16543 pc_thunk_call_expanded flag.
16544 (ix86_pc_thunk_call_expanded): New define.
16545 * config/i386/i386.md (set_got, set_got_labelled): New expanders.
16546 (*set_got): Rename insn pattern from set_got.
16547 (*set_got_labelled): Rename inst pattern from set_got_labelled.
16548 * config/i386/i386.c (ix86_compute_frame_layout): Use
16549 ix86_pc_thunk_call_expanded to prevent red-zone.
16551 2016-03-07 Martin Jambor <mjambor@suse.cz>
16553 * hsa.h (hsa_get_ctor_statements): Declare.
16554 (hsa_get_dtor_statements): Likewise.
16555 (hsa_get_kernel_dispatch_type): Likewise.
16556 * hsa.c (hsa_get_ctor_statements): New function.
16557 (hsa_get_dtor_statements): Likewise.
16558 (hsa_get_kernel_dispatch_type): Likewise.
16559 * hsa-brig.c (hsa_cdtor_statements): Removed.
16560 (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
16561 hsa_get_dtor_statements.
16562 * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
16563 (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
16565 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
16567 * config/arm/arm-cores.def (cortex-r8): New.
16568 * config/arm/arm-tables.opt (cortex-r8): Regenerate.
16569 * config/arm/arm-tune.md: Likewise.
16570 * doc/invoke.texi: Add cortex-r8 to list of cpu values.
16572 2016-03-07 Martin Sebor <msebor@redhat.com>
16574 PR rtl-optimization/19705
16575 * doc/invoke.texi (Options That Control Optimization): Clarify
16576 -fno-branch-count-reg.
16578 2016-02-26 Richard Biener <rguenther@suse.de>
16579 Jeff Law <law@redhat.com>
16581 PR tree-optimization/69740
16582 * cfghooks.c (remove_edge): Request loop fixups if we delete
16583 an edge that might turn an irreducible loop into a natural
16585 * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
16586 Move after definition of loops_state_clear.
16588 2016-03-07 Bin Cheng <bin.cheng@arm.com>
16590 PR rtl-optimization/69052
16591 * rtlanal.c (commutative_operand_precedence): Set higher precedence
16594 2016-03-07 Tom de Vries <tom@codesourcery.com>
16596 PR tree-optimization/70116
16597 * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
16598 is_tm_ending stmts and ubsan/asan internal functions.
16599 (find_duplicate): Use it. Don't test is_tm_ending here.
16601 2016-03-07 Richard Biener <rguenther@suse.de>
16603 PR tree-optimization/70115
16604 * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
16605 (propagate_constants_for_unrolling): Use replace_uses_by.
16607 2016-03-07 Nathan Sidwell <nathan@codesourcery.com>
16609 PR middle-end/69916
16610 * omp-low.c (struct oacc_loop): Add ifns.
16611 (new_oacc_loop_raw): Initialize it.
16612 (finish_oacc_loop): Clear mask & flags if no ifns.
16613 (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
16614 (oacc_loop_xform_loop): Add ifns arg & adjust.
16615 (oacc_loop_process): Adjust oacc_loop_xform_loop call.
16617 2016-03-07 Richard Henderson <rth@redhat.com>
16620 * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
16621 (insert_value_copy_on_edge): Likewise.
16623 2016-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16625 * config/arm/arm_neon.h: Show error if using with soft-float ABI.
16627 2016-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16630 * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
16632 2016-03-05 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
16634 * config/i386/i386.c (znver1_cost): Fix Multiply cost.
16636 2016-03-05 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
16638 Fix sseimul type attribute.
16639 * config/i386/znver1.md
16640 (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
16641 znver1_sseimul_avx256_load) : Fix the type attribute.
16642 (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
16643 pipe usage and latency.
16645 2016-03-05 Jakub Jelinek <jakub@redhat.com>
16648 * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
16649 of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
16652 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
16655 * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
16657 PR rtl-optimization/69941
16658 * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
16659 the reg share its mode.
16661 2016-03-04 Jeff Law <law@redhat.com>
16663 PR tree-optimization/69196
16664 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16665 If the both SSA_NAMEs are anonymous, then consider them unassociated
16666 and include the PHI in the statement count.
16668 2016-03-05 Tom de Vries <tom@codesourcery.com>
16670 * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
16671 construct in oacc routine. Check for oacc region in oacc routine.
16673 2016-03-04 Jakub Jelinek <jakub@redhat.com>
16676 * config/i386/i386.c (decide_alg): Add RECUR argument. Revert
16677 2016-02-22 changes, instead don't recurse if RECUR is already true.
16678 Don't change *dynamic_check if RECUR. Adjust recursive caller
16679 to pass true to the new argument.
16680 (ix86_expand_set_or_movmem): Adjust decide_alg caller.
16683 * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
16684 <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
16686 (vec_set_hi_<mode><mask_name>): Likewise. Swap VEC_CONCAT operands.
16688 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
16690 PR rtl-optimization/57676
16691 * lra-assigns.c (lra_assign): Guard test for maximum iterations
16692 with flag_checking.
16694 2016-03-04 Ilya Enkovich <enkovich.gnu@gmail.com>
16696 * tree-vect-patterns.c (search_type_for_mask): Handle
16697 comparison of booleans.
16699 2016-03-04 Jakub Jelinek <jakub@redhat.com>
16701 * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
16705 * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
16706 all other ops that have dw_val_class_die_ref operands,
16707 and DW_OP_GNU_entry_value.
16709 2016-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16711 PR rtl-optimization/69904
16712 * config/arm/arm.c (arm_cannot_copy_insn_p):
16713 Return true for load-exclusive instructions.
16715 2016-03-03 Jakub Jelinek <jakub@redhat.com>
16718 * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
16719 argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
16720 the pattern no matter if it is used just by non-pattern, pattern
16722 (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
16723 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
16724 oprnd1 def_stmt is in pattern, don't look through it.
16726 2016-03-03 Marek Polacek <polacek@redhat.com>
16728 PR middle-end/70050
16729 * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
16731 2016-03-03 Martin Liska <mliska@suse.cz>
16733 PR tree-optimization/70043
16734 * tree-vect-loop.c (optimize_mask_stores): Move iterator to
16735 previous statement if we see a debug statement.
16737 2016-03-03 Richard Biener <rguenther@suse.de>
16739 PR tree-optimization/55936
16740 * tree-vrp.c (compare_name_with_value): Add use_equiv_p
16741 parameter and guard unsafe equivalence use.
16742 (vrp_evaluate_conditional_warnv_with_ops): Always use
16743 safe equivalences but not via the quadratic compare_names
16746 2016-03-03 Michael Collison <michael.collison@linaro.org>
16749 * config/arm/arm.md (*subsi3_carryin_const): Change predicate
16750 for operand 1 to s_register_operand. Change predicate for operand
16751 2 to arm_not_immediate_operand.
16753 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
16755 * doc/tm.texi: Regenerated.
16757 2016-03-02 Richard Henderson <rth@redhat.com>
16760 * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
16761 simplification when all args are positive non-fixed registers.
16763 2016-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
16765 * target.def (lra_p): Specify that new ports should use LRA.
16767 2016-03-02 Jakub Jelinek <jakub@redhat.com>
16770 * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
16771 gimplify_type_sizes the type they refer to.
16772 (omp_notice_variable): Handle reference vars to VLAs.
16773 * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
16774 reference to VLA decls in the second pass instead of first pass.
16776 2016-03-02 Tom de Vries <tom@codesourcery.com>
16778 PR tree-optimization/68659
16779 * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
16780 new_expr == NULL_TREE.
16781 (get_new_name): Handle ADDR_EXPR.
16783 2016-03-02 Bin Cheng <bin.cheng@arm.com>
16785 PR rtl-optimization/69052
16786 * loop-invariant.c (canonicalize_address): New function.
16787 (inv_can_prop_to_addr_use): Check validity of address expression
16788 which is canonicalized by above function.
16790 2016-03-02 Alan Modra <amodra@gmail.com>
16793 * ipa-icf.c (sem_variable::merge): Do not merge an alias with
16796 2016-03-02 Jakub Jelinek <jakub@redhat.com>
16799 * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
16800 (*movhi_internal): Put mask moves from and to memory separately
16801 from moves from/to GPRs.
16803 2016-03-02 Richard Biener <rguenther@suse.de>
16805 * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
16806 GENERIC expressions in GIMPLE.
16808 2016-03-02 Richard Biener <rguenther@suse.de>
16810 * config/i386/i386.c (type_natural_mode): Fix typo.
16812 2016-03-02 Nick Clifton <nickc@redhat.com>
16814 * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
16816 2016-03-02 Richard Biener <rguenther@suse.de>
16817 Uros Bizjak <ubizjak@gmail.com>
16820 * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
16822 2016-03-02 Richard Biener <rguenther@suse.de>
16824 PR middle-end/67278
16825 * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
16827 2016-03-02 Marek Polacek <polacek@redhat.com>
16830 * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
16831 "is promoted to" warning.
16833 2016-03-01 DJ Delorie <dj@redhat.com>
16835 * config.gcc: Deprecate mep-*.
16837 2016-03-01 Vladimir Makarov <vmakarov@redhat.com>
16839 PR middle-end/70025
16840 * lra-constraints.c (regno_val_use_in): New.
16841 (match_reload): Use it instead of regno_use_in.
16843 2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
16845 PR rtl-optimization/70007
16846 * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
16847 references present in REG_EQUAL notes attached to non-SET patterns.
16849 2016-03-01 Jeff Law <law@redhat.com>
16851 PR tree-optimization/69196
16852 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16853 Appropriately clamp the number of statements to copy when the
16854 thread path does not traverse a loop backedge.
16856 PR tree-optimization/69196
16857 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16858 Do count some PHIs in the thread path against the insn count. Decrease
16859 final statement count by one as the control statement in the last
16860 block will get removed. Remove special cased code for handling PHIs
16863 2016-03-01 Uros Bizjak <ubizjak@gmail.com>
16866 * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
16867 asm dialect alternatives to explicit GOTPCREL calls.
16869 2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
16872 * ira.c (do_reload): Issue warning for generic stack checking here...
16873 * reload1.c (reload): ...instead of here and streamline it.
16875 2016-03-01 Nick Clifton <nickc@redhat.com>
16877 * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
16879 2016-03-01 Richard Biener <rguenther@suse.de>
16881 PR tree-optimization/69983
16882 * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
16883 types and fall back to operand_equal_p.
16885 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16888 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16890 * config/s390/constraints.md ("jm8"): New constraint.
16891 * config/s390/predicates.md ("const_int_8bitset_operand"): New
16893 * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
16895 ("*setmem_long<setmem_and>"): New pattern.
16896 ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
16898 ("*setmem_long_31z<setmem_and>"): New pattern.
16899 * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
16900 New substitution rules with the required attributes.
16903 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16906 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16908 * gensupport.c (process_substs_on_one_elem): Split loop to
16909 complete mark_operands_used_in_match_dup on all expressions in the
16911 (adjust_operands_numbers): Inline into process_substs_on_one_elem
16912 and remove function.
16914 2016-03-01 Richard Biener <rguenther@suse.de>
16916 PR middle-end/70022
16917 * fold-const.c (fold_indirect_ref_1): Fix range checking for
16918 vector BIT_FIELD_REF extract.
16920 2016-03-01 Richard Biener <rguenther@suse.de>
16922 PR tree-optimization/69994
16923 * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
16925 2016-03-01 Ilya Enkovich <enkovich.gnu@gmail.com>
16927 PR tree-optimization/69956
16928 * tree-vect-stmts.c (supportable_widening_operation): Support
16929 multi-step conversion of boolean vectors.
16930 (supportable_narrowing_operation): Likewise.
16932 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16934 * config/s390/s390.c (s390_decompose_address): Don't accept SImode
16937 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16939 * config/s390/subst.md (DSI_VI): New mode iterator.
16940 ("addr_style_op_subst"): Use DSI_VI instead of DSI.
16941 * config/s390/vector.md ("vec_set<mode>"): Move expander before
16942 the insn definition.
16943 ("*vec_set<mode>"): Change predicate and add alternative to
16944 support only either register or const_int operands as element
16946 ("*vec_set<mode>_plus"): New pattern to support reg + const_int
16948 ("vec_extract<mode>"): New expander.
16949 ("*vec_extract<mode>"): New insn definition supporting reg and
16950 const_int element selectors.
16951 ("*vec_extract<mode>_plus"): New insn definition supporting
16952 reg+const_int element selectors.
16953 ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
16954 following expander+insn definition.
16955 ("<vec_shifts_name><mode>3"): New expander.
16956 ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
16958 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16960 * config/s390/s390.md ("*tabort_1"): Change predicate to
16961 nonmemory_operand. Add a second alternative to cover
16962 register as well as const int operands.
16963 ("*tabort_1_plus"): New pattern definition.
16965 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16967 * config/s390/s390.md ("*ashrdi3_cc_31")
16968 ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
16969 ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
16970 Merge insn definitions into ...
16971 ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
16972 New pattern definition.
16973 ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
16974 ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
16975 ("*ashr<mode>3_and"): Merge insn definitions into ...
16976 ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
16977 New pattern definition.
16978 * config/s390/subst.md ("addr_style_op_cc_subst")
16979 ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
16980 substitutions patterns plus attributes.
16981 Add ashiftrt to SUBST iterator.
16983 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16985 * config/s390/s390.md ("<shift><mode>3"): Change predicate of
16986 op2 to nonmemory_operand.
16987 ("*<shift>di3_31", "*<shift>di3_31_and"):
16988 Merge into single pattern definition ...
16989 ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
16990 ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
16991 pattern definition ...
16992 ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
16993 * config/s390/subst.md: Add ashift and lshiftrt to SUBST
16996 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16998 * config/s390/predicates.md (const_int_6bitset_operand): New
17000 * config/s390/s390.md: Include subst.md.
17001 ("rotl<mode>3"): New expander.
17002 ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
17004 ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
17005 * config/s390/subst.md: New file.
17007 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17009 * config/s390/s390.md ("op_type", "atype", "length" attributes):
17010 Remove RRR type. It doesn't really exist.
17011 ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
17013 ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
17014 ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
17015 ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
17016 ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
17017 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
17018 ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
17019 `enabled' attribute.
17021 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17023 * gensupport.c (process_substs_on_one_elem): Split loop to
17024 complete mark_operands_used_in_match_dup on all expressions in the
17026 (adjust_operands_numbers): Inline into process_substs_on_one_elem
17027 and remove function.
17029 2016-02-29 Eric Botcazou <ebotcazou@adacore.com>
17032 * config/sparc/sparc.c (NWORDS_UP): Rename to...
17033 (CEIL_NWORDS): ...this. Use CEIL macro.
17034 (compute_fp_layout): Adjust to above renaming.
17035 (function_arg_union_value): Likewise.
17036 (sparc_arg_partial_bytes): Likewise.
17037 (sparc_function_arg_advance): Likewise.
17039 2016-02-29 Jeff Law <law@redhat.com>
17041 PR tree-optimization/70005
17042 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
17043 where an object with a boolean range is compared against a value
17046 PR tree-optimization/69999
17047 * gimple-ssa-split-paths.c (split_paths): When duplicating a block
17048 with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
17051 2016-02-29 Richard Biener <rguenther@suse.de>
17053 PR tree-optimization/69994
17054 * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
17055 (get_unary_op): Look through nop conversions.
17056 (ops_equal_values_p): New function, look for equality diregarding
17058 (eliminate_plus_minus_pair): Use ops_equal_values_p
17059 (repropagate_negates): Do not use get_unary_op here.
17061 2016-02-29 Martin Liska <mliska@suse.cz>
17063 * system.h: Poison ENABLE_CHECKING macro.
17065 2016-02-29 Martin Liska <mliska@suse.cz>
17067 * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
17068 is presented in dump flags.
17069 * hsa-regalloc.c (linear_scan_regalloc): Likewise.
17070 (hsa_regalloc): Likewise.
17072 2016-02-19 Richard Biener <rguenther@suse.de>
17074 PR tree-optimization/69980
17075 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
17076 permutation of those we need to keep.
17078 2016-02-29 Eric Botcazou <ebotcazou@adacore.com>
17081 * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
17082 (NWORDS_UP): ...this
17083 (init_cumulative_args): Minor tweaks.
17084 (sparc_promote_function_mode): Likewise.
17085 (scan_record_type): Delete.
17086 (traverse_record_type): New function template.
17087 (classify_data_t): New structure type.
17088 (classify_registers): New inline function.
17089 (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
17090 exhausted. Instantiate traverse_record_type on classify_registers and
17091 deal with the case of a structure passed in slot #15 with no FP field
17093 (assign_data_t): New structure type.
17094 (compute_int_layout): New static function.
17095 (compute_fp_layout): Likewise.
17096 (count_registers): New inline function.
17097 (assign_int_registers): New static function.
17098 (assign_fp_registers): Likewise.
17099 (assign_registers): New inline function.
17100 (function_arg_record_value_1): Delete.
17101 (function_arg_record_value_2): Likewise.
17102 (function_arg_record_value_3): Likewise.
17103 (function_arg_record_value): Adjust to above changes. Instantiate
17104 traverse_record_type on count_registers to first count the number of
17105 registers to be used and then on assign_registers to assign them.
17106 (function_arg_union_value): Adjust to above renaming.
17107 (sparc_function_arg_1); Minor tweaks. Remove commented out code.
17108 (sparc_arg_partial_bytes): Adjust to above renaming. Deal with the
17109 case of a structure passed in slot #15
17110 (sparc_function_arg_advance): Likewise.
17111 (function_arg_padding): Minor tweak.
17113 2016-02-29 Richard Biener <rguenther@suse.de>
17115 PR tree-optimization/69720
17116 * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
17117 the adjustment_def path for possibly vectorized defs.
17118 (vect_create_epilog_for_reduction): Handle vectorized initial
17121 2016-02-28 Eric Botcazou <ebotcazou@adacore.com>
17123 * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
17125 2016-02-27 Jeff Law <law@redhat.com>
17128 2016-02-26 Richard Biener <rguenther@suse.de>
17129 Jeff Law <law@redhat.com>
17131 PR tree-optimization/69740
17132 * cfghooks.c (remove_edge): Request loop fixups if we delete
17133 an edge that might turn an irreducible loop into a natural
17136 2016-02-27 Jakub Jelinek <jakub@redhat.com>
17138 PR rtl-optimization/69896
17139 * tree-vect-generic.c (get_compute_type): Avoid single element
17142 2016-02-26 Evandro Menezes <e.menezes@samsung.com>
17144 Rename the AArch64 tuning option and related functions to enable the
17145 Newton series for the reciprocal square root to reflect its
17146 approximative characteristic.
17148 * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
17149 function to "aarch64_emit_approx_rsqrt".
17150 * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
17151 AARCH64_EXTRA_TUNE_APPROX_RSQRT.
17152 * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
17153 (xgene1_tunings): Likewise.
17154 (use_rsqrt_p): Likewise.
17155 (aarch64_emit_swrsqrt): Use new function name.
17156 * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
17157 * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
17158 text explaining this option.
17159 * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
17161 2016-02-26 Jakub Jelinek <jakub@redhat.com>
17164 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
17165 complain about -mallow-movmisalign without -mvsx if
17166 TARGET_ALLOW_MOVMISALIGN was not set explicitly.
17168 2016-02-26 Joel Sherrill <joel@rtems.org>
17170 * config.gcc: Add x86_64-*-rtems*.
17171 * config/i386/rtems-64.h: New file.
17173 2016-02-26 Joel Sherrill <joel@rtems.org>
17175 * config.gcc: Add aarch64-*-rtems*.
17176 * config/aarch64/rtems.h: New file.
17178 2016-02-26 Segher Boessenkool <segher@kernel.crashing.org>
17181 * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
17182 shift amount using %h. Add comment.
17184 2016-02-26 Richard Biener <rguenther@suse.de>
17185 Jeff Law <law@redhat.com>
17187 PR tree-optimization/69740
17188 * cfghooks.c (remove_edge): Request loop fixups if we delete
17189 an edge that might turn an irreducible loop into a natural
17192 2016-02-26 Martin Jambor <mjambor@suse.cz>
17194 PR middle-end/69920
17195 * tree-sra.c (sra_modify_assign): Do not remove loads of
17196 uninitialized aggregates to SSA_NAMEs.
17198 2016-02-26 Richard Henderson <rth@redhat.com>
17201 * config/s390/s390.md (risbg and risbgn splitters): Allocate new
17202 pseudo in case the target rtx matches the source of the left
17205 2016-02-26 Martin Jambor <mjambor@suse.cz>
17208 * hsa.h (hsa_type_packed_p): Declare.
17209 * hsa.c (hsa_type_packed_p): New function.
17210 * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
17212 (gen_hsa_insns_for_store): Use hsa_type_packed_p.
17213 * hsa-brig.c (emit_basic_insn): Likewise.
17215 2016-02-26 Martin Jambor <mjambor@suse.cz>
17218 * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
17220 (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
17222 2016-02-26 Martin Jambor <mjambor@suse.cz>
17224 * hsa.h (is_a_helper): New overload for hsa_op_immed for
17225 hsa_op_with_type operands.
17226 (hsa_unsigned_type_for_type): Declare.
17227 * hsa.c (hsa_unsigned_type_for_type): New function.
17228 * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
17229 (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
17230 the finalizer. Do not emit extra move.
17232 2016-02-26 Martin Jambor <mjambor@suse.cz>
17234 * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
17235 atomic operations in private segment.
17237 2016-02-26 Martin Jambor <mjambor@suse.cz>
17239 * omp-low.c (grid_find_ungridifiable_statement): Store problematic
17240 statements to wi->info. Also disallow omp simd constructs.
17241 (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
17242 for not gridifying. Dump special string for omp_for.
17244 2016-02-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17247 * config/aarch64/aarch64.c (aarch64_set_current_function):
17248 Save/restore target globals when switching to
17249 target_option_default_node.
17251 2016-02-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17254 * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
17255 Return 0 if !SHIFT_COUNT_TRUNCATED.
17257 2016-02-26 Jakub Jelinek <jakub@redhat.com>
17258 Eric Botcazou <ebotcazou@adacore.com>
17260 PR rtl-optimization/69891
17261 * dse.c (scan_insn): If we can't figure out memset arguments
17262 or they are non-constant, call clear_rhs_from_active_local_stores.
17264 2016-02-26 Martin Liska <mliska@suse.cz>
17266 * doc/extend.texi: Mention clog10, clog10f an clog10l
17267 in Builtins section.
17269 2016-02-26 Martin Liska <mliska@suse.cz>
17271 * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
17273 (resolve_args_picking_1): Likewise.
17274 * dwarf2out.h (struct GTY): Likewise.
17276 2016-02-26 Martin Liska <mliska@suse.cz>
17278 * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
17279 with flag_checking.
17280 * hsa-regalloc.c (linear_scan_regalloc): Likewise.
17282 2016-02-26 Markus Trippelsdorf <markus@trippelsdorf.de>
17283 Martin Liska <mliska@suse.cz>
17285 * doc/install.texi: Mention --enable-valgrind-annotations.
17287 2016-02-26 Richard Biener <rguenther@suse.de>
17289 PR tree-optimization/69551
17290 * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
17291 looking through aliases adjust DECL_PT_UID to refer to the
17292 ultimate alias target.
17294 2016-02-25 Martin Liska <mliska@suse.cz>
17296 PR middle-end/69919
17297 * alloc-pool.c (after_memory_report): New variable.
17298 * alloc-pool.h (base_pool_allocator ::release): Do not use
17299 the infrastructure if after_memory_report.
17300 * toplev.c (toplev::main): Mark after memory report.
17302 2016-02-25 Richard Biener <rguenther@suse.de>
17304 PR tree-optimization/48795
17305 * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
17307 2016-02-25 Ilya Verbin <ilya.verbin@intel.com>
17310 * config/gnu-user.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o if
17311 offloading is enabled and -fopenacc or -fopenmp is specified.
17312 (CRTOFFLOADEND): Likewise.
17313 (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
17314 (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
17315 * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
17316 (offload_objects_file_name): New static var.
17317 (tool_cleanup): Remove offload_objects_file_name file.
17318 (find_offloadbeginend): Replace with ...
17319 (find_crtoffloadtable): ... this.
17320 (run_gcc): Remove offload_argc and offload_argv.
17321 Get offload_objects_file_name from -foffload-objects=... option.
17322 Read names of object files with offload from this file, pass them to
17323 compile_images_for_offload_targets. Don't call find_offloadbeginend and
17324 don't pass offloadbegin and offloadend to the linker. Don't pass
17325 offload non-LTO files to the linker, because now they're not claimed.
17327 2016-02-25 Jan Hubicka <hubicka@ucw.cz>
17330 * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
17331 on builtin_unreachable.
17333 2016-02-25 Jakub Jelinek <jakub@redhat.com>
17335 PR rtl-optimization/69896
17336 * regcprop.c: Include cfgrtl.h.
17337 (copyprop_hardreg_forward_1): If noop_p insn uses narrower
17338 than remembered mode, either delete it (if noop_move_p), or
17339 treat like copy_p but not noop_p instruction.
17341 2016-02-24 Jakub Jelinek <jakub@redhat.com>
17344 * dwarf2out.c (gen_variable_die): Work around buggy LTO
17345 - allow NULL decl for Fortran DW_TAG_common_block variables.
17347 2016-02-24 Jason Merrill <jason@redhat.com>
17349 * common.opt (flifetime-dse): Add -flifetime-dse=1.
17351 2016-02-24 Richard Biener <rguenther@suse.de>
17352 Jakub Jelinek <jakub@redhat.com>
17354 PR middle-end/69760
17355 * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
17356 conditionally executed ops to well-defined overflow behavior.
17358 2016-02-24 Jakub Jelinek <jakub@redhat.com>
17360 PR middle-end/69915
17361 * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
17364 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17366 PR rtl-optimization/69886
17367 * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
17368 argument. Use it when checking validity of set instructions.
17369 (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
17370 (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
17372 * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
17373 * store-motion.c (find_moveable_store): Update
17374 can_assign_to_reg_without_clobbers_p callsite.
17376 2016-02-24 Richard Biener <rguenther@suse.de>
17378 PR middle-end/68963
17379 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
17381 (record_nonwrapping_iv): Do not fall back to the low/high bound
17382 for non-constant IV bases if the stmt is not always executed.
17384 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17386 * config/arm/arm-cores.def (cortex-a32): New entry.
17387 * config/arm/arm-tables.opt: Regenerate.
17388 * config/arm/arm-tune.md: Regenerate.
17389 * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
17390 * config/arm/t-aprofile: Handle mcpu=cortex-a32.
17391 * doc/invoke.texi (ARM Options): Document cortex-a32 as value
17392 for -mcpu and -mtune.
17394 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17397 * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
17398 * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
17399 * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
17400 (atomic_loaddi_1): Delete.
17401 (atomic_loaddi): Rewrite expander using the above changes.
17403 2016-02-24 Jakub Jelinek <jakub@redhat.com>
17406 * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
17409 2016-02-24 Jakub Jelinek <jakub@redhat.com>
17410 Richard Biener <rguenth@suse.de>
17412 PR middle-end/69909
17413 * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
17414 set_mem_attributes if tem is SSA_NAME which got expanded
17417 2016-02-24 Richard Biener <rguenther@suse.de>
17419 PR tree-optimization/69907
17420 * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
17421 end of permutations for BB vectorization.
17423 2016-02-24 Christian Bruel <christian.bruel@st.com>
17425 * config/arm/arm-c.c (arm_option_override): Initialize
17426 target_option_current_node.
17427 * config/arm/arm.c (arm_pragma_target_parse): Replace
17428 build_target_option_node call by target_option_current_node.
17429 Set target_option_current_node.
17432 2016-02-23 David Edelsohn <dje.gcc@gmail.com>
17435 * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
17436 define_insn_and_split to define_insn.
17437 (zero_extendqi<mode>2_dot2): Same.
17438 (extendqi<mode>2_dot): Same.
17439 (extendqi<mode>2_dot2): Same.
17441 2016-02-23 Evandro Menezes <e.menezes@samsung.com>
17443 * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
17444 and add bypass for AES{D,E} and AESMC pairs.
17445 * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
17448 2016-02-23 Evandro Menezes <e.menezes@samsung.com>
17450 * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
17451 series for reciprocal square root in Exynos M1.
17453 2016-02-23 Martin Sebor <msebor@redhat.com>
17456 * doc/extend.texi (Other Builtins): Document __builtin_alloca and
17457 __builtin_alloca_with_align.
17459 2016-02-23 Richard Henderson <rth@redhat.com>
17461 * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
17462 (ix86_register_pragmas): Remove __seg_tls.
17463 * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
17464 * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
17465 (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
17466 (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
17467 (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
17468 * doc/extend.texi (__seg_tls): Remove item.
17470 2016-02-23 Richard Biener <rguenther@suse.de>
17472 * alloc-pool.h (struct allocation_object): Make id member
17473 conditional on CHECKING_P again.
17474 (get_instance): Adjust.
17475 (base_pool_allocator): Likewise.
17477 2016-02-23 Thomas Schwinge <thomas@codesourcery.com>
17479 * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
17480 (parallelize_loops): In OpenACC kernels mode, set n_threads to
17482 (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
17484 * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
17486 2016-02-23 Richard Biener <rguenther@suse.de>
17488 * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
17489 * bitmap.h (struct bitmap_usage): Likewise.
17490 (bitmap_move): Declare.
17491 * bitmap.c (register_overhead): Take size_t argument.
17492 (bitmap_move): New function.
17493 * df-problems.c (df_rd_transfer_function): Use bitmap_move
17494 to properly account overhead.
17495 * tree.c (free_node): Use tree_size.
17497 2016-02-23 Jakub Jelinek <jakub@redhat.com>
17500 * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
17501 when inverting comparison.
17504 * common.opt (Wunreachable-code): Add Warning flag.
17506 2016-02-23 Mark Wielaard <mjw@redhat.com>
17507 Jakub Jelinek <jakub@redhat.com>
17510 * cgraphunit.c (check_global_declaration): Check main_input_filename
17511 and DECL_SOURCE_FILE are not NULL.
17513 2016-02-23 Martin Jambor <mjambor@suse.cz>
17515 PR tree-optimization/69666
17516 * tree-sra.c (sra_modify_assign): Do not attempt to create
17517 default_def replacements for unscalarizable regions.
17519 2016-02-20 Mark Wielaard <mjw@redhat.com>
17522 * cgraphunit.c (check_global_declaration): Check level of
17523 warn_unused_const_variable and main_input_filename.
17524 * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
17525 (-Wunused-variable): For C implies -Wunused-const-variable=1.
17526 (-Wunused-const-variable): Explain levels 1 and 2.
17528 2016-02-22 Jakub Jelinek <jakub@redhat.com>
17531 * config/i386/i386.c (decide_alg): Ensure we don't recurse with
17532 identical arguments. Formatting and spelling fixes.
17535 * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
17540 * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
17541 and m68k-devices.def.
17542 * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
17543 * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
17545 2016-02-22 Cesar Philippidis <cesar@codesourcery.com>
17547 * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
17548 and HImode registers.
17550 2016-02-22 Richard Biener <rguenther@suse.de>
17552 PR tree-optimization/69882
17553 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
17554 preserve permutations present because of gaps.
17555 (vect_supported_load_permutation_p): Always continue checking
17556 permutations after vect_attempt_slp_rearrange_stmts.
17558 2016-02-22 Bin Cheng <bin.cheng@arm.com>
17560 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
17561 min_profitable_estimate, rather than min_profitable_iters.
17563 2016-02-22 Jakub Jelinek <jakub@redhat.com>
17566 * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
17567 SImode for last match_operand.
17569 2016-02-22 Martin Liska <mliska@suse.cz>
17571 * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
17572 return bitsize - 1 as the return value.
17574 2016-02-22 Oleg Endo <olegendo@gcc.gnu.org>
17578 * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
17579 Handle negative shift counts.
17580 * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
17581 force_reg on the shift constant.
17582 (lshrsi3): Likewise. Expand into lshrsi3_n* instead of lshrsi3_d.
17583 (lshrsi3_d): Handle negative shift counts.
17585 2016-02-22 Richard Biener <rguenther@suse.de>
17586 Tom de Vries <tom@codesourcery.com>
17588 * graph.c: Include dumpfile.h.
17589 (print_graph_cfg): Split into three overloads.
17590 * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
17592 2016-02-22 Tom de Vries <tom@codesourcery.com>
17594 * gdbhooks.py (class DumpFn): Add and instantiate, adding command
17597 2016-02-22 Richard Biener <rguenther@suse.de>
17600 * ipa-inline-transform.c (inline_call): When not updating
17601 overall summaries adjust self size by the growth estimate.
17602 * ipa-inline.c (inline_to_all_callers_1): Add to the callers
17603 hash-set, do not update overall summaries here. Renamed from ...
17604 (inline_to_all_callers): ... this which is now wrapping the
17605 above and performing delayed overall summary update.
17606 (early_inline_small_functions): Delay updating of the overall
17609 2016-02-21 Markus Trippelsdorf <markus@trippelsdorf.de>
17611 * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
17614 2016-02-19 Jakub Jelinek <jakub@redhat.com>
17617 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
17618 :%* in %:gt() argument.
17619 (greater_than_spec_func): Adjust for expecting only numbers,
17620 if there are more than two numbers, compare the last two.
17622 2016-02-19 Jonathan Wakely <jwakely@redhat.com>
17624 * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
17625 -Wnarrowing with -std.
17627 2016-02-19 Jakub Jelinek <jakub@redhat.com>
17630 * expr.c (store_field): Don't use bit-field path if exp is
17631 COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
17632 different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
17633 and the assignment can be performed by bitwise copy. Formatting
17636 PR middle-end/69838
17637 * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
17638 call copy_reg_eh_region_note_forward on before and/or after sequences
17639 and remove note from insn if it no longer can throw.
17642 * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
17643 if TARGET_AVX512BW.
17645 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17647 * config/s390/vector.md: Add missing commutative operand markers
17648 to the patterns which qualify for one.
17649 * config/s390/vx-builtins.md: Likewise.
17651 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17653 * config/s390/vector.md (VI, VI_QHS): Add single element vector
17654 types to mode iterators.
17655 (vec_double): ... and mode attribute.
17656 * config/s390/vx-builtins.md (non_vec_int): Likewise.
17658 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17660 * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
17661 Change the predicate of op2 from nonimmediate to general and let
17662 reload fix it if necessary.
17664 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17666 * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
17668 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17670 * config/s390/s390.c (s390_expand_vcond): Use the compare operand
17673 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17675 * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
17676 * config/s390/s390.c (s390_expand_vec_movstr): New function.
17677 * config/s390/s390.md ("movstr<P:mode>"): Call
17678 s390_expand_vec_movstr.
17680 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17682 * config/s390/s390.md: Add missing output modifier for operand 1
17683 to print it as address properly.
17685 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17687 * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
17688 * config/s390/2964.md: New file.
17689 * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
17690 of insn grouping attributes depending on the CPU level.
17691 (s390_get_unit_mask): New function.
17692 (s390_sched_score): Remove the OOO from the scheduling macros.
17693 Add loop to calculate a score for the instruction mix.
17694 (s390_sched_reorder): Likewise plus improve debug output.
17695 (s390_sched_variable_issue): Rename macros as above. Calculate
17696 the unit distances after actually scheduling an insn. Improve
17698 (s390_sched_init): Clear last_scheduled_unit_distance array.
17699 * config/s390/s390.md: Include 2964.md.
17701 2016-02-18 Jakub Jelinek <jakub@redhat.com>
17704 * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
17705 *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
17706 *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
17707 *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
17708 *avx512f_<code>v8div16qi2_mask_1): New insns.
17710 2016-02-18 Michael Meissner <meissner@linux.vnet.ibm.com>
17713 * config/rs6000/predicates.md (fusion_gpr_addis): Revert
17716 * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
17717 earlyclobber from target. Use wF constraint for fused memory
17719 (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
17721 2016-02-18 Jakub Jelinek <jakub@redhat.com>
17722 Martin Liska <mliska@suse.cz>
17725 * cfgexpand.c (asan_sanitize_stack_p): New function.
17726 (partition_stack_vars): Use the function.
17727 (expand_stack_vars): Likewise.
17728 (defer_stack_allocation): Likewise.
17729 (expand_used_vars): Likewise.
17731 2016-02-18 Richard Biener <rguenther@suse.de>
17733 PR middle-end/69553
17734 * fold-const.c (operand_equal_p): Properly compare offsets for
17735 IMAGPART_EXPR and ARRAY_REF.
17737 2016-02-18 Nick Clifton <nickc@redhat.com>
17741 * config/arm/arm.c (arm_option_override_internal): Disable
17742 interworking if the target does not support thumb instructions.
17743 (arm_reload_in_hi): Handle the case where a register to register
17744 move needs reloading because there is no simple pattern to handle
17746 (arm_reload_out_hi): Likewise.
17748 2016-02-18 Richard Biener <rguenther@suse.de>
17750 PR middle-end/69854
17751 * match.pd: Don't use fold_binary or fold_unary for folding
17754 2016-02-17 Jakub Jelinek <jakub@redhat.com>
17757 * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
17758 on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
17759 * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
17760 warn on gimple_no_warning_p statements.
17762 2016-02-17 Jonathan Wakely <jwakely@redhat.com>
17764 * doc/extend.texi (C++ Attributes): Correct description of
17765 warn_unused type attribute.
17767 2016-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17769 * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
17770 correct instruction.
17772 2016-02-17 Richard Biener <rguenther@suse.de>
17774 PR rtl-optimization/69609
17775 * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
17776 (find_traces_1_round): When ending a trace update cached priority
17778 (bb_to_key): Use cached priority when available.
17779 (copy_bb): Initialize cached priority.
17780 (reorder_basic_blocks_software_trace_cache): Likewise.
17782 2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17785 * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
17787 (aarch64_comparison_operator): Break overly long line into two.
17788 (aarch64_comparison_operation): Likewise.
17789 * config/aarch64/aarch64.md (cstorecc4): Use
17790 aarch64_comparison_operator_mode instead of
17791 aarch64_comparison_operator.
17792 (cstore<mode>4): Likewise.
17793 (aarch64_cstore<mode>): Likewise.
17794 (*cstoresi_insn_uxtw): Likewise.
17795 (cstore<mode>_neg): Likewise.
17796 (*cstoresi_neg_uxtw): Likewise.
17798 2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17801 * config/arm/predicates.md (arm_comparison_operator_mode):
17803 * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
17804 instead of arm_comparison_operator.
17805 (*mov_negscc): Likewise.
17806 (*mov_notscc): Likewise.
17807 * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
17808 (*thumb2_mov_negscc): Likewise.
17809 (*thumb2_mov_negscc_strict_it): Likewise.
17810 (*thumb2_mov_notscc): Likewise.
17811 (*thumb2_mov_notscc_strict_it): Likewise.
17813 2016-02-17 Wilco Dijkstra <wdijkstr@arm.com>
17815 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
17816 Add missing return.
17818 2016-02-17 Eric Botcazou <ebotcazou@adacore.com>
17820 * config/visium/visium.c (machine_libfunc_index): New enum.
17821 (machine_libfuncs): New structure.
17822 (visium_libfuncs): New static variable.
17823 (TARGET_INIT_LIBFUNCS): Define to...
17824 (visium_init_libfuncs): ...this. New function.
17825 (expand_block_move_4): Use the appropriate libfunc.
17826 (expand_block_move_2): Likewise.
17827 (expand_block_move_1): Likewise.
17828 (expand_block_set_4): Likewise.
17829 (expand_block_set_2): Likewise.
17830 (expand_block_set_1): Likewise.
17831 (visium_trampoline_init): Likewise.
17833 2016-02-17 Nick Clifton <nickc@redhat.com>
17835 * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
17836 TI's devices.csv file as of March 2016.
17838 2016-02-16 Kelvin Nilsen <kelvin@gcc.gnu.org>
17841 * opts-global.c (handle_common_deferred_options): Introduce and
17842 initialize two global variables to remember command-line options
17843 specifying a stack-limiting register.
17844 * opts.h: Add extern declarations of the two new global variables.
17845 * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
17846 variable based on the values of the two new global variables.
17848 2016-02-16 Jakub Jelinek <jakub@redhat.com>
17851 * common.opt (Wnonnull-compare): New warning.
17852 * doc/invoke.texi (-Wnonnull): Remove text about comparison
17853 of arguments against NULL.
17854 (-Wnonnull-compare): Document.
17855 * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
17856 * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
17857 * passes.def (pass_warn_nonnull_compare): Add.
17858 * gimple-ssa-nonnull-compare.c: New file.
17860 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
17862 * config/aarch64/aarch64.c (cortexa57_tunings): Remove
17863 AARCH64_EXTRA_TUNE_RECIP_SQRT.
17865 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
17867 * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
17868 reciprocal sqrt for -mlow-precision-recip-sqrt.
17870 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
17871 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
17873 * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
17874 always use lane loads to construct non-constant vectors.
17876 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
17878 * config/aarch64/aarch64.md
17879 (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
17880 constraints for operand 3.
17881 (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
17883 2016-02-16 Jakub Jelinek <jakub@redhat.com>
17884 Richard Biener <rguenther@suse.de>
17886 PR tree-optimization/69820
17887 * tree-vect-patterns.c (type_conversion_p): Return false if
17888 *orig_type is unsigned single precision or boolean.
17889 (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
17892 2016-02-16 Jakub Jelinek <jakub@redhat.com>
17894 PR rtl-optimization/69764
17895 PR rtl-optimization/69771
17896 * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
17897 op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
17899 2016-02-16 Richard Biener <rguenther@suse.de>
17901 PR tree-optimization/69776
17902 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
17904 (indirect_refs_may_alias_p): Likewise.
17905 (refs_may_alias_p_1): Pass alias sets as from ao_ref.
17906 * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
17907 according to tbaa_p.
17908 * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
17909 (optimize_stmt): For redundant store discovery do not allow tbaa.
17911 2016-02-16 Bernd Schmidt <bschmidt@redhat.com>
17913 PR tree-optimization/69714
17914 * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
17915 Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
17917 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
17919 * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
17920 * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
17921 (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
17922 * config/arc/arc.c (arc_init): Check FPU options.
17923 (get_arc_condition_code): Handle new CC_FPU* modes.
17924 (arc_select_cc_mode): Likewise.
17925 (arc_conditional_register_usage): Allow 64 bit datum into even-odd
17926 register pair only. Allow access for ARCv2 accumulator.
17927 (gen_compare_reg): Whenever we have FPU support use FPU compare
17929 (arc_reorg): Don't generate brcc insns when FPU compare
17930 instructions are involved.
17931 * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
17932 (TARGET_OPTFPE): Add condition when ARC EM can use optimized
17933 floating point emulation.
17934 (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
17935 (REVERSE_CONDITION): Add new CC_FPU* modes.
17936 (TARGET_FP_SP_BASE): Define.
17937 (TARGET_FP_DP_BASE): Likewise.
17938 (TARGET_FP_SP_FUSED): Likewise.
17939 (TARGET_FP_DP_FUSED): Likewise.
17940 (TARGET_FP_SP_CONV): Likewise.
17941 (TARGET_FP_DP_CONV): Likewise.
17942 (TARGET_FP_SP_SQRT): Likewise.
17943 (TARGET_FP_DP_SQRT): Likewise.
17944 (TARGET_FP_DP_AX): Likewise.
17945 * config/arc/arc.md (ARCV2_ACC): New constant.
17946 (type): New fpu type attribute.
17947 (SDF): Conditional iterator.
17948 (cstore<mode>, cbranch<mode>): Change expand condition.
17949 (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
17950 handles FPU/FPX cases as well.
17951 * config/arc/arc.opt (mfpu): New option.
17952 * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
17954 (adddf3, muldf3, subdf3): Removed.
17955 * config/arc/predicates.md (proper_comparison_operator): Recognize
17957 * config/arc/fpu.md: New file.
17958 * doc/invoke.texi (ARC Options): Document mfpu option.
17960 2016-02-16 Richard Biener <rguenther@suse.de>
17962 PR rtl-optimization/69291
17963 * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
17964 noce_operand_ok check.
17966 2016-02-16 Tom de Vries <tom@codesourcery.com>
17969 * omp-low.c (simd_clone_create): Remove call to
17970 symtab->call_cgraph_insertion_hooks.
17972 2016-02-16 Jakub Jelinek <jakub@redhat.com>
17974 PR tree-optimization/69802
17975 * tree-ssa-reassoc.c (update_range_test): If op is
17976 SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
17977 op == 1 test of precision 1 integral op, otherwise handle
17978 that case as op itself. Fix up formatting.
17979 (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
17982 2016-02-16 Richard Biener <rguenther@suse.de>
17984 PR tree-optimization/69586
17985 * tree-vrp.c (register_edge_assert_for_2): Handle all integral
17986 types for conversion sources.
17988 2016-02-16 Richard Biener <rguenther@suse.de>
17990 PR middle-end/69801
17991 * fold-const.c (operand_equal_p): For COND_EXPR zero operand
17992 mask OEP_ADDRESS_OF.
17994 2016-02-16 Alan Modra <amodra@gmail.com>
17997 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
17998 (p8_mtvsrd_df, p8_mtvsrd_sf): New.
17999 (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
18001 (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
18002 (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
18003 (p8_fmrgow_<mode>): Likewise.
18004 (reload_vsx_from_gpr<mode>): Make clobber IF. Adjust for above
18006 (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
18007 (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
18008 to use movdi_internal64. Remove op0_di.
18009 * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
18011 2016-02-15 Evandro Menezes <e.menezes@samsung.com>
18013 Add support for the FCCMP insn types
18015 * config/aarch64/aarch64.md (fccmp): Change insn type.
18016 (fccmpe): Likewise.
18017 * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
18018 * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
18019 * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
18020 * config/arm/xgene1.md (xgene1_fcmp): Likewise.
18021 * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
18022 * config/arm/types.md (fccmps): Add new insn type.
18023 (fccmpd): Likewise.
18025 2016-02-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
18027 * alias.c (get_alias_set): Fix a typo in comment.
18029 2016-02-15 Richard Biener <rguenther@suse.de>
18031 PR tree-optimization/69595
18032 * match.pd: Complete range test simplification to true.
18034 2016-02-15 Bernd Schmidt <bschmidt@redhat.com>
18036 PR rtl-optimization/69648
18037 * lra-constraints.c (update_ebb_live_info): Don't remove sets of
18038 pic_offset_table_rtx.
18040 PR rtl-optimization/69752
18041 * ira.c (update_equiv_regs): When looking for more than a single SET,
18042 also take other side effects into account.
18044 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
18046 * config/s390/s390.c (s390_function_profiler): Add a new sequence
18047 for z900+ CPUs in 31-bit mode.
18049 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
18051 * common/config/s390/s390-common.c (s390_supports_split_stack):
18053 (TARGET_SUPPORTS_SPLIT_STACK): New macro.
18054 * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
18055 * config/s390/s390.c (struct machine_function): New field
18056 split_stack_varargs_pointer.
18057 (s390_register_info): Mark r12 as clobbered if it'll be used as temp
18058 in s390_emit_prologue.
18059 (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
18061 (morestack_ref): New global.
18062 (SPLIT_STACK_AVAILABLE): New macro.
18063 (s390_expand_split_stack_prologue): New function.
18064 (s390_live_on_entry): New function.
18065 (s390_va_start): Use split-stack vararg pointer if appropriate.
18066 (s390_asm_file_end): Emit the split-stack note sections.
18067 (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
18068 * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
18069 (UNSPECV_SPLIT_STACK_CALL): New unspec.
18070 (UNSPECV_SPLIT_STACK_DATA): New unspec.
18071 (split_stack_prologue): New expand.
18072 (split_stack_space_check): New expand.
18073 (split_stack_data): New insn.
18074 (split_stack_call): New expand.
18075 (split_stack_call_*): New insn.
18076 (split_stack_cond_call): New expand.
18077 (split_stack_cond_call_*): New insn.
18079 2016-02-15 Richard Biener <rguenther@suse.de>
18081 PR tree-optimization/69783
18082 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
18083 Add trivially correct cases.
18085 2016-02-15 Tom de Vries <tom@codesourcery.com>
18088 * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
18090 * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
18092 2016-02-15 Richard Biener <rguenther@suse.de>
18094 PR tree-optimization/69776
18095 * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
18096 * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
18097 indicate whether we can use TBAA to disambiguate against stores.
18098 Use alias-set zero if not.
18099 (visit_reference_op_store): Do not use TBAA when looking up
18101 * tree-ssa-pre.c (compute_avail): Use TBAA here.
18102 (eliminate_dom_walker::before_dom_children): But not when looking
18103 up redundant stores.
18105 2016-02-14 John David Anglin <danglin@gcc.gnu.org>
18107 * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
18109 2016-02-14 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
18111 * config/i386/znver1.md
18112 (znver1_pop, znver1_pop_mem,
18113 znver1_load_imov_double_store,
18114 znver1_load_imov_direct_store,
18115 znver1_load_imov_direct_load,
18116 znver1_load_imov_double_load): Add new.
18117 (znver1_insn, znver1_insn_load): Add icmov type.
18118 (znver1_sseavx_fma,
18119 znver1_sseavx_fma_load,
18121 znver1_avx256_fma_load): Fix pipe usage.
18123 2016-02-14 Alan Modra <amodra@gmail.com>
18126 * reload.c (find_reloads_address_1): For pre/post-inc/dec
18127 with an invalid hard reg, reload just the reg not the entire
18128 pre/post-inc/dec address expression.
18130 2016-02-13 Oleg Endo <olegendo@gcc.gnu.org>
18133 * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
18134 fixed R1_REG scratch reg.
18135 (sibcall_value_pcrel_fdpic): Likewise.
18137 2016-02-13 Oleg Endo <olegendo@gcc.gnu.org>
18141 * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
18143 2016-02-12 Walter Lee <walt@tilera.com>
18145 * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
18146 * config/tilegx/t-tilegx: Likewise.
18148 2016-02-12 David Malcolm <dmalcolm@redhat.com>
18151 * diagnostic-show-locus.c (struct line_span): New struct.
18152 (layout::get_first_line): Delete.
18153 (layout::get_last_line): Delete.
18154 (layout::get_num_line_spans): New member function.
18155 (layout::get_line_span): Likewise.
18156 (layout::print_heading_for_line_span_index_p): Likewise.
18157 (layout::get_expanded_location): Likewise.
18158 (layout::calculate_line_spans): Likewise.
18159 (layout::m_first_line): Delete.
18160 (layout::m_last_line): Delete.
18161 (layout::m_line_spans): New field.
18162 (layout::layout): Update comment. Replace m_first_line and
18163 m_last_line with m_line_spans, replacing their initialization
18164 with a call to calculate_line_spans.
18165 (diagnostic_show_locus): When printing source lines and
18166 annotations, rather than looping over a single span
18167 of lines, instead loop over each line_span within
18168 the layout, with an inner loop over the lines within them.
18169 Call the context's start_span callback when changing line spans.
18170 * diagnostic.c (diagnostic_initialize): Initialize start_span.
18171 (diagnostic_build_prefix): Break out the building of the location
18172 part of the string into...
18173 (diagnostic_get_location_text): ...this new function, rewriting
18174 it from nested ternary expressions to a sequence of "if"
18176 (default_diagnostic_start_span_fn): New function.
18177 * diagnostic.h (diagnostic_start_span_fn): New typedef.
18178 (diagnostic_context::start_span): New field.
18179 (default_diagnostic_start_span_fn): New prototype.
18181 2016-02-12 David Malcolm <dmalcolm@redhat.com>
18184 * gcc.c (driver::finalize): Fix cleanup of "specs".
18186 2016-02-12 David Malcolm <dmalcolm@redhat.com>
18190 * gcc.c (driver::driver): Initialize m_option_suggestions.
18191 (driver::~driver): Clean up m_option_suggestions.
18192 (suggest_option): Convert to...
18193 (driver::suggest_option): ...this, and split out into
18194 driver::build_option_suggestions and find_closest_string.
18195 (driver::build_option_suggestions): New function, from
18196 first half of suggest_option. Special-case
18197 OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
18198 the sanitizer_opts array. For options of enum types, add the
18199 various enum values to the candidate strings.
18200 (driver::handle_unrecognized_options): Remove "const".
18201 * gcc.h (driver::handle_unrecognized_options): Likewise.
18202 (driver::build_option_suggestions): New decl.
18203 (driver::suggest_option): New decl.
18204 (driver::m_option_suggestions): New field.
18205 * opts-common.c (add_misspelling_candidates): New function.
18206 * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
18207 and make non-static.
18208 * opts.h (sanitizer_opts): New array decl.
18209 (add_misspelling_candidates): New function decl.
18210 * spellcheck.c (find_closest_string): New function.
18211 * spellcheck.h (find_closest_string): New function decl.
18213 2016-02-12 Jakub Jelinek <jakub@redhat.com>
18215 PR rtl-optimization/69764
18216 PR rtl-optimization/69771
18217 * optabs.c (expand_binop_directly): For shift_optab_p, force
18218 convert_modes with VOIDmode if xop1 has VOIDmode.
18220 2016-02-12 Ilya Enkovich <enkovich.gnu@gmail.com>
18223 * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
18224 to correctly determine instrumentation thunks.
18226 2016-02-12 Jakub Jelinek <jakub@redhat.com>
18229 * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
18230 type by reference, force lhs on the call.
18233 * ipa-split.c (split_function): Don't compute/use main_part_return_p.
18234 Compute retval and retbnd early in all cases if split_part_return_p
18235 and return_bb is not EXIT. Remove all clobber stmts and reset
18236 all debug stmts that refer to SSA_NAMEs defined in split part,
18237 except if it is retval, in that case replace the old retval with the
18238 lhs of the call to the split part.
18240 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
18243 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
18245 PR middle-end/66726
18246 * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
18247 whose result is used in PHI.
18248 (maybe_optimize_range_tests): Likewise.
18249 (final_range_test_p): Likweise.
18251 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
18253 PR middle-end/66726
18254 * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
18255 whose result is used in PHI.
18256 (maybe_optimize_range_tests): Likewise.
18257 (final_range_test_p): Likweise.
18259 2016-02-12 Jakub Jelinek <jakub@redhat.com>
18261 * cgraph.c: Spelling fixes - behaviour -> behavior and
18262 neighbour -> neighbor.
18263 * target.def: Likewise.
18264 * sel-sched.c: Likewise.
18265 * config/mips/mips.c: Likewise.
18266 * config/arc/arc.md: Likewise.
18267 * config/arm/cortex-a57.md: Likewise.
18268 * config/arm/arm.c: Likewise.
18269 * config/arm/neon.md: Likewise.
18270 * config/arm/arm-c.c: Likewise.
18271 * config/vms/vms-c.c: Likewise.
18272 * config/s390/s390.c: Likewise.
18273 * config/i386/znver1.md: Likewise.
18274 * config/i386/i386.c: Likewise.
18275 * config/ia64/hpux-unix2003.h: Likewise.
18276 * config/msp430/msp430.md: Likewise.
18277 * config/rx/rx.c: Likewise.
18278 * config/rx/rx.md: Likewise.
18279 * config/aarch64/aarch64-simd.md: Likewise.
18280 * config/aarch64/aarch64.c: Likewise.
18281 * config/nvptx/nvptx.c: Likewise.
18282 * config/bfin/bfin.c: Likewise.
18283 * config/cris/cris.opt: Likewise.
18284 * config/rs6000/rs6000.c: Likewise.
18285 * target.h: Likewise.
18286 * spellcheck.c: Likewise.
18287 * ira-build.c: Likewise.
18288 * tree-inline.c: Likewise.
18289 * builtins.c: Likewise.
18290 * lra-constraints.c: Likewise.
18291 * explow.c: Likewise.
18292 * hwint.h: Likewise.
18293 * targhooks.c: Likewise.
18294 * tree-vect-data-refs.c: Likewise.
18295 * expr.c: Likewise.
18296 * doc/tm.texi: Likewise.
18297 * doc/extend.texi: Likewise.
18298 * doc/install.texi: Likewise.
18299 * doc/md.texi: Likewise.
18300 * tree-ssa-tail-merge.c: Likewise.
18301 * sched-int.h: Likewise.
18302 * match.pd: Likewise.
18303 * sched-ebb.c: Likewise.
18304 * target.def (omit_struct_return_reg): Likewise.
18305 * gimple-ssa-isolate-paths.c: Likewise.
18306 (find_implicit_erroneous_behaviour): Renamed to...
18307 (find_implicit_erroneous_behavior): ... this.
18308 (find_explicit_erroneous_behaviour): Renamed to...
18309 (find_explicit_erroneous_behavior): ... this.
18310 (gimple_ssa_isolate_erroneous_paths): Adjust caller.
18312 2016-02-11 Segher Boessenkool <segher@kernel.crashing.org>
18314 PR rtl-optimization/64682
18315 PR rtl-optimization/69567
18316 PR rtl-optimization/69737
18317 * combine.c (distribute_notes) <REG_DEAD>: If the register is set
18318 in I2 as well, just lose it.
18320 2016-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18322 * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
18324 (aarch64_last_printed_tune_string): Likewise.
18325 (aarch64_declare_function_name): Only output .arch assembler
18326 directive if it will be different from the previously output
18327 directive. Same for .tune comment but only if -dA is set.
18328 (aarch64_start_file): New function.
18329 (TARGET_ASM_FILE_START): Define.
18331 2016-02-11 David Malcolm <dmalcolm@redhat.com>
18334 * Makefile.in (PLUGIN_HEADERS): Add params.list.
18336 2016-02-11 Jakub Jelinek <jakub@redhat.com>
18339 * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
18340 -Wmaybe-uninitialized warning.
18342 2016-02-11 Oleg Endo <olegendo@gcc.gnu.org>
18345 * config/sh/sh.md (casesi_worker_0): Add T_REG use.
18347 2016-02-11 Richard Biener <rguenther@suse.de>
18349 PR rtl-optimization/69291
18350 * ifcvt.c (noce_try_store_flag_constants): Do not allow
18351 subexpressions affected by changing the result.
18353 2016-02-10 Vladimir Makarov <vmakarov@redhat.com>
18356 * lra-constraints.c (curr_insn_transform): Find in/out operands
18357 for secondary memory moves. Update dups.
18359 2016-02-10 Yuri Rumyantsev <ysrumyan@gmail.com>
18361 PR tree-optimization/69652
18362 * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
18363 to nested loop, did source re-formatting, skip debug statements,
18364 add check on statement with volatile operand, remove dead scalar
18367 2016-02-10 Jakub Jelinek <jakub@redhat.com>
18368 Patrick Palka <ppalka@gcc.gnu.org>
18372 * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
18373 calls if the return type is TREE_ADDRESSABLE.
18374 * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
18375 * ipa-split.c (split_function): Fix doubled "we" in comment.
18376 Use void return type for the split part even if
18377 !split_point->split_part_set_retval.
18379 2016-02-10 Bin Cheng <bin.cheng@arm.com>
18381 PR tree-optimization/68021
18382 * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
18383 when computing the value of biv cand by itself.
18385 2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
18387 * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
18388 (cortexa57_tunings): Likewise.
18389 (cortexa72_tunings): Likewise.
18390 (arch_macro_fusion_pair_p): Add support for AES fusion.
18391 * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
18392 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
18393 Allow virtual registers before reload so early scheduling works.
18394 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
18395 correct latency and pipeline.
18396 (cortex_a57_crypto_complex): Likewise.
18397 (cortex_a57_crypto_xor): Likewise.
18398 (define_bypass): Add AES bypass.
18400 2016-02-10 Richard Biener <rguenther@suse.de>
18402 PR tree-optimization/69726
18403 * passes.def: Add DCE pass before late uninit.
18404 * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
18405 really fixup if-conversions job.
18407 2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
18409 * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
18410 (arm_cortex_a57_tune): Likewise.
18411 (aarch_macro_fusion_pair_p): Add support for AES fusion.
18412 * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
18414 2016-02-10 Eric Botcazou <ebotcazou@adacore.com>
18416 * timevar.def (TV_PHASE_DBGINFO): Delete.
18417 (TV_PHASE_CHECK_DBGINFO): Likewise.
18418 * varpool.c (varpool_node::assemble_decl): Do not change timevar.
18420 2016-02-10 Richard Biener <rguenther@suse.de>
18422 PR tree-optimization/69719
18423 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
18424 Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
18426 2016-02-09 Andrew Pinski <apinski@cavium.com>
18429 * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
18430 get_vcond_mask_icode returns false.
18432 2016-02-09 Michael Meissner <meissner@linux.vnet.ibm.com>
18435 * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
18436 an ADDIS that adds a pointer to a large constant that sets the
18437 upper16 bits with a load operation.
18439 2016-02-09 Charles Baylis <charles.baylis@linaro.org>
18442 * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
18444 * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
18446 (vzipq_s16): Likewise.
18447 (vzipq_s32): Likewise.
18448 (vzipq_f32): Likewise.
18449 (vzipq_u8): Likewise.
18450 (vzipq_u16): Likewise.
18451 (vzipq_u32): Likewise.
18452 (vzipq_p8): Likewise.
18453 (vzipq_p16): Likewise.
18455 2016-02-09 Charles Baylis <charles.baylis@linaro.org>
18458 * config/arm/arm.c (neon_endian_lane_map): New function.
18459 (neon_vector_pair_endian_lane_map): New function.
18460 (arm_evpc_neon_vuzp): Allow for big endian lane order.
18461 * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
18463 (vuzpq_s16): Likewise.
18464 (vuzpq_s32): Likewise.
18465 (vuzpq_f32): Likewise.
18466 (vuzpq_u8): Likewise.
18467 (vuzpq_u16): Likewise.
18468 (vuzpq_u32): Likewise.
18469 (vuzpq_p8): Likewise.
18470 (vuzpq_p16): Likewise.
18472 2016-02-11 Alexandre Oliva <aoliva@redhat.com>
18475 * regstat.c (regstat_bb_compute_calls_crossed): Disregard
18478 2016-02-09 Uros Bizjak <ubizjak@gmail.com>
18480 * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
18481 truncate const_int operand 1 to QImode.
18483 2016-02-09 Eric Botcazou <ebotcazou@adacore.com>
18485 * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
18486 corresponding to an abnormal edge.
18488 2016-02-09 Tom de Vries <tom@codesourcery.com>
18490 PR tree-optimization/69599
18491 * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
18493 (find_func_aliases_for_builtin_call, find_func_clobbers)
18494 (ipa_pta_execute): Handle case that foo and foo._0 are not in same lto
18497 2016-02-09 Richard Biener <rguenther@suse.de>
18499 PR tree-optimization/69715
18500 * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
18501 LHS on calls as non-rewritable.
18503 2016-02-09 Tom de Vries <tom@codesourcery.com>
18506 * lto-wrapper.c (append_diag_options): New function.
18507 (compile_offload_image): Call append_diag_options.
18509 2016-02-08 Sandra Loosemore <sandra@codesourcery.com>
18512 * doc/extend.texi (Flag Output Operands): Correct sectioning.
18513 Minor copy-edit to fix verb tenses.
18515 2016-02-08 Jakub Jelinek <jakub@redhat.com>
18517 PR tree-optimization/69209
18518 * ipa-split.c (split_function): If split part is not
18519 returning retval, retval has gimple type but is not
18520 gimple value, force it into a SSA_NAME first.
18522 2016-02-08 Nicklas Bo Jensen <nbjensen@gmail.com>
18524 * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
18527 2016-02-08 Jason Merrill <jason@redhat.com>
18530 * convert.c (convert_to_integer_1): Check dofold on truncation
18532 (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
18533 (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
18534 Rename from *_nofold.
18535 * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
18536 (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
18538 2016-02-08 Bernd Schmidt <bschmidt@redhat.com>
18541 * tree.c (build_common_tree_nodes): Remove short_double argument.
18542 All callers changed.
18543 * tree.h (build_common_tree_nodes): Adjust declaration.
18544 * doc/invoke.texi (-fshort-double): Remove documentation.
18545 * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
18546 MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
18547 * lto-wrapper.c (merge_and_complain, append_compiler_options)
18548 (append_linker_options): Don't handle OPT_fshort_double.
18550 PR rtl-optimization/68730
18551 * lra-remat.c (insn_to_cand_activation): New static variable.
18552 (lra_remat): Allocate and free it.
18553 (create_cand): New arg activation. Initialize a field in
18554 insn_to_cand_activation if it is nonnull.
18555 (create_cands): Pass the activation insn to create_cand when making
18556 a candidate involving an output reload. Reorganize code a little.
18557 (do_remat): Keep track of active status of candidates in a separate
18560 2016-02-08 Richard Biener <rguenther@suse.de>
18562 PR tree-optimization/69719
18563 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
18564 Properly use absolute of the difference of the two offsets to
18565 compare or adjust the segment length.
18567 2016-02-08 Richard Biener <rguenther@suse.de>
18568 Jeff Law <law@redhat.com>
18571 * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
18572 types for anonymous SSA names.
18574 2016-02-08 Richard Biener <rguenther@suse.de>
18576 PR rtl-optimization/69274
18577 * ira.c (ira_setup_alts): Do not change recog_data.operand order.
18579 2016-02-08 Jeff Law <law@redhat.com>
18581 PR tree-optimization/65917
18582 * tree-ssa-dom.c (record_temporary_equivalences): Record both
18583 equivalences from if (x == y) style conditionals.
18584 (loop_depth_of_name): Remove.
18585 (record_equality): Remove loop depth check.
18586 * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
18587 (const_and_copies::record_const_or_copy_raw): New member function.
18588 * tree-ssa-scopedtables.c
18589 (const_and_copies::record_const_or_copy_raw): New, factored out of
18590 (const_and_copies::record_const_or_copy): Call new member function.
18592 2016-02-05 Jeff Law <law@redhat.com>
18594 PR tree-optimization/68541
18595 * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
18596 (count_stmts_in_block): New function.
18597 (poor_ifcvt_candidate_code): Likewise.
18598 (is_feasible_trace): Add some heuristics to determine when path
18599 splitting is profitable.
18600 (find_block_to_duplicate_for_splitting_paths): Make sure the graph
18601 is a diamond with a single exit.
18603 2016-02-05 Martin Sebor <msebor@redhat.com>
18606 * doc/invoke.texi: Update -Wplacement-new to take an optional
18609 2016-02-06 Richard Henderson <rth@redhat.com>
18612 * tree.c (tree_nop_conversion_p): Do not strip casts into or
18613 out of non-standard address spaces.
18615 2016-02-05 Jakub Jelinek <jakub@redhat.com>
18617 PR rtl-optimization/69691
18618 * lra-eliminations.c (move_plus_up): Don't add the addend twice.
18620 2016-02-05 Pat Haugen <pthaugen@us.ibm.com>
18622 * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
18623 * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
18624 (*ieee128_mfvsrd_64bit): Likewise.
18625 (*ieee128_mfvsrd_32bit): Likewise.
18627 2016-02-05 Ilya Enkovich <enkovich.gnu@gmail.com>
18631 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
18633 * cgraphunit.c (cgraph_node::reset): Clear thunk info and
18634 instrumented_version.
18636 2016-01-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
18638 * doc/invoke.texi (Optimize Options): In table of --param options
18639 rename second occurrence of tracer-min-branch-ratio to
18640 tracer-min-branch-probability, rename
18641 tracer-min-branch-ratio-feedback to
18642 tracer-min-branch-probability-feedback and clarify description,
18643 rename sched-spec-state-edge-prob-cutoff to
18644 sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
18645 to selsched-insns-to-rename, rename lto-minpartition to
18646 lto-min-partition, delete reorder-blocks-duplicate and
18647 reorder-blocks-duplicate-feedback.
18649 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
18651 * config/s390/s390.c (s390_register_info_set_ranges): Remove
18654 2016-02-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
18656 * doc/extend.texi: S/390: Correct some typos.
18658 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
18660 * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
18662 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
18665 * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
18666 (s390_register_info_gprtofpr): Use new macros above.
18667 (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
18669 (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
18670 its name. Adjust restore and save gpr ranges.
18671 (s390_register_info_set_ranges): New function.
18672 (s390_register_info): Use new macros above. Call
18673 s390_register_info_set_ranges.
18674 (s390_optimize_register_info): Likewise.
18675 (s390_hard_regno_rename_ok): Use new macros.
18676 (s390_hard_regno_scratch_ok): Likewise.
18677 (s390_emit_epilogue): Likewise.
18678 (s390_can_use_return_insn): Likewise.
18679 (s390_optimize_prologue): Likewise.
18680 * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
18682 2016-02-05 Jakub Jelinek <jakub@redhat.com>
18685 * config/i386/i386.c (convert_scalars_to_vector): Readd stack
18687 (ix86_option_override_internal): Disable TARGET_STV even for
18688 -m{incoming,preferred}-stack-boundary=3.
18690 2016-02-03 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
18692 * config.gcc: Mark deprecated rtems targets as obsolete.
18694 2016-02-04 Segher Boessenkool <segher@kernel.crashing.org>
18696 PR rtl-optimization/64682
18697 PR rtl-optimization/69567
18698 * combine.c (distribute_notes) <REG_DEAD>: Place the death note
18699 before I2 only if the register is both used and set in I2.
18701 2016-02-04 DJ Delorie <dj@redhat.com>
18703 * config/msp430/msp430.c (msp430_start_function): Add function type.
18705 2016-02-04 Jakub Jelinek <jakub@redhat.com>
18708 * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
18710 2016-02-04 Uros Bizjak <ubizjak@gmail.com>
18712 PR rtl-optimization/69577
18714 2015-10-29 Richard Henderson <rth@redhat.com>
18718 * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
18719 sse check to the exact conditions of PR 67609.
18721 2016-02-04 Michael Meissner <meissner@linux.vnet.ibm.com>
18724 * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
18725 instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
18726 not allowed into the traditional Altivec registers.
18727 (movtd_64bit_nodm): Likewise.
18728 (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
18730 2016-02-04 David Malcolm <dmalcolm@redhat.com>
18732 * config/aarch64/cortex-a57-fma-steering.c
18733 (aarch64_register_fma_steering): Remove "static" from arguments
18736 2016-02-04 Wilco Dijkstra <wdijkstr@arm.com>
18739 * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
18740 twice when complex.
18742 2016-02-04 Mike Frysinger <vapier@gentoo.org>
18744 * doc/invoke.texi: Delete -mno-fma4.
18746 2016-02-04 Richard Sandiford <richard.sandiford@arm.com>
18748 PR rtl-optimization/69577
18749 * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
18750 (find_subregs_of_mode): Update accordingly. Iterate over partial
18753 2016-02-04 Alan Lawrence <alan.lawrence@arm.com>
18755 * config/arm/arm-protos.h (neon_reinterpret): Remove.
18756 * config/arm/arm.c (neon_reinterpret): Remove.
18757 * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
18758 vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
18759 vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
18760 vreinterpretti): Remove.
18761 * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
18762 neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
18763 neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
18764 neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
18765 neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
18766 neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
18767 * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
18768 vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
18769 vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
18770 vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
18771 vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
18772 vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
18773 vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
18774 vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
18775 vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
18776 vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
18777 vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
18778 vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
18779 vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
18780 vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
18781 vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
18782 vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
18783 vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
18784 vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
18785 vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
18786 vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
18787 vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
18788 vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
18789 vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
18790 vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
18791 vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
18792 vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
18793 vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
18794 vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
18795 vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
18796 vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
18797 vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
18798 vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
18799 vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
18800 vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
18801 vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
18802 vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
18803 vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
18804 vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
18805 vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
18806 vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
18807 vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
18808 vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
18809 vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
18810 vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
18811 vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
18812 vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
18813 vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
18814 vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
18815 vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
18816 vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
18817 vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
18818 vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
18819 vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
18820 vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
18821 vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
18822 vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
18823 vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
18824 vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
18825 vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
18826 vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
18827 vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
18828 vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
18829 vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
18830 vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
18831 vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
18832 vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
18833 vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
18834 vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
18835 vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
18836 vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
18837 vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
18838 vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
18839 vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
18840 vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
18841 vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
18842 vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
18843 vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
18844 vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
18845 vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
18846 vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
18847 vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
18848 vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
18849 vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
18850 vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
18851 vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
18852 vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
18853 vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
18854 vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
18855 vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
18856 vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
18857 vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
18858 vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
18859 vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
18860 vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
18861 vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
18862 vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
18863 vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
18865 2016-02-04 Martin Liska <mliska@suse.cz>
18868 * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
18869 that are gimple_store_p.
18870 (maybe_instrument_call): Likewise.
18872 2016-02-04 Bin Cheng <bin.cheng@arm.com>
18874 * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
18875 register scaling out of memory reference and comment why.
18877 2016-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18881 * cse.c (cse_insn): Pass NULL to fold_rtx when initially
18882 folding the source of a SET.
18884 2016-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18888 * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
18889 the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
18891 2016-02-04 Jim Wilson <jim.wilson@linaro.org>
18895 * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
18898 2016-02-04 Christian Bruel <christian.bruel@st.com>
18900 * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
18901 * config/arm/arm.c (arm_set_current_function): Likewise.
18903 2016-02-04 Jakub Jelinek <jakub@redhat.com>
18904 Ilya Enkovich <enkovich.gnu@gmail.com>
18905 H.J. Lu <hongjiu.lu@intel.com>
18908 * config/i386/i386.c (convert_scalars_to_vector): Remove
18909 stack alignment fixes.
18910 (ix86_option_override_internal): Disable TARGET_STV if stack
18911 might not be aligned enough.
18912 (ix86_minimum_alignment): Assert that TARGET_STV is false.
18914 2016-02-04 Victoria Stepanyan <victoria.stepanyan@amd.com>
18916 * config/i386/x86-tune.def: Disable default prefetching
18919 2016-02-03 Michael Meissner <meissner@linux.vnet.ibm.com>
18920 Vladimir Makarov <vmakarov@redhat.com>
18923 * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
18924 in validating fused toc addresses.
18926 2016-02-03 Jakub Jelinek <jakub@redhat.com>
18929 * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
18930 range->m_caret fields if range->m_show_caret_p is false.
18933 * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
18934 Force oldval into register if it does not satisfy reg_or_short_operand
18935 predicate. Fix up formatting.
18937 2016-02-03 Vladimir Makarov <vmakarov@redhat.com>
18938 Alexandre Oliva <aoliva@redhat.com>
18941 * lra-constraints.c (simplify_operand_subreg): Check additionally
18942 address validity after potential reloading.
18943 (process_address_1): Check insns validity. In case of failure do
18946 2016-02-03 Kirill Yukhin <kirill.yukhin@intel.com>
18949 * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
18952 2016-02-02 Jakub Jelinek <jakub@redhat.com>
18954 * wide-int.cc (canonize_uhwi): New function.
18955 (wi::divmod_internal): Use it.
18957 2016-02-02 James Norris <jnorris@codesourcery.com>
18959 * gimplify.c (omp_notice_variable): Add usage check.
18961 2016-02-02 Alexander Monakov <amonakov@ispras.ru>
18963 * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
18964 like LE, GE, LT, GT when emitting relational operator.
18966 2016-02-02 Wilco Dijkstra <wdijkstr@arm.com>
18968 * ira-costs.c (find_costs_and_classes): Add extra argument.
18969 * target.def (ira_change_pseudo_allocno_class): Add parameter.
18970 * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
18971 * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
18972 * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
18973 Add best_class parameter, and return it if not ALL_REGS.
18974 * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
18976 * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
18977 Update target hook.
18979 2016-02-02 Wilco Dijkstra <wdijkstr@arm.com>
18981 * config/aarch64/aarch64.c
18982 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
18983 (aarch64_ira_change_pseudo_allocno_class): New function.
18985 2016-02-02 Uros Bizjak <ubizjak@gmail.com>
18988 * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
18990 2016-02-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
18992 * config/avr/avr.c (avr_option_override): Set
18993 PARAM_ALLOW_STORE_DATA_RACES to 1.
18995 2016-02-02 Richard Biener <rguenther@suse.de>
18997 PR tree-optimization/69595
18998 * match.pd: Add range test simplifications to true/false.
19000 2016-02-02 Thomas Schwinge <thomas@codesourcery.com>
19002 * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
19003 * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
19006 2016-02-02 Richard Biener <rguenther@suse.de>
19008 PR tree-optimization/69606
19009 * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
19010 info on the result before moving a stmt.
19012 2016-02-02 Yuri Rumyantsev <ysrumyan@gmail.com>
19014 PR middle-end/68542
19015 * config/i386/i386.c (ix86_expand_branch): Add support for conditional
19016 branch with vector comparison.
19017 * config/i386/sse.md (VI48_AVX): New mode iterator.
19018 (define_expand "cbranch<mode>4): Add support for conditional branch
19019 with vector comparison.
19020 * tree-vect-loop.c (optimize_mask_stores): New function.
19021 * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
19022 has_mask_store field of vect_info.
19023 * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
19024 vectorized loops having masked stores after vec_info destroy.
19025 * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
19026 correspondent macros.
19027 (optimize_mask_stores): Add prototype.
19029 2016-02-02 Alan Modra <amodra@gmail.com>
19032 * config/rs6000/predicates.md (quad_int_reg_operand): Don't
19035 2016-02-02 Alan Modra <amodra@gmail.com>
19038 * config/rs6000/rs6000.c (need_toc_init): New var, set it
19039 whenever toc_label_name used.
19040 (rs6000_file_start): Don't set up toc section here,
19041 (rs6000_output_function_epilogue): do so here instead,
19042 (rs6000_xcoff_file_start): and here.
19043 * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
19044 (load_toc_aix_di): Likewise.
19046 2016-02-01 Jakub Jelinek <jakub@redhat.com>
19048 PR rtl-optimization/69592
19049 * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
19050 (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
19051 (num_sign_bit_copies_binary_arith_p): New inline function.
19052 (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
19054 2016-02-01 Jeff Law <law@redhat.com>
19056 PR tree-optimization/69580
19057 * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
19058 * tree-ssa-threadbackward.c
19059 (fsm_find_control_statement_thread_paths): Do not try to walk
19060 through large PHI nodes.
19062 2016-02-01 Jakub Jelinek <jakub@redhat.com>
19064 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
19065 when count is incremented above limit, don't analyze further
19068 * omp-low.c (oacc_parse_default_dims): Avoid
19069 -Wsign-compare warning, make sure value fits into int
19070 rather than just unsigned int.
19072 2016-02-01 Bin Cheng <bin.cheng@arm.com>
19074 PR tree-optimization/67921
19075 * fold-const.c (split_tree): New parameters. Convert pointer
19076 type variable part to proper type before negating.
19077 (fold_binary_loc): Pass new arguments to split_tree.
19079 2016-02-01 Nathan Sidwell <nathan@codesourcery.com>
19081 * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
19082 (nvptx_goacc_validate_dims): Extend to handle global defaults.
19083 * target.def (OACC_VALIDATE_DIMS): Extend documentation.
19084 * doc/tm.texti: Rebuilt.
19085 * doc/invoke.texi (fopenacc-dim): Document.
19086 * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
19087 (append_compiler_options): Likewise.
19088 * omp-low.c (oacc_default_dims, oacc_min_dims): New.
19089 (oacc_parse_default_dims): New.
19090 (oacc_validate_dims): Add USED arg. Select non-unity default when
19092 (oacc_loop_fixed_partitions): Return mask of used partitions.
19093 (oacc_loop_auto_partitions): Emit dump info.
19094 (oacc_loop_partition): Return mask of used partitions.
19095 (execute_oacc_device_lower): Parse default dimension arg. Adjust
19096 loop partitioning and validation calls.
19098 2016-02-01 Richard Biener <rguenther@suse.de>
19100 PR middle-end/69556
19101 * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
19103 2016-02-01 Richard Biener <rguenther@suse.de>
19105 PR tree-optimization/69574
19106 * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
19107 of asserting return chrec_dont_know.
19109 2016-02-01 Martin Liska <mliska@suse.cz>
19111 * mem-stats-traits.h: Add copyright header.
19112 * mem-stats.h: Likewise.
19114 2016-02-01 Richard Biener <rguenther@suse.de>
19116 PR tree-optimization/69579
19117 * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
19118 Do not propagate through abnormal PHI results.
19120 2016-02-01 Eric Botcazou <ebotcazou@adacore.com>
19122 * postreload.c (reload_cse_simplify): Remove dead code.
19124 2016-02-01 Jakub Jelinek <jakub@redhat.com>
19126 PR rtl-optimization/69570
19127 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
19128 if there is more than one set, not if there is a single set.
19130 2016-02-01 Richard Henderson <rth@redhat.com>
19133 * combine.c (make_compound_operation): When looking through a
19134 subreg, make sure to re-extend to the width of the outer mode.
19136 2016-01-30 Jakub Jelinek <jakub@redhat.com>
19138 PR tree-optimization/69546
19139 * wide-int.cc (wi::divmod_internal): For unsigned division
19140 where both operands fit into uhwi, if o1 is 1 and o0 has
19141 msb set, if divident_prec is larger than bits per hwi,
19142 clear another quotient word and return 2 instead of 1.
19143 Similarly for remainder with msb in HWI set, if dividend_prec
19144 is larger than bits per hwi.
19146 2016-01-29 Martin Jambor <mjambor@suse.cz>
19148 * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
19149 Use short lowercase names.
19150 (get_memory_order): Mask with MEMMODEL_BASE_MASK. Support
19151 MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
19152 acq_rel one. Protect warning agains segfaults if
19153 get_memory_order_name returns NULL.
19154 (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
19155 with release semantics. Do not warn if get_memory_order already did.
19156 (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
19157 semantics. Fix check for relaxed or acquire semantics. Do not warn
19158 if get_memory_order already did.
19160 2016-01-29 Sebastian Pop <s.pop@samsung.com>
19162 * doc/install.texi: Document that isl-0.16 is supported.
19164 2016-01-29 Vladimir Makarov <vmakarov@redhat.com>
19167 * config/i386/constraints.md (Bm): Describe as special memory
19169 * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
19170 * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
19171 * genpreds.c (struct constraint_data): Add is_special_memory.
19172 (have_special_memory_constraints, special_memory_start): New
19174 (special_memory_end): Ditto.
19175 (add_constraint): Add new arg is_special_memory. Add code to
19176 process its true value. Update have_special_memory_constraints.
19177 (process_define_constraint): Pass the new arg.
19178 (process_define_register_constraint): Ditto.
19179 (choose_enum_order): Process special memory.
19180 (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
19181 function insn_extra_special_memory_constraint.
19182 (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
19183 * gensupport.c (process_rtx): Process
19184 DEFINE_SPECIAL_MEMORY_CONSTRAINT.
19185 * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
19186 * ira-lives.c (single_reg_class): Use
19187 insn_extra_special_memory_constraint.
19188 * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
19189 * lra-constraints.c (process_alt_operands): Ditto.
19190 (curr_insn_transform): Use insn_extra_special_memory_constraint.
19191 * recog.c (asm_operand_ok, preprocess_constraints): Process
19193 * reload.c (find_reloads): Ditto.
19194 * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
19195 * stmt.c (parse_input_constraint): Use
19196 insn_extra_special_memory_constraint.
19198 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
19201 * lra-splill.c (lra_final_code_change): Revert r229087 by
19202 removing all sub-registers.
19204 2016-01-29 Steve Ellcey <sellcey@imgtec.com>
19207 * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
19209 2016-01-29 Jakub Jelinek <jakub@redhat.com>
19212 * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
19213 SSE1, copy target into the temporary reg first before recursing
19216 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
19218 * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
19221 2016-01-29 Jonathan Wakely <jwakely@redhat.com>
19223 * ginclude/stdarg.h: Test __cplusplus instead of
19224 __GXX_EXPERIMENTAL_CXX0X__.
19226 2016-01-29 Richard Biener <rguenther@suse.de>
19228 PR tree-optimization/69547
19229 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
19230 Do not mark clobbers necessary.
19231 (mark_all_reaching_defs_necessary_1): Likewise.
19233 2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
19235 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
19236 declaration name with %qs and print it in both error messages.
19237 Also fix indentation.
19239 2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
19242 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
19243 trailing blank line from error message.
19245 2016-01-29 Jonathan Wakely <jwakely@redhat.com>
19248 * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
19251 2016-01-29 Richard Biener <rguenther@suse.de>
19253 PR middle-end/69537
19254 * match.pd: Allow all integral types when simplifying a
19255 widening or sign-changing conversion.
19257 2016-01-28 Sebastian Pop <s.pop@samsung.com>
19259 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
19260 back to setting codegen_error to fail codegen.
19262 2016-01-28 Uros Bizjak <ubizjak@gmail.com>
19265 * config/i386/constraints.md (C): Only accept constant zero operand.
19266 (BC): New constraint.
19267 * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
19268 instead of C constraint.
19269 * doc/md.texi (Machine Constraints): Update description
19272 2016-01-28 Steve Ellcey <sellcey@imgtec.com>
19275 * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
19277 2016-01-28 Jakub Jelinek <jakub@redhat.com>
19279 PR middle-end/69542
19280 * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
19283 2016-01-28 Pat Haugen <pthaugen@us.ibm.com>
19285 * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
19286 branches if using guessed profile.
19288 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
19290 * graphite-optimize-isl.c (optimize_isl): Fix dump.
19292 2016-01-28 Richard Henderson <rth@redhat.com>
19295 * config/aarch64/aarch64-modes.def (CC_Cmode): New
19296 * config/aarch64/aarch64-protos.h: Update.
19297 * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
19298 (aarch64_select_cc_mode): Add check for use of CC_Cmode.
19299 (aarch64_get_condition_code_1): Handle CC_Cmode.
19300 * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
19301 (*add<mode>3_compareC_cconly_imm): New.
19302 (*add<mode>3_compareC_cconly): New.
19303 (*add<mode>3_compareC_imm): New.
19304 (add<mode>3_compareC): New.
19305 (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
19306 to be first. Use aarch64_carry_operation.
19307 (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
19308 (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
19309 (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
19310 (subti3): Use subdi3_compare1.
19311 (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
19312 (sub<mode>3_compare1): New.
19313 (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
19314 (*sub<mode>3_carryin): Use aarch64_borrow_operation.
19315 (*subsi3_carryin_uxtw): Likewise.
19316 (*ngc<mode>, *ngcsi_uxtw): Likewise.
19317 (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
19318 * config/aarch64/iterators.md (DWI): New.
19319 * config/aarch64/predicates.md (aarch64_carry_operation): New.
19320 (aarch64_borrow_operation): New.
19322 2016-01-28 Abderrazek Zaafrani <a.zaafrani@samsung.com>
19324 * graphite-optimize-isl.c (optimize_isl): Print a different debug
19325 message when isl does not return a valid schedule.
19327 2016-01-28 Sebastian Pop <s.pop@samsung.com>
19329 * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
19330 Remove comments from class declarations: they are already in the code
19333 2016-01-28 Sebastian Pop <s.pop@samsung.com>
19335 * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
19337 (ternary_op_to_tree): Same.
19338 (unary_op_to_tree): Same.
19339 (nary_op_to_tree): Same.
19340 (gcc_expression_from_isl_expr_op): Same.
19341 (gcc_expression_from_isl_expression): Same.
19342 (graphite_create_new_loop): Same.
19343 (graphite_create_new_loop_guard): Same.
19344 (build_iv_mapping): Same.
19345 (graphite_create_new_guard): Same.
19346 (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
19347 (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
19349 2016-01-28 Sebastian Pop <s.pop@samsung.com>
19351 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
19352 instead of setting codegen_error to fail codegen.
19354 2016-01-28 Jason Merrill <jason@redhat.com>
19356 * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
19358 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
19360 * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
19361 Remove CONST_INT_P check in CCMP cost calculation.
19363 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
19365 * config/aarch64/aarch64.c (generic_vector_cost):
19366 Set vec_permute_cost.
19367 (cortexa57_vector_cost): Likewise.
19368 (exynosm1_vector_cost): Likewise.
19369 (xgene1_vector_cost): Likewise.
19370 (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
19371 * config/aarch64/aarch64-protos.h (cpu_vector_cost):
19372 Add vec_permute_cost entry.
19374 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
19376 * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
19378 (add<mode>3_compare0): Likewise.
19379 (addsi3_compare0_uxtw): Likewise.
19380 (add<mode>3nr_compare0): Likewise.
19381 (compare_neg<mode>): Likewise.
19382 (<optab><mode>3): Likewise.
19384 2016-01-28 Ilya Enkovich <enkovich.gnu@gmail.com>
19386 * tree-vect-stmts.c (vectorizable_comparison): Add
19387 NULL check for vectype.
19389 2016-01-28 Richard Biener <rguenther@suse.de>
19391 PR tree-optimization/69466
19392 * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
19393 Account for PHIs we couldn't duplicate.
19395 2016-01-28 Martin Liska <mliska@suse.cz>
19398 * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
19399 instead of ENABLE_VALGRIND_CHECKING.
19401 2016-01-27 Richard Henderson <rth@redhat.com>
19404 * lra-remat.c (subreg_regs): New.
19405 (dump_candidates_and_remat_bb_data): Dump it.
19406 (operand_to_remat): Reject if operand in subreg_regs.
19407 (set_bb_regs): Collect subreg_regs.
19408 (lra_remat): Init and free subreg_regs. Compute
19409 calculate_local_reg_remat_bb_data before create_cands.
19411 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
19414 * config/i386/i386.c (ix86_update_stack_boundary): Don't
19415 change stack_alignment_needed for __tls_get_addr call.
19417 2016-01-27 Segher Boessenkool <segher@kernel.crashing.org>
19419 * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
19421 2016-01-27 Jeff Law <law@redhat.com>
19423 PR tree-optimization/68398
19424 PR tree-optimization/69196
19425 * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
19426 (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
19427 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
19428 Only count PHIs in the last block in the path. The others will
19429 const/copy propagate away. Add heuristic to allow more irreducible
19430 subloops to be created when it is likely profitable to do so.
19432 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
19433 Fix typo in comment. Use gsi_after_labels and remove the GIMPLE_LABEL
19434 check from within the loop. Use gsi_next_nondebug rather than gsi_next.
19436 2016-01-27 Jakub Jelinek <jakub@redhat.com>
19439 * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
19440 END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
19441 * asan.c (DEF_BUILTIN_STUB): Temporarily define.
19442 * tree-streamer-in.c: Include asan.h.
19443 (streamer_get_builtin_tree): For builtins in sanitizer
19444 range call initialize_sanitizer_builtins and retry.
19446 2016-01-27 Ian Lance Taylor <iant@google.com>
19448 * common.opt (fkeep-gc-roots-live): New undocumented option.
19449 * tree-ssa-loop-ivopts.c (add_candidate_1): If
19450 -fkeep-gc-roots-live, skip pointers.
19451 (add_iv_candidate_for_biv): Handle add_candidate_1 returning
19454 2016-01-27 Uros Bizjak <ubizjak@gmail.com>
19457 * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
19458 (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
19460 2016-01-27 Thomas Klausner <wiz@NetBSD.org>
19463 * configure.ac: NetBSD provides SSP in its C library.
19464 * configure: Updated.
19466 2016-01-27 Richard Biener <rguenther@suse.de>
19468 PR tree-optimization/69166
19469 * tree-vect-loop.c (vect_is_simple_reduction): Always check
19470 reduction code for commutativity / associativity.
19472 2016-01-27 Martin Jambor <mjambor@suse.cz>
19474 PR tree-optimization/69355
19475 * tree-sra.c (analyze_access_subtree): Correct hole detection when
19476 total_scalarization fails.
19478 2016-01-27 David Edelsohn <dje.gcc@gmail.com>
19480 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
19483 2016-01-27 Christian Bruel <christian.bruel@st.com>
19486 * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
19487 Move arm_reset_previous_fndecl and set_target_option_current_node in
19488 the conditional part. Call save_restore_target_globals.
19489 * config/arm/arm.c (arm_set_current_function):
19490 Refactor to better support #pragma target and attribute mix.
19491 Call save_restore_target_globals.
19492 * config/arm/arm-protos.h (save_restore_target_globals): New function.
19494 2016-01-27 Martin Liska <mliska@suse.cz>
19496 * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
19497 reference for an HSA kernel and its host function.
19499 2016-01-27 Jakub Jelinek <jakub@redhat.com>
19501 PR tree-optimization/69399
19502 * wide-int.h (wi::lrshift): For larger precisions, only
19503 use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
19505 2016-01-27 Claudiu Zissulescu <claziss@synopsys.com>
19507 * config/arc/predicates.md (proper_comparison_operator): Reject
19508 constant-constant comparison.
19510 2016-01-26 Tom de Vries <tom@codesourcery.com>
19512 PR tree-optimization/69110
19513 * tree-data-ref.c (initialize_data_dependence_relation): Handle
19514 DR_NUM_DIMENSIONS == 0.
19516 2016-01-26 Abderrazek Zaafrani <a.zaafrani@samsung.com>
19517 Sebastian Pop <s.pop@samsung.com>
19519 * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
19520 isl_ast_op_cond and isl_ast_op_select.
19521 (gcc_expression_from_isl_expr_op): Same.
19523 2016-01-26 Jason Merrill <jason@redhat.com>
19526 * tree.c (recompute_constructor_flags): Split out from
19528 (verify_constructor_flags): New.
19529 * tree.h: Declare them.
19531 2016-01-26 Iain Buclaw <ibuclaw@gdcproject.org>
19533 PR rtl-optimization/69217
19534 * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
19535 are no TYPE_FIELDS set for the record type.
19537 2016-01-26 Jakub Jelinek <jakub@redhat.com>
19540 * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
19541 toc_label_name unconditionally.
19542 (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
19543 SYMBOL_REF string. Use toc_label_name instead of constructing
19545 (rs6000_elf_declare_function_name): Use toc_label_name instead of
19546 constructing LCTOC1.
19548 2016-01-26 Martin Sebor <msebor@redhat.com>
19551 * doc/extend.texi (Common Type Attributes): Move text that talks about
19552 attribute packed from attribute aligned to the section discussing
19553 the former attribute for clarity.
19555 2016-01-26 Richard Henderson <rth@redhat.com>
19557 PR middle-end/60908
19558 * trans-mem.c (tm_region_init): Mark entry block as visited.
19560 2016-01-26 David Malcolm <dmalcolm@redhat.com>
19563 * diagnostic-show-locus.c (layout::print_source_line): Replace
19564 call to pp_newline with call to layout::print_newline.
19565 (layout::print_annotation_line): Likewise.
19566 (layout::move_to_column): Likewise.
19567 (layout::print_any_fixits): After printing any fixits, print a
19568 trailing newline, if necessary.
19569 (layout::print_newline): New method, resetting any colorization
19571 (diagnostic_show_locus): Move the pp_newline to before the
19572 early bailout. Remove dummy block enclosing the layout instance.
19573 * diagnostic.c (default_diagnostic_finalizer): Replace invocation
19574 of pp_newline_and_flush with pp_flush.
19575 (diagnostic_append_note): Delete use of pp_newline.
19576 (diagnostic_append_note_at_rich_loc): Delete.
19577 * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
19578 * pretty-print.h (output_buffer_append_r): Reset buff->line_length
19579 when newline characters are added to the buffer.
19581 2016-01-26 Michael Matz <matz@suse.de>
19583 * configure.ac (ac_cv_std_swap_in_utility): New test.
19584 * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
19585 * configure: Regenerate.
19586 * config.in: Regenerate.
19588 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
19590 * config/arc/arc.md (cstoresi4): Force operand into register.
19591 (arcset<code>): Fix predicate.
19592 (arcsetltu): Likewise.
19593 (arcsetgeu): Likewise.
19594 (arcsethi): Likewise.
19595 (arcsetls): Likewise.
19597 2016-01-26 Jakub Jelinek <jakub@redhat.com>
19599 PR tree-optimization/69483
19600 * gimple-fold.c (canonicalize_constructor_val): Return NULL
19601 if base has error_mark_node type.
19603 2016-01-26 Christophe Lyon <christophe.lyon@linaro.org>
19606 * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
19607 * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
19609 (vget_lane_f16): Handle big-endian.
19610 (vgetq_lane_f16): Likewise.
19611 (vset_lane_f16): Likewise.
19612 (vsetq_lane_f16): Likewise.
19613 * config/arm/iterators.md (VQXMOV): Add V8HF.
19614 (VDQ): Add V4HF and V8HF.
19615 (V_reg): Handle V4HF and V8HF.
19616 (Is_float_mode): Likewise.
19617 * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
19618 neon_vdup_nv8hf): New patterns.
19619 (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
19620 Use VD_LANE iterator.
19621 (neon_vld1_dup<mode>): Use VQ2 iterator.
19623 2016-01-26 Nathan Sidwell <nathan@acm.org>
19625 * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
19626 (set_oacc_fn_attrib): Add IS_KERNEL arg.
19627 * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
19628 (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
19629 (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
19630 (oacc_validate_dims): Add LEVEL arg, don't return level.
19631 (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
19632 oacc_validate_dims.
19633 (execute_oacc_device_lower): Adjust, add more dump output.
19634 * tree-ssa-loop.c (gate_oacc_kernels): Use
19635 oacc_fn_attrib_kernels_p.
19636 * tree-parloops.c (create_parallel_loop): Adjust
19637 set_oacc_fn_attrib call.
19639 2016-01-26 Jakub Jelinek <jakub@redhat.com>
19642 * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
19643 (append_compiler_options): Handle -fcilkplus.
19644 (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
19646 2016-01-26 Nick Clifton <nickc@redhat.com>
19649 * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
19650 been marked as DECL_ONE_ONLY but we do not the means to make it
19651 so, then do not allow it to bind locally.
19653 2016-01-26 Jakub Jelinek <jakub@redhat.com>
19656 * opts.h (parse_sanitizer_options): New prototype.
19657 * opts.c (sanitizer_opts): New array.
19658 (parse_sanitizer_options): New function.
19659 (common_handle_option): Use parse_sanitizer_options.
19661 2016-01-26 H.J. Lu <hongjiu.lu@intel.com>
19664 * config/i386/i386.c (ix86_compute_frame_layout): Move stack
19665 alignment adjustment to ...
19666 (ix86_update_stack_boundary): Here. Don't over-align stack for
19668 (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
19669 if __tls_get_addr is called.
19671 2016-01-26 Christian Bruel <christian.bruel@st.com>
19673 * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
19675 2016-01-26 Eric Botcazou <ebotcazou@adacore.com>
19677 * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
19679 2016-01-26 Richard Biener <rguenther@suse.de>
19681 PR middle-end/69467
19682 * match.pd: Guard X * CST CMP 0 pattern with single_use.
19684 2016-01-26 Richard Biener <rguenther@suse.de>
19686 PR tree-optimization/69452
19687 * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
19688 (move_computations_dom_walker::before_dom_children): Rename
19690 (move_computations_worker): This.
19691 (move_computations): Perform an RPO rather than a DOM walk.
19693 2016-01-26 Jakub Jelinek <jakub@redhat.com>
19696 * combine.c (combine_instructions): For REG_EQUAL note with
19697 SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
19698 to the underlying register.
19699 * doc/rtl.texi (REG_EQUAL): Document the behavior of
19700 REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
19702 2016-01-26 Roger Ferrer Ibáñez <rofirrim@gmail.com>
19705 * config/aarch64/aarch64-builtins.c
19706 (aarch64_init_simd_builtin_types): Do not set structural
19707 equality to __Poly{8,16,64,128}_t types.
19709 2016-01-26 Richard Sandiford <richard.sandiford@arm.com>
19711 PR tree-optimization/69400
19712 * wide-int.cc (wi_pack): Take the precision as argument and
19713 perform canonicalization here rather than in the callers.
19714 Use the main loop to handle all full-width HWIs. Add a
19715 zero HWI if in_len isn't a full result.
19716 (wi::divmod_internal): Update accordingly.
19717 (wi::mul_internal): Likewise. Simplify.
19719 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
19720 Sebastian Pop <s.pop@samsung.com>
19722 * graphite-poly.c (apply_poly_transforms): Simplify.
19723 (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
19724 (print_isl_map): Same.
19725 (print_isl_union_map): Same.
19726 (print_isl_schedule): New.
19727 (debug_isl_schedule): New.
19728 * graphite-dependences.c (scop_get_reads): Do not call
19729 isl_union_map_add_map that is undocumented isl functionality.
19730 (scop_get_must_writes): Same.
19731 (scop_get_may_writes): Same.
19732 (scop_get_original_schedule): Remove.
19733 (scop_get_dependences): Do not call isl_union_map_compute_flow that
19734 is deprecated in isl 0.15. Instead, use isl_union_access_* interface.
19735 (compute_deps): Remove.
19736 * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
19737 (debug_schedule_ast): New.
19738 (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
19739 set_separate_option.
19740 (graphite_regenerate_ast_isl): Add dump.
19741 (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
19742 from scop->transformed_schedule.
19743 (graphite_regenerate_ast_isl): Add more dump.
19744 * graphite-optimize-isl.c (optimize_isl): Set
19745 scop->transformed_schedule. Check whether schedules are equal.
19746 (apply_poly_transforms): Move here.
19747 * graphite-poly.c (apply_poly_transforms): ... from here.
19748 (free_poly_bb): Static.
19749 (free_scop): Static.
19750 (pbb_number_of_iterations_at_time): Remove.
19751 (print_isl_ast): New.
19752 (debug_isl_ast): New.
19753 (debug_scop_pbb): New.
19754 * graphite-scop-detection.c (print_edge): Move.
19755 (print_sese): Move.
19756 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
19757 (build_scop_scattering): Remove.
19758 (create_pw_aff_from_tree): Assert instead of bailing out.
19759 (add_condition_to_pbb): Remove unused code, do not fail.
19760 (add_conditions_to_domain): Same.
19761 (add_conditions_to_constraints): Remove.
19762 (build_scop_context): New.
19763 (add_iter_domain_dimension): New.
19764 (build_iteration_domains): Initialize pbb->iterators.
19765 Call add_conditions_to_domain.
19768 (index_outermost_in_loop): New.
19769 (index_pbb_in_loop): New.
19770 (outermost_pbb_in): New.
19771 (add_in_sequence): New.
19772 (add_outer_projection): New.
19773 (outer_projection_mupa): New.
19774 (add_loop_schedule): New.
19775 (build_schedule_pbb): New.
19776 (build_schedule_loop): New.
19777 (embed_in_surrounding_loops): New.
19778 (build_schedule_loop_nest): New.
19779 (build_original_schedule): New.
19780 (build_poly_scop): Call build_original_schedule.
19781 * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
19782 (free_poly_dr): Remove.
19783 (struct poly_bb): Add iterators. Remove schedule, transformed, saved.
19784 (free_poly_bb): Remove.
19785 (debug_loop_vec): Remove.
19786 (print_isl_ast): Declare.
19787 (debug_isl_ast): Declare.
19788 (scop_do_interchange): Remove.
19789 (scop_do_strip_mine): Remove.
19790 (scop_do_block): Remove.
19791 (flatten_all_loops): Remove.
19792 (optimize_isl): Remove.
19793 (pbb_number_of_iterations_at_time): Remove.
19794 (debug_scop_pbb): Declare.
19795 (print_schedule_ast): Declare.
19796 (debug_schedule_ast): Declare.
19797 (struct scop): Remove schedule. Add original_schedule,
19798 transformed_schedule.
19799 (free_gimple_poly_bb): Remove.
19800 (print_generated_program): Remove.
19801 (debug_generated_program): Remove.
19802 (unify_scattering_dimensions): Remove.
19803 * sese.c (print_edge): ... here.
19804 (print_sese): ... here.
19805 (debug_edge): ... here.
19806 (debug_sese): ... here.
19807 * sese.h (print_edge): Declare.
19808 (print_sese): Declare.
19809 (dump_edge): Declare.
19810 (dump_sese): Declare.
19812 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
19813 Sebastian Pop <s.pop@samsung.com>
19815 * Makefile.in: Set ISLVER in site.exp.
19817 2016-01-25 Jakub Jelinek <jakub@redhat.com>
19819 * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
19820 DECL_VALUE_EXPR of new_var even for the non-array case. Look
19821 through DECL_VALUE_EXPR for expansion.
19823 2016-01-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
19825 * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
19826 the frame info after reload completed.
19828 2016-01-25 Jeff Law <law@redhat.com>
19830 PR tree-optimization/69196
19831 PR tree-optimization/68398
19832 * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
19833 tree-ssa-threadupdate.c.
19834 (determine_bb_domination_status): Prototype
19835 * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
19836 (determine_bb_domination_status): No longer static.
19837 (valid_jump_thread_path): Remove code to detect characteristics
19838 of the jump thread path not associated with correctness.
19839 * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
19840 Correct test for thread path length. Count PHIs for real operands as
19841 statements that need to be copied. Do not count ASSERT_EXPRs.
19842 Look at all the blocks in the thread path. Compute and selectively
19843 filter thread paths based on threading through the latch, threading
19844 a multiway branch or crossing a multiway branch.
19846 2016-01-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19848 * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): Add
19849 decl with __attribute__ ((unused)) annotation.
19851 2016-01-25 Ilya Enkovich <enkovich.gnu@gmail.com>
19854 * tree-vect-stmts.c (vectorizable_condition): Check vectype
19855 of operands is compatible with a statement vectype.
19857 2016-01-25 Eric Botcazou <ebotcazou@adacore.com>
19859 * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
19860 improve wording for mixed storage order support.
19862 2016-01-25 Bilyan Borisov <bilyan.borisov@arm.com>
19864 * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
19865 (vcvt_u64_f64): Likewise.
19866 (vcvta_s64_f64): Likewise.
19867 (vcvta_u64_f64): Likewise.
19868 (vcvtm_s64_f64): Likewise.
19869 (vcvtm_u64_f64): Likewise.
19870 (vcvtn_s64_f64): Likewise.
19871 (vcvtn_u64_f64): Likewise.
19872 (vcvtp_s64_f64): Likewise.
19873 (vcvtp_u64_f64): Likewise.
19875 2016-01-25 Claudiu Zissulescu <claziss@synopsys.com>
19877 * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
19878 (arc_init): Check validity mll64 option.
19879 (arc_save_restore): Use double load/store instruction.
19880 (arc_expand_movmem): Likewise.
19881 (arc_split_move): Don't split if we have double load/store
19882 instructions. Returns a boolean.
19883 (arc_process_double_reg_moves): Change function to return boolean
19884 instead of a sequence of instructions.
19885 (arc_dwarf_register_span): New function.
19886 * config/arc/arc-protos.h (arc_split_move): Change prototype.
19887 * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
19888 * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
19889 (*movdf_insn): Likewise.
19890 * config/arc/arc.opt (mll64): New option.
19891 * config/arc/predicates.md (even_register_operand): New predicate.
19892 * doc/invoke.texi (ARC Options): Add mll64 documentation.
19894 2016-01-25 Richard Biener <rguenther@suse.de>
19897 * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
19898 * tree-streamer-out.c (pack_ts_base_value_fields): Stream
19900 * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
19902 2016-01-25 Richard Biener <rguenther@suse.de>
19904 PR tree-optimization/69376
19905 * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
19907 (VN_INFO_ANTI_RANGE_P): New inline.
19908 (VN_INFO_RANGE_TYPE): Likewise.
19909 * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
19910 SSA_NAME_ANTI_RANGE_P.
19911 (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
19912 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
19913 Properly query VN_INFO_RANGE_TYPE.
19915 2016-01-25 Nick Clifton <nickc@redhat.com>
19918 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
19920 2016-01-23 Tom de Vries <tom@codesourcery.com>
19922 PR tree-optimization/69426
19923 * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
19926 2016-01-23 Jakub Jelinek <jakub@redhat.com>
19928 * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
19929 "the the" with "the" in the comments.
19930 * ipa-devirt.c (build_type_inheritance_graph,
19931 update_type_inheritance_graph): Likewise.
19932 * tree.c (build_function_type_list_1): Likewise.
19933 * cfgloopmanip.c (scale_loop_profile): Likewise.
19934 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
19935 * gimple-ssa-split-paths.c
19936 (find_block_to_duplicate_for_splitting_paths): Likewise.
19937 * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
19938 * expr.c (convert_move): Likewise.
19939 * var-tracking.c (vt_stack_adjustments): Likewise.
19940 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
19941 * tree-vrp.c (test_for_singularity): Likewise.
19943 * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
19944 directly instead of building a temporary tree.
19947 * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
19948 remove <algorithm> include.
19950 2016-01-22 Jakub Jelinek <jakub@redhat.com>
19953 * config/i386/i386.c: Include dojump.h.
19954 (expand_small_movmem_or_setmem,
19955 expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
19957 (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
19958 if dynamic_check != -1.
19960 2016-01-21 Jeff Law <law@redhat.com>
19962 PR middle-end/69347
19963 * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
19964 record_temporary_equivalences. Rewritten to avoid unnecessary calls
19965 into dominated_by_p.
19966 (cprop_into_successor_phis): Avoid unnecessary tests.
19968 2016-01-22 Richard Henderson <rth@redhat.com>
19971 * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
19972 (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
19974 2016-01-22 Michael Matz <matz@suse.de>
19976 * system.h (string, algorithm): Include only conditionally.
19977 (new): Include always under C++.
19978 * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
19979 * final.c (toplevel): Ditto.
19980 * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
19981 * genconditions.c (write_header): Make gencondmd.c define
19983 * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
19985 * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
19986 * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
19988 2016-01-22 Christian Bruel <christian.bruel@st.com>
19991 * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
19993 2016-01-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19996 * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
19997 define_insn_and_split. Ensure operands[1] and operands[0] do not
19998 get assigned the same register.
20000 2016-01-22 Kugan Vivekanandarajah <kuganv@linaro.org>
20002 * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
20004 2016-01-22 Christian Bruel <christian.bruel@st.com>
20006 * config/arm/arm-c.c (arm_pragma_target_parse):
20007 Remove warn_builtin_macro_redefined overwrite.
20009 2016-01-22 Eric Botcazou <ebotcazou@adacore.com>
20011 * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
20012 flag_non_call_exceptions compatibility.
20014 2016-01-22 Jakub Jelinek <jakub@redhat.com>
20017 * dwarf2out.c (add_child_die_after): New function.
20018 (dwarf_qual_info_t): New type.
20019 (dwarf_qual_info): New variable.
20020 (qualified_die_p): New function.
20021 (modified_type_die): For -fdebug-types-section, ensure
20022 canonical order of qualifiers. Put qualified DIEs adjacent
20023 to the corresponding non-qualified type DIE and search there
20024 for existing qualified DIEs.
20026 2016-01-22 Eric Botcazou <ebotcazou@adacore.com>
20028 * doc/extend.texi (scalar_storage_order type attribute): Document
20029 restriction on type punning and aliasing, and remove future tense.
20031 2016-01-21 Roman Zhuykov <zhroma@ispras.ru>
20034 * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
20037 2016-01-21 Jeff Law <law@redhat.com>
20039 PR middle-end/69347
20040 * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
20041 useless call to record_temporary_equivalences.
20042 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
20043 allocate 10 slots in the bb_path vector and let it grow as needed.
20044 (fsm_find_control_statement_thread_paths): Similarly for the next_path
20047 2016-01-21 David Edelsohn <dje.gcc@gmail.com>
20049 * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
20051 * configure: Regenerate.
20053 2016-01-21 Pat Haugen <pthaugen@us.ibm.com>
20055 * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
20056 * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
20058 2016-01-21 Bernd Schmidt <bschmidt@redhat.com>
20060 PR middle-end/66178
20061 * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
20062 drop EXPAND_INITIALIZER.
20063 * rtl.h (contains_symbolic_reference_p): Declare.
20064 * rtlanal.c (contains_symbolic_reference_p): New function.
20065 * simplify-rtx.c (simplify_binary_operation_1): Don't turn
20066 a subtraction into a NOT if symbolic constants are involved.
20068 2016-01-21 Anton Blanchard <anton@samba.org>
20069 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
20072 * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
20074 * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
20077 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
20079 * config/microblaze/microblaze.c
20080 (get_branch_target): New.
20081 (insert_wic_for_ilb_runout): New.
20083 (microblaze_machine_dependent_reorg): New.
20084 (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
20085 * config/microblaze/microblaze.md
20086 (UNSPEC_IPREFETCH): Define.
20087 (iprefetch): New pattern
20088 * config/microblaze/microblaze.opt
20089 (mxl-prefetch): New flag.
20091 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
20093 * config/microblaze/microblaze.h
20094 (FIXED_REGISTERS): Update in macro.
20095 (CALL_USED_REGISTERS): Update in macro.
20097 2016-01-21 Yuri Rumyantsev <ysrumyan@gmail.com>
20099 PR rtl-optimization/68920
20100 * ifcvt.c (cond_move_process_if_block): Limit number of conditional
20103 2016-01-21 Vladimir Makarov <vmakarov@redhat.com>
20105 PR rtl-optimization/68990
20106 * lra-coalesce.c (lra_coalesce): Invalidate value for the result
20107 pseudo instead of inheritance ones.
20109 2016-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
20110 Nick Clifton <nickc@redhat.com>
20114 * config/mips/mips.c (mips_compute_frame_info): Initialise
20115 args_size and hard_frame_pointer_offset fields of the frame
20116 structure before calling mips_global_pointer.
20118 2016-01-21 David Edelsohn <dje.gcc@gmail.com>
20120 * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
20122 * configure: Regenerate.
20124 2016-01-21 Richard Biener <rguenther@suse.de>
20126 * graphite-optimize-isl.c (get_schedule_map): Fix typo.
20128 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
20130 * config/s390/s390.c (s390_asm_declare_function_size): Add code
20131 to actually emit the .size directive.
20133 2016-01-21 Stefan Sørensen <stefan.sorensen@spectralink.com>
20134 Jakub Jelinek <jakub@redhat.com>
20138 * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
20139 args array size by one to avoid buffer overflow.
20141 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
20143 * config/s390/s390.md (pool_section_start): Use switch_to_section
20144 to select proper read-only data section instead of hardcoding
20146 (pool_section_end): Use switch_to_section to match the above.
20148 2016-01-21 Richard Biener <rguenther@suse.de>
20150 PR tree-optimization/69378
20151 * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
20152 (set_ssa_val_to): Use it for dominance checks taking into
20153 account not executable edges.
20155 2016-01-21 Jakub Jelinek <jakub@redhat.com>
20158 * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
20159 for bitsize instead of GET_MODE_PRECISION (mode).
20161 2016-01-20 Martin Sebor <msebor@redhat.com>
20164 * extend.texi (__sync Builtins): Clarify the semantics of
20165 __sync_fetch_and_OP built-ins on pointers.
20166 (__atomic Builtins): Same.
20168 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20169 Sebastian Pop <s.pop@samsung.com>
20171 * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
20172 (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
20173 (is_valid_rename): Same.
20174 (translate_isl_ast_to_gimple::get_rename): Same.
20175 (translate_isl_ast_to_gimple::rename_all_uses): Same.
20176 (translate_isl_ast_to_gimple::rename_uses): Same.
20177 (get_new_name): Check for close_phi nodes.
20178 (copy_loop_phi_args): Use phi_node_kind.
20179 (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
20180 (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
20182 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20183 Sebastian Pop <s.pop@samsung.com>
20185 Revert commit r229783.
20186 * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
20187 Remove use of parameter_rename_map.
20188 (copy_def): Remove.
20189 (copy_internal_parameters): Remove.
20190 (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
20191 * sese.c (new_sese_info): Do not initialize parameter_rename_map.
20192 (free_sese_info): Do not free parameter_rename_map.
20193 (set_rename): Do not use parameter_rename_map.
20194 (rename_uses): Update call to set_rename.
20195 (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
20196 * sese.h (parameter_rename_map_t): Remove.
20197 (struct sese_info_t): Remove field parameter_rename_map.
20199 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20200 Sebastian Pop <s.pop@samsung.com>
20202 * graphite-isl-ast-to-gimple.c: Fix comment.
20203 * graphite-scop-detection.c (defined_in_loop_p): New.
20204 (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
20205 names defined in loop.
20207 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20208 Sebastian Pop <s.pop@samsung.com>
20210 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
20211 Discard unstructured if-then-else regions.
20213 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20214 Sebastian Pop <s.pop@samsung.com>
20216 * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
20217 (cleanup_loop_iter_dom): Remove.
20218 (build_loop_iteration_domains): Remove.
20219 (build_scop_context): Remove.
20220 (build_scop_iteration_domain): Remove.
20221 (add_loop_constraints): New.
20222 (build_iteration_domains): New.
20223 (build_poly_scop): Call build_iteration_domains.
20225 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20226 Sebastian Pop <s.pop@samsung.com>
20228 * graphite-scop-detection.c
20229 (scop_detection::harmful_loop_in_region): Free dom and loops.
20230 (scop_detection::loop_body_is_valid_scop): Free bbs.
20232 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20233 Sebastian Pop <s.pop@samsung.com>
20235 * graphite-scop-detection.c (record_loop_in_sese): New.
20236 (gather_bbs::before_dom_children): Call record_loop_in_sese.
20237 (build_scops): Remove call to build_sese_loop_nests.
20238 * sese.c (sese_record_loop): Remove.
20239 (build_sese_loop_nests): Remove.
20240 (new_sese_info): Remove region->loops.
20241 (free_sese_info): Same.
20242 * sese.h (sese_contains_loop): Same.
20243 (build_sese_loop_nests): Remove.
20244 (sese_contains_loop): Remove.
20246 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20247 Sebastian Pop <s.pop@samsung.com>
20249 * graphite-scop-detection.c (loop_is_valid_scop): Renamed
20250 loop_is_valid_in_scop.
20251 (scop_detection::harmful_stmt_in_region): Renamed
20252 harmful_loop_in_region.
20253 Call loop_is_valid_in_scop.
20255 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20256 Sebastian Pop <s.pop@samsung.com>
20258 * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
20261 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20262 Sebastian Pop <s.pop@samsung.com>
20264 * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
20265 * graphite.h (struct poly_bb): Remove field is_reduction.
20266 (PBB_IS_REDUCTION): Remove.
20268 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
20269 Sebastian Pop <s.pop@samsung.com>
20271 * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
20272 (add_pdr_constraints): Same.
20273 (scop_get_reads): Same.
20274 (scop_get_must_writes): Same.
20275 (scop_get_may_writes): Same.
20276 (scop_get_original_schedule): Same.
20277 (extend_schedule): Same.
20278 (apply_schedule_on_deps): Same.
20279 (carries_deps): Same.
20280 (compute_deps): Same.
20281 (scop_get_dependences): Same.
20282 * graphite-isl-ast-to-gimple.c
20283 (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
20284 * graphite-optimize-isl.c (get_schedule_for_band): Same.
20285 (get_schedule_for_band_list): Same.
20286 (get_schedule_map): Same.
20287 (apply_schedule_map_to_scop): Same.
20288 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
20289 (build_loop_iteration_domains): Same.
20290 (add_condition_to_pbb): Same.
20291 (add_param_constraints): Same.
20292 (pdr_add_memory_accesses): Same.
20293 (pdr_add_data_dimensions): Same.
20295 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
20297 * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
20300 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
20302 * common.opt (feliminate-dwarf2-dups): Replace references to
20303 "DWARF 2" with just "DWARF".
20304 * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
20305 * doc/extend.texi: Likewise.
20306 * doc/cpp.texi: Likewise.
20307 * doc/invoke.texi: Likewise.
20308 (Option Summary): Add -gdwarf to list of Debugging Options.
20309 (Debugging Options): Document -gdwarf.
20310 * doc/contrib.texi: Spell "DWARF" like that.
20312 2016-01-21 Jakub Jelinek <jakub@redhat.com>
20314 * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
20315 warning. Fix up formatting.
20317 PR middle-end/67653
20318 * gimplify.c (gimplify_asm_expr): Warn if it is too late to
20319 attempt to mark memory input operand addressable and
20320 call prepare_gimple_addressable in that case. Don't adjust
20321 input_location for diagnostics, use error_at instead.
20323 2016-01-20 Peter Bergner <bergner@vnet.ibm.com>
20325 * config/rs6000/ppc-auxv.h: New file.
20326 * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
20327 (cpu_is): Likewise.
20328 (cpu_supports): Likewise.
20329 * config/rs6000/rs6000.c: include "ppc-auxv.h".
20330 (cpu_is_info): New variable.
20331 (cpu_supports_info): Likewise.
20332 (tcb_verification_symbol): Likewise.
20333 (cpu_builtin_p): Likewise.
20334 (cpu_expand_builtin): New function.
20335 (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
20336 (rs6000_init_builtins): Likewise.
20337 (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
20338 * config/rs6000/rs6000.h (TLS_REGNUM): New define.
20339 * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
20340 * configure: Regenerate.
20341 * config.in: Likewise.
20342 * doc/extend.texi (PowerPC Built-in Functions): Document
20343 __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
20345 2016-01-20 David Edelsohn <dje.gcc@gmail.com>
20348 * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
20350 * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
20353 2016-01-20 Richard Henderson <rth@redhat.com>
20359 * tree.c (tm_define_builtin): New.
20360 (find_tm_vector_type): New.
20361 (build_tm_vector_builtins): New.
20362 (build_common_builtin_nodes): Call it.
20364 2016-01-20 Christophe Lyon <christophe.lyon@linaro.org>
20366 * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
20367 (arm_fp_ok): Likewise.
20368 (arm_fp): Likewise.
20369 (arm_crypto): Likewise.
20371 2016-01-20 Ilya Enkovich <enkovich.gnu@gmail.com>
20372 Richard Biener <rguenther@suse.de>
20374 PR tree-optimization/69328
20375 * tree-vect-stmts.c (vect_is_simple_cond): Check compared
20376 vectors have same number of elements.
20377 (vectorizable_condition): Fix masked version recognition.
20379 2016-01-20 Richard Biener <rguenther@suse.de>
20381 PR tree-optimization/69345
20382 * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
20383 (VN_INFO_PTR_INFO): Likewise.
20384 * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
20385 info when it is equal between non-dominating SSA names.
20386 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
20387 Make sure to look at original SSA infos.
20389 2016-01-20 Jeff Law <law@redhat.com>
20392 * config/m68k/predicates.md (pow2_m1_operand): New predicate
20394 (reg_or_pow2_m1_operand): Call pow2_m1_operand.
20395 (pc_or_label_operand): New predicate.
20396 * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
20397 tests for small integers that are 2^n - 1.
20399 2016-01-20 Jonathan Wakely <jwakely@redhat.com>
20401 * doc/invoke.texi (Options Summary): Add '.' after @xref.
20403 2016-01-19 Jeff Law <law@redhat.com>
20405 PR middle-end/69347
20406 * tree-ssa-threadbackwards.c
20407 (fsm_find_control_statement_thread_paths): Do not try to lookup
20408 FSM paths for SSA_NAMEs appearing in abnormal PHIs.
20410 2016-01-20 Kugan Vivekanandarajah <kuganv@linaro.org>
20412 * doc/lto.texi: Remove text that says only Gold has linker plugin
20415 2016-01-19 Eric Botcazou <ebotcazou@adacore.com>
20417 * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
20418 (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
20419 the DIE accordingly.
20420 (modified_type_die): Add REVERSE parameter and pass it recursively,
20421 as well as to base_type_die. Adjust presence check accordingly.
20422 (base_type_for_mode): Adjust call to modified_type_die.
20423 (add_type_attribute): Add REVERSE parameter and pass it to
20425 (generic_parameter_die): Adjust call to add_type_attribute.
20426 (add_scalar_info): Likewise.
20427 (add_subscript_info): Likewise.
20428 (gen_array_type_die): Likewise.
20429 (gen_descr_array_type_die): Likewise.
20430 (gen_entry_point_die): Likewise.
20431 (gen_enumeration_type_die): Likewise.
20432 (gen_formal_parameter_die): Likewise.
20433 (gen_subprogram_die): Likewise.
20434 (gen_variable_die ): Likewise.
20435 (gen_const_die): Likewise.
20436 (gen_field_die): Likewise.
20437 (gen_pointer_type_die): Likewise.
20438 (gen_reference_type_die): Likewise.
20439 (gen_ptr_to_mbr_type_die): Likewise.
20440 (gen_inheritance_die): Likewise.
20441 (gen_subroutine_type_die): Likewise.
20442 (gen_typedef_die): Likewise.
20443 (force_type_die): Adjust call to modified_type_die.
20445 2016-01-19 Sandra Loosemore <sandra@codesourcery.com>
20447 * doc/standards.texi: Copy-editing for grammar, markup, and sentence
20448 flow throughout the file. Fix broken link to Objective-C 2.0
20450 * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
20453 2016-01-19 Wilco Dijkstra <wdijkstr@arm.com>
20455 * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
20457 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
20460 * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
20461 (maybe_record_node): Record cxa_pure_virtual as the only possible
20462 target if there are not ohter candidates.
20463 (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
20465 2016-01-19 Richard Biener <rguenther@suse.de>
20467 * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
20468 (get_memory_order): Likewise.
20470 2016-01-19 Kirill Yukhin <kirill.yukhin@intel.com>
20472 * tree-vect-stmts.c (vectorizable_store): Check
20475 2016-01-19 David Malcolm <dmalcolm@redhat.com>
20478 * gcc.c (driver::decode_argv): Add call to
20479 init_opts_obstack before init_options_struct.
20480 * opts.c (init_opts_obstack): Remove idempotency.
20481 (init_options_struct): Replace call to init_opts_obstack
20482 with a gcc_assert to verify that it has already been called.
20483 * toplev.c (toplev::main): Add call to init_opts_obstack before
20484 calls to init_options_struct.
20485 (toplev::finalize): Move cleanup of opts_obstack next to
20486 cleanup of save_decoded_options, clearing the latter, and
20487 save_decoded_options_count.
20489 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20492 * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
20493 attribute to unconditional. Remove %? from output template.
20495 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
20496 Jiong Wang <jiong.wang@arm.com>
20498 * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
20499 generated from different expand order.
20501 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
20503 * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
20504 Add support for CCMP costing.
20506 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
20508 * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
20509 * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
20510 (fccmpe<mode>): Likewise.
20511 (fcmp): Rename to fcmp and globalize pattern.
20513 * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
20514 (aarch64_gen_ccmp_next): Add FP support.
20516 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
20518 * target.def (gen_ccmp_first): Update documentation.
20519 (gen_ccmp_next): Likewise.
20520 * doc/tm.texi (gen_ccmp_first): Update documentation.
20521 (gen_ccmp_next): Likewise.
20522 * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
20523 expand_ccmp_expr_1. Improve comments.
20524 * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
20525 (ccmp_ior<mode>): Remove pattern.
20526 (cmp<mode>): Remove expand.
20527 (cmp): Globalize pattern.
20528 (cstorecc4): Use cc_register.
20529 (mov<mode>cc): Remove ccmp_cc_register check.
20530 * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
20531 Simplify after removal of CC_DNE/* modes.
20532 (aarch64_ccmp_mode_to_code): Remove.
20533 (aarch64_print_operand): Remove 'K' case. Merge 'm' and 'M' cases.
20534 In 'k' case use integer as condition.
20535 (aarch64_nzcv_codes): Remove inverted cases.
20536 (aarch64_code_to_ccmode): Remove.
20537 (aarch64_gen_ccmp_first): Use cmp pattern directly. Return the correct
20538 comparison with CC register to be used in folowing CCMP/branch/CSEL.
20539 (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
20540 pattern. Return the comparison with CC register. Invert conditions
20541 when bitcode is OR.
20542 * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
20543 * config/aarch64/predicates.md (ccmp_cc_register): Remove.
20545 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
20547 * cgraphunit.c (cgraph_node::reset): Clear thunk info and
20548 instrumented_version.
20550 2016-01-19 Richard Biener <rguenther@suse.de>
20552 PR tree-optimization/69336
20553 * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
20554 handled components with get_ref_base_and_extent.
20555 (equal_mem_array_ref_p): Adjust.
20557 2016-01-19 Jakub Jelinek <jakub@redhat.com>
20560 * shrink-wrap.c: Include valtrack.h.
20561 (move_insn_for_shrink_wrap): Add DEBUG argument. If
20562 MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
20563 in between insn and where it will be moved to. Call
20564 dead_debug_insert_temp.
20565 (prepare_shrink_wrap): Adjust caller. Call dead_debug_local_init
20566 first and dead_debug_local_finish at the end.
20567 For uses and defs bitmap, handle all regs in between REGNO and
20568 END_REGNO, not just the first one.
20570 2016-01-19 Richard Biener <rguenther@suse.de>
20572 PR tree-optimization/69352
20573 * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
20574 (equal_mem_array_ref_p): Constrain size and max size properly.
20575 Compare the reverse flag.
20577 2016-01-19 Bernd Schmidt <bschmidt@redhat.com>
20579 * ira.c (ira): Update regstat data if we deleted insns.
20581 2016-01-19 Jakub Jelinek <jakub@redhat.com>
20583 PR rtl-optimization/68955
20584 PR rtl-optimization/64557
20585 * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
20586 here. Fix up formatting.
20587 * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
20589 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
20592 * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
20593 assume that the node has body.
20594 * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
20597 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
20599 * lto-streamer-out.c (lto_output): Do not stream instrumentation
20602 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
20604 * symtab.c (symtab_node::asm_name): Do not call printable name directly.
20605 (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
20607 2016-01-19 Martin Jambor <mjambor@suse.cz>
20608 Martin Liska <mliska@suse.cz>
20609 Michael Matz <matz@suse.de>
20611 * Makefile.in (OBJS): Add new source files.
20612 (GTFILES): Add hsa.c.
20613 * common.opt (disable_hsa): New variable.
20614 (-Whsa): New warning.
20615 * config.in (ENABLE_HSA): New.
20616 * configure.ac: Treat hsa differently from other accelerators.
20617 (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
20618 $enable_offloading.
20619 (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
20620 * doc/install.texi (Configuration): Document --with-hsa-runtime,
20621 --with-hsa-runtime-include, --with-hsa-runtime-lib and
20622 --with-hsa-kmt-lib.
20623 * doc/invoke.texi (-Whsa): Document.
20624 (hsa-gen-debug-stores): Likewise.
20625 * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
20626 to invoke offload compiler for hsa acclerator.
20627 * opts.c (common_handle_option): Determine whether HSA offloading
20628 should be performed.
20629 * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
20630 * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
20631 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
20632 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
20633 * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
20634 * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
20635 GF_OMP_FOR_KIND_GRID_LOOP.
20636 (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
20637 (pp_gimple_stmt_1): Likewise.
20638 * gimple-walk.c (walk_gimple_stmt): Likewise.
20639 * gimple.c (gimple_build_omp_grid_body): New function.
20640 (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
20641 * gimple.def (GIMPLE_OMP_GRID_BODY): New.
20642 * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
20643 GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
20644 GF_OMP_TEAMS_GRID_PHONY.
20645 (gimple_statement_omp_single_layout): Updated comments.
20646 (gimple_build_omp_grid_body): New function.
20647 (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
20648 (gimple_omp_for_grid_phony): New function.
20649 (gimple_omp_for_set_grid_phony): Likewise.
20650 (gimple_omp_parallel_grid_phony): Likewise.
20651 (gimple_omp_parallel_set_grid_phony): Likewise.
20652 (gimple_omp_teams_grid_phony): Likewise.
20653 (gimple_omp_teams_set_grid_phony): Likewise.
20654 (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
20655 * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
20656 (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
20657 (BUILT_IN_GOMP_TARGET): Updated type.
20658 * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
20659 (adjust_for_condition): New function.
20660 (get_omp_for_step_from_incr): Likewise.
20661 (extract_omp_for_data): Moved parts to adjust_for_condition and
20662 get_omp_for_step_from_incr.
20663 (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
20664 (fixup_child_record_type): Bail out if receiver_decl is NULL.
20665 (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
20666 (scan_omp_parallel): Do not create child functions for phony
20668 (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
20669 (scan_omp_1_op): Checking assert we are not remapping to
20670 ERROR_MARK. Also also handle GIMPLE_OMP_GRID_BODY.
20671 (parallel_needs_hsa_kernel_p): New function.
20672 (expand_parallel_call): Register apprpriate parallel child
20673 functions as HSA kernels.
20674 (grid_launch_attributes_trees): New type.
20675 (grid_attr_trees): New variable.
20676 (grid_create_kernel_launch_attr_types): New function.
20677 (grid_insert_store_range_dim): Likewise.
20678 (grid_get_kernel_launch_attributes): Likewise.
20679 (get_target_argument_identifier_1): Likewise.
20680 (get_target_argument_identifier): Likewise.
20681 (get_target_argument_value): Likewise.
20682 (push_target_argument_according_to_value): Likewise.
20683 (get_target_arguments): Likewise.
20684 (expand_omp_target): Call get_target_arguments instead of looking
20685 up for teams and thread limit.
20686 (grid_expand_omp_for_loop): New function.
20687 (grid_arg_decl_map): New type.
20688 (grid_remap_kernel_arg_accesses): New function.
20689 (grid_expand_target_kernel_body): New function.
20690 (expand_omp): Call it.
20691 (lower_omp_for): Do not emit phony constructs.
20692 (lower_omp_taskreg): Do not emit phony constructs but create for them
20693 a temporary variable receiver_decl.
20694 (lower_omp_taskreg): Do not emit phony constructs.
20695 (lower_omp_teams): Likewise.
20696 (lower_omp_grid_body): New function.
20697 (lower_omp_1): Call it.
20698 (grid_reg_assignment_to_local_var_p): New function.
20699 (grid_seq_only_contains_local_assignments): Likewise.
20700 (grid_find_single_omp_among_assignments_1): Likewise.
20701 (grid_find_single_omp_among_assignments): Likewise.
20702 (grid_find_ungridifiable_statement): Likewise.
20703 (grid_target_follows_gridifiable_pattern): Likewise.
20704 (grid_remap_prebody_decls): Likewise.
20705 (grid_copy_leading_local_assignments): Likewise.
20706 (grid_process_kernel_body_copy): Likewise.
20707 (grid_attempt_target_gridification): Likewise.
20708 (grid_gridify_all_targets_stmt): Likewise.
20709 (grid_gridify_all_targets): Likewise.
20710 (execute_lower_omp): Call grid_gridify_all_targets.
20711 (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
20712 * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
20713 (tree_omp_clause): Added union field dimension.
20714 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
20715 * tree.c (omp_clause_num_ops): Added number of arguments of
20716 OMP_CLAUSE__GRIDDIM_.
20717 (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
20718 (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
20719 * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
20720 (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
20721 (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
20722 (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
20723 * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
20724 * tree-pass.h (make_pass_gen_hsail): Declare.
20725 (make_pass_ipa_hsa): Likewise.
20726 * ipa-hsa.c: New file.
20727 * lto-section-in.c (lto_section_name): Add hsa section name.
20728 * lto-streamer.h (lto_section_type): Add hsa section.
20729 * timevar.def (TV_IPA_HSA): New.
20730 * hsa-brig-format.h: New file.
20731 * hsa-brig.c: New file.
20732 * hsa-dump.c: Likewise.
20733 * hsa-gen.c: Likewise.
20736 * toplev.c (compile_file): Call hsa_output_brig.
20737 * hsa-regalloc.c: New file.
20739 2016-01-18 Jeff Law <law@redhat.com>
20741 PR tree-optimization/69320
20742 * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
20743 ranged object, do nothing if the RHS constant is not [0..1].
20744 (optimize_stmt): Comparing a boolean ranged object against a
20745 constant outside [0..1] results in a compile-time constant.
20747 * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
20750 2016-01-18 Sandra Loosemore <sandra@codesourcery.com>
20752 * doc/invoke.texi (Invoking GCC): Add new section to menu.
20753 (Option Summary): Update to reflect new section and moved options.
20754 (C++ Dialect Options): Move -fstats to new section.
20755 (Debugging Options): Move all dump, statistics, and other GCC
20756 developer options to new section. Rewrite section introduction
20757 and re-order remaining options to put the more basic ones first.
20758 (Optimization Options): Move -fira-verbose and -flto-report* to
20760 (Developer Options): New section incorporating moved options.
20761 * doc/cppopts.texi (-dM): Update cross-reference.
20763 2016-01-18 Richard Henderson <rth@redhat.com>
20766 * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
20767 operands to pseudo only if CSE is expected. Split long immediate
20768 operands only after reload, and for the stack pointer.
20769 (*add<GPI>3_pluslong): Remove.
20770 (*addsi3_aarch64, *adddi3_aarch64): Merge into...
20771 (*add<GPI>3_aarch64): ... here. Add r/rk/Upl alternative.
20772 (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
20773 (*add<GPI>3 peepholes): New.
20774 (*add<GPI>3 splitters): New.
20775 * config/aarch64/constraints.md (Upl): New.
20776 * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
20778 2016-01-18 Richard Biener <rguenther@suse.de>
20780 PR tree-optimization/69297
20781 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
20783 (vect_bb_vectorization_profitable_p): Clear visited flag again.
20785 2016-01-18 Yuri Rumyantsev <ysrumyan@gmail.com>
20787 PR middle-end/68542
20788 * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
20789 of mixind vector and scalar types.
20790 (fold_relational_const): Add handling of vector
20791 comparison with boolean result.
20792 * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
20793 comparison of vector operands with boolean result for EQ/NE only.
20794 (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
20795 (verify_gimple_cond): Likewise.
20796 * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
20799 2016-01-18 Joseph Myers <joseph@codesourcery.com>
20801 * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
20804 2016-01-18 Richard Biener <rguenther@suse.de>
20806 PR middle-end/69308
20807 * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
20809 2016-01-18 Tom de Vries <tom@codesourcery.com>
20811 * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
20813 2016-01-18 Tom de Vries <tom@codesourcery.com>
20815 * omp-low.c (set_oacc_fn_attrib): Make extern.
20816 * omp-low.h (set_oacc_fn_attrib): Declare.
20817 * tree-parloops.c (struct reduction_info): Add reduc_addr field.
20818 (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
20819 (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
20820 Add and handle function parameter oacc_kernels_p.
20821 (find_reduc_addr, get_omp_data_i_param): New function.
20822 (ref_conflicts_with_region, oacc_entry_exit_ok_1)
20823 (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
20824 (parallelize_loops): Add and handle function parameter oacc_kernels_p.
20825 Calculate dominance info. Skip loops that are not in a kernels region
20826 in oacc_kernels_p mode. Skip inner loops of parallelized loops.
20827 (pass_parallelize_loops::execute): Call parallelize_loops with
20828 oacc_kernels_p argument.
20829 (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
20830 New member function.
20831 (pass_parallelize_loops::bool oacc_kernels_p): New member var.
20832 * passes.def: Add argument to pass_parallelize_loops instantation.
20834 2016-01-18 Tom de Vries <tom@codesourcery.com>
20836 * tree-parloops.c (pass_parallelize_loops::execute): Allow
20837 pass_parallelize_loops to be run outside the loop pipeline.
20839 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
20841 * tree-scalar-evolution.c (follow_copies_to_constant): New.
20842 (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
20844 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
20847 * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
20848 using get_ref_base_and_extent.
20849 (equal_mem_array_ref_p): New.
20850 (hashable_expr_equal_p): Add call to previous.
20852 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
20855 * tree-sra.c (disqualified_constants, constant_decl_p): New.
20856 (sra_initialize): Allocate disqualified_constants.
20857 (sra_deinitialize): Free disqualified_constants.
20858 (disqualify_candidate): Update disqualified_constants when appropriate.
20859 (create_access): Scan for constant-pool entries as we go along.
20860 (scalarizable_type_p): Add check against type_contains_placeholder_p.
20861 (maybe_add_sra_candidate): Allow constant-pool entries.
20862 (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
20863 (initialize_constant_pool_replacements): New.
20864 (sra_modify_assign): Avoid mangling assignments created by previous,
20865 and don't generate writes into constant pool.
20866 (sra_modify_function_body): Call initialize_constant_pool_replacements.
20868 2016-01-18 Ilya Enkovich <enkovich.gnu@gmail.com>
20870 * config/i386/i386.c (scalar_to_vector_candidate_p): Support
20871 andnot instruction.
20872 (scalar_chain::convert_op): Likewise.
20873 * config/i386/i386.md (*andndi3_doubleword): New.
20875 2016-01-18 Richard Biener <rguenther@suse.de>
20877 PR tree-optimization/69170
20878 * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
20879 building a vector from scalar results of a pattern stmt.
20881 2016-01-18 Jakub Jelinek <jakub@redhat.com>
20883 * haifa-sched.c (autopref_multipass_init): Work around
20884 -Wmaybe-uninitialized warning.
20886 2016-01-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
20888 * config/arm/arm.c (thumb1_reorg): Check that the comparison is
20889 against the constant 0.
20891 2016-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
20893 PR tree-optimization/68799
20894 * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
20895 look up phi candidates in the statement-candidate map.
20896 (phi_add_costs): Likewise.
20897 (record_phi_increments): Likewise.
20898 (phi_incr_cost): Likewise.
20899 (ncd_with_phi): Likewise.
20900 (all_phi_incrs_profitable): Likewise.
20902 2016-01-17 Jakub Jelinek <jakub@redhat.com>
20904 * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
20905 -Wmaybe-uninitialized warning.
20907 2016-01-16 Sandra Loosemore <sandra@codesourcery.com>
20909 * doc/invoke.texi (Invoking GCC): Add new section to menu.
20910 (Option Summary): Update to reflect new section and moved options.
20911 (C++ Dialect Options): Move -fvtable-verify and related options.
20912 (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
20913 and profiling-related options.
20914 (Optimization Options): Move profile generation options and
20915 -fstack-protector and related options.
20916 (Instrumentation Options): New section incorporating moved options.
20917 (Code Generation Options): Move -finstrument-functions and
20918 related options, -fstack-check, -fstack-limit*, and -fbounds-check.
20920 2016-01-16 Tom de Vries <tom@codesourcery.com>
20922 * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
20924 2016-01-16 Tom de Vries <tom@codesourcery.com>
20926 * omp-low.c (expand_omp_atomic_fetch_op): Release defs of update stmt.
20928 2016-01-16 Richard Sandiford <richard.sandiford@arm.com>
20930 * hash-table.h (hash_table::empty): Turn into an inline wrapper
20931 that checks whether the table is already empty. Rename the
20932 original implementation to...
20933 (hash_table::empty_slot): ...this new private function.
20935 2016-01-15 David Malcolm <dmalcolm@redhat.com>
20937 PR diagnostic/68899
20938 * diagnostic-show-locus.c (layout::print_source_line): Move x
20939 offset of line until after call to
20940 get_line_width_without_trailing_whitespace.
20942 2016-01-15 Jeff Law <law@redhat.com>
20944 PR tree-optimization/69270
20945 * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
20946 tree-ssa-dom.c. Improve test for [0..1] ranve from VRP.
20947 * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
20948 * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
20949 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
20950 ssa_name_has_boolean_range and constant_boolean_node.
20952 2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
20954 PR rtl-optimization/69030
20955 * lra-spills.c (remove_pseudos): Check nrefs and make the function
20957 (spill_pseudos): Delete debug insn for dead pseudo.
20958 (lra_spill): Initiate spill_hard_reg and slots memory separately.
20960 2016-01-15 Jiong Wang <jiong.wang@arm.com>
20962 * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
20964 (TYPES_UNOPUS): Likewise.
20965 * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
20966 builtin type, from UNOP to UNOPUS.
20967 (lbtruncuv4sf): Likewise.
20968 (lbtruncuv2df): Likewise.
20969 (lrounduv2sf): Likewise.
20970 (lrounduv4sf): Likewise.
20971 (lrounduv2df): Likewise.
20972 (lroundusf): Likewise.
20973 (lroundusf): Likewise.
20974 (lceiluv2sf): Likewise.
20975 (lceiluv4sf): Likewise.
20976 (lceiluv2df): Likewise.
20977 (lceilusf): Likewise.
20978 (lceiludf): Likewise.
20979 (lflooruv2sf): Likewise.
20980 (lflooruv4sf): Likewise.
20981 (lflooruv2df): Likewise.
20982 (lfloorusf): Likewise.
20983 (lfloorudf): Likewise.
20984 (lfrintnuv2sf): Likewise.
20985 (lfrintnuv4sf): Likewise.
20986 (lfrintnuv2df): Likewise.
20987 (lfrintnusf): Likewise.
20988 (lfrintnudf): Likewise.
20989 * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
20991 (vcvtq_u32_f32): Likewise.
20992 (vcvtq_u64_f64): Likewise.
20993 (vcvta_u32_f32): Likewise.
20994 (vcvtaq_u32_f32): Likewise.
20995 (vcvtaq_u64_f64): Likewise.
20996 (vcvtm_u32_f32): Likewise.
20997 (vcvtmq_u32_f32): Likewise.
20998 (vcvtmq_u64_f64): Likewise.
20999 (vcvtn_u32_f32): Likwise.
21000 (vcvtnq_u32_f32): Likewise.
21001 (vcvtnq_u64_f64): Likewise.
21002 (vcvtp_u32_f32): Likewise.
21003 (vcvtpq_u32_f32): Likewise.
21004 (vcvtpq_u64_f64): Likewise.
21005 (vcvtmd_u64_f64): Likewise.
21006 (vcvtms_u32_f32): Likewise.
21007 (vcvtad_u64_f64): Likewise.
21008 (vcvtas_u32_f32): Likewise.
21009 (vcvtnd_u64_f64): Likewise.
21010 (vcvtns_u32_f32): Likewise.
21011 (vcvtpd_u64_f64): Likewise.
21012 (vcvtps_u32_f32): Likewise.
21014 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21016 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
21017 CSEL of zero_extended registers.
21019 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21021 * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
21022 Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
21024 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21026 * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
21027 false when argument string is not found in the attributes table
21030 2016-01-15 David Edelsohn <dje.gcc@gmail.com>
21033 * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
21034 (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
21035 * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
21036 precision estimate.
21038 2016-01-15 Richard Biener <rguenther@suse.de>
21040 PR tree-optimization/66856
21041 * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
21042 * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
21043 (vect_create_new_slp_node): Increment stmt reference count.
21044 (vect_get_and_check_slp_defs): Make sure stmts are nor already in
21045 an SLP tree before swapping operands.
21046 (vect_build_slp_tree): Likewise.
21047 (destroy_bb_vec_info): Free stmt info after SLP instances.
21048 * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
21049 * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
21050 (STMT_VINFO_NUM_SLP_USES): New macro.
21052 2016-01-15 Richard Biener <rguenther@suse.de>
21055 * dwarf2out.c (add_linkage_name_raw): New function split out from ...
21056 (add_linkage_name): ... here.
21057 (gen_typedef_die): Use add_linkage_name_raw instead of
21058 add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
21061 2016-01-15 Cesar Philippidis <cesar@codesourcery.com>
21063 * gimplify.c (oacc_default_clause): Decode reference and pointer
21064 types for both kernels and parallel regions.
21066 2016-01-15 Richard Sandiford <richard.sandiford@arm.com>
21068 PR middle-end/69246
21069 * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
21071 2016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
21073 * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
21074 (convert_scalars_to_vector): Likewise.
21076 2016-01-15 Jonathan Wakely <jwakely@redhat.com>
21078 * doc/extend.texi (Type Traits): Fix grammar.
21080 2016-01-15 Martin Jambor <mjambor@suse.cz>
21082 * tree-inline.c (remap_decl): Use existing dclarations if
21083 remapping a type and prevent_decl_creation_for_types.
21084 (replace_locals_stmt): Do an initial remapping of non-VLA typed
21085 decls first. Do real remapping with
21086 prevent_decl_creation_for_types set.
21087 * tree-inline.h (copy_body_data): New field
21088 prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
21091 2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
21093 * config/s390/s390.opt (mmvcle): More verbose help text.
21095 2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
21097 * config/s390/s390.opt: Add period to -mzvector option text.
21099 2016-01-15 Richard Biener <rguenther@suse.de>
21101 PR tree-optimization/68961
21102 * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
21103 of invariants in stores again.
21105 2016-01-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
21107 * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
21109 2016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
21111 * config/i386/i386.c (ix86_expand_branch): Don't split
21112 DI mode xor instruction to SI mode.
21114 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
21117 * ipa-icf.c (sem_function::merge): Virtual functions may become
21118 reachable even if they address is not taken and there are no
21121 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
21123 * lto-streamer-out.c (subtract_estimated_size): New function.
21124 (get_symbol_initial_value): Use it.
21126 2016-01-15 Christian Bruel <christian.bruel@st.com>
21129 * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
21130 (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
21131 (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
21132 use add_builtin_function_ext_scope instead of add_builtin_function.
21133 (neon_set_p, neon_crypto_set_p): Remove.
21134 (arm_init_builtins): Always call arm_init_neon_builtins and
21135 arm_init_crypto_builtins.
21136 (arm_expand_builtin): Check that builtins are allowed for the arch.
21137 * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
21138 * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
21139 arm_init_neon_builtins call.
21141 2016-01-15 Richard Biener <rguenther@suse.de>
21143 PR tree-optimization/69117
21144 * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
21145 * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
21146 of the leader conservatively.
21147 (free_scc_vn): Restore original SSA name infos.
21149 2016-01-14 Jeff Law <law@redhat.com>
21151 PR tree-optimization/69270
21152 * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
21153 single bit of precision, verify it's also unsigned.
21154 (record_edge_info): Use constant_boolean_node rather than fold_convert
21155 to convert boolean_true/boolean_false to the right type.
21157 2016-01-14 Richard Henderson <rth@redhat.com>
21160 * loop-doloop.c (record_reg_sets): New.
21161 (doloop_optimize): Reject the transform if the sequence
21162 clobbers registers live at the end of the loop block.
21163 (doloop_optimize_loops): Enable df_live if needed.
21165 2016-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
21167 * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
21168 * config/rs6000/rs6000.c: Likewise.
21169 * config/rs6000/rs6000.h: Likewise.
21170 * config/rs6000/rs6000.md: Likewise.
21171 * doc/extend.texi: Likewsie.
21173 2016-01-14 Jeff Law <law@redhat.com>
21175 * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
21178 2016-01-14 Richard Henderson <rth@redhat.com>
21182 * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
21183 * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
21184 instead of builtin_decl_declared_p to test for declaration.
21186 2016-01-14 Nicklas Bo Jensen <nbjensen@gmail.com>
21188 * doc/loop.texi (Loop Analysis and Representation): Document
21189 loop_depth function.
21191 2016-01-14 Tom de Vries <tom@codesourcery.com>
21193 PR tree-optimization/68773
21194 * omp-low.c (expand_omp_target): Don't set force_output.
21195 * varpool.c (varpool_node::get_create): Same.
21196 * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
21197 offload_funcs with force_output.
21199 2016-01-14 Jakub Jelinek <jakub@redhat.com>
21202 * lra-eliminations.c (move_plus_up): Don't change anything if either
21203 the outer or inner subreg mode is not MODE_INT.
21204 * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
21205 integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
21207 2016-01-14 Alan Lawrence <alan.lawrence@arm.com>
21209 * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
21210 reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
21211 reduc_uplus_@var{m}): Remove.
21212 * expr.c (expand_expr_real_2): Remove expansion path for
21213 reduc_[us](min|max|plus) optabs.
21214 * optabs-tree.c (scalar_reduc_to_vector): Remove.
21215 * optabs-tree.h (scalar_reduc_to_vector): Remove.
21216 * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
21217 reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
21218 * tree-vect-loop.c (vectorizable_reduction): Remove test for
21219 reduc_[us](min|max|plus) optabs.
21221 2016-01-14 Alan Lawrence <alan.lawrence@arm.com>
21223 * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
21224 (reduc_plus_scal_v2sf): New.
21225 (reduc_smax_v2sf): Rename to...
21226 (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
21227 (reduc_smin_v2sf): Rename to...
21228 (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
21230 2016-01-14 Jan Hubicka <hubicka@ucw.cz>
21232 * alias.c (compare_base_symbol_refs): New function.
21233 (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
21236 2016-01-14 Jakub Jelinek <jakub@redhat.com>
21238 PR middle-end/68146
21239 PR tree-optimization/69155
21240 * tree-complex.c: Include cfganal.h.
21241 (phis_to_revisit): New variable.
21242 (extract_component): Add phiarg_p argument. Assert that returned
21243 SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
21244 (update_phi_components): Partly rewrite to use loop over real/imag
21245 components instead of code duplication. If extract_component returns
21246 SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
21247 create_tmp_reg into the PHI node instead, and mention the phi triplet
21248 in phis_to_revisit.
21249 (tree_lower_complex): Walk bbs in rpo order. Adjust phis recorded
21250 in phis_to_revisit at the end.
21252 2016-01-14 Richard Biener <rguenther@suse.de>
21254 PR tree-optimization/68060
21255 * tree-vect-loop.c (vect_is_simple_reduction): Check the
21256 outer loop reduction is only used in the inner loop before
21257 detecting a double reduction.
21259 2016-01-14 Jakub Jelinek <jakub@redhat.com>
21262 * combine.c (expand_field_assignment): Punt if compute_mode is
21263 unsupported scalar mode.
21265 2016-01-14 Richard Biener <rguenther@suse.de>
21267 PR tree-optimization/66856
21268 * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
21269 SLP node only if it built successfully.
21270 (vect_analyze_slp_instance): Adjust.
21272 2016-01-14 Jeff Law <law@redhat.com>
21274 PR tree-optimization/69270
21275 * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
21276 (record_edge_info): Use it. Convert boolean_{true,false}_node
21277 to the type of op0.
21279 2016-01-13 Jan Hubicka <hubicka@ucw.cz>
21282 * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
21283 use block_ultimate_origin
21284 (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
21286 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
21288 * doc/invoke.texi (Submodel Options): Rename section to
21289 "Machine-Dependent Options" to better reflect its content.
21290 Rewrite introductory text to remove archaic CPU names.
21293 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
21295 * doc/invoke.texi (Code Gen Options): Move section up in file,
21296 before target-specific options. Update menu and option summary
21297 to reflect the new section ordering.
21299 2016-01-13 Jonathan Wakely <jwakely@redhat.com>
21301 * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
21302 (C++ Dialect Options): Add cross-reference to -std option.
21303 * doc/standards.texi (C++ Language): Document C++14 support.
21305 2016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
21307 * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
21308 for pack/unpack functions for __ibm128.
21309 (PACK_IF): Likewise.
21310 (UNPACK_IF): Likewise.
21312 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
21313 support for __ibm128 pack/unpack functions.
21314 (rs6000_invalid_builtin): Likewise.
21315 (rs6000_init_builtins): Likewise.
21316 (rs6000_opt_masks): Likewise.
21318 * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
21319 (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
21321 (RS6000_BTM_COMMON): Likewise.
21323 * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
21324 (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
21325 disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
21326 128-bit floating point. Add support for the double values to be
21327 in Altivec registers for TF/IF packing and unpacking, but restrict
21328 TD packing sub-fields to be FPR registers. Don't allow overlapped
21329 register support for packing. Allow pack inputs to be memory
21330 locations. Don't build generator functions for unpack<mode>_dm
21331 and unpack<mode>_nodm.
21332 (unpack<mode>_dm): Likewise.
21333 (unpack<mode>_nodm): Likewise.
21334 (pack<mode>): Likewise.
21336 * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
21337 built-in functions to pack/unpack explicit __ibm128 values.
21338 (__builtin_unpack_ibm128): Likewise.
21340 * doc/extend.texi (PowerPC Built-in Functions): Document
21341 __builtin_pack_ibm128 and __builtin_unpack_ibm128.
21343 2016-01-13 Bernd Schmidt <bschmidt@redhat.com>
21346 * c-common.c (check_function_nonnull): Remove unnecessary declaration.
21347 Add new arg loc and pass it down as context.
21348 (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
21349 to the location to use for the warning.
21350 (check_function_arguments): New arg loc. All callers changed. Pass
21351 it to check_function_nonnull.
21352 * c-common.h (check_function_arguments): Adjust declaration.
21354 2016-01-13 Jakub Jelinek <jakub@redhat.com>
21356 PR tree-optimization/69156
21357 * gimple.c (validate_type): Removed.
21358 (gimple_builtin_call_types_compatible_p): Use
21359 useless_type_conversion_p instead of validate_type.
21360 * value-prof.c (gimple_stringop_fixed_value): Fold
21361 icall_size to correct type.
21363 2016-01-13 Jonathan Wakely <jwakely@redhat.com>
21365 * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
21368 2016-01-13 Richard Henderson <rth@redhat.com>
21371 * target.def (builtin_tm_load, builtin_tm_store): Remove.
21372 * config/i386/i386.c (ix86_builtin_tm_load): Remove.
21373 (ix86_builtin_tm_store): Remove.
21374 (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
21375 (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
21376 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
21377 (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
21378 * doc/tm.texi: Rebuild.
21380 * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
21381 (BUILT_IN_TM_MEMCPY_RTWN): New.
21382 * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
21383 fallback from vector to integer helpers.
21384 (build_tm_load): Handle vector types directly, instead of
21386 (build_tm_store): Likewise.
21387 (expand_assign_tm): Prepare for register types not handled by
21388 the above. Copy them to memory and use memcpy.
21389 * tree.c (tm_define_builtin): New.
21390 (find_tm_vector_type): New.
21391 (build_tm_vector_builtins): New.
21392 (build_common_builtin_nodes): Call it.
21394 2016-01-13 Uros Bizjak <ubizjak@gmail.com>
21396 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
21397 TARGET_SSE_MATH without TARGET_SSE2. Rewrite.
21399 2016-01-13 Tom de Vries <tom@codesourcery.com>
21401 PR tree-optimization/69169
21402 * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
21403 handled_struct_type param.
21404 (create_variable_info_for, intra_create_variable_infos): Call
21405 create_variable_info_for_1 with extra arg.
21407 2016-01-13 Yvan Roux <yvan.roux@linaro.org>
21409 * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
21410 and "armv8.1-a+crc" entries.
21412 2016-01-13 Alexander Fomin <alexander.fomin@intel.com>
21415 * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
21416 Change first operand predicate from register_or_constm1_operand
21417 to register_operand.
21418 (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
21419 (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
21420 (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
21421 (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
21422 (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
21423 (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
21424 (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
21425 * config/i386/i386.c (ix86_expand_builtin): Remove first operand
21426 comparison with constm1_rtx from vec_prefetch_gen part.
21428 2016-01-13 Richard Biener <rguenther@suse.de>
21430 PR tree-optimization/69013
21431 * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
21432 Exchange assert for a test.
21434 2016-01-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
21437 * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
21439 2016-01-13 Richard Biener <rguenther@suse.de>
21441 PR tree-optimization/69242
21442 * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
21443 assert with a check.
21445 2016-01-13 Richard Biener <rguenther@suse.de>
21447 PR tree-optimization/69186
21448 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
21449 Properly guard vect_update_misalignment_for_peel call.
21451 2016-01-12 Jeff Law <law@redhat.com>
21453 PR tree-optimization/pr67755
21454 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
21455 "need_profile_correction".
21456 (thread_block_1): Initialize new field to false by default. If we
21457 have multiple thread paths through a common joiner to different
21458 final targets, then set new field to true.
21459 (compute_path_counts): Only do count adjustment when it's really
21462 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
21464 * doc/invoke.texi (Spec Files): Move section down in file, past
21465 all command-line option descriptions.
21467 2016-01-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
21469 PR middle-end/54809
21470 * doc/gty.texi: Remove documentation of mark_hook.
21471 * gengtype.c (struct write_types_data): Remove code to support
21472 mark_hook attribute.
21473 (walk_type): Likewise.
21474 (write_func_for_structure): Likewise.
21476 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
21478 * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
21479 Directory Options, and -specs= to Overall Options.
21480 (Overall Options): Adjust similarly. Reorder to group related
21481 options together. Make -specs= cross-reference the spec file details.
21482 (Directory Options): Adjust similarly.
21484 2016-01-12 Jeff Law <law@redhat.com>
21486 * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
21488 2016-01-12 Olivier Hainque <hainque@adacore.com>
21490 * gcc.c (spec_undefvar_allowed): New global.
21491 (process_command): Set to true when running for --version or --help,
21493 (getenv_spec_function): When the variable is not defined, use the
21494 variable name as the variable value if we're allowed not to issue
21497 2016-01-12 Bin Cheng <bin.cheng@arm.com>
21499 PR tree-optimization/68911
21500 * tree-vrp.c (adjust_range_with_scev): Check overflow in range
21501 information computed for expression "init + nit * step".
21503 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
21505 * doc/invoke.texi (Invoking GCC): Copy-edit. Incorporate information
21506 about name of GCC executable. Remove deleted node from menu.
21507 (Directory Options) <-B>: Remove cross-reference to deleted node.
21508 (Target Options): Delete section.
21510 2016-01-12 Christian Bruel <christian.bruel@st.com>
21513 * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
21514 for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
21516 2016-01-12 Jakub Jelinek <jakub@redhat.com>
21519 * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
21520 aligned_mem is properly set for AVX512-VL floating point masked
21524 * ifcvt.c (cond_exec_process_if_block): When removing the last
21525 insn from then_bb, remove also any possible barriers that follow it.
21527 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
21531 * config/i386/iamcu.h (SIZE_TYPE): New macro.
21532 (PTRDIFF_TYPE): Likewise.
21533 (WCHAR_TYPE): Likewise.
21534 (WCHAR_TYPE_SIZE): Likewise.
21535 (STDINT_LONG32): Likewise.
21537 2016-01-12 Richard Biener <rguenther@suse.de>
21539 PR tree-optimization/69053
21540 * tree-vect-loop.c (get_initial_def_for_reduction): Properly
21541 convert initial value for cond reductions.
21543 2016-01-12 Richard Biener <rguenther@suse.de>
21545 PR tree-optimization/69007
21546 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
21547 widen_sum after dot_prod and sad.
21549 2016-01-12 Richard Biener <rguenther@suse.de>
21551 PR tree-optimization/69168
21552 * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
21553 pattern stmt SLP type.
21554 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
21555 end up unused so cope with that case.
21557 2016-01-12 Richard Biener <rguenther@suse.de>
21559 PR tree-optimization/69157
21560 * tree-vect-stmts.c (vectorizable_mask_load_store): Check
21561 stmts def type only during analyze phase.
21562 (vectorizable_call): Likewise.
21563 (vectorizable_simd_clone_call): Likewise.
21564 (vectorizable_conversion): Likewise.
21565 (vectorizable_assignment): Likewise.
21566 (vectorizable_shift): Likewise.
21567 (vectorizable_operation): Likewise.
21568 (vectorizable_store): Likewise.
21569 (vectorizable_load): Likewise.
21571 2016-01-12 Richard Biener <rguenther@suse.de>
21573 PR tree-optimization/69174
21574 * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
21576 (vectorizable_load): Properly compute the number of loads needed
21577 for permuted strided SLP loads and do not spuriously assign
21578 to SLP_TREE_VEC_STMTS.
21580 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
21582 * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
21583 (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
21584 (MD_EXEC_PREFIX): Remove.
21585 (MD_STARTFILE_PREFIX) Removee.
21586 (FILE_NAME_ABSOLUTE_P): Remove.
21587 (CPP_SPEC): Do not read macros from sys/version.h.
21588 (LINK_COMMAND_SPEC): Remove.
21589 (LOCAL_INCLUDE_DIR): Remove.
21590 (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
21591 (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
21592 (POST_LINK_SPEC): Define to invoke stubify after linker
21593 (LIBSTDCXX): Remove define
21594 (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
21595 (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
21596 (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
21597 (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
21598 (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
21599 (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
21600 (i386_djgpp_asm_named_section): Add propotype of new procedure
21602 * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
21603 (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
21604 (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
21605 in config/i386/djgpp.h).
21606 (STANDARD_STARTFILE_PREFIX_2): Define identical to
21607 STANDARD_STARTFILE_PREFIX_1.
21608 (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
21609 (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
21610 installation errors.
21611 (MAX_OFILE_ALIGNMENT): Define to 128.
21612 (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
21614 * config/i386/djgpp.c: New file. Add implementation of
21615 i386_djgpp_asm_named_section.
21617 * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
21619 * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
21620 Add rule for building djgpp.o.
21622 2016-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
21624 * config/rs6000/rs6000.c (v2df_reduction_p): New function.
21625 (rtx_is_swappable_p): Reductions are swappable.
21626 (insn_is_swappable_p): V2DF reductions are swappable.
21628 2016-01-11 John David Anglin <danglin@gcc.gnu.org>
21630 * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
21631 reloads for other unsupported memory operands.
21633 2016-01-12 Kugan Vivekanandarajah <kuganv@linaro.org>
21634 Jim Wilson <jim.wilson@linaro.org>
21637 * config/arm/arm-builtins.c (arm_expand_neon_args): Call
21638 copy_to_mode_reg instead of force_reg.
21640 2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
21643 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
21644 TARGET_80387 is true.
21646 2016-01-11 Jakub Jelinek <jakub@redhat.com>
21649 * lra-eliminations.c (move_plus_up): Only move plus up
21650 if subreg of the constant can be simplified into constant
21651 and use the simplified subreg of the constant instead of
21652 the original constant.
21654 * fold-const.c (fold_convertible_p): Don't return true
21655 for conversion of VECTOR_TYPE to same sized integral type.
21656 (fold_convert_loc): Fix up formatting. Fold conversion of
21657 VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
21658 instead of NOP_EXPR.
21660 PR tree-optimization/69214
21661 * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
21662 innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
21665 PR tree-optimization/69207
21666 * tree-vect-slp.c (vect_get_constant_vectors): For
21667 VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
21668 fold_convertible_p to vector_type's element type, and always
21669 use VCE for non-VECTOR_BOOLEAN_TYPE_P.
21671 2016-01-11 Richard Biener <rguenther@suse.de>
21673 PR tree-optimization/69173
21674 * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
21675 fixup the cycle if all stmts are in a pattern.
21677 2016-01-11 Uros Bizjak <ubizjak@gmail.com>
21679 PR middle-end/68999
21680 * alias.c (base_alias_check): Move check for addresses with
21681 alignment ANDs before the call for compare_base_decls.
21682 (memrefs_conflict_p): Return -1 for different decls
21683 that went through alignment adjustments.
21685 2016-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21687 PR rtl-optimization/68796
21688 * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
21689 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
21690 and QImode comparisons against zero with CC_NZmode.
21691 * config/aarch64/iterators.md (short_mask): New mode_attr.
21693 2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
21695 * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
21696 (<avx512>_store<mode>_mask): Likewise.
21698 2016-01-11 Bernd Schmidt <bschmidt@redhat.com>
21699 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21701 PR rtl-optimization/68841
21702 * ifcvt.c (struct noce_if_info): Add orig_x field.
21703 (bbs_ok_for_cmove_arith): Add to_rename parameter.
21704 Don't record conflicts on to_rename if it's present.
21705 Allow memory destinations in sets.
21706 (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
21707 blocks, passing orig_x to the checks.
21708 (noce_process_if_block): Set if_info->orig_x appropriately.
21710 2016-01-11 Tom de Vries <tom@codesourcery.com>
21712 PR tree-optimization/69069
21713 * tree-parloops.c (create_parallel_loop): Add missing phi args.
21715 2016-01-11 Yuri Rumyantsev <ysrumyan@gmail.com>
21717 PR rtl-optimization/68920
21718 * config/i386/i386.c (ix86_option_override_internal): Restrict number
21719 of conditional moves for RTL if-conversion to 1 for
21720 TARGET_ONE_IF_CONV_INSN.
21721 * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
21722 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
21723 * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
21724 parameter to restirct number of conditional moves for
21726 * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
21727 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
21730 2016-01-11 Alexandre Oliva <aoliva@redhat.com>
21733 * var-tracking.c (drop_overlapping_mem_locs): Operate on all
21734 onepart vars. Fix typo in comment. Fix reversed condition in
21736 (dataflow_set_remove_mem_locs): Operate on all onepart vars.
21739 * var-tracking.c (dump_onepart_variable_differences): New.
21740 (dataflow_set_different): If a detailed dump is requested,
21741 delay early returns and dump differences between onepart
21742 variables present before and after, and added variables.
21744 2016-01-11 Ilya Enkovich <enkovich.gnu@gmail.com>
21747 * expr.c (expand_expr_real_1): For boolean vector constants
21748 with a scalar mode use const_scalar_mask_from_tree.
21749 (const_scalar_mask_from_tree): New.
21750 * optabs.c (expand_vec_cond_mask_expr): Use mask mode
21751 assigned to a mask type to handle constants.
21753 2016-01-11 Martin Jambor <mjambor@suse.cz>
21756 * ipa-cp.c (estimate_local_effects): Do not clone for removal of
21757 useless parameters if we cannot change function signature.
21759 2016-01-11 Martin Jambor <mjambor@suse.cz>
21762 * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
21765 2016-01-11 Tom de Vries <tom@codesourcery.com>
21767 PR tree-optimization/69109
21768 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
21771 2016-01-11 Tom de Vries <tom@codesourcery.com>
21773 PR tree-optimization/69108
21774 * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
21775 res is not used in a phi.
21777 2016-01-11 Yury Gribov <y.gribov@samsung.com>
21780 * common.opt (frandom-seed): Fix parameter name.
21781 * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
21783 2016-01-11 Tom de Vries <tom@codesourcery.com>
21785 PR tree-optimization/69058
21786 * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
21789 2016-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
21791 * config/arc/arc.opt (mdiv-rem): Add period to the end.
21792 (mcode-density): Likewise.
21794 2016-01-10 Tom de Vries <tom@codesourcery.com>
21796 PR tree-optimization/69062
21797 * tree-parloops.c (loop_has_phi_with_address_arg): New function.
21798 (parallelize_loops): Don't paralelize loop that has phi with address
21801 2016-01-10 Tom de Vries <tom@codesourcery.com>
21803 PR tree-optimization/69039
21804 * tree-parloops.c (try_create_reduction_list): Only allow single exit
21807 2016-01-09 John David Anglin <danglin@gcc.gnu.org>
21809 PR middle-end/68743
21810 * match.pd: Require target has function_c99_misc before doing
21811 truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
21813 2016-01-09 Gerald Pfeifer <gerald@pfeifer.com>
21815 * configure.ac (isl_options_set_schedule_serialize_sccs): Also
21817 * configure: Regenerate.
21819 2016-01-09 Jakub Jelinek <jakub@redhat.com>
21821 PR middle-end/50865
21822 PR tree-optimization/69097
21823 * fold-const.h (expr_not_equal_to): New prototype.
21824 * fold-const.c: Include stringpool.h and tree-ssanames.h.
21825 (expr_not_equal_to): New function.
21826 * match.pd (X % -Y is the same as X % Y): Don't optimize
21827 unless X is known not to be equal to minimum or Y is known
21828 not to be equal to -1.
21829 * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
21830 fold TRUNC_MOD_EXPR if the second argument is not a power of two.
21831 (simplify_stmt_using_ranges): Adjust caller.
21832 (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
21833 substitute_and_fold.
21835 2016-01-09 Jan Hubicka <hubicka@ucw.cz>
21837 * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
21840 2016-01-08 Jakub Jelinek <jakub@redhat.com>
21842 PR tree-optimization/69167
21843 * gimple-fold.c (replace_stmt_with_simplification): Also punt if
21844 new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
21846 * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
21848 2016-01-08 Alan Lawrence <alan.lawrence@arm.com>
21849 Richard Biener <rguenther@suse.de>
21851 PR tree-optimization/68707
21852 * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
21853 instances that can be handled via vect_load_lanes.
21855 2016-01-08 Uros Bizjak <ubizjak@gmail.com>
21857 * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
21858 if we can't determine address equivalence.
21859 * alias.c (compare_base_decl): Update for changed return value of
21860 symtab_node::equal_address_to.
21862 2016-01-08 Jason Merrill <jason@redhat.com>
21866 * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
21867 * expr.c (store_field): Not here.
21868 * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
21869 call with TREE_ADDRESSABLE type.
21870 * tree-cfg.c (verify_gimple_call): Adjust.
21872 2016-01-08 Olivier Hainque <hainque@adacore.com>
21874 * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
21877 2016-01-08 Alan Lawrence <alan.lawrence@arm.com>
21879 * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
21880 (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
21881 (reduc_smin_v2sf): Rename to...
21882 (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
21883 (reduc_splus_v2sf): Rename to...
21884 (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
21886 2016-01-08 Jakub Jelinek <jakub@redhat.com>
21888 PR tree-optimization/69162
21889 * gimplify.c (gimplify_va_arg_expr): Encode original type of
21890 valist argument in another argument.
21891 (gimplify_modify_expr): Adjust for the above change. Cleanup.
21892 * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
21893 to determine the va_list type, build a MEM_REF instead of
21894 build_fold_indirect_ref.
21896 PR tree-optimization/69172
21897 * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
21900 2016-01-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
21902 PR tree-optimization/67781
21903 * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
21904 and cmpnop in two steps: first the ones not accessed in original
21905 gimple expression in a endian independent way and then the ones not
21906 accessed in the final result in an endian-specific way.
21908 2016-01-08 Jakub Jelinek <jakub@redhat.com>
21910 PR tree-optimization/69083
21911 * tree-vect-slp.c (vect_get_constant_vectors): For
21912 VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
21913 element type. If op is fold_convertible_p to vector_type's element
21914 type, use NOP_EXPR instead of VCE.
21916 2016-01-08 Segher Boessenkool <segher@kernel.crashing.org>
21918 PR rtl-optimization/67778
21919 PR rtl-optimization/68634
21920 PR rtl-optimization/68909
21921 * shrink-wrap.c (try_shrink_wrapping): Add comment. Don't pop
21922 block from the stack until done with it. Remove a superfluous
21923 bitmap set. Remove a superfluous bitmap test.
21925 2016-01-07 Martin Sebor <msebor@redhat.com>
21928 * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
21929 constraint on the type of arguments.
21931 2016-01-07 Andreas Tobler <andreast@gcc.gnu.org>
21933 * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
21934 SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
21935 unaligned_access on the gcc_options set.
21936 * config/arm/arm.c (arm_option_override_internal): Use
21937 SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
21939 2016-01-07 Uros Bizjak <ubizjak@gmail.com>
21942 * config/i386/i386.c (ix86_frame_pointer_required): Enable
21943 frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
21945 2016-01-07 Uros Bizjak <ubizjak@gmail.com>
21948 2016-01-06 Uros Bizjak <ubizjak@gmail.com>
21951 * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
21952 depending on frame_pointer_needed before remaining integer and SSE
21953 registers are saved.
21955 2016-01-07 Sandra Loosemore <sandra@codesourcery.com>
21958 * doc/extend.texi (Nvidia PDX Function Attributes): New section.
21960 2016-01-07 H.J. Lu <hongjiu.lu@intel.com>
21963 * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
21964 Use the "xBm" constraint.
21965 (float<sseintvecmodelower><mode>2<mask_name><round_name):
21967 (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
21968 (sse_cvtsi2ssq<round_name>): Likewise.
21969 (sse_cvtss2si<round_name>): Likewise.
21970 (sse_cvtss2siq<round_name>): Likewise.
21971 (sse2_cvtsi2sdq<round_name>): Likewise.
21972 (sse2_cvtsd2si<round_name>): Likewise.
21973 (sse2_cvtsd2siq<round_name>): Likewise.
21974 * config/i386/subst.md (round_nimm_scalar_predicate): New
21977 2015-12-15 Bernd Schmidt <bschmidt@redhat.com>
21979 PR middle-end/67639
21980 * varasm.c (make_decl_rtl): Mark invalid register vars as
21983 PR rtl-optimization/66206
21984 * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
21985 All callers changed.
21987 2016-01-07 Jakub Jelinek <jakub@redhat.com>
21989 PR tree-optimization/69141
21990 * tree-ssa-pre.c: Include langhooks.h.
21991 (eliminate_dom_walker::before_dom_children): Use
21992 lang_hooks.decl_printable_name instead of
21993 cgraph_node::get ()->name ().
21995 PR middle-end/68960
21996 * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
21997 it and DECL_ALIGN too.
21999 2016-01-06 Robert Suchanek <robert.suchanek@imgtec.com>
22001 * config/mips/mips-ftypes.def: Sort to lexicographical order.
22003 2016-01-06 Uros Bizjak <ubizjak@gmail.com>
22006 * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
22007 depending on frame_pointer_needed before remaining integer and SSE
22008 registers are saved.
22010 2015-01-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
22012 * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
22013 mode iterator with VSX_M2.
22014 (*p9_vecstore_<mode>): Likewise.
22015 (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
22016 (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
22017 (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
22018 (define_split for VSX_LE128 stores): Likewise.
22019 (define_peephole2 for TImode LE swaps): Likewise.
22020 (define_split for VSX_LE128 post-reload stores): Likewise.
22022 2016-01-06 Marek Polacek <polacek@redhat.com>
22025 * convert.c (convert_to_integer_1): Adjust call to
22026 ubsan_instrument_float_cast. Use NULL_TREE instead of NULL.
22027 * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter. Use
22028 EXPR instead of ARG.
22029 * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
22031 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
22034 * doc/extend.texi (RL78 Variable Attributes): New section.
22036 2016-01-05 Marek Polacek <polacek@redhat.com>
22039 * builtins.c (get_memmodel): Use expansion point location rather than
22040 the input location. Call warning_at rather than warning.
22041 (expand_builtin_atomic_compare_exchange): Likewise.
22042 (expand_builtin_atomic_load): Likewise.
22043 (expand_builtin_atomic_store): Likewise.
22044 (expand_builtin_atomic_clear): Likewise.
22046 2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
22049 * config/i386/i386.c (ix86_expand_vector_logical_operator):
22050 Replace nonimmediate_operand with vector_operand.
22051 * config/i386/predicates.md (vector_operand): New predicate.
22052 (general_vector_operand): Replace nonimmediate_operand with
22054 * config/i386/sse.md: Replace nonimmediate_operand with
22055 vector_operand and m constraint with Bm constraint on SSE
22056 patterns with 16-byte memory operand.
22057 * config/i386/subst.md (round_nimm_predicate): Replace
22058 nonimmediate_operand with vector_operand.
22059 (round_saeonly_nimm_predicate): Likewise.
22060 (round_saeonly_nimm_scalar_predicate): New.
22062 2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
22065 * config/i386/constraints.md (Bm): New constraint.
22066 * config/i386/predicates.md (vector_memory_operand): New
22068 * config/i386/sse.md: Replace xm with xBm in plusminus and
22069 any_logic patterns.
22071 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
22074 * doc/extend.texi (V850 Function Attributes): New section.
22075 (V850 Variable Attributes): New section.
22077 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
22080 * doc/extend.texi (MicroBlaze Function Attributes): Document
22081 interrupt_handler and fast_interrupt attributes.
22083 2016-01-05 Sergei Trofimovich <siarheit@google.com>
22086 * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
22087 for local symbolic operands.
22088 * config/ia64/predicates.md (local_symbolic_operand64): New
22091 2016-01-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22093 PR rtl-optimization/68651
22094 * combine.c (combine_simplify_rtx): Canonicalize x + x into
22097 2016-01-05 Nathan Sidwell <nathan@acm.org>
22099 * alias.c (compare_base_decls): Use symtab_node::get.
22101 2016-01-05 Nick Clifton <nickc@redhat.com>
22104 * ira-costs.c (copy_cost): Initialise the t_icode field of the
22105 secondary_reload_info structure.
22108 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
22109 decls if weak support is available.
22111 2016-01-04 Martin Sebor <msebor@redhat.com>
22113 * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
22115 2016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
22117 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
22118 OPTION_MASK_P9_DFORM.
22120 * config/rs6000/constraints.md (wo constraint): New constraint for
22123 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
22125 (rs6000_init_hard_regno_mode_ok): Likewise.
22127 * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
22130 * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
22131 expanders not to have constraints. Add support for ISA 3.0 xxperm
22132 instruction. Add support for fusing xxlor with xxperm.
22133 (altivec_vperm_<mode>_internal): Likewise.
22134 (altivec_vperm_v8hiv16qi): Likewise.
22135 (altivec_vperm_<mode>v16q): Likewise.
22136 (altivec_vperm_<mode>_uns): Likewise.
22137 (vperm_v8hiv4si): Likewise.
22138 (vperm_v16qiv8hi): Likewise.
22140 * doc/md.texi (RS/6000 constraints): Document wo constraint.
22142 2016-01-04 Jakub Jelinek <jakub@redhat.com>
22144 Update copyright years.
22146 * gcc.c (process_command): Update copyright notice dates.
22147 * gcov-dump.c (print_version): Ditto.
22148 * gcov.c (print_version): Ditto.
22149 * gcov-tool.c (print_version): Ditto.
22150 * gengtype.c (create_file): Ditto.
22151 * doc/cpp.texi: Bump @copying's copyright year.
22152 * doc/cppinternals.texi: Ditto.
22153 * doc/gcc.texi: Ditto.
22154 * doc/gccint.texi: Ditto.
22155 * doc/gcov.texi: Ditto.
22156 * doc/install.texi: Ditto.
22157 * doc/invoke.texi: Ditto.
22159 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
22161 * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
22162 modes larger than TImode as TImode if NEON is not enabled.
22164 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
22167 * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
22168 mode for %f0-%f31 only if TARGET_FPU.
22170 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
22173 * config/sparc/sparc.c (scan_record_type): Take into account subfields
22174 to compute the PACKED_P predicate.
22175 (function_arg_record_value): Minor tweaks.
22177 2016-01-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
22179 * doc/install.texi (--with-multilib-list): Describe the meaning of the
22180 option for arm*-*-* targets.
22182 2016-01-03 Sandra Loosemore <sandra@codesourcery.com>
22184 * doc/extend.texi (Common Function Attributes): Move docs for
22185 MSP430-specific attributes to....
22186 (MSP430 Function Attributes): ...here. Delete the redundant
22187 entries and copy-edit the remaining text.
22188 (MSP430 Variable Attributes): Use uniform format for index
22189 entries and add a cross-reference to the corresponding function
22192 2016-01-03 Vladimír Čunát <vcunat@gmail.com>
22194 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
22196 (x86 Options): Likewise.
22198 2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
22202 * extend.texi (Common Function Attributes) <no_stack_limit>: New.
22203 * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
22204 to corresponding attribute.
22206 2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
22208 * doc/extend.texi (Common Function Attributes) <noplt>: Move
22209 to correct alphabetization of table. Copy-edit and correct
22211 <stack_protect>: Likewise.
22212 <target_clones>: Likewise.
22214 * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
22215 Correct punctuation.
22216 (Code Gen Options) <-fno-plt>: Copy-edit.
22218 2016-01-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
22221 * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
22222 SI values. Explicitly convert SI to DI and vice-versa.
22224 2016-01-01 Jakub Jelinek <jakub@redhat.com>
22226 PR tree-optimization/69070
22227 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
22228 REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
22231 * ubsan.c (ubsan_instrument_float_cast): Call
22232 initialize_sanitizer_builtins.
22235 * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
22237 Copyright (C) 2016 Free Software Foundation, Inc.
22239 Copying and distribution of this file, with or without modification,
22240 are permitted in any medium without royalty provided the copyright
22241 notice and this notice are preserved.