PR tree-optimization/78726
[official-gcc.git] / gcc / ChangeLog
blob2ccc00fccae294b367ea92db719d57daeb945d7a
1 2016-12-09  Jakub Jelinek  <jakub@redhat.com>
3         PR tree-optimization/78726
4         * tree-ssa-reassoc.c (make_new_ssa_for_def): Add OPCODE and OP
5         argument.  For lhs uses in debug stmts, don't replace lhs with
6         new_lhs, but with a debug temp set to new_lhs opcode op.
7         (make_new_ssa_for_all_defs): Add OPCODE argument, pass OPCODE and
8         OP down to make_new_ssa_for_def.
9         (zero_one_operation): Call make_new_ssa_for_all_defs even when
10         stmts_to_fix is empty, if *def has not changed yet.  Pass
11         OPCODE to make_new_ssa_for_all_defs.
13 2016-12-08  Martin Sebor  <msebor@redhat.com>
15         PR c/78284
16         * builtin-attrs.def (ATTR_ALLOC_SIZE, ATTR_RETURNS_NONNULL): New
17         identifier tree nodes.
18         (ATTR_ALLOCA_SIZE_1_NOTHROW_LEAF_LIST): New attribute list.
19         (ATTR_MALLOC_SIZE_1_NOTHROW_LIST): Same.
20         (ATTR_MALLOC_SIZE_1_NOTHROW_LEAF_LIST): Same.
21         (ATTR_MALLOC_SIZE_1_2_NOTHROW_LEAF_LIST): Same.
22         (ATTR_ALLOC_SIZE_2_NOTHROW_LEAF_LIST): Same.
23         * builtins.c (expand_builtin_alloca): Call
24         maybe_warn_alloc_args_overflow.
25         * builtins.def (aligned_alloc, calloc, malloc, realloc):
26         Add attribute alloc_size.
27         (alloca): Add attribute alloc_size and returns_nonnull.
28         * calls.h (maybe_warn_alloc_args_overflow): Declare.
29         * calls.c (alloc_max_size, operand_signed_p): New functions.
30         (maybe_warn_alloc_args_overflow): Define.
31         (initialize_argument_information): Diagnose overflow in functions
32         declared with attaribute alloc_size.
33         * doc/invoke.texi (Warning Options): Document -Walloc-zero and
34         -Walloc-size-larger-than.
36 2016-12-08  Vladimir Makarov  <vmakarov@redhat.com>
38         PR rtl-optimization/78671
39         * lra-assign.c (find_hard_regno_for_1): Check prohibited regs for an
40         allocno class.
42 2016-12-08  Uros Bizjak  <ubizjak@gmail.com>
44         * config/i386/i386.h (HARD_REGNO_NREGS): Use GENERAL_REGNO_P.
45         (HARD_REGNO_NREGS_HAS_PADDING): Ditto.  Simplify macro.
47 2015-12-08  Wilco Dijkstra  <wdijkstr@arm.com>
49         PR target/78733
50         * config/aarch64/aarch64.c (aarch64_classify_address):
51         Set load_store_pair_p for TImode and TFmode.
53 2016-12-08  David Malcolm  <dmalcolm@redhat.com>
55         * emit-rtl.c (gen_reg_rtx): Move regno_pointer_align and
56         regno_reg_rtx resizing logic to...
57         (emit_status::ensure_regno_capacity): ...this new method,
58         and ensure that the buffers are large enough.
59         (init_emit): Allocate regno_reg_rtx using ggc_cleared_vec_alloc
60         rather than ggc_vec_alloc.
61         * function.h (emit_status::ensure_regno_capacity): New method.
63 2016-12-08  Dmitry Vyukov  <dvyukov@google.com>
65         * opts.c (finish_options): Enable
66         -fsanitize-address-use-after-scope only if -fsanitize=address is enabled
67         (not -fsanitize=kernel-address).
68         * doc/invoke.texi (-fsanitize=kernel-address):
69         Don't say that it enables -fsanitize-address-use-after-scope.
71 2016-12-08  Bin Cheng  <bin.cheng@arm.com>
73         PR middle-end/78684
74         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Check
75         sign bit for index step of data reference.
77 2016-12-08  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
79         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
80         Handle SYMBOL_SMALL_TLSGD for ILP32.
81         * config/aarch64/aarch64.md : tlsgd_small modified into
82         tlsgd_small_<mode> to support SImode and DImode.
83         *tlsgd_small modified into *tlsgd_small_<mode> to support SImode and
84         DImode.
86 2016-12-08  Andrew Pinski  <apinski@cavium.com>
88         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
89         Access the lower part of RTX appropriately.
91 2016-12-07  David Malcolm  <dmalcolm@redhat.com>
93         * genpreds.c (write_tm_constrs_h): Update for renaming of
94         rtx_reader_ptr to md_reader_ptr.
95         (write_tm_preds_h): Likewise.
96         (write_insn_preds_c): Likewise.
97         * read-md.c (rtx_reader_ptr): Rename to...
98         (md_reader_ptr): ...this, and convert from an
99         rtx_reader * to a md_reader *.
100         (rtx_reader::set_md_ptr_loc): Rename to...
101         (md_reader::set_md_ptr_loc): ...this.
102         (rtx_reader::get_md_ptr_loc): Rename to...
103         (md_reader::get_md_ptr_loc): ...this.
104         (rtx_reader::copy_md_ptr_loc): Rename to...
105         (md_reader::copy_md_ptr_loc): ...this.
106         (rtx_reader::fprint_md_ptr_loc): Rename to...
107         (md_reader::fprint_md_ptr_loc): ...this.
108         (rtx_reader::print_md_ptr_loc): Rename to...
109         (md_reader::print_md_ptr_loc): ...this.
110         (rtx_reader::join_c_conditions): Rename to...
111         (md_reader::join_c_conditions): ...this.
112         (rtx_reader::fprint_c_condition): ...this.
113         (rtx_reader::print_c_condition): Rename to...
114         (md_reader::print_c_condition): ...this.
115         (fatal_with_file_and_line):  Update for renaming of
116         rtx_reader_ptr to md_reader_ptr.
117         (rtx_reader::require_char): Rename to...
118         (md_reader::require_char): ...this.
119         (rtx_reader::require_char_ws): Rename to...
120         (md_reader::require_char_ws): ...this.
121         (rtx_reader::require_word_ws): Rename to...
122         (md_reader::require_word_ws): ...this.
123         (rtx_reader::read_char): Rename to...
124         (md_reader::read_char): ...this.
125         (rtx_reader::unread_char): Rename to...
126         (md_reader::unread_char): ...this.
127         (rtx_reader::peek_char): Rename to...
128         (md_reader::peek_char): ...this.
129         (rtx_reader::read_name): Rename to...
130         (md_reader::read_name): ...this.
131         (rtx_reader::read_escape): Rename to...
132         (md_reader::read_escape): ...this.
133         (rtx_reader::read_quoted_string): Rename to...
134         (md_reader::read_quoted_string): ...this.
135         (rtx_reader::read_braced_string): Rename to...
136         (md_reader::read_braced_string): ...this.
137         (rtx_reader::read_string): Rename to...
138         (md_reader::read_string): ...this.
139         (rtx_reader::read_skip_construct): Rename to...
140         (md_reader::read_skip_construct): ...this.
141         (rtx_reader::handle_constants): Rename to...
142         (md_reader::handle_constants): ...this.
143         (rtx_reader::traverse_md_constants): Rename to...
144         (md_reader::traverse_md_constants): ...this.
145         (rtx_reader::handle_enum): Rename to...
146         (md_reader::handle_enum): ...this.
147         (rtx_reader::lookup_enum_type): Rename to...
148         (md_reader::lookup_enum_type): ...this.
149         (rtx_reader::traverse_enum_types): Rename to...
150         (md_reader::traverse_enum_types): ...this.
151         (rtx_reader::rtx_reader): Rename to...
152         (md_reader::md_reader): ...this, and update for renaming of
153         rtx_reader_ptr to md_reader_ptr.
154         (rtx_reader::~rtx_reader): Rename to...
155         (md_reader::~md_reader): ...this, and update for renaming of
156         rtx_reader_ptr to md_reader_ptr.
157         (rtx_reader::handle_include): Rename to...
158         (md_reader::handle_include): ...this.
159         (rtx_reader::handle_file): Rename to...
160         (md_reader::handle_file): ...this.
161         (rtx_reader::handle_toplevel_file): Rename to...
162         (md_reader::handle_toplevel_file): ...this.
163         (rtx_reader::get_current_location): Rename to...
164         (md_reader::get_current_location): ...this.
165         (rtx_reader::add_include_path): Rename to...
166         (md_reader::add_include_path): ...this.
167         (rtx_reader::read_md_files): Rename to...
168         (md_reader::read_md_files): ...this.
169         * read-md.h (class rtx_reader): Split into...
170         (class md_reader): ...new class.
171         (rtx_reader_ptr): Rename to...
172         (md_reader_ptr): ...this, and convert to a md_reader *.
173         (class noop_reader): Update base class to be md_reader.
174         (class rtx_reader): Reintroduce as a subclass of md_reader.
175         (rtx_reader_ptr): Reintroduce as a rtx_reader *.
176         (read_char): Update for renaming of rtx_reader_ptr to
177         md_reader_ptr.
178         (unread_char): Likewise.
179         * read-rtl.c (rtx_reader_ptr): New global.
180         (rtx_reader::apply_iterator_to_string): Rename to...
181         (md_reader::apply_iterator_to_string): ...this.
182         (rtx_reader::copy_rtx_for_iterators): Rename to...
183         (md_reader::copy_rtx_for_iterators): ...this.
184         (rtx_reader::read_conditions): Rename to...
185         (md_reader::read_conditions): ...this.
186         (rtx_reader::record_potential_iterator_use): Rename to...
187         (md_reader::record_potential_iterator_use): ...this.
188         (rtx_reader::read_mapping): Rename to...
189         (md_reader::read_mapping): ...this.
190         (rtx_reader::read_rtx): Use rtx_reader_ptr when calling
191         read_rtx_code.
192         (rtx_reader::read_rtx_operand): Use get_string_obstack rather
193         than directly accessing m_string_obstack.
194         (rtx_reader::rtx_reader): New ctor.
195         (rtx_reader::~rtx_reader): New dtor.
197 2016-12-07  Martin Sebor  <msebor@redhat.com>
199         PR middle-end/77784
200         PR middle-end/78149
201         PR middle-end/78138
203         * builtins.c (expand_builtin_strcat, expand_builtin_strncat): New
204         functions.
205         (compute_dest_size, get_size_range, check_sizes, check_strncat_sizes)
206         (check_memop_sizes): Same.
207         (expand_builtin_memcpy): Call check memop_sizes.
208         (expand_builtin_mempcpy): Same.
209         (expand_builtin_memset): Same,
210         (expand_builtin_bzero): Same.
211         (expand_builtin_memory_chk): Call check_sizes.
212         (expand_builtin_strcpy): Same.
213         (expand_builtin_strncpy): Same.
214         (maybe_emit_sprintf_chk_warning): Same.
215         (expand_builtin): Handle strcat and strncat.
216         (fini_object_sizes): Reset pointers.
217         (compute_object_size): New function.
218         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
219         Avoid issuing warnings also issued during built-in expansion.
220         * doc/invoke.texi (Warning Options): Document -Wstringop-overflow.
222 2016-12-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
224         PR target/72717
225         * config/rs6000/rs6000.c (rs6000_expand_vector_init): If the
226         V2DImode elements are SUBREG's convert the result into DImode
227         rather than failing in emit_move_insn.
229 2016-12-07  Jakub Jelinek  <jakub@redhat.com>
231         * builtins.c (fold_builtin_strstr): Removed.
232         (fold_builtin_2): Don't call fold_builtin_strstr.
233         * gimple-fold.c (gimple_fold_builtin_strchr): Check is_strrchr
234         earlier in the strrchr (x, 0) -> strchr (x, 0) optimization.
235         (gimple_fold_builtin_strstr): New function.
236         (gimple_fold_builtin): Call it.
237         * fold-const-call.c (fold_const_call): Handle CFN_BUILT_IN_STRSTR.
239         PR c++/78692
240         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Set lhs
241         var to lhs of new_stmt right before noreturn handling rather than to
242         lhs of e->call_stmt early.
244 2016-12-07  David Malcolm  <dmalcolm@redhat.com>
246         * read-md.c (rtx_reader::require_char): New method.
247         (require_char_ws): Convert from function to...
248         (rtx_reader::require_char_ws): ...method.
249         (rtx_reader::require_word_ws): New method.
250         * read-md.h (rtx_reader::require_char): New method decl.
251         (require_char_ws): Remove global decl in favor of...
252         (rtx_reader::require_char_ws): ...new method decl.
253         (rtx_reader::require_word_ws): New method decl.
254         (rtx_reader::peek_char): New method decl.
256 2016-12-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
258         PR rtl-optimization/78617
259         * lra-remat.c (do_remat): Initialize live_hard_regs from live in
260         registers, also setting hard registers mapped to pseudo registers.
262 2016-12-07  David Malcolm  <dmalcolm@redhat.com>
264         * cfgexpand.c (pass_expand::execute): Move stack initializations
265         to rtl_data::init_stack_alignment and call it.
266         * emit-rtl.c (rtl_data::init_stack_alignment): New method.
267         * emit-rtl.h (rtl_data::init_stack_alignment): New method.
269 2016-12-07  Wilco Dijkstra  <wdijkstr@arm.com>
271         * gcc/ira.c (ira_setup_eliminable_regset): Initialize crtl->is_leaf.
272         (ira): Move initialization of crtl->is_leaf earlier.
274 2016-12-07  Wilco Dijkstra  <wdijkstr@arm.com>
276         * config/aarch64/aarch64.md (movti_aarch64): Change Ump to m.
277         (movtf_aarch64): Likewise.
278         * config/aarch64/aarch64.c (aarch64_classify_address):
279         Use correct intersection of offsets.
280         (aarch64_legitimize_address_displacement): Use 9-bit signed offsets.
281         (aarch64_legitimize_address): Use 9-bit signed offsets for TI/TF mode.
282         Use 7-bit signed scaled mode for modes > 16 bytes.
284 2016-12-07  James Greenhalgh  <james.greenhalgh@arm.com>
286         PR rtl-optimization/78561
287         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p) Use
288         constant_pool_empty_p in place of get_pool_size_upper_bound.
289         (rs6000_stack_info): Likewise.
290         (rs6000_emit_prologue): Likewise.
291         (rs6000_elf_declare_function_name): Likewise.
292         (rs6000_set_up_by_prologue): Likewise.
293         (rs6000_can_eliminate): Likewise.
294         * output.h (get_pool_size_upper_bound): Delete.
295         (constant_pool_empty_p): New.
296         * varasm.c (get_pool_size_upper_bound): Delete
297         (constant_pool_empty_p): New.
299 2016-12-07  Bin Cheng  <bin.cheng@arm.com>
301         PR tree-optimization/78691
302         * match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)):
303         Require integral type for the outer expression.
305 2016-12-07  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
307         * config/aarch64/aarch64.c
308         (aarch64_builtin_support_vector_misalignment): New.
309         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT): Define.
311 2016-12-06  David Malcolm  <dmalcolm@redhat.com>
313         PR bootstrap/78705
314         * config/i386/i386.c (ix86_test_dumping_memory_blockage):
315         Conditionalize the string comparison on Pmode == DImode.
317 2016-12-06  Tom de Vries  <tom@codesourcery.com>
319         PR tree-optimization/67955
320         * tree-ssa-alias.c (same_addr_size_stores_p): New function.
321         (stmt_kills_ref_p): Use it.
323 2016-12-06  Eric Botcazou  <ebotcazou@adacore.com>
325         PR middle-end/78700
326         * calls.c (expand_call): Move back call to prepare_call_address.
328 2016-12-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
330         PR target/78658
331         * config/rs6000/rs6000.md (zero_extendqi<mode>2): Use ^ instead of
332         ?* constraints for the ISA 3.0 patterns, so the register allocator
333         is more likely to allocate QImode/HImode to vector registers for
334         conversion to floating point unless a reload is needed.
335         (zero_extendhi<mode>2): Likewise.
336         (float<QHI:mode><FP_ISA3:mode>2_internal): Properly deal with the
337         first alternative which is converting QImode/HImode to floating
338         point and the QImode/HImode value is in a vector register, and
339         does not allocate the second pseudo register.  Remove zero
340         extending into traditional floating point registers, since the
341         instruction used only works on traditional altivec registers.
342         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
344 2016-12-06  David Malcolm  <dmalcolm@redhat.com>
346         * config/i386/i386.c: Include print-rtl.h.
347         (selftest::ix86_test_dumping_memory_blockage): New function.
348         (selftest::ix86_run_selftests): Call it.
349         * print-rtl-function.c (print_rtx_function): Create an
350         rtx_reuse_manager and use it.
351         * print-rtl.c: Include "rtl-iter.h".
352         (rtx_writer::rtx_writer): Add reuse_manager param.
353         (rtx_reuse_manager::rtx_reuse_manager): New ctor.
354         (uses_rtx_reuse_p): New function.
355         (rtx_reuse_manager::preprocess): New function.
356         (rtx_reuse_manager::has_reuse_id): New function.
357         (rtx_reuse_manager::seen_def_p): New function.
358         (rtx_reuse_manager::set_seen_def): New function.
359         (rtx_writer::print_rtx): If "in_rtx" has a reuse ID, print it as a
360         prefix the first time in_rtx is seen, and print reuse_rtx
361         subsequently.
362         (print_inline_rtx): Supply NULL for new reuse_manager param.
363         (debug_rtx): Likewise.
364         (print_rtl): Likewise.
365         (print_rtl_single): Likewise.
366         (rtx_writer::print_rtl_single_with_indent): Likewise.
367         * print-rtl.h: Include bitmap.h when building for host.
368         (rtx_writer::rtx_writer): Add reuse_manager param.
369         (rtx_writer::m_rtx_reuse_manager): New field.
370         (class rtx_reuse_manager): New class.
371         * rtl-tests.c (selftest::assert_rtl_dump_eq): Add reuse_manager
372         param and use it when constructing rtx_writer.
373         (selftest::test_dumping_rtx_reuse): New function.
374         (selftest::rtl_tests_c_tests): Call it.
375         * selftest-rtl.h (class rtx_reuse_manager): New forward decl.
376         (selftest::assert_rtl_dump_eq): Add reuse_manager param.
377         (ASSERT_RTL_DUMP_EQ): Supply NULL for reuse_manager param.
378         (ASSERT_RTL_DUMP_EQ_WITH_REUSE): New macro.
380 2016-12-06  Vladimir Makarov  <vmakarov@redhat.com>
382         PR target/77761
383         * lra-lives.c (process_bb_lives): Update biggest mode for
384         implicitly used hard reg.
386 2016-12-06  Uros Bizjak  <ubizjak@gmail.com>
388         * config/i386/predicates.md (general_gr_operand): New predicate.
389         * config/i386/i386.md (TImode and DImode push_operand splitter):
390         Use general_gr_operand.  Macroize using DWI mode macro.
391         (TImode and DImode nonimmediate_operand splitter): Use
392         nonimmediate_gr_operand and general_gr_operand.  Macroize using
393         DWI mode macro.
394         (TF/XF/DFmode push_operand splitter): Use general_gr_operand.
395         (TFmode nonimmediate_operand splitter): Use nonimmediate_gr_operand
396         and general_gr_operand.
397         (XFmode nonimmediate_operand splitter): Ditto.
398         (DFmode nonimmediate_operand splitter): Ditto.
399         * config/i386/mmx.md (MMXMODE nonimmediate_operand splitter): Ditto.
401 2016-12-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
403         * config/arm/arm-cores.def (cortex-m23, cortex-m33): Move into
404         alphabetical order with respect to other ARMv8 processors.
405         * config/arm/arm-tables.opt: Regenerate.
406         * config/arm/arm-tune.md: Likewise.
408 2016-12-06  Robert Suchanek  <robert.suchanek@imgtec.com>
410         * config/mips/mips.c (mips_expand_builtin_insn): Check input
411         ranges of literal integer arguments.
413 2016-12-06  Aldy Hernandez  <aldyh@redhat.com>
415         PR middle-end/78548
416         * tree-ssa-uninit.c (simplify_preds_4): Call release() instead of
417         destroy_predicate_vecs.
418         (uninit_uses_cannot_happen): Make uninit_preds a scalar.
420 2016-12-06  Aldy Hernandez  <aldyh@redhat.com>
422         PR middle-end/78566
423         * tree-ssa-uninit.c (can_one_predicate_be_invalidated_p): Change
424         argument type to a pred_chain.
425         (can_chain_union_be_invalidated_p): Use pred_chain instead of a
426         worklist.
427         (flatten_out_predicate_chains): Remove.
428         (uninit_uses_cannot_happen): Rename from
429         uninit_ops_invalidate_phi_use.
430         Change logic so that we are checking that the PHI use will
431         invalidate _ALL_ possibly uninitialized operands.
432         (is_use_properly_guarded): Rename call to
433         uninit_ops_invalidate_phi_use into uninit_uses_cannot_happen.
435 2016-12-06  Tamar Christina  <tamar.christina@arm.com>
437         * gcc/config/aarch64/arm_neon.h
438         (vreinterpretq_p8_p128, vreinterpretq_p16_p128): Added.
439         (vreinterpret_p64_p16, vreinterpretq_p64_p128): Likewise.
440         (vreinterpretq_p64_p16, vreinterpretq_p128_p8): Likewise.
441         (vreinterpretq_p128_p16, vreinterpretq_p128_f16): Likewise.
442         (vreinterpretq_p128_f32, vreinterpretq_p128_p64): Likewise.
443         (vreinterpretq_p128_s64, vreinterpretq_p128_u64): Likewise.
444         (vreinterpretq_p128_s8, vreinterpretq_p128_s16): Likewise.
445         (vreinterpretq_p128_s32, vreinterpretq_p128_u8): Likewise.
446         (vreinterpretq_p128_u16, vreinterpretq_p128_u32): Likewise.
447         (vreinterpretq_f16_p128, vreinterpretq_f32_p128): Likewise.
448         (vreinterpretq_s64_p128, vreinterpretq_u64_p128): Likewise.
449         (vreinterpretq_s8_p128, vreinterpretq_s16_p128): Likewise.
450         (vreinterpretq_s32_p128, vreinterpretq_u8_p128): Likewise.
451         (vreinterpretq_u16_p128, vreinterpretq_u32_p128): Likewise.
453 2016-12-06  Jakub Jelinek  <jakub@redhat.com>
455         PR c++/71537
456         * fold-const.c (fold_comparison): Assume CONSTANT_CLASS_P (base0)
457         plus offset is non-zero.  For maybe_nonzero_address decl base0,
458         require indirect_base0.
460         PR c++/71537
461         * fold-const-call.c (fold_const_call_1): Remove memchr handling here.
462         (fold_const_call) <case CFN_BUILT_IN_STRNCMP,
463         case CFN_BUILT_IN_STRNCASECMP>: Formatting improvements.
464         (fold_const_call) <case CFN_BUILT_IN_MEMCMP>: Likewise.  If s2 is 0
465         and arguments have no side-effects, return 0.
466         (fold_const_call): Handle CFN_BUILT_IN_MEMCHR.
468         PR c++/71537
469         * fold-const-call.c (fold_const_call): Handle
470         CFN_BUILT_IN_{INDEX,STRCHR,RINDEX,STRRCHR}.
472         PR tree-optimization/78675
473         * tree-vect-loop.c (vectorizable_live_operation): For
474         VECTOR_BOOLEAN_TYPE_P vectype use integral type with bitsize precision
475         instead of TREE_TYPE (vectype) for the BIT_FIELD_REF.
477 2016-12-06  Eric Botcazou  <ebotcazou@adacore.com>
479         PR middle-end/78642
480         * emit-rtl.c (verify_rtx_sharing) <CLOBBER>: Relax condition.
481         (copy_rtx_if_shared_1) <CLOBBER>: Likewise.
482         (copy_insn_1) <CLOBBER>: Likewise.
484 2016-12-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
486         PR target/78688
487         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Use IN_RANGE
488         instead of ((N) >= (X) && (N) <= (Y-X)) to silence warnings about
489         comparing signed to unsigned values.
490         (FUNCTION_ARG_REGNO_P): Likewise.
492 2016-12-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
493             Stefan Freudenberger  <stefan@reservoir.com>
495         PR tree-optimization/78646
496         * gimple-ssa-strength-reduction.c (replace_ref): The pointer
497         addition used for the memory base expression should have the type
498         of the candidate.
500 2016-12-05  Waldemar Brodkorb  <wbx@openadk.org>
502         PR target/71721
503         * config.gcc (*-*-uclinux*): Enable posix threads.
505 2016-12-05  Andrew Senkevich  <andrew.senkevich@intel.com>
507         * config/i386/avx512bwintrin.h: Add new k-mask intrinsics.
508         * config/i386/avx512dqintrin.h: Ditto.
509         * config/i386/avx512fintrin.h: Ditto.
510         * config/i386/i386-builtin-types.def (UCHAR_FTYPE_UQI_UQI_PUCHAR,
511         UCHAR_FTYPE_UHI_UHI_PUCHAR, UCHAR_FTYPE_USI_USI_PUCHAR,
512         UCHAR_FTYPE_UDI_UDI_PUCHAR, UCHAR_FTYPE_UQI_UQI, UCHAR_FTYPE_UHI_UHI,
513         UCHAR_FTYPE_USI_USI, UCHAR_FTYPE_UDI_UDI, UQI_FTYPE_UQI_INT,
514         UHI_FTYPE_UHI_INT, USI_FTYPE_USI_INT, UDI_FTYPE_UDI_INT,
515         UQI_FTYPE_UQI, USI_FTYPE_USI, UDI_FTYPE_UDI, UQI_FTYPE_UQI_UQI): New
516         function types.
517         * config/i386/i386-builtin.def (__builtin_ia32_knotqi,
518         __builtin_ia32_knotsi, __builtin_ia32_knotdi,
519         __builtin_ia32_korqi, __builtin_ia32_korsi, __builtin_ia32_kordi,
520         __builtin_ia32_kxnorqi, __builtin_ia32_kxnorsi,
521         __builtin_ia32_kxnordi, __builtin_ia32_kxorqi, __builtin_ia32_kxorsi,
522         __builtin_ia32_kxordi, __builtin_ia32_kandqi,
523         __builtin_ia32_kandsi, __builtin_ia32_kanddi, __builtin_ia32_kandnqi,
524         __builtin_ia32_kandnsi, __builtin_ia32_kandndi): New.
525         * config/i386/i386.c (ix86_expand_args_builtin): Handle new types.
527 2016-12-05  Segher Boessenkool  <segher@kernel.crashing.org>
529         * combine.c: Revert r243162.
531 2016-12-05  Paolo Bonzini  <bonzini@gnu.org>
533         * match.pd: Simplify X ? C : 0 where C is a power of 2 and
534         X tests a single bit.
536 2016-12-05  Nathan Sidwell  <nathan@acm.org>
538         * diagnostic.c (diagnostic_check_max_errors): New, broken out of ...
539         (diagnostic_action_after_output): ... here.
540         (diagnostic_report_diagnostic): Call it for non-notes.
541         * diagnostic.h (struct diagnostic_context): Make max_errors signed int.
542         (diagnostic_check_max_errors): Declare.
544 2016-12-05  Cupertino Miranda  <cmiranda@synopsys.com>
546         * config/arc/arc.h (STARTFILE_SPEC): Use default linux specs.
547         (ENDFILE_SPEC): Likewise.
549 2016-12-05  Claudiu Zissulescu  <claziss@synopsys.com>
551         * config/arc/arc-protos.h (insn_is_tls_gd_dispatch): Remove.
552         * config/arc/arc.c (arc_unspec_offset): New function.
553         (arc_finalize_pic): Change.
554         (arc_emit_call_tls_get_addr): Likewise.
555         (arc_legitimize_tls_address): Likewise.
556         (arc_legitimize_pic_address): Likewise.
557         (insn_is_tls_gd_dispatch): Remove.
558         * config/arc/arc.h (INSN_REFERENCES_ARE_DELAYED): Change.
559         * config/arc/arc.md (ls_gd_load): Remove unused pattern.
560         (tls_gd_dispatch): Likewise.
562 2016-12-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
564         * config/arm/arm.c (TARGET_ASM_INIT_SECTIONS): Fix wrong undef
565         location.
567 2016-12-05  Eric Botcazou  <ebotcazou@adacore.com>
569         * config/sparc/sparc-protos.h (sparc_splitdi_legitimate): Rename to...
570         (sparc_split_reg_mem_legitimate): ...this.
571         (sparc_split_reg_mem): Declare.
572         (sparc_split_mem_reg): Likewise.
573         (sparc_split_regreg_legitimate): Rename to...
574         (sparc_split_reg_reg_legitimate): ...this.
575         * config/sparc/sparc.c (sparc_splitdi_legitimate): Rename to...
576         (sparc_split_reg_mem_legitimate): ...this.
577         (sparc_split_reg_mem): New function.
578         (sparc_split_mem_reg): Likewise.
579         (sparc_split_regreg_legitimate): Rename to...
580         (sparc_split_reg_reg_legitimate): ...this.
581         (sparc_split_reg_reg): New function.
582         * config/sparc/sparc.md (lra): Remove "none" value.
583         (enabled): Adjust to above change.
584         (*movdi_insn_sp32): Remove new (r,T) alternative and reorder others.
585         (DImode splitters): Adjust to above renamings and use new functions.
586         (*movdf_insn_sp32): Remove new (r,T) alternative and reorder others.
587         (DFmode splitters): Adjust to above renamings and use new functions.
588         (*mov<VM64:mode>_insn_sp64): Replace C with Z constraint and use W
589         constraint in conjunction with e.
590         (*mov<VM64:mode>_insn_sp32): Remove new (r,T) alternative, add (o,Y)
591         alternative and reorder others.
592         (VM64:mode splitters): Adjust to above renamings and use new functions.
594 2016-12-04  Martin Sebor  <msebor@redhat.com>
596         PR c/78668
597         * builtin-attrs.def (ATTR_ALLOC_SIZE, ATTR_RETURNS_NONNULL): New
598         identifier tree nodes.
599         (ATTR_ALLOCA_SIZE_1_NOTHROW_LEAF_LIST): New attribute list.
600         (ATTR_MALLOC_SIZE_1_NOTHROW_LIST): Same.
601         (ATTR_MALLOC_SIZE_1_NOTHROW_LEAF_LIST): Same.
602         (ATTR_MALLOC_SIZE_1_2_NOTHROW_LEAF_LIST): Same.
603         (ATTR_ALLOC_SIZE_2_NOTHROW_LEAF_LIST): Same.
604         * builtins.def (aligned_alloc, calloc, malloc, realloc):
605         Add attribute alloc_size.
606         (alloca): Add attribute alloc_size and returns_nonnull.
608 2016-12-04  Uros Bizjak  <ubizjak@gmail.com>
610         PR target/70322
611         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Handle NEG.
612         (dimode_scalar_chain::compute_convert_gain): Ditto.
613         (dimode_scalar_chain::convert_insn): Ditto.
615 2016-12-03  Eric Botcazou  <ebotcazou@adacore.com>
617         * lra-constraints.c (emit_spill_move): Use gen_lowpart_SUBREG in all
618         cases to build a lowpart SUBREG.
620 2016-12-03  Eric Botcazou  <ebotcazou@adacore.com>
621             David S. Miller  <davem@davemloft.net>
623         * config/sparc/constraints.md (U): Adjust comment.
624         * config/sparc/sparc.md (lra): New attribute.
625         (enabled): For base instructions, if the lra attribute is set,
626         return 1 if it is in keeping with TARGET_LRA.
627         (*movdi_insn_sp32): Add lra attribute for alternatives mentioning U
628         constraint and duplicate them with U replaced by r.
629         (*movdf_insn_sp32): Likewise.
630         (*mov<VM64:mode>_insn_sp32): Likewise.
631         (*movtf_insn_sp32): Remove alternatives mentioning U constraint.
633 2016-12-02  Jeff Law  <law@redhat.com>
635         * config/arm/arm.c (arm_handle_cmse_nonsecure_call): Remove unused
636         variable main_variant.
638 2016-12-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
640         * config.gcc (powerpc*-*-linux*): Set gnu-indirect-function by
641         default on PowerPC linux systems.
643 2016-12-02  Segher Boessenkool  <segher@kernel.crashing.org>
645         PR rtl-optimization/78638
646         * simplify-rtx.c (simplify_truncation): M2 is not mode, it is
647         GET_MODE (op).  Fix this.
649 2016-12-02  David Malcolm  <dmalcolm@redhat.com>
651         PR bootstrap/78616
652         * selftest.c (selftest::assert_strndup_eq): Rename to...
653         (selftest::assert_xstrndup_eq): ...this, and remove call to
654         strndup.
655         (selftest::test_strndup): Rename to...
656         (selftest::test_xstrndup): ...this, updating for above renaming.
657         (selftest::test_libiberty): Update for renaming.
659 2016-12-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
661         PR target/78639
662         * config/rs6000/rs6000.md (movdi_internal64): Fix typo in
663         subversion id 242679 that causes the wrong store instruction to be
664         generated if a DImode is in an Altivec register using REG+REG
665         addressing.
667 2016-12-02  Uros Bizjak  <ubizjak@gmail.com>
669         PR target/70322
670         * config/i386/i386.md (*andndi3_doubleword): Add non-BMI alternative
671         and corresponding post-reload splitter.
673 2016-12-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
675         * config/aarch64/aarch64.h (machine_function): Add
676         reg_is_wrapped_separately field.
677         * config/aarch64/aarch64.md (LAST_SAVED_REGNUM): Define new constant.
678         * config/aarch64/aarch64.c (emit_set_insn): Change return type to
679         rtx_insn *.
680         (aarch64_save_callee_saves): Don't save registers that are wrapped
681         separately.
682         (aarch64_restore_callee_saves): Don't restore registers that are
683         wrapped separately.
684         (offset_9bit_signed_unscaled_p, offset_12bit_unsigned_scaled_p,
685         aarch64_offset_7bit_signed_scaled_p): Move earlier in the file.
686         (aarch64_get_separate_components): New function.
687         (aarch64_get_next_set_bit): Likewise.
688         (aarch64_components_for_bb): Likewise.
689         (aarch64_disqualify_components): Likewise.
690         (aarch64_emit_prologue_components): Likewise.
691         (aarch64_emit_epilogue_components): Likewise.
692         (aarch64_set_handled_components): Likewise.
693         (aarch64_process_components): Likewise.
694         (TARGET_SHRINK_WRAP_GET_SEPARATE_COMPONENTS,
695         TARGET_SHRINK_WRAP_COMPONENTS_FOR_BB,
696         TARGET_SHRINK_WRAP_DISQUALIFY_COMPONENTS,
697         TARGET_SHRINK_WRAP_EMIT_PROLOGUE_COMPONENTS,
698         TARGET_SHRINK_WRAP_EMIT_EPILOGUE_COMPONENTS,
699         TARGET_SHRINK_WRAP_SET_HANDLED_COMPONENTS): Define.
701 2016-12-02  Martin Jambor  <mjambor@suse.cz>
703         * passes.def: Move pass_rebuild_cgraph_edges to the end of
704         pass_build_ssa_passes.
706 2016-12-02  Uros Bizjak  <ubizjak@gmail.com>
708         * config/alpha/alpha.md (exception_receiver): Copy
709         alpha_gp_ave_rtx return value.
711 2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
713         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
714         for several include directories that may be relative to sysroot.
715         * config/i386/x-mingw32 (gplus_includedir): Define.
716         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
717         (native_system_includedir): Likewise.
718         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
719         override if TARGET_SYSTEM_ROOT is defined.
720         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
722 2016-12-02  Jakub Jelinek  <jakub@redhat.com>
724         PR target/70322
725         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Handle NOT.
726         (dimode_scalar_chain::compute_convert_gain): Likewise.
727         (dimode_scalar_chain::convert_insn): Likewise.
728         * config/i386/i386.md (*one_cmpldi2_doubleword): New
729         define_insn_and_split.
730         (one_cmpl<mode>2): Use SWIM1248x iterator instead of SWIM.
732         PR target/78614
733         * rtl.c (copy_rtx): Don't clear used flag here.
734         (shallow_copy_rtx_stat): Clear used flag here unless code the rtx
735         is shareable.
736         * simplify-rtx.c (simplify_replace_fn_rtx): When copying rtx with
737         'E' in format, copy all vectors.
738         * emit-rtl.c (copy_insn_1): Don't clear used flag here.
739         * valtrack.c (cleanup_auto_inc_dec): Likewise.
740         * config/rs6000/rs6000.c (rs6000_frame_related): Likewise.
742 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
743             Thomas Preud'homme  <thomas.preudhomme@arm.com>
745         * config/arm/arm-builtins.c (arm_builtins): Define
746         ARM_BUILTIN_CMSE_NONSECURE_CALLER.
747         (bdesc_2arg): Add line for cmse_nonsecure_caller.
748         (arm_init_builtins): Handle cmse_nonsecure_caller.
749         (arm_expand_builtin): Likewise.
750         * config/arm/arm_cmse.h (cmse_nonsecure_caller): New.
752 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
753             Thomas Preud'homme  <thomas.preudhomme@arm.com>
755         * config/arm/arm.c (detect_cmse_nonsecure_call): New.
756         (cmse_nonsecure_call_clear_caller_saved): New.
757         (arm_reorg): Use cmse_nonsecure_call_clear_caller_saved.
758         (arm_function_ok_for_sibcall): Disable sibcalls for
759         cmse_nonsecure_call.
760         * config/arm/arm-protos.h (detect_cmse_nonsecure_call): New.
761         * config/arm/arm.md (call): Handle cmse_nonsecure_entry.
762         (call_value): Likewise.
763         (nonsecure_call_internal): New.
764         (nonsecure_call_value_internal): New.
765         * config/arm/thumb1.md (*nonsecure_call_reg_thumb1_v5): New.
766         (*nonsecure_call_value_reg_thumb1_v5): New.
767         * config/arm/thumb2.md (*nonsecure_call_reg_thumb2): New.
768         (*nonsecure_call_value_reg_thumb2): New.
769         * config/arm/unspecs.md (UNSPEC_NONSECURE_MEM): New.
771 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
772             Thomas Preud'homme  <thomas.preudhomme@arm.com>
774         * config/arm/arm.c (gimplify.h): New include.
775         (arm_handle_cmse_nonsecure_call): New.
776         (arm_attribute_table): Added cmse_nonsecure_call.
777         (arm_comp_type_attributes): Deny compatibility of function types
778         with without the cmse_nonsecure_call attribute.
779         * doc/extend.texi (ARM ARMv8-M Security Extensions): New attribute.
781 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
782             Thomas Preud'homme  <thomas.preudhomme@arm.com>
784         * config/arm/arm.c (output_return_instruction): Clear
785         registers.
786         (thumb2_expand_return): Likewise.
787         (thumb1_expand_epilogue): Likewise.
788         (thumb_exit): Likewise.
789         (arm_expand_epilogue): Likewise.
790         (cmse_nonsecure_entry_clear_before_return): New.
791         (comp_not_to_clear_mask_str_un): New.
792         (compute_not_to_clear_mask): New.
793         * config/arm/thumb1.md (*epilogue_insns): Change length attribute.
794         * config/arm/thumb2.md (*thumb2_return): Disable for
795         cmse_nonsecure_entry functions.
796         (*thumb2_cmse_entry_return): Duplicate thumb2_return pattern for
797         cmse_nonsecure_entry functions.
799 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
800             Thomas Preud'homme  <thomas.preudhomme@arm.com>
802         * config/arm/arm.c (use_return_insn): Change to return with  bxns
803         when cmse_nonsecure_entry.
804         (output_return_instruction): Likewise.
805         (arm_output_function_prologue): Likewise.
806         (thumb_pop): Likewise.
807         (thumb_exit): Likewise.
808         (thumb2_expand_return): Assert that entry functions always have simple
809         returns.
810         (arm_expand_epilogue): Handle entry functions.
811         (arm_function_ok_for_sibcall): Disable sibcall for entry functions.
812         (arm_asm_declare_function_name): New.
813         * config/arm/arm-protos.h (arm_asm_declare_function_name): New.
814         * config/arm/elf.h (ASM_DECLARE_FUNCTION_NAME): Redefine to
815         use arm_asm_declare_function_name.
817 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
818             Thomas Preud'homme  <thomas.preudhomme@arm.com>
820         * config/arm/arm.c (arm_handle_cmse_nonsecure_entry): New.
821         (arm_attribute_table): Added cmse_nonsecure_entry
822         (arm_compute_func_type): Handle cmse_nonsecure_entry.
823         (cmse_func_args_or_return_in_stack): New.
824         (arm_handle_cmse_nonsecure_entry): New.
825         * config/arm/arm.h (ARM_FT_CMSE_ENTRY): New macro define.
826         (IS_CMSE_ENTRY): Likewise.
827         * doc/extend.texi (ARM ARMv8-M Security Extensions): New attribute.
829 2016-12-02  Andre Vieira  <andre.simoesdiasvieira@arm.com>
830             Thomas Preud'homme  <thomas.preudhomme@arm.com>
832         * config.gcc (extra_headers): Added arm_cmse.h.
833         * config/arm/arm-arches.def (ARM_ARCH):
834         (armv8-m): Add FL2_CMSE.
835         (armv8-m.main): Likewise.
836         (armv8-m.main+dsp): Likewise.
837         * config/arm/arm-c.c
838         (arm_cpu_builtins): Added __ARM_FEATURE_CMSE macro.
839         * config/arm/arm-flags.h: Define FL2_CMSE.
840         * config/arm.c (arm_arch_cmse): New.
841         (arm_option_override): New error for unsupported cmse target.
842         * config/arm/arm.h (arm_arch_cmse): New.
843         * config/arm/arm.opt (mcmse): New.
844         * config/arm/arm_cmse.h: New file.
845         * doc/invoke.texi (ARM Options): Add -mcmse.
846         * doc/sourcebuild.texi (arm_cmse_ok): Add new effective target.
847         * doc/extend.texi: Add ARMv8-M Security Extensions entry.
849 2016-12-02  Georg-Johann Lay  <avr@gjlay.de>
851         * config/avr/avr.c: Fix coding rule glitches.
853 2016-12-02  Martin Jambor  <mjambor@suse.cz>
855         * hsa.c (hsa_callable_function_p): Return false for artificial
856         functions.
858 2016-12-02  James Greenhalgh  <james.greenhalgh@arm.com>
860         PR rtl-optimization/78561
861         * varasm.c (recompute_pool_offsets): New.
862         (output_constant_pool): Call it.
864 2016-12-02  James Greenhalgh  <james.greenhalgh@arm.com>
866         PR rtl-optimization/78561
867         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p) Rename
868         get_pool_size to get_pool_size_upper_bound.
869         (rs6000_stack_info): Likewise.
870         (rs6000_emit_prologue): Likewise.
871         (rs6000_elf_declare_function_name): Likewise.
872         (rs6000_set_up_by_prologue): Likewise.
873         (rs6000_can_eliminate): Likewise, reformat spaces to tabs.
874         * output.h (get_pool_size): Rename to...
875         (get_pool_size_upper_bound): ...This.
876         * varasm.c (get_pool_size): Rename to...
877         (get_pool_size_upper_bound): ...This.
879 2016-12-02  Bin Cheng  <bin.cheng@arm.com>
881         * match.pd: Add new pattern:
882         (cond (cmp (convert? x) c1) (op x c2) c3) -> (op (minmax x c1) c2).
884 2016-12-02  Nathan Sidwell  <nathan@acm.org>
886         * diagnostic.c (diagnostic_report_diagnostic): Remove extraneous
887         braces.
889 2016-12-02  Aldy Hernandez  <aldyh@redhat.com>
891         PR middle-end/78328
892         * gimple-ssa-warn-alloca.c (alloca_call_type): Handle
893         VR_ANTI_RANGE.
895 2016-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
897         * config/s390/s390.c (s390_save_gprs_to_fprs): Fix RTL sharing
898         problem.
900 2016-12-02  Georg-Johann Lay  <avr@gjlay.de>
902         * config/avr/avr-arch.h (avr_mcu_t) [n_flash]: Remove field.
903         * config/avr/avr-devices.c (AVR_MCU): Remove N_FLASH macro argument.
904         * config/avr/avr-mcus.def (AVR_MCU): Remove initializer for n_flash.
905         * config/avr/avr.c (avr_set_core_architecture) [avr_n_flash]: Use
906         avr_mcu_types.flash_size to compute default value.
907         * config/avr/gen-avr-mmcu-specs.c (print_mcu) [cc1_n_flash]: Use
908         mcu->flash_size to compute value for spec.
910 2016-12-02  Georg-Johann Lay  <avr@gjlay.de>
912         * doc/invoke.texi (AVR Options) [-mabsdata]: Point to absdata.
913         * doc/extend.texi (AVR Variable Attributes) [progmem]: Hint
914         about linker description to avoid progmem altogether.
915         [absdata]: Point to -mabsdata option.
917 2016-12-02  Jakub Jelinek  <jakub@redhat.com>
919         PR rtl-optimization/78547
920         * emit-rtl.c (unshare_all_rtl): Make sure DECL_RTL and
921         DECL_INCOMING_RTL is not shared.
922         * config/i386/i386.c (convert_scalars_to_vectors): If any
923         insns have been converted, adjust all parameter's DEC_RTL and
924         DECL_INCOMING_RTL back from V1TImode to TImode if the parameters have
925         TImode.
927         PR rtl-optimization/78575
928         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses): Use
929         DF infrastructure to wrap all V1TImode reg uses into TImode subreg
930         if not already wrapped in a subreg.  Make sure df_insn_rescan does not
931         affect further iterations.
933 2016-12-02  Martin Liska  <mliska@suse.cz>
935         PR ipa/78555
936         * sreal.c (sreal::to_int): Make absolute value before shifting.
937         (sreal::operator/): Likewise.
938         (sreal_verify_negative_division): New test.
939         (void sreal_c_tests): Call the new test.
940         * sreal.h (sreal::normalize_up): Use new SREAL_ABS and
941         SREAL_SIGN macros.
942         (sreal::normalize_down): Likewise.
944 2016-12-02  Dominik Vogt  <vogt@linux.vnet.ibm.com>
946         * combine.c (combine_simplify_rtx):  Suppress replacement of
947         "(and (reg) (const_int bit))" with "if_then_else".
949 2016-12-02  Dominik Vogt  <vogt@linux.vnet.ibm.com>
951         PR target/77822
952         * config/s390/s390.md ("extzv")
953         ("*extzv<mode><clobbercc_or_nocc>")
954         ("*extzvdi<clobbercc_or_nocc>_lshiftrt")
955         ("*<risbg_n>_ior_and_sr_ze")
956         ("*extract1bitdi<clobbercc_or_nocc>")
957         ("*insv<mode><clobbercc_or_nocc>", "*insv_rnsbg_noshift")
958         ("*insv_rnsbg_srl", "*insv<mode>_mem_reg")
959         ("*insvdi_mem_reghigh", "*insvdi_reg_imm"): Use EXTRACT_ARGS_IN_RANGE
960         to validate the arguments of zero_extract and sign_extract.
962 2016-12-02  Dominik Vogt  <vogt@linux.vnet.ibm.com>
964         PR target/77822
965         * rtl.h (EXTRACT_ARGS_IN_RANGE): New.
967 2016-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
969         * gcc/config/s390/s390.c (s390_builtin_vectorization_cost): New
970         function.
971         (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Define target
972         macro.
974 2016-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
976         * config/s390/vector.md (vec_halfhalf): New mode iterator.
977         ("vec_pack_trunc_<mode>", "vec_pack_ssat_<mode>")
978         ("vec_pack_usat_<mode>", "vec_unpacks_hi_v16qi")
979         ("vec_unpacks_low_v16qi", "vec_unpacku_hi_v16qi")
980         ("vec_unpacku_low_v16qi", "vec_unpacks_hi_v8hi")
981         ("vec_unpacks_lo_v8hi", "vec_unpacku_hi_v8hi")
982         ("vec_unpacku_lo_v8hi", "vec_unpacks_hi_v4si")
983         ("vec_unpacks_lo_v4si", "vec_unpacku_hi_v4si")
984         ("vec_unpacku_lo_v4si"): New pattern definitions.
985         * config/s390/vx-builtins.md: Move VI_HW_HSD mode iterator to
986         vector.md.
988 2016-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
990         * config/s390/s390-protos.h (s390_reverse_condition): New
991         prototype.
992         * config/s390/s390.c (s390_canonicalize_comparison): Fold compares
993         of CC mode values.
994         (s390_reverse_condition): New function.
995         * config/s390/s390.h (REVERSE_CC_MODE, REVERSE_CONDITION): Define
996         target macros.
998 2016-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1000         * config/s390/s390-modes.def (CCVEQANY, CCVH, CCVHANY, CCVHU)
1001         (CCVHUANY): Remove modes.
1002         (CCVIH, CCVIHU, CCVIALL, CCVIANY, CCVFALL, CCVFANY): Add modes and
1003         documentation.
1004         * config/s390/s390.c (s390_match_ccmode_set): Rename cc modes.
1005         (s390_expand_vec_compare_scalar): Pick one of the cc consumer
1006         modes.
1007         (s390_branch_condition_mask): Adjust to use the new cc consumer
1008         modes.  The new modes allow for proper reversal in the middle-end.
1009         (s390_expand_vec_compare_cc): Determine the proper cc producer and
1010         consumer modes for a comparison.
1011         * config/s390/s390.md: Rename CCVH to CCVIH and CCVHU to CCVIHU
1012         throughout the file.
1013         * config/s390/vx-builtins.md: Likewise.
1015 2016-12-02  Maxim Ostapenko  <m.ostapenko@samsung.com>
1017         * asan.c (asan_global_struct): Refactor.
1018         (create_odr_indicator): New function.
1019         (asan_needs_odr_indicator_p): Likewise.
1020         (is_odr_indicator): Likewise.
1021         (asan_add_global): Introduce odr_indicator_ptr. Pass it into global's
1022         constructor.
1023         (asan_protect_global): Do not protect odr indicators.
1025 2016-12-01  Jeff Law  <law@redhat.com>
1027         * tree-ssa-threadedge.c
1028         (record_temporary_equivalences_from_stmts_at_dest): Avoid temporary
1029         propagation of operands if there are no operands.
1031 2016-12-02  Jakub Jelinek  <jakub@redhat.com>
1033         PR tree-optimization/78586
1034         * gimple-ssa-sprintf.c (format_integer): Don't handle NOP_EXPR,
1035         CONVERT_EXPR or COMPONENT_REF here.  Formatting fix.  For
1036         SSA_NAME_DEF_STMT with NOP_EXPR only change argtype if the rhs1's
1037         type is INTEGER_TYPE or POINTER_TYPE.
1039 2016-12-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1041         PR target/78577
1042         * config/rs6000/vsx.md (vextuhlx): Revise mode of operand 2.
1043         (vextuhrx): Likewise.
1044         (vextuwlx): Likewise.
1045         (vextuwrx): Likewise.
1047 2016-12-01  David Malcolm  <dmalcolm@redhat.com>
1049         * dwarf2out.c (dwarf2out_c_finalize): Reset early_dwarf and
1050         early_dwarf_finished.
1052 2016-12-01  Eric Botcazou  <ebotcazou@adacore.com>
1053             David S. Miller  <davem@davemloft.net>
1055         * config/sparc/sparc.opt (mlra): New target option.
1056         * config/sparc/sparc.c (TARGET_LRA_P): Define to...
1057         (sparc_lra_p): ...this.  New function.
1058         (D_MODES, DF_MODES): Add missing cast.
1059         * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
1060         provide these insns when flag_pic.
1061         (sethi_di_medlow, losum_di_medlow, seth44, setm44, setl44, sethh,
1062         setlm, sethm, setlo, embmedany_sethi, embmedany_losum,
1063         embmedany_brsum, embmedany_textuhi, embmedany_texthi,
1064         embmedany_textulo, embmedany_textlo): Likewise.
1065         (sethi_di_medlow_embmedany_pic): Provide it only with flag_pic.
1067 2016-12-01  David Edelsohn  <dje.gcc@gmail.com>
1069         PR debug/66419
1070         PR c++/78235
1071         * dbxout.c (dbxout_type_fields): Skip TEMPLATE_DECLs.
1073 2016-12-01  Richard Biener  <rguenther@suse.de>
1074             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1076         * vec.h (vec<T, A, vl_embed>::quick_grow_cleared): Guard call to
1077         memset if len-oldlen != 0.
1078         (vec<T, va_heap, vl_ptr>::safe_grow_cleared): Likewise.
1080 2016-12-01  Uros Bizjak  <ubizjak@gmail.com>
1082         * config/i386/i386.md (*andndi3_doubleword): Depend on TARGET_SSE2.
1084 2016-12-01  Georg-Johann Lay  <avr@gjlay.de>
1086         * config/avr/avr.c: Fix coding rule glitches.
1088 2016-12-01  Markus Trippelsdorf  <markus@trippelsdorf.de>
1090         PR tree-optimization/78598
1091         * tree-ssa-loop-prefetch.c (ddown): Cast to signed to avoid
1092         overflows.
1094 2016-12-01  Markus Trippelsdorf  <markus@trippelsdorf.de>
1096         PR rtl-optimization/78596
1097         * combine.c (simplify_comparison): Cast to unsigned to avoid
1098         left shifting of negative value.
1100 2016-12-01  Matthias Klose  <doko@ubuntu.com>
1102         * doc/install.texi: Don't use pkg-config to check for bdw-gc.
1104 2016-12-01  Richard Biener  <rguenther@suse.de>
1106         * tree-ssa-alias.c (indirect_refs_may_alias_p): Do not
1107         treat arrays with same type as objects that cannot overlap.
1109 2016-12-01  Georg-Johann Lay  <avr@gjlay.de>
1111         * config/avr/avr.c (avr_print_operand): Use SYMBOL_REF_P if possible.
1112         (avr_handle_addr_attribute, avr_asm_output_aligned_decl_common)
1113         (avr_asm_asm_output_aligned_bss, avr_addr_space_convert): Dito.
1115 2016-12-01  Jakub Jelinek  <jakub@redhat.com>
1117         PR debug/78587
1118         * dwarf2out.c (loc_descr_plus_const): For negative offset use
1119         uint_loc_descriptor instead of int_loc_descriptor and perform negation
1120         in unsigned HOST_WIDE_INT type.
1121         (scompare_loc_descriptor): Shift UINTVAL left instead of INTVAL.
1123         PR target/78614
1124         * config/rs6000/rs6000.c (rs6000_frame_related): Call
1125         set_used_flags (pat) before any simplifications.  Clear used flag on
1126         PARALLEL copy.  Don't guard add_reg_note call.  Call
1127         copy_rtx_if_shared on pat before storing it into
1128         REG_FRAME_RELATED_EXPR.
1130 2016-12-01  Alan Modra  <amodra@gmail.com>
1132         * gcc/config/rs6000/rs6000.c (insn_is_swappable_p): Properly
1133         look inside UNSPEC_VSX_XXSPLTW vec.
1135 2016-12-01  Segher Boessenkool  <segher@kernel.crashing.org>
1137         PR rtl-optimization/78607
1138         * combine.c (try_combine): Emit a barrier after a unconditional trap.
1140 2016-11-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
1142         PR target/78602
1143         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): If the
1144         element is not a constant or in a register, force it to a
1145         register.
1147         PR target/78560
1148         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Force value
1149         that will be set to a vector element to be in a register.
1150         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Fix thinko that used
1151         the wrong multiplier to convert the element number to a byte
1152         offset.
1154 2016-11-30  Vladimir Makarov  <vmakarov@redhat.com>
1156         PR tree-optimization/77856
1157         * lra-constraints.c (inherit_in_ebb): Check original regno for
1158         invalid invariant regs too.  Set only clobbered hard regs for the
1159         invalid invariant regs.
1161 2016-11-30  Pitchumani Sivanupandi  <pitchumani.sivanupandi@microchip.com>
1163         Commit files forgotten in r242966.
1165         * config/avr/avr-arch.h (avr_mcu_t) [flash_size]: New member.
1166         * config/avr/avr-devices.c (avr_mcu_types): Add flash size info.
1167         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Remove hard-coded
1168         prefix check to find wrap-around value, instead use MCU flash size.
1169         For 8k flash devices, update link_pmem_wrap spec string to
1170         add --pmem-wrap-around=8k.
1171         * config/avr/specs.h (LINK_RELAX_SPEC): Move link_pmem_wrap from
1172         here...
1173         (LINK_SPEC): ...to here.
1175 2016-11-30  David Malcolm  <dmalcolm@redhat.com>
1177         PR c/78498
1178         * selftest.c (selftest::assert_strndup_eq): New function.
1179         (selftest::test_strndup): New function.
1180         (selftest::test_libiberty): New function.
1181         (selftest::selftest_c_tests): Call test_libiberty.
1183 2016-11-30  Segher Boessenkool  <segher@kernel.crashing.org>
1185         PR rtl-optimization/78610
1186         * ira.c (combine_and_move_insns): Don't substitute into TRAP_IF
1187         instructions.
1189 2016-11-30  Bin Cheng  <bin.cheng@arm.com>
1191         PR tree-optimization/78574
1192         * tree-ssa-loop-ivopts.c (find_deriving_biv_for_expr): Skip loop
1193         header PHI that doesn't define biv.
1195 2016-11-30  Jakub Jelinek  <jakub@redhat.com>
1197         * emit-rtl.c (verify_insn_sharing): Call verify_rtx_sharing instead of
1198         reset_used_flags.
1200         * config/i386/i386.c (dimode_scalar_chain::convert_op): Avoid
1201         sharing the SUBREG rtx between move and following insn.
1203         * ira.c (ira_update_equiv_info_by_shuffle_insn): Use copy_rtx
1204         for REG_EQUIV argument.
1206 2016-11-30  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1208         * config/arm/t-rmprofile: Add mappings for Cortex-M23 and Cortex-M33.
1210 2016-11-30  Markus Trippelsdorf  <markus@trippelsdorf.de>
1212         PR ipa/78555
1213         * real.c (real_hash): Add cast to avoid left
1214         shifting of negative values.
1216 2016-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1218         PR target/78362
1219         * config/aarch64/aarch64.md (add<mode>3): Extract inner expression
1220         from a subreg in operands[1] and don't call REGNO on a non-reg
1221         expression when deciding to force operands[2] into a reg.
1223 2016-11-30  Claudiu Zissulescu  <claziss@synopsys.com>
1224             Andrew Burgess  <andrew.burgess@embecosm.com>
1226         * config/arc/arc-protos.h (arc_store_addr_hazard_p): Declare.
1227         * config/arc/arc.c (arc_store_addr_hazard_p): New function.
1228         (workaround_arc_anomaly): Call arc_store_addr_hazard_p for ARC700.
1229         * config/arc/arc700.md: Add define_bypass for store/load.
1231 2016-11-30  Martin Liska  <mliska@suse.cz>
1233         * cgraph.c (symbol_table::initialize): Initialize
1234         ipa_clones_dump_file.
1235         (cgraph_node::remove): Report to ipa_clones_dump_file.
1236         * cgraph.h: Add new argument (suffix) to cloning methods.
1237         * cgraphclones.c (dump_callgraph_transformation): New function.
1238         (cgraph_node::create_clone): New argument.
1239         (cgraph_node::create_virtual_clone): Likewise.
1240         (cgraph_node::create_version_clone): Likewise.
1241         * dumpfile.c: Add .ipa-clones dump file.
1242         * dumpfile.h (enum tree_dump_index): Add TDI_clones
1243         * ipa-inline-transform.c (clone_inlined_nodes): Report operation
1244         to dump_callgraph_transformation.
1246 2016-11-30  Martin Liska  <mliska@suse.cz>
1248         PR sanitizer/78541
1249         * asan.c (asan_expand_mark_ifn): Properly
1250         select a VAR_DECL from FRAME.* component reference.
1252 2016-11-30  Segher Boessenkool  <segher@kernel.crashing.org>
1254         PR rtl-optimization/78583
1255         * simplify-rtx.c (simplify_truncation): Add check missing from the
1256         previous commit.
1258 2016-11-30  Segher Boessenkool  <segher@kernel.crashing.org>
1260         PR rtl-optimization/78590
1261         * combine.c (change_zero_ext): Transform zero_extend of subregs only
1262         if the subreg_reg is a scalar integer mode.
1264 2016-11-30  Jakub Jelinek  <jakub@redhat.com>
1266         PR tree-optimization/78586
1267         * gimple-ssa-sprintf.c (format_integer): Use TYPE_MAX_VALUE or
1268         TYPE_MIN_VALUE or build_all_ones_cst instead of folding LSHIFT_EXPR.
1269         Don't build_int_cst min/max twice.  Formatting fix.
1271 2016-11-30  Markus Trippelsdorf  <markus@trippelsdorf.de>
1273         PR rtl-optimization/78588
1274         * combine.c (if_then_else_cond): Also guard against BLKmode.
1275         * rtlanal.c (num_sign_bit_copies1): Add assert.
1277 2016-11-29  Jeff Law  <law@redhat.com>
1279         * common/config/arc/arc-common.c (arc_handle_option): Remove unused
1280         variables.
1282         * lra-constraints.c (check_and_process_move): Constrain the
1283         range of DCLASS and SCLASS to avoid false positive out of bounds
1284         array index warning.
1286 2016-11-29  David Malcolm  <dmalcolm@redhat.com>
1288         * doc/install.texi (--with-target-bdw-gc): Remove stray '@'.
1290 2016-11-29  David Malcolm  <dmalcolm@redhat.com>
1292         PR preprocessor/78569
1293         * input.c (get_substring_ranges_for_loc): Fail gracefully if
1294         line directives were present.
1296 2016-11-30  Matthias Klose  <doko@ubuntu.com>
1298         * doc/install.texi: Document configure options --enable-objc-gc
1299         and --with-target-bdw-gc.
1301 2016-11-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
1303         PR target/78594
1304         * config/rs6000/rs6000.md (mov<mode>_internal, QHI iterator): Add
1305         'x' to stxsi<wd>x print pattern, so that QImode and HImode values
1306         residing in traditional altivec registers can be stored
1307         correctly.
1309 2016-11-29  Max Filippov  <jcmvbkbc@gmail.com>
1311         PR target/78603
1312         * config/xtensa/xtensa.c (hwloop_optimize): Don't emit zero
1313         overhead loop start between a call and its CALL_ARG_LOCATION
1314         note.
1316 2016-11-29  Waldemar Brodkorb  <wbx@openadk.org>
1318         * config/bfin/linux.h (CPP_SPEC): Define.
1320 2016-11-29  Martin Sebor  <msebor@redhat.com>
1322         PR tree-optimization/78512
1323         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Remove.
1324         * config/rs6000/linux.h: Same.
1325         * config/rs6000/linux64.h: Same.
1326         * config/sol2.h: Same.
1327         * config/sol2.c (solaris_printf_pointer_format): Remove.
1328         * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Remove.
1329         * doc/tm.texi: Regenerate.
1330         * gimple-ssa-sprintf.c (format_pointer): Rempove.
1331         (pass_sprintf_length::compute_format_length): Return bool.
1332         (pass_sprintf_length::handle_gimple_call): Adjust.
1333         * target.def (printf_pointer_format): Remove.
1334         * targhooks.c (default_printf_pointer_format): Remove.
1335         (linux_printf_pointer_format): Same.
1336         * targhooks.h (default_printf_pointer_format): Remove.
1337         (linux_printf_pointer_format, solaris_printf_pointer_format): Same.
1339 2016-11-29  Uros Bizjak  <ubizjak@gmail.com>
1341         * config/i386/sse.md (UNSPEC_MASKOP): Move from i386.md.
1342         (mshift): Ditto.
1343         (SWI1248_AVX512BWDQ): Ditto.
1344         (SWI1248_AVX512BW): Ditto.
1345         (k<any_logic:code><mode>): Ditto.
1346         (kandn<mode>): Ditto.
1347         (kxnor<mode>): Ditto.
1348         (knot<mode>): Ditto.
1349         (*k<any_lshift:code><mode>): Ditto.
1350         (kortestzhi, kortestchi): Ditto.
1351         (kunpckhi, kunpcksi, kunpckdi): Ditto.
1353 2016-11-29  Andrew Pinski  <apinski@cavium.com>
1355         * tree-vrp.c (simplify_stmt_using_ranges): Use boolean_type_node
1356         for the EQ_EXPR.
1358 2016-11-29  Chen Gang  <gang.chen.5i5j@gmail.com>
1360         PR target/71331
1361         * config/tilegx/tilegx.c (tilegx_function_profiler): Save r10
1362         to stack before call mcount.
1363         (tilegx_can_use_return_insn_p): Clean up code.
1365 2016-11-29  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1367         * config/avr/avr-mcu.def: (avr_mcu_types): Add flash size info.
1369 2016-11-29  David Malcolm  <dmalcolm@redhat.com>
1371         PR c++/72774
1372         PR c++/72786
1373         PR c++/77922
1374         PR c++/78313
1375         * spellcheck.c (selftest::test_find_closest_string): Verify that
1376         we don't offer the goal string as a suggestion.
1377         * spellcheck.h (best_match::get_best_meaningful_candidate): Don't
1378         offer the goal string as a suggestion.
1381 2016-11-29  Claudiu Zissulescu  <claziss@synopsys.com>
1383         * config/arc/arc.c (arc_override_options): Avoid selection of
1384         compact casesi for ARCv2.
1386 2016-11-29  Richard Biener  <rguenther@suse.de>
1388         * tree-cfg.c (lower_phi_internal_fn): Do not look for further
1389         PHIs after a regular stmt.
1390         (stmt_starts_bb_p): PHIs not preceeded by a PHI or a label
1391         start a new BB.
1393 2016-11-29  Martin Liska  <mliska@suse.cz>
1395         PR gcov-profile/78582
1396         * tree-profile.c (gimple_gen_time_profiler): Make one extra BB
1397         to prevent PHI argument clash.
1399 2016-11-29  Claudiu Zissulescu  <claziss@synopsys.com>
1401         * config/arc/arc.opt (marclinux): Fix typo.
1402         (marclinux_prof): Likewise.
1404 2016-11-29  Jiong Wang  <jiong.wang@arm.com>
1406         * target.def (stack_protect_runtime_enabled_p): New.
1407         * function.c (expand_function_end): Guard stack_protect_epilogue with
1408         targetm.stack_protect_runtime_enabled_p.
1409         * cfgexpand.c (pass_expand::execute): Likewise.
1410         * calls.c (expand_call): Likewise.
1411         * doc/tm.texi.in (TARGET_STACK_PROTECT_RUNTIME_ENABLED_P): Add it.
1412         * doc/tm.texi: Regenerate.
1414 2016-11-29  Richard Biener  <rguenther@suse.de>
1416         PR middle-end/78546
1417         * match.pd: Add CST1 - (CST2 - A) -> CST3 + A missing case.
1419 2016-11-29  Janus Weil  <janus@gcc.gnu.org>
1421         * doc/contrib.texi: Add a few missing gfortran contributors.
1423 2016-11-29  Segher Boessenkool  <segher@kernel.crashing.org>
1425         * combine.c (change_zero_ext): Also handle extends from a subreg
1426         to a mode bigger than that of the operand of the subreg.
1428 2016-11-29  Segher Boessenkool  <segher@kernel.crashing.org>
1430         PR target/77687
1431         * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Emit the
1432         stack_restore_tie insn instead of stack_tie, for the SVR4 and
1433         SPE ABIs.
1434         * config/rs6000/rs6000.md (stack_restore_tie): New define_insn.
1436 2016-11-28  Segher Boessenkool  <segher@kernel.crashing.org>
1438         * shrink-wrap.c (init_separate_shrink_wrap): Do not clear
1439         head_components and tail_components.
1440         (spread_components): New algorithm.
1441         (emit_common_tails_for_components): Clear head_components and
1442         tail_components.
1443         (insert_prologue_epilogue_for_components): Write extra output to the
1444         dump file for sibcalls and abnormal exits.
1446 2016-11-28  Segher Boessenkool  <segher@kernel.crashing.org>
1448         PR rtl-optimization/78342
1449         * combine.c: Include "cfghooks.h".
1450         (try_combine): If we create an unconditional trap, break the basic
1451         block in two just after it, and remove the edge between; also, set
1452         the *new_direct_jump_p flag so that cleanup_cfg is run.
1454 2016-11-28  Segher Boessenkool  <segher@kernel.crashing.org>
1456         * simplify-rtx.c (simplify_truncation): Handle truncate of zero_extract
1457         and sign_extract.
1459 2016-11-28  Uros Bizjak  <ubizjak@gmail.com>
1461         * config/i386/i386.md (*and<mode>_1): Merge insn pattern from
1462         *andsi_1 and *andhi_1 using SWI24 mode iterator.  Use multi-line
1463         output template string.
1464         (*anddi_1): Use multi-line output template string.
1465         (*andqi_1): Ditto.
1467 2016-11-28  Jakub Jelinek  <jakub@redhat.com>
1469         PR middle-end/78540
1470         * rtl.h (remove_reg_equal_equiv_notes): Return bool instead of void.
1471         * rtlanal.c (remove_reg_equal_equiv_notes): Return true if any
1472         note has been removed.
1473         * postreload.c (reload_combine_recognize_pattern): If
1474         remove_reg_equal_equiv_notes returns true, call df_notes_rescan.
1476 2016-11-28  Martin Sebor  <msebor@redhat.com>
1478         PR middle-end/78520
1479         * gimple-ssa-sprintf.c (target_max_value): Remove.
1480         (target_int_max, target_size_max): Use TYPE_MAX_VALUE.
1481         (get_width_and_precision): New function.
1482         (format_integer, format_floating, get_string_length, format_string):
1483         Correct handling of width and precision with unknown value.
1484         (format_directive): Add warning.
1485         (pass_sprintf_length::compute_format_length): Allow for precision
1486         to consist of a sole period with no asterisk or digits after it.
1488 2016-11-28  Jakub Jelinek  <jakub@redhat.com>
1490         PR rtl-optimization/78546
1491         * simplify-rtx.c (neg_const_int): When negating most negative
1492         number in mode wider than HOST_BITS_PER_WIDE_INT, use
1493         simplify_const_unary_operation to produce CONST_DOUBLE or
1494         CONST_WIDE_INT.
1495         (simplify_plus_minus): Handle the case where neg_const_int
1496         doesn't return a CONST_INT.
1498 2016-11-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
1500         PR target/78556
1501         * config/rs6000/rs6000.c (vspltis_constant): Add casts to avoid
1502         left shifting of negative values.
1504 2016-11-28  Jakub Jelinek  <jakub@redhat.com>
1506         PR fortran/78298
1507         * tree-nested.c (convert_local_reference_stmt): After adding
1508         shared (FRAME.NN) clause to omp parallel, task or target,
1509         add it also to all outer omp parallel, task or target constructs.
1511 2016-11-28  Uros Bizjak  <ubizjak@gmail.com>
1513         * config/i386/i386.md (UNSPEC_KMASKOP): New.
1514         (UNSPEC_KMOV): Remove.
1515         (kmovw): Expand to plain HImode move.
1516         (k<any_logic:code><mode>): Rename from *k<logic><mode>. Use
1517         register_operand predicates.  Tag pattern with UNSPEC_KMASKOP.
1518         Remove corresponding clobber-removing splitter.
1519         (*anddi_1): Remove mask register alternatives.
1520         (*andsi_1): Ditto.
1521         (*andhi_1): Ditto.
1522         (*andqi_1): Ditto.
1523         (*<any_or:code><mode>_1): Ditto.
1524         (*<any_or:code>qi_1): Ditto.
1525         (kandn<mode>): Use SWI1248_AVX512BW mode iterator.  Remove
1526         general register alternatives.  Tag pattern with UNSPEC_KMASKOP.
1527         Remove corresponding splitter to operation with general registers.
1528         (*andn<SWI38:mode>): Rename from *bmi_andn_<mode>.
1529         (*andn<SWI12:mode>): New pattern.
1530         (*kxnor<mode>): Remove general register alternatives.  Tag pattern
1531         with UNSPEC_KMASKOP.  Remove corresponding splitter to operation
1532         with general registers.
1533         (knot<mode>): New insn pattern.
1534         (*one_cmpl<mode>2_1): Remove mask register alternatives.
1535         (one_cmplqi2_1): Ditto.
1536         (*k<any_lshift:code><mode>): Rename from *k<mshift><mode>3.
1537         Tag pattern with UNSPEC_KMASKOP. Add mode attribute.
1538         * config/i386/predicates.md (mask_reg_operand): Remove predicate.
1539         * config/i386/sse.md (vec_unpacks_hi_hi): Update pattern
1540         to generate kmaskop shift.
1541         (vec_unpacks_hi_<mode>): Ditto.
1542         * config/i386/i386-builtin.def (__builtin_ia32_kandhi):
1543         Use CODE_FOR_kandhi.
1544         (__builtin_ia32_knothi): Use CODE_FOR_knothi.
1545         (__builtin_ia32_korhi): Use CODE_FOR_kiorhi.
1546         (__builtin_ia32_kxorhi): Use CODE_FOR_kxorhi.
1548 2016-11-28  Richard Biener  <rguenther@suse.de>
1550         * tree-vrp.c (vrp_visit_assignment_or_call): Handle simplifications
1551         to SSA names via extract_range_from_ssa_name if allowed.
1553 2016-11-28  Richard Biener  <rguenther@suse.de>
1555         PR tree-optimization/78542
1556         * tree-ssa-ccp.c (evaluate_stmt): Only valueize simplification
1557         if allowed.
1559 2016-11-28  Paolo Bonzini  <bonzini@gnu.org>
1561         * combine.c (simplify_if_then_else): Simplify IF_THEN_ELSE that
1562         isolates a single bit, even if the condition involves subregs.
1564 2016-11-28  Tamar Christina  <tamar.christina@arm.com>
1566         * config/aarch64/aarch64-simd-builtins.def
1567         (BSL_P): Added di and v2di mode.
1568         * config/aarch64/arm_neon.h
1569         (vsriq_n_p64, vsri_n_p64): Added poly type.
1570         (vextq_p64, vext_p64): Likewise.
1571         (vceq_p64, vbslq_p64, vbsl_p64): Likewise.
1573 2016-11-28  Tamar Christina  <tamar.christina@arm.com>
1575         * config/aarch64/aarch64-builtins.c (TYPES_SETREGP): Added poly type.
1576         (TYPES_GETREGP): Likewise.
1577         (TYPES_SHIFTINSERTP): Likewise.
1578         (TYPES_COMBINEP): Likewise.
1579         (TYPES_STORE1P): Likewise.
1580         * config/aarch64/aarch64-simd-builtins.def
1581         (combine): Added poly generator.
1582         (get_dregoi): Likewise.
1583         (get_dregci): Likewise.
1584         (get_dregxi): Likewise.
1585         (ssli_n): Likewise.
1586         (ld1): Likewise.
1587         (st1): Likewise.
1588         * config/aarch64/arm_neon.h
1589         (poly64x1x2_t, poly64x1x3_t): New.
1590         (poly64x1x4_t, poly64x2x2_t): Likewise.
1591         (poly64x2x3_t, poly64x2x4_t): Likewise.
1592         (poly64x1_t): Likewise.
1593         (vcreate_p64, vcombine_p64): Likewise.
1594         (vdup_n_p64, vdupq_n_p64): Likewise.
1595         (vld2_p64, vld2q_p64): Likewise.
1596         (vld3_p64, vld3q_p64): Likewise.
1597         (vld4_p64, vld4q_p64): Likewise.
1598         (vld2_dup_p64, vld3_dup_p64): Likewise.
1599         (vld4_dup_p64, vsli_n_p64): Likewise.
1600         (vsliq_n_p64, vst1_p64): Likewise.
1601         (vst1q_p64, vst2_p64): Likewise.
1602         (vst3_p64, vst4_p64): Likewise.
1603         (__aarch64_vdup_lane_p64, __aarch64_vdup_laneq_p64): Likewise.
1604         (__aarch64_vdupq_lane_p64, __aarch64_vdupq_laneq_p64): Likewise.
1605         (vget_lane_p64, vgetq_lane_p64): Likewise.
1606         (vreinterpret_p8_p64, vreinterpretq_p8_p64): Likewise.
1607         (vreinterpret_p16_p64, vreinterpretq_p16_p64): Likewise.
1608         (vreinterpret_p64_f16, vreinterpret_p64_f64): Likewise.
1609         (vreinterpret_p64_s8, vreinterpret_p64_s16): Likewise.
1610         (vreinterpret_p64_s32, vreinterpret_p64_s64): Likewise.
1611         (vreinterpret_p64_f32, vreinterpret_p64_u8): Likewise.
1612         (vreinterpret_p64_u16, vreinterpret_p64_u32): Likewise.
1613         (vreinterpret_p64_u64, vreinterpret_p64_p8): Likewise.
1614         (vreinterpretq_p64_f64, vreinterpretq_p64_s8): Likewise.
1615         (vreinterpretq_p64_s16, vreinterpretq_p64_s32): Likewise.
1616         (vreinterpretq_p64_s64, vreinterpretq_p64_f16): Likewise.
1617         (vreinterpretq_p64_f32, vreinterpretq_p64_u8): Likewise.
1618         (vreinterpretq_p64_u16, vreinterpretq_p64_u32): Likewise.
1619         (vreinterpretq_p64_u64, vreinterpretq_p64_p8): Likewise.
1620         (vreinterpret_f16_p64, vreinterpretq_f16_p64): Likewise.
1621         (vreinterpret_f32_p64, vreinterpretq_f32_p64): Likewise.
1622         (vreinterpret_f64_p64, vreinterpretq_f64_p64): Likewise.
1623         (vreinterpret_s64_p64, vreinterpretq_s64_p64): Likewise.
1624         (vreinterpret_u64_p64, vreinterpretq_u64_p64): Likewise.
1625         (vreinterpret_s8_p64, vreinterpretq_s8_p64): Likewise.
1626         (vreinterpret_s16_p64, vreinterpret_s32_p64): Likewise.
1627         (vreinterpretq_s32_p64, vreinterpret_u8_p64): Likewise.
1628         (vreinterpret_u16_p64, vreinterpretq_u16_p64): Likewise.
1629         (vreinterpret_u32_p64, vreinterpretq_u32_p64): Likewise.
1630         (vset_lane_p64, vsetq_lane_p64): Likewise.
1631         (vget_low_p64, vget_high_p64): Likewise.
1632         (vcombine_p64, vst2_lane_p64): Likewise.
1633         (vst3_lane_p64, vst4_lane_p64): Likewise.
1634         (vst2q_lane_p64, vst3q_lane_p64): Likewise.
1635         (vst4q_lane_p64, vget_lane_p64): Likewise.
1636         (vget_laneq_p64, vset_lane_p64): Likewise.
1637         (vset_laneq_p64, vcopy_lane_p64): Likewise.
1638         (vcopy_laneq_p64, vdup_n_p64): Likewise.
1639         (vdupq_n_p64, vdup_lane_p64): Likewise.
1640         (vdup_laneq_p64, vld1_p64): Likewise.
1641         (vld1q_p64, vld1_dup_p64): Likewise.
1642         (vld1q_dup_p64, vld1q_dup_p64): Likewise.
1643         (vmov_n_p64, vmovq_n_p64): Likewise.
1644         (vst3q_p64, vst4q_p64): Likewise.
1645         (vld1_lane_p64, vld1q_lane_p64): Likewise.
1646         (vst1_lane_p64, vst1q_lane_p64): Likewise.
1647         (vcopy_laneq_p64, vcopyq_laneq_p64): Likewise.
1648         (vdupq_laneq_p64): Likewise.
1650 2016-11-28  Tamar Christina  <tamar.christina@arm.com>
1652         * config/arm/arm_neon.h (vget_lane_p64): New.
1654 2016-11-28  Iain Sandoe  <iain@codesourcery.com>
1656         PR target/71767
1657         * configure.ac (with_ld64): Use portable method to extract the
1658         major part of the version number.
1659         * configure: Regenerated.
1661 2016-11-28  Jakub Jelinek  <jakub@redhat.com>
1663         * gimple-ssa-sprintf.c (build_intmax_type_nodes): Look at
1664         UINTMAX_TYPE rather than SIZE_TYPE.  Add gcc_unreachable if
1665         intmax_t couldn't be determined.
1666         (format_integer): Make {,u}intmax_type_node no longer static,
1667         initialize them only when needed.  For z and t use
1668         signed_or_unsigned_type_for instead of assuming size_t and
1669         ptrdiff_t have the same precision.
1671         PR lto/78211
1672         * ipa-icf.h (sem_item_optimizer): Add m_classes_vec member.
1673         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Initialize it.
1674         (sem_item_optimizer::~sem_item_optimizer): Traverse m_classes_vec
1675         vector instead of traversing m_classes hash table.  Release
1676         m_classes_vec.
1677         (sem_item_optimizer::read_section, sem_item_optimizer::add_class):
1678         Formatting fixes.
1679         (sem_item_optimizer::get_group_by_hash): When inserting a new group,
1680         add it also to m_classes_vec vector.
1681         (sem_item_optimizer::remove_symtab_node,
1682         sem_item_optimizer::build_hash_based_classes,
1683         sem_item_optimizer::parse_nonsingleton_classes): Formatting fixes.
1684         (sem_item_optimizer::subdivide_classes_by_equality,
1685         sem_item_optimizer::subdivide_classes_by_sensitive_refs,
1686         sem_item_optimizer::verify_classes): Traverse m_classes_vec vector
1687         instead of traversing m_classes hash table.  Formatting fixes.
1688         (sem_item_optimizer::traverse_congruence_split,
1689         sem_item_optimizer::do_congruence_step_for_index,
1690         sem_item_optimizer::do_congruence_step): Formatting fixes.
1691         (sem_item_optimizer::process_cong_reduction): Traverse m_classes_vec
1692         vector instead of traversing m_classes hash table.
1693         (sem_item_optimizer::dump_cong_classes): Likewise.  Formatting fixes.
1694         (sem_item_optimizer::merge_classes): Traverse m_classes_vec vector
1695         instead of traversing m_classes hash table.
1697 2016-11-28  Georg-Johann Lay  <avr@gjlay.de>
1699         * config/avr/avr.c (out_movhi_r_mr) [REG_X + PLUS]: Only SBIW if
1700         X is not unused after.
1702 2016-11-28  Bernd Schmidt  <bschmidt@redhat.com>
1704         PR rtl-optimization/78120
1705         * rtlanal.c (insn_rtx_cost): Revert previous change.
1707 2016-11-28  Georg-Johann Lay  <avr@gjlay.de>
1709         PR 41076
1710         * config/avr/avr.md (SPLIT34): New mode iterator.
1711         (bitop): New code iterator.
1712         (*iorhi3.ashift8-*). New insn-and-split patterns.
1713         (*movhi): Post-reload split reg = 0.
1714         [!MOVW]: Post-reload split reg = reg.
1715         (*mov<mode>) [SI,SF,PSI,SQ,USQ,SA,USA]: Post-reload split reg = reg.
1716         (andhi3, andpsi3, andsi3): Post-reload split reg-reg operations.
1717         (iorhi3, iorpsi3, iorsi3): Same.
1718         (xorhi3, xorpsi3, xorsi3): Same.
1719         * config/avr/avr.c (avr_rtx_costs_1) [IOR && HImode]: Adjust rtx
1720         costs to *iorhi3.ashift8-* patterns.
1722 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1723             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1725         PR target/67710
1726         * config.in: Regenerate
1727         * config/darwin-driver.c (darwin_driver_init): Emit a version string
1728         for the assembler.
1729         * config/darwin.h(ASM_MMACOSX_VERSION_MIN_SPEC): New, new tests.
1730         * config/darwin.opt(asm_macosx_version_min): New.
1731         * config/i386/darwin.h: Handle ASM_MMACOSX_VERSION_MIN_SPEC.
1732         * configure: Regenerate
1733         * configure.ac: Check for mmacosx-version-min handling.
1735 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1737         PR target/57438
1738         * config/i386/i386.c (ix86_code_end): Note that we emitted code
1739         where the function might otherwise appear empty for picbase thunks.
1740         (ix86_output_function_epilogue): If we find a zero-sized function
1741         assume that reaching it is UB and trap.  If we find a trailing label
1742         append a nop.
1743         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): If we
1744         find a zero-sized function assume that reaching it is UB and trap.
1745         If we find a trailing label, append a nop.
1747 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1749         PR target/71767
1750         * config/darwin-sections.def (picbase_thunk_section): New.
1751         * config/darwin.c (darwin_init_sections): Set up picbase thunk
1752         section. (darwin_rodata_section, darwin_objc2_section,
1753         machopic_select_section, darwin_asm_declare_constant_name,
1754         darwin_emit_weak_or_comdat, darwin_function_section): Don’t use
1755         coalesced with newer linkers.
1756         (darwin_override_options): Decide on usage of coalesed sections
1757         on the basis of the target linker version.
1758         * config/darwin.h (MIN_LD64_NO_COAL_SECTS): New.
1759         * config/darwin.opt  (mtarget-linker): New.
1760         * config/i386/i386.c (ix86_code_end): Do not force the thunks into
1761         a coalesced section, instead use a thunks section.
1763 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1765         PR target/71767
1766         * configure.ac (with-ld64): New var, set for Darwin, set on
1767         detection of ld64, gcc_cv_ld64_export_dynamic: New, New test.
1768         * config/darwin.h: Use LD64_HAS_DYNAMIC export. DEF_LD64: New, define.
1769         * config/darwin10.h(DEF_LD64): Update for this target version.
1770         * config/darwin12.h(LINK_GCC_C_SEQUENCE_SPEC): Remove rdynamic test.
1771         (DEF_LD64): Update for this target version.
1772         * configure: Regenerated.
1773         * config.in: Regenerated.
1775 2016-11-27  Iain Sandoe  <iain@codesourcery.com>
1777         PR target/71767
1778         * config/darwin.c (imachopic_indirection_name): Make data
1779         section indirections linker-visible.
1780         * config/darwin.h (ASM_GENERATE_INTERNAL_LABEL): Make local
1781         constant labels linker-visible.
1783 2016-11-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1785         * tree.c (build_common_tree_nodes): Initialize ptrdiff_type_node.
1786         (free_lang_data): Remove assignment to ptrdiff_type_node.
1788 2016-11-25  Jakub Jelinek  <jakub@redhat.com>
1790         PR rtl-optimization/78526
1791         * simplify-rtx.c (simplify_immed_subreg): Don't use wi::extract_uhwi
1792         beyond val's precision.
1794         PR rtl-optimization/78527
1795         * combine.c (make_compound_operation_int): Ignore LSHIFTRT with
1796         out of bounds shift count.
1798 2016-11-25  Martin Liska  <mliska@suse.cz>
1800         PR web/71666
1801         * doc/invoke.texi (-fprofile-use): Fix reference to a section
1802         where -fprofile-generate is documented.
1804 2016-11-25  Martin Liska  <mliska@suse.cz>
1806         PR gcov-profile/78086
1807         * coverage.c (build_init_ctor): Don't use priority {cd}tors if
1808         not supported by a target.  Set priority to 100 if possible.
1809         (build_gcov_exit_decl): Likewise.
1811 2016-11-25  Richard Biener  <rguenther@suse.de>
1813         PR ipa/78515
1814         * ipa-prop.c (compute_complex_assign_jump_func): Properly identify
1815         unary, binary and single RHSs.
1816         * tree.def (BIT_INSERT_EXPR): Adjust tree code name.
1818 2016-11-25  Bin Cheng  <bin.cheng@arm.com>
1820         PR middle-end/78507
1821         PR middle-end/78510
1822         PR middle-end/78517
1823         * match.pd ((cond (cmp (convert1? @1) @3) (convert2? @1) @2)): Use
1824         cmp directly, rather than cmp_code.  Initialize code to ERROR_MARK
1825         and set it to result code if transformation is valid.  Use code EQ
1826         directly in last simplification case.
1828 2016-11-25  Richard Biener  <rguenther@suse.de>
1830         * gimple-fold.c (fold_stmt_1): Check may_propagate_copy
1831         before valueizing return stmts.
1833 2016-11-24  Richard Biener  <rguenther@suse.de>
1835         PR tree-optimization/78343
1836         * passes.def: Add CD-DCE pass after loop splitting.
1837         * tree-ssa-dce.c (find_obviously_necessary_stmts): Move
1838         SCEV init/finalize ...
1839         (perform_tree_ssa_dce): ... here.  Deal with being
1840         executed inside the loop pipeline in aggressive mode.
1842 2016-11-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1844         * tree-ssa-math-opts.c (struct symbolic_number): Improve comment.
1846 2016-11-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1848         PR tree-optimization/77673
1849         * tree-ssa-math-opts.c (struct symbolic_number): Add new src field.
1850         (init_symbolic_number): Initialize src field from src parameter.
1851         (perform_symbolic_merge): Select most dominated statement as the
1852         source statement.  Set src field of resulting n structure from the
1853         input src with the lowest address.
1854         (find_bswap_or_nop): Rename source_stmt into ins_stmt.
1855         (bswap_replace): Rename src_stmt into ins_stmt.  Initially get source
1856         of load from src field rather than insertion statement.  Cancel
1857         optimization if statement analyzed is not dominated by the insertion
1858         statement.
1859         (pass_optimize_bswap::execute): Rename src_stmt to ins_stmt.  Compute
1860         dominance information.
1862 2016-11-25  Eric Botcazou  <ebotcazou@adacore.com>
1864         PR ada/67205
1865         * config/mips/mips.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
1867 2016-11-25  Martin Jambor  <mjambor@suse.cz>
1869         PR tree-optimization/70965
1870         * passes.def (pass_build_ssa_passes): Add pass_rebuild_cgraph_edges.
1872 2016-11-24  James Greenahlgh  <james.greenhalgh@arm.com>
1874         PR target/78509
1875         * config/i386/i386.c (i386_excess_precision): Do not return
1876         FLT_EVAL_METHOD_UNPREDICTABLE when "type" is
1877         EXCESS_PRECISION_TYPE_STANDARD.
1878         * target.def (excess_precision): Document that targets should
1879         not return FLT_EVAL_METHOD_UNPREDICTABLE when "type" is
1880         EXCESS_PRECISION_TYPE_STANDARD or EXCESS_PRECISION_TYPE_FAST.
1881         Fix typo in first sentence.
1882         * doc/tm.texi: Regenerate.
1884 2016-11-25  Richard Biener  <rguenther@suse.de>
1886         PR tree-optimization/78396
1887         * tree-vectorizer.c (vectorize_loops): When the if-converted
1888         body contains masked loads or stores do not attempt to
1889         basic-block-vectorize it.
1891 2016-11-25  Richard Sandiford  <richard.sandiford@arm.com>
1892             Alan Hayward  <alan.hayward@arm.com>
1893             David Sherwood  <david.sherwood@arm.com>
1895         * function.h (spill_slot_alignment): Declare.
1896         * function.c (spill_slot_alignment): New function.
1897         * lra-spills.c (slot): Add align and size fields.
1898         (assign_mem_slot): Use them in the call to assign_stack_local.
1899         (add_pseudo_to_slot): Update the fields.
1900         (assign_stack_slot_num_and_sort_pseudos): Initialise the fields.
1902 2016-11-25  Richard Sandiford  <richard.sandiford@arm.com>
1903             Alan Hayward  <alan.hayward@arm.com>
1904             David Sherwood  <david.sherwood@arm.com>
1906         * stor-layout.c (layout_type): Allow the caller to set the mode of
1907         a float type.  Only choose one here if the mode is still VOIDmode.
1908         * tree.c (build_common_tree_nodes): Set the type mode of decimal
1909         floats before calling layout_type.
1910         * config/rs6000/rs6000.c (rs6000_init_builtins): Likewise.
1912 2016-11-25  Richard Sandiford  <richard.sandiford@arm.com>
1914         * tree-tailcall.c (find_tail_calls): Allow calls to reference
1915         local variables if all references are known to be direct.
1917 2016-11-25  Jakub Jelinek  <jakub@redhat.com>
1918             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1920         PR middle-end/78501
1921         * tree-vrp.c (extract_range_basic): Check for ptrdiff_type_node to be
1922         non null and it's precision matches precision of lhs's type.
1924 2016-11-24  Martin Sebor  <msebor@redhat.com>
1926         PR tree-optimization/78476
1927         * gimple-ssa-sprintf.c (struct pass_sprintf_length::call_info):
1928         Add a member.
1929         (handle_gimple_call): Adjust signature.
1930         (try_substitute_return_value): Remove calls to bounded functions
1931         with zero buffer size whose result is known.
1932         (pass_sprintf_length::execute): Adjust call to handle_gimple_call.
1934 2016-11-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1936         * varasm.c (assemble_start_function): Wrap align_log definition in
1937         ASM_OUTPUT_MAX_SKIP_ALIGN.
1939 2016-11-24  Uros Bizjak  <ubizjak@gmail.com>
1941         * config/i386/i386.md (wide AND insn to QImode splitter): Use
1942         explicit mode macros.
1943         (wide OR insn to QImode splitter): Ditto.
1945 2016-11-24  Vladimir Makarov  <vmakarov@redhat.com>
1947         PR rtl-optimization/77541
1948         * lra-constraints.c (struct input_reload): Add field match_p.
1949         (get_reload_reg): Check modes of input reloads to generate unique
1950         value reload pseudo.
1951         (match_reload): Add input reload pseudo for the current insn.
1953 2016-11-24  James Greenhalgh  <james.greenhalgh@arm.com>
1955         * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Update
1956         __FLT_EVAL_METHOD__ and __FLT_EVAL_METHOD_C99__ when we switch
1957         architecture levels.
1958         * config/aarch64/aarch64.c (aarch64_promoted_type): Only promote
1959         the aarch64_fp16_type_node, not all HFmode types.
1960         (aarch64_libgcc_floating_mode_supported_p): Support HFmode.
1961         (aarch64_scalar_mode_supported_p): Likewise.
1962         (aarch64_excess_precision): New.
1963         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Define.
1964         (TARGET_SCALAR_MODE_SUPPORTED_P): Likewise.
1965         (TARGET_C_EXCESS_PRECISION): Likewise.
1967 2016-11-24  James Greenhalgh  <james.greenhalgh@arm.com>
1969         * config/aarch64/aarch64-c.c (aarch64_scalar_mode_supported_p): New.
1970         (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
1972 2016-11-24  James Greenhalgh  <james.greenhalgh@arm.com>
1974         * config/aarch64/aarch64.md (<optab>sihf2): Convert to expand.
1975         (<optab>dihf2): Likewise.
1976         (aarch64_fp16_<optab><mode>hf2): New.
1978 2016-11-24  Alexander Monakov  <amonakov@ispras.ru>
1980         PR target/67822
1981         * config/nvptx/mkoffload.c (main): Allow -fopenmp.
1983 2016-11-24  Eric Botcazou  <ebotcazou@adacore.com>
1985         * common/config/sparc/sparc-common.c (sparc_option_optimization_table):
1986         Enable REE at -O2 and higher.
1987         * config/sparc/sparc.c (sparc_option_override): Disable it by default
1988         in 32-bit mode.
1990 2016-11-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1992         PR target/48863
1993         PR inline-asm/70184
1994         * tree-ssa-ter.c (temp_expr_table): Add reg_vars_cnt field.
1995         (new_temp_expr_table): Initialise reg_vars_cnt.
1996         (free_temp_expr_table): Release reg_vars_cnt.
1997         (process_replaceable): Add reg_vars_cnt argument, set reg_vars_cnt
1998         field of TAB.
1999         (find_replaceable_in_bb): Use the above to record register variable
2000         write occurrences and cancel replacement across them.
2002 2016-11-24  Eric Botcazou  <ebotcazou@adacore.com>
2004         PR rtl-optimization/78437
2005         * ree.c (get_uses): New function.
2006         (combine_reaching_defs): When a copy is needed, return false if any
2007         reaching use of the source register reads it in a mode larger than
2008         the mode it is set in and WORD_REGISTER_OPERATIONS is true.
2010 2016-11-24  Martin Liska  <mliska@suse.cz>
2012         * gimple-pretty-print.c (dump_edge_probability): New function.
2013         (dump_gimple_switch): Dump label edge probabilities.
2014         (dump_gimple_cond): Likewise.
2015         (dump_gimple_label): Dump
2016         (dump_gimple_bb_header): Dump basic block frequency.
2017         (pp_cfg_jump): Replace e->dest argument with e.
2018         (dump_implicit_edges): Likewise.
2019         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at):
2020         Use gimple_bb (at) instead of at->bb.
2022 2016-11-24  Bernd Schmidt  <bschmidt@redhat.com>
2024         * common.opt (flimit-function-alignment): New.
2025         * doc/invoke.texi (-flimit-function-alignment): Document.
2026         * emit-rtl.h (struct rtl_data): Add max_insn_address field.
2027         * final.c (shorten_branches): Set it.
2028         * varasm.c (assemble_start_function): Limit alignment if
2029         requested.
2031 2016-11-24  Richard Biener  <rguenther@suse.de>
2033         PR tree-optimization/71595
2034         * cfgloopmanip.h (remove_path): Add irred_invalidated and
2035         loop_closed_ssa_invalidated parameters, defaulted to NULL.
2036         * cfgloopmanip.c (remove_path): Likewise, pass them along to
2037         called functions.  Only fix irred flags if the caller didn't
2038         request state.
2039         * tree-ssa-loop-ivcanon.c (unloop_loops): Use add_bb_to_loop.
2040         (unloop_loops): Pass irred_invalidated and loop_closed_ssa_invalidated
2041         to remove_path.
2043 2016-11-24  Bernd Schmidt  <bschmidt@redhat.com>
2045         PR rtl-optimization/78120
2046         * ifcvt.c (noce_conversion_profitable_p): Check original cost in all
2047         cases, and additionally test against max_seq_cost for speed
2048         optimization.
2049         (noce_process_if_block): Compute an estimate for the original cost when
2050         optimizing for speed, using the minimum of then and else block costs.
2052         PR rtl-optimization/78120
2053         * rtlanal.c (insn_rtx_cost): Use set_rtx_cost.
2055         PR rtl-optimization/78120
2056         * config/i386/i386.c (ix86_rtx_costs): Fully handle SETs.
2058 2016-11-24  Bin Cheng  <bin.cheng@arm.com>
2060         * match.pd: Refine type conversion in result expr for below pattern:
2061         (cond (cmp (convert1? x) c1) (convert2? x) c2) -> (minmax (x c)).
2063 2016-11-24  Eric Botcazou  <ebotcazou@adacore.com>
2065         PR middle-end/78429
2066         * tree.h (wi::fits_to_boolean_p): New predicate.
2067         (wi::fits_to_tree_p): Use it for boolean types.
2068         * tree.c (int_fits_type_p): Likewise.
2070 2016-11-24  Martin Liska  <mliska@suse.cz>
2072         * print-tree.c (struct bucket): Remove.
2073         (print_node): Add new argument which drives whether a tree node
2074         is printed briefly or not.
2075         (debug_tree): Replace a custom hash table with hash_set<T>.
2076         * print-tree.h (print_node): Add the argument.
2078 2016-11-24  Chung-Lin Tang  <cltang@codesourcery.com>
2080         * config/nios2/nios2.c (nios2_init_libfuncs): Add ATTRIBUTE_UNUSED.
2082 2016-11-23  Peter Bergner  <bergner@vnet.ibm.com>
2084         PR target/78458
2085         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return MODE
2086         if it is at least NREGS wide.
2088 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
2090         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p): For
2091         TARGET_E500_DOUBLE. handle TDmode, TImode and PTImode the same as
2092         TFmode, IFmode and KFmode.
2094 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
2096         * config/rs6000/spe.md (*frob_<SPE64:mode>_ti_8): New insn
2097         pattern.
2099 2016-11-23  Segher Boessenkool  <segher@kernel.crashing.org>
2101         * combine.c (change_zero_ext): Only change the mode of a hard register
2102         destination if can_change_dest_mode holds for that.
2104 2016-11-23  Jeff Law  <law@redhat.com>
2106         * varasm.c (assemble_name): Increase buffer size for name.
2108         * config/spu/spu.md (floatunsdidf2): Remove unused local variable.
2110 2016-11-23  Jakub Kicinski  <jakub.kicinski@netronome.com>
2112         * doc/extend.texi: Constify first argument to __builtin_object_size.
2114 2016-11-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2116         * opth-gen.awk: Use unsigned shifts for bit masks.  Allow all bits
2117         to be used.  Add brackets around macro argument.
2119 2016-11-23  Uros Bizjak  <ubizjak@gmail.com>
2121         * config/i386/i386.md (*<any_or:code>hi_1): Fix operand 2 constraints.
2123 2016-11-23  Jakub Jelinek  <jakub@redhat.com>
2125         PR sanitizer/69278
2126         * opts.c (parse_sanitizer_options): For -fsanitize=undefined,
2127         restore enabling also SANITIZE_UNREACHABLE and SANITIZE_RETURN.
2129 2016-11-23  Jakub Jelinek  <jakub@redhat.com>
2131         PR middle-end/69183
2132         * omp-low.c (build_outer_var_ref): Change lastprivate argument
2133         to code, pass it recursively, adjust uses.  For OMP_CLAUSE_PRIVATE
2134         on worksharing constructs, treat it like clauses on simd construct.
2135         Formatting fix.
2136         (lower_rec_input_clauses): For OMP_CLAUSE_PRIVATE_OUTER_REF pass
2137         OMP_CLAUSE_PRIVATE as last argument to build_outer_var_ref.
2138         (lower_lastprivate_clauses): Pass OMP_CLAUSE_LASTPRIVATE instead
2139         of true as last argument to build_outer_var_ref.
2141 2016-11-23  Uros Bizjak  <ubizjak@gmail.com>
2143         * config/i386/i386.md (*movqi_internal): Calculate mode
2144         attribute of alternatives 7,8,9 depending on TARGET_AVX512DQ.
2145         <TYPE_MSKMOV>: Emit kmovw for MODE_HI insn mode attribute.
2146         (*k<logic><mode>): Calculate mode attribute depending on
2147         TARGET_AVX512DQ.  Emit k<logic>w for MODE_HI insn mode attribute.
2148         (*andqi_1): Calculate mode attribute of alternative 3 depending
2149         on TARGET_AVX512DQ.  Emit kandw for MODE_HI insn mode attribute.
2150         (kandn<mode>): Calculate mode attribute of alternative 2 depending
2151         on TARGET_AVX512DQ.  Emit kandnw for MODE_HI insn mode attribute.
2152         (kxnor<mode>): Merge insn patterns using SWI1248_AVX512BW mode
2153         iterator.  Calculate mode attribute of alternative 1 depending
2154         on TARGET_AVX512DQ.  Emit kxnorw for MODE_HI insn mode attribute.
2155         (*one_cmplqi2_1): Calculate mode attribute of alternative 2 depending
2156         on TARGET_AVX512DQ.  Emit knotw for MODE_HI insn mode attribute.
2158 2016-11-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2160         PR middle-end/78153
2161         * gimple-fold.c (fold_stmt_1): Handle case for GIMPLE_RETURN.
2162         * tree-vrp.c (extract_range_basic): Handle case for
2163         CFN_BUILT_IN_STRLEN.
2165 2016-11-23  Jeff Law  <law@redhat.com>
2167         * config/mcore/mcore.c (emit_new_cond_insn): Fix prototype.
2169         * config/iq2000/iq2000.c (iq2000_rtx_costs): Avoid multiplication
2170         in boolean context warning.
2172         * config/ia64/ia64.c (ia64_emit_insn_before): Fix prototype.
2174 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
2176         PR target/63250
2177         * config/arm/arm-builtins.c (arm_simd_floatHF_type_node): Rename to...
2178         (arm_fp16_type_node): ...This, make visibile.
2179         (arm_simd_builtin_std_type): Rename arm_simd_floatHF_type_node to
2180         arm_fp16_type_node.
2181         (arm_init_simd_builtin_types): Likewise.
2182         (arm_init_fp16_builtins): Likewise.
2183         * config/arm/arm.c (arm_excess_precision): New.
2184         (arm_floatn_mode): Likewise.
2185         (TARGET_C_EXCESS_PRECISION): Likewise.
2186         (TARGET_FLOATN_MODE): Likewise.
2187         (arm_promoted_type): Only promote arm_fp16_type_node.
2188         * config/arm/arm.h (arm_fp16_type_node): Declare.
2190 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
2192         * config/arm/arm.c (arm_convert_to_type): Delete.
2193         (TARGET_CONVERT_TO_TYPE): Delete.
2194         (arm_init_libfuncs): Enable trunc_optab from DFmode to HFmode.
2195         (arm_libcall_uses_aapcs_base): Add trunc_optab from DF- to HFmode.
2196         * config/arm/arm.h (TARGET_FP16_TO_DOUBLE): New.
2197         * config/arm/arm.md (truncdfhf2): Only convert through SFmode if we
2198         are in fast math mode, and have no single step hardware instruction.
2199         (extendhfdf2): Only expand through SFmode if we don't have a
2200         single-step hardware instruction.
2201         * config/arm/vfp.md (*truncdfhf2): New.
2202         (extendhfdf2): Likewise.
2204 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
2206         * targhooks.c (default_floatn_mode): Enable _Float16 if a target
2207         provides HFmode.
2209 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
2211         * config/s390/s390.h (TARGET_FLT_EVAL_METHOD): Delete.
2212         * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): Delete.
2213         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Delete.
2214         * defaults.h (TARGET_FLT_EVAL_METHOD): Delete.
2215         * doc/tm.texi.in (TARGET_FLT_EVAL_METHOD): Delete.
2216         * doc/tm.texi: Regenerate.
2217         * system.h (TARGET_FLT_EVAL_METHOD): Poison.
2219 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
2221         * toplev.c (init_excess_precision): Delete most logic.
2222         * tree.c (excess_precision_type): Rewrite to use
2223         TARGET_EXCESS_PRECISION.
2224         * doc/invoke.texi (-fexcess-precision): Document behaviour in a
2225         more generic fashion.
2226         * ginclude/float.h: Wrap definition of FLT_EVAL_METHOD in
2227         __STDC_WANT_IEC_60559_TYPES_EXT__.
2229 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
2231         * common.opt (fpermitted-flt-eval-methods): New.
2232         * doc/invoke.texi (-fpermitted-flt-eval-methods): Document it.
2233         * flag_types.h (permitted_flt_eval_methods): New.
2235 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
2237         * config/m68k/m68k.c (m68k_excess_precision): New.
2238         (TARGET_C_EXCESS_PRECISION): Define.
2240 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
2242         * config/s390/s390.c (s390_excess_precision): New.
2243         (TARGET_C_EXCESS_PRECISION): Define.
2245 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
2247         * config/i386/i386.c (ix86_excess_precision): New.
2248         (TARGET_C_EXCESS_PRECISION): Define.
2250 2016-11-23  James Greenhalgh  <james.greenhalgh@arm.com>
2252         * target.def (excess_precision): New hook.
2253         * target.h (flt_eval_method): New.
2254         (excess_precision_type): Likewise.
2255         * targhooks.c (default_excess_precision): New.
2256         * targhooks.h (default_excess_precision): New.
2257         * doc/tm.texi.in (TARGET_C_EXCESS_PRECISION): New.
2258         * doc/tm.texi: Regenerate.
2260 2016-11-23  Martin Sebor  <msebor@redhat.com>
2262         PR middle-end/78461
2263         * gimple-ssa-sprintf.c (format_string): Correct the maxima and
2264         set the minimum number of bytes for an unknown string to zero.
2266 2016-11-23  Martin Jambor  <mjambor@suse.cz>
2267             Martin Liska  <mliska@suse.cz>
2269         * hsa-builtins.def: New file.
2270         * Makefile.in (BUILTINS_DEF): Add hsa-builtins.def dependency.
2271         * builtins.def: Include hsa-builtins.def.
2272         (DEF_HSA_BUILTIN): New macro.
2273         * dumpfile.h (OPTGROUP_OPENMP): Define.
2274         * dumpfile.c (optgroup_options): Added OPTGROUP_OPENMP.
2275         * gimple.h (gf_mask): Added elements GF_OMP_FOR_GRID_INTRA_GROUP and
2276         GF_OMP_FOR_GRID_GROUP_ITER.
2277         (gimple_omp_for_grid_phony): Added checking assert.
2278         (gimple_omp_for_set_grid_phony): Likewise.
2279         (gimple_omp_for_grid_intra_group): New function.
2280         (gimple_omp_for_set_grid_intra_group): Likewise.
2281         (gimple_omp_for_grid_group_iter): Likewise.
2282         (gimple_omp_for_set_grid_group_iter): Likewise.
2283         * omp-low.c (check_omp_nesting_restrictions): Allow GRID loop where
2284         previosuly only distribute loop was permitted.
2285         (lower_lastprivate_clauses): Allow non tcc_comparison predicates.
2286         (grid_get_kernel_launch_attributes): Support multiple HSA grid
2287         dimensions.
2288         (grid_expand_omp_for_loop): Likewise and also support standalone
2289         distribute constructs.  New parameter INTRA_GROUP, updated both users.
2290         (grid_expand_target_grid_body): Support standalone distribute
2291         constructs.
2292         (pass_data_expand_omp): Changed optinfo_flags to OPTGROUP_OPENMP.
2293         (pass_data_expand_omp_ssa): Likewise.
2294         (pass_data_omp_device_lower): Likewsie.
2295         (pass_data_lower_omp): Likewise.
2296         (pass_data_diagnose_omp_blocks): Likewise.
2297         (pass_data_oacc_device_lower): Likewise.
2298         (pass_data_omp_target_link): Likewise.
2299         (grid_lastprivate_predicate): New function.
2300         (lower_omp_for_lastprivate): Call grid_lastprivate_predicate for
2301         gridified loops.
2302         (lower_omp_for): Support standalone distribute constructs.
2303         (grid_prop): New type.
2304         (grid_safe_assignment_p): Check for assignments to group_sizes, new
2305         parameter GRID.
2306         (grid_seq_only_contains_local_assignments): New parameter GRID, pass
2307         it to callee.
2308         (grid_find_single_omp_among_assignments_1): Likewise, improve missed
2309         optimization info messages.
2310         (grid_find_single_omp_among_assignments): Likewise.
2311         (grid_find_ungridifiable_statement): Do not bail out for SIMDs.
2312         (grid_parallel_clauses_gridifiable): New function.
2313         (grid_inner_loop_gridifiable_p): Likewise.
2314         (grid_dist_follows_simple_pattern): Likewise.
2315         (grid_gfor_follows_tiling_pattern): Likewise.
2316         (grid_call_permissible_in_distribute_p): Likewise.
2317         (grid_handle_call_in_distribute): Likewise.
2318         (grid_dist_follows_tiling_pattern): Likewise.
2319         (grid_target_follows_gridifiable_pattern): Support standalone
2320         distribute constructs.
2321         (grid_var_segment): New enum.
2322         (grid_mark_variable_segment): New function.
2323         (grid_copy_leading_local_assignments): Call grid_mark_variable_segment
2324         if a new argument says so.
2325         (grid_process_grid_body): New function.
2326         (grid_eliminate_combined_simd_part): Likewise.
2327         (grid_mark_tiling_loops): Likewise.
2328         (grid_mark_tiling_parallels_and_loops): Likewise.
2329         (grid_process_kernel_body_copy): Support standalone distribute
2330         constructs.
2331         (grid_attempt_target_gridification): New grid variable holding overall
2332         gridification state.  Support standalone distribute constructs and
2333         collapse clauses.
2334         * doc/optinfo.texi (Optimization groups): Document OPTGROUP_OPENMP.
2335         * hsa.h (hsa_bb): Add method method append_phi.
2336         (hsa_insn_br): Renamed to hsa_insn_cbr, renamed all
2337         occurences in all files too.
2338         (hsa_insn_br): New class, now the ancestor of hsa_incn_cbr.
2339         (is_a_helper <hsa_insn_br *>::test): New function.
2340         (is_a_helper <hsa_insn_cbr *>::test): Adjust to only cover conditional
2341         branch instructions.
2342         (hsa_insn_signal): Make a direct descendant of
2343         hsa_insn_basic.  Add memorder constructor parameter and
2344         m_memory_order and m_signalop member variables.
2345         (hsa_insn_queue): Changed constructor parameters to common form.
2346         Added m_segment and m_memory_order member variables.
2347         (hsa_summary_t): Add private member function
2348         process_gpu_implementation_attributes.
2349         (hsa_function_summary): Rename m_binded_function to
2350         m_bound_function.
2351         (hsa_insn_basic_p): Remove typedef.
2352         (hsa_op_with_type): Change hsa_insn_basic_p into plain pointers.
2353         (hsa_op_reg_p): Remove typedef.
2354         (hsa_function_representation): Change hsa_op_reg_p into plain
2355         pointers.
2356         (hsa_insn_phi): Removed new and delete operators.
2357         (hsa_insn_br): Likewise.
2358         (hsa_insn_cbr): Likewise.
2359         (hsa_insn_sbr): Likewise.
2360         (hsa_insn_cmp): Likewise.
2361         (hsa_insn_mem): Likewise.
2362         (hsa_insn_atomic): Likewise.
2363         (hsa_insn_signal): Likewise.
2364         (hsa_insn_seg): Likewise.
2365         (hsa_insn_call): Likewise.
2366         (hsa_insn_arg_block): Likewise.
2367         (hsa_insn_comment): Likewise.
2368         (hsa_insn_srctype): Likewise.
2369         (hsa_insn_packed): Likewise.
2370         (hsa_insn_cvt): Likewise.
2371         (hsa_insn_alloca): Likewise.
2372         * hsa.c (hsa_destroy_insn): Also handle instances of hsa_insn_br.
2373         (process_gpu_implementation_attributes): New function.
2374         (link_functions): Move some functionality into it.  Adjust after
2375         renaming m_binded_functions to m_bound_functions.
2376         (hsa_insn_basic::op_output_p): Add BRIG_OPCODE_DEBUGTRAP
2377         to the list of instructions with no output registers.
2378         (get_in_type): Return this if it is a register of
2379         matching size.
2380         (hsa_get_declaration_name): Moved to...
2381         * hsa-gen.c (hsa_get_declaration_name): ...here.  Allocate
2382         temporary string on an obstack instead from ggc.
2383         (query_hsa_grid): Renamed to query_hsa_grid_dim, reimplemented, cut
2384         down to two overloads.
2385         (hsa_allocp_operand_address): Removed.
2386         (hsa_allocp_operand_immed): Likewise.
2387         (hsa_allocp_operand_reg): Likewise.
2388         (hsa_allocp_operand_code_list): Likewise.
2389         (hsa_allocp_operand_operand_list): Likewise.
2390         (hsa_allocp_inst_basic): Likewise.
2391         (hsa_allocp_inst_phi): Likewise.
2392         (hsa_allocp_inst_mem): Likewise.
2393         (hsa_allocp_inst_atomic): Likewise.
2394         (hsa_allocp_inst_signal): Likewise.
2395         (hsa_allocp_inst_seg): Likewise.
2396         (hsa_allocp_inst_cmp): Likewise.
2397         (hsa_allocp_inst_br): Likewise.
2398         (hsa_allocp_inst_sbr): Likewise.
2399         (hsa_allocp_inst_call): Likewise.
2400         (hsa_allocp_inst_arg_block): Likewise.
2401         (hsa_allocp_inst_comment): Likewise.
2402         (hsa_allocp_inst_queue): Likewise.
2403         (hsa_allocp_inst_srctype): Likewise.
2404         (hsa_allocp_inst_packed): Likewise.
2405         (hsa_allocp_inst_cvt): Likewise.
2406         (hsa_allocp_inst_alloca): Likewise.
2407         (hsa_allocp_bb): Likewise.
2408         (hsa_obstack): New.
2409         (hsa_init_data_for_cfun): Initialize obstack.
2410         (hsa_deinit_data_for_cfun): Release memory of the obstack.
2411         (hsa_op_immed::operator new): Use obstack instead of object_allocator.
2412         (hsa_op_reg::operator new): Likewise.
2413         (hsa_op_address::operator new): Likewise.
2414         (hsa_op_code_list::operator new): Likewise.
2415         (hsa_op_operand_list::operator new): Likewise.
2416         (hsa_insn_basic::operator new): Likewise.
2417         (hsa_insn_phi::operator new): Likewise.
2418         (hsa_insn_br::operator new): Likewise.
2419         (hsa_insn_sbr::operator new): Likewise.
2420         (hsa_insn_cmp::operator new): Likewise.
2421         (hsa_insn_mem::operator new): Likewise.
2422         (hsa_insn_atomic::operator new): Likewise.
2423         (hsa_insn_signal::operator new): Likewise.
2424         (hsa_insn_seg::operator new): Likewise.
2425         (hsa_insn_call::operator new): Likewise.
2426         (hsa_insn_arg_block::operator new): Likewise.
2427         (hsa_insn_comment::operator new): Likewise.
2428         (hsa_insn_srctype::operator new): Likewise.
2429         (hsa_insn_packed::operator new): Likewise.
2430         (hsa_insn_cvt::operator new): Likewise.
2431         (hsa_insn_alloca::operator new): Likewise.
2432         (hsa_init_new_bb): Likewise.
2433         (hsa_bb::append_phi): New function.
2434         (gen_hsa_phi_from_gimple_phi): Use it.
2435         (get_symbol_for_decl): Fix dinstinguishing between
2436         global and local functions.  Put local variables into a segment
2437         according to their attribute or static flag, if there is one.
2438         (hsa_insn_br::hsa_insn_br): New.
2439         (hsa_insn_br::operator new): Likewise.
2440         (hsa_insn_cbr::hsa_insn_cbr): Set width via ancestor constructor.
2441         (query_hsa_grid_nodim): New function.
2442         (multiply_grid_dim_characteristics): Likewise.
2443         (gen_get_num_threads): Likewise.
2444         (gen_get_num_teams): Reimplemented.
2445         (gen_get_team_num): Likewise.
2446         (gen_hsa_insns_for_known_library_call): Updated calls to the above
2447         helper functions.
2448         (get_memory_order_name): Removed.
2449         (get_memory_order): Likewise.
2450         (hsa_memorder_from_tree): New function.
2451         (gen_hsa_ternary_atomic_for_builtin): Renamed to
2452         gen_hsa_atomic_for_builtin, can also create signals.
2453         (gen_hsa_insns_for_call): Handle many new builtins.  Adjust to use
2454         hsa_memory_order_from_tree and gen_hsa_atomic_for_builtin.
2455         (hsa_insn_atomic): Fix function comment.
2456         (hsa_insn_signal::hsa_insn_signal): Fix comment.  Update call to
2457         ancestor constructor and initialization of new member variables.
2458         (hsa_insn_queue::hsa_insn_queue): Added initialization of new
2459         member variables.
2460         (hsa_get_host_function): Handle functions with no bound CPU
2461         implementation.  Fix binded to bound.
2462         (get_brig_function_name): Likewise.
2463         (HSA_SORRY_ATV): Remove semicolon after macro.
2464         (HSA_SORRY_AT): Likewise.
2465         (omp_simple_builtin::generate): Add missing semicolons.
2466         (hsa_insn_phi::operator new): Removed.
2467         (hsa_insn_br::operator new): Likewise.
2468         (hsa_insn_cbr::operator new): Likewise.
2469         (hsa_insn_sbr::operator new): Likewise.
2470         (hsa_insn_cmp::operator new): Likewise.
2471         (hsa_insn_mem::operator new): Likewise.
2472         (hsa_insn_atomic::operator new): Likewise.
2473         (hsa_insn_signal::operator new): Likewise.
2474         (hsa_insn_seg::operator new): Likewise.
2475         (hsa_insn_call::operator new): Likewise.
2476         (hsa_insn_arg_block::operator new): Likewise.
2477         (hsa_insn_comment::operator new): Likewise.
2478         (hsa_insn_srctype::operator new): Likewise.
2479         (hsa_insn_packed::operator new): Likewise.
2480         (hsa_insn_cvt::operator new): Likewise.
2481         (hsa_insn_alloca::operator new): Likewise.
2482         (get_symbol_for_decl): Accept CONST_DECLs, put them to
2483         readonly segment.
2484         (gen_hsa_addr): Also process CONST_DECLs.
2485         (gen_hsa_addr_insns): Process CONST_DECLs by creating private
2486         copies.
2487         (gen_hsa_unary_operation): Make sure the function does
2488         not use bittype source type for firstbit and lastbit operations.
2489         (gen_hsa_popcount_to_dest): Make sure the function uses a bittype
2490         source type.
2491         * hsa-brig.c (emit_insn_operands): Cope with zero operands in an
2492         instruction.
2493         (emit_branch_insn): Renamed to emit_cond_branch_insn.
2494         Emit the width stored in the class.
2495         (emit_generic_branch_insn): New function.
2496         (emit_insn): Call emit_generic_branch_insn.
2497         (emit_signal_insn): Remove obsolete comment.  Update
2498         member variable name, pick a type according to profile.
2499         (emit_alloca_insn): Remove obsolete comment.
2500         (emit_atomic_insn): Likewise.
2501         (emit_queue_insn): Get segment and memory order from the IR object.
2502         (hsa_brig_section): Make allocate_new_chunk, chunks
2503         and cur_chunk provate, add a default NULL parameter to add method.
2504         (hsa_brig_section::add): Added a new parameter, store pointer to
2505         output data there if it is non-NULL.
2506         (emit_function_directives): Use this new parameter instead of
2507         calculating the pointer itself, fix function comment.
2508         (hsa_brig_emit_function): Add forgotten endian conversion.
2509         (hsa_output_kernels): Remove unnecessary building of
2510         kernel_dependencies_vector_type.
2511         (emit_immediate_operand): Declare.
2512         (emit_directive_variable): Also emit initializers of CONST_DECLs.
2513         (gen_hsa_insn_for_internal_fn_call): Also handle IFN_RSQRT.
2514         (verify_function_arguments): Properly detect variadic
2515         arguments.
2516         * hsa-dump.c (hsa_width_specifier_name): New function.
2517         (dump_hsa_insn_1): Dump generic branch instructions, update signal
2518         member variable name.  Special dumping for queue objects.
2519         * ipa-hsa.c (process_hsa_functions): Adjust after renaming
2520         m_binded_functions to m_bound_functions.  Copy externally visible flag
2521         to the node.
2522         (ipa_hsa_write_summary): Likewise.
2523         (ipa_hsa_read_section): Likewise.
2525 2016-11-23  Richard Biener  <rguenther@suse.de>
2527         PR tree-optimization/78396
2528         * tree-vectorizer.c (vectorize_loops): If an innermost loop didn't
2529         vectorize try vectorizing an if-converted body using BB vectorization.
2531 2016-11-23  Richard Sandiford  <richard.sandiford@arm.com>
2532             Alan Hayward  <alan.hayward@arm.com>
2533             David Sherwood  <david.sherwood@arm.com>
2535         * rtlanal.c (subreg_get_info): Use more local variables.
2536         Remark that for HARD_REGNO_NREGS_HAS_PADDING, each scalar unit
2537         occupies at least one register.  Assume that full hard registers
2538         have consistent endianness.  Share previously-duplicated if block.
2539         Rework the main handling so that it operates on independently-
2540         addressable YMODE-sized blocks.  Use subreg_size_lowpart_offset
2541         to check lowpart offsets, without trying to find an equivalent
2542         integer mode first.  Handle WORDS_BIG_ENDIAN != REG_WORDS_BIG_ENDIAN
2543         as a final register-endianness correction.
2545 2016-11-23  Segher Boessenkool  <segher@kernel.crashing.org>
2547         PR target/77881
2548         PR bootstrap/78390
2549         PR target/78438
2550         PR bootstrap/78477
2551         * combine.c (make_compound_operation_int): Do not convert a subreg of
2552         a non-constant logical shift right to a zero_extract.  Handle the case
2553         where some zero bits have been shifted into the range covered by that
2554         subreg.
2556 2016-11-23  Richard Sandiford  <richard.sandiford@arm.com>
2557             Alan Hayward  <alan.hayward@arm.com>
2558             David Sherwood  <david.sherwood@arm.com>
2560         * rtl.h (subreg_size_offset_from_lsb): Declare.
2561         (subreg_offset_from_lsb): New function.
2562         (subreg_size_lowpart_offset): Declare.
2563         (subreg_lowpart_offset): Turn into an inline function.
2564         (subreg_size_highpart_offset): Declare.
2565         (subreg_highpart_offset): Turn into an inline function.
2566         * emit-rtl.c (subreg_size_lowpart_offset): New function.
2567         (subreg_size_highpart_offset): Likewise
2568         * rtlanal.c (subreg_size_offset_from_lsb): Likewise.
2570 2016-11-23  Richard Biener  <rguenther@suse.de>
2572         PR tree-optimization/78482
2573         * tree-cfgcleanup.c: Include tree-ssa-loop-niter.h.
2574         (remove_forwarder_block_with_phi): When merging with a loop
2575         header creates a new latch reset number of iteration information
2576         of the loop.
2578 2016-11-23  Eric Botcazou  <ebotcazou@adacore.com>
2580         * config/sparc/sparc.md (*ashrsi3_extend): Rename to...
2581         (*ashrsi3_extend0): ...this.  Accept constant integers.
2582         (*ashrsi3_extend2): Rename to...
2583         (*ashrsi3_extend1): ...this.
2584         (*ashrsi3_extend2): New pattern.
2585         (*lshrsi3_extend1): Accept constant integers.
2586         (*lshrsi3_extend2): Fix condition on operand 2.
2588 2016-11-23  Martin Liska  <mliska@suse.cz>
2590         * config/i386/i386.c: Initialize function pointer to NULL.
2592 2016-11-23  Bin Cheng  <bin.cheng@arm.com>
2594         * fold-const.c (fold_cond_expr_with_comparison): Move simplification
2595         for A == C1 ? A : C2 to below.
2596         * match.pd: Move from above to here:
2597         (cond (eq (convert1? x) c1) (convert2? x) c2)
2598           -> (cond (eq x c1) c1 c2).
2600 2016-11-23  Bin Cheng  <bin.cheng@arm.com>
2602         * fold-const.c (fold_cond_expr_with_comparison): Move simplification
2603         for A cmp C1 ? A : C2 to below, also simplify remaining code.
2604         * match.pd: Move and extend simplification from above to here:
2605         (cond (cmp (convert1? x) c1) (convert2? x) c2) -> (minmax (x c)).
2606         * tree-if-conv.c (ifcvt_follow_ssa_use_edges): New func.
2607         (predicate_scalar_phi): Call fold_stmt using the new valueize func.
2609 2016-11-23  Martin Liska  <mliska@suse.cz>
2610             Martin Jambor  <mjambor@suse.cz>
2612         * doc/install.texi: Remove entry about --with-hsa-kmt-lib.
2614 2016-11-23  Aldy Hernandez  <aldyh@redhat.com>
2616         PR target/78213
2617         * opts.c (finish_options): Set -fsyntax-only if running self tests.
2619 2016-11-23  Richard Biener  <rguenther@suse.de>
2621         PR middle-end/71762
2622         * match.pd ((~X & Y) -> X < Y, (X & ~Y) -> Y < X,
2623         (~X | Y) -> X <= Y, (X | ~Y) -> Y <= X): Remove.
2625 2016-11-23  Richard Biener  <rguenther@suse.de>
2627         PR lto/78472
2628         * tree.c (gimple_canonical_types_compatible_p): Ignore zero-sized
2629         fields.
2631 2016-11-23  Richard Biener  <rguenther@suse.de>
2632             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.rog>
2634         PR tree-optimization/78154
2635         * tree-vrp.c (gimple_stmt_nonzero_warnv_p): Return true if function
2636         returns it's argument and the argument is nonnull.
2637         * builtin-attrs.def: Define ATTR_RETURNS_NONNULL,
2638         ATT_RETNONNULL_NOTHROW_LEAF.
2639         * builtins.def (BUILT_IN_MEMPCPY): Change attribute to
2640         ATTR_RETNONNULL_NOTHROW_LEAF.
2641         (BUILT_IN_STPCPY): Likewise.
2642         (BUILT_IN_STPNCPY): Likewise.
2643         (BUILT_IN_MEMPCPY_CHK): Likewise.
2644         (BUILT_IN_STPCPY_CHK): Likewise.
2645         (BUILT_IN_STPNCPY_CHK): Likewise.
2646         (BUILT_IN_STRCAT): Change attribute to ATTR_RET1_NOTHROW_NONNULL_LEAF.
2647         (BUILT_IN_STRNCAT): Likewise.
2648         (BUILT_IN_STRNCPY): Likewise.
2649         (BUILT_IN_MEMSET_CHK): Likewise.
2650         (BUILT_IN_STRCAT_CHK): Likewise.
2651         (BUILT_IN_STRCPY_CHK): Likewise.
2652         (BUILT_IN_STRNCAT_CHK): Likewise.
2653         (BUILT_IN_STRNCPY_CHK): Likewise.
2655 2016-11-23  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
2657         * fold-const.c (tree_expr_nonzero_p) : Make non-static.
2658         * fold-const.h (tree_expr_nonzero_p) : Declare.
2659         * match.pd (cmp (mult:c @0 @1) (mult:c @2 @1) : New Pattern.
2661 2016-11-23  Paolo Bonzini  <bonzini@gnu.org>
2663         * system.h (HAVE_DESIGNATED_INITIALIZERS,
2664         HAVE_DESIGNATED_UNION_INITIALIZERS): Do not use
2665         "defined" in macros.
2666         * doc/cpp.texi (Defined): Mention -Wexpansion-to-defined.
2667         * doc/cppopts.texi (Invocation): Document -Wexpansion-to-defined.
2668         * doc/invoke.texi (Warning Options): Document -Wexpansion-to-defined.
2670 2016-11-23  Georg-Johann Lay  <avr@gjlay.de>
2672         PR target/60300
2673         * config/avr/constraints.md (Csp): Widen range to [-11..6].
2674         * config/avr/avr.c (avr_prologue_setup_frame): Limit number
2675         of RCALLs in prologue to 3.
2677 2016-11-22  Michael Collison  <michael.collison@arm.com>
2679         * config/aarch64/aarch64-protos.h
2680         (aarch64_and_split_imm1, aarch64_and_split_imm2)
2681         (aarch64_and_bitmask_imm): New prototypes
2682         * config/aarch64/aarch64.c (aarch64_and_split_imm1):
2683         New overloaded function to create bit mask covering the
2684         lowest to highest bits set.
2685         (aarch64_and_split_imm2): New overloaded functions to create bit
2686         mask of zeros between first and last bit set.
2687         (aarch64_and_bitmask_imm): New function to determine if a integer
2688         is a valid two instruction "and" operation.
2689         * config/aarch64/aarch64.md:(and<mode>3): New define_insn and _split
2690         allowing wider range of constants with "and" operations.
2691         * (ior<mode>3, xor<mode>3): Use new LOGICAL2 iterator to prevent
2692         "and" operator from matching restricted constant range used for
2693         ior and xor operators.
2694         * config/aarch64/constraints.md (UsO constraint): New SImode constraint
2695         for constants in "and" operantions.
2696         (UsP constraint): New DImode constraint for constants
2697         in "and" operations.
2698         * config/aarch64/iterators.md (lconst2): New mode iterator.
2699         (LOGICAL2): New code iterator.
2700         * config/aarch64/predicates.md (aarch64_logical_and_immediate): New
2701         predicate.
2702         (aarch64_logical_and_operand): New predicate allowing extended
2703         constants for "and" operations.
2705 2016-11-22  Walter Lee  <walt@tilera.com>
2707         * config/tilegx/tilegx.md (trap): New pattern.
2708         * config/tilepro/tilepro.md (trap): Likewise.
2710 2016-11-22  Walter Lee  <walt@tilera.com>
2712         * config/tilegx/tilegx.md (*zero_extract): Use
2713         define_insn_and_split instead of define_insn; Handle pos + size >
2714         64.
2715         (*sign_extract): Likewise.
2717 2016-11-22  Marek Polacek  <polacek@redhat.com>
2719         PR tree-optimization/78455
2720         * tree-ssa-uninit.c (can_chain_union_be_invalidated_p): Fix typo.
2722 2016-11-22  Ian Lance Taylor  <iant@golang.org>
2724         PR go/78431
2725         PR go/78432
2726         * godump.c (go_format_type): Always pass alignment as 1 when
2727         calling go_append_padding at end of struct/union.
2729 2016-11-22  Jakub Jelinek  <jakub@redhat.com>
2731         PR target/78451
2732         * config/i386/avx512bwintrin.h (_mm512_setzero_qi,
2733         _mm512_setzero_hi): Removed.
2734         (_mm512_maskz_mov_epi16, _mm512_maskz_loadu_epi16,
2735         _mm512_maskz_mov_epi8, _mm512_maskz_loadu_epi8,
2736         _mm512_maskz_broadcastb_epi8, _mm512_maskz_set1_epi8,
2737         _mm512_maskz_broadcastw_epi16, _mm512_maskz_set1_epi16,
2738         _mm512_mulhrs_epi16, _mm512_maskz_mulhrs_epi16, _mm512_mulhi_epi16,
2739         _mm512_maskz_mulhi_epi16, _mm512_mulhi_epu16,
2740         _mm512_maskz_mulhi_epu16, _mm512_maskz_mullo_epi16,
2741         _mm512_cvtepi8_epi16, _mm512_maskz_cvtepi8_epi16, _mm512_cvtepu8_epi16,
2742         _mm512_maskz_cvtepu8_epi16, _mm512_permutexvar_epi16,
2743         _mm512_maskz_permutexvar_epi16, _mm512_avg_epu8, _mm512_maskz_avg_epu8,
2744         _mm512_maskz_add_epi8, _mm512_maskz_sub_epi8, _mm512_avg_epu16,
2745         _mm512_maskz_avg_epu16, _mm512_subs_epi8, _mm512_maskz_subs_epi8,
2746         _mm512_subs_epu8, _mm512_maskz_subs_epu8, _mm512_adds_epi8,
2747         _mm512_maskz_adds_epi8, _mm512_adds_epu8, _mm512_maskz_adds_epu8,
2748         _mm512_maskz_sub_epi16, _mm512_subs_epi16, _mm512_maskz_subs_epi16,
2749         _mm512_subs_epu16, _mm512_maskz_subs_epu16, _mm512_maskz_add_epi16,
2750         _mm512_adds_epi16, _mm512_maskz_adds_epi16, _mm512_adds_epu16,
2751         _mm512_maskz_adds_epu16, _mm512_srl_epi16, _mm512_maskz_srl_epi16,
2752         _mm512_packs_epi16, _mm512_sll_epi16, _mm512_maskz_sll_epi16,
2753         _mm512_maddubs_epi16, _mm512_maskz_maddubs_epi16, _mm512_unpackhi_epi8,
2754         _mm512_maskz_unpackhi_epi8, _mm512_unpackhi_epi16,
2755         _mm512_maskz_unpackhi_epi16, _mm512_unpacklo_epi8,
2756         _mm512_maskz_unpacklo_epi8, _mm512_unpacklo_epi16,
2757         _mm512_maskz_unpacklo_epi16, _mm512_shuffle_epi8,
2758         _mm512_maskz_shuffle_epi8, _mm512_min_epu16, _mm512_maskz_min_epu16,
2759         _mm512_min_epi16, _mm512_maskz_min_epi16, _mm512_max_epu8,
2760         _mm512_maskz_max_epu8, _mm512_max_epi8, _mm512_maskz_max_epi8,
2761         _mm512_min_epu8, _mm512_maskz_min_epu8, _mm512_min_epi8,
2762         _mm512_maskz_min_epi8, _mm512_max_epi16, _mm512_maskz_max_epi16,
2763         _mm512_max_epu16, _mm512_maskz_max_epu16, _mm512_sra_epi16,
2764         _mm512_maskz_sra_epi16, _mm512_srav_epi16, _mm512_maskz_srav_epi16,
2765         _mm512_srlv_epi16, _mm512_maskz_srlv_epi16, _mm512_sllv_epi16,
2766         _mm512_maskz_sllv_epi16, _mm512_maskz_packs_epi16, _mm512_packus_epi16,
2767         _mm512_maskz_packus_epi16, _mm512_abs_epi8, _mm512_maskz_abs_epi8,
2768         _mm512_abs_epi16, _mm512_maskz_abs_epi16, _mm512_dbsad_epu8,
2769         _mm512_maskz_dbsad_epu8, _mm512_srli_epi16, _mm512_maskz_srli_epi16,
2770         _mm512_slli_epi16, _mm512_maskz_slli_epi16, _mm512_shufflehi_epi16,
2771         _mm512_maskz_shufflehi_epi16, _mm512_shufflelo_epi16,
2772         _mm512_maskz_shufflelo_epi16, _mm512_srai_epi16,
2773         _mm512_maskz_srai_epi16, _mm512_packs_epi32,
2774         _mm512_maskz_packs_epi32, _mm512_packus_epi32,
2775         _mm512_maskz_packus_epi32): Use _mm512_setzero_si512 instead of
2776         _mm512_setzero_qi or _mm512_setzero_hi.
2777         (_mm512_maskz_alignr_epi8, _mm512_dbsad_epu8,
2778         _mm512_maskz_dbsad_epu8): Formatting fixes.
2779         (_mm512_srli_epi16, _mm512_maskz_srli_epi16, _mm512_slli_epi16,
2780         _mm512_maskz_slli_epi16, _mm512_shufflehi_epi16,
2781         _mm512_maskz_shufflehi_epi16, _mm512_shufflelo_epi16,
2782         _mm512_maskz_shufflelo_epi16, _mm512_srai_epi16,
2783         _mm512_maskz_srai_epi16): Use _mm512_setzero_si512 instead of
2784         _mm512_setzero_qi or _mm512_setzero_hi.
2786 2016-11-22  Nathan Sidwell  <nathan@acm.org>
2788         * gcc-ar.c (main): Fix indentation.
2789         * gcov-io.c (gcov_write_summary): Remove extraneous {...}
2790         * ggc-page.c (move_ptes_to_front): Fix formatting.
2791         * hsa-dump.c (dump_has_cfun): Fix indentation.
2792         * sel-sched-ir.h: Remove trailing blank lines.
2794 2016-11-22  Jakub Jelinek  <jakub@redhat.com>
2795             Alexander Monakov  <amonakov@ispras.ru>
2797         * internal-fn.c (expand_GOMP_USE_SIMT): New function.
2798         * tree.c (omp_clause_num_ops): OMP_CLAUSE__SIMT_ has 0 operands.
2799         (omp_clause_code_name): Add _simt_ name.
2800         (walk_tree_1): Handle OMP_CLAUSE__SIMT_.
2801         * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SIMT_.
2802         * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE__SIMT_.
2803         (scan_omp_simd): New function.
2804         (scan_omp_1_stmt): Use it in target regions if needed.
2805         (omp_max_vf): Don't max with omp_max_simt_vf.
2806         (lower_rec_simd_input_clauses): Use omp_max_simt_vf if
2807         OMP_CLAUSE__SIMT_ is present.
2808         (lower_rec_input_clauses): Compute maybe_simt from presence of
2809         OMP_CLAUSE__SIMT_.
2810         (lower_lastprivate_clauses): Likewise.
2811         (expand_omp_simd): Likewise.  Remove explicit offloaded region check.
2812         (execute_omp_device_lower): Lower IFN_GOMP_USE_SIMT.
2813         * internal-fn.def (GOMP_USE_SIMT): New internal function.
2814         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__SIMT_.
2816 2016-11-22  Alexander Monakov  <amonakov@ispras.ru>
2818         * internal-fn.c (expand_GOMP_SIMT_LANE): New.
2819         (expand_GOMP_SIMT_VF): New.
2820         (expand_GOMP_SIMT_LAST_LANE): New.
2821         (expand_GOMP_SIMT_ORDERED_PRED): New.
2822         (expand_GOMP_SIMT_VOTE_ANY): New.
2823         (expand_GOMP_SIMT_XCHG_BFLY): New.
2824         (expand_GOMP_SIMT_XCHG_IDX): New.
2825         * internal-fn.def (GOMP_SIMT_LANE): New.
2826         (GOMP_SIMT_VF): New.
2827         (GOMP_SIMT_LAST_LANE): New.
2828         (GOMP_SIMT_ORDERED_PRED): New.
2829         (GOMP_SIMT_VOTE_ANY): New.
2830         (GOMP_SIMT_XCHG_BFLY): New.
2831         (GOMP_SIMT_XCHG_IDX): New.
2832         * omp-low.c (omp_maybe_offloaded_ctx): New, outlined from...
2833         (create_omp_child_function): ...here.  Set "omp target entrypoint"
2834         or "omp declare target" attribute based on is_gimple_omp_offloaded.
2835         (omp_max_simt_vf): New.  Use it...
2836         (omp_max_vf): ...here.
2837         (lower_rec_input_clauses): Add reduction lowering for SIMT execution.
2838         (lower_lastprivate_clauses): Likewise, for "lastprivate" lowering.
2839         (lower_omp_ordered): Likewise, for "ordered" lowering.
2840         (expand_omp_simd): Add SIMT transforms.
2841         (pass_data_lower_omp): Add PROP_gimple_lomp_dev.
2842         (execute_omp_device_lower): New.
2843         (pass_data_omp_device_lower): New.
2844         (pass_omp_device_lower): New pass.
2845         (make_pass_omp_device_lower): New.
2846         * passes.def (pass_omp_device_lower): Position new pass.
2847         * tree-pass.h (PROP_gimple_lomp_dev): Define.
2848         (make_pass_omp_device_lower): Declare.
2850 2016-11-22  Jakub Jelinek  <jakub@redhat.com>
2852         PR target/78451
2853         * config/i386/avx512vlintrin.h (_mm_setzero_di): Removed.
2854         (_mm_maskz_mov_epi64): Use _mm_setzero_si128 instead of
2855         _mm_setzero_di.
2856         (_mm_maskz_load_epi64): Likewise.
2857         (_mm_setzero_hi): Removed.
2858         (_mm_maskz_loadu_epi64): Use _mm_setzero_si128 instead of
2859         _mm_setzero_di.
2860         (_mm_abs_epi64, _mm_maskz_abs_epi64, _mm_maskz_srl_epi64,
2861         _mm_maskz_unpackhi_epi64, _mm_maskz_unpacklo_epi64,
2862         _mm_maskz_compress_epi64, _mm_srav_epi64, _mm_maskz_srav_epi64,
2863         _mm_maskz_sllv_epi64, _mm_maskz_srlv_epi64, _mm_rolv_epi64,
2864         _mm_maskz_rolv_epi64, _mm_rorv_epi64, _mm_maskz_rorv_epi64,
2865         _mm_min_epi64, _mm_max_epi64, _mm_max_epu64, _mm_min_epu64,
2866         _mm_lzcnt_epi64, _mm_maskz_lzcnt_epi64, _mm_conflict_epi64,
2867         _mm_maskz_conflict_epi64, _mm_sra_epi64, _mm_maskz_sra_epi64,
2868         _mm_maskz_sll_epi64, _mm_rol_epi64, _mm_maskz_rol_epi64,
2869         _mm_ror_epi64, _mm_maskz_ror_epi64, _mm_alignr_epi64,
2870         _mm_maskz_alignr_epi64, _mm_srai_epi64, _mm_maskz_slli_epi64):
2871         Likewise.
2872         (_mm_cvtepi32_epi8, _mm256_cvtepi32_epi8, _mm_cvtsepi32_epi8,
2873         _mm256_cvtsepi32_epi8, _mm_cvtusepi32_epi8, _mm256_cvtusepi32_epi8,
2874         _mm_cvtepi32_epi16, _mm256_cvtepi32_epi16, _mm_cvtsepi32_epi16,
2875         _mm256_cvtsepi32_epi16, _mm_cvtusepi32_epi16, _mm256_cvtusepi32_epi16,
2876         _mm_cvtepi64_epi8, _mm256_cvtepi64_epi8, _mm_cvtsepi64_epi8,
2877         _mm256_cvtsepi64_epi8, _mm_cvtusepi64_epi8, _mm256_cvtusepi64_epi8,
2878         _mm_cvtepi64_epi16, _mm256_cvtepi64_epi16, _mm_cvtsepi64_epi16,
2879         _mm256_cvtsepi64_epi16, _mm_cvtusepi64_epi16, _mm256_cvtusepi64_epi16,
2880         _mm_cvtepi64_epi32, _mm256_cvtepi64_epi32, _mm_cvtsepi64_epi32,
2881         _mm256_cvtsepi64_epi32, _mm_cvtusepi64_epi32, _mm256_cvtusepi64_epi32,
2882         _mm_maskz_set1_epi32, _mm_maskz_set1_epi64): Formatting fixes.
2883         (_mm_maskz_cvtps_ph, _mm256_maskz_cvtps_ph): Use _mm_setzero_si128
2884         instead of _mm_setzero_hi.
2885         (_mm256_permutex_pd, _mm256_maskz_permutex_epi64, _mm256_insertf32x4,
2886         _mm256_maskz_insertf32x4, _mm256_inserti32x4, _mm256_maskz_inserti32x4,
2887         _mm256_extractf32x4_ps, _mm256_maskz_extractf32x4_ps,
2888         _mm256_shuffle_i32x4, _mm256_maskz_shuffle_i32x4, _mm256_shuffle_f64x2,
2889         _mm256_maskz_shuffle_f64x2, _mm256_shuffle_f32x4,
2890         _mm256_maskz_shuffle_f32x4, _mm256_maskz_shuffle_pd,
2891         _mm_maskz_shuffle_pd, _mm256_maskz_shuffle_ps, _mm_maskz_shuffle_ps,
2892         _mm256_maskz_srli_epi32, _mm_maskz_srli_epi32, _mm_maskz_srli_epi64,
2893         _mm256_mask_slli_epi32, _mm256_maskz_slli_epi32, _mm256_mask_slli_epi64,
2894         _mm256_maskz_slli_epi64, _mm256_roundscale_ps,
2895         _mm256_maskz_roundscale_ps, _mm256_roundscale_pd,
2896         _mm256_maskz_roundscale_pd, _mm_roundscale_ps, _mm_maskz_roundscale_ps,
2897         _mm_roundscale_pd, _mm_maskz_roundscale_pd, _mm256_getmant_ps,
2898         _mm256_maskz_getmant_ps, _mm_getmant_ps, _mm_maskz_getmant_ps,
2899         _mm256_getmant_pd, _mm256_maskz_getmant_pd, _mm_getmant_pd,
2900         _mm_maskz_getmant_pd, _mm256_maskz_shuffle_epi32,
2901         _mm_maskz_shuffle_epi32, _mm256_rol_epi32, _mm256_maskz_rol_epi32,
2902         _mm_rol_epi32, _mm_maskz_rol_epi32, _mm256_ror_epi32,
2903         _mm256_maskz_ror_epi32, _mm_ror_epi32, _mm_maskz_ror_epi32,
2904         _mm_maskz_alignr_epi32, _mm_maskz_alignr_epi64,
2905         _mm256_maskz_srai_epi32, _mm_maskz_srai_epi32, _mm_srai_epi64,
2906         _mm_maskz_srai_epi64, _mm256_maskz_permutex_pd,
2907         _mm256_maskz_permute_pd, _mm256_maskz_permute_ps, _mm_maskz_permute_pd,
2908         _mm_maskz_permute_ps, _mm256_permutexvar_ps): Formatting fixes.
2909         (_mm_maskz_slli_epi64, _mm_rol_epi64, _mm_maskz_rol_epi64,
2910         _mm_ror_epi64, _mm_maskz_ror_epi64): Use _mm_setzero_si128 instead of
2911         _mm_setzero_di.
2912         (_mm_maskz_cvtps_ph, _mm256_maskz_cvtps_ph): Use _mm_setzero_si128
2913         instead of _mm_setzero_hi.
2914         * config/i386/avx512dqintrin.h (_mm512_broadcast_f64x2,
2915         _mm512_broadcast_i64x2, _mm512_broadcast_f32x2, _mm512_broadcast_i32x2,
2916         _mm512_broadcast_f32x8, _mm512_broadcast_i32x8): Formatting fixes.
2917         (_mm512_extracti64x2_epi64, _mm512_maskz_extracti64x2_epi64): Use
2918         _mm_setzero_si128 instead of _mm_setzero_di.
2919         (_mm512_cvtt_roundpd_epi64, _mm512_mask_cvtt_roundpd_epi64,
2920         _mm512_maskz_cvtt_roundpd_epi64, _mm512_cvtt_roundpd_epu64,
2921         _mm512_mask_cvtt_roundpd_epu64, _mm512_maskz_cvtt_roundpd_epu64,
2922         _mm512_cvtt_roundps_epi64, _mm512_mask_cvtt_roundps_epi64,
2923         _mm512_maskz_cvtt_roundps_epi64, _mm512_cvtt_roundps_epu64,
2924         _mm512_mask_cvtt_roundps_epu64, _mm512_maskz_cvtt_roundps_epu64,
2925         _mm512_cvt_roundpd_epi64, _mm512_mask_cvt_roundpd_epi64,
2926         _mm512_maskz_cvt_roundpd_epi64, _mm512_cvt_roundpd_epu64,
2927         _mm512_mask_cvt_roundpd_epu64, _mm512_maskz_cvt_roundpd_epu64,
2928         _mm512_cvt_roundps_epi64, _mm512_mask_cvt_roundps_epi64,
2929         _mm512_maskz_cvt_roundps_epi64, _mm512_cvt_roundps_epu64,
2930         _mm512_mask_cvt_roundps_epu64, _mm512_maskz_cvt_roundps_epu64,
2931         _mm512_cvt_roundepi64_ps, _mm512_mask_cvt_roundepi64_ps,
2932         _mm512_maskz_cvt_roundepi64_ps, _mm512_cvt_roundepu64_ps,
2933         _mm512_mask_cvt_roundepu64_ps, _mm512_maskz_cvt_roundepu64_ps,
2934         _mm512_cvt_roundepi64_pd, _mm512_mask_cvt_roundepi64_pd,
2935         _mm512_maskz_cvt_roundepi64_pd, _mm512_cvt_roundepu64_pd,
2936         _mm512_mask_cvt_roundepu64_pd, _mm512_maskz_cvt_roundepu64_pd,
2937         _mm512_reduce_pd, _mm512_maskz_reduce_pd, _mm512_reduce_ps,
2938         _mm512_maskz_reduce_ps, _mm512_extractf32x8_ps,
2939         _mm512_maskz_extractf32x8_ps, _mm512_extractf64x2_pd,
2940         _mm512_maskz_extractf64x2_pd, _mm512_extracti32x8_epi32,
2941         _mm512_maskz_extracti32x8_epi32, _mm512_range_pd,
2942         _mm512_maskz_range_pd, _mm512_range_ps, _mm512_maskz_range_ps,
2943         _mm512_range_round_pd, _mm512_maskz_range_round_pd,
2944         _mm512_range_round_ps, _mm512_maskz_range_round_ps,
2945         _mm512_maskz_insertf64x2, _mm512_insertf32x8,
2946         _mm512_maskz_insertf32x8): Formatting fixes.
2947         (_mm512_extracti64x2_epi64, _mm512_maskz_extracti64x2_epi64): Use
2948         _mm_setzero_si128 instead of _mm_setzero_di.
2949         * config/i386/avx512vldqintrin.h (_mm_cvttpd_epi64,
2950         _mm_cvttpd_epu64, _mm_cvtpd_epi64, _mm_cvtpd_epu64,
2951         _mm_cvttps_epi64, _mm_maskz_cvttps_epi64, _mm_cvttps_epu64,
2952         _mm_maskz_cvttps_epu64, _mm_maskz_mullo_epi64, _mm_cvtps_epi64,
2953         _mm_maskz_cvtps_epi64, _mm_cvtps_epu64, _mm_maskz_cvtps_epu64,
2954         _mm256_extracti64x2_epi64, _mm256_maskz_extracti64x2_epi64): Use
2955         _mm_setzero_si128 instead of _mm_setzero_di.
2956         (_mm256_extracti64x2_epi64, _mm256_maskz_extracti64x2_epi64):
2957         Likewise in macros.
2958         * config/i386/avx512vlbwintrin.h (_mm_maskz_mov_epi8,
2959         _mm_maskz_loadu_epi16, _mm_maskz_mov_epi16, _mm_maskz_loadu_epi8,
2960         _mm_permutexvar_epi16, _mm_maskz_maddubs_epi16): Use
2961         _mm_setzero_si128 instead of _mm_setzero_hi.
2962         (_mm_maskz_min_epu16, _mm_maskz_max_epu8, _mm_maskz_max_epi8,
2963         _mm_maskz_min_epu8, _mm_maskz_min_epi8, _mm_maskz_max_epi16,
2964         _mm_maskz_max_epu16, _mm_maskz_min_epi16): Use _mm_setzero_si128
2965         instead of _mm_setzero_di.
2966         (_mm_dbsad_epu8, _mm_maskz_shufflehi_epi16,
2967         _mm_maskz_shufflelo_epi16): Use _mm_setzero_si128 instead of
2968         _mm_setzero_hi.
2969         (_mm_maskz_shufflehi_epi16, _mm_maskz_shufflelo_epi16,
2970         _mm_maskz_slli_epi16): Use _mm_setzero_si128 instead of
2971         _mm_setzero_hi.
2972         (_mm_maskz_alignr_epi8): Use _mm_setzero_si128 instead of
2973         _mm_setzero_di.
2974         (_mm_maskz_mulhi_epi16, _mm_maskz_mulhi_epu16, _mm_maskz_mulhrs_epi16,
2975         _mm_maskz_mullo_epi16, _mm_srav_epi16, _mm_srlv_epi16,
2976         _mm_sllv_epi16): Use _mm_setzero_si128 instead of _mm_setzero_hi.
2978 2016-11-22  Carl Love  <cel@us.ibm.com>
2980         * config/rs6000/rs6000-c.c: Add built-in support for vector compare
2981         equal and vector compare not equal.  The vector compares take two
2982         arguments of type vector bool char, vector bool short, vector bool int,
2983         vector bool long long with the same return type.
2984         * doc/extend.texi: Update built-in documentation file for the new
2985         powerpc built-ins.
2987 2016-11-22  Uros Bizjak  <ubizjak@gmail.com>
2989         * Makefile.in ($(lang_checks_parallelized)): Fix detection
2990         of -j argument.
2992 2016-11-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2994         * config.gcc: Allow new rmprofile value for configure option
2995         --with-multilib-list.
2996         * config/arm/t-rmprofile: New file.
2997         * doc/install.texi (--with-multilib-list): Document new rmprofile value
2998         for ARM.
3000 2016-11-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3002         PR target/78439
3003         * config/arm/vfp.md (*movdi_vfp_cortexa8): Use 'q' constraints for the
3004         register operand in alternatives 4,5,6.
3006 2016-11-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3008         PR target/77904
3009         * config/arm/arm.c (thumb1_compute_save_reg_mask): Mark frame pointer
3010         in save register mask if it is needed.
3012 2016-11-22  Jakub Jelinek  <jakub@redhat.com>
3014         PR tree-optimization/78436
3015         * gimple-ssa-store-merging.c (zero_char_buf): Removed.
3016         (shift_bytes_in_array, shift_bytes_in_array_right,
3017         merged_store_group::apply_stores): Formatting fixes.
3018         (clear_bit_region): Likewise.  Use memset.
3019         (encode_tree_to_bitpos): Formatting fixes.  Fix comment typos - EPXR
3020         instead of EXPR and inerted instead of inserted.  Use memset instead
3021         of zero_char_buf.  For !BYTES_BIG_ENDIAN decrease byte_size by 1
3022         if shift_amnt is 0.
3024         PR middle-end/78416
3025         * expmed.c (expand_divmod): Use wide_int for computation of
3026         op1_is_pow2.  Don't set it if op1 is 0.  Formatting fixes.
3027         Use size <= HOST_BITS_PER_WIDE_INT instead of
3028         HOST_BITS_PER_WIDE_INT >= size.
3030         PR tree-optimization/78445
3031         * tree-if-conv.c (tree_if_conversion): If any_pred_load_store or
3032         any_complicated_phi, version loop even if flag_tree_loop_if_convert
3033         is 1.  Formatting fix.
3035 2016-11-22  Martin Liska  <mliska@suse.cz>
3037         PR ipa/78309
3038         * ipa-icf.c (void sem_item::set_hash): Update m_hash_set.
3039         (sem_function::get_hash): Use the new field.
3040         (sem_function::parse): Remove an argument from ctor.
3041         (sem_variable::parse): Likewise.
3042         (sem_variable::get_hash): Use the new field.
3043         (sem_item_optimizer::read_section): Use new ctor and set hash.
3044         * ipa-icf.h: _hash is removed from sem_item::sem_item,
3045         sem_variable::sem_variable, sem_function::sem_function.
3047 2016-11-21  Jeff Law  <law@redhat.com>
3049         PR target/68538
3050         * config/cris/cris.md: Don't call copy_to_mode_reg unless
3051         can_create_pseudo_p is true.
3053 2016-11-21  Segher Boessenkool  <segher@kernel.crashing.org>
3055         PR target/68803
3056         * config/rs6000/rs6000.md (*rotlsi3_insert_5, *rotldi3_insert_6,
3057         *rotldi3_insert_7): New define_insns.
3059 2016-11-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
3061         * config/rs6000/rs6000.md (movdi_internal32): Change constraints
3062         so that DImode can be allocated to FP/vector registers in more
3063         cases, and we can avoid direct move operations.  If the register
3064         needs reloading, prefer GPRs over FP/vector registers.  In the
3065         case of FPR vs. Altivec registers, prefer FPR registers unless we
3066         have the ISA 3.0 reg+offset scalar instructions.
3067         (movdi_internal64): Likewise.
3069 2016-11-21  Jakub Jelinek  <jakub@redhat.com>
3071         PR middle-end/67335
3072         * omp-simd-clone.c (simd_clone_adjust_argument_types): Use NULL prefix
3073         for tmp simd array if DECL_NAME (parm) is NULL.
3075 2016-11-20  Jeff Law  <law@redhat.com>
3077         PR target/25128
3078         * config/m68k/predicates.md (swap_peephole_relational_operator): New
3079         predicate.
3080         * config/m68k/m68k.md (relational tests against 65535/65536): New
3081         peephole2.
3083 2016-11-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3085         * tree-ssa-loop-prefetch.c: Delete FIXME after the includes.
3087 2016-11-21  Martin Sebor  <msebor@redhat.com>
3089         * doc/invoke.texi (-fprintf-return-value): Document that option
3090         is enabled by default.
3092 2016-11-21  Georg-Johann Lay  <avr@gjlay.de>
3094         * config/avr/avr-c.c (avr_register_target_pragmas): Use C++
3095         for-loop declaration of loop variable.
3096         (avr_register_target_pragmas, avr_cpu_cpp_builtins): Same.
3097         * config/avr/avr.c (avr_popcount_each_byte)
3098         (avr_init_expanders, avr_regs_to_save, sequent_regs_live)
3099         (get_sequence_length, avr_prologue_setup_frame, avr_map_metric)
3100         (avr_expand_epilogue, avr_function_arg_advance)
3101         (avr_out_compare, avr_out_plus_1, avr_out_bitop, avr_out_fract)
3102         (avr_rotate_bytes, _reg_unused_after, avr_assemble_integer)
3103         (avr_adjust_reg_alloc_order, output_reload_in_const)
3104         (avr_conditional_register_usage, avr_find_unused_d_reg)
3105         (avr_map_decompose, avr_fold_builtin): Same.
3107 2016-11-21  Georg-Johann Lay  <avr@gjlay.de>
3109         * config/avr/avr.c (avr_popcount): Remove static function.
3110         (avr_popcount_each_byte, avr_out_bitop): Use popcount_hwi instead.
3112 2016-11-21  Richard Earnshaw  <rearnsha@arm.com>
3114         * arm.opt (mapcs-float): Delete option.
3115         * arm.c (arm_option_override): Remove hunk relating to
3116         TARGET_APCS_FLOAT.
3117         * doc/invoke.texi (arm options): Remove documentation for -mapcs-float.
3119 2016-11-21  Richard Sandiford  <richard.sandiford@arm.com>
3121         * tree-tailcall.c (process_assignment): Simplify the check for
3122         a valid copy, allowing the source to be a local variable as
3123         well as an SSA name.
3124         (find_tail_calls): Allow copies between local variables to follow
3125         the call.  Allow the result to be stored in any local variable,
3126         even if it's an aggregate.
3127         (eliminate_tail_call): Check whether the result is an SSA name
3128         before updating its SSA_NAME_DEF_STMT.
3130 2016-11-21  David Malcolm  <dmalcolm@redhat.com>
3132         PR preprocessor/78324
3133         * input.c (get_substring_ranges_for_loc): Fail gracefully if
3134         -ftrack-macro-expansion has a value other than 2.
3136 2016-11-21  Segher Boessenkool  <segher@kernel.crashing.org>
3138         PR rtl-optimization/78400
3139         * shrink-wrap.c (try_shrink_wrapping_separate): Call
3140         df_update_entry_exit_and_calls instead of df_update_entry_block_defs
3141         and df_update_exit_block_uses.
3143 2016-11-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3145         PR c++/71973
3146         * doc/invoke.texi (-Wno-builtin-declaration-mismatch): Document the
3147         new default-enabled warning..
3148         * builtin-types.def (BT_CONST_TM_PTR): New primitive type.
3149         (BT_PTR_CONST_STRING): Updated.
3150         (BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR): Removed.
3151         (BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_TM_PTR): New function type.
3152         * builtins.def (DEF_TM_BUILTIN): Disable BOTH_P for TM builtins.
3153         (strftime): Update builtin function.
3154         * tree-core.h (TI_CONST_TM_PTR_TYPE): New enum value.
3155         * tree.h (const_tm_ptr_type_node): New type node.
3156         * tree.c (free_lang_data, build_common_tree_nodes): Initialize
3157         const_tm_ptr_type_node.
3159 2016-11-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3161         PR tree-optimization/78413
3162         * tree-if-conv.c (versionable_outer_loop_p): Require that both
3163         inner and outer loop latches have single predecessors.
3165 2016-11-21  Georg-Johann Lay  <avr@gjlay.de>
3167         PR target/78093
3168         * config/avr/avr.c (avr_decl_maybe_lds_p): New static function.
3169         (avr_encode_section_info) [TARGET_ABSDATA && AVR_TINY]: Use it.
3171 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3173         * rtl.h: Adjust prototype.
3174         * rtlanal.c (dead_or_set_p): Change argument type to rtx_insn *.
3175         (dead_or_set_regno_p): Likewise.
3177 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3179         * rtl.h: Adjust prototype.
3180         * rtlanal.c (add_int_reg_note): Change argument type to rtx_insn *.
3182 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3184         * function.c (contains): Change argument type to rtx_insn *.
3185         (prologue_contains): Likewise.
3186         (epilogue_contains): Likewise.
3187         (prologue_epilogue_contains): Likewise.
3188         * function.h: Adjust prototype.
3190 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3192         * optabs.c (emit_libcall_block): Change argument type to
3193         rtx_insn *.
3194         * optabs.h: Adjust prototype.
3196 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3198         * cfgrtl.c (delete_insn): Change argument type to rtx_insn *.
3199         (fixup_reorder_chain): Adjust.
3200         * cfgrtl.h: Adjust prototype.
3202 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3204         * rtl.h: Adjust prototype.
3205         * rtlanal.c (replace_label_in_insn): Change argument type to
3206         rtx_insn *.
3208 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3210         * config/v850/v850.c (expand_prologue): Adjust.
3211         (expand_epilogue): Likewise.
3212         * expr.c (init_expr_target): Likewise.
3213         * genrecog.c (print_subroutine): Always make the argument type
3214         rtx_insn *.
3215         * recog.h: Adjust prototype.
3217 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3219         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): split
3220         up variables to make some rtx_insn *.
3221         * config/alpha/alpha.c (emit_unlikely_jump): Likewise.
3222         * config/arc/arc.c: Likewise.
3223         * config/arm/arm.c: Likewise.
3224         * config/mn10300/mn10300.c (mn10300_legitimize_pic_address): Likewise.
3225         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue):
3226         Likewise.
3227         * config/spu/spu.c (spu_emit_branch_hint): Likewise.
3229 2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3231         * config/arm/arm.c (legitimize_pic_address): Change to use
3232         rtx_insn * as the type of variables.
3233         (arm_pic_static_addr): Likewise.
3234         (arm_emit_movpair): Likewise.
3235         * config/c6x/c6x.c (reorg_split_calls): Likewise.
3236         * config/darwin.c (machopic_legitimize_pic_address): Likewise.
3237         * config/frv/frv.c (frv_optimize_membar_local): Likewise.
3238         * config/frv/frv.md: Likewise.
3239         * config/i386/i386-protos.h: Likewise.
3240         * config/i386/i386.c (ix86_expand_split_stack_prologue): Likewise.
3241         (ix86_split_fp_branch): Likewise.
3242         (predict_jump): Likewise.
3243         * config/ia64/ia64.c: Likewise.
3244         * config/mcore/mcore.c: Likewise.
3245         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Likewise.
3246         * config/s390/s390.c: Likewise.
3247         * config/s390/s390.md: Likewise.
3248         * config/spu/spu.md: Likewise.
3249         * config/tilegx/tilegx.c (tilegx_legitimize_tls_address): Likewise.
3250         * lower-subreg.c (resolve_simple_move): Likewise.
3252 2016-11-20  Jeff Law  <law@redhat.com>
3254         PR target/48551
3255         * reload.h (struct target_reload): Make x_double_reg_address_ok
3256         be per-mode rather.
3257         * reload.c (find_reloads_address): Check if double_reg_address_ok
3258         is true for the mode of the memory reference.
3259         * reload1.c (init_reload): Initialize double_reg_address_ok for
3260         each mode.
3262 2016-11-20  Aldy Hernandez  <aldyh@redhat.com>
3264         PR middle-end/61409
3265         * tree-ssa-uninit.c: Define new global max_phi_args.
3266         (compute_uninit_opnds_pos): Use max_phi_args.
3267         (prune_uninit_phi_opnds): Same.
3268         (use_pred_not_overlap_with_undef_path_pred): Remove reference to
3269         missing NUM_PREDS in function comment.
3270         (can_one_predicate_be_invalidated_p): New.
3271         (can_chain_union_be_invalidated_p): New.
3272         (flatten_out_predicate_chains): New.
3273         (uninit_ops_invalidate_phi_use): New.
3274         (is_use_properly_guarded): Call uninit_ops_invalidate_phi_use.
3276 2016-11-20  Marc Glisse  <marc.glisse@inria.fr>
3278         * fold-const.c (fold_comparison): Ignore EXACT_DIV_EXPR.
3279         * match.pd (A /[ex] B CMP C): New simplifications.
3281 2016-11-20  Marc Glisse  <marc.glisse@inria.fr>
3283         * match.pd (0 / X, X / X, X % X): New simplifications.
3285 2016-11-19  Jakub Jelinek  <jakub@redhat.com>
3287         * config/i386/i386.c (ix86_can_inline_p): Use || instead of &
3288         when checking if callee's isa flags are subset of caller's isa flags.
3289         Fix comment wording.
3291         * config/i386/i386.c (ix86_valid_target_attribute_tree): Don't
3292         clear opts->x_ix86_isa_flags, clear opts->x_ix86_isa_flags2
3293         instead and using = 0 instead of &= 0.
3295         * config/i386/i386.c (def_builtin, def_builtin2, def_builtin_const2,
3296         ix86_add_new_builtins): Formatting fixes.
3297         (ix86_expand_builtin): Use || instead of && for isa vs. isa2.
3298         (ix86_get_builtin): Likewise.
3300         * config/i386/i386.c (ix86_expand_builtin): Remove msk_mov variable,
3301         don't initialize it, don't use it for the case where it isn't
3302         provable %{z} nor using the same argument, instead move merge
3303         argument into a new pseudo and use that as target.  Formatting fixes.
3305 2016-11-19  Jeff Law  <law@redhat.com>
3307         PR target/25111
3308         * config/m68k/m68k.md (bsetdreg): New pattern.
3309         (bchgdreg, bclrdreg): Likewise.
3311 2016-11-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3313         PR target/78426
3314         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Use copy_to_mode_reg
3315         instead of force_reg.
3316         (sh_expand_setmem): Likewise.
3318 2016-11-19  Krister Walfridsson  <krister.walfridsson@gmail.com>
3320         * config.gcc (*-*-netbsd): Set use_gcc_stdint=wrap.
3322 2016-11-18  Walter Lee  <walt@tilera.com>
3324         * config/tilegx/tilegx.c (tilegx_gen_bundles): Preserve
3325           end-of-bundle marker for consecutive barriers.
3327 2016-11-18  Walter Lee  <walt@tilera.com>
3329         * config/tilegx/tilegx.md (clzsi2): Fix for big-endian.
3331 2016-11-18  Jakub Jelinek  <jakub@redhat.com>
3333         PR middle-end/78419
3334         * multiple_target.c (get_attr_len): Start with argnum and increment
3335         argnum on every arg.  Use strchr in a loop instead of counting commas
3336         manually.
3337         (get_attr_str): Increment argnum for every comma in the string.
3338         (separate_attrs): Use for instead of while loop, simplify.
3339         (expand_target_clones): Rename defenition argument to definition.
3340         Free attrs and attr_str even when diagnosing errors.  Temporarily
3341         change input_location around targetm.target_option.valid_attribute_p
3342         calls.  Don't emit warning or errors if that function fails.
3344         * dwarf2out.c (size_of_discr_list): Fix typo in function comment.
3346         PR debug/78191
3347         * dwarf2out.c (abbrev_opt_base_type_end): New variable.
3348         (die_abbrev_cmp): Sort dies with die_abbrev smaller than
3349         abbrev_opt_base_type_end only by increasing die_abbrev, before
3350         any other dies.
3351         (optimize_abbrev_table): Don't change abbrev numbers of
3352         base types and CU or optimize implicit consts in them if
3353         calc_base_type_die_sizes has been called during build_abbrev_table.
3354         (calc_base_type_die_sizes): If abbrev_opt_start, set
3355         abbrev_opt_base_type_end to one plus largest base type's die_abbrev.
3357 2016-11-18  Jeff Law  <law@redhat.com>
3359         PR target/25112
3360         * config/m68k/m68k.c (moveq feeding equality comparison): New
3361         peepholes.
3362         * config/m68k/predicates.md (addq_subq_operand): New predicate.
3363         (equality_comparison_operator): Likewise.
3365 2016-11-18  Richard Sandiford  <richard.sandiford@arm.com>
3367         * rtlanal.c (load_extend_op): Move to...
3368         * rtl.h: ...here and make inline.
3370 2016-11-18  Terry Guo  <terry.guo@arm.com>
3371             Thomas Preud'homme  <thomas.preudhomme@arm.com>
3373         * common/config/arm/arm-common.c (arm_target_thumb_only): New function.
3374         * config/arm/arm-opts.h: Include arm-flags.h.
3375         (struct arm_arch_core_flag): Define.
3376         (arm_arch_core_flags): Define.
3377         * config/arm/arm-protos.h: Include arm-flags.h
3378         (FL_NONE, FL_ANY, FL_CO_PROC, FL_ARCH3M, FL_MODE26, FL_MODE32,
3379         FL_ARCH4, FL_ARCH5, FL_THUMB, FL_LDSCHED, FL_STRONG, FL_ARCH5E,
3380         FL_XSCALE, FL_ARCH6, FL_VFPV2, FL_WBUF, FL_ARCH6K, FL_THUMB2, FL_NOTM,
3381         FL_THUMB_DIV, FL_VFPV3, FL_NEON, FL_ARCH7EM, FL_ARCH7, FL_ARM_DIV,
3382         FL_ARCH8, FL_CRC32, FL_SMALLMUL, FL_NO_VOLATILE_CE, FL_IWMMXT,
3383         FL_IWMMXT2, FL_ARCH6KZ, FL2_ARCH8_1, FL2_ARCH8_2, FL2_FP16INST,
3384         FL_TUNE, FL_FOR_ARCH2, FL_FOR_ARCH3, FL_FOR_ARCH3M, FL_FOR_ARCH4,
3385         FL_FOR_ARCH4T, FL_FOR_ARCH5, FL_FOR_ARCH5T, FL_FOR_ARCH5E,
3386         FL_FOR_ARCH5TE, FL_FOR_ARCH5TEJ, FL_FOR_ARCH6, FL_FOR_ARCH6J,
3387         FL_FOR_ARCH6K, FL_FOR_ARCH6Z, FL_FOR_ARCH6ZK, FL_FOR_ARCH6KZ,
3388         FL_FOR_ARCH6T2, FL_FOR_ARCH6M, FL_FOR_ARCH7, FL_FOR_ARCH7A,
3389         FL_FOR_ARCH7VE, FL_FOR_ARCH7R, FL_FOR_ARCH7M, FL_FOR_ARCH7EM,
3390         FL_FOR_ARCH8A, FL2_FOR_ARCH8_1A, FL2_FOR_ARCH8_2A, FL_FOR_ARCH8M_BASE,
3391         FL_FOR_ARCH8M_MAIN, arm_feature_set, ARM_FSET_MAKE,
3392         ARM_FSET_MAKE_CPU1, ARM_FSET_MAKE_CPU2, ARM_FSET_CPU1, ARM_FSET_CPU2,
3393         ARM_FSET_EMPTY, ARM_FSET_ANY, ARM_FSET_HAS_CPU1, ARM_FSET_HAS_CPU2,
3394         ARM_FSET_HAS_CPU, ARM_FSET_ADD_CPU1, ARM_FSET_ADD_CPU2,
3395         ARM_FSET_DEL_CPU1, ARM_FSET_DEL_CPU2, ARM_FSET_UNION, ARM_FSET_INTER,
3396         ARM_FSET_XOR, ARM_FSET_EXCLUDE, ARM_FSET_IS_EMPTY,
3397         ARM_FSET_CPU_SUBSET): Move to ...
3398         * config/arm/arm-flags.h: This new file.
3399         * config/arm/arm.h (TARGET_MODE_SPEC_FUNCTIONS): Define.
3400         (EXTRA_SPEC_FUNCTIONS): Add TARGET_MODE_SPEC_FUNCTIONS to its value.
3401         (TARGET_MODE_SPECS): Define.
3402         (DRIVER_SELF_SPECS): Add TARGET_MODE_SPECS to its value.
3404 2016-11-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3406         * config/arm/arm-protos.h (FL_NONE, FL_ANY, FL_CO_PROC, FL_ARCH3M,
3407         FL_MODE26, FL_MODE32, FL_ARCH4, FL_ARCH5, FL_THUMB, FL_LDSCHED,
3408         FL_STRONG, FL_ARCH5E, FL_XSCALE, FL_ARCH6, FL_VFPV2, FL_WBUF,
3409         FL_ARCH6K, FL_THUMB2, FL_NOTM, FL_THUMB_DIV, FL_VFPV3, FL_NEON,
3410         FL_ARCH7EM, FL_ARCH7, FL_ARM_DIV, FL_ARCH8, FL_CRC32, FL_SMALLMUL,
3411         FL_NO_VOLATILE_CE, FL_IWMMXT, FL_IWMMXT2, FL_ARCH6KZ, FL2_ARCH8_1,
3412         FL2_ARCH8_2, FL2_FP16INST): Reindent comment, add final dot when
3413         missing and make value unsigned.
3414         (arm_feature_set): Use unsigned entries instead of unsigned long.
3416 2016-11-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
3418         Re-apply after PR bootstrap/77359 is fixed:
3419         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
3421         * explow.c (get_dynamic_stack_size): Take known alignment of stack
3422         pointer + STACK_DYNAMIC_OFFSET into account when calculating the
3423         size needed.
3425 2016-11-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
3427         PR bootstrap/77359
3428         * config/rs6000/rs6000.c (rs6000_stack_info): Properly align local
3429         variables in functions calling alloca.  Also update the ASCII
3430         drawings.
3431         * config/rs6000/rs6000.h (STARTING_FRAME_OFFSET)
3432         (STACK_DYNAMIC_OFFSET): Likewise.
3433         * config/rs6000/aix.h (STARTING_FRAME_OFFSET)
3434         (STACK_DYNAMIC_OFFSET): Copy AIX specific versions of the rs6000.h
3435         macros to aix.h.
3437 2016-11-18  Richard Sandiford  <richard.sandiford@arm.com>
3438             Alan Hayward  <alan.hayward@arm.com>
3439             David Sherwood  <david.sherwood@arm.com>
3441         * combine.c (try_combine): Use rtx_mode_t instead of std::make_pair.
3442         * dwarf2out.c (mem_loc_descriptor, loc_descriptor): Likewise.
3443         (add_const_value_attribute): Likewise.
3444         * explow.c (plus_constant): Likewise.
3445         * expmed.c (expand_mult, make_tree): Likewise.
3446         * expr.c (convert_modes): Likewise.
3447         * loop-doloop.c (doloop_optimize): Likewise.
3448         * postreload.c (reload_cse_simplify_set): Likewise.
3449         * simplify-rtx.c (simplify_const_unary_operation): Likewise
3450         (simplify_binary_operation_1, simplify_const_binary_operation):
3451         Likewise.
3452         (simplify_const_relational_operation, simplify_immed_subreg): Likewise.
3453         * wide-int.h: Update documentation to recommend rtx_mode_t
3454         instead of std::make_pair.
3456 2016-11-18  Richard Sandiford  <richard.sandiford@arm.com>
3457             Alan Hayward  <alan.hayward@arm.com>
3458             David Sherwood  <david.sherwood@arm.com>
3460         * tree.h (SET_DECL_MODE): New macro.
3461         * cfgexpand.c (avoid_deep_ter_for_debug): Use SET_DECL_MODE.
3462         (expand_gimple_basic_block): Likewise.
3463         * function.c (split_complex_args): Likeise.
3464         * ipa-prop.c (ipa_modify_call_arguments): Likewise.
3465         * omp-simd-clone.c (ipa_simd_modify_stmt_ops): Likewise.
3466         * stor-layout.c (layout_decl, relayout_decl): Likewise.
3467         (finish_bitfield_representative): Likewise.
3468         * tree.c (make_node_stat): Likewise.
3469         * tree-inline.c (remap_ssa_name): Likewise.
3470         (tree_function_versioning): Likewise.
3471         * tree-into-ssa.c (rewrite_debug_stmt_uses): Likewise.
3472         * tree-sra.c (sra_ipa_reset_debug_stmts): Likewise.
3473         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Likewise.
3474         * tree-ssa-loop-ivopts.c (remove_unused_ivs): Likewise.
3475         * tree-ssa.c (insert_debug_temp_for_var_def): Likewise.
3476         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Likewise.
3477         * varasm.c (make_debug_expr_from_rtl): Likewise.
3479 2016-11-18  Segher Boessenkool  <segher@kernel.crashing.org>
3481         PR rtl-optimization/71785
3482         * bb-reorder.c (maybe_duplicate_computed_goto): New function.
3483         (duplicate_computed_gotos): New function.
3484         (pass_duplicate_computed_gotos::execute): Rewrite.
3486 2016-11-17  Jeff Law  <law@redhat.com>
3488         PR target/47192
3489         * config/m68k/m68k.c (m68k_expand_epilogue): Emit a scheduling
3490         barrier prior to deallocating the stack.
3492 2016-11-17  Andrew Burgess  <andrew.burgess@embecosm.com>
3494         * config/arc/arc.md (cmem bit/sign-extend peephole2): New peephole
3495         to make better use of cmem loads in the case where a single bit is
3496         being accessed.
3497         * config/arc/predicates.md (ge_lt_comparison_operator): New predicate.
3499 2016-11-17  Andrew Senkevich <andrew.senkevich@intel.com>
3501         * config/i386/i386.c (processor_features): Add F_AVX5124VNNIW,
3502         F_AVX5124FMAPS.
3503         (isa_names_table): Handle new features.
3505 2016-11-17  Kirill Yukhin  <kirill.yukhin@gmail.com>
3506             Andrew Senkevich <andrew.senkevich@intel.com>
3508         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX5124FMAPS_SET,
3509         OPTION_MASK_ISA_AVX5124FMAPS_UNSET, OPTION_MASK_ISA_AVX5124VNNIW_SET,
3510         OPTION_MASK_ISA_AVX5124VNNIW_UNSET): New.
3511         (ix86_handle_option): Handle OPT_mavx5124fmaps, OPT_mavx5124vnniw.
3512         * config.gcc: Add avx5124fmapsintrin.h, avx5124vnniwintrin.h.
3513         * config/i386/avx5124fmapsintrin.h: New file.
3514         * config/i386/avx5124vnniwintrin.h: Ditto.
3515         * config/i386/constraints.md (h): New constraint.
3516         * config/i386/cpuid.h (bit_AVX5124VNNIW, bit_AVX5124FMAPS): New.
3517         * config/i386/driver-i386.c (host_detect_local_cpu):
3518         Detect avx5124fmaps, avx5124vnniw.
3519         * config/i386/i386-builtin-types.def: Add types
3520         V16SF_FTYPE_V16SF_V16SF_V16SF_V16SF_V16SF_PCV4SF_V16SF_UHI,
3521         V16SF_FTYPE_V16SF_V16SF_V16SF_V16SF_V16SF_PCV4SF,
3522         V4SF_FTYPE_V4SF_V4SF_V4SF_V4SF_V4SF_PCV4SF,
3523         V4SF_FTYPE_V4SF_V4SF_V4SF_V4SF_V4SF_PCV4SF_V4SF_UQI,
3524         V16SI_FTYPE_V16SI_V16SI_V16SI_V16SI_V16SI_PCV4SI,
3525         V16SI_FTYPE_V16SI_V16SI_V16SI_V16SI_V16SI_PCV4SI_V16SI_UHI.
3526         * config/i386/i386-builtin.def (__builtin_ia32_4fmaddps_mask,
3527         __builtin_ia32_4fmaddps, __builtin_ia32_4fmaddss,
3528         __builtin_ia32_4fmaddss_mask, __builtin_ia32_4fnmaddps_mask,
3529         __builtin_ia32_4fnmaddps, __builtin_ia32_4fnmaddss,
3530         __builtin_ia32_4fnmaddss_mask, __builtin_ia32_vp4dpwssd,
3531         __builtin_ia32_vp4dpwssd_mask, __builtin_ia32_vp4dpwssds,
3532         __builtin_ia32_vp4dpwssds_mask): New.
3533         * config/i386/i386-c.c (ix86_target_macros_internal):
3534         Define __AVX5124FMAPS__, __AVX5124VNNIW__.
3535         * config/i386/i386-modes.def: Fixed comment typos, added new
3536         modes (VECTOR_MODES (FLOAT, 256), VECTOR_MODE (INT, SI, 64)).
3537         * config/i386/i386.c (ix86_target_string): Add -mavx5124fmaps,
3538         -mavx5124vnniw.
3539         (PTA_AVX5124FMAPS, PTA_AVX5124VNNIW): Define.
3540         (ix86_option_override_internal): Handle new options.
3541         (ix86_valid_target_attribute_inner_p): Add avx5124fmaps,
3542         avx5124vnniw.
3543         (ix86_expand_builtin): Handle new builtins.
3544         (ix86_additional_allocno_class_p): New.
3545         * config/i386/i386.h (TARGET_AVX5124FMAPS, TARGET_AVX5124FMAPS_P,
3546         TARGET_AVX5124VNNIW, TARGET_AVX5124VNNIW_P): Define.
3547         (reg_class): Add MOD4_SSE_REGS.
3548         (MOD4_SSE_REG_P, MOD4_SSE_REGNO_P): New.
3549         * config/i386/i386.opt: Add mavx5124fmaps, mavx5124vnniw.
3550         * config/i386/immintrin.h: Include avx5124fmapsintrin.h,
3551         avx5124vnniwintrin.h.
3552         * config/i386/sse.md (unspec): Add UNSPEC_VP4FMADD, UNSPEC_VP4FNMADD,
3553         UNSPEC_VP4DPWSSD, UNSPEC_VP4DPWSSDS.
3554         (define_mode_iterator IMOD4): New.
3555         (define_mode_attr imod4_narrow): Ditto.
3556         (define_insn "mov<mode>"): Ditto.
3557         (define_insn "avx5124fmaddps_4fmaddps"): Ditto.
3558         (define_insn "avx5124fmaddps_4fmaddps_mask"): Ditto.
3559         (define_insn "avx5124fmaddps_4fmaddps_maskz"): Ditto.
3560         (define_insn "avx5124fmaddps_4fmaddss"): Ditto.
3561         (define_insn "avx5124fmaddps_4fmaddss_mask"): Ditto.
3562         (define_insn "avx5124fmaddps_4fmaddss_maskz"): Ditto.
3563         (define_insn "avx5124fmaddps_4fnmaddps"): Ditto.
3564         (define_insn "avx5124fmaddps_4fnmaddps_mask"): Ditto.
3565         (define_insn "avx5124fmaddps_4fnmaddps_maskz"): Ditto.
3566         (define_insn "avx5124fmaddps_4fnmaddss"): Ditto.
3567         (define_insn "avx5124fmaddps_4fnmaddss_mask"): Ditto.
3568         (define_insn "avx5124fmaddps_4fnmaddss_maskz"): Ditto.
3569         (define_insn "avx5124vnniw_vp4dpwssd"): Ditto.
3570         (define_insn "avx5124vnniw_vp4dpwssd_mask"): Ditto.
3571         (define_insn "avx5124vnniw_vp4dpwssd_maskz"): Ditto.
3572         (define_insn "avx5124vnniw_vp4dpwssds"): Ditto.
3573         (define_insn "avx5124vnniw_vp4dpwssds_mask"): Ditto.
3574         (define_insn "avx5124vnniw_vp4dpwssds_maskz"): Ditto.
3575         * init-regs.c (initialize_uninitialized_regs): Add emit_clobber call.
3576         * genmodes.c (mode_size_inline): Extend return type.
3577         * machmode.h (mode_size, mode_base_align): Extend type.
3579 2016-11-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
3581         PR target/78101
3582         * config/rs6000/predicates.md (fusion_addis_mem_combo_load): Add
3583         the appropriate checks for SFmode/DFmode load/stores in GPR
3584         registers.
3585         (fusion_addis_mem_combo_store): Likewise.
3586         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Rename
3587         fusion_fpr_* to fusion_vsx_* and add in support for ISA 3.0 scalar
3588         d-form instructions for traditional Altivec registers.
3589         (emit_fusion_p9_load): Likewise.
3590         (emit_fusion_p9_store): Likewise.
3591         * config/rs6000/rs6000.md (p9 fusion store peephole2): Remove
3592         early clobber from scratch register.  Do not match if the register
3593         being stored is the scratch register.
3594         (fusion_vsx_<P:mode>_<FPR_FUSION:mode>_load): Rename fusion_fpr_*
3595         to fusion_vsx_* and add in support for ISA 3.0 scalar d-form
3596         instructions for traditional Altivec registers.
3597         (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_load): Likewise.
3598         (fusion_vsx_<P:mode>_<FPR_FUSION:mode>_store): Likewise.
3599         (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_store): Likewise.
3601 2016-11-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3603         PR target/77933
3604         * config/arm/arm.c (thumb1_expand_prologue): Distinguish between lr
3605         being live in the function and lr needing to be saved.  Distinguish
3606         between already saved pushable registers and registers to push.
3607         Check for LR being an available pushable register.
3609 2016-11-17  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3611         * config/i386/i386.md (cmpstrnsi): New test to bail out if neither
3612         string input is a string constant.
3613         * builtins.c (expand_builtin_strncmp): Attempt expansion of strncmp
3614         via cmpstrnsi even if neither string is constant.
3616 2016-11-17  Jakub Jelinek  <jakub@redhat.com>
3618         PR middle-end/78201
3619         * varasm.c (default_use_anchors_for_symbol_p): Fix a comment typo.
3620         Don't test decl != NULL.  Don't look at DECL_SIZE, but DECL_SIZE_UNIT
3621         instead, return false if it is NULL, or doesn't fit into uhwi, or
3622         is larger or equal to targetm.max_anchor_offset.
3624 2016-11-17  Pip Cet  <pipcet@gmail.com>
3625             Eric Botcazou  <ebotcazou@adacore.com>
3627         PR rtl-optimization/78355
3628         * doc/tm.texi.in (SLOW_UNALIGNED_ACCESS): Document that the macro only
3629         needs to deal with unaligned accesses.
3630         * doc/tm.texi: Regenerate.
3631         * lra-constraints.c (simplify_operand_subreg): Only invoke
3632         SLOW_UNALIGNED_ACCESS on innermode if the MEM is not aligned enough.
3634 2016-11-17  David Malcolm  <dmalcolm@redhat.com>
3636         * input.c (selftest::test_lexer_string_locations_long_line): New
3637         function.
3638         (selftest::test_lexer_string_locations_raw_string_multiline): New
3639         function.
3640         (selftest::input_c_tests): Call the new functions, via
3641         for_each_line_table_case.
3643 2016-11-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3645         * config/aarch64/aarch64.md (mov<mode>): Call
3646         aarch64_split_dimode_const_store on DImode constant stores.
3647         * config/aarch64/aarch64-protos.h (aarch64_split_dimode_const_store):
3648         New prototype.
3649         * config/aarch64/aarch64.c (aarch64_split_dimode_const_store): New
3650         function.
3652 2016-11-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3653             Richard Biener  <rguenther@suse.de>
3655         PR tree-optimization/77848
3656         * tree-if-conv.c (tree_if_conversion): Always version loops unless
3657         the user specified -ftree-loop-if-convert.
3659 2016-11-17  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3661         PR target/77308
3662         * config/arm/arm.md (*thumb2_ldrd, *thumb2_ldrd_base,
3663         *thumb2_ldrd_base_neg, *thumb2_strd, *thumb2_strd_base,
3664         *thumb2_strd_base_neg): Recognize insn regardless of
3665         current_tune->prefer_ldrd_strd.
3666         * config/arm/ldrdstrd.md: Enable all ldrd/strd peephole rules
3667         whenever possible.
3669 2016-11-17  Claudiu Zissulescu  <claziss@synopsys.com>
3671         * config/arc/arc.c (arc_ccfsm_post_advance): Handle return
3672         instruction type.
3674 2016-11-17  Claudiu Zissulescu  <claziss@synopsys.com>
3676         * config/arc/arc-arches.def: Add FPX quarkse instruction as valid
3677         for arcem.
3678         * config/arc/arc-c.def (__ARC_FPX_QUARK__): Define.
3679         * config/arc/arc-cpus.def (quarkse_em): Add.
3680         * config/arc/arc-options.def (FL_FPX_QUARK, FL_QUARK): Likewise.
3681         * config/arc/arc-opts.h (FPX_QK): Define.
3682         * config/arc/arc-tables.opt: Regenerate.
3683         * config/arc/arc.c (gen_compare_reg): Change.
3684         (arc_register_move_cost): Avoid Dy,Dx moves.
3685         * config/arc/arc.h (TARGET_HARD_FLOAT): Change.
3686         (TARGET_FPX_QUARK, TARGET_FP_ASSIST): Define.
3687         * config/arc/arc.md (divsf3, sqrtsf2, fix_truncsfsi2, floatsisf2):
3688         New expands.
3689         * config/arc/fpu.md (divsf3_fpu, sqrtsf2_fpu, floatsisf2_fpu)
3690         (fix_truncsfsi2_fpu): Rename.
3691         * config/arc/fpx.md (cmp_quark, cmpsf_quark_, cmpsf_quark_ord)
3692         (cmpsf_quark_uneq, cmpsf_quark_eq, divsf3_quark, sqrtsf2_quark)
3693         (fix_truncsfsi2_quark, floatsisf2_quark): New patterns.
3694         * config/arc/t-multilib: Regenerate.
3696 2016-11-17  Georg-Johann Lay  <avr@gjlay.de>
3698         * config/avr/avr.c (avr_print_operand_address): Use CONST_INT_P if
3699         appropriate.
3700         (ashlqi3_out, ashlsi3_out, ashrqi3_out, ashrhi3_out): Same.
3701         (ashrsi3_out, lshrqi3_out, lshrhi3_out, lshrsi3_out): Same.
3702         (avr_rtx_costs_1, extra_constraint_Q): Same.
3703         (avr_address_cost): Use SUBREG_P if possible.
3705 2016-11-17  Richard Biener  <rguenther@suse.de>
3707         PR middle-end/78383
3708         * tree-cfgcleanup.c (cleanup_control_flow_bb): Do not turn
3709         non-local goto into CFG.
3711 2016-11-17  Richard Biener  <rguenther@suse.de>
3713         * common.opt (ftree-loop-if-convert-stores): Mark as preserved for
3714         backward compatibility.
3715         * doc/invoke.texi (ftree-loop-if-convert-stores): Remove.
3716         * tree-if-conv.c (pass_if_conversion::gate): Do not test
3717         flag_tree_loop_if_convert_stores.
3718         (pass_if_conversion::execute): Likewise.
3720 2016-11-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3722         * config/aarch64/predicates.md (aarch64_reg_or_fp_zero): Check for
3723         const_double code before calling aarch64_float_const_zero_rtx_p.
3725 2016-11-17  Richard Biener  <rguenther@suse.de>
3727         PR tree-optimization/78306
3728         * ipa-inline-analysis.c (initialize_inline_failed): Do not
3729         inhibit inlining if function calls cilk_spawn.
3730         (can_inline_edge_p): Likewise.
3732 2016-11-17  Richard Biener  <rguenther@suse.de>
3734         PR middle-end/78305
3735         * fold-const.c (negate_expr_p): Fix multiplication case.
3737 2016-11-17  Chung-Lin Tang  <cltang@codesourcery.com>
3739         PR target/78357
3740         * config/nios2/nios2.c (nios2_init_libfuncs): Remove TARGET_LINUX_ABI
3741         condition.
3742         (TARGET_INIT_LIBFUNCS): Delete definition and...
3743         * config/nios2/linux.h (TARGET_INIT_LIBFUNCS): ...move to here, add
3744         comments.
3746 2016-11-17  Krister Walfridsson  <krister.walfridsson@gmail.com>
3748         * config/netbsd-stdint.h: New.
3749         * config.gcc (i[34567]86-*-netbsd): Add netbsd-stdint.h to tm_file.
3750         (x86_64-*-netbsd*): Likewise.
3752 2016-11-16  Andrew PInski  <apinski@cavium.com>
3754         * config/aarch64/aarch64.opt (mverbose-cost-dump): New option.
3755         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use
3756         flag_aarch64_verbose_cost instead of checking for details dump.
3757         (aarch64_rtx_costs_wrapper): Likewise.
3759 2016-11-16  Jakub Jelinek  <jakub@redhat.com>
3761         PR rtl-optimization/78378
3762         * combine.c (make_extraction): Use force_to_mode for non-{REG,MEM}
3763         inner only if pos is 0.  Fix up formatting.
3765 2016-11-17  Alan Modra  <amodra@gmail.com>
3767         PR rtl-optimization/78325
3768         PR rtl-optimization/70890
3769         * ira.c (combine_and_move_insns): Only remove REG_EQUIV notes
3770         for dead regno.
3772 2016-11-16  Jason Merrill  <jason@redhat.com>
3774         * rtl.h: Declare gt_ggc_mx and gt_pch_nx.
3776 2016-11-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3777             Richard Biener  <rguenther@suse.de>
3779         PR tree-optimization/77848
3780         * tree-if-conv.c (version_loop_for_if_conversion): When versioning
3781         an outer loop, only save basic block aux information for the inner
3782         loop.
3783         (versionable_outer_loop_p): New function.
3784         (tree_if_conversion): Version the outer loop instead of the inner
3785         one if the pattern will be recognized for outer-loop
3786         vectorization.
3788 2016-11-16  Andrew Burgess  <andrew.burgess@embecosm.com>
3790         * gcc/bb-reorder.c: Remove 'toplev.h' include.
3791         (pass_partition_blocks::gate): No longer check
3792         user_defined_section_attribute, instead check the function decl
3793         for a section attribute.
3794         * gcc/c-family/c-attribs.c (handle_section_attribute): No longer
3795         set user_defined_section_attribute.
3796         * gcc/final.c (rest_of_handle_final): Likewise.
3797         * gcc/toplev.c: Remove definition of user_defined_section_attribute.
3798         * gcc/toplev.h: Remove declaration of
3799         user_defined_section_attribute.
3801 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3803         * config/mips/mips.md (casesi_internal_mips16_<mode>):
3804         Explicitly switch between JR and JRC for the table jump.  Adjust
3805         instruction count.
3807 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3809         * config/mips/mips.md (casesi_internal_mips16_<mode>): Set
3810         `insn_count' to 11 rather than 16.
3812 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3814         * config/mips/mips.md (casesi_internal_mips16_<mode>): Use the
3815         `ltu' rather than `leu' operation in the RTL pattern
3817 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3819         * config/mips/mips.md (casesi_internal_mips16_<mode>): Add
3820         missing <d> instruction prefixes throughout.  Correct
3821         formatting.
3823 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3825         * config/mips/mips.c (mips_output_jump): Output R_MICROMIPS_JALR
3826         rather than R_MIPS_JALR relocation in microMIPS code.  Do not
3827         cancel short delay slots in PIC call relaxation.
3829 2016-11-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3831         * config/arm/arm.md (arm_addsi3): Add alternative for addition of
3832         general register with general register or ARM constant into SP
3833         register.
3835 2016-11-16  Jakub Jelinek  <jakub@redhat.com>
3837         PR fortran/78299
3838         * omp-low.c (expand_omp_for_static_nochunk): Don't assert
3839         that loop->header == body_bb if broken_loop.
3841 2015-11-16  Wilco Dijkstra  <wdijkstr@arm.com>
3843         * tree-ssa-math-opts.c (bswap_replace): Remove test
3844         of SLOW_UNALIGNED_ACCESS.
3846 2016-11-16  Alexander Monakov  <amonakov@ispras.ru>
3848         * config/nvptx/mkoffload.c (main): Check that either OpenACC or OpenMP
3849         is selected.  Pass -mgomp to offload compiler in OpenMP case.
3850         * config/nvptx/nvptx-protos.h (nvptx_shuffle_kind): Move enum
3851         declaration from nvptx.c.
3852         (nvptx_gen_shuffle): Declare.
3853         (nvptx_output_set_softstack): Declare.
3854         * config/nvptx/nvptx.c (nvptx_shuffle_kind): Move to nvptx-protos.h.
3855         (need_softstack_decl): New variable.
3856         (need_unisimt_decl): New variable.
3857         (diagnose_openacc_conflict): New.  Use it...
3858         (nvptx_option_override): ...here.  Handle TARGET_GOMP.
3859         (nvptx_encode_section_info): Handle "shared" attribute.
3860         (write_as_kernel): Restrict to OpenACC target regions.
3861         (init_softstack_frame): New.
3862         (nvptx_init_unisimt_predicate): New.
3863         (write_omp_entry): New.  Use it...
3864         (nvptx_declare_function_name): ...here to emit OpenMP target region
3865         entrypoints.  Handle TARGET_SOFT_STACK.  Call
3866         nvptx_init_unisimt_predicate.
3867         (nvptx_output_set_softstack): New.
3868         (nvptx_get_drap_rtx): Return %argp as the DRAP if needed.
3869         (nvptx_gen_shuffle): Export.
3870         (nvptx_output_call_insn): Handle COND_EXEC patterns.  Emit instruction
3871         predicate.
3872         (nvptx_print_operand): Fix handling of instruction predicates.
3873         (nvptx_get_unisimt_master): New helper function.
3874         (nvptx_get_unisimt_predicate): Ditto.
3875         (nvptx_call_insn_is_syscall_p): Ditto.
3876         (nvptx_unisimt_handle_set): Ditto.
3877         (nvptx_reorg_uniform_simt): New.  Transform code for -muniform-simt.
3878         (nvptx_reorg): Call nvptx_reorg_uniform_simt.
3879         (nvptx_handle_shared_attribute): New.  Use it...
3880         (nvptx_attribute_table): ... here (new entry).
3881         (nvptx_record_offload_symbol): Handle NULL attributes.
3882         (nvptx_file_end): Handle need_softstack_decl and need_unisimt_decl.
3883         (nvptx_simt_vf): New.
3884         (TARGET_SIMT_VF): Define.
3885         * config/nvptx/nvptx.h (TARGET_CPU_CPP_BUILTINS): Define
3886         __nvptx_softstack or __nvptx_unisimt__ when -msoft-stack, or resp.
3887         -muniform-simt option is active.
3888         (STACK_SIZE_MODE): Define.
3889         (FIXED_REGISTERS): Adjust.
3890         (SOFTSTACK_SLOT_REGNUM): New.
3891         (SOFTSTACK_PREV_REGNUM): New.
3892         (REGISTER_NAMES): Adjust.
3893         (struct machine_function): New fields.
3894         * config/nvptx/nvptx.md (UNSPEC_SET_SOFTSTACK): New.
3895         (UNSPEC_VOTE_BALLOT): Ditto.
3896         (UNSPEC_LANEID): Ditto.
3897         (UNSPECV_NOUNROLL): Ditto.
3898         (atomic): New attribute.
3899         (predicable): New attribute.  Generate predicated forms via
3900         define_cond_exec.
3901         (br_true): Mark as not predicable.
3902         (br_false): Ditto.
3903         (br_true_uni): Ditto.
3904         (br_false_uni): Ditto.
3905         (return): Ditto.
3906         (trap_if_true): Ditto.
3907         (trap_if_false): Ditto.
3908         (nvptx_fork): Ditto.
3909         (nvptx_forked): Ditto.
3910         (nvptx_joining): Ditto.
3911         (nvptx_join): Ditto.
3912         (nvptx_barsync): Ditto.
3913         (epilogue): Emit stack restore if TARGET_SOFT_STACK.
3914         (allocate_stack): Implement for TARGET_SOFT_STACK.  Remove unused code.
3915         (allocate_stack_<mode>): Remove unused pattern.
3916         (set_softstack_insn): New pattern.
3917         (restore_stack_block): Handle for TARGET_SOFT_STACK.
3918         (nvptx_vote_ballot): New pattern.
3919         (omp_simt_lane): Ditto.
3920         (omp_simt_last_lane): Ditto.
3921         (omp_simt_ordered): Ditto.
3922         (omp_simt_vote_any): Ditto.
3923         (omp_simt_xchg_bfly): Ditto.
3924         (omp_simt_xchg_idx): Ditto.
3925         (nvptx_nounroll): Ditto.
3926         (atomic_compare_and_swap<mode>_1): Mark with atomic attribute.
3927         (atomic_exchange<mode>): Ditto.
3928         (atomic_fetch_add<mode>): Ditto.
3929         (atomic_fetch_addsf): Ditto.
3930         (atomic_fetch_<logic><mode>): Ditto.
3931         * config/nvptx/nvptx.opt (msoft-stack): New option.
3932         (muniform-simt): Ditto.
3933         (mgomp): Ditto.
3934         * config/nvptx/t-nvptx (MULTILIB_OPTIONS): New.
3935         * doc/extend.texi (Nvidia PTX Variable Attributes): New section.
3936         * doc/invoke.texi (msoft-stack): Document.
3937         (muniform-simt): Document
3938         (mgomp): Document.
3939         * doc/tm.texi: Regenerate.
3940         * doc/tm.texi.in (TARGET_SIMT_VF): New hook.
3941         * target.def: Define it.
3942         * target-insns.def (omp_simt_lane): New.
3943         (omp_simt_last_lane): New.
3944         (omp_simt_ordered): New.
3945         (omp_simt_vote_any): New.
3946         (omp_simt_xchg_bfly): New.
3947         (omp_simt_xchg_idx): New.
3949 2016-11-16  Maciej W. Rozycki  <macro@imgtec.com>
3951         * config/mips/mips-protos.h (mips_set_text_contents_type): New
3952         prototype.
3953         * config/mips/mips.h (ASM_OUTPUT_BEFORE_CASE_LABEL): New macro.
3954         (ASM_OUTPUT_CASE_END): Likewise.
3955         * config/mips/mips.c (mips_set_text_contents_type): New function.
3956         (mips16_emit_constants): Record the pool's initial label number
3957         with the `consttable' insn.  Emit a `consttable_end' insn at the end.
3958         (mips_final_prescan_insn): Call `mips_set_text_contents_type'
3959         for `consttable' insns.
3960         (mips_final_postscan_insn): Call `mips_set_text_contents_type'
3961         for `consttable_end' insns.
3962         * config/mips/mips.md (unspec): Add UNSPEC_CONSTTABLE_END enum value.
3963         (consttable): Add operand.
3964         (consttable_end): New insn.
3966 2016-11-16  Yuri Rumyantsev  <ysrumyan@gmail.com>
3968         * params.def (PARAM_VECT_EPILOGUES_NOMASK): New.
3969         * tree-if-conv.c (tree_if_conversion): Make public.
3970         * * tree-if-conv.h: New file.
3971         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences) Avoid
3972         dynamic alias checks for epilogues.
3973         * tree-vect-loop-manip.c (vect_do_peeling): Return created epilog.
3974         * tree-vect-loop.c: include tree-if-conv.h.
3975         (new_loop_vec_info): Add zeroing orig_loop_info field.
3976         (vect_analyze_loop_2): Don't try to enhance alignment for epilogues.
3977         (vect_analyze_loop): Add argument ORIG_LOOP_INFO which is not NULL
3978         if epilogue is vectorized, set up orig_loop_info field of loop_vinfo
3979         using passed argument.
3980         (vect_transform_loop): Check if created epilogue should be returned
3981         for further vectorization with less vf.  If-convert epilogue if
3982         required. Print vectorization success for epilogue.
3983         * tree-vectorizer.c (vectorize_loops): Add epilogue vectorization
3984         if it is required, pass loop_vinfo produced during vectorization of
3985         loop body to vect_analyze_loop.
3986         * tree-vectorizer.h (struct _loop_vec_info): Add new field
3987         orig_loop_info.
3988         (LOOP_VINFO_ORIG_LOOP_INFO): New.
3989         (LOOP_VINFO_EPILOGUE_P): New.
3990         (LOOP_VINFO_ORIG_VECT_FACTOR): New.
3991         (vect_do_peeling): Change prototype to return epilogue.
3992         (vect_analyze_loop): Add argument of loop_vec_info type.
3993         (vect_transform_loop): Return created loop.
3995 2016-11-16  Segher Boessenkool  <segher@kernel.crashing.org>
3997         * config/rs6000/rs6000.c (rs6000_components_for_bb): Mark the LR
3998         component as used also if LR_REGNO is a live input to the bb.
3999         * df-scan.c (df_get_entry_block_def_set): Return immediately after
4000         clearing the set if DF_SCAN_EMPTY_ENTRY_EXIT is set.
4001         (df_get_exit_block_use_set): Ditto.
4002         * df.h (df_scan_flags): New enum.
4003         * shrink-wrap.c (try_shrink_wrapping_separate): Set
4004         DF_SCAN_EMPTY_ENTRY_EXIT in df_scan->local_flags, and call
4005         df_update_entry_block_defs and df_update_exit_block_uses
4006         at the start; clear the flag and call those functions at the end.
4008 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
4009             Alan Hayward  <alan.hayward@arm.com>
4010             David Sherwood  <david.sherwood@arm.com>
4012         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): Set
4013         nb_iterations to the number of latch iterations rather than the
4014         number of loop iterations.
4016 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
4017             Alan Hayward  <alan.hayward@arm.com>
4018             David Sherwood  <david.sherwood@arm.com>
4020         * combine.c (maybe_swap_commutative_operands): New function.
4021         (combine_simplify_rtx): Use it.
4022         (change_zero_ext): Likewise.
4023         (make_compound_operation_int): New function, split out of...
4024         (make_compound_operation): ...here.  Use
4025         maybe_swap_commutative_operands for both.
4027 2016-11-16  Richard Earnshaw  <rearnsha@arm.com>
4029         * arm/arm-fpus.def (vfpv2): New FPU, currently an alias for 'vfp'.
4030         (neon-vfpv3): New FPU, currently an alias for 'neon'.
4031         * arm/arm-tables.opt: Regenerated.
4032         * arm/t-aprofile (MULTILIB_REUSE): Add reuse rules for vfpv2 and
4033         neon-vfpv3.
4034         * doc/invoke.texi (ARM: -mfpu): Document new options.  Note that 'vfp'
4035         and 'neon' are aliases for specific implementations.
4037 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
4038             Alan Hayward  <alan.hayward@arm.com>
4039             David Sherwood  <david.sherwood@arm.com>
4041         * optabs.c (vector_compare_rtx): Add a cmp_mode parameter
4042         and use it in the final call to gen_rtx_fmt_ee.
4043         (expand_vec_cond_expr): Update accordingly.
4044         (expand_vec_cmp_expr): Likewise.
4046 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
4047             Alan Hayward  <alan.hayward@arm.com>
4048             David Sherwood  <david.sherwood@arm.com>
4050         * cprop.c (local_cprop_find_used_regs): Use df_read_modify_subreg_p.
4052 2016-11-16  Richard Biener  <rguenther@suse.de>
4054         PR middle-end/78333
4055         * gimplify.c (gimplify_function_tree): Do not instrument
4056         GNU extern inline functions.
4058 2016-11-16  Martin Liska  <mliska@suse.cz>
4060         PR sanitizer/78270
4061         * gimplify.c (gimplify_switch_expr): Always save previous
4062         gimplify_ctxp->live_switch_vars.
4064 2016-11-16  Andrew Burgess  <andrew.burgess@embecosm.com>
4066         * config/arc/arc.md (movb peephole2): New peephole2 to merge two
4067         zero_extract operations to allow a movb to occur.
4068         * testsuite/gcc.target/arc/movb-1.c: Update little endian arc results.
4069         * testsuite/gcc.target/arc/movb-2.c: Likewise.
4070         * testsuite/gcc.target/arc/movb-5.c: Likewise.
4071         * testsuite/gcc.target/arc/movh_cl-1.c: Extend test to cover
4072         little endian arc.
4074 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
4075             Alan Hayward  <alan.hayward@arm.com>
4076             David Sherwood  <david.sherwood@arm.com>
4078         * expr.c (emit_group_load_1): Tighten check for whether an
4079         access involves only one operand of a CONCAT.  Use extract_bit_field
4080         for constants if the bit range does span the whole operand.
4082 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
4083             Alan Hayward  <alan.hayward@arm.com>
4084             David Sherwood  <david.sherwood@arm.com>
4086         * rtlanal.c (rtx_addr_can_trap_p_1): Handle unknown sizes.
4088 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
4089             Alan Hayward  <alan.hayward@arm.com>
4090             David Sherwood  <david.sherwood@arm.com>
4092         * tree-vect-loop.c (vect_transform_loop): Protect the updates of
4093         all three iteration counts with an any_* test.  Use a single update
4094         for each count.  Fix the calculation of nb_iterations_estimate.
4096 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
4098         * config/pdp11/pdp11.c: Include dbxout.h.
4100 2016-11-16  Richard Sandiford  <richard.sandiford@arm.com>
4102         * config/arc/arc.c (arc_loop_hazard): Add missing brackets.
4104 2016-11-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4106         PR target/78364
4107         * config/arm/arm.md (*extv_reg): Restrict operands 2 and 3 to the
4108         proper ranges for an SBFX instruction.
4109         (extzv_t2): Likewise for UBFX.
4111 2016-11-16  Richard Biener  <rguenther@suse.de>
4113         PR tree-optimization/78348
4114         * tree-loop-distribution.c (enum partition_kind): Add PKIND_MEMMOVE.
4115         (generate_memcpy_builtin): Honor PKIND_MEMCPY on the partition.
4116         (classify_partition): Set PKIND_MEMCPY if dependence analysis
4117         revealed no dependency, PKIND_MEMMOVE otherwise.
4119 2016-11-16  Jakub Jelinek  <jakub@redhat.com>
4121         PR sanitizer/77823
4122         * ubsan.c (ubsan_build_overflow_builtin): Add DATAP argument, if
4123         it points to non-NULL tree, use it instead of ubsan_create_data.
4124         (instrument_si_overflow): Handle vector signed integer overflow
4125         checking.
4126         * ubsan.h (ubsan_build_overflow_builtin): Add DATAP argument.
4127         * tree-vrp.c (simplify_internal_call_using_ranges): Punt for
4128         vector IFN_UBSAN_CHECK_*.
4129         * internal-fn.c (expand_addsub_overflow): Add DATAP argument,
4130         pass it through to ubsan_build_overflow_builtin.
4131         (expand_neg_overflow, expand_mul_overflow): Likewise.
4132         (expand_vector_ubsan_overflow): New function.
4133         (expand_UBSAN_CHECK_ADD, expand_UBSAN_CHECK_SUB,
4134         expand_UBSAN_CHECK_MUL): Use tit for vector arithmetics.
4135         (expand_arith_overflow): Adjust expand_*_overflow callers.
4137 2016-11-16  Matthias Klose  <doko@ubuntu.com>
4139         * doc/install.texi: Remove references to java/libjava.
4141 2016-11-16  Kugan Vivekanandarajah  <kuganv@linaro.org>
4143         * tree-ssa-coalesce.c (register_default_def): Remove
4144         register_ssa_partition.
4145         (create_outofssa_var_map): Likewise.
4146         * tree-ssa-live.c (register_ssa_partition_check): Remove.
4147         * tree-ssa-live.h (register_ssa_partition): Likewise.
4149 2016-11-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4151         * genattrtab.c (attr_rtx_1): Avoid allocating new rtx objects.
4152         Clear ATTR_CURR_SIMPLIFIED_P for re-used binary rtx objects.
4153         Use DEF_ATTR_STRING for string arguments.  Use RTL_HASH for
4154         integer arguments.  Only set ATTR_PERMANENT_P on newly hashed
4155         rtx when all sub-rtx are also permanent.
4156         (attr_eq): Simplify.
4157         (attr_copy_rtx): Remove.
4158         (make_canonical, get_attr_value): Use attr_equal_p.
4159         (copy_boolean): Rehash NOT.
4160         (simplify_test_exp_in_temp,
4161         optimize_attrs): Remove call to attr_copy_rtx.
4162         (attr_alt_intersection, attr_alt_union,
4163         attr_alt_complement, mk_attr_alt): Rehash EQ_ATTR_ALT.
4164         (make_automaton_attrs): Use attr_eq.
4166 2016-11-15  Matthias Klose  <doko@ubuntu.com>
4168         * doc/install.texi: Remove references to java/libjava.
4169         * doc/sourcebuild.texi: Likewise.
4170         * doc/invoke.texi: Likewise.
4171         * doc/standards.texi: Likewise.
4173 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
4174             Alan Hayward  <alan.hayward@arm.com>
4175             David Sherwood  <david.sherwood@arm.com>
4177         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use Pmode instead
4178         of VOIDmode.
4179         * config/ia64/ia64.h (INCOMING_RETURN_ADDR_RTX): Likewise.
4180         * config/iq2000/iq2000.h (INCOMING_RETURN_ADDR_RTX): Likewise.
4181         * config/m68k/m68k.h (INCOMING_RETURN_ADDR_RTX): Likewise.
4182         * config/microblaze/microblaze.h (INCOMING_RETURN_ADDR_RTX): Likewise.
4183         * config/mips/mips.h (INCOMING_RETURN_ADDR_RTX): Likewise.
4184         * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Likewise.
4185         * config/nios2/nios2.h (INCOMING_RETURN_ADDR_RTX): Likewise.
4187 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
4188             Alan Hayward  <alan.hayward@arm.com>
4189             David Sherwood  <david.sherwood@arm.com>
4191         * dce.c (check_argument_store): Pass the size instead of
4192         the memory reference.
4193         (find_call_stack_args): Pass MEM_SIZE to check_argument_store.
4195 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
4196             Alan Hayward  <alan.hayward@arm.com>
4197             David Sherwood  <david.sherwood@arm.com>
4199         * alias.c (canon_rtx): Use simplify_gen_binary.
4201 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
4202             Alan Hayward  <alan.hayward@arm.com>
4203             David Sherwood  <david.sherwood@arm.com>
4205         * rtl.h (load_extend_op): Declare.
4206         * rtlanal.c (load_extend_op): New function.
4207         (nonzero_bits1): Use it.
4208         (num_sign_bit_copies1): Likewise.
4209         * cse.c (cse_insn): Likewise.
4210         * fold-const.c (fold_single_bit_test): Likewise.
4211         (fold_unary_loc): Likewise.
4212         * fwprop.c (free_load_extend): Likewise.
4213         * postreload.c (reload_cse_simplify_set): Likewise.
4214         (reload_cse_simplify_operands): Likewise.
4215         * combine.c (try_combine): Likewise.
4216         (simplify_set): Likewise.  Remove redundant SUBREG_BYTE and
4217         subreg_lowpart_p checks.
4219 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
4220             Alan Hayward  <alan.hayward@arm.com>
4221             David Sherwood  <david.sherwood@arm.com>
4223         * combine.c (simplify_shift_const_1): Use the number of bits
4224         in the inner mode to determine the range of the shift.
4225         When handling shifts of vectors, skip any rules that apply
4226         only to scalars.
4228 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
4229             Alan Hayward  <alan.hayward@arm.com>
4230             David Sherwood  <david.sherwood@arm.com>
4232         * rtlanal.c (num_sign_bit_copies1): Calculate bitwidth after
4233         handling VOIDmode.
4235 2016-11-15  Matthias Klose  <doko@ubuntu.com>
4237         * doc/install.texi: Remove references to gcj/libjava.
4238         * doc/invoke.texi: Likewise.
4240 2016-11-15  Jeff Law  <law@redhat.com>
4242         * tree-ssa-threadbackward.c (fsm_find_thread_path): Remove unneeded
4243         parameter.  Callers changed.
4244         (check-subpath_and_update_thread_path): Extracted from
4245         fsm_find_control_statement_thread_paths.
4246         (handle_phi, handle_assignment, handle_assignment_p): Likewise.
4247         (handle_phi, handle_assignment): Allow any constant node, not
4248         just INTEGER_CST.
4250 2016-11-15  Claudiu Zissulescu  <claziss@synopsys.com>
4252         * config/arc/arc-arch.h: New file.
4253         * config/arc/arc-arches.def: Likewise.
4254         * config/arc/arc-cpus.def: Likewise.
4255         * config/arc/arc-options.def: Likewise.
4256         * config/arc/t-multilib: Likewise.
4257         * config/arc/genmultilib.awk: Likewise.
4258         * config/arc/genoptions.awk: Likewise.
4259         * config/arc/arc-tables.opt: Likewise.
4260         * config/arc/driver-arc.c: Likewise.
4261         * testsuite/gcc.target/arc/nps400-cpu-flag.c: Likewise.
4262         * common/config/arc/arc-common.c (arc_handle_option): Trace
4263         toggled options.
4264         * config.gcc (arc*-*-*): Add arc-tables.opt to arc's extra
4265         options; check for supported cpu against arc-cpus.def file.
4266         (arc*-*-elf*, arc*-*-linux-uclibc*): Use new make fragment; define
4267         TARGET_CPU_BUILD macro; add driver-arc.o as an extra object.
4268         * config/arc/arc-c.def: Add emacs local variables.
4269         * config/arc/arc-opts.h (processor_type): Use arc-cpus.def file.
4270         (FPU_FPUS, FPU_FPUD, FPU_FPUDA, FPU_FPUDA_DIV, FPU_FPUDA_FMA)
4271         (FPU_FPUDA_ALL, FPU_FPUS_DIV, FPU_FPUS_FMA, FPU_FPUS_ALL)
4272         (FPU_FPUD_DIV, FPU_FPUD_FMA, FPU_FPUD_ALL): New defines.
4273         (DEFAULT_arc_fpu_build): Define.
4274         (DEFAULT_arc_mpy_option): Define.
4275         * config/arc/arc-protos.h (arc_init): Delete.
4276         * config/arc/arc.c (arc_cpu_name): New variable.
4277         (arc_selected_cpu, arc_selected_arch, arc_arcem, arc_archs)
4278         (arc_arc700, arc_arc600, arc_arc601): New variable.
4279         (arc_init): Add static; remove selection of default tune value,
4280         cleanup obsolete error messages.
4281         (arc_override_options): Make use of .def files for selecting the
4282         right cpu and option configurations.
4283         * config/arc/arc.h (stdbool.h): Include.
4284         (TARGET_CPU_DEFAULT): Define.
4285         (CPP_SPEC): Remove mcpu=NPS400 handling.
4286         (arc_cpu_to_as): Declare.
4287         (EXTRA_SPEC_FUNCTIONS): Define.
4288         (OPTION_DEFAULT_SPECS): Likewise.
4289         (ASM_DEFAULT): Remove.
4290         (ASM_SPEC): Use arc_cpu_to_as.
4291         (DRIVER_SELF_SPECS): Remove deprecated options.
4292         (arc_base_cpu): Declare.
4293         (TARGET_ARC600, TARGET_ARC601, TARGET_ARC700, TARGET_EM)
4294         (TARGET_HS, TARGET_V2, TARGET_ARC600): Make them use arc_base_cpu
4295         variable.
4296         (MULTILIB_DEFAULTS): Use ARC_MULTILIB_CPU_DEFAULT.
4297         * config/arc/arc.md (attr_cpu): Remove.
4298         * config/arc/arc.opt (mno-mpy): Deprecate.
4299         (mcpu=ARC600, mcpu=ARC601, mcpu=ARC700, mcpu=NPS400, mcpu=ARCEM)
4300         (mcpu=ARCHS): Remove.
4301         (mcrc, mdsp-packa, mdvbf, mmac-d16, mmac-24, mtelephony, mrtsc):
4302         Deprecate.
4303         (mbarrel_shifte, mspfp_, mdpfp_, mdsp_pack, mmac_): Remove.
4304         (arc_fpu): Use new defines.
4305         (mpy-option): Change to use numeric or string like inputs.
4306         * config/arc/t-arc (driver-arc.o): New target.
4307         (arc-cpus, t-multilib, arc-tables.opt): Likewise.
4308         * config/arc/t-arc-newlib: Delete.
4309         * config/arc/t-arc-uClibc: Renamed to t-uClibc.
4310         * doc/invoke.texi (ARC): Update arc options.
4312 2016-11-15  Maciej W. Rozycki  <macro@imgtec.com>
4314         * config/mips/mips.c (mips16_emit_constants): Emit `consttable'
4315         insn at the beginning of the constant pool.
4316         (mips_insert_insn_pseudos): New function.
4317         (mips_machine_reorg2): Call it.
4318         * config/mips/mips.md (unspec): Add UNSPEC_CONSTTABLE and
4319         UNSPEC_INSN_PSEUDO enum values.
4320         (insn_pseudo, consttable): New insns.
4322 2016-11-15  Michael Matz  <matz@suse.de>
4324         PR missed-optimization/77881
4325         * combine.c (simplify_comparison): Remove useless subregs
4326         also inside the loop, not just after it.
4327         (make_compound_operation): Recognize some subregs as being
4328         masking as well.
4330 2016-11-15  Richard Sandiford  <richard.sandiford@arm.com>
4331             Alan Hayward  <alan.hayward@arm.com>
4332             David Sherwood  <david.sherwood@arm.com>
4334         * dwarf2out.c (mem_loc_descriptor): Fix GET_MODE_CLASS/
4335         GET_MODE_SIZE typo.
4337 2016-11-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
4339         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Add support
4340         for using xxinsertw and vinsert{b,h} on ISA 3.0.
4342         * config/rs6000/vsx.md (vsx_extract_<mode>): Update comment.
4343         (vsx_set_<mode>_p9): New insn to generate xxinsertw and
4344         vinsert{b,h} on ISA 3.0.
4346 2016-11-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4348         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
4349         and cmpnop in two steps: first the ones not accessed in original gimple
4350         expression in a endian independent way and then the ones not accessed
4351         in the final result in an endian-specific way.
4352         (bswap_replace): Stop doing big endian adjustment.
4354 2016-11-14  Uros Bizjak  <ubizjak@gmail.com>
4356         * config/i386/i386.md (*andndi3_doubleword): Merge operand constraints.
4357         (*ashl<mode>3_doubleword): Ditto.
4359 2016-11-14  Martin Liska  <mliska@suse.cz>
4361         * tree-ssa-dse.c (dse_optimize_stmt): Remove quotes and extra new line.
4363 2016-11-14  Prasad Ghangal  <prasad.ghangal@gmail.com>
4364             Richard Biener  <rguenther@suse.de>
4366         * doc/invoke.texi (fgimple): Document.
4367         * dumpfile.h (TDF_GIMPLE): Add.
4368         * dumpfile.c (dump_options): Add gimple.
4369         * gimple-pretty-print.c (dump_gimple_switch): Adjust dump
4370         for TDF_GIMPLE.
4371         (dump_gimple_label): Likewise.
4372         (dump_gimple_phi): Likewise.
4373         (dump_gimple_bb_header): Likewise.
4374         (dump_phi_nodes): Likewise.
4375         (pp_cfg_jump): Likewise.  Pass in dump flags.
4376         (dump_implicit_edges): Adjust.
4377         * passes.c (pass_init_dump_file): Do not dump function header
4378         for TDF_GIMPLE.
4379         * tree-cfg.c (dump_function_to_file): Dump function return type
4380         and __GIMPLE keyword for TDF_GIMPLE.  Change guard for dumping
4381         GIMPLE stmts.
4382         * tree-pretty-print.c (dump_decl_name): Adjust dump for TDF_GIMPLE.
4383         (dump_generic_node): Likewise.
4384         * function.h (struct function): Add pass_startwith member.
4385         * passes.c (execute_one_pass): Implement startwith.
4386         * tree-ssanames.c (make_ssa_name_fn): New argument, check for version
4387         and assign proper version for parsed ssa names.
4388         * tree-ssanames.h (make_ssa_name_fn): Add new argument to the function.
4389         * internal-fn.c (expand_PHI): New function.
4390         * internal-fn.h (expand_PHI): Declared here.
4391         * internal-fn.def: New defination for PHI.
4392         * tree-cfg.c (lower_phi_internal_fn): New function.
4393         (build_gimple_cfg): Call it.
4394         (verify_gimple_call): Condition for passing label as arg in internal
4395         function PHI.
4396         * tree-into-ssa.c (rewrite_add_phi_arguments): Handle already
4397         present PHIs with arguments.
4399 2016-11-14  Martin Liska  <mliska@suse.cz>
4401         PR bootstrap/78069
4402         * common.opt: Add prefer-atomic as a new enum value for
4403         -fprofile-update.
4404         * coretypes.h: Likewise.
4405         * doc/invoke.texi: Document the new option value.
4406         * gcc.c: Replace atomic with prefer-atomic.  Remove warning.
4407         * tree-profile.c (tree_profiling): Select default value
4408         of -fprofile-update when 'prefer-atomic' is selected.
4410 2016-11-14  Wilco Dijkstra  <wdijkstr@arm.com>
4412         * config/arm/cortex-a57.md (cortex_a57_alu): Move extend here, bfm...
4413         (cortex_a57_alu_shift): ...here.
4415 2016-11-14  Wilco Dijkstra  <wdijkstr@arm.com>
4417         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3)
4418         Use bfx attribute.
4419         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
4420         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
4421         (<optab>si3_insn_uxtw): Likewise.
4422         (<optab><mode>3_insn): Likewise.
4423         (<ANY_EXTEND:optab><GPI:mode>_ashl<SHORT:mode>): Likewise.
4424         (zero_extend<GPI:mode>_lshr<SHORT:mode>): Likewise.
4425         (extend<GPI:mode>_ashr<SHORT:mode>): Likewise.
4426         (<optab><mode>): Likewise.
4427         (insv<mode>): Likewise.
4428         (andim_ashift<mode>_bfiz): Likewise.
4429         * config/aarch64/thunderx.md (thunderx_shift): Add bfx.
4430         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Likewise.
4431         * config/arm/cortex-a57.md (cortex_a57_alu): Add bfx.
4432         * config/arm/exynos-m1.md (exynos_m1_alu): Add bfx.
4433         (exynos_m1_alu_p): Likewise.
4434         * config/arm/types.md: Add bfx.
4435         * config/arm/xgene1.md (xgene1_bfm): Add bfx.
4437 2016-11-14  Wilco Dijkstra  <wdijkstr@arm.com>
4439         * config/aarch64/aarch64.c (cortexa57_vector_cost):
4440         Change vec_stmt_cost, vec_align_load_cost and vec_unalign_load_cost.
4442 2016-11-14  Richard Biener  <rguenther@suse.de>
4444         PR tree-optimization/78312
4445         * gimple-ssa-backprop.c (backprop::prepare_change): Reset
4446         flow-sensitive info.
4448 2016-11-14  Georg-Johann Lay  <avr@gjlay.de>
4450         PR target/78093
4451         * doc/invoke.texi (AVR Options) [-mabsdata]: Document new option.
4452         * config/avr/avr.opt (-mabsdata): New option.
4453         * config/avr/avr-arch.h (avr_device_specific_features): Add AVR_ISA_LDS.
4454         * config/avr/avr.c (avr_encode_section_info) [AVR_TINY]: If
4455         -mabsdata & symbol is not progmem, tag as AVR_SYMBOL_FLAG_TINY_ABSDATA.
4456         * config/avr/avr-mcus.def (attiny4/5/9/10/20): Use AVR_ISA_LDS.
4457         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Print cc1_absdata
4458         spec depending on AVR_ISA_LDS.
4459         * config/avr/specs.h (CC1_SPEC): Enhanced by cc1_absdata spec.
4461 2016-11-13  Jakub Jelinek  <jakub@redhat.com>
4463         * match.pd: Don't try to compare addresses of variables with
4464         DECL_VALUE_EXPR.
4466 2016-11-13  Kugan Vivekanandarajah  <kuganv@linaro.org>
4468         * ipa-cp.c (ipa_get_jf_pass_through_result): Skip unary expressions.
4469         (propagate_vr_accross_jump_function): Handle unary expressions.
4470         * ipa-prop.c (ipa_set_jf_unary_pass_through): New.
4471         (load_from_param_1): New.
4472         (load_from_unmodified_param): Factor common part into load_from_param_1.
4473         (load_from_param): New.
4474         (compute_complex_assign_jump_func): Handle unary expressions.
4475         (update_jump_functions_after_inlining): Likewise.
4476         (ipa_write_jump_function): Likewise.
4477         (ipa_read_jump_function): Likewise.
4479 2016-11-13  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4481         PR c/35503
4482         * doc/invoke.texi: Document Wrestrict.
4483         * pretty-print.c (pp_format): Add case for "Z" specifier.
4484         (test_pp_format): Test "Z" specifier.
4486 2016-11-13  Eric Botcazou  <ebotcazou@adacore.com>
4488         * ipa-icf.c (sem_function::merge): Do not create a wrapper also if the
4489         original function needs a static chain.
4491 2016-11-13  David Edelsohn  <dje.gcc@gmail.com>
4493         PR target/78336
4494         * config/rs6000/rs6000.c (rs6000_asm_weaken_decl): Protect
4495         ASM_OUTPUT_DEF.
4497 2016-11-12  Segher Boessenkool  <segher@kernel.crashing.org>
4499         PR target/77957
4500         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
4501         return early if !optional_tbtab.
4503 2016-11-11  Eric Botcazou  <ebotcazou@adacore.com>
4505         PR rtl-optimization/59461
4506         * doc/rtl.texi (paradoxical subregs): Add missing word.
4507         * combine.c (reg_nonzero_bits_for_combine): Do not discard results
4508         in modes with precision larger than that of last_set_mode.
4509         * rtlanal.c (nonzero_bits1) <SUBREG>: If WORD_REGISTER_OPERATIONS is
4510         set and LOAD_EXTEND_OP is appropriate, propagate results from inner
4511         REGs to paradoxical SUBREGs.
4512         (num_sign_bit_copies1) <SUBREG>: Likewise.  Check that the mode is not
4513         larger than a word before invoking LOAD_EXTEND_OP on it.
4515 2016-11-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
4517         PR target/78243
4518         * config/rs6000/vsx.md (vsx_extract_<mode>_p9): Correct the
4519         element order for little endian ordering.
4521         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Use
4522         VECTOR_ELT_ORDER_BIG and not BYTES_BIG_ENDIAN to adjust element
4523         number.
4525 2016-11-11  Uros Bizjak  <ubizjak@gmail.com>
4527         PR target/78310
4528         * config/i386/i386.md (rotate to rotatex splitter): Avoid overflow
4529         when calculating operand 2.
4530         (rotate to rotatex zext splitter): Ditto.
4532 2016-11-11  Jeff Law  <law@redhat.com>
4534         * gimple-ssa-isolate-paths.c (is_divmod_with_given_divisor): New
4535         function.
4536         (stmt_uses_name_in_undefined_way): New function, extracted from
4537         find_implicit_erroneous_behavior and extended for div/mod case.
4538         (stmt_uses_0_or_null_in_undefined_way): New function, extracted from
4539         find_explicit_erroneous_behavior and extended for div/mod case.
4540         (find_implicit_erroneous_behavior): Use new helper function.
4541         (find_explicit_erroneous_behavior): Use new helper function.
4543 2016-11-11  Richard Biener  <rguenther@suse.de>
4545         PR tree-optimization/71575
4546         * graphite-isl-ast-to-gimple.c (copy_cond_phi_nodes): Remove
4547         bogus assert.
4549 2016-11-11  Richard Biener  <rguenther@suse.de>
4551         PR middle-end/78295
4552         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
4553         about uninitialized destination arg of BIT_INSERT_EXPR.
4555 2016-11-10  Sandra Loosemore  <sandra@codesourcery.com>
4557         PR c/37998
4558         * doc/invoke.texi (Code Gen Options) [-fno-common]: Use correct
4559         terminology.  Expand to remove ambiguity.
4561 2016-11-10  Segher Boessenkool  <segher@kernel.crashing.org>
4563         PR rtl-optimization/78232
4564         * combine.c (try_combine): Add a big comment about why reusing i2dest
4565         is undesirable.
4566         (change_zero_ext): Do not call simplify_gen_binary, do the
4567         simplifications manually.
4569 2016-11-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
4571         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If ISA 3.0,
4572         enable HImode and QImode to go in vector registers by default if
4573         the -mvsx-small-integer option is enabled.
4574         (rs6000_secondary_reload_simple_move): Likewise.
4575         (rs6000_preferred_reload_class): Don't force integer constants to
4576         be loaded into vector registers that we can easily make into
4577         memory (or being created in the GPRs and moved over with direct move).
4578         * config/rs6000/vsx.md (UNSPEC_P9_MEMORY): Delete, no longer used.
4579         (vsx_extract_<mode>): Rework V4SImode, V8HImode, and V16QImode
4580         vector extraction on ISA 3.0 when the scalar integer can be
4581         allocated in vector registers.  Generate the VEC_SELECT directy,
4582         and don't use UNSPEC's to avoid having the scalar type in a vector
4583         register.  Make the expander target registers, and let the
4584         combiner fold in results storing to memory, if the machine
4585         supports stores.
4586         (vsx_extract_<mode>_di): Likewise.
4587         (vsx_extract_<mode>_p9): Likewise.
4588         (vsx_extract_<mode>_di_p9): Likewise.
4589         (vsx_extract_<mode>_store_p9): Likewise.
4590         (vsx_extract_si): Likewise.
4591         (vsx_extract_<mode>_p8): Likewise.
4592         (p9_lxsi<wd>zx): Delete, no longer used.
4593         (p9_stxsi<wd>x): Likewise.
4594         * config/rs6000/rs6000.md (INT_ISA3): New mode iterator for
4595         integers in vector registers for ISA 3.0.
4596         (QHI): Update comment.
4597         (zero_extendqi<mode>2): Add support for ISA 3.0 scalar load or
4598         vector extract instructions in sign/zero extend.
4599         (zero_extendhi<mode>): Likewise.
4600         (extendqi<mode>): Likewise.
4601         (extendhi<mode>2): Likewise.
4602         (HImode splitter for load/sign extend in vector register): Likewise.
4603         (float<QHI:mode><FP_ISA3:mode>2): Eliminate old method of
4604         optimizing floating point conversions to/from small data types and
4605         rewrite it to support QImode/HImode being allowed in vector
4606         registers on ISA 3.0.
4607         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4608         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
4609         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4610         (fix_trunc<SFDF:mode><QHI:mode>2): Likewise.
4611         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4612         (fixuns_trunc<SFDF:mode><QHI:mode>2): Likewise.
4613         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4614         VSPLITISW on ISA 2.07.
4615         (movhi_internal): Combine movhi_internal and movqi_internal into
4616         one mov<mode>_internal with an iterator.  Add support for QImode
4617         and HImode being allowed in vector registers.  Make large number
4618         of attributes and constraints easier to read.
4619         (movqi_internal): Likewise.
4620         (mov<mode>_internal): Likewise.
4621         (movdi_internal64): Fix constraint to allow loading -16..15 with
4622         VSPLITISW on ISA 2.07.
4623         (integer XXSPLTIB splitter): Add support for QI, HI, and SImode as
4624         well as DImode.
4626 2016-11-10  Pat Haugen  <pthaugen@us.ibm.com>
4628         PR rtl-optimization/78241
4629         * loop-unroll.c (unroll_loop_runtime_iterations): Don't adjust 'niter',
4630         but emit initial peel copy if niter expr is not reliable.
4632 2016-11-10  Segher Boessenkool  <segher@kernel.crashing.org>
4634         * dwarf2cfi.c (dump_cfi_row): Add forward declaration.
4635         (maybe_record_trace_start): If the CFI is different on the new and
4636         old paths, print out both to the dump file before ICEing.
4638 2016-11-10  Vladimir Makarov  <vmakarov@redhat.com>
4640         * target.def (additional_allocno_class_p): New.
4641         * hooks.h (hook_bool_reg_class_t_false): New prototype.
4642         * hooks.c (hook_bool_reg_class_t_false): New.
4643         * ira.c (setup_allocno_and_important_classes): Use the new hook.
4644         * doc/tm.texi.in (TARGET_ADDITIONAL_ALLOCNO_CLASS_P): Add it.
4645         * doc/tm.texi: Update.
4647 2016-11-10  Jason Merrill  <jason@redhat.com>
4649         * gengtype.c (new_structure): Append to structures list.
4650         (find_structure): Likewise.
4652 2016-11-10  Jim Wilson  <jim.wilson@linaro.org>
4654         * tree-loop-distribution.c (pg_add_dependence_edges): Return 2 if
4655         this_dir is 2.  Check for this_dir non-zero before dir != this_dir
4656         check.
4658 2016-11-10  Jakub Jelinek  <jakub@redhat.com>
4660         * omp-low.c (lower_omp_target): Fix up argument to is_reference.
4661         (expand_omp_ordered_sink): Handle TREE_PURPOSE of deps being
4662         TRUNC_DIV_EXPR.
4663         * gimplify.c (gimplify_scan_omp_clauses): Likewise.  Set
4664         ctx->target_map_scalars_firstprivate on OMP_TARGET even for Fortran.
4665         Remove omp_no_lastprivate callers.  Propagate lastprivate on combined
4666         teams distribute parallel for simd even to distribute and teams
4667         construct.  For OMP_CLAUSE_DEPEND add missing break at the end of
4668         OMP_CLAUSE_DEPEND_SINK case.
4669         (omp_notice_variable): Use lang_hooks.decls.omp_scalar_p.
4670         (omp_no_lastprivate): Removed.
4671         (gimplify_adjust_omp_clauses): Remove omp_no_lastprivate callers.
4672         (gimplify_omp_for): Likewise.
4673         (computable_teams_clause): Fail for automatic vars from current
4674         function not yet seen in bind expr.
4675         * langhooks.c (lhd_omp_scalar_p): New function.
4676         * langhooks.h (struct lang_hooks_for_decls): Add omp_scalar_p.
4677         * varpool.c (varpool_node::get_create): Set node->offloading
4678         even for DECL_EXTERNAL decls.
4679         * langhooks-def.h (lhd_omp_scalar_p): New prototype.
4680         (LANG_HOOKS_OMP_SCALAR_P): Define.
4681         (LANG_HOOKS_DECLS): Use it.
4683 2016-11-10  Martin Liska  <mliska@suse.cz>
4685         PR sanitizer/78270
4686         * gimplify.c (gimplify_switch_expr): Create live_switch_vars
4687         only when SWITCH_BODY is a BIND_EXPR.
4689 2016-11-10  Pierre-Marie de Rodat  <derodat@adacore.com>
4691         PR debug/78112
4692         * dwarf2out.c (dwarf2out_early_global_decl): Call dwarf2out_decl
4693         on the context only when it has no DIE yet.
4695 2016-11-10  Richard Earnshaw  <rearnsha@arm.com>
4697         * arm.h (target_cpus): Delete.
4698         * arm-opts.h (enum processor_type): Prefix entires with TARGET_CPU_.
4699         * arm.c (all_cores): Prefix IDENT with TARGET_CPU_.
4700         (all_architectures): Likewise.
4701         (arm_option_override): Adjust use of CPU enums.
4702         (arm_sched_reorder): Likewise.
4703         * vfp.md (movdi_vfp, movdi_vfp_cortexa8): Likewise.
4704         * arm.opt (mcpu, mtune): Adjust use of CPU enums.
4705         * arm/genopt.sh (processor_type): Prefix enumeration entries with
4706         TARGET_CPU_.
4707         * arm-tables.opt: Regenerated.
4709 2016-11-10  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
4711         * config/aarch64/aarch64-cores.def (qdf24xx): Update part number.
4712         (falkor): New core.
4713         * config/aarch64/aarch64-tune.md: Regenerated.
4714         * config/arm/arm-cores.def (falkor): New core.
4715         * config/arm/arm-tables.opt: Regenerated.
4716         * config/arm/arm-tune.md: Regenerated.
4717         * config/arm/bpabi.h (BE8_LINK_SPEC): Add falkor support.
4718         * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
4719         * doc/invoke.texi (AArch64 Options/-mtune): Document it.
4720         (ARM Options/-mtune): Likewise.
4722 2016-11-10  Kugan Vivekanandarajah  <kuganv@linaro.org>
4724         Revert
4725         2016-11-09  Kugan Vivekanandarajah  <kuganv@linaro.org>
4727         * ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.
4728         (propagate_vr_accross_jump_function): Likewise.
4729         * ipa-prop.c (ipa_set_jf_unary_pass_through): New.
4730         (load_from_param_1): New.
4731         (load_from_unmodified_param): Factor common part into load_from_param_1.
4732         (load_from_param): New.
4733         (compute_complex_assign_jump_func): Handle unary expressions.
4734         (ipa_write_jump_function): Likewise.
4735         (ipa_read_jump_function): Likewise.
4737 2016-11-09  Segher Boessenkool  <segher@kernel.crashing.org>
4739         * simplify-rtx.c (simplify_binary_operation_1): Simplify
4740         (xor (and (xor A B) C) B) to (ior (and A C) (and B ~C)) and
4741         (xor (and (xor A B) C) A) to (ior (and A ~C) (and B C)) if C
4742         is a const_int.
4744 2016-11-09  David Malcolm  <dmalcolm@redhat.com>
4746         * print-rtl-function.c: Include varasm.h.
4747         (print_any_param_name): New function.
4748         (print_param): New function.
4749         (print_rtx_function): Call print_param for each argument.
4750         * print-rtl.c (rtx_writer::finish_directive): New function.
4751         * print-rtl.h (rtx_writer::finish_directive): New decl.
4753 2016-11-09  Uros Bizjak  <ubizjak@gmail.com>
4755         PR target/78262
4756         * config/i386/i386.md (*<shift_insn><mode>3_doubleword): Mark
4757         operand 0 as earlyclobber.
4758         (*ashl<mode>3_doubleword): Ditto for all operand 0 alternatives.
4760 2016-11-09  Martin Liska  <mliska@suse.cz>
4762         * fold-const-call.c (fold_const_call): Fix up type of s0 and s1.
4764 2016-11-09  Jakub Jelinek  <jakub@redhat.com>
4766         PR target/77718
4767         * builtins.c (expand_builtin_memcmp): Formatting fix.
4769         * flag-types.h (enum sanitize_code): Add SANITIZE_SHIFT_BASE
4770         and SANITIZE_SHIFT_EXPONENT, change SANITIZE_SHIFT to bitwise
4771         or of them, renumber other enumerators.
4772         * opts.c (sanitizer_opts): Add shift-base and shift-exponent.
4773         * doc/invoke.texi: Document -fsanitize=shift-base and
4774         -fsanitize-shift-exponent, document -fsanitize=shift as
4775         having those 2 suboptions.
4777 2016-11-09  Richard Biener  <rguenther@suse.de>
4779         * fold-const.c (tree_swap_operands_p): Remove unused arg.
4780         * fold-const.c (tree_swap_operands_p): Likewise.
4781         (fold_binary_loc): Adjust.
4782         (fold_ternary_loc): Likewise.
4783         * genmatch.c (dt_operand::gen_gimple_exp): Likewise.
4784         * gimple-fold.c (fold_stmt_1): Likewise.
4785         * gimple-match-head.c (gimple_resimplify2): Likewise.
4786         (gimple_resimplify3): Likewise.
4787         (gimple_simplify): Likewise.
4788         * tree-ssa-dom.c (record_equality): Likewise.
4789         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Likewise.
4790         * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
4791         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): Likewise.
4793 2016-11-09  Richard Biener  <rguenther@suse.de>
4795         * tree-ssa-dom.c (canonicalize_comparison): Remove.
4796         (optimize_stmt): Remove redundant pre-propagation canonicalization
4797         of comparison operand order.
4799 2016-11-09  Martin Liska  <mliska@suse.cz>
4801         * fold-const-call.c (fold_const_call): Fix the folding.
4803 2016-11-09  Richard Biener  <rguenther@suse.de>
4805         * common.opt (flag_evaluation_order): Remove.
4806         * expr.c (expand_operands): Remove code guarded by
4807         flag_evaluation_order.
4808         * fold-const.c (reorder_operands_p): Remove, it always returns
4809         true.
4810         (negate_expr_p): Remove calls to reorder_operands_p.
4811         (fold_negate_expr): Likewise.
4812         (tree_swap_operands_p): Likewise.
4813         (fold_binary_loc): Likewise.
4815 2016-11-09  Andreas Schwab  <schwab@suse.de>
4817         PR target/78254
4818         * config/m68k/m68k.md: Reject out-of-range bit pos in bit-fields
4819         insns operating on a register.
4821 2016-11-09  Richard Biener  <rguenther@suse.de>
4823         PR tree-optimization/78007
4824         * tree-vect-stmts.c (vectorizable_bswap): New function.
4825         (vectorizable_call): Call vectorizable_bswap for
4826         BUILT_IN_BSWAP{16,32,64} if arguments are not promoted.
4828 2016-11-09  Richard Biener  <rguenther@suse.de>
4830         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
4831         Look at the DR_BASE_ADDRESS object for forcing alignment.
4833 2016-11-09  Kugan Vivekanandarajah  <kuganv@linaro.org>
4835         * ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.
4836         (propagate_vr_accross_jump_function): Likewise.
4837         * ipa-prop.c (ipa_set_jf_unary_pass_through): New.
4838         (load_from_param_1): New.
4839         (load_from_unmodified_param): Factor common part into load_from_param_1.
4840         (load_from_param): New.
4841         (compute_complex_assign_jump_func): Handle unary expressions.
4842         (ipa_write_jump_function): Likewise.
4843         (ipa_read_jump_function): Likewise.
4845 2016-11-09  Kugan Vivekanandarajah  <kuganv@linaro.org>
4847         PR ipa/78121
4848         * ipa-cp.c (propagate_vr_accross_jump_function): Pass param type.
4849         Also fold constant passed as argument while computing value range.
4850         (propagate_constants_accross_call): Pass param type.
4851         * ipa-prop.c: export ipa_get_callee_param_type.
4852         * ipa-prop.h: export ipa_get_callee_param_type.
4854 2016-11-09  Maxim Ostapenko  <m.ostapenko@samsung.com>
4856         * asan.h (asan_intercepted_p): Handle BUILT_IN_STRCSPN,
4857         BUILT_IN_STRPBRK, BUILT_IN_STRSPN and BUILT_IN_STRSTR.
4859 2016-11-09  Maxim Ostapenko  <m.ostapenko@samsung.com>
4861         * asan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.
4862         * asan.c (ASAN_STACK_MAGIC_PARTIAL): Replace with
4863         ASAN_STACK_MAGIC_MIDDLE.
4864         (asan_global_struct): Increase the size of fields.
4865         (asan_add_global): Add new field constructor.
4866         * sanitizer.def (__asan_version_mismatch_check_v6): Replace with
4867         __asan_version_mismatch_check_v8.
4869 2016-11-08  David Edelsohn  <dje.gcc@gmail.com>
4871         * dwarf2asm.c (USE_LINKONCE_INDIRECT): Test XCOFF_DEBUGGING_INFO
4872         at runtime.
4874 2016-11-08  Uros Bizjak  <ubizjak@gmail.com>
4876         PR target/70799
4877         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
4878         Handle ASHIFT and LSHIFTRT.
4879         (dimode_scalar_chain::compute_convert_gain): Ditto.
4880         (dimode_scalar_chain::convert_insn): Ditto.
4882 2016-11-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4884         * gimple-ssa-store-merging.c: Include selftest.h
4885         (verify_array_eq): New function.
4886         (verify_shift_bytes_in_array): Likewise.
4887         (verify_shift_bytes_in_array_right): Likewise.
4888         (verify_clear_bit_region): Likewise.
4889         (verify_clear_bit_region_be): Likewise.
4890         (store_merging_c_tests): Likewise.
4891         * selftest.h (store_merging_c_tests): Declare prototype.
4892         * selftest-run-tests.c (selftest::run_tests): Run
4893         store_merging_c_tests.
4895 2016-11-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4897         * config/arm/arm.opt (mold-rtx-costs): Delete.
4898         (mnew-generic-costs): Delete.
4899         * config/arm/arm-protos.h (struct tune_params): Delete rtx_costs field.
4900         * config/arm/arm.c (arm_rtx_costs_1): Delete.
4901         (arm_size_rtx_costs): Likewise.
4902         (arm_slowmul_rtx_costs): Likewise.
4903         (arm_fastmul_rtx_costs): Likewise.
4904         (arm_xscale_rtx_costs): Likewise.
4905         (arm_9e_rtx_costs): Likewise.
4906         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
4907         arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
4908         arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
4909         arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
4910         arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
4911         arm_cortex_a5_tune, arm_xgene1_tune, arm_marvell_pj4_tune,
4912         arm_cortex_a35_tune, arm_exynosm1_tune, arm_cortex_a73_tune,
4913         arm_cortex_m7_tune):
4914         Delete rtx_costs field.
4915         (arm_new_rtx_costs): Rename to...
4916         (arm_rtx_costs_internal): ... This.
4917         (arm_rtx_costs): Remove old way of doing rtx costs.
4919 2016-11-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4921         * config/arm/arm.c (arm_slowmul_tune): Use generic_extra_costs.
4922         (arm_fastmul_tune): Likewise.
4923         (arm_strongarm_tune): Likewise.
4924         (arm_xscale_tune): Likewise.
4925         (arm_9e_tune): Likewise.
4926         (arm_marvell_pj4_tune): Likewise.
4927         (arm_v6t2_tune): Likewise.
4928         (arm_v6m_tune): Likewise.
4929         (arm_fa726te_tune): Likewise.
4931 2016-11-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4933         PR tree-optimization/78234
4934         * gimple-ssa-store-merging.c (clear_bit_region): Fix off-by-one error
4935         in start != 0 case.
4937 2016-11-08  Martin Liska  <mliska@suse.cz>
4939         PR testsuite/78242
4940         * dbgcnt.def: Add new debug counter asan_use_after_scope.
4941         * gimplify.c (gimplify_decl_expr): Do not sanitize vars
4942         with a value expr.  Do not add artificial variables to
4943         live_switch_vars.  Use the debug counter.
4944         (gimplify_target_expr): Use the debug counter.
4945         * internal-fn.def: Remove ECF_TM_PURE from ASAN_MARK builtin.
4946         * sanitizer.def: Set ATTR_NOTHROW_LEAF_LIST to
4947         BUILT_IN_ASAN_CLOBBER_N and BUILT_IN_ASAN_UNCLOBBER_N.
4949 2016-11-08  Richard Biener  <rguenther@suse.de>
4951         * tree-vect-stmts.c (get_group_load_store_type): If the
4952         access is aligned do not trigger peeling for gaps.
4953         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
4954         force alignment of vars with DECL_USER_ALIGN.
4956 2016-11-08  James Greenhalgh  <james.greenhalgh@arm.com>
4958         * config/aarch64/t-aarch64 (aarch64-c.o): Depend on TARGET_H.
4960 2016-11-08  Richard Biener  <rguenther@suse.de>
4962         PR tree-optimization/78205
4963         * tree-vect-stmts.c (vectorizable_load): Move check whether
4964         we may run into gaps when BB vectorizing SLP permutations ...
4965         * tree-vect-slp.c (vect_supported_load_permutation_p): ...
4966         here where we can do a more precise check.
4968 2016-11-08  Richard Biener  <rguenther@suse.de>
4970         PR tree-optimization/78224
4971         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
4972         Split the fallthru edge in case its successor may have PHIs.
4973         Do not free dominance info.
4975 2016-11-07  Jakub Jelinek  <jakub@redhat.com>
4977         PR target/78229
4978         * config/i386/i386.c (ix86_gimple_fold_builtin): Do not adjust
4979         EH info even for bzhi and pdep/pext.
4981 2016-11-07  Peter Bergner  <bergner@vnet.ibm.com>
4983         * config.gcc (powerpc*-*-*, rs6000*-*-*): Remove setting of
4984         INCLUDE_EXTRA_SPEC for Advance Toolchain builds.
4986 2016-11-07  Segher Boessenkool  <segher@kernel.crashing.org>
4988         * config/rs6000/rs6000.md (div<mode>3): Expand using rs6000_emit_swdiv
4989         if appropriate.
4990         * config/rs6000/vector.md (div<mode>3): Ditto.
4992 2016-11-07  David Edelsohn  <dje.gcc@gmail.com>
4994         * configure.ac (.hidden): Change to conftest_s string. Provide string
4995         for AIX assembler.
4996         (gcc_cv_ld_hidden): Yes for AIX.
4997         * configure: Regenerate.
4999         * dwarf2asm.c (USE_LINKONCE_INDIRECT): Don't set for AIX (XCOFF).
5001         * config/rs6000/rs6000-protos.h (rs6000_asm_weaken_decl): Declare
5002         (rs6000_xcoff_asm_output_aligned_decl_common): Declare.
5003         * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_DECL_NAME): Define.
5004         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
5005         (ASM_OUTPUT_ALIGNED_COMMON): Delete.
5006         * config/rs6000/rs6000.c (rs6000_init_builtins): Change clog rename
5007         from #if to if.
5008         (rs6000_xcoff_visibility): New.
5009         (rs6000_xcoff_declare_function_name): Add visibility support.
5010         (rs6000_xcoff_asm_globalize_decl_name): New.
5011         (rs6000_xcoff_asm_output_aligned_decl_common): New.
5012         (rs6000_asm_weaken_decl): New.
5013         (rs6000_code_end): Disable HIDDEN_LINKONCE on XCOFF.
5014         config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Change definition to
5015         reference function.
5017 2016-11-07  Jack Howarth  <howarth.at.gcc@gmail.com>
5019         PR driver/78206
5020         * incpath.c (remove_dup): Also silently ignore EPERM.
5022 2016-11-07  Martin Jambor  <mjambor@suse.cz>
5024         * tree.c (verify_type_variant): Use pointer comparison to check that
5025         TYPE_SIZE_UNIT match.
5027 2016-11-07  Jakub Jelinek  <jakub@redhat.com>
5029         PR target/77834
5030         * dse.c (dse_step5): Call scan_reads even if just
5031         insn_info->frame_read.  Improve and fix dump file messages.
5033         PR target/78227
5034         * config/i386/i386.c (ix86_expand_sse_cmp): Force dest into
5035         cmp_mode argument even for -O0 if cmp_mode != mode and maskcmp.
5037 2016-11-07  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
5039         PR middle-end/35691
5040         * match.pd: Add following two patterns:
5041         (x == 0 & y == 0) -> (x | typeof(x)(y)) == 0.
5042         (x != 0 | y != 0) -> (x | typeof(x)(y)) != 0.
5044 2016-11-07  Bernd Schmidt  <bschmidt@redhat.com>
5046         * emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order.
5047         * sel-sched-ir.c (create_copy_of_insn_rtx): Likewise.
5048         * rtl.h (duplicate_reg_notes): Declare.
5049         * rtlanal.c (duplicate_reg_note): New function.
5051         PR rtl-optimization/77309
5052         * combine.c (make_compound_operation): Allow EQ for IN_CODE, and
5053         don't assume an equality comparison for plain COMPARE.
5054         (simplify_comparison): Pass a more accurate code to
5055         make_compound_operation.
5057 2016-11-07  Pat Haugen  <pthaugen@us.ibm.com>
5059         * target.def (compute_pressure_classes): New target hook.
5060         * doc/tm.texi.in: Document it.
5061         * doc/tm.texi: Regenerate.
5062         * ira.c (setup_pressure_classes): Call target hook if defined.
5064 2016-11-07  David Malcolm  <dmalcolm@redhat.com>
5066         * print-rtl.c (rtx_writer::operand_has_default_value_p): New
5067         method.
5068         (rtx_writer::print_rtx): In compact mode, omit trailing operands
5069         that have the default values.
5070         * print-rtl.h (rtx_writer::operand_has_default_value_p): New
5071         method.
5072         * rtl-tests.c (selftest::test_dumping_insns): Remove empty
5073         label string from expected dump.
5074         (seltest::test_uncond_jump): Remove trailing "(nil)" for REG_NOTES
5075         from expected dump.
5077 2016-11-07  Jakub Jelinek  <jakub@redhat.com>
5079         PR target/77834
5080         * alias.c (nonoverlapping_memrefs_p): If one decl is
5081         FUNCTION_DECL or LABEL_DECL and the other is not, return 1.
5083 2016-11-07  Richard Biener  <rguenther@suse.de>
5085         PR target/78229
5086         * config/i386/i386.c (ix86_gimple_fold_builtin): Do not adjust
5087         EH info.
5089 2016-11-07  Richard Biener  <rguenther@suse.de>
5091         PR tree-optimization/78218
5092         * gimple-ssa-store-merging.c
5093         (pass_store_merging::terminate_all_aliasing_chains):
5094         Drop unused argument, fix alias check to also consider uses.
5095         (pass_store_merging::execute): Adjust.
5097 2016-11-07  Richard Biener  <rguenther@suse.de>
5099         PR tree-optimization/78228
5100         * tree-ssa-phiopt.c (abs_replacement): Avoid introducing
5101         undefined behavior.
5103 2016-11-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5105         PR target/77822
5106         * config/aarch64/aarch64.md (*tb<optab><mode>1): Use
5107         aarch64_simd_shift_imm_<mode> predicate for operand 1.
5108         (<optab>, ANY_EXTRACT): Use tighter predicates on operands 2 and 3
5109         to restrict them to an appropriate range and add FAIL check if the
5110         region they specify is out of range.  Delete useless constraint
5111         strings.
5112         (*<optab><mode>, ANY_EXTRACT): Add appropriate predicates on operands
5113         2 and 3 to restrict their range and add pattern predicate.
5115 2016-11-07  Martin Liska  <mliska@suse.cz>
5117         * asan.c (enum asan_check_flags): Move the enum to header file.
5118         (asan_init_shadow_ptr_types): Make type creation more generic.
5119         (shadow_mem_size): New function.
5120         (asan_emit_stack_protection): Use newly added ASAN_SHADOW_GRANULARITY.
5121         Rewritten stack unpoisoning code.
5122         (build_shadow_mem_access): Add new argument return_address.
5123         (instrument_derefs): Instrument local variables if use after scope
5124         sanitization is enabled.
5125         (asan_store_shadow_bytes): New function.
5126         (asan_expand_mark_ifn): Likewise.
5127         (asan_sanitize_stack_p): Moved from asan_sanitize_stack_p.
5128         * asan.h (enum asan_mark_flags): Moved here from asan.c
5129         (asan_protect_stack_decl): Protect all declaration that need
5130         to live in memory.
5131         (asan_sanitize_use_after_scope): New function.
5132         (asan_no_sanitize_address_p): Likewise.
5133         * cfgexpand.c (partition_stack_vars): Consider
5134         asan_sanitize_use_after_scope in condition.
5135         (expand_stack_vars): Likewise.
5136         * common.opt (-fsanitize-address-use-after-scope): New option.
5137         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
5138         Explain the parameter.
5139         * flag-types.h (enum sanitize_code): Define SANITIZE_USE_AFTER_SCOPE.
5140         * gimplify.c (build_asan_poison_call_expr): New function.
5141         (asan_poison_variable): Likewise.
5142         (gimplify_bind_expr): Generate poisoning/unpoisoning for local
5143         variables that have address taken.
5144         (gimplify_decl_expr): Likewise.
5145         (gimplify_target_expr): Likewise for C++ temporaries.
5146         (sort_by_decl_uid): New function.
5147         (gimplify_expr): Unpoison all variables for a label we can jump
5148         from outside of a scope.
5149         (gimplify_switch_expr): Unpoison variables defined in the switch
5150         context.
5151         (gimplify_function_tree): Clear asan_poisoned_variables.
5152         (asan_poison_variables): New function.
5153         (warn_switch_unreachable_r): Handle IFN_ASAN_MARK.
5154         * internal-fn.c (expand_ASAN_MARK): New function.
5155         * internal-fn.def (ASAN_MARK): Declare.
5156         * opts.c (finish_options): Handle -fstack-reuse if
5157         -fsanitize-address-use-after-scope is enabled.
5158         (common_handle_option): Enable address sanitization if
5159         -fsanitize-address-use-after-scope is enabled.
5160         * params.def (PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD):
5161         New parameter.
5162         * params.h: Likewise.
5163         * sancov.c (pass_sanopt::execute): Handle IFN_ASAN_MARK.
5164         * sanitizer.def: Define __asan_poison_stack_memory and
5165         __asan_unpoison_stack_memory functions.
5166         * asan.c (asan_mark_poison_p): New function.
5167         (transform_statements): Handle asan_mark_poison_p calls.
5168         * gimple.c (nonfreeing_call_p): Handle IFN_ASAN_MARK.
5170 2016-11-07  Tamar Christina  <tamar.christina@arm.com>
5172         PR driver/78196
5173         * Makefile.in (SELFTEST_FLAGS): Added -o /dev/null.
5175 2016-11-07  Martin Liska  <mliska@suse.cz>
5177         * tree-profile.c (gimple_gen_time_profiler): Set proper type
5178         to time_profiler_counter_ptr.
5180 2016-11-07  Richard Biener  <rguenther@suse.de>
5182         PR tree-optimization/37150
5183         * tree-vectorizer.h (vect_transform_slp_perm_load): Add n_perms
5184         parameter.
5185         * tree-vect-slp.c (vect_supported_load_permutation_p): Adjust.
5186         (vect_analyze_slp_cost_1): Account for the real number of
5187         permutations emitted and for dead loads.
5188         (vect_transform_slp_perm_load): Add n_perms parameter counting
5189         the number of emitted permutations.
5190         * tree-vect-stmts.c (vectorizable_load): Adjust.
5192 2016-11-07  Richard Biener  <rguenther@suse.de>
5194         PR tree-optimization/78189
5195         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Fix
5196         alignment computation.
5198 2016-11-06  Kugan Vivekanandarajah  <kuganv@linaro.org>
5200         * ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.
5202 2016-11-05  Martin Sebor  <msebor@redhat.com>
5204         * doc/invoke.texi (Warning Options): Correct typos in -Walloca
5205         documentation.
5207 2016-11-05  David Edelsohn  <dje.gcc@gmail.com>
5209         PR bootstrap/78188
5210         PR c++/71848
5211         * ipa-comdats.c (pass_ipa_comdats::gate): Require HAVE_COMDAT_GROUP.
5213 2016-11-04  Jakub Jelinek  <jakub@redhat.com>
5215         PR target/77834
5216         * alias.c (nonoverlapping_memrefs_p): Return 0 if exprx or expry
5217         doesn't have rtl set.
5219 2016-11-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5221         * config/rs6000/rs6000.c (gimple-ssa.h): New #include.
5222         (TARGET_GIMPLE_FOLD_BUILTIN): Define as
5223         rs6000_gimple_fold_builtin.
5224         (rs6000_gimple_fold_builtin): New function.  Add handling for
5225         early expansion of vector addition builtins.
5227 2016-11-04  Eric Botcazou  <ebotcazou@adacore.com>
5229         * expr.h (copy_blkmode_from_reg): Delete.
5230         * expr.c (copy_blkmode_from_reg): Make static.
5232 2016-11-04  Eric Botcazou  <ebotcazou@adacore.com>
5234         * defaults.h (LOAD_EXTEND_OP): Define if not already defined.
5235         * combine.c (LOAD_EXTEND_OP): Delete.
5236         (simplify_comparison): Fix comment about LOAD_EXTEND_OP.
5237         * cse.c (LOAD_EXTEND_OP): Delete.
5238         * fold-const.c (LOAD_EXTEND_OP): Likewise.
5239         * fwprop.c (free_load_extend): Remove #ifdef LOAD_EXTEND_OP/#endif.
5240         * postreload.c (LOAD_EXTEND_OP): Delete.
5241         * reload.c (push_reload): Remove #ifdef LOAD_EXTEND_OP/#endif.
5242         Convert conditional compilation based on WORD_REGISTER_OPERATIONS.
5243         (find_reloads): Likewise.
5244         * reload1.c (eliminate_regs_1): Likewise.
5245         * rtlanal.c (nonzero_bits1): Remove #ifdef LOAD_EXTEND_OP/#endif.
5246         (num_sign_bit_copies1): Likewise.
5248 2016-11-04  David Malcolm  <dmalcolm@redhat.com>
5250         * config/i386/i386.c: Include "selftest.h" and "selftest-rtl.h".
5251         (selftest::ix86_test_dumping_hard_regs): New function.
5252         (selftest::ix86_run_selftests): New function.
5253         (TARGET_RUN_TARGET_SELFTESTS): When CHECKING_P, wire this up to
5254         selftest::ix86_run_selftests.
5255         * doc/tm.texi.in (TARGET_RUN_TARGET_SELFTESTS): New.
5256         * doc/tm.texi: Regenerate
5257         * selftest-rtl.h: New file.
5258         * rtl-tests.c: Include "selftest-rtl.h".
5259         (selftest::assert_rtl_dump_eq): Make non-static.
5260         (ASSERT_RTL_DUMP_EQ): Move to selftest-rtl.h.
5261         (selftest::test_dumping_regs): Update comment.
5262         * selftest-run-tests.c: Include "target.h".
5263         (selftest::run_tests): If non-NULL, call
5264         targetm.run_target_selftests.
5265         * target.def (run_target_selftests): New hook.
5267 2016-11-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5269         * config/arm/arm-arches.def (armv8-m.main+dsp): Set Cortex-M33 as
5270         representative core for this architecture.
5271         * config/arm/arm-cores.def (cortex-m33): Define new processor.
5272         * config/arm/arm-tables.opt: Regenerate.
5273         * config/arm/arm-tune.md: Likewise.
5274         * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M33 to the list of
5275         valid -mcpu options.
5276         * doc/invoke.texi (ARM Options): Document new Cortex-M33 processor.
5278 2016-11-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5280         * config/arm/arm-arches.def (armv8-m.base): Set Cortex-M23 as
5281         representative core for this architecture.
5282         * config/arm/arm-cores.def (cortex-m23): Define new processor.
5283         * config/arm/arm-tables.opt: Regenerate.
5284         * config/arm/arm-tune.md: Likewise.
5285         * config/arm/arm.c (arm_v6m_tune): Add Cortex-M23 to the list of cores
5286         this tuning parameters apply to in the comment.
5287         * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M23 to the list of
5288         valid -mcpu options.
5289         * doc/invoke.texi (ARM Options): Document new Cortex-M23 processor.
5291 2016-11-04  Bin Cheng  <bin.cheng@arm.com>
5293         * fold-const.c (fold_cond_expr_with_comparison): Remove call
5294         to pedantic_non_lvalue_loc.  Remove useless code for lvalue
5295         where cond_expr can't be a lvalue.
5297 2016-11-04  Claudiu Zissulescu  <claziss@synopsys.com>
5299         * config/arc/arc.c (arc_process_double_reg_moves): Use
5300         gen_dexcl_2op call.
5301         * config/arc/arc.md (movsi_insn): Disable unsupported move
5302         instructions for ARCv2 cores.
5303         (movdi): Use prepare_move_operands.
5304         (movsf, movdf): Use move_dest_operand predicate.
5305         * config/arc/constraints.md (Chs): Enable when barrel shifter is
5306         present.
5307         * config/arc/fpu.md (divsf3): Change to divsf3_fpu.
5308         * config/arc/fpx.md (dexcl_3op_peep2_insn): Dx data register is
5309         also a destination.
5310         (dexcl_3op_peep2_insn_nores): Likewise.
5311         * config/arc/arc.h (SHIFT_COUNT_TRUNCATED): Define to one.
5312         (LINK_COMMAND_SPEC): Remove.
5314 2016-11-04  Richard Biener  <rguenther@suse.de>
5316         PR middle-end/78185
5317         * loop-invariant.c (find_exits): Record entering inner
5318         loops as possibly exiting to handle infinite sub-loops.
5319         * tree-ssa-loop-im.c: Include tree-ssa-loop-niter.h.
5320         (fill_always_executed_in_1): Honor infinite child loops.
5322 2016-11-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
5324         PR target/78192
5325         * config/rs6000/vsx.md (vsx_extract_<mode>_di): The element number
5326         has already been adjusted for endianness, so don't adjust it any
5327         further.
5329         PR target/77993
5330         * config/rs6000/rs6000.h (FLOAT128_IBM_P): Do not allow IFmode or
5331         ICmode unless we have standard PowerPC floating point.
5332         * config/rs6000/rs6000.md (FP iterator): Likewise.
5333         (FMOVE128 iterator): Likewise.
5335 2016-11-03  Jakub Jelinek  <jakub@redhat.com>
5336             Alexandre Oliva  <aoliva@redhat.com>
5337             Jason Merrill  <jason@redhat.com>
5339         PR debug/28767
5340         PR debug/56974
5341         * langhooks.h (struct lang_hooks_for_types): Add type_dwarf_attribute
5342         langhook.
5343         * langhooks.c (lhd_type_dwarf_attribute): New function.
5344         * langhooks-def.h (lhd_type_dwarf_attribute): Declare.
5345         (LANG_HOOKS_TYPE_DWARF_ATTRIBUTE): Define.
5346         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add
5347         LANG_HOOKS_TYPE_DWARF_ATTRIBUTE.
5348         (check_qualified_type, check_aligned_type): Call it.
5349         * dwarf2out.c (modified_type_die): Don't use type_main_variant
5350         for FUNCTION_TYPE or METHOD_TYPE, instead walk over variants with
5351         check_base_type and check_lang_type.
5352         (gen_ptr_to_mbr_type_die): If lookup_type_die is already non-NULL,
5353         return early.  For pointer-to-data-member add DW_AT_use_location
5354         attribute.
5355         (gen_subroutine_type_die): Add DW_AT_{,rvalue_}reference attribute
5356         if needed.
5357         (gen_type_die_with_usage): Don't use type_main_variant
5358         for FUNCTION_TYPE or METHOD_TYPE, instead walk over variants with
5359         check_base_type and check_lang_type.  Formatting fixes. Call
5360         get_debug_type langhook.
5362 2016-11-03  Jason Merrill  <jason@redhat.com>
5364         * tree.c (check_lang_type): New.
5365         (check_qualified_type): Use it.
5366         (check_aligned_type): Use it.
5367         * tree.h: Declare it.
5369 2016-11-03  Richard Earnshaw  <rearnsha@arm.com>
5371         * config.gcc (arm-wrs-vxworks): Set target_cpu_cname.
5372         (arm*-freebsd*): Likewise.
5373         (arm*-*-netbsdelf*): Likewise.
5374         (arm*-*-linux*): Likewise.
5375         (arm*-*-uclinux*eabi*): Likewise.
5376         (arm*-*-phoenix*): Likewise.
5377         (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*): Likewise.
5378         (arm*-*-*): Don't clobber target_cpu_cname when --with-cpu is not
5379         specified.  Default to arm6 if target_cpu_cname is not set.
5380         * arm/arm.c (arm_option_override): Simplify logic.  Assert that the
5381         default cpu has been correctly configured.
5382         * arm/arm.h (TARGET_CPU_DEFAULT): Delete.
5383         (target_cpus): Delete TARGET_CPU_generic, add TARGET_CPU_num_cores.
5384         * arm/freebsd.h (SUBTARGET_CPU_DEFAULT): Delete.
5385         * arm/linux-eabi.h (SUBTARGET_CPU_DEFAULT): Delete.
5386         * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Delete.
5387         * arm/symbian.h (SUBTARGET_CPU_DEFAULT): Delete.
5388         * arm/unknown-elf.h (SUBTARGET_CPU_DEFAULT): Delete.
5390 2016-11-03  Jiong Wang  <jiong.wang@arm.com>
5392         * reg-notes.def (CFA_VAL_EXPRESSION): New entry.
5393         * dwarf2cfi.c (dwarf2out_frame_debug_cfa_val_expression): New function.
5394         (dwarf2out_frame_debug): Support REG_CFA_VAL_EXPRESSION.
5395         (output_cfa_loc): Support DW_CFA_val_expression.
5396         (output_cfa_loc_raw): Likewise.
5397         (output_cfi): Likewise.
5398         (output_cfi_directive): Likewise.
5399         * dwarf2out.c (dw_cfi_oprnd1_desc): Support DW_CFA_val_expression.
5400         (dw_cfi_oprnd2_desc): Likewise.
5401         (mem_loc_descriptor): Recognize new pattern generated for value
5402         expression.
5404 2016-11-03  Segher Boessenkool  <segher@kernel.crashing.org>
5406         PR rtl-optimization/78186
5407         * combine.c (change_zero_ext): Mask the RHS of a zero_extract as
5408         well, when converting to IOR.
5410 2016-11-03  Eric Botcazou  <ebotcazou@adacore.com>
5412         * config/sparc/sparc.md (vec_interleave_lowv8qi): Delete.
5413         (vec_interleave_highv8qi): Likewise.
5415 2016-11-03  Martin Liska  <mliska@suse.cz>
5417         * profile.c (instrument_values): Fix coding style.
5418         (branch_prob): Use renamed function.
5419         * tree-profile.c (init_ic_make_global_vars): Likewise.
5420         (gimple_init_edge_profiler): Rename to
5421         gimple_init_gcov_profiler.
5422         tree_time_profiler_counter variable declaration.
5423         (gimple_gen_time_profiler): Rewrite to do a direct gimple code
5424         emission.
5425         * value-prof.h: Remove an argument.
5427 2016-11-03  Richard Biener  <rguenther@suse.de>
5429         * config/rs6000/rs6000.c (rs6000_xcoff_declare_object_name): Use
5430         symtab_node::get_create.
5432 2016-11-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5434         * rtlanal.c (nonzero_bits1): Fix WORD_REGISTER_OPERATIONS condition.
5435         Move comments into more natural position.
5437 2016-11-03  Vineet Gupta  <vgupta@synopsys.com>
5439         * config/arc/arc.h (SIZE_TYPE): Define as unsigned int.
5440         (PTRDIFF_TYPE): Define as int.
5442 2016-11-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5444         * ccmp.c (expand_ccmp_expr_1): Adjust.
5445         (expand_ccmp_expr): Likewise.
5446         (expand_ccmp_next): Likewise.
5447         * config/aarch64/aarch64.c (aarch64_gen_ccmp_next): Likewise.
5448         (aarch64_gen_ccmp_first): Likewise.
5449         * doc/tm.texi: Regenerate.
5450         * target.def (gen_ccmp_first): Change argument types to rtx_insn *.
5451         (gen_ccmp_next): Likewise.
5453 2016-11-03  Bin Cheng  <bin.cheng@arm.com>
5455         * tree-vect-loop.c (destroy_loop_vec_info): Handle cond_expr.
5456         (vect_is_simple_reduction): Swap cond_reduction by inversion.
5458 2016-11-02  Uros Bizjak  <ubizjak@gmail.com>
5460         * config/i386/i386.c (ix86_init_libfuncs): New.  Call
5461         darwin_rename_builtins here.
5462         (ix86_expand_divmod_libfunc): New.
5463         (TARGET_INIT_LIBFUNCS): Unconditionally define to ix86_init_libfuncs.
5464         (TARGET_EXPAND_DIVMOD_LIBFUNC): Define.
5466 2016-11-02  Cesar Philippidis  <cesar@codesourcery.com>
5467             Nathan Sidwell  <nathan@acm.org>
5469         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): Set to zero.
5471 2016-11-02  Max Filippov  <jcmvbkbc@gmail.com>
5473         * config/xtensa/xtensa.c (xtensa_output_integer_literal_parts):
5474         New function.
5475         (xtensa_output_literal): Use xtensa_output_integer_literal_parts
5476         to format MODE_INT and MODE_PARTIAL_INT literals.
5478 2016-11-02  Segher Boessenkool  <segher@kernel.crashing.org>
5480         PR target/78168
5481         * config/r6000/rs6000.c (rs6000_get_separate_components): Return
5482         NULL if TARGET_SPE_ABI.
5484 2016-11-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5486         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Don't forget to
5487         clear padding bits even when they're less than a byte.
5489 2016-11-02  Richard Biener  <rguenther@suse.de>
5491         * gimple-ssa-store-merging.c: Include gimplify-me.h.
5492         (imm_store_chain_info::output_merged_stores): Force base_addr
5493         to be proper GIMPLE for a MEM_REF address.
5494         (pass_store_merging::execute): Restrict negative bitpos
5495         handling to non-MEM_REF bases.  Remove TREE_THIS_VOLATILE
5496         check.  Take into account non-NULL_TREE offset if the base
5497         is already addressable.
5499 2016-11-26  Wilco Dijkstra  <wdijkstr@arm.com>
5501         * config/aarch64/aarch64-simd.md (aarch64_crypto_sha1hv4si):
5502         New pattern.
5503         (aarch64_be_crypto_sha1hv4si): New pattern.
5505 2016-11-02  Wilco Dijkstra  <wdijkstr@arm.com>
5507         * config/aarch64/aarch64.md (add<mode>3): Remove
5508         redundant code.  Don't split frame based additions.
5510 2016-11-02  Richard Biener  <rguenther@suse.de>
5512         * gimple-ssa-store-merging.c (struct store_immediate_info): Remove
5513         redundant val and dest members.
5514         (store_immediate_info::store_immediate_info): Adjust.
5515         (merged_store_group::merged_store_group): Adjust.
5516         (merged_store_group::apply_stores): Likewise.
5517         (struct imm_store_chain_info): Add base_addr field.
5518         (imm_store_chain_info::imm_store_chain_info): New constructor.
5519         (imm_store_chain_info::terminate_and_process_chain): Do not pass base.
5520         (imm_store_chain_info::output_merged_store): Likewise.  Use
5521         addr_base which is already the address.
5522         (imm_store_chain_info::output_merged_stores): Likewise.
5523         (pass_tree_store_merging::terminate_all_aliasing_chains): Take
5524         imm_store_chain_info instead of base.  Fix alias check.
5525         (pass_tree_store_merging::terminate_and_release_chain): Likewise.
5526         (imm_store_chain_info::coalesce_immediate_stores): Adjust.
5527         (pass_store_merging::execute): Refuse to operate on TARGET_MEM_REF.
5528         use the address of the base and adjust for other changes.
5530 2016-11-02  Martin Liska  <mliska@suse.cz>
5532         * fold-const-call.c (host_size_t_cst_p): Test whether
5533         t is convertible to size_t.
5535 2016-11-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5537         PR tree-optimization/78170
5538         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Truncate padding
5539         introduced by native_encode_expr on little-endian as well.
5541 2016-11-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5543         PR tree-optimization/78162
5544         * gimple-ssa-store-merging.c (execute): Mark stores with bitpos < 0
5545         as invalid.
5547 2016-11-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5549         * config/aarch64/aarch64.c (aarch64_register_saved_on_entry): Add
5550         function comment.
5551         (aarch64_next_callee_save): Likewise.
5552         (aarch64_pushwb_single_reg): Likewise.
5553         (aarch64_gen_storewb_pair): Likewise.
5554         (aarch64_push_regs): Likewise.
5555         (aarch64_gen_loadwb_pair): Likewise.
5556         (aarch64_pop_regs): Likewise.
5557         (aarch64_gen_store_pair): Likewise.
5558         (aarch64_gen_load_pair): Likewise.
5559         (aarch64_save_callee_saves): Likewise.
5560         (aarch64_restore_callee_saves): Likewise.
5562 2016-11-02  Richard Biener  <rguenther@suse.de>
5564         PR tree-optimization/78035
5565         PR tree-optimization/77964
5566         * gimple-pretty-print.c (pp_points_to_solution): Print
5567         vars_contains_interposable.
5568         * tree-ssa-alias.c: Include varasm.h.
5569         (ptrs_compare_unequal): Check vars_contains_interposable and
5570         decl_binds_to_current_def_p.
5571         (dump_points_to_solution): Dump vars_contains_interposable.
5572         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_interposable
5573         flag.
5574         * tree-ssa-structalias.c: Include varasm.h.
5575         (set_uids_in_ptset): Record whether vars contains a
5576         not decl_binds_to_current_def_p variable in vars_contains_interposable.
5577         (ipa_escaped_pt): Update initializer.
5579 2016-11-02  Richard Biener  <rguenther@suse.de>
5581         PR tree-optimization/78047
5582         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Initialize
5583         fake field at offset zero conservatively regarding to may_have_pointers.
5585 2016-11-02  Richard Biener  <rguenther@suse.de>
5587         * tree-vrp.c (evrp_dom_walker::before_dom_children): Call
5588         infer_value_range on stmt ops and update value-ranges.
5589         Dump visited stmts and blocks.
5590         (evrp_dom_walker::push_value_range): Dump changes.
5591         (evrp_dom_walker::pop_value_range): Likewise.
5592         (evrp_dom_walker::try_find_new_range): Avoid noop changes.
5594 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5596         * emit-rtl.c (prev_nonnote_insn_bb): Change argument type to
5597         rtx_insn *.
5598         * rtl.h (prev_nonnote_insn_bb): Adjust prototype.
5600 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5602         * cfgrtl.c (delete_insn_chain): Change argument type to rtx_insn *
5603         and adjust for that.
5604         * cfgrtl.h (delete_insn_chain): Adjust prototype.
5606 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5608         * config/rl78/rl78.c (gen-and_emit_move): Change argument type
5609         to rtx_insn *.
5610         (transcode_memory_rtx): Likewise.
5611         (move_to_acc): Likewise.
5612         (move_from_acc): Likewise.
5613         (move_acc_to_reg): Likewise.
5614         (move_to_x): Likewise.
5615         (move_to_hl): Likewise.
5616         (move_to_de): Likewise.
5617         * config/rs6000/rs6000.c (emit_frame_save): Likewise.
5618         (rs6000_emit_savres_rtx): Likewise.
5619         (rs6000_emit_prologue): Likewise.
5620         * reorg.c (update_reg_unused_notes): Likewise.
5621         * rtl.h (remove_note): Adjust prototype.
5622         * rtlanal.c (remove_note): Make argument type rtx_insn *.
5624 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5626         * config/alpha/alpha.c (alpha_legitimize_address_1): Split up
5627         variables so some can be rtx_insn *.
5628         (alpha_emit_xfloating_libcall): Likewise.
5629         * config/mips/mips.c (mips_call_tls_get_addr): Likewise.
5630         (mips_legitimize_tls_address): Likewise.
5631         * optabs.c (expand_binop): Likewise.
5632         * reload1.c (gen_reload): Likewise.
5634 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5636         * reorg.c (relax_delay_slots): Split up the trial variable.
5638 2016-11-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5640         * config/arc/arc.c (arc_emit_call_tls_get_addr): Make the type
5641         of variables rtx_insn *.
5642         * config/arm/arm.c (arm_call_tls_get_addr): Likewise.
5643         (legitimize_tls_address): Likewise.
5644         * config/bfin/bfin.c (hwloop_optimize): Likewise.
5645         (bfin_gen_bundles): Likewise.
5646         * config/c6x/c6x.c (reorg_split_calls): Likewise.
5647         (c6x_reorg): Likewise.
5648         * config/frv/frv.c (frv_reorder_packet): Likewise.
5649         * config/i386/i386.c (ix86_split_idivmod): Likewise.
5650         * config/ia64/ia64.c (ia64_expand_compare): Likewise.
5651         * config/m32c/m32c.c (m32c_prepare_shift): Likewise.
5652         * config/mn10300/mn10300.c: Likewise.
5653         * config/rl78/rl78.c: Likewise.
5654         * config/s390/s390.c (s390_fix_long_loop_prediction): Likewise.
5655         * config/sh/sh-mem.cc (sh_expand_cmpstr): Likewise.
5656         (sh_expand_cmpnstr): Likewise.
5657         (sh_expand_strlen): Likewise.
5658         (sh_expand_setmem): Likewise.
5659         * config/sh/sh.md: Likewise.
5660         * emit-rtl.c (emit_pattern_before): Likewise.
5661         * except.c: Likewise.
5662         * final.c: Likewise.
5663         * jump.c: Likewise.
5665 2016-11-01  Jason Merrill  <jason@redhat.com>
5667         * tree-inline.c (copy_tree_body_r): Only copy the taken branch of
5668         a COND_EXPR with constant condition.
5670 2016-11-01  Jakub Jelinek  <jakub@redhat.com>
5672         * dwarf2out.c (gen_variable_die): Remove again origin_die variable
5673         and its initialization.
5675 2016-11-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5677         * dwarf2out.c (output_rnglists): Wrap basebuf, len in
5678         HAVE_AS_LEB128.
5680 2016-11-01  Jakub Jelinek  <jakub@redhat.com>
5682         * dwarf2out.c (add_name_and_src_coords_attributes): Add NO_LINKAGE_NAME
5683         argument, don't call add_linkage_name if it is true.
5684         (gen_variable_die): For C++ inline static data members, consider the
5685         initial call when old_die is NULL to be declaration and call
5686         add_name_and_src_coords_attributes in that case with true as
5687         NO_LINKAGE_NAME.  Add DW_AT_inline attribute if needed.
5688         (gen_member_die): For C++ inline static data members, emit a
5689         definition DIE right away in DW_TAG_compile_unit context.
5691 2016-11-01  John David Anglin  <danglin@gcc.gnu.org>
5693         PR target/78166
5694         * config/pa/pa.md: Add new shift/add patterns to handle
5695         (plus (mult (reg) (mem_shadd_operand)) (reg)) source operand.
5697 2016-11-01  Max Filippov  <jcmvbkbc@gmail.com>
5699         * config/xtensa/xtensa-protos.h
5700         (xtensa_use_return_instruction_p): New prototype.
5701         * config/xtensa/xtensa.c (xtensa_current_frame_size,
5702         xtensa_callee_save_size): Remove.
5703         (struct machine_function): Add new fields: current_frame_size,
5704         callee_save_size, frame_laid_out and epilogue_done.
5705         (compute_frame_size, xtensa_expand_prologue,
5706         xtensa_expand_epilogue): Replace xtensa_callee_save_size with
5707         cfun->machine->callee_save_size and xtensa_current_frame_size
5708         with cfun->machine->current_frame_size.
5709         (compute_frame_size): Update cfun->machine->frame_laid_out and
5710         don't update frame layout after reload completion.
5711         (xtensa_expand_epilogue): Set cfun->machine->epilogue_done
5712         instead of zeroing xtensa_current_frame_size.
5713         (xtensa_use_return_instruction_p): New function.
5714         * config/xtensa/xtensa.h (xtensa_current_frame_size): Remove
5715         declaration.
5716         (INITIAL_ELIMINATION_OFFSET): Use return value of
5717         compute_frame_size instead of xtensa_current_frame_size value.
5718         * config/xtensa/xtensa.md ("return" pattern): Use new predicate
5719         function xtensa_use_return_instruction_p instead of inline code.
5721 2016-11-01  Jakub Jelinek  <jakub@redhat.com>
5723         * tree.h (BLOCK_IN_COLD_SECTION_P): Define.
5724         * final.c (final_scan_insn): Set BLOCK_IN_COLD_SECTION_P.
5725         * dwarf2out.c (rnglist_idx): New variable.
5726         (struct dw_ranges): Add label, idx and maybe_new_sec fields.
5727         (DEBUG_RNGLISTS_SECTION): Define.
5728         (ranges_base_label): New variable.
5729         (size_of_die) <case dw_val_class_range_list>: If using
5730         DW_FORM_rnglistx, count size of uleb128 of range list index.
5731         (value_format) <case dw_val_class_range_list>: For
5732         -gdwarf-5 -gsplit-dwarf return DW_FORM_rnglistx.
5733         (output_range_list_offset): Handle -gdwarf-5 .debug_rnglists
5734         offsets.  Multiply dwarf < 5 offsets by 2 * DWARF_ADDR_SIZE.
5735         (add_ranges_num): Remove useless prototype.  Don't multiply
5736         by 2 * DWARF2_ADDR_SIZE.  Add maybe_new_sec argument, adjust
5737         for new fields added to dw_ranges struct.
5738         (add_ranges): Add maybe_new_sec argument and pass it
5739         through to add_ranges_num.
5740         (note_rnglist_head): New function.
5741         (add_ranges_by_labels): Pass true as maybe_new_sec to
5742         add_ranges_num, call note_rnglist_head on the head of the list.
5743         (output_ranges): Add function comment.  Switch to
5744         .debug_ranges section here and emit .Ldebug_ranges0 label.
5745         (index_rnglists, output_rnglists): New functions.
5746         (gen_subprogram_die): Formatting fixes.
5747         (add_high_low_attributes): Don't divide offsets
5748         by 2 * DWARF2_ADDR_SIZE.  Call note_rnglist_head on the
5749         first list element or when pointing into the middle of
5750         a list.  Pass true as second argument to add_ranges on the
5751         first block fragment after cold/hot section switch.
5752         (init_sections_and_labels): For -gdwarf-5 use .debug_rnglists
5753         section instead of .debug_ranges.  Initialize
5754         ranges_base_label if -gdwarf-5 -gsplit-dwarf.
5755         (dwarf2out_finish): For -gdwarf-5 -gsplit-dwarf call
5756         index_rnglists and add DW_AT_rnglists_base attr.  Don't switch
5757         to dwarf_ranges_section here or emit .Ldebug_ranges0 label.
5758         Call output_rnglists for -gdwarf-5.
5759         (dwarf2out_c_finalize): Clear rnglist_idx.
5761 2016-11-01  Fritz Reese  <fritzoreese@gmail.com>
5763         * combine.c (simplify_compare_const): Add gcc_fallthrough.
5765 2016-11-01  Bilyan Borisov  <bilyan.borisov@arm.com>
5766             Tamar Christina <tamar.christina@arm.com>
5768         * config/arm/arm-c.c (arm_cpu_builtins): New macro definition.
5769         * config/arm/arm_neon.h (vmaxnm_f32): New intrinsinc.
5770         (vmaxnmq_f32): Likewise.
5771         (vminnm_f32): Likewise.
5772         (vminnmq_f32): Likewise.
5773         * config/arm/arm_neon_builtins.def (vmaxnm): New builtin.
5774         (vminnm): Likewise.
5775         * config/arm/neon.md (neon_<fmaxmin_op><mode>, VCVTF): New
5776         expander.
5778 2016-10-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
5780         * config/rs6000/vsx.md (VSX_EXTRACT_FL): New iterator for all
5781         binary floating point types supported by the hardware except for
5782         double.
5783         (vsx_xvcvsxwdp_df): Provide scalar result alternative to the
5784         vector instruction for optimizing extracting a SImode from a
5785         V4SImode vector and converting it to floating point.
5786         (vsx_xvcvuxwdp_df): Likewise.
5787         (vsx_extract_si): On ISA 3.0, allow extract target and temporary
5788         registers to be any VSX register.  Move stores to the end of the
5789         constraints.
5790         (vsx_extract_si_<uns>float_df): New combiner pattern and splitter
5791         to optimize extracting a SImode from a V4SImode vector and
5792         converting it to a binary floating point type supported by the
5793         hardware.  Use the vector converts instead of extracting the
5794         element, sign extending it, and then converting it to double.
5795         Other floating point types  than double first convert to double,
5796         then the double is converted to that type.
5797         (vsx_extract_si_<uns>float_<mode>): Likewise.
5799 2016-10-31  Andrew Pinski  <apinski@cavium.com>
5801         * config/aarch64/driver-aarch64.c (host_detect_local_cpu):
5802         Rewrite handling of part num to handle the case where
5803         multiple implementers share the same part num.
5805 2016-10-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
5806             Jakub Jelinek  <jakub@redhat.com>
5808         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): Adjust for -gdwarf-5.
5809         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Likewise.
5811 2016-10-31  Jakub Jelinek  <jakub@redhat.com>
5813         * dwarf2out.c (dwarf_AT): Handle DW_AT_dwo_name.
5814         (use_debug_types): Adjust comment for DWARF5 DW_UT_type units.
5815         (new_die): Handle DW_TAG_skeleton_unit like DW_TAG_compile_unit.
5816         (is_cu_die, is_unit_die): Likewise.
5817         (should_move_die_to_comdat, break_out_comdat_types): Adjust
5818         comments for DWARF5 DW_UT_type units.
5819         (output_compilation_unit_header): Add UT argument, output
5820         start of DWARF5 .debug_info section header.
5821         (output_comp_unit): Add dwo_id argument.  Adjust
5822         output_compilation_unit_header caller, for DW_UT_split_compile
5823         emit dwo_id field, otherwise padding1.  Emit padding2 field.
5824         (add_top_level_skeleton_die_attrs): Add DW_AT_dwo_name
5825         rather than DW_AT_GNU_dwo_name attr for -gdwarf-5.
5826         (output_skeleton_debug_sections): Add dwo_id argument, for
5827         -gdwarf-5 emit DWARF 5 DW_UT_skeleton header.
5828         (output_comdat_type_unit): For -gdwarf-5 emit .debug_info
5829         DW_UT_type or DW_UT_split_type units rather than .debug_types.
5830         (dwarf2out_finish): Use DW_TAG_skeleton_unit rather than
5831         DW_TAG_compile_unit for skeleton unit die.  Don't add
5832         DW_AT_GNU_dwo_id attributes for -gdwarf-5, instead pass checksum
5833         address to output_comp_unit and output_skeleton_debug_sections.
5835         * dwarf2out.c (debug_line_str_section): New variable.
5836         (debug_line_str_hash): Likewise.
5837         (DEBUG_LINE_STR_SECTION): Define.
5838         (set_indirect_string): Handle DW_FORM_line_strp like
5839         DW_FORM_strp.
5840         (find_string_form): Fix up formatting.
5841         (size_of_die): Handle DW_FORM_line_strp like DW_FORM_strp.
5842         Fix up indentation.
5843         (output_die): Handle DW_FORM_line_strp.
5844         (DWARF5_USE_DEBUG_LINE_STR): Define.
5845         (output_line_string): New function.
5846         (output_file_names): Add -gdwarf-5 support.
5847         (output_line_info): Likewise.
5848         (init_sections_and_labels): Initialize debug_line_str_section.
5849         (output_indirect_string): Change 2nd argument from void *
5850         to enum dwarf_form form, compare with form rather than
5851         DW_FORM_strp.
5852         (output_indirect_strings): Pass DW_FORM_strp to
5853         output_indirect_string traversion.
5854         (dwarf2out_finish): Output .debug_line_str strings.
5855         (dwarf2out_c_finalize): Clear debug_line_str_section and
5856         debug_line_str_hash.
5858 2016-10-31  Tom Tromey  <tom@tromey.com>
5860         PR debug/77315
5861         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_form_tls_address.
5862         (resolve_args_picking_1): Move DW_OP_form_tls_address case next to
5863         DW_OP_GNU_push_tls_address case.
5864         (loc_list_from_tree_1): Use DW_OP_form_tls_address.
5866 2016-10-31  Jakub Jelinek  <jakub@redhat.com>
5868         * dwarf2out.h (struct dw_loc_descr_node): Adjust comment
5869         for frame_offset_rel bit.
5870         (struct array_descr_info): Add rank field.
5871         * dwarf2out.c (struct loc_descr_context): Add placeholder_arg
5872         and placeholder_seen fields.
5873         (resolve_args_picking_1): Handle also frame_offset_rel DW_OP_dup
5874         and DW_OP_over.  Optimize DW_OP_pick 0 into DW_OP_dup and
5875         DW_OP_pick 1 into DW_OP_over.
5876         (function_to_dwarf_procedure, type_byte_size, field_byte_offset,
5877         gen_variant_part): Clear placeholder_{arg,seen}.
5878         (loc_list_from_tree_1): Drop const from context argument.
5879         Handle integral PLACEHOLDER_EXPR if context->placeholder_arg.
5880         (loc_list_for_address_of_addr_expr_of_indirect_ref,
5881         loc_list_from_tree, loc_descriptor_from_tree): Drop const from
5882         context argument.
5883         (add_scalar_info): Drop const from context argument.  Handle
5884         context->placeholder_arg.
5885         (add_bound_info): Drop const from context argument.
5886         (gen_descr_array_type_die): Drop const from ctx variable.
5887         Initialize placeholder_arg and placeholder_seen.  Add DW_AT_rank
5888         attribute and use a single DW_TAG_generic_subrange instead of
5889         7 DW_TAG_subrange_type for assumed rank arrays.
5891         * dwarf2out.h (enum dw_val_class): Add dw_val_class_loclistsptr.
5892         * dwarf2out.c (struct dw_loc_list_struct): Change emitted field
5893         from bool to 1-bit uchar bitfield.  Add num_assigned and
5894         offset_emitted bitfields.
5895         (dw_val_equal_p): Compare v.val_lbl_id rather than v.val_unsigned
5896         for dw_val_class_lineptr and dw_val_class_macptr.  Handle
5897         dw_val_class_loclistsptr.
5898         (new_addr_loc_descr): Fix up formatting.
5899         (DEBUG_LOCLISTS_SECTION, DEBUG_DWO_LOCLISTS_SECTION): Define.
5900         (add_AT_low_high_pc): Fix up formatting.
5901         (add_AT_loclistsptr): New function.
5902         (AT_lbl): Allow dw_val_class_loclistsptr.
5903         (print_dw_val, attr_checksum, attr_checksum_ordered, same_dw_val_p):
5904         Handle dw_val_class_loclistsptr.
5905         (loc_list_idx): New variable.
5906         (output_loclists_offsets, assign_location_list_indexes): New
5907         functions.
5908         (size_of_die): For dw_val_class_loc_list -gsplit-dwarf -gdwarf-5
5909         add size_of_uleb128 of the index.  Drop never used
5910         dwarf_split_debug_info AT_index handling.  Handle
5911         dw_val_class_loclistsptr.
5912         (value_format): Return DW_FORM_loclistsx for dw_val_class_loc_list
5913         if -gsplit-dwarf -gdwarf-5.  Handle dw_val_class_loclistsptr.
5914         (output_loc_list): Handle DWARF 5 .debug_loclists* format.
5915         (output_loc_list_offset): Handle -gsplit-dwarf -gdwarf-5
5916         DW_FORM_loclistx indexes.
5917         (output_attr_index_or_value): Fix up formatting.  Don't handle
5918         dw_val_class_loc_list here.
5919         (output_die): Formatting fixes.  Handle dw_val_class_loclistsptr.
5920         For dw_val_class_loc_list call output_loc_list_offset rather than
5921         output_attr_index_or_value.
5922         (init_sections_and_labels): For -gdwarf-5 use .debug_loclists
5923         or .debug_loclists.dwo section name for debug_loc_section.
5924         (resolve_addr_in_expr): Formatting fix.
5925         (index_location_lists): Likewise.
5926         (dwarf2out_finish): If there are any location lists, for
5927         -gsplit-dwarf -gdwarf-5 add DW_AT_loclists_base attribute.  Call
5928         index_location_lists only if have_location_lists.  Call
5929         assign_location_list_indexes for -gsplit-dwarf -gdwarf-5.  Emit
5930         .debug_loclists{,.dwo} section header for -gdwarf-5, for -gdwarf-5
5931         -gsplit-dwarf also emit offset table.
5933         * dwarf2out.c (DWARF_LARGEST_DATA_FORM_BITS): Define.
5934         (size_of_die, value_format, output_die): Use
5935         DW_FORM_data16 for 128-bit dw_val_class_const_double or
5936         dw_val_class_wide_int.
5938         * dwarf2out.c (dwarf_op): Renamed to ...
5939         (dwarf_OP): ... this.
5940         (convert_descriptor_to_mode, scompare_loc_descriptor,
5941         minmax_loc_descriptor, typed_binop, mem_loc_descriptor,
5942         implicit_ptr_descriptor, optimize_one_addr_into_implicit_ptr): Adjust
5943         callers.
5944         (dwarf_AT, dwarf_TAG): New functions.
5945         (check_die): Disallow DW_AT_call_all_calls next to
5946         DW_AT_GNU_all_call_sites.
5947         (gen_call_site_die): Use dwarf_TAG and dwarf_AT with DWARF 5 tag
5948         and attributes instead of the corresponding GNU tag and attributes.
5949         (gen_subprogram_die): Likewise.  Emit call site information even
5950         for -gdwarf-5 -gstrict-dwarf.  Replace DW_AT_GNU_defaulted with
5951         DW_AT_defaulted in comment.
5952         (resolve_addr): Handle DW_AT_call_origin attribute on
5953         DW_TAG_call_site DIE like DW_AT_abstract_origin on
5954         DW_TAG_GNU_call_site DIE.
5956         * dwarf2out.c (dwarf_op): New function.
5957         (size_of_loc_descr): Handle DW_OP_{implicit_pointer,entry_value},
5958         DW_OP_{const,regval,deref}_type and DW_OP_{convert,reinterpret}.
5959         (output_loc_operands, output_loc_operands_raw): Likewise.
5960         (resolve_args_picking_1, prune_unused_types_walk_loc_descr,
5961         mark_base_types, hash_loc_operands, compare_loc_operands): Likewise.
5962         (resolve_addr_in_expr): Likewise.  Only punt for !dwarf_strict
5963         if dwarf_version < 5.
5964         (convert_descriptor_to_mode): Use dwarf_op (DW_OP_xxx) instead of
5965         DW_OP_GNU_xxx.
5966         (scompare_loc_descriptor, ucompare_loc_descriptor,
5967         minmax_loc_descriptor, typed_binop, mem_loc_descriptor,
5968         implicit_ptr_descriptor, optimize_one_addr_into_implicit_ptr,
5969         optimize_location_into_implicit_ptr): Likewise.  Only punt for
5970         !dwarf_strict if dwarf_version < 5.
5971         (string_cst_pool_decl): Adjust comment.
5972         (non_dwarf_expression): Handle DW_OP_implicit_pointer.
5974         * dwarf2out.h (enum dw_val_class): Add dw_val_class_const_implicit,
5975         dw_val_class_unsigned_const_implicit and dw_val_class_file_implicit.
5976         (struct dw_val_node): Add val_file_implicit field.
5977         * dwarf2out.c (dw_val_equal_p, print_dw_val, attr_checksum,
5978         attr_checksum_ordered, same_dw_val_p, size_of_die, value_format,
5979         output_die): Handle dw_val_class_const_implicit,
5980         dw_val_class_unsigned_const_implicit and dw_val_class_file_implicit.
5981         (abbrev_die_table): Change into va_gc vec.
5982         (abbrev_die_table_allocated, abbrev_die_table_in_use,
5983         ABBREV_DIE_TABLE_INCREMENT): Remove.
5984         (AT_int, AT_unsigned, AT_file): Allow dw_val_class_*_implicit.
5985         (abbrev_opt_start, abbrev_usage_count, sorted_abbrev_dies): New
5986         variables.
5987         (build_abbrev_table): Adjust for abbrev_die_table being a va_gc vec.
5988         If abbrev_opt_start, fill in abbrev_usage_count and abbrev_dies
5989         vectors.
5990         (die_abbrev_cmp, optimize_implicit_const, optimize_abbrev_table): New
5991         functions.
5992         (output_die_abbrevs): For DW_FORM_implicit_const emit sleb128 with
5993         the implicit value.
5994         (output_abbrev_section): Adjust for abbrev_die_table being a va_gc
5995         vec.
5996         (output_comp_unit): Initialize abbrev_opt_start if emitting the main
5997         unit.  Call optimize_abbrev_table.
5998         (dwarf2out_init, dwarf2out_finish, dwarf2out_c_finalize): Adjust for
5999         abbrev_die_table being a va_gc vec.
6001         PR tree-optimization/77860
6002         * tree-ssa-reassoc.c (eliminate_using_constants): Handle
6003         also integral complex and vector constants.
6005         * dwarf2out.c (dwarf2out_define, dwarf2out_undef, output_macinfo_op,
6006         optimize_macinfo_range, save_macinfo_strings): Replace
6007         DW_MACRO_GNU_* constants with corresponding DW_MACRO_* constants.
6008         (output_macinfo): Likewise.  Emit .debug_macro* rather than
6009         .debug_macinfo* even for -gstrict-dwarf -gdwarf-5.
6010         (init_sections_and_labels): Use .debug_macro* labels rather than
6011         .debug_macinfo* labels even for -gstrict-dwarf -gdwarf-5.
6012         (dwarf2out_finish): Use DW_AT_macros instead of DW_AT_macro_info
6013         or DW_AT_GNU_macros for -gdwarf-5.
6015 2016-10-31  Waldemar Brodkorb  <wbx@openadk.org>
6017         * config/microblaze/linux.h (UCLIBC_DYNAMIC_LINKER): Define.
6019 2016-09-11  Le-Chun Wu  <lcwu@google.com>
6020             Mark Wielaard  <mjw@redhat.com>
6022         * common.opt (Wshadow=global): New option. Default for -Wshadow.
6023         (Wshadow=local): New option.
6024         (Wshadow-local): Hidden alias for -Wshadow=local.
6025         (Wshadow=compatible-local): New option.
6026         (Wshadow-compatible-local): Hidden alias for
6027         -Wshadow=compatible-local.
6028         * doc/invoke.texi: Document Wshadow=global, Wshadow=local and
6029         Wshadow=compatible-local.
6031 2016-10-31  Bin Cheng  <bin.cheng@arm.com>
6033         * tree-vect-slp.c (vect_get_and_check_slp_defs): New parameter SWAP.
6034         Check slp defs for COND_EXPR by swapping/inverting operands if the
6035         new parameter SWAP indicates so.
6036         (vect_build_slp_tree_1): New parameter SWAP.  Check COND_EXPR stmt
6037         is isomorphic to the first stmt via swapping/inverting.  Store swap
6038         information in the new parameter SWAP.
6039         (vect_build_slp_tree): New local array SWAP and pass it to function
6040         vect_build_slp_tree_1.  Cleanup result handling code for function
6041         call to vect_get_and_check_slp_defs.  Skip operand swapping if the
6042         order of operands has been fixed as indicated by SWAP[i].
6044 2016-10-31  Bin Cheng  <bin.cheng@arm.com>
6046         * tree-vect-data-refs.c (vect_slp_analyze_node_dependences): Skip
6047         unnecessary data dependence check after visited store stmt.
6049 2016-10-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6051         PR tree-optimization/71915
6052         PR tree-optimization/71490
6053         * gimple-ssa-strength-reduction.c (struct slsr_cand_d): Add
6054         stride_type field.
6055         (find_basis_for_base_expr): Require stride types to match when
6056         seeking a basis.
6057         (alloc_cand_and_find_basis): Record the stride type.
6058         (slsr_process_phi): Pass stride type to alloc_cand_and_find_basis.
6059         (backtrace_base_for_ref): Pass types to legal_cast_p_1 rather than
6060         the expressions having those types.
6061         (slsr_process_ref): Pass stride type to alloc_cand_and_find_basis.
6062         (create_mul_ssa_cand): Likewise.
6063         (create_mul_imm_cand): Likewise.
6064         (create_add_ssa_cand): Likewise.
6065         (create_add_imm_cand): Likewise.
6066         (legal_cast_p_1): Change interface to accept types rather than the
6067         expressions having those types.
6068         (legal_cast_p): Pass types to legal_cast_p_1.
6069         (slsr_process_cast): Pass stride type to
6070         alloc_cand_and_find_basis.
6071         (slsr_process_copy): Likewise.
6072         (dump_candidate): Display stride type when a cast exists.
6073         (create_add_on_incoming_edge): Introduce a cast when necessary for
6074         the stride type.
6075         (analyze_increments): Change the code checking for invalid casts
6076         to rely on the stride type, and update the documentation and
6077         example.  Change the code checking for pointer multiplies to rely
6078         on the stride type.
6079         (insert_initializers): Introduce a cast when necessary for the
6080         stride type.  Use the stride type for the type of the initializer.
6082 2016-10-30  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6084         * config/arm/arm.c (arm_const_not_ok_for_debug_p): Use VAR_P.
6086 2016-10-29  Jakub Jelinek  <jakub@redhat.com>
6088         PR rtl-optimization/77919
6089         * expr.c (expand_expr_real_1) <normal_inner_ref>: Only avoid forcing
6090         into memory if both modes are complex and their inner modes have the
6091         same precision.  If the two modes are different complex modes, convert
6092         each part separately and generate a new CONCAT.
6094 2016-10-29  John David Anglin  <danglin@gcc.gnu.org>
6096         * config/pa/pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.
6098 2016-10-29  Jakub Jelinek  <jakub@redhat.com>
6100         PR target/78148
6101         * gimple-ssa-store-merging.c
6102         (imm_store_chain_info::output_merged_store): Use build_aligned_type
6103         instead of SET_TYPE_ALIGN on shared integral type.
6105 2016-10-29  John David Anglin  <danglin@gcc.gnu.org>
6107         * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment.
6108         (MALLOC_ABI_ALIGNMENT): Define to 128 on all targets except SOM.
6109         Adjust comment.
6111 2016-10-28  Jeff Law  <law@redhat.com>
6113         * config/vax/vax.h (REGNO_REG_CLASS): Access the REGNO argument.
6114         * config/spu/spu.h (REGNO_REG_CLASS): Likewise.
6116 2016-10-28  Eric Botcazou  <ebotcazou@adacore.com>
6118         * doc/sourcebuild.texi (Ada Tests): Remove mention of gcc chapter.
6120 2016-10-28  Eric Botcazou  <ebotcazou@adacore.com>
6122         * target.def (min_arithmetic_precision): New hook.
6123         * doc/tm.texi.in (Misc): Add TARGET_MIN_ARITHMETIC_PRECISION.
6124         * doc/tm.texi: Regenerate.
6125         * internal-fn.c (expand_arith_overflow): Adjust handling of target
6126         dependent support by means of TARGET_MIN_ARITHMETIC_PRECISION.
6127         * targhooks.c (default_min_arithmetic_precision): New function.
6128         * targhooks.h (default_min_arithmetic_precision): Declare.
6129         * config/sparc/sparc.c (TARGET_MIN_ARITHMETIC_PRECISION): Define.
6130         (sparc_min_arithmetic_precision): New function.
6132 2016-10-28  Segher Boessenkool  <segher@kernel.crashing.org>
6134         PR target/71847
6135         * combine.c (change_zero_ext): Handle zero_ext of hard registers.
6136         Swap commutative operands in new RTL if needed.  Handle zero_ext
6137         in the set_dest.
6138         (recog_for_combine): Pass *pnewpat to change_zero_ext instead of
6139         PATTERN (insn).
6141 2016-10-28  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6142             Kugan Vivekanandarajah  <kuganv@linaro.org>
6143             Jim Wilson  <jim.wilson@linaro.org>
6145         PR tree-optimization/43721
6146         * target.def: New hook expand_divmod_libfunc.
6147         * doc/tm.texi.in: Add hook for TARGET_EXPAND_DIVMOD_LIBFUNC.
6148         * doc/tm.texi: Regenerate.
6149         * internal-fn.def: Add new entry for DIVMOD ifn.
6150         * internal-fn.c (expand_DIVMOD): New.
6151         * tree-ssa-math-opts.c: Include optabs-libfuncs.h, tree-eh.h,
6152         targhooks.h.
6153         (widen_mul_stats): Add new field divmod_calls_inserted.
6154         (target_supports_divmod_p): New.
6155         (divmod_candidate_p): Likewise.
6156         (convert_to_divmod): Likewise.
6157         (pass_optimize_widening_mul::execute): Call calculate_dominance_info,
6158         renumber_gimple_stmt_uids at beginning of function. Call
6159         convert_to_divmod and record stats for divmod.
6160         * config/arm/arm.c (arm_expand_divmod_libfunc): Override hook
6161         TARGET_EXPAND_DIVMOD_LIBFUNC.
6162         * doc/sourcebuild.texi: Add items for arm_divmod_simode, divmod,
6163         divmod_simode.
6165 2016-10-28  Eric Botcazou  <ebotcazou@adacore.com>
6166             Segher Boessenkool  <segher@kernel.crashing.org>
6168         * dojump.c (do_jump_by_parts_greater_rtx): Invert probability when
6169         swapping the arms of the branch.
6170         * internal-fn.c (expand_addsub_overflow): Use a straight-line code
6171         sequence for the generic signed-signed-signed case.
6173 2016-10-28  Jeff Law  <law@redhat.com>
6175         * config/bfin/bfin.c (bfin_legitimate_address_p): Add missing
6176         fallthru comment.
6177         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Likewise.
6179 2016-10-28  Segher Boessenkool  <segher@kernel.crashing.org>
6181         PR rtl-optimization/78029
6182         * function.c (prologue_contains, epilogue_contains): New functions.
6183         (record_prologue_seq, record_epilogue_seq): New functions.
6184         * function.h (prologue_contains, epilogue_contains,
6185         record_prologue_seq, record_epilogue_seq): New declarations.
6186         * sched-deps.c (sched_analyze_insn): Make dependencies to prevent
6187         mixing prologue and epilogue insns.
6188         (init_deps): Initialize the new fields in struct deps_desc.
6189         * sched-int.h (struct deps_desc): New fields last_prologue,
6190         last_epilogue, and last_logue_was_epilogue.
6191         * shrink-wrap.c (emit_common_heads_for_components): Record all
6192         emitted prologue and epilogue insns.
6193         (emit_common_tails_for_components): Ditto.
6194         (insert_prologue_epilogue_for_components): Ditto.
6196 2016-10-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6198         PR middle-end/22141
6199         * Makefile.in (OBJS): Add gimple-ssa-store-merging.o.
6200         * common.opt (fstore-merging): New Optimization option.
6201         * opts.c (default_options_table): Add entry for
6202         OPT_ftree_store_merging.
6203         * fold-const.h (can_native_encode_type_p): Declare prototype.
6204         * fold-const.c (can_native_encode_type_p): Define.
6205         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Define.
6206         (PARAM_MAX_STORES_TO_MERGE): Likewise.
6207         * timevar.def (TV_GIMPLE_STORE_MERGING): New timevar.
6208         * passes.def: Insert pass_tree_store_merging.
6209         * tree-pass.h (make_pass_store_merging): Declare extern
6210         prototype.
6211         * gimple-ssa-store-merging.c: New file.
6212         * doc/invoke.texi (Optimization Options): Document
6213         -fstore-merging.
6214         (--param documentation): Document store-merging-allow-unaligned
6215         and max-stores-to-merge.
6217 2016-10-28  Will Schmidt <will_schmidt@vnet.ibm.com>
6219         PR middle-end/72747
6220         * gimplify.c (gimplify_init_constructor): Move emit of constructor
6221         assignment to earlier in the if/else logic.
6223 2016-10-28  Richard Biener  <rguenther@suse.de>
6225         PR middle-end/78128
6226         PR middle-end/71002
6227         * fold-const.c (make_bit_field_ref): Only adjust alias set
6228         when the original alias set was zero.
6230 2016-10-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6232         * config/s390/s390.c (s390_adjust_loop_scan_osc): New function.
6233         (s390_adjust_loops): New function.
6234         (s390_reorg): Invoke s390_adjust_loops.
6235         * config/s390/s390.md (UNSPEC_OSC_BREAK): New constant.
6236         ("osc_break"): New insn definition.
6238 2016-10-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6240         * config/s390/s390.opt: Support alternate cpu level naming (archXX).
6241         * config.gcc: Support alternate archXX cpu levels with
6242         --with-arch= and --with-tune=.
6243         * config/s390/linux.h: Translate new archXX cpu levels to the
6244         original names when calling GAS.
6245         * config/s390/tpf.h: Likewise.
6246         * doc/invoke.texi: Document the alternate cpu level names.
6248 2016-10-28  Jakub Jelinek  <jakub@redhat.com>
6250         PR rtl-optimization/77919
6251         * expr.c (expand_expr_real_1) <normal_inner_ref>: Force CONCAT into
6252         MEM if mode1 is not a complex mode.
6254         PR rtl-optimization/78132
6255         * ree.c (combine_reaching_defs): Give up if copy_needed and
6256         !HARD_REGNO_MODE_OK (REGNO (src_reg), dst_mode).
6258 2016-10-27  Eric Botcazou  <ebotcazou@adacore.com>
6260         * config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.
6262 2016-10-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
6264         * config/rs6000/constraints.md (wH constraint): Add new
6265         constraints for allowing 32-bit integers (and eventually 8/16-bit
6266         integers) into the vector registers.
6267         (wI constraint): Likewise.
6268         (wJ constraint): Likewise.
6269         (wK constraint): Likewise.
6270         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
6271         -mvsx-small-integer as a default option for ISA 2.07
6272         (i.e. power8).
6273         (POWERPC_MASKS): Likewise.
6274         * config/rs6000/rs6000.opt (-mvsx-small-integer): Add new debug
6275         switch to turn off small integer support in vector registers.
6276         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Eliminate
6277         test for -mupper-regs-di, since it is already done with the
6278         reg_add[mode].scalar_in_vsx_p.  Add support for the switch
6279         -mvsx-small-integer.
6280         (rs6000_debug_reg_global): Add support for wH, wI, wJ, and wK
6281         constraints.
6282         (rs6000_setup_reg_addr_masks): Likewise.
6283         (rs6000_init_hard_regno_mode_ok): Likewise.
6284         (rs6000_option_override_internal): Add consistency checks for
6285         -mvsx-small-integer.
6286         (rs6000_secondary_reload_simple_move): SImode is a simple move if
6287         -mvsx-small-integer.
6288         (rs6000_secondary_reload): Use std::swap.
6289         (rs6000_preferred_reload_class): Don't prefer FLOAT_REGS over
6290         VSX_REGS for small integers in vector registers, since there is no
6291         D-FORM address mode for such types.
6292         (rs6000_register_move_cost): Use FIRST_FPR_REGNO instead of 32.
6293         (rs6000_opt_masks): Add -mvsx-small-integer.
6294         * config/rs6000/vsx.md (VSINT_84): Add SImode for small integer
6295         support.
6296         (VSX_EXTRACT_I2): Clone VSX_EXTRACT_I, but drop V4SI since SImode
6297         extracts can be done on ISA 2.07.
6298         (vsx_extract_<mode>): Add support for small integers in vsx
6299         registers.
6300         (vsx_extract_<mode>_p9): Use 'v' instead of VSX_EX, since we no
6301         longer support V4SImode in this pattern.
6302         (vsx_extract_si): New insn to support extraction of SImode in ISA
6303         2.07 using either xxextractuw or vspltw.
6304         (vsx_extract_<mode>_p8): Use 'v' instead of VSX_EX, since we no
6305         longer support V4SImode in this pattern.
6306         * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wH, wI,
6307         wJ, and wK constraints.
6308         * config/rs6000/rs6000.md (f32_sv): Use correct instruction for
6309         storing SDmode with VSX instructions.
6310         (zero_extendsi<mode>2): Reorder pattern, so RLDICL comes after the
6311         GPR load and before the FPR and VSX loads.  Remove ??, ! from the
6312         constraints.  Add MFVSRWZ and XXEXTRACTUW instructions to support
6313         small integers in vector registers.
6314         (extendsi<mode>2): Reorder pattern, so EXTSW comes after the GPR
6315         load and before the FPR and VSX loads.  Remove ??, ! from the
6316         constraints.  Add VEXTSW2D support for small integers in vector
6317         registers.
6318         (lfiwax): Remove ! constraint.  Add VEXTSW2D support for small
6319         integers in vector registers.
6320         (floatsi<mode>2_lfiwax): If -mvsx-small-integer issue a normal
6321         move instead of using an UNSPEC.
6322         (lfiwzx): Remove ! constraint.  Add XXEXTRACTUW support for small
6323         integers in vector registers.
6324         (floatunssi<mode>2_lfiwzx): If -mvsx-small-integer issue a normal
6325         move instead of using an UNSPEC.
6326         (movsi_internal1): Add support for -mvsx-small-integer.  Align
6327         columns so that it is more readable.
6328         (SImode splitter for ISA 3.0 constants): Add splitter for
6329         -128..127 constants that can easily be constructed on ISA 3.0.
6330         * doc/md.texi (PowerPC Constraints): Document wH, wI, wJ, and wK
6331         constraints.
6333 2016-10-27  Jakub Jelinek  <jakub@redhat.com>
6335         PR middle-end/78025
6336         * omp-simd-clone.c (simd_clone_adjust): Handle noreturn declare simd
6337         functions.
6339 2016-10-27  Aldy Hernandez  <aldyh@redhat.com>
6341         * builtins.c (expand_builtin_nonlocal_goto): Avoid evaluating
6342         PIC_OFFSET_TABLE_REGNUM twice.
6344 2016-10-27  Bin Cheng  <bin.cheng@arm.com>
6346         * match.pd ((convert (op:s (convert@2 @0) (convert?@3 @1)))): Add
6347         support for constant operand for OP.
6349 2016-10-27  Jakub Jelinek  <jakub@redhat.com>
6351         * dwarf2out.c (gen_member_die): Only reparent_child instead of
6352         splice_child_die if child doesn't have DW_AT_specification attribute.
6354 2016-10-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6356         * config/arm/arm.h (TARGET_HAVE_LDREX): Define for ARMv8-M Baseline.
6357         (TARGET_HAVE_LDREXBH): Likewise.
6358         (TARGET_HAVE_LDACQ): Likewise.
6360 2016-10-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6362         * config/arm/arm.c (arm_split_atomic_op): Add function comment.  Add
6363         logic to to decide whether to copy over old value to register for new
6364         value.
6365         * config/arm/sync.md: Add comments explaning why mode and code
6366         attribute are not defined in iterators.md
6367         (thumb1_atomic_op_str): New code attribute.
6368         (thumb1_atomic_newop_str): Likewise.
6369         (thumb1_atomic_fetch_op_str): Likewise.
6370         (thumb1_atomic_fetch_newop_str): Likewise.
6371         (thumb1_atomic_fetch_oldop_str): Likewise.
6372         (atomic_exchange<mode>): Add new ARMv8-M Baseline only alternatives to
6373         mirror the more restrictive constraints of the Thumb-1 insns after
6374         split compared to Thumb-2 counterpart insns.
6375         (atomic_<sync_optab><mode>): Likewise.  Add comment to keep constraints
6376         in sync with non atomic version.
6377         (atomic_nand<mode>): Likewise.
6378         (atomic_fetch_<sync_optab><mode>): Likewise.
6379         (atomic_fetch_nand<mode>): Likewise.
6380         (atomic_<sync_optab>_fetch<mode>): Likewise.
6381         (atomic_nand_fetch<mode>): Likewise.
6382         * config/arm/thumb1.md (thumb1_addsi3): Add comment to keep contraint
6383         in sync with atomic version.
6384         (thumb1_subsi3_insn): Likewise.
6385         (thumb1_andsi3_insn): Likewise.
6386         (thumb1_iorsi3_insn): Likewise.
6387         (thumb1_xorsi3_insn): Likewise.
6389 2016-10-27  Nick Clifton  <nickc@redhat.com>
6391         * plugin.c (register_plugin_info): Produce an error message if the
6392         plugin is not found in the hash table.
6394 2016-10-27  Bin Cheng  <bin.cheng@arm.com>
6396         * match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)):
6397         New pattern.
6399 2016-10-26  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6401         PR target/78056
6402         * config/rs6000/rs6000.c (spe_init_builtins): Modify loops to not
6403         define builtin functions from the bdesc_spe_predicates or
6404         bdesc_spe_evsel arrays if the builtin mask is not compatible with
6405         the current compiler configuration.
6406         (paired_init_builtins): Modify loop to not define define builtin
6407         functions from the bdesc_paried_preds array if the builtin mask is
6408         not compatible with the current compiler configuration.
6409         (altivec_init_builtins): Modify loops to not define the
6410         __builtin_altivec_stxvl function nor the builtin functions from
6411         the bdesc_dst or bdesc_altivec_preds, or bdesc_abs arrays if the
6412         builtin mask is not compatible with the current compiler
6413         configuration.
6415 2016-10-26  Jeff Law  <law@redhat.com>
6417         * config/sh/sh.c (output_branch): Add missing fallthru comments.
6418         (gen_shl_and): Likewise.
6419         * config/sh/sh.md (movsicc): Add missing fallthru comments.
6421         * config/mips/mips.c (mips16_constant_cost): Add missing
6422         fallthru comments.
6423         (mips16_build_call_stub): Increase buffer size.  Adjust
6424         fallthru comment.
6426 2016-10-26  David Malcolm  <dmalcolm@redhat.com>
6428         * print-rtl.c (rtx_writer::print_rtx_operand_code_u): Print
6429         INSN_UIDs for all insns in compact mode.
6430         (rtx_writer::print_rtx): Likewise.
6431         * print-rtl.h (rtx_writer::flag_compact): Update comment.
6432         * rtl-tests.c (selftest::test_dumping_insns): Update expected
6433         output to include INSN_UID.
6434         (selftest::test_uncond_jump): Likewise.
6436 2016-10-26  Pat Haugen  <pthaugen@us.ibm.com>
6438         * haifa-sched.c (call_used_regs_num): Rename to...
6439         (call_saved_regs_num): ...this.
6440         (fixed_regs_num): New variable.
6441         (sched_pressure_start_bb): Subtract out fixed_regs. Scale call_saved
6442         regs not call_used.
6443         (alloc_global_sched_pressure_data): Compute call_saved and fixed regs.
6445 2016-10-26  David Malcolm  <dmalcolm@redhat.com>
6447         * print-rtl-function.c (print_rtx_function): Rewrite in terms of
6448         class rtx_writer.
6449         * print-rtl.c (outfile): Delete global.
6450         (sawclose): Likewise.
6451         (indent): Likewise.
6452         (in_call_function_usage): Likewise.
6453         (flag_compact): Likewise.
6454         (flag_simple): Likewise.
6455         (rtx_writer::rtx_writer): New ctor.
6456         (print_rtx_operand_code_0): Convert to...
6457         (rtx_writer::print_rtx_operand_code_0): ...this.
6458         (print_rtx_operand_code_e): Convert to...
6459         (rtx_writer::print_rtx_operand_code_e): ...this.
6460         (print_rtx_operand_codes_E_and_V): Convert to...
6461         (rtx_writer::print_rtx_operand_codes_E_and_V): ...this.
6462         (print_rtx_operand_code_i): Convert to...
6463         (rtx_writer::print_rtx_operand_code_i): ...this.
6464         (print_rtx_operand_code_r): Convert to...
6465         (rtx_writer::print_rtx_operand_code_r): ...this.
6466         (print_rtx_operand_code_u): Convert to...
6467         (rtx_writer::print_rtx_operand_code_u): ...this.
6468         (print_rtx_operand): Convert to...
6469         (rtx_writer::print_rtx_operand): ...this.
6470         (print_rtx): Convert to...
6471         (rtx_writer::print_rtx): ...this.
6472         (print_inline_rtx): Rewrite in terms of class rtx_writer.
6473         (debug_rtx): Likewise.
6474         (print_rtl): Convert to...
6475         (rtx_writer::print_rtl): ...this.
6476         (print_rtl): Reimplement in terms of class rtx_writer.
6477         (print_rtl_single): Rewrite in terms of class rtx_writer.
6478         (print_rtl_single_with_indent): Convert to..
6479         (rtx_writer::print_rtl_single_with_indent): ...this.
6480         (print_simple_rtl): Rewrite in terms of class rtx_writer.
6481         * print-rtl.h (flag_compact): Delete decl.
6482         (class rtx_writer): New class.
6483         * rtl-tests.c (selftest::assert_rtl_dump_eq): Rewrite in terms of
6484         class rtx_writer.
6486 2016-10-26  Jeff Law  <law@redhat.com>
6488         * config/microblaze/microblaze.c (tls_mentioned_p): Avoid
6489         fallthru.
6491         * config/arc/arc.c (acr_print_operand): Adjust fallthru comment.
6492         (check_if_valid_sleep_operand): Add missing fallthru comment.
6493         (arc_register_move_cost): Increase buffer size.
6494         * config/arc/arc.md (cbranch4si_scratch): Add missing fallthru
6495         comment.
6496         * config/arc/predicates.md (move_str_operand): Avoid fallthru.
6498         * config/cr16/cr16.c (cr16_print_operand): Add missing fallthru
6499         comment.  Add gcc_unreachable for path that should never happen.
6501         * config/epiphany/epiphany.c (epiphany_print_operand): Adjust
6502         fallthru comment.
6504 2016-10-26  Jakub Jelinek  <jakub@redhat.com>
6505             Martin Liska  <mliska@suse.cz>
6507         PR fortran/77973
6508         * gimplify.c (gimplify_adjust_omp_clauses_1): For all added map
6509         clauses with OMP_CLAUSE_SIZE being a decl, call omp_notice_variable
6510         on outer context if any.
6512 2016-10-26  Jakub Jelinek  <jakub@redhat.com>
6514         * gen-pass-instances.awk (adjust_linenos): Increment pass_lines[p]
6515         by increment rather than double it.
6516         (insert_remove_pass): Strip leading whitespace from args[3].  Don't
6517         emit a space before args[4].
6518         (END): Don't emit a space before with_arg.
6520 2016-10-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6522         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Add new ARMv8-M
6523         Baseline only alternatives to (i) hold store atomic success value in a
6524         return register rather than a scratch register, (ii) use a low register
6525         for it and to (iii) ensure the cbranchsi insn generated by the split
6526         respect the constraints of Thumb-1 cbranchsi4_insn and
6527         cbranchsi4_scratch.
6528         * config/arm/thumb1.md (cbranchsi4_insn): Add comment to indicate
6529         constraints must match those in atomic_compare_and_swap.
6530         (cbranchsi4_scratch): Likewise.
6532 2016-10-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6534         * config/arm/arm.c (arm_expand_compare_and_swap): Add new bdst local
6535         variable.  Add the new parameter to the insn generator.  Set that
6536         parameter to be CC flag for 32-bit targets, bval otherwise.  Set the
6537         return value from the negation of that parameter for Thumb-1, keeping
6538         the logic unchanged otherwise except for using bdst as the destination
6539         register of the compare_and_swap insn.
6540         (arm_split_compare_and_swap): Add explanation about how is the value
6541         returned to the function comment.  Rename scratch variable to
6542         neg_bval.  Adapt initialization of variables holding operands to the
6543         new operand numbers.  Use return register to hold result of store
6544         exclusive for Thumb-1, scratch register otherwise.  Construct the
6545         appropriate cbranch for Thumb-1 targets, keeping the logic unchanged
6546         for 32-bit targets.  Guard Z flag setting to restrict to 32bit targets.
6547         Use gen_cbranchsi4 rather than hand-written conditional branch to loop
6548         for strongly ordered compare_and_swap.
6549         * config/arm/predicates.md (cc_register_operand): New predicate.
6550         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Use a
6551         match_operand with the new predicate to accept either the CC flag or a
6552         destination register for the boolean return value, restricting it to
6553         CC flag only via constraint.  Adapt operand numbers accordingly.
6555 2016-10-26  Jeff Law  <law@redhat.com>
6557         * config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
6559         * config/frv/frv.c (comparison_string): Do not fall through after
6560         an error.
6562         * config/iq2000/iq2000.c (iq2000_function_arg): Adjust fallthru
6563         comment.
6564         (expand_one_builtin): Add missing break.
6566         * config/m32c/m32c.c (encode_pattern_1): Add fallthru comment.
6567         (m32c_legitimate_address_p): Likewise.
6569         * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
6571         * config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments.
6573         * config/microblaze/microblaze.c (microblaze_function_arg): Adjust
6574         fallthru comment.
6576         * config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
6577         fallthru comment.
6579         * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
6581         * config/rl78/rl78.c (rl78_calculate_death_notes): Add fallthru
6582         comment.
6583         (rl78_asm_ctor_dtor): Increase buffer size.
6585         * config/stormy16/stormy16.c (xstormy16_asm_output_destrutor): Increase
6586         buffer size.
6587         (xstormy16_asm_output_constructor): Likewise.
6589         * config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer
6590         size.
6592         * config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU
6593         comment to silence warning.
6595         * config/spu/spu.c (spu_sched_reorder): Add missing fallthru comment.
6596         (spu_legitimate_address_p): Fix logic error and add missing fallthru
6597         comment.
6599 2016-10-26  Michael Matz  <matz@suse.de>
6601         PR tree-optimization/78060
6602         PR tree-optimization/78061
6603         PR tree-optimization/78088
6604         * tree-ssa-loop-split.c (easy_exit_values): New function.
6605         (tree_ssa_split_loops): Use it.
6606         (compute_new_first_bound): Change order of operations,
6607         fix invalid use of types.
6609 2016-10-26  Georg-Johann Lay  <avr@gjlay.de>
6611         gen-pass-instances.awk is sensitive to the order in which
6612         passes are added; passes that appear later have to be added first.
6614         PR target/71676
6615         PR target/71678
6616         * config/avr/avr-passes.def: Swap order of directives for
6617         gen-pass-instances.awk.
6619 2016-10-25  Jeff Law  <law@redhat.com>
6621         * config/vax/vax.c (vad_address_cost_1): Add missing FALLTHRU comment.
6622         (vax_notice_update_cc): Likewise.
6624 2016-10-25  Eric Botcazou  <ebotcazou@adacore.com>
6626         * config.gcc (sparc*-*-solaris2*): Adjust.
6627         (sparc64-*-linux*): Likewise.
6628         * config/sparc/default-64.h: Rename to...
6629         * config/sparc/default64.h: ...this.
6630         * config/sparc/sparc.c (sparc_option_override): Replace TARGET_64BIT
6631         with TARGET_ARCH64.
6632         (sparc_mangle_type): Replace !TARGET_64BIT with TARGET_ARCH32.
6633         * config/sparc/sparc.h: Minor tweaks.
6634         * config/sparc/sparc.md: Replace !TARGET_64BIT and !TARGET_ARCH64 with
6635         TARGET_ARCH32 throughout.  Minor various tweaks throughout.
6637 2016-10-25  David Malcolm  <dmalcolm@redhat.com>
6639         * input.c (fcache::file_patch): Add comment about lifetime.
6640         (selftest::cpp_reader_ptr): New class.
6641         (selftest::lexer_test): Convert m_parser from cpp_reader *
6642         to a cpp_reader_ptr, and move m_tempfile to after it.
6643         (selftest::lexer_test::lexer_test): Update for above reordering.
6644         (lexer_test::~lexer_test): Move cleanup of m_parser to
6645         cpp_reader_ptr's dtor.
6647 2016-10-25  David Malcolm  <dmalcolm@redhat.com>
6649         * toplev.c (toplev::main): Remove call to
6650         location_adhoc_data_fini.
6652 2016-10-25  Eric Botcazou  <ebotcazou@adacore.com>
6654         * tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types.
6655         * tree.c (int_fits_type_p): Likewise.  Adjust head comment.
6657 2016-10-25  David Malcolm  <dmalcolm@redhat.com>
6659         * ggc-tests.c (forcibly_ggc_collect): Rename to...
6660         (selftest::forcibly_ggc_collect): ...this, and remove "static".
6661         (test_basic_struct): Update for above renaming.
6662         (test_length): Likewise.
6663         (test_union): Likewise.
6664         (test_finalization): Likewise.
6665         (test_deletable_global): Likewise.
6666         (test_inheritance): Likewise.
6667         (test_chain_next): Likewise.
6668         (test_user_struct): Likewise.
6669         (test_tree_marking): Likewise.
6670         * selftest-run-tests.c (selftest::run_tests): Call
6671         selftest::forcibly_ggc_collect at the end of the selftests.
6672         * selftest.h (selftest::forcibly_ggc_collect): New decl.
6674 2016-10-25  Jakub Jelinek  <jakub@redhat.com>
6676         PR target/78102
6677         * optabs.def (vcondeq_optab, vec_cmpeq_optab): New optabs.
6678         * optabs.c (expand_vec_cond_expr): For comparison codes
6679         EQ_EXPR and NE_EXPR, attempt vcondeq_optab as fallback.
6680         (expand_vec_cmp_expr): For comparison codes
6681         EQ_EXPR and NE_EXPR, attempt vec_cmpeq_optab as fallback.
6682         * optabs-tree.h (expand_vec_cmp_expr_p, expand_vec_cond_expr_p):
6683         Add enum tree_code argument.
6684         * optabs-query.h (get_vec_cmp_eq_icode, get_vcond_eq_icode): New
6685         inline functions.
6686         * optabs-tree.c (expand_vec_cmp_expr_p): Add CODE argument.  For
6687         CODE EQ_EXPR or NE_EXPR, attempt to use vec_cmpeq_optab as
6688         fallback.
6689         (expand_vec_cond_expr_p): Add CODE argument.  For CODE EQ_EXPR or
6690         NE_EXPR, attempt to use vcondeq_optab as fallback.
6691         * tree-vect-generic.c (expand_vector_comparison,
6692         expand_vector_divmod, expand_vector_condition): Adjust
6693         expand_vec_cmp_expr_p and expand_vec_cond_expr_p callers.
6694         * tree-vect-stmts.c (vectorizable_condition,
6695         vectorizable_comparison): Likewise.
6696         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern,
6697         check_bool_pattern, search_type_for_mask_1): Likewise.
6698         * expr.c (do_store_flag): Likewise.
6699         * doc/md.texi (@code{vec_cmpeq@var{m}@var{n}},
6700         @code{vcondeq@var{m}@var{n}}): Document.
6701         * config/i386/sse.md (vec_cmpeqv2div2di, vcondeq<VI8F_128:mode>v2di):
6702         New expanders.
6704 2016-10-25  Jeff Law  <law@redhat.com>
6706         * config/v850/v850.c (v850_handle_data_area_attribute): Fix fallthru
6707         comment.
6708         (v850_output_aligned_bss): Add missing break.
6710         * config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_unreachable.
6712 2016-10-25  Martin Liska  <mliska@suse.cz>
6714         PR sanitizer/78106
6715         * sanopt.c (imm_dom_path_with_freeing_call): Handle gasm
6716         statements as they can also contain possibly a freeing call.
6718 2016-10-25  H.J. Lu  <hongjiu.lu@intel.com>
6719             Martin Liska  <mliska@suse.cz>
6721         PR ipa/78099
6722         * common.opt: Mark flag_ipa_icf_variables as Optimization flag.
6723         * ipa-icf.c (sem_function::get_hash): Add target optimization
6724         node to hash.
6726 2016-10-25  Wilco Dijkstra  <wdijkstr@arm.com>
6728         PR target/78041
6729         * config/arm/neon.md (ashldi3_neon): Add "r 0 i" and "&r r i" variants.
6730         Remove partial overlap check for shift by 1.
6731         (ashldi3_neon): Likewise.
6733 2016-10-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6735         * config/arm/constraints.md (Q constraint): Document its use for
6736         Thumb-1.
6737         (Pf constraint): New constraint for relaxed, consume or relaxed memory
6738         models.
6739         * config/arm/sync.md (atomic_load<mode>): Add new ARMv8-M Baseline only
6740         alternatives to allow any register when memory model matches Pf and
6741         thus lda is used, but only low registers otherwise.  Use unpredicated
6742         output template for Thumb-1 targets.
6743         (atomic_store<mode>): Likewise for stl.
6744         (arm_load_exclusive<mode>): Add new ARMv8-M Baseline only alternative
6745         whose output template does not have predication.
6746         (arm_load_acquire_exclusive<mode>): Likewise.
6747         (arm_load_exclusivesi): Likewise.
6748         (arm_load_acquire_exclusivesi): Likewise.
6749         (arm_store_release_exclusive<mode>): Likewise.
6750         (arm_store_exclusive<mode>): Use unpredicated output template for
6751         Thumb-1 targets.
6753 2016-10-25  Jakub Jelinek  <jakub@redhat.com>
6755         * internal-fn.def (LAUNDER): New internal function.
6756         * internal-fn.c (expand_LAUNDER): New function.
6758 2016-10-25  Georg-Johann Lay  <avr@gjlay.de>
6759             Pitchumani Sivanupandi  <pitchumani.sivanupandi@microchip.com>
6761         New avr target pass to work around performance loss by PR fix.
6763         PR target/71676
6764         PR target/71678
6765         * config/avr/avr.md (casesi_<mode>_sequence) [qi,hi]: New insn.
6766         (*cmp<mode>) [qi,qq,uqq,hi,hq,uhq,ha,uha]: Rename to cmp<mode>3.
6767         * config/avr/predicates.md (extend_operator): New.
6768         * config/avr/avr-passes.def (avr_pass_casesi): Register new pass.
6769         * config/avr/avr-protos.h (avr_casei_sequence_check_operands)
6770         (make_avr_pass_casesi): New prototypes.
6771         * config/avr/avr.c (print-rtl.h): Include it.
6772         (pass_data avr_pass_data_casesi): Data for new pass.
6773         (avr_pass_casesi): New class implementing rtl_opt_pass .avr-casesi.
6774         (make_avr_pass_casesi, avr_parallel_insn_from_insns)
6775         (avr_is_casesi_sequence, avr_casei_sequence_check_operands)
6776         (avr_optimize_casesi): New functions.
6778 2016-10-25  Georg-Johann Lay  <avr@gjlay.de>
6779             Pitchumani Sivanupandi  <pitchumani.sivanupandi@microchip.com>
6781         PR target/71676
6782         PR target/71678
6783         * config/avr/avr.md (casesi): Rewrite avoiding subregs of SI.
6785 2016-10-24  Jakub Jelinek  <jakub@redhat.com>
6787         * dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or
6788         DW_AT_rvalue_reference attributes.
6790 2016-10-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6792         * doc/invoke.text (Wint-in-bool-context): Update documentation.
6793         * value-prof.c (stringop_block_profile): Fix a warning.
6795 2016-10-24  Martin Sebor  <msebor@redhat.com>
6797         PR middle-end/77735
6798         * builtins.c (string_length): New function.
6799         (c_strlen): Use string_length.  Correctly handle wide strings.
6800         * gimple-ssa-sprintf.c (target_max_value, target_size_max): New
6801         functions.
6802         (target_int_max): Call target_max_value.
6803         (format_result::knownrange): New data member.
6804         (fmtresult::fmtresult): Define default constructor.
6805         (format_integer): Use it and set format_result::knownrange.
6806         Handle global constants.
6807         (format_floating_max): Add third argument.
6808         (format_floating): Recompute maximum value for %a for each argument.
6809         (get_string_length): Use fmtresult default ctor.
6810         (format_string): Set format_result::knownrange.
6811         (format_directive): Check format_result::knownrange.
6812         (add_bytes): Same.  Correct caret placement in diagnostics.
6813         (pass_sprintf_length::compute_format_length): Set
6814         format_result::knownrange.
6815         (pass_sprintf_length::handle_gimple_call): Use target_size_max.
6817 2016-10-24  Jakub Jelinek  <jakub@redhat.com>
6819         * config/i386/i386.c (ix86_in_large_data_p, ix86_expand_builtin): Use
6820         VAR_P (x) instead of TREE_CODE (x) == VAR_DECL.
6822 2016-10-24  Ximin Luo  <infinity0@pwned.gg>
6824         PR debug/77985
6825         * dwarf2out.c (file_table_relative_p): Remove.
6826         (gen_compile_unit_die, dwarf2out_early_finish): Emit DW_AT_comp_dir
6827         also for absolute paths.
6828         * doc/tm.texi: Update.
6829         * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Remove.
6830         * target.def (force_at_comp_dir): Remove hook.
6831         * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Remove define.
6833 2016-10-24  Richard Biener  <rguenther@suse.de>
6835         * tree-vrp.c (evrp_dom_walker::before_dom_children): Ignore
6836         backedges when identifying the single predecessor to take
6837         conditional info from.  Use SCEV to get at ranges for loop IVs.
6838         * lto-streamer-out.c (lto_write_mode_table): CSE inner mode to
6839         avoid false warning.
6841 2016-10-24  Georg-Johann Lay  <avr@gjlay.de>
6843         PR target/78093
6844         * doc/extend.texi (AVR Variable Attributes) [absdata]: Document it.
6845         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_ABSDATA): New macro.
6846         (avr_address_tiny_absdata_p): New static function.
6847         (avr_legitimate_address_p, avr_legitimize_address) [AVR_TINY]: Use
6848         it to determine validity of constant addresses.
6849         (avr_attribute_table) [absdata]: New variable attribute...
6850         (avr_handle_absdata_attribute): ...and handler.
6851         (avr_decl_absdata_p): New static function.
6852         (avr_encode_section_info) [AVR_TINY]: Use it to add flag
6853         AVR_SYMBOL_FLAG_TINY_ABSDATA to respective symbols_refs.
6854         (avr_address_cost) [AVR_TINY]: absdata addresses cost 2.
6856 2016-10-24  Richard Biener  <rguenther@suse.de>
6858         PR tree-optimization/78076
6859         * tree-ssa-loop-split.c (tree_ssa_split_loops): Reset aux
6860         also on the loop tree root.
6862 2016-10-24  Jakub Jelinek  <jakub@redhat.com>
6864         * config/i386/i386.c (ix86_fold_builtin): Handle
6865         IX86_BUILTIN_BEXTR{,I}{32,64}, IX86_BUILTIN_BZHI{32,64},
6866         IX86_BUILTIN_PDEP{32,64} and IX86_BUILTIN_PEXT{32,64}.
6867         (ix86_gimple_fold_builtin): Handle IX86_BUILTIN_BZHI{32,64},
6868         IX86_BUILTIN_PDEP{32,64} and IX86_BUILTIN_PEXT{32,64}.
6870 2016-10-24  Martin Liska  <mliska@suse.cz>
6872         PR sanitizer/77966
6873         * opts.c (finish_options): Skip conditionally.
6875 2016-10-23  Martin Sebor  <msebor@redhat.com>
6877         PR target/77837
6878         * config/rs6000/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define.
6879         * config/rs6000/linux64.h (TARGET_PRINTF_POINTER_FORMAT): Likewise.
6881 2016-10-23  Eric Botcazou  <ebotcazou@adacore.com>
6883         * config/sparc/sparc.md (cpu_feature): Minor tweak.
6884         (enabled): Likewise.
6885         (movsi_insn, movdi_insn_sp32, movdi_insn_sp64, movsf_insn,
6886         movdf_insn_sp32, movdf_insn_sp64, zero_extendsidi2_insn_sp64,
6887         sign_extendsidi2_insn, mov<VM32:mode>_insn, mov<VM64:mode>_insn_sp64,
6888         mov<VM64:mode>_insn_sp32, not_<code><mode>, nand<mode>_vis,
6889         <code>_not1<mode>_vi, <code>_not2<mode>_vis, one_cmpl<mode>2,
6890         fcmp<code><GCM:gcm_name>, pdistn<mode>_vis): Likewise.
6892 2016-10-23  Eric Botcazou  <ebotcazou@adacore.com>
6894         * config/sparc/sparc-c.c (sparc_target_macros): Replace TARGET_64BIT
6895         with TARGET_ARCH64.  Define __VIS to 0x400 if TARGET_VIS4.
6897 2016-10-21  Andrew Pinski  <apinski@cavium.com>
6899         * config/aarch64/aarch64-cores.def: Rewrite so IMP and PART are
6900         integer constants.
6901         * config/aarch64/driver-aarch64.c (struct aarch64_core_data): Change
6902         implementer_id to unsigned char.
6903         Change part_no to unsigned int.
6904         (AARCH64_BIG_LITTLE): New define.
6905         (INVALID_IMP): New define.
6906         (INVALID_CORE): New define.
6907         (cpu_data): Change the last element's implementer_id and part_no to
6908         integers.
6909         (valid_bL_string_p): Rewrite to ..
6910         (valid_bL_core_p): this for integers instead of strings.
6911         (parse_field): New function.
6912         (contains_string_p): Rewrite to ...
6913         (contains_core_p): this for integers and only for the part_no.
6914         (host_detect_local_cpu): Rewrite handling of implementation and
6915         par num to be integers; simplifying the code.
6917 2016-10-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
6919         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Create nonzero
6920         value range for pointers in more cases.
6922 2016-10-21  Wilco Dijkstra  <wdijkstr@arm.com>
6924         * config/aarch64/aarch64.c (aarch64_add_constant_internal):
6925         Add extra argument to allow emitting the move immediate.
6926         Use add/sub with positive immediate.
6927         (aarch64_add_constant): Add inline function.
6928         (aarch64_add_sp): Likewise.
6929         (aarch64_sub_sp): Likewise.
6930         (aarch64_expand_prologue): Call aarch64_sub_sp.
6931         (aarch64_expand_epilogue): Call aarch64_add_sp.
6932         Decide when to leave out move.
6933         (aarch64_output_mi_thunk): Call aarch64_add_constant.
6935 2016-10-21  Wilco Dijkstra  <wdijkstr@arm.com>
6937         * config/aarch64/aarch64.c (aarch64_layout_frame):
6938         Align FP callee-saves.
6940 2016-10-21  Jakub Jelinek  <jakub@redhat.com>
6942         * config/i386/adxintrin.h (_subborrow_u32, _addcarry_u32,
6943         _addcarryx_u32, _subborrow_u64, _addcarry_u64, _addcarryx_u64):
6944         Formatting fixes.
6945         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
6946         _rdseed64_step): Likewise.
6947         * config/i386/tbmintrin.h (__bextri_u32): Likewise.
6949         PR target/78057
6950         * config/i386/i386.c: Include fold-const-call.h, tree-vrp.h
6951         and tree-ssanames.h.
6952         (ix86_fold_builtin): Fold IX86_BUILTIN_[LT]ZCNT{16,32,64}
6953         with INTEGER_CST argument.
6954         (ix86_gimple_fold_builtin): New function.
6955         (TARGET_GIMPLE_FOLD_BUILTIN): Define.
6957         * dwarf2out.c (ranges_table): Change into vec<dw_ranges, va_gc> *.
6958         (ranges_by_label): Change into vec<dw_ranges_by_label, va_gc> *.
6959         (ranges_table_allocated, ranges_table_in_use,
6960         ranges_by_label_allocated, ranges_by_label_in_use,
6961         RANGES_TABLE_INCREMENT): Removed.
6962         (add_ranges_num): Use vec_safe_push into ranges_table.
6963         (add_ranges_by_labels): Use vec_safe_push into ranges_by_label.
6964         (output_ranges): Adjust for ranges_table and ranges_by_label
6965         conversion from arrays to vec.
6966         (add_high_low_attributes, dwarf2out_finish): Adjust for range_table
6967         conversion from arrays to vec.
6968         (dwarf2out_c_finalize): Don't clear ranges_table_allocated,
6969         ranges_table_in_use, ranges_by_label_allocated and
6970         ranges_by_label_in_use.  Set ranges_by_label to NULL instead of 0.
6972         * dwarf2out.c (gen_variable_die): Emit DW_AT_const_expr attribute
6973         if needed.  Re-add origin_die variable and its initialization.
6975         * gimplify.c (gimplify_bind_expr): Handle oacc_declare_returns
6976         even for -fstack-reuse=none, or for volatile vars etc.
6978 2016-10-21  David Malcolm  <dmalcolm@redhat.com>
6980         * print-rtl-function.c (flag_compact): Move extern decl to...
6981         * print-rtl.h (flag_compact): ...here.
6982         * rtl-tests.c (selftests::assert_rtl_dump_eq): New function.
6983         (ASSERT_RTL_DUMP_EQ): New macro.
6984         (selftest::test_dumping_regs): New function.
6985         (selftest::test_dumping_insns): New function.
6986         (selftest::test_uncond_jump): Add uses of ASSERT_RTL_DUMP_EQ on
6987         the insns.
6988         (selftest::rtl_tests_c_tests): Call the new test functions.
6990 2016-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6992         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
6993         (outgoing_edges_match): Likewise.
6994         (try_crossjump_to_edge): Likewise.
6995         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
6996         (rtl_tidy_fallthru_edge): Likewise.
6997         * rtl.h (tablejump_p): Adjust prototype.
6998         * rtlanal.c (tablejump_p): Return the label as a rtx_insn *.
7000 2016-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7002         * rtl.h (label_ref_label): New function.
7003         (set_label_ref_label): New function.
7004         (LABEL_REF_LABEL): Delete.
7005         * alias.c (rtx_equal_for_memref_p): Adjust.
7006         * cfgbuild.c (make_edges): Likewise.
7007         (purge_dead_tablejump_edges): Likewise.
7008         * cfgexpand.c (convert_debug_memory_address): Likewise.
7009         * cfgrtl.c (patch_jump_insn): Likewise.
7010         * combine.c (distribute_notes): Likewise.
7011         * cse.c (hash_rtx_cb): Likewise.
7012         (exp_equiv_p): Likewise.
7013         (fold_rtx): Likewise.
7014         (check_for_label_ref): Likewise.
7015         * cselib.c (rtx_equal_for_cselib_1): Likewise.
7016         (cselib_hash_rtx): Likewise.
7017         * emit-rtl.c (mark_label_nuses): Likewise.
7018         * explow.c (convert_memory_address_addr_space_1): Likewise.
7019         * final.c (output_asm_label): Likewise.
7020         (output_addr_const): Likewise.
7021         * gcse.c (add_label_notes): Likewise.
7022         * genconfig.c (walk_insn_part): Likewise.
7023         * genrecog.c (validate_pattern): Likewise.
7024         * ifcvt.c (cond_exec_get_condition): Likewise.
7025         (noce_emit_store_flag): Likewise.
7026         (noce_get_alt_condition): Likewise.
7027         (noce_get_condition): Likewise.
7028         * jump.c (maybe_propagate_label_ref): Likewise.
7029         (mark_jump_label_1): Likewise.
7030         (redirect_exp_1): Likewise.
7031         (rtx_renumbered_equal_p): Likewise.
7032         * lra-constraints.c (operands_match_p): Likewise.
7033         * print-rtl.c (print_value): Likewise.
7034         * reload.c (find_reloads): Likewise.
7035         * reload1.c (set_label_offsets): Likewise.
7036         * reorg.c (get_branch_condition): Likewise.
7037         * rtl-tests.c (test_uncond_jump): Likewise.
7038         * rtl.c (rtx_equal_p_cb): Likewise.
7039         (rtx_equal_p): Likewise.
7040         * rtlanal.c (reg_mentioned_p): Likewise.
7041         (rtx_referenced_p): Likewise.
7042         (get_condition): Likewise.
7043         * varasm.c (const_hash_1): Likewise.
7044         (compare_constant): Likewise.
7045         (const_rtx_hash_1): Likewise.
7046         (output_constant_pool_1): Likewise.
7048 2016-10-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
7050         PR target/71627
7051         * reload.c (find_valid_class_1): Allow regclass if atleast one
7052         regno in regclass is ok. Compute and use rclass size based on
7053         actually available regnos for mode in rclass.
7055 2016-10-21  Eric Botcazou  <ebotcazou@adacore.com>
7057         * config/sparc/sparc-modes.def (CCV): New.
7058         (CCXV): Likewise.
7059         * config/sparc/predicates.md (v_comparison_operator): New.
7060         (icc_comparison_operator): Add support for CCV/CCXV.
7061         (xcc_comparison_operator): Likewise.
7062         * config/sparc/sparc.c (output_cbranch): Likewise.
7063         (sparc_print_operand): Likewise.
7064         * config/sparc/sparc.md (UNSPEC_{ADD,SUB,NEG}V): New constants.
7065         (uaddvdi4): New expander.
7066         (addvdi4): Likewise.
7067         (uaddvdi4_sp32): New instruction.
7068         (addvdi4_sp32): Likewise.
7069         (uaddvsi4): New expander.
7070         (addvsi4): Likewise.
7071         (cmp_ccc_plus_sltu_set): New instruction.
7072         (cmp_ccv_plus): Likewise.
7073         (cmp_ccxv_plus): Likewise.
7074         (cmp_ccv_plus_set): Likewise.
7075         (cmp_ccxv_plus_set): Likewise.
7076         (cmp_ccv_plus_sltu_set): Likewise.
7077         (uaddvdi4): New expander.
7078         (subvdi4): Likewise.
7079         (usubdi4_sp32): New instruction.
7080         (subvdi4_sp32): Likewise.
7081         (usubvsi4): New expander.
7082         (subvsi4): Likewise.
7083         (cmpsi_minus_sltu_set): New instruction.
7084         (cmp_ccv_minus): Likewise.
7085         (cmp_ccxv_minus): Likewise.
7086         (cmp_ccv_minus_set): Likewise.
7087         (cmp_ccxv_minus_set): Likewise.
7088         (cmp_ccv_minus_sltu_set): Likewise.
7089         (unegvdi3): New expander.
7090         (negvdi3): Likewise.
7091         (unegdi3_sp32): New instruction.
7092         (negvdi3_sp32): Likewise.
7093         (unegvsi3): New expander.
7094         (negvsi3): Likewise.
7095         (cmp_ccc_neg_sltu_set): New instruction.
7096         (cmp_ccv_neg): Likewise.
7097         (cmp_ccxv_neg): Likewise.
7098         (cmp_ccv_neg_set): Likewise.
7099         (cmp_ccxv_neg_set): Likewise.
7100         (cmp_ccv_neg_sltu_set): Likewise.
7102         * tree-ssa-loop-split.c: Remove trailing spaces.
7103         * match.pd: Likewise.
7105 2016-10-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7107         PR rtl-optimization/78038
7108         * ree.c (get_defs): Return NULL if a defining insn for REG cannot
7109         be deduced to set REG through the RTL structure.
7110         (make_defs_and_copies_lists): Return false on a failing get_defs call.
7112 2016-10-21  Richard Biener  <rguenther@suse.de>
7114         PR tree-optimization/78051
7115         * tree-vrp.c (evrp_dom_walker::before_dom_children): Update stmt
7116         and mark replaced if folding did something.
7118 2016-10-21  David Edelsohn  <dje.gcc@gmail.com>
7120         * config/rs6000/rs6000.c (rs6000_assemble_visibility): Swap "internal"
7121         and "protected" in visibility types.
7122         (rs6000_xcoff_declare_function_name): Fix formatting.
7123         (rs6000_xcoff_declare_object_name): Fix formatting.
7125 2016-10-21  Uros Bizjak  <ubizjak@gmail.com>
7127         * config/i386/i386.c (ix86_fold_builtin): Handle IX86_BUILTIN_INFQ
7128         and IX86_BUILTIN_HUGE_VALQ here ...
7129         (ix86_expand_builtin): ... not here.
7131 2016-10-20  Jakub Jelinek  <jakub@redhat.com>
7133         * doc/gty.texi (for_user): Use @item next to @findex.
7135 2016-10-20  Uros Bizjak  <ubizjak@gmail.com>
7137         PR target/78037
7138         * config/i386/bmiintrin.h (__tzcnt_u16): Call __builtin_ia32_tzcnt_u16.
7139         (__tzcnt_u32, _tzcnt_u32): Call __builtin_ia32_tzcnt_u32.
7140         (__tzcnt_u64, _tzcnt_u64): Call __builtin_ia32_tzcnt_u64.
7141         * config/i386/lzcntintrin.h (__lzcnt_u16): Call
7142         __builtin_ia32_lzcnt_u16.
7143         (__lzcnt_u32, _lzcnt_u32): Call __builtin_ia32_lzcnt_u32.
7144         (__lzcnt_u64, _lzcnt_u64): Call __builtin_ia32_lzcnt_u64.
7145         * config/i386/i386.md (UNSPEC_LZCNT, UNSPEC_TZCNT): New unspecs.
7146         (ctz<mode>2, *ctz<mode>2): Use SWI48 mode iterator.
7147         (bmi_tzcnt_<mode>): New expander.
7148         (*bmi_tzcnt_<mode>_falsedep_1): New define_insn_and_split pattern.
7149         (*bmi_tzcnt_<mode>_falsedep, *bmi_tzcnt_<mode>): New insn patterns.
7150         (clz<mode>2_lzcnt, *clz<mode>2_lzcnt): Use SWI48 mode iterator.
7151         (lzcnt_<mode>): New expander.
7152         (*lzcnt_<mode>_falsedep_1): New define_insn_and_split pattern.
7153         (*lzcnt_<mode>_falsedep, *lzcnt_<mode>): New insn patterns.
7154         * config/i386/i386-builtin-types.def (UINT_FTYPE_UINT): New.
7155         (UINT64_FTYPE_UINT64): New.
7156         * config/i386/i386-builtin.def (__builtin_clzs): Remove description.
7157         (__builtin_ia32_lzcnt_u16): New description.
7158         (__builtin_ia32_lzcnt_u32): Ditto.
7159         (__builtin_ia32_lzcnt_u64): Ditto.
7160         (__builtin_ctzs): Remove description.
7161         (__builtin_ia32_tzcnt_u16): New description.
7162         (__builtin_ia32_tzcnt_u32): Ditto.
7163         (__builtin_ia32_tzcnt_u64): Ditto.
7164         * config/i386/i386.c (ix86_expand_args_builtin): Handle
7165         UINT_FTYPE_UINT and UINT64_FTYPE_UINT64.
7167 2016-10-20  Martin Liska  <mliska@suse.cz>
7169         PR lto/78049
7170         * lto-streamer-in.c (fixup_call_stmt_edges_1): Replace value
7171         comparison with STMT_UID_NOT_IN_RANGE.
7172         (fixup_call_stmt_edges): Do not fixup edges of a thunk in
7173         LTRANS.
7175 2016-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7177         * compare-elim.c (conforming_compare): Accept UNSPECs.
7178         (find_comparison_dom_walker::before_dom_children): Deal with
7179         instructions both using and killing the flags register.
7180         (equivalent_reg_at_start): New function extracted from...
7181         (try_eliminate_compare): ...here.  Use it and add support for
7182         registers and UNSPECs as second operand of the compare.
7183         * config/visium/visium-modes.def (CCV): New.
7184         * config/visium/predicates.md (visium_v_comparison_operator): New.
7185         (visium_branch_operator): Deal with CCV mode.
7186         * config/visium/visium.c (visium_select_cc_mode): Likewise.
7187         (output_cbranch): Likewise.
7188         * config/visium/visium.md (UNSPEC_{ADD,SUB,NEG}V): New constants.
7189         (uaddv<mode>4): New expander.
7190         (addv<mode>4): Likewise.
7191         (add<mode>3_insn_set_carry): New instruction.
7192         (add<mode>3_insn_set_overflow): Likewise.
7193         (addsi3_insn_set_overflow): Likewise.
7194         (usubv<mode>4): New expander.
7195         (subv<mode>4): Likewise.
7196         (sub<mode>3_insn_set_carry): New instruction.
7197         (sub<mode>3_insn_set_overflow): Likewise.
7198         (subsi3_insn_set_overflow): Likewise.
7199         (unegv<mode>3): New expander.
7200         (negv<mode>3): Likewise.
7201         (neg<mode>2_insn_set_overflow): New instruction.
7202         (addv_tst<mode>): Likewise.
7203         (subv_tst<mode>): Likewise.
7204         (negv_tst<mode>): Likewise.
7205         (cbranch<mode>4_addv_insn): New splitter and instruction.
7206         (cbranch<mode>4_subv_insn): Likewise.
7207         (cbranch<mode>4_negv_insn): Likewise.
7209 2016-10-20  Richard Biener  <rguenther@suse.de>
7211         * tree-ssa-alias.c (ptrs_compare_unequal): Remove code duplication.
7212         Handle decls possibly not bound.
7213         * tree-ssa-structalias.c (get_constraint_for_ssa_var): Add
7214         nothing_id for decls that might not be bound if we are interested
7215         for the address.
7216         (get_constraint_for_component_ref): Deal with that.
7218 2016-10-20  Michael Matz  <matz@suse.de>
7220         Loop splitting.
7221         * common.opt (-fsplit-loops): New flag.
7222         * passes.def (pass_loop_split): Add.
7223         * opts.c (default_options_table): Add OPT_fsplit_loops entry at -O3.
7224         (enable_fdo_optimizations): Add loop splitting.
7225         * timevar.def (TV_LOOP_SPLIT): Add.
7226         * tree-pass.h (make_pass_loop_split): Declare.
7227         * tree-ssa-loop-manip.h (rewrite_into_loop_closed_ssa_1): Declare.
7228         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h,
7229         * tree-ssa-loop-split.c: New file.
7230         * Makefile.in (OBJS): Add tree-ssa-loop-split.o.
7231         * doc/invoke.texi (fsplit-loops): Document.
7232         * doc/passes.texi (Loop optimization): Add paragraph about loop
7233         splitting.
7235 2016-10-20  Richard Biener  <rguenther@suse.de>
7237         * cgraphunit.c (analyze_functions): Set node->definition to
7238         false to signal symbol removal to debug_hooks->late_global_decl.
7239         * ipa.c (symbol_table::remove_unreachable_nodes): When not in
7240         WPA signal symbol removal to the debuginfo machinery.
7241         * dwarf2out.c (dwarf2out_late_global_decl): Instead of
7242         using early_finised to guard the we're called for symbol
7243         removal case look at the symtabs definition flag.
7244         (gen_variable_die): Remove redundant check.
7246 2016-10-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7248         * config/s390/s390.md ("prefetch"): Add fallthrough comment.
7250 2016-10-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7252         PR tree-optimization/53979
7253         * match.pd ((a ^ b) | a -> a | b): New pattern.
7255 2016-10-19  John David Anglin  <danglin@gcc.gnu.org>
7257         * config/pa/pa64-hpux.h (PA_INIT_FRAME_DUMMY_ASM_OP): Move to
7258         config/pa/pa64-hpux-lib.h.
7259         (PA_CRTBEGIN_HACK): Likewise.
7260         (DTOR_LIST_BEGIN): Likewise.
7262 2016-10-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7264         * config/arm/arm.c (arm_emit_coreregs_64bit_shift): Clear the result
7265         register only if "in" and "out" are different registers.
7267 2016-10-19  Eric Botcazou  <ebotcazou@adacore.com>
7269         * omp-low.c (pass_oacc_device_lower::gate): New method.
7270         (execute): Always call execute_oacc_device_lower.
7272 2016-10-19  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7274         PR tree-optimization/77916
7275         PR tree-optimization/77937
7276         * gimple-ssa-strength-reduction.c (analyze_increments): Remove
7277         stopgap fix.
7278         (insert_initializers): Requirement of initializer for -1 should be
7279         based on pointer-typedness of the candidate basis.
7281 2016-10-19  Bin Cheng  <bin.cheng@arm.com>
7283         PR tree-optimization/78005
7284         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Compute
7285         upper (included) bound for niters of prolog loop.
7286         (vect_gen_scalar_loop_niters): Change parameter VF to VFM1.
7287         Compute niters of scalar loop above which vectorized loop is
7288         preferred, as well as the upper (included) bound for the niters.
7289         (vect_do_peeling): Record niter bound for loops accordingly.
7291 2016-10-19  Thomas Schwinge  <thomas@codesourcery.com>
7293         PR lto/77458
7294         * tree-core.h (enum tree_index): Put the complex types after their
7295         component types.
7296         * tree-streamer.c (verify_common_node_recorded): New function.
7297         (preload_common_nodes) <TREE_CODE (node) == COMPLEX_TYPE>: Use it.
7299 2016-10-19  Martin Liska  <mliska@suse.cz>
7301         * cgraph.h (cgraph_edge::binds_to_current_def_p):
7302         Replace NULL with false as a return value.
7304 2016-10-19  Thomas Schwinge  <thomas@codesourcery.com>
7306         PR tree-optimization/78024
7307         * omp-low.c (oacc_loop_discovery): Call clear_bb_flags before, and
7308         don't clear BB_VISITED after processing.
7310 2016-10-19  Richard Biener  <rguenther@suse.de>
7312         * domwalk.c (dom_walker::walk): Use RPO order.
7314 2016-10-19  Richard Biener  <rguenther@suse.de>
7316         * tree-vrp.c (evrp_dom_walker::evrp_dom_walker): Initialize
7317         stmts_to_remove.
7318         (evrp_dom_walker::~evrp_dom_walker): Free it.
7319         (evrp_dom_walker::stmts_to_remove): Add.
7320         (evrp_dom_walker::before_dom_children): Mark PHIs and stmts
7321         whose output we fully propagate for removal.  Propagate
7322         into BB destination PHI arguments.
7323         (execute_early_vrp): Remove queued stmts.  Dump value ranges
7324         before stmt removal.
7326 2016-10-18  Aldy Hernandez  <aldyh@redhat.com>
7328         * Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.
7329         * passes.def: Add two instances of pass_walloca.
7330         * tree-pass.h (make_pass_walloca): New.
7331         * gimple-ssa-warn-alloca.c: New file.
7332         * doc/invoke.texi: Document -Walloca, -Walloca-larger-than=, and
7333         -Wvla-larger-than= options.
7335 2016-10-18  Thomas Schwinge  <thomas@codesourcery.com>
7337         * cfg.c (clear_bb_flags): Use FOR_ALL_BB_FN.
7338         * config/nvptx/nvptx.c (nvptx_find_sese): Likewise.
7340 2016-10-18  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7342         * config/rs6000/altivec.h (vec_xl_len): New macro.
7343         (vec_xst_len): New macro.
7344         (vec_cmpnez): New macro.
7345         (vec_cntlz_lsbb): New macro.
7346         (vec_cnttz_lsbb): New macro.
7347         (vec_xlx): New macro.
7348         (vec_xrx): New macro.
7349         (vec_all_nez): New C++ predicate template.
7350         (vec_any_eqz): New C++ predicate template.
7351         (vec_all_ne): Revised C++ predicate template under _ARCH_PWR9
7352         conditional compilation.
7353         (vec_any_eq): Revised C++ predicate template under _ARCH_PWR9
7354         conditional compilation.
7355         (vec_all_nez): New macro.
7356         (vec_any_eqz): New macro.
7357         (vec_all_ne): Revised macro under _ARCH_PWR9 conditional
7358         compilation.
7359         (vec_any_eq): Revised macro under _ARCH_PWR9 conditional
7360         compilation.
7361         * config/rs6000/vector.md (VI): Moved this mode iterator
7362         definition from altivec.md to vector.md.
7363         (UNSPEC_NEZ_P): New value.
7364         (vector_ne_<mode>_p): New expansion for implementation of
7365         vec_all_ne and vec_any_eq built-in functions.
7366         (vector_nez_<mode>_p): New expansion for implementation of
7367         vec_all_nez and vec_any_eqz built-in functions.
7368         (vector_ne_v2di_p): New expansion for implementation of vec_all_ne
7369         and vec_any_eq built-in function.
7370         (cr6_test_for_zero): New commentary to explain this expansion.
7371         (cr6_test_for_zero_reverse): New commentary to explain this expansion.
7372         (cr6_test_for_lt): New commentary to explain this expansion.
7373         (cr6_test_for_lt_reverse): New commentary to explain this
7374         expansion.
7375         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
7376         overloaded function prototypes for vec_all_ne, vec_all_nez,
7377         vec_any_eq, vec_any_eqz, vec_cmpnez, vec_cntlz_lsbb,
7378         vec_cnttz_lsbb, vec_xl_len, vec_xst_len, vec_xlx, and vec_xrx
7379         built-in functions.
7380         (altivec_resolve_overloaded_builtin): Modify the handling of
7381         ALTIVEC_BUILTIN_VEC_CMPNE to use the Power9 instructions when
7382         the compiler is configured to support TARGET_P9_VECTOR.
7383         * config/rs6000/rs6000-builtin.def (BU_ALTIVEC_P): Add commentary
7384         to explain the special processing that is given to predicate
7385         built-ins introduced using this macro.
7386         (BU_ALTIVEC_OVERLOAD_P): Add commentary to alert maintainers to
7387         the special processing given to predicate built-ins introduced
7388         using this macro.
7389         (BU_VSX_P): Likewise.
7390         (BU_P8V_AV_P): Likewise.
7391         (BU_P9V_AV_P): Likewise.
7392         (BU_P9V_AV_X): New macro.
7393         (BU_P9V_64BIT_AV_X): New macro.
7394         (BU_P9V_VSX_3): New macro.
7395         (BU_P9V_OVERLOAD_P): New macro.
7396         (LXVL): New BU_P9V_64BIT_VSX_2.
7397         (VEXTUBLX): New BU_P9V_AV_2.
7398         (VEXTUBRX): Likewise.
7399         (VEXTUHLX): Likewise.
7400         (VEXTUHRX): Likewise.
7401         (VEXTUWLX): Likewise.
7402         (VEXTUWRX): Likewise.
7403         (STXVL): New BU_P9V_64BIT_AV_X.
7404         (VCLZLSBB): New BU_P9V_AV_1.
7405         (VCTZLSBB): Likewise.
7406         (CMPNEB): New BU_P9V_AV_2.
7407         (CMPNEH): Likewise.
7408         (CMPNEW): Likewise.
7409         (CMPNEF): Likewise.
7410         (CMPNED): Likewise.
7411         (VCMPNEB_P): New BU_P9V_AV_P.
7412         (VCMPNEH_P): Likewise.
7413         (VCMPNEW_P): Likewise.
7414         (VCMPNED_P): Likewise.
7415         (VCMPNEFP_P): Likewise.
7416         (VCMPNEDP_P): Likewise.
7417         (CMPNEZB): New BU_P9V_AV_2.
7418         (CMPNEZH): Likewise.
7419         (CMPNEZW): Likewise.
7420         (VCMPNEZB_P): New BU_P9V_AV_P.
7421         (VCMPNEZH_P): Likewise.
7422         (VCMPNEZW_P): Likewise.
7423         (LXVL): New BU_P9V_OVERLOAD_2.
7424         (STXVL): New BU_P9V_OVERLOAD_3.
7425         (VEXTULX): New BU_P9V_OVERLOAD_2.
7426         (VEXTURX): Likewise.
7427         (CMPNEZ): Likewise.
7428         (VCMPNEZ_P): New BU_P9V_OVERLOAD_P.
7429         (VCMPNE_P): Likewise.
7430         (VCLZLSBB): New BU_P9V_OVERLOAD_1.
7431         (VCTZLSBB): Likewise.
7432         * config/rs6000/rs6000.c (altivec_expand_predicate_builtin): Add
7433         comment to explain mode used for scratch register.
7434         (altivec_expand_stxvl_builtin): New function.
7435         (altivec_expand_builtin): Add case for new constant P9V_BUILTIN_STXVL.
7436         (altivec_init_builtins): Add initialized variable
7437         void_ftype_v16qi_pvoid_long and use this type to define the
7438         built-in function __builtin_altivec_stxvl.
7439         * config/rs6000/vsx.md (UNSPEC_LXVL): New value.
7440         (UNSPEC_STXVL): New value.
7441         (UNSPEC_VCLZLSBB): New value.
7442         (UNSPEC_VCTZLSBB): New value.
7443         (UNSPEC_VEXTUBLX): New value.
7444         (UNSPEC_VEXTUHLX): New value.
7445         (UNSPEC_VEXTUWLX): New value.
7446         (UNSPEC_VEXTUBRX): New value.
7447         (UNSPEC_VEXTUHRX): New value.
7448         (UNSPEC_VEXTUWRX): New value.
7449         (UNSPEC_VCMPNEB): New value.
7450         (UNSPEC_VCMPNEZB): New value.
7451         (UNSPEC_VCMPNEH): New value.
7452         (UNSPEC_VCMPNEZH): New value.
7453         (UNSPEC_VCMPNEW): New value.
7454         (UNSPEC_VCMPNEZW): New value.
7455         (*vsx_ne_<mode>_p): New insn for vector test all not equal with
7456         vector of integer modes.
7457         (*vsx_ne_<mode>_p): New insn for vector test all not equal with
7458         vector of float or double modes.
7459         (*vector_nez_<mode>_p): New insn for vector test all not equal or
7460         zero.
7461         (lxvl): New expand for load VSX vector with length.
7462         (*lxvl): New insn for load VSX vector with length.
7463         (stxvl): New expand for store VSX vector with length.
7464         (*stxvl): New insn for store VSX vector with length.
7465         (vcmpneb): New insn for vector of byte compare not equal.
7466         (vcmpnezb): New insn for vector of byte compare not equal or zero.
7467         (vcmpneh): New insn for vector of half word compare not equal.
7468         (vcmpnezh): New insn for vector of half word compare not equal or
7469         zero.
7470         (vcmpnew): New insn for vector of word compare not equal.
7471         (vcmpne<VSs>): New insn for vector of float or double compare not
7472         equal.
7473         (vcmpnezw): New insn for vector of word compare not equal or zero.
7474         (vclzlsbb): New insn for vector count leading zero
7475         least-significant bits byte.
7476         (vctzlsbb): New insn for vector count trailing zero least
7477         signficant bits byte.
7478         (vextublx): New insn for vector extract unsigned byte left
7479         indexed.
7480         (vextubrx): New insn for vector extract unsigned byte right
7481         indexed.
7482         (vextuhlx): New insn for vector extract unsigned half word left
7483         indexed.
7484         (vextuhrx): New insn for vector extract unsigned half word right
7485         indexed.
7486         (vextuwlx): New insn for vector extract unsigned word left
7487         indexed.
7488         (vextuwrx): New insn for vector extract unsigned word right
7489         indexed.
7490         * config/rs6000/rs6000.h (RS6000_BTC_CONST): Enhance comment to
7491         clarify intent of this constant.
7492         * config/rs6000/altivec.md (VI): Move this mode iterator to vsx.md.
7493         * doc/extend.texi (PowerPC Altivec Built-in Functions): Add
7494         documentation for vec_all_nez, vec_any_eqz, vec_cmpnez,
7495         vec_cntlz_lsbb, vec_cnttz_lsbb, vec_xl_len, vec_xst_len, vec_xlx,
7496         and vec_xrx functions.
7498 2016-10-18  Andrew Pinski  <apinski@cavium.com>
7500         PR tree-opt/65950
7501         * predict.c (is_exit_with_zero_arg): New function.
7502         (tree_bb_level_predictions): Don't consider paths leading to exit(0)
7503         as nottaken.
7505 2016-10-18  Uros Bizjak  <ubizjak@gmail.com>
7507         PR target/77991
7508         * config/i386/i386.c (legitimize_tls_address)
7509         <case TLS_MODEL_INITIAL_EXEC>: For TARGET_64BIT || TARGET_ANY_GNU_TLS
7510         convert dest to Pmode if different than Pmode.
7512 2016-10-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7514         PR tree-optimization/77916
7515         * gimple-ssa-strength-reduction.c (analyze_increments): Reinstate
7516         stopgap fix, as pointers with -1 increment are still broken.
7518 2016-10-18  David Edelsohn  <dje.gcc@gmail.com>
7520         * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Move storage
7521         mapping class decoration from here...
7522         (rs6000_xcoff_encode_section): ...to here.
7524         (rs6000_savres_strategy) [AIX,ELFv2]: Inline FPR save and restore
7525         if shrink-wrapping and optimizing for speed.
7527 2016-10-18  Richard Biener  <rguenther@suse.de>
7529         * tree-vrp.c (evrp_dom_walker::before_dom_children): Handle
7530         not visited but non-executable predecessors.  Return taken edge.
7531         Simplify conditions and refactor propagation vs. folding step.
7533 2016-10-18  Segher Boessenkool  <segher@kernel.crashing.org>
7535         * config/rs6000/rs6000.c (rs6000_savres_strategy): Do not select
7536         {SAVE,REST}_MULTIPLE if shrink-wrapping separate components.
7537         (rs6000_get_separate_components): Assert we do not have those
7538         strategies selected.
7540 2016-10-18  Richard Biener  <rguenther@suse.de>
7542         * tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.
7543         * tree-ssa-propagate.c (ssa_prop_fini): Remove final BB_VISITED
7544         clearing.
7545         (substitute_and_fold_dom_walker): Adjust constructor.
7546         (substitute_and_fold_dom_walker::before_dom_children): Remove
7547         do_dce flag and handling (always true).
7548         (substitute_and_fold): Likewise.
7549         * tree-vrp.c (vrp_finalize): Adjust.
7550         (execute_early_vrp): Remove final BB_VISITED clearing.
7551         * tree-ssa-ccp.c (ccp_finalize): Adjust.
7552         * tree-ssa-copy.c (fini_copy_prop): Likewise.
7553         * ira.c (ira): Call clear_bb_flags.
7555 2016-10-18  Richard Biener  <rguenther@suse.de>
7557         * genmatch.c (dt_operand::gen_gimple_expr): Use get_name to
7558         get at the operand to look at with TREE_OPERAND for generic
7559         sub-nodes.
7561 2016-10-18  David Malcolm  <dmalcolm@redhat.com>
7563         * genattrtab.c (attr_string): Use rtx_reader_ptr for call to
7564         copy_md_ptr_loc.
7565         (gen_attr): Use rtx_reader_ptr for lookup_enum_type call.
7566         (write_test_expr): Use rtx_reader_ptr for calls to
7567         fprint_c_condition.
7568         (write_attr_value): Likewise.
7569         * genconditions.c (write_one_condition): Use rtx_reader_ptr for
7570         call to print_md_ptr_loc.
7571         (write_one_condition): Likewise for calls to print_c_condition.
7572         * genconstants.c: Include "statistics.h" and "vec.h".
7573         (main): Update for conversion to member functions.
7574         * genemit.c (emit_c_code): Use rtx_reader_ptr for
7575         call to print_md_ptr_loc.
7576         * genenums.c: Include "statistics.h" and "vec.h".
7577         (main): Update for conversion of traverse_enum_types to a method.
7578         * genmddeps.c: Include "statistics.h" and "vec.h".
7579         * genoutput.c (process_template): Use rtx_reader_ptr for call to
7580         print_md_ptr_loc.
7581         * genpreds.c (write_predicate_subfunction): Likewise.
7582         (write_predicate_expr): Likewise for calls to print_c_condition.
7583         * genrecog.c (print_test): Likewise.
7584         * gensupport.c (process_rtx): Likewise for calls to
7585         copy_md_ptr_loc and join_c_conditions.
7586         (alter_test_for_insn): Likewise for call to join_c_conditions.
7587         (process_substs_on_one_elem): Likewise.
7588         (gen_mnemonic_setattr): Update for move of string_obstack to a
7589         field of rtx_reader.
7590         (mnemonic_htab_callback): Likewise.  Fix formatting.
7591         (gen_mnemonic_attr): Likewise.
7592         * gentarget-def.c (def_target_insn): Use rtx_reader_ptr for calls
7593         to print_c_condition.
7594         * read-md.c: Include "statistics.h" and "vec.h".
7595         (string_obstack): Convert this global to field "m_string_obstack"
7596         of class rtx_reader.
7597         (ptr_locs): Likewise, as "m_ptr_locs".
7598         (ptr_loc_obstack): Likewise, as "m_ptr_loc_obstack".
7599         (joined_conditions): Likewise, as "m_joined_conditions".
7600         (joined_conditions_obstack): Likewise, as "m_joined_conditions_obstack".
7601         (md_constants): Likewise, as "m_md_constants".
7602         (enum_types): Likewise, as "m_enum_types".
7603         (set_md_ptr_loc): Convert to...
7604         (rtx_reader::set_md_ptr_loc): ...member function.
7605         (get_md_ptr_loc): Convert to...
7606         (rtx_reader::get_md_ptr_loc): ...member function.
7607         (copy_md_ptr_loc): Convert to...
7608         (rtx_reader::copy_md_ptr_loc): ...member function.
7609         (fprint_md_ptr_loc): Convert to...
7610         (rtx_reader::fprint_md_ptr_loc): ...member function.
7611         (print_md_ptr_loc): Convert to...
7612         (rtx_reader::print_md_ptr_loc): ...member function.
7613         (join_c_conditions): Convert to...
7614         (rtx_reader::join_c_conditions): ...member function.
7615         (fprint_c_condition): Convert to...
7616         (rtx_reader::fprint_c_condition): ...member function.
7617         (print_c_condition): Convert to...
7618         (rtx_reader::print_c_condition): ...member function.
7619         (read_name): Convert to...
7620         (rtx_reader::read_name): ...member function.
7621         (read_escape): Convert to...
7622         (rtx_reader::read_escape): ...member function.
7623         (read_quoted_string): Convert to...
7624         (rtx_reader::read_quoted_string): ...member function.
7625         (read_braced_string): Convert to...
7626         (rtx_reader::read_braced_string): ...member function.
7627         (read_string): Convert to...
7628         (rtx_reader::read_string): ...member function.
7629         (read_skip_construct): Convert to...
7630         (rtx_reader::read_skip_construct): ...member function.
7631         (handle_constants): Convert to...
7632         (rtx_reader::handle_constants): ...member function.
7633         (traverse_md_constants): Convert to...
7634         (rtx_reader::traverse_md_constants): ...member function.
7635         (handle_enum): Convert to...
7636         (rtx_reader::handle_enum): ...member function.
7637         (lookup_enum_type): Convert to...
7638         (rtx_reader::lookup_enum_type): ...member function.
7639         (traverse_enum_types): Convert to...
7640         (rtx_reader::traverse_enum_types): ...member function.
7641         (rtx_reader::rtx_reader): Move initializations
7642         of various former global data from rtx_reader::read_md_files to
7643         here, as fields, along with the call to unlock_std_streams.
7644         (rtx_reader::~rtx_reader): Clean up m_base_dir, and clean up
7645         the new fields.
7646         (rtx_reader::read_md_files): Move initializations of various
7647         global data from here to the ctor.
7648         * read-md.h (read_name): Convert to...
7649         (rtx_reader::read_name): ...member function.
7650         (rtx_reader::read_escape): New method decl.
7651         (read_quoted_string): Convert to...
7652         (rtx_reader::read_quoted_string): ...member function.
7653         (rtx_reader::read_braced_string): New method decl.
7654         (read_string): Convert to...
7655         (rtx_reader::read_string): ...member function.
7656         (rtx_reader::read_skip_construct): New method decl.
7657         (rtx_reader::set_md_ptr_loc): New method decl.
7658         (rtx_reader::get_md_ptr_loc): New method decl.
7659         (copy_md_ptr_loc): Convert to...
7660         (rtx_reader::copy_md_ptr_loc): ...member function.
7661         (fprint_md_ptr_loc): Convert to...
7662         (rtx_reader::fprint_md_ptr_loc): ...member function.
7663         (print_md_ptr_loc): Convert to...
7664         (rtx_reader::print_md_ptr_loc): ...member function.
7665         (rtx_reader::lookup_enum_type): New method decl.
7666         (rtx_reader::traverse_enum_types): New method decl.
7667         (rtx_reader::handle_constants): New method decl.
7668         (traverse_md_constants): Convert to...
7669         (rtx_reader::traverse_md_constants): ...member function.
7670         (rtx_reader::handle_enum): New method decl.
7671         (rtx_reader::join_c_conditions): New method decl.
7672         (fprint_c_condition): Convert to...
7673         (rtx_reader::fprint_c_condition): ...member function.
7674         (print_c_condition): Convert to...
7675         (rtx_reader::print_c_condition): ...member function.
7676         (rtx_reader::apply_iterator_to_string): New method decl.
7677         (rtx_reader::copy_rtx_for_iterators): New method decl.
7678         (rtx_reader::read_conditions): New method decl.
7679         (rtx_reader::record_potential_iterator_use): New method decl.
7680         (rtx_reader::read_mapping): New method decl.
7681         (rtx_reader::read_rtx): New method decl.
7682         (rtx_reader::read_rtx_code): New method decl.
7683         (rtx_reader::read_rtx_operand): New method decl.
7684         (rtx_reader::read_nested_rtx): New method decl.
7685         (rtx_reader::read_rtx_variadic): New method decl.
7686         (rtx_reader::get_string_obstack): New method.
7687         (rtx_reader::get_md_constants): New method.
7688         (string_obstack): Convert global variable decl to...
7689         (rtx_reader::m_string_obstack): ...this new field.
7690         (rtx_reader::m_ptr_locs): New field.
7691         (rtx_reader::m_ptr_loc_obstack): New field.
7692         (rtx_reader::m_joined_conditions): New field.
7693         (rtx_reader::m_joined_conditions_obstack): New field.
7694         (rtx_reader::m_md_constants): New field.
7695         (rtx_reader::m_enum_types): New field.
7696         * read-rtl.c (apply_iterator_to_string): Convert to...
7697         (rtx_reader::apply_iterator_to_string): ...member function.
7698         (copy_rtx_for_iterators): Convert to...
7699         (rtx_reader::copy_rtx_for_iterators): ...member function.
7700         (add_condition_to_string): Use rtx_reader_ptr for
7701         calls join_c_conditions.
7702         (apply_iterators): Use rtx_reader_ptr for calls to
7703         join_c_conditions and copy_rtx_for_iterators.
7704         (read_conditions): Convert to...
7705         (rtx_reader::read_conditions): ...member function.
7706         (record_potential_iterator_use): Convert to...
7707         (rtx_reader::record_potential_iterator_use): ...member function.
7708         (read_mapping): Convert to...
7709         (rtx_reader::read_mapping): ...member function.
7710         (read_subst_mapping): Use rtx_reader_ptr for read_string call.
7711         (read_rtx): Convert to...
7712         (rtx_reader::read_rtx): ...member function.
7713         (read_rtx_code): Convert to...
7714         (rtx_reader::read_rtx_code): ...member function.
7715         (read_rtx_operand): Convert to...
7716         (rtx_reader::read_rtx_operand): ...member function.  Update for move
7717         of string_obstack to a field.
7718         (read_nested_rtx): Convert to..
7719         (rtx_reader::read_nested_rtx): ...member function.
7720         (read_rtx_variadic): Convert to..
7721         (rtx_reader::read_rtx_variadic): ...member function.
7723 2016-10-18  Kugan Vivekanandarajah  <kuganv@linaro.org>
7725         * tree-vrp.c (get_value_range): Check get_ptr_nonnull.
7727 2016-10-18  Kugan Vivekanandarajah  <kuganv@linaro.org>
7729         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Set value range
7730         for pointer type too.
7731         (ipcp_update_vr): set_ptr_nonnull for pointer.
7733 2016-10-18  Kugan Vivekanandarajah  <kuganv@linaro.org>
7735         * tree-ssa-alias.h (pt_solution_singleton_or_null_p): Renamed from
7736         pt_solution_singleton_p.
7737         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Use renamed
7738         pt_solution_singleton_or_null_p from pt_solution_singleton_p.
7739         * tree-ssa-structalias.c (find_what_p_points_to): Preserve
7740         pointer nonnull computed by VRP.
7741         Also Conservatively set pt.null to 1.
7742         (pt_solution_reset): Conservatively set pt.null to 1.
7743         (pt_solution_singleton_or_null_p): Renamed from
7744         pt_solution_singleton_p.
7745         * tree-ssanames.h (set_ptr_nonnull): Declare.
7746         (get_ptr_nonnull): Likewise.
7747         * tree-ssanames.c (set_ptr_nonnull): New.
7748         (get_ptr_nonnull): Likewise.
7749         * tree-vrp.c (vrp_finalize): Set ptr that are nonnull.
7750         (evrp_dom_walker::before_dom_children): Likewise.
7752 2016-10-17  Eric Botcazou  <ebotcazou@adacore.com>
7754         * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
7755         * config/i386/i386.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
7756         * config/ia64/ia64.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
7757         * config/ia64/ia64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
7758         * config/rs6000/rs6000.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to.
7759         * config/rs6000/rs6000.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
7760         (rs6000_option_override_internal): Clear it if ABI_AIX.
7761         * config/sparc/sparc.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
7762         * config/sparc/sparc.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ... here.
7764 2016-10-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7766         * gimple-ssa-strength-reduction.c (record_increment): Remove
7767         garbage comment.
7769 2016-10-17  Eric Botcazou  <ebotcazou@adacore.com>
7771         * expmed.c (expand_shift_1): Add MAY_FAIL parameter and do not assert
7772         that the result is non-zero if it is true.
7773         (maybe_expand_shift): New wrapper around expand_shift_1.
7774         (emit_store_flag): Call maybe_expand_shift in lieu of expand_shift.
7776 2016-10-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7778         PR tree-optimization/77916
7779         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
7780         Don't allow a MINUS_EXPR for pointer arithmetic for either known
7781         or unknown strides.
7782         (record_increment): Increments of -1 for unknown strides just use
7783         a multiply initializer like other negative values.
7784         (analyze_increments): Remove stopgap solution for -1 increment
7785         applied to pointer arithmetic.
7787 2016-10-17  Yuri Rumyantsev  <ysrumyan@gmail.com>
7789         * dominance.c (dom_info::dom_info): Add new constructor for region
7790         which is vector of basic blocks.
7791         (dom_init): New method to initialize members common for both
7792         constructors.
7793         (dom_info::dom_info): Invoke dom_init for partial initialization.
7794         (dom_info::get_idom): Add check to corner cases on basic blocks which
7795         are not in region.
7796         (dom_info::calc_dfs_tree): Check M_FAKE_EXIT_EDGE instead of M_REVERSE
7797         to detect unreachable bbs.
7798         (dom_info::calc_idoms): Likewise.
7799         (compute_dom_fast_query_in_region): New function.
7800         (calculate_dominance_info_for_region): Likewise.
7801         (free_dominance_info_for_region): Likewise.
7802         * dominance.h: Add prototypes for introduced region-based functions
7803         * tree-if-conv.c (build_region): New function.
7804         (if_convertible_loop_p_1): Invoke local version of post-dominators
7805         calculation before basic block predication with subsequent freeing
7806         post-dominator info.
7807         (tree_if_conversion): Remove free of post-dominator info
7808         (pass_if_conversion::execute): Delete detection of infinite loops
7809         and fake edges to exit block since post-dominator calculation is
7810         performed per if-converted loop only.
7812 2016-10-17  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7814         PR target/77308
7815         * config/arm/arm.c (arm_emit_coreregs_64bit_shift): Clear the result
7816         register explicitly.
7817         * config/arm/arm.md (ashldi3, ashrdi3, lshrdi3): Don't FAIL if
7818         optimizing for size.
7820 2016-10-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7822         * config/aarch64/aarch64.c: Delete inclusion of
7823         cortex-a57-fma-steering.h.
7824         (aarch64_override_options): Delete call
7825         to aarch64_register_fma_steering.
7826         * config/aarch64/aarch64-protos.h (make_pass_fma_steering): Declare.
7827         * config/aarch64/cortex-a57-fma-steering.h: Delete.
7828         * config/aarch64/aarch64-passes.def: New file.
7829         * config/aarch64/cortex-a57-fma-steering.c
7830         (aarch64_register_fma_steering): Delete definition.
7831         (make_pass_fma_steering): Remove static qualifier.
7832         * config/aarch64/t-aarch64 (PASSES_EXTRA): New directive.
7833         (cortex-a57-fma-steering.o): Remove dependency on
7834         cortex-a57-fma-steering.h.
7836 2016-10-17  Eric Botcazou  <ebotcazou@adacore.com>
7838         * explow.c (validize_mem): Do not modify the argument in-place.
7840 2016-10-17  Thomas Schwinge  <thomas@codesourcery.com>
7842         * tree-streamer.c (record_common_node): Explicitly list expected
7843         tree codes.
7845 2016-10-17  Richard Biener  <rguenther@suse.de>
7847         PR tree-optimization/77988
7848         * tree-vrp.c (remove_range_assertions): Use replace_uses_by.
7850 2016-10-17  Marek Polacek  <polacek@redhat.com>
7852         * Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
7854 2016-10-17  Richard Biener  <rguenther@suse.de>
7856         * bb-reorder.c (reorder_basic_blocks_simple): Clear BB_VISITED
7857         before using it.
7859 2016-10-17  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7861         PR tree-optimization/71636
7862         * match.pd (x & ((1 << b) - 1) -> x & ~(~0 << b)): New pattern.
7864 2016-10-17  Richard Biener  <rguenther@suse.de>
7866         * gimplify.c (gimplify_function_tree): Do not move the outer
7867         binds block.
7869 2016-10-17  Jakub Jelinek  <jakub@redhat.com>
7871         * langhooks.h (struct lang_hooks_for_decls): Remove
7872         function_decl_explicit_p, function_decl_deleted_p and
7873         function_decl_defaulted hooks.  Add decl_dwarf_attribute hook.
7874         * langhooks-def.h (lhd_decl_dwarf_attribute): Declare.
7875         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P,
7876         LANG_HOOKS_FUNCTION_DECL_DELETED_P,
7877         LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Remove.
7878         (LANG_HOOKS_DECL_DWARF_ATTRIBUTE): Define.
7879         (LANG_HOOKS_DECLS): Remove LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P,
7880         LANG_HOOKS_FUNCTION_DECL_DELETED_P and
7881         LANG_HOOKS_FUNCTION_DECL_DEFAULTED.  Add
7882         LANG_HOOKS_DECL_DWARF_ATTRIBUTE.
7883         * langhooks.c (lhd_decl_dwarf_attribute): New function.
7884         * dwarf2out.c (gen_subprogram_die): Use
7885         lang_hooks.decls.decl_dwarf_attribute instead of
7886         lang_hooks.decls.function_decl_*.
7888 2016-10-16  Eric Botcazou  <ebotcazou@adacore.com>
7890         PR ada/37139
7891         PR ada/67205
7892         * common.opt (-ftrampolines): New option.
7893         * doc/invoke.texi (Code Gen Options): Document it.
7894         * doc/tm.texi.in (Trampolines): Add TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
7895         * doc/tm.texi: Regenerate.
7896         * builtins.def: Add init_descriptor and adjust_descriptor.
7897         * builtins.c (expand_builtin_init_trampoline): Do not issue a warning
7898         on platforms with descriptors.
7899         (expand_builtin_init_descriptor): New function.
7900         (expand_builtin_adjust_descriptor): Likewise.
7901         (expand_builtin) <BUILT_IN_INIT_DESCRIPTOR>: New case.
7902         <BUILT_IN_ADJUST_DESCRIPTOR>: Likewise.
7903         * calls.c (prepare_call_address): Remove SIBCALLP parameter and add
7904         FLAGS parameter.  Deal with indirect calls by descriptor and adjust.
7905         Set STATIC_CHAIN_REG_P on the static chain register, if any.
7906         (call_expr_flags): Set ECF_BY_DESCRIPTOR for calls by descriptor.
7907         (expand_call): Likewise.  Move around call to prepare_call_address
7908         and pass all flags to it.
7909         * cfgexpand.c (expand_call_stmt): Reinstate CALL_EXPR_BY_DESCRIPTOR.
7910         * gimple.h (enum gf_mask): New GF_CALL_BY_DESCRIPTOR value.
7911         (gimple_call_set_by_descriptor): New setter.
7912         (gimple_call_by_descriptor_p): New getter.
7913         * gimple.c (gimple_build_call_from_tree): SetCALL_EXPR_BY_DESCRIPTOR.
7914         (gimple_call_flags): Deal with GF_CALL_BY_DESCRIPTOR.
7915         * langhooks.h (struct lang_hooks): Add custom_function_descriptors.
7916         * langhooks-def.h (LANG_HOOKS_CUSTOM_FUNCTION_DESCRIPTORS): Define.
7917         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_CUSTOM_FUNCTION_DESCRIPTORS.
7918         * rtl.h (STATIC_CHAIN_REG_P): New macro.
7919         * rtlanal.c (find_first_parameter_load): Skip static chain registers.
7920         * target.def (custom_function_descriptors): New POD hook.
7921         * tree.h (FUNC_ADDR_BY_DESCRIPTOR): New flag on ADDR_EXPR.
7922         (CALL_EXPR_BY_DESCRIPTOR): New flag on CALL_EXPR.
7923         * tree-core.h (ECF_BY_DESCRIPTOR): New mask.
7924         Document FUNC_ADDR_BY_DESCRIPTOR and CALL_EXPR_BY_DESCRIPTOR.
7925         * tree.c (make_node_stat) <tcc_declaration>: Use FUNCTION_ALIGNMENT.
7926         (build_common_builtin_nodes): Initialize init_descriptor and
7927         adjust_descriptor.
7928         * tree-nested.c: Include target.h.
7929         (struct nesting_info): Add 'any_descr_created' field.
7930         (get_descriptor_type): New function.
7931         (lookup_element_for_decl): New function extracted from...
7932         (create_field_for_decl): Likewise.
7933         (lookup_tramp_for_decl): ...here.  Adjust.
7934         (lookup_descr_for_decl): New function.
7935         (convert_tramp_reference_op): Deal with descriptors.
7936         (build_init_call_stmt): New function extracted from...
7937         (finalize_nesting_tree_1): ...here.  Adjust and deal with descriptors.
7938         * defaults.h (FUNCTION_ALIGNMENT): Define.
7939         (TRAMPOLINE_ALIGNMENT): Set to above instead of FUNCTION_BOUNDARY.
7940         * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
7941         * config/ia64/ia64.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Likewise.
7942         * config/rs6000/rs6000.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS):Likewise.
7943         * config/sparc/sparc.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Likewise.
7945 2016-10-16  Eric Botcazou  <ebotcazou@adacore.com>
7947         * config/sparc/sparc.c (sparc_expand_vector_init): Only accept literal
7948         constants in CONST_VECTORs.
7950 2016-10-15  Eric Botcazou  <ebotcazou@adacore.com>
7952         * config/sparc/sparc.c (sparc_expand_vec_perm_bmask): Use a scratch
7953         register as destination of bmask.
7954         (vector_init_bshuffle): Likewise.
7955         * config/sparc/sparc.md (vec_perm_constv8qi): Likewise.
7956         (bmaskdi_vis): Enable only in 64-bit mode.
7958 2016-10-15  Segher Boessenkool  <segher@kernel.crashing.org>
7960         * config/rs6000/rs6000.c (rs6000_get_separate_components): Do not
7961         make LR a separately shrink-wrapped component unless savres_strategy
7962         contains all of {SAVE,REST}_INLINE_{GPRS,FPRS,VRS}.  Do not wrap
7963         GPRs unless both {SAVE,REST}_INLINE_GPRS.  Do not disallow all
7964         wrapping when not both {SAVE,REST}_INLINE_GPRS.
7966 2016-10-15  Eric Botcazou  <ebotcazou@adacore.com>
7968         * optabs.c (expand_parity): Fix mode mismatch, add final conversion
7969         and keep looping on failure.
7971 2016-10-14  David Malcolm  <dmalcolm@redhat.com>
7973         * print-rtl-function.c (print_edge): Omit "(flags)" when none are
7974         set.
7975         (print_rtx_function): Update example in comment for...
7976         * print-rtl.c (print_rtx_operand_code_r): In compact mode, print
7977         non-virtual pseudos with a '%' sigil followed by the regno, offset
7978         by (LAST_VIRTUAL_REGISTER + 1), so that the first non-virtual
7979         pseudo is dumped as "%0".
7981 2016-10-14  Jakub Jelinek  <jakub@redhat.com>
7983         PR middle-end/77959
7984         * expr.c (expand_expr_real_1) <case CONST_DECL>: For EXPAND_WRITE
7985         return a MEM.
7987 2016-10-14  Eric Botcazou  <ebotcazou@adacore.com>
7989         * config/sparc/sparc-passes.def: New file.
7990         * config/sparc/t-sparc (PASSES_EXTRA): Add sparc-passes.def.
7991         * config/sparc/sparc-protos.h (make_pass_work_around_errata): New.
7992         * config/sparc/sparc.c (sparc_option_override): Don't register passes.
7994 2016-10-14  Pat Haugen  <pthaugen@us.ibm.com>
7996         * loop-unroll.c (unroll_loop_runtime_iterations): Condition initial
7997         loop peel to loops with exit test at the beginning.
7999 2016-10-14  Pat Haugen  <pthaugen@us.ibm.com>
8001         PR rtl-optimization/68212
8002         * cfgloopmanip.c (duplicate_loop_to_header_edge): Use preheader edge
8003         frequency when computing scale factor for peeled copies.
8004         * loop-unroll.c (unroll_loop_runtime_iterations): Fix freq/count
8005         values for switch/peel blocks/edges.
8007 2016-10-14  Pedro Alves  <palves@redhat.com>
8009         * coretypes.h (OVERRIDE, FINAL): Delete, moved to include/ansidecl.h.
8011 2016-10-14  Catherine Moore  <clm@codesourcery.com>
8013         * config/mips/mips.c (mips_prepare_pch_save): Initialize
8014         micromips_globals to zero.
8016 2016-10-14  Richard Biener  <rguenther@suse.de>
8018         PR tree-optimization/77979
8019         * tree-vrp.c (compare_name_with_value): Handle released SSA names
8020         in the equivalency sets.
8021         (compare_names): Likewise.
8023 2016-10-14  Martin Liska  <mliska@suse.cz>
8025         * builtins.h(target_char_cst_p): Declare the function.
8026         * builtins.c (fold_builtin_memchr): Remove.
8027         (target_char_cst_p): Move the function from gimple-fold.c.
8028         (fold_builtin_3): Do not call the function.
8029         * gimple-fold.c (gimple_fold_builtin_memchr): New function.
8030         (gimple_fold_builtin): Call the function.
8031         * fold-const-call.c (fold_const_call_1): Handle CFN_BUILT_IN_MEMCHR.
8033 2016-10-14  Martin Liska  <mliska@suse.cz>
8035         * builtins.c (fold_builtin_strcmp): Remove function.
8036         (fold_builtin_strncmp): Likewise.
8037         (fold_builtin_2): Remove call of the function.
8038         (fold_builtin_3): Likewise.
8039         * fold-const-call.c (fold_const_call): Add constant folding
8040         for CFN_BUILT_IN_STRCASECMP and CFN_BUILT_IN_STRNCASECMP.
8041         * fold-const-call.h (build_cmp_result): Declare the function.
8042         * gimple-fold.c (gimple_load_first_char): New function.
8043         (gimple_fold_builtin_string_compare): Likewise.
8044         (gimple_fold_builtin): Call the function.
8046 2016-10-14  Nathan Sidwell  <nathan@acm.org>
8048         * gcov-io.c (gcov_open): Deconstify 'mode'.
8050 2016-10-14  Martin Liska  <mliska@suse.cz>
8052         * fold-const.c (c_getstr): Support of properly \0-terminated
8053         string constants.  New argument is added.
8054         * fold-const.h: New argument is added.
8056 2016-10-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8058         * config/aarch64/aarch64.c (aarch64_print_hint_for_core_or_arch):
8059         New function.
8060         (aarch64_print_hint_for_core): Likewise.
8061         (aarch64_print_hint_for_arch): Likewise.
8062         (aarch64_validate_march): Use it.  Fix indentation in type signature.
8063         (aarch64_validate_mcpu): Use aarch64_print_hint_for_core_or_arch.
8064         (aarch64_validate_mtune): Likewise.
8065         (aarch64_handle_attr_arch): Likewise.
8066         (aarch64_handle_attr_cpu): Likewise.
8067         (aarch64_handle_attr_tune): Likewise.
8069 2016-10-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8071         * optabs.def: Remove optab function gen_int_libfunc for sdivmod_optab
8072         and udivmod_optab.
8074 2016-10-13  Andreas Schwab  <schwab@linux-m68k.org>
8076         * config/m68k/m68k.c (m68k_option_override): Check
8077         opt_fstack_limit_symbol_arg and opt_fstack_limit_register_no
8078         instead of stack_limit_rtx.
8080 2016-10-13  Jakub Jelinek  <jakub@redhat.com>
8082         * dwarf2out.c (gen_member_die): Handle inline static data member
8083         definitions.
8085 2016-10-13  Nathan Sidwell  <nathan@acm.org>
8087         * gcov-io.c (gcov_open): Fix documentation.  Simplify setting
8088         gcov_var.mode.  Remove unnecessary fstat.
8090 2016-10-13  Segher Boessenkool  <segher@kernel.crashing.org>
8092         PR bootstrap/77962
8093         * function.c (thread_prologue_and_epilogue_insns): Call all
8094         make_*logue_seq in the same order as traditional.  Call them
8095         all a second time if shrink_wrapped_separate.
8097 2016-10-13  Marek Polacek  <polacek@redhat.com>
8099         * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
8100         insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Don't
8101         use -Wno-error.
8103 2016-10-13  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8105         PR tree-optimization/77937
8106         * gimple-ssa-strength-reduction.c (analyze_increments): Set cost
8107         to infinite when we have a pointer with an increment of -1.
8109 2016-10-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8111         * coretypes.h: Move MEMMODEL_* macros and enum memmodel definition
8112         into ...
8113         * memmodel.h: This file.
8114         * alias.c, asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
8115           caller-save.c, calls.c, ccmp.c, cfgbuild.c, cfgcleanup.c,
8116           cfgexpand.c, cfgloopanal.c, cfgrtl.c, cilk-common.c, combine.c,
8117           combine-stack-adj.c, common/config/aarch64/aarch64-common.c,
8118           common/config/arm/arm-common.c, common/config/bfin/bfin-common.c,
8119           common/config/c6x/c6x-common.c, common/config/i386/i386-common.c,
8120           common/config/ia64/ia64-common.c, common/config/nvptx/nvptx-common.c,
8121           compare-elim.c, config/aarch64/aarch64-builtins.c,
8122           config/aarch64/aarch64-c.c, config/aarch64/cortex-a57-fma-steering.c,
8123           config/arc/arc.c, config/arc/arc-c.c, config/arm/arm-builtins.c,
8124           config/arm/arm-c.c, config/avr/avr.c, config/avr/avr-c.c,
8125           config/avr/avr-log.c, config/bfin/bfin.c, config/c6x/c6x.c,
8126           config/cr16/cr16.c, config/cris/cris.c, config/darwin-c.c,
8127           config/darwin.c, config/epiphany/epiphany.c,
8128           config/epiphany/mode-switch-use.c,
8129           config/epiphany/resolve-sw-modes.c, config/fr30/fr30.c,
8130           config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
8131           config/i386/i386-c.c, config/i386/winnt.c, config/iq2000/iq2000.c,
8132           config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
8133           config/m68k/m68k.c, config/mcore/mcore.c,
8134           config/microblaze/microblaze.c, config/mmix/mmix.c,
8135           config/mn10300/mn10300.c, config/moxie/moxie.c,
8136           config/msp430/msp430.c, config/nds32/nds32-cost.c,
8137           config/nds32/nds32-intrinsic.c, config/nds32/nds32-md-auxiliary.c,
8138           config/nds32/nds32-memory-manipulation.c,
8139           config/nds32/nds32-predicates.c, config/nds32/nds32.c,
8140           config/nios2/nios2.c, config/nvptx/nvptx.c, config/pa/pa.c,
8141           config/pdp11/pdp11.c, config/rl78/rl78.c, config/rs6000/rs6000-c.c,
8142           config/rx/rx.c, config/s390/s390-c.c, config/s390/s390.c,
8143           config/sh/sh.c, config/sh/sh-c.c, config/sh/sh-mem.cc,
8144           config/sh/sh_treg_combine.cc, config/sol2.c, config/spu/spu.c,
8145           config/stormy16/stormy16.c, config/tilegx/tilegx.c,
8146           config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
8147           config/visium/visium.c, config/vms/vms-c.c, config/xtensa/xtensa.c,
8148           coverage.c, cppbuiltin.c, cprop.c, cse.c, cselib.c, dbxout.c, dce.c,
8149           df-core.c, df-problems.c, df-scan.c, dojump.c, dse.c, dwarf2asm.c,
8150           dwarf2cfi.c, dwarf2out.c, emit-rtl.c, except.c, explow.c, expmed.c,
8151           expr.c, final.c, fold-const.c, function.c, fwprop.c, gcse.c,
8152           ggc-page.c, haifa-sched.c, hsa-brig.c, hsa-gen.c, hw-doloop.c,
8153           ifcvt.c, init-regs.c, internal-fn.c, ira-build.c, ira-color.c,
8154           ira-conflicts.c, ira-costs.c, ira-emit.c, ira-lives.c, ira.c, jump.c,
8155           loop-doloop.c, loop-invariant.c, loop-iv.c, loop-unroll.c,
8156           lower-subreg.c, lra.c, lra-assigns.c, lra-coalesce.c,
8157           lra-constraints.c, lra-eliminations.c, lra-lives.c, lra-remat.c,
8158           lra-spills.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
8159           postreload-gcse.c, postreload.c, predict.c, print-rtl-function.c,
8160           recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
8161           reload.c, reload1.c, reorg.c, resource.c, rtl-chkp.c, rtl-tests.c,
8162           rtlanal.c, rtlhooks.c, sched-deps.c, sched-rgn.c, sdbout.c,
8163           sel-sched-ir.c, sel-sched.c, shrink-wrap.c, simplify-rtx.c,
8164           stack-ptr-mod.c, stmt.c, stor-layout.c, target-globals.c,
8165           targhooks.c, toplev.c, tree-nested.c, tree-outof-ssa.c,
8166           tree-profile.c, tree-ssa-coalesce.c, tree-ssa-ifcombine.c,
8167           tree-ssa-loop-ivopts.c, tree-ssa-loop.c, tree-ssa-reassoc.c,
8168           tree-ssa-sccvn.c, tree-vect-data-refs.c, ubsan.c, valtrack.c,
8169           var-tracking.c, varasm.c: Include memmodel.h.
8170         * genattrtab.c (write_header): Include memmodel.h in generated file.
8171         * genautomata.c (main): Likewise.
8172         * gengtype.c (open_base_files): Likewise.
8173         * genopinit.c (main): Likewise.
8174         * genconditions.c (write_header): Include memmodel.h earlier in
8175         generated file.
8176         * genemit.c (main): Likewise.
8177         * genoutput.c (output_prologue): Likewise.
8178         * genpeep.c (main): Likewise.
8179         * genpreds.c (write_insn_preds_c): Likewise.
8180         * genrecog.c (write_header): Likewise.
8181         * Makefile.in (PLUGIN_HEADERS): Include memmodel.h
8183 2016-10-13  David Malcolm  <dmalcolm@redhat.com>
8185         * function-tests.c (selftest::test_expansion_to_rtl): Add "true"
8186         for new "compact" param of print_rtx_function.  Check for "cinsn"
8187         rather than "insn".
8188         * print-rtl-function.c (flag_compact): New decl.
8189         (print_rtx_function): Add param "compact" and use it to set
8190         flag_compact, adding a description of the effect to the leading
8191         comment, and updating the example output.
8192         * print-rtl.c (flag_compact): New variable.
8193         (print_rtx_operand_code_0): Omit the JUMP_LABEL reference in compact
8194         mode.
8195         (print_rtx_operand_code_i): When printing source locations, wrap
8196         xloc.file in quotes.  Don't print INSN_CODEs in compact mode.
8197         (print_rtx_operand_code_r): Don't print regnos for hard regs and
8198         virtuals in compact mode.
8199         (print_rtx_operand_code_u): Don't print insn UIDs in compact mode,
8200         apart from in LABEL_REFs.
8201         (print_rtx_operand): In case 'w', don't print in hex in compact mode.
8202         Don't print basic block ids in compact mode.
8203         (print_rtx):  In compact mode, prefix the code of insns with "c",
8204         only print the INSN_UID of CODE_LABELs, and omit their LABEL_NUSES.
8205         * print-rtl.h (print_rtx_function): Add "compact" param.
8207 2016-10-13  Richard Earnshaw  <rearnsha@arm.com>
8209         * arm.h (TARGET_VFP): Delete.
8210         (TARGET_VFPD32): Remove references to TARGET_VFP.
8211         (TARGET_VFP3, TARGET_VFP5): Likewise.
8212         (TARGET_VFP_SINGLE, TARGET_VFP_DOUBLE): Likewise.
8213         (TARGET_NEON_FP16): Likewise.
8214         (TARGET_FMA): Likewise.
8215         (TARGET_CRYPTO): Likewise.
8216         (TARGET_NEON): Likewise.
8217         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
8218         (FUNCTION_ARG_REGNO_P): Likewise.
8219         * arm.c (arm_option_check_internal): Likewise.
8220         (arm_option_override): Likewise.
8221         (use_return_insn): Likewise.
8222         (arm_function_value_regno_p): Likewise.
8223         (arm_apply_result_size): Likewise.
8224         (use_vfp_abi): Likewise.
8225         (arm_legitimate_address_outer_p): Likewise.
8226         (thumb2_legitimate_address_p): Likewise.
8227         (arm_legitimate_index_p): Likewise.
8228         (thumb2_legitimate_index_p): Likewise.
8229         (arm_legitimate_address): Likewise.
8230         (arm_get_vfp_saved_size): Likewise.
8231         (arm_emit_vfp_multi_reg_pop): Likewise.
8232         (arm_get_frame_offsets): Likewise.
8233         (arm_save_coproc_regs): Likewise.
8234         (arm_hard_regno_mode_ok): Likewise.
8235         (arm_expand_epilogue_apcs_frame): Likewise.
8236         (arm_expand_epilogue): Likewise.
8237         (arm_file_start): Likewise.
8238         (arm_conditional_register_usage): Likewise.
8239         (arm_validize_comparison): Use vfp_compare_operand directly.
8240         * arm-builtins.c (arm_init_builtins): Remove references to TARGET_VFP.
8241         (arm_expand_vfp_builtin): Use TARGET_HARD_FLOAT for detecting
8242         unsupported usage.
8243         (arm_atomic_assign_expand_fenv): Likewise.
8244         * arm.md (divsf3): Likewise.
8245         (arm_negsi2): Likewise.
8246         (absdf2): Likewise.
8247         (arm_movdi): Likewise.
8248         (arm_movt): Likewise.
8249         (cbranchsf4): Change predicate to vfp_compare_operand.
8250         (cbranchdf4): Change predicate to vfp_compare_operand.
8251         (cstorehf4): Change predicate to vfp_compare_operand.
8252         (cstoresf4): Change predicate to vfp_compare_operand.
8253         (cstoredf4): Change predicate to vfp_compare_operand.
8254         (vfp_pop_multiple_with_writeback): Remove references to TARGET_VFP.
8255         (movhi_insn_arch4, movhi_bytes): Likewise.
8256         * constraints.md (Dt): Likewise.
8257         (Dp): Likewise.
8258         * iterators.md (SDF): Likewise.
8259         * predicates.md (arm_float_compare_operand): Delete.
8260         (const_double_vcvt_power_of_two_reciprocal): Remove references to
8261         TARGET_VFP.
8262         (const_double_vcvt_power_of_two): Likewise.
8263         * thumb2.md thumb2_movsi_insn): Likewise.
8264         * vfp.md (arm_movhi_vfp, thumb2_movhi_vfp): Likewise.
8265         (movhf_vfp): Likewise.
8266         (arm_movsi_vfp, thumb2_movsi_vfp): Likewise.
8267         (movdi_vfp, movdi_vfp_cortexa8): Likewise.
8268         (movsf_vfp, thumb2_movsf_vfp): Likewise.
8269         (movdf_vfp, thumb2_movdf_vfp): Likewise.
8270         (movsfcc_vfp, abssf2_vfp, negsf2_vfp, addsf3_vfp): Likewise.
8271         (subsf3_vfp, divsf3_vfp): Likewise.
8272         (mulsf3_vfp, mulsf3negsf_vfp, negmulsf3_vfp): Likewise.
8273         (mulsf3addsf_vfp, (mulsf3subsf_vfp, mulsf3negsfaddsf_vfp): Likewise.
8274         (mulsf3negsfsubsf_vfp): Likewise.
8275         (truncsisf2_vfp, fixuns_truncsfsi2, floatsisf2_vfp): Likewise.
8276         (floatunssisf2, sqrtsf2_vfp): Likewise.
8277         (movcc_vfp): Likewise.
8278         (cmpsf_split_vfp, cmpsf_trap_split_vfp): Likewise.
8279         (cmpsf_vfp, cmpsf_trap_vfp): Likewise.
8280         (push_multi_vfp): Likewise.
8281         (set_fpscr, get_fpscr): Likewise.
8282         * arm-c.c (arm_cpu_builtins): Unconditionally define __VFP_FP__.
8284 2016-10-13  Richard Earnshaw  <rearnsha@arm.com>
8286         * arm.h (TARGET_VFP): Unconditionally define to 1.
8287         (arm_fpu_desc): Remove 'model' field.
8288         (TARGET_FPU_MODEL): Delete.
8289         * arm.c (all_fpus): Don't initialize the model field.
8290         (arm_can_inline_p): Don't check the FPU model.
8291         * arm-fpus.def: Remove redundant model field from all FPU
8292         descriptions.
8294 2016-10-13  Richard Biener  <rguenther@suse.de>
8296         PR middle-end/77826
8297         * genmatch.c (struct capture): Add value_match member.
8298         (commutate): Preserve value_match.
8299         (lower_opt_convert): Likewise.
8300         (lower_cond): Likewise.
8301         (replace_id): Likewise.
8302         (struct dt_operand): Add value_match member.
8303         (decision_tree::cmp_node): Compare it.
8304         (decision_tree::insert_operand): Honor it when finding and
8305         when appending a DT_MATCH.
8306         (dt_operand::gen_match_op): Generate a type check after
8307         operand_equal_p if ! value_match for both GENERIC and GIMPLE.
8308         (parser::get_internal_capture_id): New helper.
8309         (parser::finish_match_operand): New function lowering @@<id>.
8310         (parser::parse_capture): Parse @@<id> as value-match.
8311         (parser::parse_expr): Use get_internal_capture_id.
8312         (parser::parse_simplify): Call finish_match_operand.
8313         (walk_captures): New helper.
8314         * match.pd (X - (X / Y) * Y -> X % Y): Use value-matching instead
8315         of operand_equal_p.
8316         ((X /[ex] A) * A -> X): Likewise.
8317         ((X | Y) ^ X -> Y & ~ X): Handle constants properly by using
8318         convert[12] and value-matching.
8319         ((A | B) & (A | C) ->  A | (B & C)): Likewise.
8320         ((X | Y) | Y -> X | Y): Likewise.
8321         ((X ^ Y) ^ Y -> X): Likewise.
8322         (A - (A & B) -> ~B & A): Likewise.
8323         ((T)(P + A) - (T)P -> (T) A): Likewise.
8324         ((T)P - (T)(P + A) -> -(T) A): Likewise.
8325         ((T)(P + A) - (T)(P + B) -> (T)A - (T)B): Likewise.
8326         * doc/match-and-simplify.texi: Amend capture section.
8328 2016-10-13  Claudiu Zissulescu  <claziss@synopsys.com>
8330         * config/arc/arc.md (umul_600): Remove predicated variant.
8331         (umul64_600): Likewise.
8333 2016-10-13  Claudiu Zissulescu  <claziss@synopsys.com>
8335         * config/arc/arc.h (INSN_LENGTH_ALIGNMENT): Change.
8337 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
8339         * tree-vect-loop.c (loop_niters_no_overflow): New func.
8340         (vect_transform_loop): Call loop_niters_no_overflow.  Pass the
8341         no-overflow information to vect_do_peeling_for_loop_bound and
8342         vect_gen_vector_loop_niters.
8344 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
8346         * tree-predcom.c (tree_predictive_commoning_loop): Skip loop that only
8347         iterates 1 time.
8349 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
8351         * tree-vect-loop-manip.c (adjust_vec_debug_stmts): Don't release
8352         adjust_vec automatically.
8353         (slpeel_add_loop_guard): Remove param cond_expr_stmt_list.  Rename
8354         param exit_bb to guard_to.
8355         (slpeel_checking_verify_cfg_after_peeling):
8356         (set_prologue_iterations):
8357         (create_lcssa_for_virtual_phi): New func which is factored out from
8358         slpeel_tree_peel_loop_to_edge.
8359         (slpeel_tree_peel_loop_to_edge):
8360         (iv_phi_p): New func.
8361         (vect_can_advance_ivs_p): Call iv_phi_p.
8362         (vect_update_ivs_after_vectorizer): Call iv_phi_p.  Directly insert
8363         new gimple stmts in basic block.
8364         (vect_gen_niters_for_prolog_loop): Rename to...
8365         (vect_gen_prolog_loop_niters): ...Rename from.  Change parameters and
8366         adjust implementation.
8367         (vect_update_inits_of_drs): Fix code style issue.  Convert niters to
8368         sizetype if necessary.
8369         (vect_build_loop_niters): Move to here from tree-vect-loop.c.  Change
8370         it to external function.
8371         (vect_gen_scalar_loop_niters, vect_gen_vector_loop_niters): New.
8372         (vect_gen_vector_loop_niters_mult_vf): New.
8373         (slpeel_update_phi_nodes_for_loops): New.
8374         (slpeel_update_phi_nodes_for_guard1): Reimplement.
8375         (find_guard_arg, slpeel_update_phi_nodes_for_guard2): Reimplement.
8376         (slpeel_update_phi_nodes_for_lcssa, vect_do_peeling): New.
8377         * tree-vect-loop.c (vect_build_loop_niters): Move to file
8378         tree-vect-loop-manip.c
8379         (vect_generate_tmps_on_preheader): Delete.
8380         (vect_transform_loop): Rename vectorization_factor to vf.  Call
8381         vect_do_peeling instead of vect_do_peeling-* functions.
8382         * tree-vectorizer.h (vect_do_peeling): New decl.
8383         (vect_build_loop_niters, vect_gen_vector_loop_niters): New decls.
8384         (vect_do_peeling_for_loop_bound): Delete.
8385         (vect_do_peeling_for_alignment): Delete.
8387 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
8389         * tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge_cfg): Put
8390         duplicated loop after its preheader and after the original loop.
8392 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
8394         * tree-vect-loop.c (vect_analyze_loop_2): Check and skip loop if it
8395         has no enough iterations for LOOP_VINFO_PEELING_FOR_GAPS.
8397 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
8399         * tree-vect-loop.c (vectorizable_live_operation): Support handling
8400         for live variable outside loop but not in lcssa form.
8402 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
8404         * cfg.c (reset_original_copy_tables): New func.
8405         * cfg.h (reset_original_copy_tables): New decl.
8407 2016-10-13  Jakub Jelinek  <jakub@redhat.com>
8409         PR c/77946
8410         * tree.h (FALLTHROUGH_LABEL_P): Use private_flag instead of
8411         public_flag.
8412         * varasm.c (default_binds_local_p_3): Formatting fix.
8414 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
8416         * tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Fix code
8417         style issue.
8418         (vect_do_peeling_for_loop_bound, vect_do_peeling_for_alignment):
8419         Remove useless code.
8421 2016-10-13  Martin Liska  <mliska@suse.cz>
8423         PR tree-optimization/77943
8424         * tree-ssa-tail-merge.c (merge_stmts_p): Do not merge BBs with
8425         a different EH landing pads.
8427 2016-10-13  Jakub Jelinek  <jakub@redhat.com>
8429         PR target/77957
8430         * hooks.h (hook_tree_void_null): Declare.
8431         * hooks.c (hook_tree_void_null): New function.
8432         * langhooks.c (lhd_return_null_tree_v): Remove.
8433         * langhooks-def.h (lhd_return_null_tree_v): Remove.
8434         * cfgexpand.c (stack_protect_prologue): If guard_decl is NULL,
8435         set y to const0_rtx.
8436         * function.c (stack_protect_epilogue): Likewise.
8437         * config/tilepro/tilepro.c (TARGET_STACK_PROTECT_GUARD): Redefine
8438         if TARGET_THREAD_SSP_OFFSET is defined.
8439         * config/s390/s390.c (TARGET_STACK_PROTECT_GUARD): Likewise.
8440         * config/sparc/sparc.c (TARGET_STACK_PROTECT_GUARD): Likewise.
8441         * config/tilegx/tilegx.c (TARGET_STACK_PROTECT_GUARD): Likewise.
8442         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Likewise.
8443         * config/i386/i386.c (TARGET_STACK_PROTECT_GUARD): Likewise.
8444         (ix86_stack_protect_guard): New function.
8446 2016-10-13  Richard Biener  <rguenther@suse.de>
8448         * dwarf2out.c (tree_add_const_value_attribute): Do not try
8449         rtl_for_decl_init during early phase.
8450         (gen_variable_die): Do not create locations during early phase.
8451         (gen_label_die): Likewise.
8452         (decls_for_scope): Do not waste time handling BLOCK_NONLOCALIZED_VARs
8453         twice.
8455 2016-10-12  Richard Biener  <rguenther@suse.de>
8457         * tree-vrp.c (evrp_dom_walker::try_find_new_range): Renamed from
8458         try_add_new_range and made to eturn new range.
8459         (evrp_dom_walker::before_dom_children): Push op1 value range before
8460         pushing op0 value range.
8462 2016-10-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8464         PR tree-optimization/77937
8465         * gimple-ssa-strength-reduction.c (analyze_increments): Use
8466         POINTER_TYPE_P on the candidate type to determine whether
8467         candidates in this chain require pointer arithmetic.
8469 2016-10-12  Eric Botcazou  <ebotcazou@adacore.com>
8471         * config/visium/visium.c (visium_gimplify_va_arg): Emit a big-endian
8472         correction if the type is smaller than a word.
8473         (visium_select_cc_mode): Add ... fall through ... comment.
8475 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
8477         * config/rs6000/rs6000.c (machine_function): Add new fields
8478         gpr_is_wrapped_separately and lr_is_wrapped_separately.
8479         (TARGET_SHRINK_WRAP_GET_SEPARATE_COMPONENTS,
8480         TARGET_SHRINK_WRAP_COMPONENTS_FOR_BB,
8481         TARGET_SHRINK_WRAP_DISQUALIFY_COMPONENTS,
8482         TARGET_SHRINK_WRAP_EMIT_PROLOGUE_COMPONENTS,
8483         TARGET_SHRINK_WRAP_EMIT_EPILOGUE_COMPONENTS,
8484         TARGET_SHRINK_WRAP_SET_HANDLED_COMPONENTS): Define.
8485         (rs6000_get_separate_components): New function.
8486         (rs6000_components_for_bb): New function.
8487         (rs6000_disqualify_components): New function.
8488         (rs6000_emit_prologue_components): New function.
8489         (rs6000_emit_epilogue_components): New function.
8490         (rs6000_set_handled_components): New function.
8491         (rs6000_emit_prologue): Don't emit LR save if lr_is_wrapped_separately.
8492         Don't emit GPR saves if gpr_is_wrapped_separately for that register.
8493         (restore_saved_lr): Don't restore LR if lr_is_wrapped_separately.
8494         (rs6000_emit_epilogue): Don't emit GPR restores if
8495         gpr_is_wrapped_separately for that register.  Don't make a
8496         REG_CFA_RESTORE note for registers we did not restore, either.
8498 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
8500         * function.c (thread_prologue_and_epilogue_insns): Call
8501         try_shrink_wrapping_separate.  Compute the prologue_seq afterwards,
8502         if it has possibly changed.  Compute the split_prologue_seq and
8503         epilogue_seq later, too.
8504         * shrink-wrap.c: #include cfgbuild.h and insn-config.h.
8505         (dump_components): New function.
8506         (struct sw): New struct.
8507         (SW): New function.
8508         (init_separate_shrink_wrap): New function.
8509         (fini_separate_shrink_wrap): New function.
8510         (place_prologue_for_one_component): New function.
8511         (spread_components): New function.
8512         (disqualify_problematic_components): New function.
8513         (emit_common_heads_for_components): New function.
8514         (emit_common_tails_for_components): New function.
8515         (insert_prologue_epilogue_for_components): New function.
8516         (try_shrink_wrapping_separate): New function.
8517         * shrink-wrap.h: Declare try_shrink_wrapping_separate.
8519 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
8521         * regrename.c (build_def_use): Invalidate chains that have a
8522         REG_CFA_RESTORE on some instruction.
8524 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
8526         * dce.c (delete_unmarked_insns): Don't delete instructions with
8527         a REG_CFA_RESTORE note.
8529 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
8531         * common.opt (-fshrink-wrap-separate): New flag.
8532         * doc/invoke.texi: Document it.
8533         * doc/tm.texi.in (Shrink-wrapping separate components): New subsection.
8534         * doc/tm.texi: Regenerate.
8535         * emit-rtl.h (struct rtl_data): New field shrink_wrapped_separate.
8536         * target.def (shrink_wrap): New hook vector.
8537         (get_separate_components, components_for_bb, disqualify_components,
8538         emit_prologue_components, emit_epilogue_components,
8539         set_handled_components): New hooks.
8541 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
8543         * config/rs6000/rs6000.c (rs6000_return_in_memory): Warn for
8544         vector return by reference only if -Wpsabi.
8545         (rs6000_pass_by_reference): Similarly, for argument passing.
8547 2016-10-12  David Malcolm  <dmalcolm@redhat.com>
8549         * function-tests.c: Include "print-rtl.h".
8550         (selftest::test_expansion_to_rtl): Call print_rtx_function on the
8551         function, and verify what is dumped.
8552         * print-rtl-function.c (print_edge): New function.
8553         (begin_any_block): New function.
8554         (end_any_block): New function.
8555         (can_have_basic_block_p): New function.
8556         (print_rtx_function): Track the basic blocks of insns in the
8557         chain, wrapping those that are within blocks within "(block)"
8558         directives.  Remove the "(cfg)" directive.
8560 2016-10-12  David Malcolm  <dmalcolm@redhat.com>
8562         * selftest.c (selftest::read_file): New function.
8563         (selftest::test_read_file): New function.
8564         (selftest::selftest_c_tests): Call test_read_file.
8565         * selftest.h (selftest::read_file): New decl.
8567 2016-10-12  Richard Biener  <rguenther@suse.de>
8569         PR debug/77947
8570         * cgraphunit.c (analyze_functions): Preserve cgraph nodes
8571         function context.
8573 2016-10-12  Thomas Schwinge  <thomas@codesourcery.com>
8575         * lto-streamer.c: Fix LTO_STREAMER_DEBUG build.
8577         * dwarf2out.c (dwarf2_lineno_debug_hooks): Use
8578         dwarf2out_assembly_start.
8580         * Makefile.in (SELFTEST_FLAGS): Add -nostdinc.
8582         * Makefile.in (SELFTEST_FLAGS): New variable.
8583         (s-selftest, selftest-gdb, selftest-valgrind): Use it.
8585         * vmsdbgout.c (vmsdbg_debug_hooks): Add filename parameter to
8586         early_finish hook.
8588 2016-10-12  Georg-Johann Lay  <avr@gjlay.de>
8590         * rtl.h (struct rtx_def): Comment how RTX_FLAGS will be
8591         dumped in RTL dumps.
8593 2016-10-12  Martin Liska  <mliska@suse.cz>
8595         * gimple-fold.c (create_tmp_reg_or_ssa_name): New function.
8596         (gimple_fold_builtin_memory_op): Use the function.
8597         (gimple_fold_builtin_strchr): Likewise.
8598         (gimple_fold_builtin_strcat): Likewise.
8599         (gimple_build): Likewise.
8601 2016-10-12  Nathan Sidwell  <nathan@acm.org>
8603         * diagnostic.c (diagnostc_report_diagnostic): Fix formatting.
8605 2016-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
8607         * dwarf2out.c (int_loc_descriptor): Generate opcodes for another
8608         equivalent 32-bit constant (modulo 2**32) when that yields
8609         smaller instructions.
8610         (size_of_int_loc_descriptor): Update accordingly.
8612 2016-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
8614         * dwarf2out.c (dwarf2out_early_global_decl): For nested
8615         functions, call dwarf2out_decl on the parent function first.
8617 2016-10-12  Richard Biener  <rguenther@suse.de>
8619         * match.pd ((X /[ex] A) * A -> X): Remove unnecessary constraint
8620         on the conversion.
8622 2016-10-12  Richard Biener  <rguenther@suse.de>
8624         * tree-ssa-propagate.c
8625         (substitute_and_fold_dom_walker::before_dom_children): Do not
8626         ignore ASSERT_EXPRs but only preserve them.
8627         * tree-vrp.c (remove_range_assertions): Deal with ASSERT_EXPRs
8628         that have been propagated into.
8629         (vrp_finalize): Enable DCE for substitute_and_fold.
8631 2016-10-12  Richard Biener  <rguenther@suse.de>
8633         PR tree-optimization/77920
8634         * tree-vrp.c (simplify_div_or_mod_using_ranges): Simplify.
8635         (simplify_min_or_max_using_ranges): Pass in gsi and use it.
8636         (simplify_abs_using_ranges): Likewise.
8637         (simplify_conversion_using_ranges): Likewise.
8638         (simplify_stmt_using_ranges): Adjust.
8640 2016-10-12  Jakub Jelinek  <jakub@redhat.com>
8642         PR tree-optimization/77929
8643         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle
8644         (*ops)[ranges[i].idx]->op != ranges[i].exp case.
8646 2016-10-12  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8648         PR target/77934
8649         * config/rs6000/vmx.md (vsx_concat_<mode>): The mtvsrdd instruction
8650         needs a base register for arg 1.
8652 2016-10-12  Jakub Jelinek  <jakub@redhat.com>
8654         * common.opt (Wimplicit-fallthrough) Turn into alias to
8655         -Wimplicit-fallthrough=3.  Remove EnabledBy.
8656         (Wimplicit-fallthrough=): New option.
8657         * gimplify.c (warn_implicit_fallthrough_r): Use
8658         OPT_Wimplicit_fallthrough_ instead of OPT_Wimplicit_fallthrough.
8659         * doc/invoke.texi (-Wimplicit-fallthrough): Document as alias
8660         to -Wimplicit-fallthrough=3.
8661         (-Wimplicit-fallthrough=): Document.
8663 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
8665         * config/sparc/sparc.c (emit_scc_insn): Remove direct support for EQ
8666         and GEU in DImode if TARGET_SUBXC.
8667         * config/sparc/sparc.md (seqdi<W:mode>_zero): Remove TARGET_SUBXC.
8668         (seqdi<W:mode>_zero_subxc): Delete.
8669         (neg_seqdi<W:mode>_zero): Remove TARGET_VIS3.
8670         (neg_seqdi<W:mode>_zero_vis3): Delete.
8671         (plus_seqdi<W:mode>_zero): Likewise.
8672         (minus_seqdi<W:mode>_zero): Likewise.
8673         (plus_plus_sltu<W:mode>): Accept only register.
8674         (addx<W:mode>): Likewise.
8675         (plus_sltu<W:mode>_vis3): Likewise.
8676         (plus_plus_sltu<W:mode>_vis3): Likewise.
8677         (neg_sgeu<W:mode>_vis3): Delete.
8678         (minus_sgeu<W:mode>_vis3): Likewise.
8679         (addxc<W:mode>): Accept only registers.
8680         (neg_sltu<W:mode>_subxc): Write %%g0 instead of 0.
8681         (minus_neg_sltu<W:mode>_subxc): Accept only register.
8682         (neg_plus_sltu<W:mode>_subxc): Likewise.
8683         (minus_sltu<W:mode>_subxc): Write %%g0 instead of 0.
8684         (minus_minus_sltu<W:mode>_subxc): Accept only register.
8685         (sgeu<W:mode>_insn_subxc): Delete.
8686         (plus_sgeu<W:mode>_subxc): Likewise.
8687         (subxc<W:mode>): Accept only register.
8688         (scc splitter): Split always GEU again.
8690 2016-10-11  Jeff Law  <law@redhat.com>
8692         PR tree-optimization/77424
8693         * tree-ssa-threadupdate.c (thread_through_all_blocks): Remove
8694         dead conditionals.  Assert that all e->aux fields are NULL.
8696 2016-10-11  David Malcolm  <dmalcolm@redhat.com>
8698         * print-rtl.c (print_rtx): Rename "i" to "idx".  Split out the
8699         operand-printing "switch" statement into...
8700         (print_rtx_operand_code_0): ...this new function, ...
8701         (print_rtx_operand_code_e): ...this new function, ...
8702         (print_rtx_operand_codes_E_and_V): ...this new function, ...
8703         (print_rtx_operand_code_i): ...this new function, ...
8704         (print_rtx_operand_code_r): ...this new function, ...
8705         (print_rtx_operand_code_u): ...this new function, ...
8706         (print_rtx_operand): ...and this new function.
8708 2016-10-11  Uros Bizjak  <ubizjak@gmail.com>
8710         * config/alpha/alpha-passes.def: New file.
8711         * config/alpha/t-alpha: New file.
8712         * config/alpha/alpha-protos.h (gcc::context, rtl_opt_pass): Declare.
8713         (make_pass_handle_trap_shadows): New prototype.
8714         (make_pass_align_insns): Ditto.
8715         * config/alpha/alpha.c (alpha_option_override): Don't register
8716         passes here.
8717         * config.gcc (alpha*-*-*) Add alpha/t-alpha to tmake_file.
8719 2016-10-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
8721         PR target/77924
8722         * config/rs6000/rs6000.c (rs6000_init_builtins): Only create the
8723         distinct __ibm128 IBM extended double type if long doubles are
8724         128-bits and the default format for long double is IEEE 128-bit.
8726 2016-10-11  Richard Biener  <rguenther@suse.de>
8728         * dwarf2out.c (DEBUG_STR_OFFSETS_SECTION): Remove conditional.
8729         (init_sections_and_labels): Use DEBUG_DWO_STR_OFFSETS_SECTION.
8730         (verify_die): New function.
8731         (dwarf2out_finish): Call it.
8732         (output_line_info): Handle case of -gsplit-dwarf without
8733         DWARF2_ASM_LINE_DEBUG_INFO.
8735 2016-10-11  Richard Biener  <rguenther@suse.de>
8737         PR debug/77931
8738         * gimple-low.c (lower_gimple_bind): Handle arbitrary common
8739         sub-chains of BLOCK_VARS and gimple_bind_vars.
8741 2016-10-11  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
8743         * config/i386/znver1.md : Fix imov/imovx load type reservations.
8745 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
8747         * config/sparc/sparc.opt (msubxc): New option.
8748         * doc/invoke.texi (SPARC options): Document it and tidy up.
8749         * doc/tm.texi.in (Condition Codes): Adjust SPARC example.
8750         * doc/tm.texi: Regenerate.
8751         * config/sparc/sparc-modes.def (CC_NOOV): Rename into...
8752         (CCNZ): ...this.
8753         (CCX_NOOV): Rename into...
8754         (CCXNZ): ...this.
8755         (CCC): New.
8756         (CCXC): Likewise.
8757         * config/sparc/predicates.m (fcc_register_operand): Simplify.
8758         (fcc0_register_operand): Likewise.
8759         (icc_register_operand): New.
8760         (icc_or_fcc_register_operand): Simplify.
8761         (nz_comparison_operator): New.
8762         (c_comparison_operator): Likewise.
8763         (noov_compare_operator): Rename into...
8764         (icc_comparison_operator): ...this.  Use above predicates.
8765         (noov_compare64_operator): Rename into...
8766         (v9_comparison_operator): ...this and tidy up.
8767         (fcc_comparison_operator): New.
8768         (icc_or_fcc_comparison_operator): Likewise.
8769         (v9_register_compare_operator): Rename info...
8770         (v9_register_comparison_operator): ...this.
8771         * config/sparc/sparc.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
8772         (sparc_option_override): Remove redundant VIS masks and add MASK_SUBXC
8773         for Niagara-7.
8774         (sparc_fixed_condition_code_regs): New function.
8775         (select_cc_mode): Remove ATTRIBUTE_UNUSED.  Adjust for CCNZ/CCXNZ
8776         renaming and add support for CCC/CCXC.
8777         (output_cbranch): Likewise.
8778         (sparc_print_operand): Likewise.
8779         (gen_v9_scc): Remove obsolete assertion.
8780         (emit_scc_insn): Emit RTL directly for EQ and NE.  Add direct support
8781         for EQ in DImode if TARGET_SUBXC.  Remove test on TARGET_VIS3 for GEU.
8782         (output_cbcond): Remove bogus handling of CC modes.
8783         (sparc_register_move_cost): Return 100 for NO_REGS.
8784         * config/sparc/sparc.md (W): New mode iterator.
8785         (length): Adjust for noov_compare64_operator renaming.
8786         (cmpsi_sne): New instruction.
8787         (cmpdi_sne): Likewise.
8788         (seqdi_special): Delete.
8789         (seqdi_special): Likewise.
8790         (snesi<P:mode>_special): Likewise.
8791         (snedi_special): Likewise.
8792         (snedi_special_vis3): Likewise.
8793         (snesi patterns): Use W iterator.
8794         (snedi patterns): Likewise.  Add TARGET_SUBXC patterns.
8795         (sltu patterns): Likewise.
8796         (sgeu patterns): Likewise.
8797         (scc splitter): Do not split GEU in DImode if TARGET_SUBXC.
8798         (normal_branch): Use icc_comparison_operator predicate.
8799         (inverted_branch): Likewise.
8800         (cbcond_sp32): Use comparison_operator predicate.
8801         (cbcond_sp64): Likewise.
8802         (normal_int_branch_sp64): Adjust for renaming
8803         (inverted_int_branch_sp64): Likewise.
8804         (mov<I:mode>_cc_reg_sp64): Likewise.
8805         (movsf_cc_reg_sp6): Likewise.
8806         (movdf_cc_reg_sp64): Likewise.
8807         (movtf_cc_reg_hq_sp64): Likewise.
8808         (movtf_cc_reg_sp64): Likewise.
8809         (mov<I:mode>_cc_v9): Use icc_or_fcc_comparison_operator predicate.
8810         (movsf_cc_v9): Likewise.
8811         (movdf_cc_v9): Likewise.
8812         (movtf_cc_hq_v9): Likewise.
8813         (movtf_cc_v9): Likewise.
8814         (adddi3): Call gen_adddi3_sp32.
8815         (adddi3_insn_sp32): Rename to...
8816         (adddi3_sp32): ...this.  Accept only register_operand as operand #1
8817         and use CCCmode for the carry.
8818         (addx_extend_sp32): Use CCCmode for the carry.
8819         (addx_extend_sp64): Delete.
8820         (adddi3_extend_sp32): Use CCCmode for the carry.
8821         (cmp_plus patterns): Use CCNZ/CCXNZ mode and add C variants.
8822         (subdi3): Call gen_subdi3_sp32.
8823         (subdi3_insn_sp32): Rename to...
8824         (subdi3_sp32): ...this and use CCmode for the carry.
8825         (subx_extend_sp32): Use CCCmode for the carry.
8826         (subx_extend_sp64): Delete.
8827         (subdi3_extend_sp32): Use CCmode for the carry.
8828         (cmp_minus patterns): Use CCNZ/CCXNZ mode and add C variants.
8829         (negdi3): Call gen_negdi3_sp32.
8830         (negdi3_sp32): Use CCCmode for the carry.
8831         (cmp_neg patterns): Use CCNZ/CCXNZ mode and add C variants.
8832         (cmp_nz_ashift_1): Use CCNZ mode.
8833         (cmp_nz_set_ashift_1): Likewise.
8834         (ctrapsi4): Use comparison_operator predicate.
8835         (ctrapdi4): Likewise.
8836         (trapsi_insn): Use icc_comparison_operator predicate.
8837         (trapdi_insn): Likewise.
8838         (edge8 patterns): Use CCNZmode.
8839         (edge16 patterns): Likewise.
8840         (edge32 patterns): Likewise.
8842 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
8844         * config/visium/visium-modes.def (CC_NOOV): Rename into...
8845         (CCNZ): ...this.
8846         (CC_BTST): Rename into...
8847         (CCC): ...this.
8848         * config/visium/predicates.md (real_add_operand): New.
8849         (visium_btst_operator): Rename into...
8850         (visium_equality_comparison_operator): ...this.
8851         (visium_noov_operator): Rename into...
8852         (visium_nz_comparison_operator): ...this.
8853         (visium_c_comparison_operator): New.
8854         (visium_branch_operator): Adjust and deal with all CC modes.
8855         * config/visium/visium.c (visium_adjust_cost): Adjust.
8856         (visium_split_double_add): Use the *_set_carry patterns.
8857         (visium_select_cc_mode): Add support for CCC mode and adjust.
8858         (output_cbranch): Adjust and use the carry-based operators for
8859         floating-point comparisons.
8860         * config/visium/visium.md (flags_subst_arith): Adjust.
8861         (addsi3_insn_set_carry): New instruction.
8862         (subsi3_insn_set_carry): Likewise.
8863         (negsi2_insn_set_carry): Likewise.
8864         (btst): Adjust.
8865         (cmp<mode>_sne): Likewise.
8866         (cbranch<mode>4): Use ordered_comparison_operator.
8867         (cbranch<mode>4_insn): Likewise.
8868         (cbranchsi4_btst_insn): Adjust.
8870 2016-10-11  Tom de Vries  <tom@codesourcery.com>
8872         PR middle-end/77558
8873         * builtins.c (std_canonical_va_list_type): Remove RECORD_TYPE
8874         special-casing.
8876 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
8878         * tree.h (build_complex_type): Add second parameter with default.
8879         * tree.c (build_complex_type): Add NAMED second parameter and adjust
8880         recursive call.  Create a TYPE_DECL only if NAMED is true.
8881         (build_common_tree_nodes): Pass true in calls to build_complex_type.
8883 2016-10-11  Georg-Johann Lay  <avr@gjlay.de>
8885         New avr-passes.def to register AVR specific passes.
8887         * config/avr/avr-passes.def: New file.
8888         * config/avr/t-avr (PASSES_EXTRA): Add avr-passes.def.
8889         * config/avr/avr-protos.h (gcc::context, rtl_opt_pass): Declare.
8890         (make_avr_pass_recompute_note): New proto.
8891         * config/avr/avr.c (make_avr_pass_recompute_notes): New function.
8892         (avr_pass_recompute_notes): Use anonymous namespace.
8893         (avr_register_passes): Remove function...
8894         (avr_option_override): ...and its call.
8896 2016-10-11  Robert Suchanek  <robert.suchanek@imgtec.com>
8898         * config/mips/mips-cpus.def: Replace PTF_AVOID_BRANCHLIKELY with
8899         PTF_AVOID_BRANCHLIKELY_ALWAYS for generic architecture and with
8900         PTF_AVOID_BRANCHLIKELY_SPEED for others.
8901         (mips2, mips3, mips4): Add PTF_AVOID_BRANCHLIKELY_SIZE to tune
8902         flags.
8903         * config/mips/mips.c (mips_option_override): Enable the branch
8904         likely depending on the tune flags and optimization level.
8905         * config/mips/mips.h (PTF_AVOID_BRANCHLIKELY): Remove.
8906         (PTF_AVOID_BRANCHLIKELY_SPEED): Define.
8907         (PTF_AVOID_BRANCHLIKELY_SIZE): Likewise.
8908         (PTF_AVOID_BRANCHLIKELY_ALWAYS): Likewise.
8910 2016-10-11  Richard Biener  <rguenther@suse.de>
8912         * lto-streamer-out.c (collect_block_tree_leafs): New helper.
8913         (output_function): Properly stream the whole block tree.
8914         * lto-streamer-in.c (input_function): Likewise.
8916 2016-10-11  Marek Polacek  <polacek@redhat.com>
8918         * Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.
8920 2016-10-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
8922         * tree-vrp.c (evrp_dom_walker::try_add_new_range): New.
8923         (evrp_dom_walker::before_dom_children): Infer and push new value
8924         ranges for x in y < x.
8926 2016-10-10  Joseph Myers  <joseph@codesourcery.com>
8928         PR target/77586
8929         * config/ia64/ia64.c (ia64_libgcc_floating_mode_supported_p)
8930         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
8931         * config/ia64/elf.h (IA64_NO_LIBGCC_TFMODE): Likewise.
8932         * config/ia64/freebsd.h (IA64_NO_LIBGCC_TFMODE): Likewise.
8933         * config/ia64/vms.h (IA64_NO_LIBGCC_XFMODE)
8934         (IA64_NO_LIBGCC_TFMODE): Likewise.
8936 2016-10-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
8938         * tree-vrp.c (vrp_intersect_ranges_1): Allocate bitmap before
8939           copying.
8941 2016-10-10  Andreas Tobler  <andreast@gcc.gnu.org>
8943         * config.gcc: Add aarch64-*-freebsd* support.
8944         * config.host: Likewise.
8945         * config/aarch64/aarch64-freebsd.h: New file.
8946         * config/aarch64/t-aarch64-freebsd: Ditto.
8948 2016-10-10  Jeff Law  <law@redhat.com>
8950         PR tree-optimization/71947
8951         * tree-ssa-dom.c (cprop_into_stmt): Avoid replacing A with B, then
8952         B with A within a single statement.
8954 2016-10-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8956         PR tree-optimization/77824
8957         * gimple-ssa-strength-reduction.c (stmt_cost): Explicitly return
8958         zero cost for copies.
8959         (find_candidates_dom_walker::before_dom_children): Replace
8960         MODIFY_EXPR with SSA_NAME.
8961         (replace_mult_candidate): Likewise.
8962         (replace_profitable_candidates): Likewise.
8964 2016-10-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8966         * config/s390/s390.h: Wrap more macros args in brackets and fix
8968 2016-10-10  Georg-Johann Lay  <avr@gjlay.de>
8970         * config/avr/gen-avr-mmcu-texi.c (string.h): Include.
8972 2016-10-10  Andreas Schwab  <schwab@suse.de>
8974         PR target/77738
8975         * config/ia64/ia64.md ("doloop_end"): Reject if mode of loop
8976         pseudo is not DImode.
8978 2016-10-10  Claudiu Zissulescu  <claziss@synopsys.com>
8980         * common/config/arc/arc-common.c (arc_option_optimization_table):
8981         Remove compact casesi option.
8982         * config/arc/arc.c (arc_override_options): Use compact casesi
8983         option only for pre-ARCv2 cores.
8984         * doc/invoke.texi (mcompact-casesi): Update text.
8986 2016-10-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8988         * config/rs6000/rs6000.h (TARGET_EFFICIENT_OVERLAPPING_UNALIGNED):
8989         Add macro to say we can efficiently handle overlapping unaligned
8990         loads.
8991         * config/rs6000/rs6000.c (expand_block_compare): Avoid generating
8992         poor code for processors older than p8.
8994 2016-10-09  Eric Botcazou  <ebotcazou@adacore.com>
8996         * gen-pass-instances.awk: Remove GNUism.
8998 2016-10-09  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9000         * ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to
9001         NULL of (*ipcp_transformations)][node->uid].
9003 2016-10-09  John David Anglin  <danglin@gcc.gnu.org>
9005         * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment.
9006         (MALLOC_ABI_ALIGNMENT): Define.
9008 2016-10-09  Jakub Jelinek  <jakub@redhat.com>
9010         * tree-ssa.c (target_for_debug_bind, verify_phi_args,
9011         ssa_undefined_value_p, maybe_optimize_var): Use VAR_P and/or
9012         VAR_OR_FUNCTION_DECL_P macros.
9013         * tree-chkp.c (chkp_register_var_initializer, chkp_make_static_bounds,
9014         chkp_get_bounds_for_decl_addr, chkp_parse_array_and_component_ref,
9015         chkp_find_bounds_1): Likewise.
9016         * ipa-polymorphic-call.c (decl_maybe_in_construction_p): Likewise.
9017         * hsa-gen.c (get_symbol_for_decl): Likewise.
9018         * cgraphunit.c (check_global_declaration, analyze_functions,
9019         handle_alias_pairs, thunk_adjust, cgraph_node::expand_thunk):
9020         Likewise.
9021         * gimple-fold.c (can_refer_decl_in_current_unit_p,
9022         canonicalize_constructor_val, gimple_get_virt_method_for_vtable):
9023         Likewise.
9024         * tree.c (set_decl_section_name, copy_node_stat,
9025         need_assembler_name_p, free_lang_data_in_decl, find_decls_types_r,
9026         merge_dllimport_decl_attributes, handle_dll_attribute,
9027         decl_init_priority_insert, auto_var_in_fn_p, array_at_struct_end_p,
9028         verify_type): Likewise.
9029         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior,
9030         find_explicit_erroneous_behavior): Likewise.
9031         * sdbout.c (sdbout_toplevel_data, sdbout_late_global_decl): Likewise.
9032         * ipa.c (process_references): Likewise.
9033         * tree-chkp-opt.c (chkp_get_check_result): Likewise.
9034         * varasm.c (get_block_for_decl, use_blocks_for_decl_p, make_decl_rtl,
9035         notice_global_symbol, assemble_variable, mark_decl_referenced,
9036         build_constant_desc, output_constant_def_contents, do_assemble_alias,
9037         make_decl_one_only, default_section_type_flags,
9038         categorize_decl_for_section, default_encode_section_info): Likewise.
9039         * trans-mem.c (requires_barrier): Likewise.
9040         * gimple-expr.c (mark_addressable): Likewise.
9041         * cfgexpand.c (add_scope_conflicts_1, expand_one_var,
9042         expand_used_vars_for_block, clear_tree_used, stack_protect_decl_p,
9043         expand_debug_expr): Likewise.
9044         * tree-dump.c (dequeue_and_dump): Likewise.
9045         * ubsan.c (instrument_bool_enum_load): Likewise.
9046         * tree-pretty-print.c (print_declaration): Likewise.
9047         * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
9048         * tree-ssa-uninit.c (warn_uninitialized_vars): Likewise.
9049         * asan.c (asan_protect_global, instrument_derefs): Likewise.
9050         * tree-into-ssa.c (rewrite_stmt, maybe_register_def,
9051         pass_build_ssa::execute): Likewise.
9052         * var-tracking.c (var_debug_decl, track_expr_p): Likewise.
9053         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost, split_address_cost):
9054         Likewise.
9055         * ipa-split.c (test_nonssa_use, consider_split, mark_nonssa_use):
9056         Likewise.
9057         * tree-inline.c (insert_debug_decl_map, remap_ssa_name,
9058         can_be_nonlocal, remap_decls, copy_debug_stmt,
9059         initialize_inlined_parameters, add_local_variables,
9060         reset_debug_binding, replace_locals_op): Likewise.
9061         * dse.c (can_escape): Likewise.
9062         * ipa-devirt.c (compare_virtual_tables, referenced_from_vtable_p):
9063         Likewise.
9064         * tree-diagnostic.c (default_tree_printer): Likewise.
9065         * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
9066         unpack_ts_decl_with_vis_value_fields,
9067         lto_input_ts_decl_common_tree_pointers): Likewise.
9068         * builtins.c (builtin_save_expr, fold_builtin_expect,
9069         readonly_data_expr): Likewise.
9070         * tree-ssa-structalias.c (new_var_info, get_constraint_for_ssa_var,
9071         create_variable_info_for, set_uids_in_ptset, visit_loadstore):
9072         Likewise.
9073         * gimple-streamer-out.c (output_gimple_stmt): Likewise.
9074         * gimplify.c (force_constant_size, gimplify_bind_expr,
9075         gimplify_decl_expr, gimplify_var_or_parm_decl,
9076         gimplify_compound_lval, gimplify_init_constructor,
9077         gimplify_modify_expr, gimplify_asm_expr, gimplify_oacc_declare,
9078         gimplify_type_sizes): Likewise.
9079         * cgraphbuild.c (record_reference, record_type_list, mark_address,
9080         mark_load, mark_store, pass_build_cgraph_edges::execute): Likewise.
9081         * tree-ssa-live.c (mark_all_vars_used_1, remove_unused_scope_block_p,
9082         remove_unused_locals): Likewise.
9083         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p, ptrs_compare_unequal,
9084         ref_maybe_used_by_call_p_1, call_may_clobber_ref_p_1): Likewise.
9085         * function.c (instantiate_expr, instantiate_decls_1,
9086         setjmp_vars_warning, add_local_decl): Likewise.
9087         * alias.c (ao_ref_from_mem, get_alias_set, compare_base_symbol_refs):
9088         Likewise.
9089         * tree-stdarg.c (find_va_list_reference, va_list_counter_struct_op,
9090         va_list_ptr_read, va_list_ptr_write, check_all_va_list_escapes,
9091         optimize_va_list_gpr_fpr_size): Likewise.
9092         * tree-nrv.c (pass_nrv::execute): Likewise.
9093         * tsan.c (instrument_expr): Likewise.
9094         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
9095         * vtable-verify.c (verify_bb_vtables): Likewise.
9096         * tree-dfa.c (ssa_default_def, set_ssa_default_def,
9097         get_ref_base_and_extent): Likewise.
9098         * toplev.c (wrapup_global_declaration_1, wrapup_global_declaration_2):
9099         Likewise.
9100         * tree-sra.c (static bool constant_decl_p, find_var_candidates,
9101         analyze_all_variable_accesses): Likewise.
9102         * tree-nested.c (get_nonlocal_debug_decl,
9103         convert_nonlocal_omp_clauses, note_nonlocal_vla_type,
9104         note_nonlocal_block_vlas, convert_nonlocal_reference_stmt,
9105         get_local_debug_decl, convert_local_omp_clauses,
9106         convert_local_reference_stmt, nesting_copy_decl, remap_vla_decls):
9107         Likewise.
9108         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Likewise.
9109         * stmt.c (decl_overlaps_hard_reg_set_p): Likewise.
9110         * dbxout.c (dbxout_late_global_decl, dbxout_type_fields,
9111         dbxout_symbol, dbxout_common_check): Likewise.
9112         * expr.c (expand_assignment, expand_expr_real_2, expand_expr_real_1,
9113         string_constant): Likewise.
9114         * hsa.c (hsa_get_declaration_name): Likewise.
9115         * passes.c (rest_of_decl_compilation): Likewise.
9116         * tree-ssanames.c (make_ssa_name_fn): Likewise.
9117         * tree-streamer-out.c (pack_ts_decl_common_value_fields,
9118         pack_ts_decl_with_vis_value_fields,
9119         write_ts_decl_common_tree_pointers): Likewise.
9120         * stor-layout.c (place_field): Likewise.
9121         * symtab.c (symtab_node::maybe_create_reference,
9122         symtab_node::verify_base, symtab_node::make_decl_local,
9123         symtab_node::copy_visibility_from,
9124         symtab_node::can_increase_alignment_p): Likewise.
9125         * dwarf2out.c (add_var_loc_to_decl, tls_mem_loc_descriptor,
9126         decl_by_reference_p, reference_to_unused, rtl_for_decl_location,
9127         fortran_common, add_location_or_const_value_attribute,
9128         add_scalar_info, add_linkage_name, set_block_abstract_flags,
9129         local_function_static, gen_variable_die, dwarf2out_late_global_decl,
9130         optimize_one_addr_into_implicit_ptr,
9131         optimize_location_into_implicit_ptr): Likewise.
9132         * gimple-low.c (record_vars_into): Likewise.
9133         * ipa-visibility.c (update_vtable_references): Likewise.
9134         * tree-ssa-address.c (fixed_address_object_p, copy_ref_info):
9135         Likewise.
9136         * lto-streamer-out.c (tree_is_indexable, get_symbol_initial_value,
9137         DFS::DFS_write_tree_body, write_symbol): Likewise.
9138         * langhooks.c (lhd_warn_unused_global_decl,
9139         lhd_set_decl_assembler_name): Likewise.
9140         * attribs.c (decl_attributes): Likewise.
9141         * except.c (output_ttype): Likewise.
9142         * varpool.c (varpool_node::get_create, ctor_for_folding,
9143         varpool_node::assemble_decl, varpool_node::create_alias): Likewise.
9144         * fold-const.c (fold_unary_loc): Likewise.
9145         * ipa-prop.c (ipa_compute_jump_functions_for_edge,
9146         ipa_find_agg_cst_from_init): Likewise.
9147         * omp-low.c (expand_omp_regimplify_p, expand_omp_taskreg,
9148         expand_omp_target, lower_omp_regimplify_p,
9149         grid_reg_assignment_to_local_var_p, grid_remap_prebody_decls,
9150         find_link_var_op): Likewise.
9151         * tree-chrec.c (chrec_contains_symbols): Likewise.
9152         * tree-cfg.c (verify_address, verify_expr, verify_expr_location_1,
9153         gimple_duplicate_bb, move_stmt_op, replace_block_vars_by_duplicates,
9154         execute_fixup_cfg): Likewise.
9156         PR tree-optimization/77901
9157         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Only optimize
9158         if ranges[i].exp is SSA_NAME when looking for >= and only when
9159         ranges[i].exp is NULL or SSA_NAME when looking for the other
9160         comparison.
9162 2016-10-09  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9164         * ipa-cp.c (ipcp_alignment_lattice): Remove.
9165         (ipcp_param_lattices): Remove field alignment.
9166         (print_all_lattices): Remove call to ipcp_alignment_lattice::print.
9167         (set_all_contains_variable): Remove call to
9168         ipcp_alignment_lattice::set_to_bottom.
9169         (initialize_node_lattices): Likewise.
9170         (propagate_alignment_accross_jump_function): Remove.
9171         (propagate_constants_accross_call): Remove call to
9172         propagate_alignment_accross_jump_function.
9173         (ipcp_store_alignment_results): Remove.
9174         (ipcp_driver): Remove call to ipcp_store_alignment_results.
9175         (propagate_bits_accross_jump_function): Handle ancestor jump function.
9176         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Remove
9177         pretty-printing of alignment jump function.
9178         (ipa_set_jf_unknown): Remove assignment to jfunc->alignment.known.
9179         (ipa_compute_jump_functions_for_edge): Adjust ipa_bits jump function for
9180         alignments and remove computing ipa_alignment jump function.
9181         (ipa_node_params_t::duplicate): Remove copying of src_trans->alignments.
9182         (ipa_write_jump_functions): Remove streaming for ipa_alignment.
9183         (ipa_read_jump_function): Remove reading of ipa_alignment.
9184         (write_ipcp_transformation_info): Remove streaming for alignment
9185         propagation summary.
9186         (read_ipcp_transformation_info): Remove reading of alignment
9187         propagation summary.
9188         (ipcp_update_alignments): Remove.
9189         (ipcp_update_bits): Adjust to set alignment for parameters of pointer
9190         type.
9191         (ipcp_transform_function): Remove call to ipcp_update_alignments()
9192         and remove assignment to (*ipcp_transformations)[node->uid].alignments.
9193         * ipa-prop.h (ipa_alignment): Remove.
9194         (ipa_jump_func): Remove field alignment.
9195         (ipcp_transformation_summary): Remove field alignments.
9196         * doc/invoke.texi: Mark fipa-cp-alignment as obsolete.
9197         * opts.c (default_options_table): Remove entry for fipa-cp-alignment.
9198         (enable_fdo_optimizations): Remove checking for fipa-cp-alignment.
9200 2016-10-08  Eric Botcazou  <ebotcazou@adacore.com>
9202         * config/sparc/sparc.h (FIXED_REGISTERS): Add %icc.
9204         * config/visium/visium.c (visium_expand_int_cstore): Revert latest
9205         change.
9206         (visium_expand_fp_cstore): Likewise.
9208 2016-10-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9210         * diagnostic-core.h (warning_at_rich_loc_n): Declare.
9211         * diagnostic.c (warning_at_rich_loc_n): New function.
9212         (diagnostic_n_impl_richloc): Likewise.
9213         (diagnostic_n_impl): Move most of the function to
9214         diagnostic_n_impl_richloc and call it.
9216 2016-10-08  Jakub Jelinek  <jakub@redhat.com>
9218         * gen-pass-instances.awk: Rewritten.
9219         * Makefile.in (pass-instances.def): Depend on $(PASSES_EXTRA), pass
9220         $(PASSES_EXTRA) after passes.def to the script.
9221         * config/i386/t-i386 (PASSES_EXTRA): Add i386-passes.def.
9222         * config/i386/i386-passes.def: New file.
9223         * config/i386/i386-protos.h (make_pass_insert_vzeroupper,
9224         make_pass_stv): Declare.
9225         * config/i386/i386.c (pass_stv::pass_stv): Initialize timode_p to
9226         false.
9227         (pass_stv::gate): Depending on timode_p member require TARGET_64BIT
9228         or !TARGET_64BIT.
9229         (pass_stv::clone, pass_stv::set_pass_param): New methods.
9230         (pass_stv::timode_p): New non-static data member.
9231         (ix86_option_override): Don't register passes here.
9233         * doc/invoke.texi: Document accepting Else, fallthrough.
9235         * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment
9236         style changes.
9238         * doc/invoke.texi (-Wimplicit-fallthrough): Document the accepted
9239         FALLTHRU comment styles.
9241 2016-10-07  Andrew Pinski  <apinski@cavium.com>
9243         * config/aarch64/aarch64-arches.def (AARCH64_ARCH): #undef at the end.
9244         * config/aarch64/aarch64-cores.def (AARCH64_CORE): Likewise.
9245         * config/aarch64/aarch64-fusion-pairs.def (AARCH64_FUSION_PAIR):
9246         Likewise.
9247         * config/aarch64/aarch64-option-extensions.def (AARCH64_OPT_EXTENSION):
9248         Likewise.
9249         * config/aarch64/aarch64-tuning-flags.def (AARCH64_EXTRA_TUNING_OPTION):
9250         Likewise.
9251         * config/aarch64/aarch64-opts.h (AARCH64_CORE): Don't #undef here.
9252         (AARCH64_ARCH): Likewise.
9253         * common/config/aarch64/aarch64-common.c (AARCH64_OPT_EXTENSION):
9254         Likewise.
9255         (AARCH64_CORE): Likewise.
9256         (AARCH64_ARCH): Likewise.
9257         * config/aarch64/aarch64-protos.h (AARCH64_FUSION_PAIR): Likewise.
9258         (AARCH64_EXTRA_TUNING_OPTION): Likewise.
9259         * config/aarch64/aarch64.c (AARCH64_FUION_PAIR): Likewise.
9260         (AARCH64_EXTRA_TUNING_OPTION): Likewise.
9261         (AARCH64_ARCH): Likewise.
9262         (AARCH64_CORE): Likewise.
9263         * config/aarch64/aarch64.h (AARCH64_CORE): Likewise.
9264         * config/aarch64/driver-aarch64.c (AARCH64_OPT_EXTENSION): Likewise.
9265         (AARCH64_CORE): Likewise.
9266         (AARCH64_ARCH): Likewise.
9268 2016-10-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
9270         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Split
9271         -mfloat128 into -mfloat128-type that enables the IEEE 128-bit
9272         floating point type infrastructre, and -mfloat128 that enables the
9273         keyword.  Define __FLOAT128__ if -mfloat128, and __FLOAT128_TYPE__
9274         if -mfloat128-type.  Define __ibm128 to be long double by default.
9275         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print whether
9276         the IEEE 128-bit floating point type infrastructure should
9277         automatically be enabled.
9278         (rs6000_init_hard_regno_mode_ok): Switch to use -mfloat128-type
9279         instead of -mfloat128 to enable KFmode.
9280         (rs6000_option_override_internal): Split the option -mfloat128
9281         into -mfloat128-type and -mfloat128.  On Linux PowerPC 64-bit
9282         systems, automatically set -mfloat128-type, but don't enable it on
9283         other operating systems.  Move setting the long double size and
9284         IEEE quad support before the IEEE 128-bit floating point changes.
9285         (rs6000_init_builtins): Do not create a unique type for __ibm128
9286         if long double is IBM extended double, instead rely on __ibm128
9287         being defined as 'long double'.  If -mfloat128-type and not
9288         -mfloat128, create the KFmode type with an undocumented __ieee128
9289         keyword.
9290         (rs6000_init_libfuncs): Use -mfloat128-type instead of
9291         -mfloat128 for tests about the types, but keep tests for
9292         -mfloat128 to enable the keyword support.
9293         (rs6000_complex_function_value): Likewise.
9294         (rs6000_scalar_mode_supported_p): Likewise.
9295         (rs6000_floatn_mode): Likewise.
9296         (rs6000_c_mode_for_suffix): Likewise.
9297         (rs6000_opt_masks): Add -mfloat128-type.
9298         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add support for
9299         -mfloat128-type being split from -mfloat128.  Add
9300         -mfloat128-hardware, which was missing.
9301         * config/rs6000/rs6000.opt (-mfloat128): Split -mfloat128 into
9302         -mfloat128 and -mfloat128-type:
9303         (-mfloat128-type): Likewise.
9304         * config/rs6000/linux64.h (TARGET_FLOAT128_ENABLE_TYPE): Define so
9305         that 64-bit Linux systems with enable -mfloat128-type by default
9306         on VSX systems.
9307         * config/rs6000/rs6000.h (TARGET_FLOAT128_ENABLE_TYPE): Likewise.
9308         (FLOAT128_VECTOR_P): Switch IEEE 128-bit floating points to use
9309         -mfloat128-type instead of -mfloat128.
9310         (FLOAT128_2REG_P): Likewise.
9311         (MASK_FLOAT128_TYPE): Likewise.
9312         (ALTIVEC_ARG_MAX_RETURN): Likewise.
9313         (RS6000_BTM_FLOAT128): Likewise.
9314         (TARGET_FLOAT128): Poison old identifiers.
9315         (OPTION_MASK_FLOAT128): Likewise.
9316         (MASK_FLOAT128): Likewise.
9317         * config/rs6000/rs6000.md (FP): Likewise.
9318         (FLOAT128): Likewise.
9319         (fix_trunc<mode>di2): Likewise.
9320         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
9321         (floatdi<mode>2): Likewise.
9322         (floatuns<SDI:mode><IEEE128:mode>2): Likewise.
9323         (neg<mode>2, FLOAT128 iterator): Likewise.
9324         (abs<mode>2, FLOAT128 iterator): Likewise.
9325         (ieee_128bit_negative_zero): Likewise.
9326         (ieee_128bit_vsx_neg<mode>2): Likewise.
9327         (ieee_128bit_vsx_neg<mode>2_internal): Likewise.
9328         (ieee_128bit_vsx_abs<mode>2): Likewise.
9329         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
9330         (ieee_128bit_vsx_nabs<mode>2): Likewise.
9331         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
9332         (extendiftf2): Likewise.
9333         (extendifkf2): Likewise.
9334         (extendtfkf2): Likewise.
9335         (trunciftf2): Likewise.
9336         (truncifkf2): Likewise.
9337         (trunckftf2): Likewise.
9338         (trunctfif2): Likewise.
9339         (extendkftf2): Likewise.
9340         (trunctfkf2): Likewise.
9342 2016-10-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9344         * simplify-rtx.c (simplify_immed_subreg): Zero-initialize tmp array
9345         before merging in bytes to pass down to real_from_target.
9347 2016-10-07  Richard Biener  <rguenther@suse.de>
9349         * tree-ssa-propagate.c (replace_phi_args_in): Remove no longer
9350         required hack.
9351         (substitute_and_fold_dom_walker::before_dom_children):
9352         Substitute and fold before pass specific folding to avoid
9353         feeding that with SSA names that will be later released.
9354         * tree-ssa-ccp.c (get_value_for_expr): Guard for new SSA names
9355         introduced by folding and visited by evaluate_stmt called during
9356         ccp_fold_stmt.
9357         (likely_value): Likewise.
9358         (evaluate_stmt): Likewise.
9359         * tree-vrp.c (simplify_truth_ops_using_ranges): Fold modified stmt.
9360         (simplify_div_or_mod_using_ranges): Likewise.
9361         (simplify_min_or_max_using_ranges): Likewise.
9362         (simplify_abs_using_ranges): Likewise.
9363         (simplify_conversion_using_ranges): Likewise.
9364         (simplify_float_conversion_using_ranges): Likewise.
9365         (simplify_stmt_using_ranges): Likewise.
9367 2016-10-07  Marek Polacek  <polacek@redhat.com>
9369         * gimplify.c (should_warn_for_implicit_fallthrough): Check for
9370         FALLTHROUGH_LABEL_P here...
9371         (warn_implicit_fallthrough_r): ...not here.
9373 2016-10-07  Bernd Schmidt  <bschmidt@redhat.com>
9375         PR tree-optimization/77880
9376         * expr.c (by_pieces_ninsns): Use unsigned HOST_WIDE_INT where
9377         necessary.
9379 2016-10-07  Marek Polacek  <polacek@redhat.com>
9381         PR c++/77803
9382         * gimplify.c (last_stmt_in_scope): Add check for FALLTHROUGH ().
9384 2016-10-07  Richard Biener  <rguenther@suse.de>
9386         * bitmap.h: Document constraints on bitmap modification while
9387         iterating over it.
9389 2016-10-07  Richard Biener  <rguenther@suse.de>
9391         * bitmap.c (bitmap_elem_to_freelist): Set indx to -1.
9392         * bitmap.h (bmp_iter_set): When advancing to the next element
9393         check that we didn't remove the current one.
9394         (bmp_iter_and): Likewise.
9395         (bmp_iter_and_compl): Likewise.
9396         * tree-ssa.c (release_defs_bitset): Do not remove worklist bit
9397         we currently iterate on but keep a one-level queue.
9398         * sched-deps.c (remove_from_deps): Do not clear current bit
9399         but keep a one-level queue.
9401 2016-10-07  Jakub Jelinek  <jakub@redhat.com>
9403         PR tree-optimization/77664
9404         * tree-ssa-reassoc.c (update_range_test): Also clear low and high
9405         for the other ranges.
9406         (optimize_range_tests_diff): Fix up formatting.
9407         (optimize_range_tests_var_bound): New function.
9408         (optimize_range_tests): Use it.
9410 2016-10-07  Martin Liska  <mliska@suse.cz>
9412         * coverage.c (build_gcov_exit_decl): Fix priority what
9413         should be really 99.
9415 2016-10-07  Richard Biener  <rguenther@suse.de>
9417         * gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of
9418         vars in gimple_bind_vars but not in BLOCK_VARS.
9420 2016-10-07  Richard Biener  <rguenther@suse.de>
9422         PR tree-optimization/77879
9423         * tree-ssa-structalias.c (handle_const_call): Properly handle
9424         NRV return slots.
9425         (handle_pure_call): Likewise.
9427 2016-10-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
9429         * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor)
9430         (rs6000_elf_asm_out_destructor): increase size of buf to avoid
9431         possible overflow.
9433 2016-10-06  Andrew Pinski  <apinski@cavium.com>
9435         * config/aarch64/aarch64-cores.def: Add a comment before each
9436         set of cores.
9438 2016-10-06  Kugan Vivekanandarajah  <kuganv@linaro.org>
9440         PR tree-optimization/77862
9441         * tree-vrp.c (add_equivalence): Use get_value_range so that
9442         num_vr_values is checked before accessing vr_values.
9444 2016-10-06  Kugan Vivekanandarajah  <kuganv@linaro.org>
9446         * tree-vrp.c (evrp_dom_walker::before_dom_children): Handle
9447           POINTER_TYPE_P.
9449 2016-10-05  Jeff Law  <law@redhat.com>
9451         PR tree-optimization/71661
9452         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Handle case when
9453         removal of a forwarder exposes a new natural loop.
9455 2016-10-06  Uros Bizjak  <ubizjak@gmail.com>
9457         * config/i386/sse.md (andnot<mode>3): Add FALLTHRU comments.
9458         Introduce ssesuffix variable.
9459         (<mask_codefor><code><mode>3<mask_name>): Ditto.
9460         (*<code><mode>3): Ditto.
9462 2016-10-06  Jan Hubicka  <hubicka@ucw.cz>
9464         * postreload.c (reload_cse_simplify): Skip also USE when detecting
9465         noop move.
9467 2016-10-06  Richard Biener  <rguenther@suse.de>
9469         PR tree-optimization/77855
9470         * tree-ssa-pre.c (prune_clobbered_mems): Queue exprs to remove
9471         instead of removing the current item while iterating over the set
9472         which is not safe.
9474 2016-10-06  James Clarke  <jrtc27@jrtc27.com>
9475             Eric Botcazou  <ebotcazou@adacore.com>
9477         PR target/77759
9478         * config/sparc/sparc.c (classify_data_t): Remove int_regs field.
9479         (classify_registers): Don't set it
9480         (function_arg_slotno): Don't initialize and test it.  Tidy up.
9482 2016-10-06  Richard Biener  <rguenther@suse.de>
9484         PR tree-optimization/77839
9485         * tree-ssa-sccvn.c (set_ssa_val_to): Forbid value -> constant value
9486         lattice transition.
9488 2016-10-06  Martin Liska  <mliska@suse.cz>
9490         * gcc.c: Set -fprofile-update=atomic when profiling is
9491         enabled and -pthread is set.  Warn when one combines
9492         -pthread and -fprofile-update=single for an app using
9493         profiling code.
9495 2016-10-06  Martin Liska  <mliska@suse.cz>
9497         PR bootstrap/77788
9498         * expmed.h (mul_highpart_cost_ptr): Add an gcc_assert.
9499         * gimple-ssa-strength-reduction.c (slsr_process_cast):
9500         Initialize a pointer to NULL.
9501         (slsr_process_copy): Likewise.
9502         * input.c (location_get_source_line): Likewise.
9503         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Likewise.
9505 2016-10-05  Andrew Senkevich  <andrew.senkevich@intel.com>
9507         * common/config/i386/i386-common.c (OPTION_MASK_ISA_PCOMMIT_UNSET,
9508         OPTION_MASK_ISA_PCOMMIT_SET): Deleted definitions.
9509         (ix86_handle_option): Deleted handle of OPT_mpcommit.
9510         * config.gcc: Deleted pcommitintrin.h
9511         * config/i386/pcommitintrin.h: Deleted file.
9512         * config/i386/cpuid.h (bit_PCOMMIT): Deleted.
9513         * config/i386/driver-i386.c (host_detect_local_cpu): Deleted pcommit
9514         detection.
9515         * config/i386/i386-c.c (ix86_target_macros_internal): Deleted define
9516         __PCOMMIT__.
9517         * config/i386/i386.c (ix86_target_string): Deleted -mpcommit.
9518         (PTA_PCOMMIT): Deleted define.
9519         (ix86_option_override_internal): Deleted handle of option.
9520         (ix86_valid_target_attribute_inner_p): Deleted pcommit.
9521         * config/i386/i386-builtin.def (IX86_BUILTIN_PCOMMIT,
9522         __builtin_ia32_pcommit): Deleted.
9523         * config/i386/i386.h (TARGET_PCOMMIT, TARGET_PCOMMIT_P): Deleted.
9524         * config/i386/i386.md (unspecv): Deleted UNSPECV_PCOMMIT.
9525         (pcommit): Deleted instruction.
9526         * config/i386/i386.opt: Mention -mpcommit deprecation.
9527         * config/i386/x86intrin.h: Deleted inclusion of pcommitintrin.h.
9529 2016-10-05  Uros Bizjak  <ubizjak@gmail.com>
9531         PR target/77874
9532         * config/i386/sse.md (<mask_codefor><code><mode>3<mask_name>):
9533         Remove wrong assert.
9534         (<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>:
9535         Use <round_constraint> as operand 1 constraint.
9537 2016-10-05  Jakub Jelinek  <jakub@redhat.com>
9539         PR sanitizer/66343
9540         * ubsan.c (ubsan_create_data): Call initialize_sanitizer_builtins here.
9541         (ubsan_instrument_float_cast): And not here.
9543         PR sanitizer/66343
9544         * ubsan.c (ubsan_ids): New GTY(()) array.
9545         (ubsan_type_descriptor, ubsan_create_data): Use ubsan_ids
9546         instead of static local counters.
9548 2016-10-05  Martin Sebor  <msebor@redhat.com>
9550         PR bootstrap/77819
9551         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define macro.
9552         * config/linux.c (gnu_libc_printf_pointer_format): Remove.
9553         * targhooks.c [DEFAULT_LIBC == LIBC_UCLIBC) && SINGLE_LIBC]
9554         (default_printf_pointer_format): Define function.
9555         * targhooks.c (linux_printf_pointer_format): Define new function.
9556         * targhooks.h (linux_printf_pointer_format): Declare.
9557         (gnu_libc_printf_pointer_format): Remove declaration.
9559 2016-10-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9561         * fold-const.c (native_encode_real): Fix logic for selecting offset
9562         to write to when BYTES_BIG_ENDIAN.
9564 2016-10-05  Wilco Dijkstra  <wdijkstr@arm.com>
9566         * builtins.c (fold_builtin_strchr): Remove function.
9567         (fold_builtin_strrchr): Likewise.
9568         (fold_builtin2): Remove strchr, index, strrchr, rindex cases.
9569         * gimple-fold.c (target_char_cst_p): New function.
9570         (gimple_fold_builtin_strchr) Add more foldings.
9571         (gimple_fold_builtin): Add index, strrchr, rindex cases.
9573 2016-10-05  Richard Biener  <rguenther@suse.de>
9575         PR middle-end/77863
9576         * genmatch.c (capture_info::walk_c_expr): Diagnose unknown
9577         capture ids in c-exprs.
9579 2016-10-05  Richard Biener  <rguenther@suse.de>
9581         PR middle-end/77826
9582         * genmatch.c (dt_operand::gen_match_op): Amend operand_equal_p
9583         with types_match for GIMPLE code gen to handle type mismatched
9584         constants properly.
9585         (dt_operand::gen): Adjust.
9586         * match.pd ((X /[ex] A) * A -> X): Properly handle converted
9587         and constant A.
9589 2016-10-05  Richard Biener  <rguenther@suse.de>
9591         * match.pd (copysign(x, CST) -> [-]abs (x)): New pattern.
9593 2016-10-05  Richard Biener  <rguenther@suse.de>
9595         PR middle-end/77842
9596         * genmatch.c (parser::parse_c_expr): Handle premature EOF.
9598 2016-10-05  Pierre-Marie de Rodat  <derodat@adacore.com>
9600         * dwarf2out.c (dwarf2out_imported_module_or_decl): Move DWARF
9601         version check to protect only DW_TAG_imported_module generation.
9603 2016-10-05  Richard Biener  <rguenther@suse.de>
9605         PR middle-end/55152
9606         * match.pd (min(a,-a) -> -abs(a)): New pattern.
9608 2016-10-04  Ian Lance Taylor  <iant@golang.org>
9610         * explow.c (allocate_dynamic_stack_space): Call
9611         do_pending_stack_adjust before handling flag_split_stack.
9613 2016-10-04  David Malcolm  <dmalcolm@redhat.com>
9615         * genattrtab.c (make_internal_attr): Supply dummy column number to
9616         file_location ctor.
9617         (main): Likewise.
9618         * genoutput.c (init_insn_for_nothing): Likewise.
9619         * gensupport.c (add_define_attr): Likewise.
9620         * read-md.c (message_at_1): Print column number.
9621         (fatal_with_file_and_line): Likewise.
9622         (rtx_reader::read_char): Track column numbers.
9623         (rtx_reader::unread_char): Likewise.
9624         (rtx_reader::rtx_reader): Initialize m_read_md_colno.
9625         (rtx_reader::handle_include): Stash and restore m_read_md_colno.
9626         (rtx_reader::handle_file): Initialize m_read_md_colno.
9627         (rtx_reader::get_current_location): Supply column number to
9628         file_location ctor.
9629         * read-md.h (struct file_location): Add field "colno".
9630         (file_location::file_location): Likewise.
9631         (rtx_reader::get_colno): New accessor.
9632         (rtx_reader::m_read_md_colno): New field.
9633         (rtx_reader::m_last_line_colno): New field.
9635 2016-10-04  Jakub Jelinek  <jakub@redhat.com>
9637         * doc/extend.texi (Java Exceptions): Remove.
9638         (java_interface): Remove.
9640 2016-10-04  Doug Gilmore  <doug.gilmore@imgtec.com>
9642         PR tree-optimization/77808
9643         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Check base_addr
9644         and addr are different before copying points-to information.
9646 2016-10-04  Uros Bizjak  <ubizjak@gmail.com>
9648         * config/i386/x86-tune.def (X86_TUNE_VECTORIZE_DOUBLE): Remove.
9649         * config/i386/i386.h (TARGET_VECTORIZE_DOUBLE): Remove.
9650         * config/i386/i386.c (ix86_add_stmt_cost): Use TARGET_BONNEL instead
9651         of !TARGET_VECTORIZE_DOUBLE when penalizing DFmode vector ops.
9653 2016-10-04  Richard Biener  <rguenther@suse.de>
9655         PR tree-optimization/77399
9656         * tree-ssa-forwprop.c (simplify_vector_constructor): Properly
9657         verify the target can convert.
9659 2016-10-04  Richard Biener  <rguenther@suse.de>
9661         PR middle-end/77833
9662         * explow.c (plus_constant): Verify the mode of the constant
9663         pool offset before calling plus_constant.
9665 2016-10-04  Richard Biener  <rguenther@suse.de>
9667         PR middle-end/77407
9668         * match.pd (X / abs (X) -> X < 0 ? -1 : 1): Drop vector
9669         type support, mark with :C.
9670         (X / -X -> -1): Mark with :C.
9672 2016-10-04  Jakub Jelinek  <jakub@redhat.com>
9674         * defaults.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION): Remove.
9675         * system.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION): Poison.
9676         * doc/tm.texi.in (TARGET_USE_JCR_SECTION): Remove.
9677         * doc/tm.texi: Regenerated.
9678         * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Remove.
9679         * config/i386/cygming.h (TARGET_USE_JCR_SECTION): Remove.
9680         * config/darwin.h (JCR_SECTION_NAME): Remove.
9681         * config/pa/pa64-hpux.h (JCR_SECTION_NAME): Remove.
9682         * config/rs6000/aix71.h (TARGET_USE_JCR_SECTION): Remove.
9683         * config/rs6000/aix51.h (TARGET_USE_JCR_SECTION): Remove.
9684         * config/rs6000/aix52.h (TARGET_USE_JCR_SECTION): Remove.
9685         * config/rs6000/aix53.h (TARGET_USE_JCR_SECTION): Remove.
9686         * config/rs6000/aix61.h (TARGET_USE_JCR_SECTION): Remove.
9688 2016-10-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9690         * ipa-cp.c (propagate_bits_accross_jump_function): Introduce space
9691         between "because" and "param" in dump message in call to fprintf.
9693 2016-10-03  Jeff Law  <law@redhat.com>
9695         PR tree-optimization/71550
9696         PR tree-optimization/71403
9697         * tree-ssa-threadbackward.c: Include tree-vectorizer.h
9698         (profitable_jump_thread_path): Also return boolean indicating if
9699         the realized path will create an irreducible loop.
9700         Remove loop depth tests from 71403.
9701         (fsm_find_control_statement_thread_paths): Remove loop depth tests
9702         from 71403.  If threading will create an irreducible loop, then
9703         throw away loop iteration and related information.
9705 2016-10-03  Uros Bizjak  <ubizjak@gmail.com>
9707         * configure.ac (strict_warn): Merge -Wmissing-format-attribute and
9708         -Woverloaded-virtual checks for warning options.
9709         * configure: Regenerate.
9711 2016-10-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9713         PR preprocessor/77699
9714         * input.c (maybe_grow): Don't allocate one byte extra headroom.
9715         (get_next_line): Return false on error.
9716         (read_next_line): Removed, use get_next_line instead.
9717         (read_line_num): Don't copy the line.
9718         (location_get_source_line): Don't use static data.
9719         (selftest::test_reading_source_line): Add more test cases.
9721 2016-10-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9723         Revert
9724         2016-09-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9726         * ifcvt.c (noce_try_avoid_const_materialization): New function.
9727         (noce_process_if_block): Use it.
9729 2016-10-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9731         * doc/invoke.texi: Update -Wint-in-bool-context.
9733 2016-10-02  Jakub Jelinek  <jakub@redhat.com>
9735         * dwarf2out.c (output_fde, output_call_frame_info,
9736         dwarf2out_do_cfi_startproc, set_indirect_string,
9737         gen_internal_sym, output_die, output_line_info): Use
9738         MAX_ARTIFICIAL_LABEL_BYTES as char array sizes for
9739         ASM_GENERATE_INTERNAL_LABEL output.
9741 2016-10-01  Richard Biener  <rguenther@suse.de>
9743         PR middle-end/77798
9744         * genmatch.c (get_operand_type): Add operand position arg
9745         and handle COND_EXPR comparison operand with fixed boolean_type_node.
9746         (expr::gen_transform): Adjust.
9747         (dt_simplify::gen_1): Likewise.
9749 2016-10-01  Jakub Jelinek  <jakub@redhat.com>
9751         * config/i386/sse.md (<mask_codefor><code><mode>): Add FALLTHRU
9752         comments.  Simplify asserts, remove unnecessary conditions.
9753         Formatting fixes.
9754         (*<code><mode>3): Likewise.
9756 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
9758         * doc/invoke.texi (-Wregister): Document.
9760 2016-09-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9762         * configure.ac: Split CHECKING_P into CHECKING_P and
9763         ENABLE_EXTRA_CHECKING.
9764         * configure: Regenerated.
9765         * config.in: Adjust commment of CHECKING_P.  Add ENABLE_EXTRA_CHECKING.
9766         * common.opt (flag_checking): Use CHECKING_P and ENABLE_EXTRA_CHECKING.
9768 2016-09-30  Prasad Ghangal  <prasad.ghangal@gmail.com>
9770         PR other/31566
9771         * gcc.c (process_command): For @filename handling, output
9772         the correct name if the file does not exist.
9774 2016-09-30  Marek Polacek  <polacek@redhat.com>
9776         * config/aarch64/aarch64-simd.md: Adjust fall through comments.
9777         * config/alpha/predicates.md: Likewise.
9779 2016-09-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9781         * ifcvt.c (noce_try_avoid_const_materialization): New function.
9782         (noce_process_if_block): Use it.
9784 2016-09-30  Martin Liska  <mliska@suse.cz>
9786         * doc/invoke.texi: Document asan-use-after-return that
9787         it's disabled by default in runtime.
9789 2016-09-30  Richard Biener  <rguenther@suse.de>
9791         * tree-vrp.c (intersect_ranges): If we failed to handle
9792         the intersection choose a constant singleton range if available.
9794 2016-09-30  Richard Biener  <rguenther@suse.de>
9796         PR tree-optimization/77399
9797         * tree-ssa-forwprop.c (simplify_vector_constructor): Handle
9798         float <-> int conversions.
9800 2016-09-30  Alan Modra  <amodra@gmail.com>
9802         * config/rs6000/rs6000.c (rs6000_opt_vars): Revert last change.
9804 2016-09-29  Uros Bizjak  <ubizjak@gmail.com>
9806         * config/i386/driver-i386.c (host_detect_local_cpu): Check maximum
9807         ext_level before calling CPUID with 0x80000008.
9808         Simplify xgetbv checks.
9810 2016-09-29  David Malcolm  <dmalcolm@redhat.com>
9812         * Makefile.in (OBJS): Add print-rtl-function.o.
9813         * print-rtl-function.c: New file.
9814         * print-rtl.h (print_rtx_function): New decl.
9816 2016-09-29  Uros Bizjak  <ubizjak@gmail.com>
9818         PR target/77756
9819         * config/i386/cpuid.h (__get_cpuid_count): New.
9820         (__get_cpuid): Rename __level to __leaf.
9822 2016-09-29  Marek Polacek  <polacek@redhat.com>
9824         * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.
9826 2016-09-29  Bernd Schmidt  <bschmidt@redhat.com>
9828         PR target/77718
9829         * builtins.c (expand_builtin_memcmp): Don't swap args unless
9830         result is only being compared with zero.
9832 2016-09-29  Marek Polacek  <polacek@redhat.com>
9834         * dwarf2out.c (loc_descriptor): Add fall through comment.
9835         (add_const_value_attribute): Likewise.
9837 2016-09-29  Matthew Wahab  <matthew.wahab@arm.com>
9839         * config/arm/arm.md (*arm_movsi_insn): Replace "t2" arch attribute
9840         with "v6t2".  Move "arch" attribute above "pool_range".
9841         * config/arm/vfp.md (*arm_movhi_vfp): Replace "t2" arch attribute
9842         with "v6t2".
9843         (*thumb2_movhi_vfp): Likewise.
9844         (*arm_movhi_fp16): Likewise.
9845         (*thumb2_movhi_fp16): Likewise.
9846         (*arm_movsi_vfp): Remove "arch" attribute.
9847         (*thumb2_movsi_vfp): Likewise.
9849 2016-09-29  Martin Liska  <mliska@suse.cz>
9851         * doc/extend.texi: Remove limitation of Objective C for
9852         __attribute__((constructor)) and __attribute__((destructor)).
9854 2016-09-29  Richard Biener  <rguenther@suse.de>
9856         PR tree-optimization/77768
9857         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
9858         Handle stores to readonly memory when removing redundant stores.
9860 2016-09-29  Richard Biener  <rguenther@suse.de>
9862         PR middle-end/77407
9863         * match.pd: Add X / abs (X) -> X < 0 ? -1 : 1 and
9864         X / -X -> -1 simplifications.
9866 2016-09-29  Richard Biener  <rguenther@suse.de>
9868         PR middle-end/55152
9869         * match.pd: Add max(a,-a) -> abs(a) pattern.
9870         * tree-ssa-phiopt.c (minmax_replacement): Disable for
9871         HONOR_SIGNED_ZEROS types.
9873 2016-09-29  James Greenhalgh  <james.greenhalgh@arm.com>
9875         * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Remove.
9876         * system.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Poison.
9878 2016-09-29  Richard Biener  <rguenther@suse.de>
9880         * tree-vrp.c (set_defs_to_varying): New helper avoiding
9881         writing to vr_const_varying.
9882         (vrp_initialize): Call it.
9883         (vrp_visit_stmt): Likewise.
9884         (evrp_dom_walker::before_dom_children): Likewise.
9886 2016-09-29  Richard Biener  <rguenther@suse.de>
9888         * tree-vect-stmts.c (vectorizable_load): Avoid emitting vector
9889         constructors with vector elements.
9891 2016-09-29  Richard Biener  <rguenther@suse.de>
9893         PR tree-optimization/77768
9894         * tree-ssa-sccvn.c (visit_reference_op_store): Properly deal
9895         with stores to a place we know has a constant value.
9897 2016-09-29  Alan Modra  <amodra@gmail.com>
9899         * config/rs6000/sysv4.opt (mgnu-attribute): New option.
9900         * doc/invoke.texi: Document it.
9901         * config/rs6000/rs6000.c (HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE): Define.
9902         (rs6000_passes_float): Comment.
9903         (rs6000_passes_long_double): New static var.
9904         (call_ABI_of_interest): Return false unless rs6000_gnu_attr is set.
9905         (init_cumulative_args): Set up to emit fp .gnu_attribute for
9906         ELF 64-bit ABIs as well as 32-bit ELF.  Correct rs6000_passes_float
9907         to include fp values returned in vectors.
9908         Set rs6000_passes_long_double.
9909         (rs6000_function_arg_advance_1): Likewise for function args.
9910         (rs6000_elf_file_end): Emit fp .gnu_attribute for ELF 64-bit ABIs,
9911         and SPE.  Emit long double tag value too.
9912         (rs6000_opt_vars): Add gnu-attr.
9913         * configure.ac (HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE): New ppc32 test.
9914         * configure: Regenerate.
9915         * config.in: Regenerate.
9917 2016-09-28  Jakub Jelinek  <jakub@redhat.com>
9919         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead
9920         of 0 < x.
9921         (format_floating, format_string, format_directive,
9922         get_destination_size, pass_sprintf_length::handle_gimple_call):
9923         Likewise.
9925 2016-09-28  Jakub Jelinek  <jakub@redhat.com>
9927         * gimple-ssa-sprintf.c: Fix comment formatting.
9928         (format_integer): Use is_gimple_assign.
9929         (pass_sprintf_length::handle_gimple_call): Use gimple_call_builtin_p
9930         and gimple_call_fndecl.  Reorder case BUILT_IN_SPRINTF_CHK.  Fix up
9931         BUILT_IN_SNPRINTF_CHK comment.  Replace "to to" with "to" in comment.
9932         (pass_sprintf_length::execute): Use is_gimple_call.
9934 2016-09-28  Wilco Dijkstra  <wdijkstr@arm.com>
9936         * gimple-fold.c (gimple_fold_builtin): After failing to fold
9937         strchr, also try the generic folding.
9939 2016-09-28  Martin Sebor  <msebor@redhat.com>
9941         PR c/77762
9942         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
9943         Fix typos.
9945 2016-09-28  Martin Sebor  <msebor@redhat.com>
9947         PR middle-end/77683
9948         * gimple-ssa-sprintf.c (format_integer): Fail gracefully when
9949         length modifier is not expected.
9950         (format_floating): Ignore l length modifier and fail gracefuly
9951         when it isn't one of the other expected ones.
9953 2016-09-28  Martin Sebor  <msebor@redhat.com>
9955         PR bootstrap/77753
9956         * varasm.c (assemble_addr_to_section): Increase local buffer size.
9958 2016-09-27  Richard Biener  <rguenther@suse.de>
9960         * dwarf2out.c (cu_die_list): New global.
9961         (dwarf2out_finish): Walk cu_die_list instead of limbo DIEs.  Add
9962         main_comp_unit_die to cu_die_list if we created it.
9963         Move break_out_includes ...
9964         (dwarf2out_early_finish): ... here.  Push created CU DIEs onto
9965         the cu_die_list.
9967 2016-09-28  Richard Biener  <rguenther@suse.de>
9969         * dwarf2out.c (struct die_struct): Add removed flag.
9970         (lookup_type_die): If the DIE is marked as removed, clear
9971         TYPE_SYMTAB_DIE and return NULL.
9972         (lookup_decl_die): If the DIE is marked as removed, remove it
9973         from the hash and return NULL.
9974         (mark_removed): New helper.
9975         (prune_unused_types_prune): Call it for removed DIEs.
9976         (gen_subprogram_die): Move the premark_used_types call to after
9977         DIEs for the functions scopes are generated.
9978         (process_scope_var): Do not re-create pruned types or type decls.
9979         Make sure to also re-parent type decls.
9980         (dwarf2out_finish): Move unused type pruning and debug_types
9981         handling ...
9982         (dwarf2out_early_finish): ... here.
9984 2016-09-29  Claudiu Zissulescu  <claziss@synopsys.com>
9986         * config/arc/arc-c.c: New file.
9987         * config/arc/arc-c.def: Likewise.
9988         * config/arc/t-arc: Likewise.
9989         * config.gcc: Include arc-c.o as c and cpp object.
9990         * config/arc/arc-protos.h (arc_cpu_cpp_builtins): Add prototype.
9991         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Use
9992         arc_cpu_cpp_builtins.
9994 2016-09-29  Claudiu Zissulescu  <claziss@synopsys.com>
9996         * config/arc/arc.md (*rotrsi3_cnt1): New pattern.
9997         (*ashlsi2_cnt1, *lshrsi3_cnt1, *ashrsi3_cnt1): Likewise.
9999 2016-09-28  Nathan Sidwell  <nathan@acm.org>
10001         * gimple-pretty-print.c (dump_gimple_call_args): Simplify "' "
10002         printing.
10004 2016-09-28  Wilco Dijkstra  <wdijkstr@arm.com>
10006         PR tree-optimization/61056
10007         * gimple-fold.c (gimple_fold_builtin_strchr):
10008         New function to optimize strchr (s, 0) to strlen.
10009         (gimple_fold_builtin): Add BUILT_IN_STRCHR case.
10011 2016-09-27  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10013         PR tree-optimization/77724
10014         * tree-vect-loop-manip.c (create_intersect_range_checks_index):
10015         Add tree_fits_shwi_p check.
10017 2016-09-27  Jakub Jelinek  <jakub@redhat.com>
10019         * auto-inc-dec.c (try_merge): Remove break after return.
10020         * cselib.c (autoinc_split): Likewise.
10021         * explow.c (promote_mode): Likewise.
10022         * fixed-value.c (fixed_arithmetic): Likewise.
10023         * hsa.c (hsa_internal_fn::get_arity): Likewise.
10024         * rtlanal.c (modified_between_p, modified_in_p): Likewise.
10025         * trans-mem.c (get_attrs_for): Likewise.
10026         * tree-if-conv.c (if_convertible_stmt_p): Likewise.
10027         * tree-vrp.c (simplify_stmt_using_ranges): Likewise.
10028         * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Likewise.
10029         * config/aarch64/aarch64.c (aarch64_get_condition_code_1): Likewise.
10030         * config/c6x/c6x.c (c6x_get_unit_specifier): Likewise.
10031         * config/cr16/cr16.c (legitimate_pic_operand_p): Likewise.
10032         * config/cris/cris.c (cris_op_str): Likewise.
10033         * config/mn10300/mn10300.c (cc_flags_for_code): Likewise.
10034         * config/tilepro/tilepro.c (tilepro_emit_setcc_internal_di): Likewise.
10036 2016-09-27  Nathan Sidwell  <nathan@codesourcery.com>
10038         * internal-fn.h (IFN_UNIQUE_CODES, IFN_GOACC_LOOP_CODES,
10039         IFN_GOACC_REDUCTION_CODES): New.
10040         (enum ifn_unique_kind, enum ifn_goacc_loop_kind, enum
10041         ifn_goacc_reduction_kind): Use them.
10042         * gimple-pretty-print.c (dump_gimple_call_args): Decode first arg
10043         of internal functions, when applicable.
10045 2016-09-27  Maciej W. Rozycki  <macro@imgtec.com>
10047         * config/mips/constraints.md (d): Fix documentation.
10048         * doc/md.texi (Machine Constraints): Update accordingly.
10050 2016-09-27  Richard Biener  <rguenther@suse.de>
10052         * dwarf2out.c (dwarf2out_init): Move text_section_line_info,
10053         cur_line_info_table initialization ...
10054         (dwarf2out_assembly_start): ... here.
10056 2016-09-27  Matthew Wahab  <matthew.wahab@arm.com>
10058         * config/arm/arm.md (*arm_movsi_insn): Add "arch" attribute.
10059         * config/arm/vfp.md (*arm_movhi_vfp): Likewise.
10060         (*thumb2_movhi_vfp): Likewise.
10061         (*arm_movhi_fp16): Remove predication operand from VMOV.F16
10062         template.  Expand predicable attribute to mark VMOV.F16 as not
10063         predicable.  Add "arch" attribute.
10064         (*thumb2_movhi_fp16): Likewise.
10065         (*arm_movsi_vfp): Break a long line.  Add "arch" attribute.
10066         (*thumb2_movsi_vfp): Add "arch" attribute.
10068 2016-09-27  David Edelsohn  <dje.gcc@gmail.com>
10070         * config/rs6000/rs6000.c (rs6000_output_symbol): Don't modify
10071         VAR_DECL string.
10073 2016-09-27  Marek Polacek  <polacek@redhat.com>
10075         * config/ia64/ia64.c (ia64_print_operand): Adjust fall through
10076         comment.
10078         * config/c6x/c6x.h: Adjust fall through comment.
10079         * config/sh/sh.c (final_prescan_insn): Likewise.
10080         * config/visium/visium.c (visium_expand_int_cstore): Likewise.
10081         (visium_expand_fp_cstore): Likewise.
10083 2016-09-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10085         * config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
10086         expected by -Wimplicit-fallthrough.
10087         (thumb1_size_rtx_costs): Likewise.
10088         (thumb2_reorg): Likewise.
10089         (tls_mentioned_p): Add "Fall through" comment.
10090         (thumb2_reorg): Likewise.
10091         * config/arm/arm-builtins.c (arm_expand_neon_args): Use "Fall through"
10092         comment form expected by -Wimplicit-fallthrough.
10094 2016-09-27  Martin Liska  <mliska@suse.cz>
10096         PR gcov-profile/46266
10097         * input.h (RESERVED_LOCATION_P): New macro.
10098         * profile.c (branch_prob): Use RESERVED_LOCATION_P and
10099         instread of comparison with UNKNOWN_LOCATION.
10101 2016-09-27  Richard Biener  <rguenther@suse.de>
10103         PR tree-optimization/77745
10104         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
10105         When removing redundant stores make sure to check compatibility
10106         of the TBAA state for downstream accesses.
10107         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise for when
10108         value-numbering virtual operands for store matches.
10110 2016-09-27  Oleg Endo  <olegendo@gcc.gnu.org>
10112         PR target/51244
10113         * config/sh/sh.c (sh_rtx_costs): Fix return value of SET of movt and
10114         movrt patterns.  Match them before anything else in the SET case.
10116 2016-09-27  Martin Liska  <mliska@suse.cz>
10118         PR gcov-profile/7970
10119         PR gcov-profile/16855
10120         PR gcov-profile/44779
10121         * coverage.c (build_gcov_exit_decl): New function.
10122         (coverage_obj_init): Call the function and generate __gcov_exit
10123         destructor.
10124         * doc/gcov.texi: Document when __gcov_exit function is called.
10126 2016-09-27  Marek Polacek  <polacek@redhat.com>
10128         PR bootstrap/77751
10129         * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
10130         insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Use
10131         -Wno-error instead of -Wno-implicit-fallthrough.
10133 2016-09-27  Martin Liska  <mliska@suse.cz>
10135         PR bootstrap/77749
10136         * gcov-counter.def: Remove GCOV_COUNTER_V_DELTA.
10138 2016-09-27  Jakub Jelinek  <jakub@redhat.com>
10140         * combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.
10141         * config/i386/i386.c (ix86_dep_by_shift_count_body): Add FALLTHROUGH
10142         comments.  Remove break after return.
10143         (ix86_fp_compare_code_to_integer, has_dispatch,
10144         ix86_simd_clone_usable): Remove break after return.
10146 2016-09-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10148         PR rlt-optimization/77714
10149         * lra-eliminations.c (eliminate_regs_in_insn): Avoid alias on
10150         REG_EQUAL note.
10152 2016-09-27  Kugan Vivekanandarajah  <kuganv@linaro.org>
10154         PR ipa/77677
10155         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Use
10156         extract_range_from_unary_expr to convert value_range.
10157         * tree-vrp.c (extract_range_from_unary_expr_1): Rename to.
10158         (extract_range_from_unary_expr): This.
10159         * tree-vrp.h (extract_range_from_unary_expr): Declare.
10161 2016-09-27  Segher Boessenkool  <segher@kernel.crashing.org>
10163         * config/rs6000/rs6000.md (movcc_internal1): Disparage using CTR or LR.
10165 2016-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10167         * config/i386/i386.c (ix86_print_operand)
10168         [HAVE_AS_IX86_CMOV_SUN_SYNTAX]: Add gcc_fallthrough.
10169         * config/sparc/sparc.c (check_pic): Add fallthrough comment.
10170         (epilogue_renumber): Likewise.
10172 2016-09-26  Kugan Vivekanandarajah  <kuganv@linaro.org>
10174         PR middle-end/77719
10175         * tree-ssa-reassoc.c (make_new_ssa_for_def): Use gimple_get_lhs
10176         to get lhs instead of gimple_assign_lhs as stmt can be builtins too.
10178 2016-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10180         * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
10181         is_mm_consume, is_mm_acquire, is_mm_release, is_mm_acq_rel,
10182         is_mm_seq_cst, is_mm_sync): Move to ...
10183         * memmodel.h: This.  New file.
10184         * builtins.c: Include memmodel.h.
10185         * optabs.c: Likewise.
10186         * tsan.c: Likewise.
10187         * config/aarch64/aarch64.c: Likewise.
10188         * config/alpha/alpha.c: Likewise.
10189         * config/arm/arm.c: Likewise.
10190         * config/i386/i386.c: Likewise.
10191         * config/ia64/ia64.c: Likewise.
10192         * config/mips/mips.c: Likewise.
10193         * config/rs6000/rs6000.c: Likewise.
10194         * config/sparc/sparc.c: Likewise.
10195         * genconditions.c: Include memmodel.h in generated file.
10196         * genemit.c: Likewise.
10197         * genoutput.c: Likewise.
10198         * genpeep.c: Likewise.
10199         * genpreds.c: Likewise.
10200         * genrecog.c: Likewise.
10202 2016-09-26  David Malcolm  <dmalcolm@redhat.com>
10204         * read-rtl.c (read_rtx_code): Rename local "i" to "idx", and use
10205         "c" instead when parsing characters.  Move operand parsing into...
10206         (read_rtx_operand): ...this new function, renaming "i" to "idx",
10207         and tightening the scope of various locals.
10209 2016-09-26  Liu Hao  <lh_mouse@126.com>
10211         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Fix typo.
10213 2016-09-26  Marek Polacek  <polacek@redhat.com>
10215         * system.h: Use __has_attribute to check whether the fallthrough
10216         attribute is supported.
10218 2016-09-26  Marek Polacek  <polacek@redhat.com>
10220         * ipa-inline-analysis.c (find_foldable_builtin_expect): Use
10221         gimple_call_internal_p.
10222         * ipa-split.c (find_return_bb): Likewise.
10223         (execute_split_functions): Likewise.
10224         * omp-low.c (dump_oacc_loop_part): Likewise.
10225         (oacc_loop_xform_head_tail): Likewise.
10226         * predict.c (predict_loops): Likewise.
10227         * sanopt.c (pass_sanopt::execute): Likewise.
10228         * tree-cfg.c (get_abnormal_succ_dispatcher): Likewise.
10229         * tree-parloops.c (oacc_entry_exit_ok_1): Likewise.
10230         * tree-stdarg.c (gimple_call_ifn_va_arg_p): Remove function.
10231         (expand_ifn_va_arg_1): Use gimple_call_internal_p.
10232         (expand_ifn_va_arg): Likewise.
10233         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
10234         (optimize_mask_stores): Likewise.
10235         * tree-vect-stmts.c (vect_simd_lane_linear): Likewise.
10236         (vect_transform_stmt): Likewise.
10237         * tree-vectorizer.c (vect_loop_vectorized_call): Likewise.
10238         * tsan.c (instrument_memory_accesses): Likewise.
10240 2016-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10241             Alexander Monakov  <amonakov@ispras.ru>
10243         * regrename.c (rename_chains): Check
10244         HARD_FRAME_POINTER_IS_FRAME_POINTER rather than
10245         HARD_FRAME_POINTER_REGNUM when picking unavailable registers.
10246         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
10248 2016-09-26  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10250         * config/s390/s390.c (s390_rtx_costs): Add /* fallthrough */.
10251         (s390_sched_score): Likewise.
10253 2016-09-26  Martin Liska  <mliska@suse.cz>
10255         * doc/gcov.texi: Update program output of gcov tool.
10257 2016-09-26  Martin Liska  <mliska@suse.cz>
10259         PR gcov-profile/23332
10260         * profile.c (instrument_values): Do not handle HIST_TYPE_CONST_DELTA.
10261         * tree-profile.c (gimple_gen_const_delta_profiler): Remove.
10262         * value-prof.c (dump_histogram_value): Do not handle
10263         HIST_TYPE_CONST_DELTA.
10264         (stream_in_histogram_value): Likewise.
10265         (gimple_find_values_to_profile): Likewise.
10266         * value-prof.h (enum hist_type): Likewise.
10268 2016-09-26  Martin Liska  <mliska@suse.cz>
10270         * common.opt: Exclude SANITIZE_UNREACHABLE and SANITIZE_RETURN
10271         from default sanitize recover values.
10272         * doc/invoke.texi: Fix documentation related to -fsanitize=leak,
10273         -fsanitize=address, -fsanitize=thread and -fsanitize-recover.
10274         * flag-types.h: Replace couple of 1 << x to 1UL << x, make it
10275         consistent.
10276         * opts.c (finish_options): Do a generic loop over options
10277         that can be recovered.
10278         (parse_sanitizer_options): Exclude SANITIZE_UNREACHABLE and
10279         SANITIZE_RETURN.
10280         (common_handle_option): Likewise.
10281         * opts.h: Declare can_recover to sanitizer_opts_s.
10283 2016-09-26  Andre Vieira  <andre.simoesdiasvieira@arm.com>
10285         * target.def(elf_flags_numeric): Change documentation to present tense.
10286         * doc/tm.texi: Regenerate.
10288 2016-09-26  Marek Polacek  <polacek@redhat.com>
10290         PR c/7652
10291         * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
10292         insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Add
10293         -Wno-switch-fallthrough.
10294         * builtins.c (expand_builtin_int_roundingfn_2): Add gcc_fallthrough.
10295         (expand_builtin): Likewise.
10296         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_libmass): Likewise.
10297         * convert.c (convert_to_real_1): Likewise.
10298         (convert_to_integer_1): Likewise.
10299         * final.c (output_alternate_entry_point): Likewise.
10300         * genattrtab.c (make_canonical): Likewise.
10301         (write_test_expr): Likewise.
10302         * genpreds.c (validate_exp): Likewise.
10303         * gimple-ssa-strength-reduction.c
10304         (find_candidates_dom_walker::before_dom_children): Likewise.
10305         * godump.c (go_format_type): Likewise.
10306         * reload1.c (elimination_effects): Likewise.
10307         * resource.c (mark_referenced_resources): Likewise.
10308         (mark_set_resources): Likewise.
10309         * tree-ssa-loop-ivopts.c (find_deriving_biv_for_expr): Likewise.
10310         * varasm.c (output_addressed_constants): Likewise.
10312 2016-09-26  Marek Polacek  <polacek@redhat.com>
10314         PR c/7652
10315         * common.opt (Wimplicit-fallthrough): New option.
10316         * doc/extend.texi: Document statement attributes and the fallthrough
10317         attribute.
10318         * doc/invoke.texi: Document -Wimplicit-fallthrough.
10319         * gimple.h (gimple_call_internal_p): New function.
10320         * gimplify.c (struct gimplify_ctx): Add in_switch_expr.
10321         (struct label_entry): New struct.
10322         (find_label_entry): New function.
10323         (case_label_p): New function.
10324         (collect_fallthrough_labels): New function.
10325         (last_stmt_in_scope): New function.
10326         (should_warn_for_implicit_fallthrough): New function.
10327         (warn_implicit_fallthrough_r): New function.
10328         (maybe_warn_implicit_fallthrough): New function.
10329         (expand_FALLTHROUGH_r): New function.
10330         (expand_FALLTHROUGH): New function.
10331         (gimplify_switch_expr): Call maybe_warn_implicit_fallthrough and
10332         expand_FALLTHROUGH for the innermost GIMPLE_SWITCH.
10333         (gimplify_label_expr): New function.
10334         (gimplify_case_label_expr): Set location.
10335         (gimplify_expr): Call gimplify_label_expr.
10336         * internal-fn.c (expand_FALLTHROUGH): New function.
10337         * internal-fn.def (FALLTHROUGH): New internal function.
10338         * langhooks.c (lang_GNU_OBJC): New function.
10339         * langhooks.h (lang_GNU_OBJC): Declare.
10340         * system.h (gcc_fallthrough): Define.
10341         * tree-core.h: Add FALLTHROUGH_LABEL_P comment.
10342         * tree.h (FALLTHROUGH_LABEL_P): Define.
10344 2016-09-26  Richard Biener  <rguenther@suse.de>
10346         * dwarf2out.c (stripattributes): Remove unused function.
10347         (DEBUG_NORM_MACINFO_SECTION): Rename to DEBUG_MACINFO_SECTION.
10348         Push dwarf_split_debug_info handling into init_sections_and_labels.
10349         (DEBUG_NORM_MACRO_SECTION): Likewise to DEBUG_MACRO_SECTION.
10350         (DEBUG_MACRO_SECTION_FLAGS): Remove.
10351         (debug_macinfo_section_name): New global.
10352         (output_macinfo): Use debug_macinfo_section_name.
10353         (init_sections_and_labels): Split out section and label generation
10354         from dwarf2out_init.  Set debug_macinfo_section_name.
10355         (dwarf2out_init): Move text section label generation and emission
10356         to ...
10357         (dwarf2out_assembly_start): ... here.
10358         (dwarf2out_finish): Call init_sections_and_labels before DWARF
10359         output starts.
10361 2016-09-26  Richard Biener  <rguenther@suse.de>
10363         PR debug/77692
10364         * cgraphunit.c (analyze_functions): Before early removing
10365         global vars calls the late_global_decl debug handler mark
10366         the variable as readonly.
10368 2016-09-25  Oleg Endo  <olegendo@gcc.gnu.org>
10370         PR target/51244
10371         * config/sh/sh.c (sh_movt_set_dest, sh_movrt_set_dest): Add overloads.
10372         (sh_rtx_costs): Handle SET of movt and movrt patterns.
10373         * cnofig/sh/sh-protos.h (sh_movt_set_dest, sh_movrt_set_dest): Forward
10374         declare new overloads.
10375         * config/sh/sh.md (*cset_zero): Add variant that takes a treg_set_expr
10376         operand.
10378 2016-09-24  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
10380         * config/rs6000/rs6000.c (expand_block_compare, do_load_for_compare):
10381         Change TARGET_LITTLE_ENDIAN to !BYTES_BIG_ENDIAN.
10383 2016-09-24  David Edelsohn  <dje.gcc@gmail.com>
10385         * configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.
10386         * configure: Regenerate.
10388 2016-09-24  Marek Polacek  <polacek@redhat.com>
10390         PR c/77490
10391         * doc/invoke.texi: Document -Wbool-operation.
10393 2016-09-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
10395         * config/rs6000/rs6000.md (cmpmemsi): New define_expand.
10396         * config/rs6000/rs6000.c (expand_block_compare): New function used by
10397         cmpmemsi pattern to do builtin expansion of memcmp ().
10398         (compute_current_alignment): Add helper function for
10399         expand_block_compare used to compute alignment as the compare proceeds.
10400         (select_block_compare_mode): Used by expand_block_compare to select
10401         the mode used for reading the next chunk of bytes in the compare.
10402         (do_load_for_compare): Used by expand_block_compare to emit the load
10403         insns for the compare.
10404         (rs6000_emit_dot_insn): Moved this function to avoid a forward
10405         reference from expand_block_compare ().
10406         * config/rs6000/rs6000-protos.h (expand_block_compare): Add a
10407         prototype for this function.
10408         * config/rs6000/rs6000.opt (mblock-compare-inline-limit): Add a new
10409         target option for controlling how much code inline expansion of
10410         memcmp() will be allowed to generate.
10412 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
10414         * hooks.c (hook_bool_bool_false, hook_bool_bool_gcc_optionsp_false,
10415         hook_bool_mode_false, hook_bool_mode_true,
10416         hook_bool_mode_const_rtx_false, hook_bool_mode_const_rtx_true,
10417         hook_bool_mode_rtx_false, hook_bool_mode_rtx_true,
10418         hook_bool_const_rtx_insn_const_rtx_insn_true,
10419         hook_bool_mode_uhwi_false, hook_void_FILEptr_constcharptr,
10420         hook_bool_FILEptr_rtx_false, hook_bool_gsiptr_false,
10421         hook_bool_const_tree_hwi_hwi_const_tree_false,
10422         hook_bool_const_tree_hwi_hwi_const_tree_true,
10423         default_can_output_mi_thunk_no_vcall, hook_int_uint_mode_1,
10424         hook_int_const_tree_0, hook_int_const_tree_const_tree_1,
10425         hook_int_rtx_0, hook_int_rtx_bool_0, hook_void_tree,
10426         hook_void_constcharptr, hook_void_tree_treeptr, hook_void_int_int,
10427         hook_bool_tree_false, hook_bool_const_tree_false, hook_bool_tree_true,
10428         hook_bool_const_tree_true, hook_bool_tree_tree_false,
10429         hook_bool_tree_tree_true, hook_bool_tree_bool_false,
10430         hook_bool_rtx_insn_true, hook_bool_rtx_false,
10431         hook_bool_uintp_uintp_false,
10432         hook_bool_rtx_mode_int_int_intp_bool_false, hook_rtx_rtx_null,
10433         hook_rtx_tree_int_null, hook_uint_mode_0,
10434         hook_constcharptr_const_tree_null, hook_tree_tree_int_treep_bool_null,
10435         hook_tree_tree_tree_null, hook_tree_tree_tree_tree_null,
10436         hook_constcharptr_const_rtx_insn_null,
10437         hook_constcharptr_const_tree_const_tree_null,
10438         hook_constcharptr_int_const_tree_null,
10439         hook_constcharptr_int_const_tree_const_tree_null,
10440         hook_tree_const_tree_null, hook_bool_rtx_insn_int_false,
10441         hook_void_rtx_insn_int, hook_void_gcc_optionsp): For arguments with
10442         ATTRIBUTE_UNUSED, remove parameter name as well as ATTRIBUTE_UNUSED.
10444         * vec.h (vNULL): Extend comment to say = vNULL initialization
10445         isn't needed for static vars.
10447         * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,
10448         loop_nests, s_i_d, last_added_blocks): Remove unnecessary
10449         = vNULL initialization of file scope vec.
10450         * passes.c (pass_tab, enabled_pass_uid_range_tab,
10451         disabled_pass_uid_range_tab): Likewise.
10452         * haifa-sched.c (sched_luids, h_i_d): Likewise.
10453         * tree-chkp-opt.c (check_infos): Likewise.
10454         * sel-sched.c (vec_av_set, vec_temp_moveop_nops): Likewise.
10456         * vec.h (vnull::operator vec): Add constexpr keyword for
10457         C++11 and later.
10459 2016-09-23  Doug Gilmore  <doug.gilmore@imgtec.com>
10461         PR tree-optimization/77654
10462         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Add call
10463         to duplicate_ssa_name_ptr_info.
10465 2016-09-23  David Malcolm  <dmalcolm@redhat.com>
10467         PR preprocessor/77672
10468         * input.c (selftest::test_lexer_string_locations_simple): Update
10469         test to expect location information of the terminator character
10470         at the location of the final closing quote.
10471         (selftest::test_lexer_string_locations_hex): Likewise.
10472         (selftest::test_lexer_string_locations_oct): Likewise.
10473         (selftest::test_lexer_string_locations_letter_escape_1): Likewise.
10474         (selftest::test_lexer_string_locations_letter_escape_2): Likewise.
10475         (selftest::test_lexer_string_locations_ucn4): Likewise.
10476         (selftest::test_lexer_string_locations_ucn8): Likewise.
10477         (selftest::test_lexer_string_locations_u8): Likewise.
10478         (selftest::test_lexer_string_locations_utf8_source): Likewise.
10479         (selftest::test_lexer_string_locations_concatenation_1): Likewise.
10480         (selftest::test_lexer_string_locations_concatenation_2): Likewise.
10481         (selftest::test_lexer_string_locations_concatenation_3): Likewise.
10482         (selftest::test_lexer_string_locations_macro): Likewise.
10483         (selftest::test_lexer_string_locations_long_line): Likewise.
10485 2016-09-23  Richard Biener  <rguenther@suse.de>
10487         * tree-ssa-sccvn.c (visit_reference_op_call): Value number
10488         virtual definition to virtual use if the call devirtualizes
10489         to a const or pure function.
10490         (visit_use): Also visit calls we can devirtualize to a
10491         const or pure function.
10493 2016-09-23  Richard Biener  <rguenther@suse.de>
10495         PR tree-optimization/77697
10496         * tree-ssa-forwprop.c (defcodefor_name): Remove bogus code,
10497         signal error if we have sth ternary or unhandled.
10499 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10501         * config/arm/arm_neon.h (vabd_f16): New.
10502         (vabdq_f16): New.
10503         (vabs_f16): New.
10504         (vabsq_f16): New.
10505         (vadd_f16): New.
10506         (vaddq_f16): New.
10507         (vcage_f16): New.
10508         (vcageq_f16): New.
10509         (vcagt_f16): New.
10510         (vcagtq_f16): New.
10511         (vcale_f16): New.
10512         (vcaleq_f16): New.
10513         (vcalt_f16): New.
10514         (vcaltq_f16): New.
10515         (vceq_f16): New.
10516         (vceqq_f16): New.
10517         (vceqz_f16): New.
10518         (vceqzq_f16): New.
10519         (vcge_f16): New.
10520         (vcgeq_f16): New.
10521         (vcgez_f16): New.
10522         (vcgezq_f16): New.
10523         (vcgt_f16): New.
10524         (vcgtq_f16): New.
10525         (vcgtz_f16): New.
10526         (vcgtzq_f16): New.
10527         (vcle_f16): New.
10528         (vcleq_f16): New.
10529         (vclez_f16): New.
10530         (vclezq_f16): New.
10531         (vclt_f16): New.
10532         (vcltq_f16): New.
10533         (vcltz_f16): New.
10534         (vcltzq_f16): New.
10535         (vcvt_f16_s16): New.
10536         (vcvt_f16_u16): New.
10537         (vcvt_s16_f16): New.
10538         (vcvt_u16_f16): New.
10539         (vcvtq_f16_s16): New.
10540         (vcvtq_f16_u16): New.
10541         (vcvtq_s16_f16): New.
10542         (vcvtq_u16_f16): New.
10543         (vcvta_s16_f16): New.
10544         (vcvta_u16_f16): New.
10545         (vcvtaq_s16_f16): New.
10546         (vcvtaq_u16_f16): New.
10547         (vcvtm_s16_f16): New.
10548         (vcvtm_u16_f16): New.
10549         (vcvtmq_s16_f16): New.
10550         (vcvtmq_u16_f16): New.
10551         (vcvtn_s16_f16): New.
10552         (vcvtn_u16_f16): New.
10553         (vcvtnq_s16_f16): New.
10554         (vcvtnq_u16_f16): New.
10555         (vcvtp_s16_f16): New.
10556         (vcvtp_u16_f16): New.
10557         (vcvtpq_s16_f16): New.
10558         (vcvtpq_u16_f16): New.
10559         (vcvt_n_f16_s16): New.
10560         (vcvt_n_f16_u16): New.
10561         (vcvtq_n_f16_s16): New.
10562         (vcvtq_n_f16_u16): New.
10563         (vcvt_n_s16_f16): New.
10564         (vcvt_n_u16_f16): New.
10565         (vcvtq_n_s16_f16): New.
10566         (vcvtq_n_u16_f16): New.
10567         (vfma_f16): New.
10568         (vfmaq_f16): New.
10569         (vfms_f16): New.
10570         (vfmsq_f16): New.
10571         (vmax_f16): New.
10572         (vmaxq_f16): New.
10573         (vmaxnm_f16): New.
10574         (vmaxnmq_f16): New.
10575         (vmin_f16): New.
10576         (vminq_f16): New.
10577         (vminnm_f16): New.
10578         (vminnmq_f16): New.
10579         (vmul_f16): New.
10580         (vmul_lane_f16): New.
10581         (vmul_n_f16): New.
10582         (vmulq_f16): New.
10583         (vmulq_lane_f16): New.
10584         (vmulq_n_f16): New.
10585         (vneg_f16): New.
10586         (vnegq_f16): New.
10587         (vpadd_f16): New.
10588         (vpmax_f16): New.
10589         (vpmin_f16): New.
10590         (vrecpe_f16): New.
10591         (vrecpeq_f16): New.
10592         (vrnd_f16): New.
10593         (vrndq_f16): New.
10594         (vrnda_f16): New.
10595         (vrndaq_f16): New.
10596         (vrndm_f16): New.
10597         (vrndmq_f16): New.
10598         (vrndn_f16): New.
10599         (vrndnq_f16): New.
10600         (vrndp_f16): New.
10601         (vrndpq_f16): New.
10602         (vrndx_f16): New.
10603         (vrndxq_f16): New.
10604         (vrsqrte_f16): New.
10605         (vrsqrteq_f16): New.
10606         (vrecps_f16): New.
10607         (vrecpsq_f16): New.
10608         (vrsqrts_f16): New.
10609         (vrsqrtsq_f16): New.
10610         (vsub_f16): New.
10611         (vsubq_f16): New.
10613 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10615         * config.gcc (extra_headers): Add arm_fp16.h
10616         * config/arm/arm_fp16.h: New.
10617         * config/arm/arm_neon.h: Include "arm_fp16.h".
10619 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10621         * config/arm/arm_neon_builtins.def (vadd): New (v8hf, v4hf
10622         variants).
10623         (vmulf): New (v8hf, v4hf variants).
10624         (vfma): New (v8hf, v4hf variants).
10625         (vfms): New (v8hf, v4hf variants).
10626         (vsub): New (v8hf, v4hf variants).
10627         (vcage): New (v8hf, v4hf variants).
10628         (vcagt): New (v8hf, v4hf variants).
10629         (vcale): New (v8hf, v4hf variants).
10630         (vcalt): New (v8hf, v4hf variants).
10631         (vceq): New (v8hf, v4hf variants).
10632         (vcgt): New (v8hf, v4hf variants).
10633         (vcge): New (v8hf, v4hf variants).
10634         (vcle): New (v8hf, v4hf variants).
10635         (vclt): New (v8hf, v4hf variants).
10636         (vceqz): New (v8hf, v4hf variants).
10637         (vcgez): New (v8hf, v4hf variants).
10638         (vcgtz): New (v8hf, v4hf variants).
10639         (vcltz): New (v8hf, v4hf variants).
10640         (vclez): New (v8hf, v4hf variants).
10641         (vabd): New (v8hf, v4hf variants).
10642         (vmaxf): New (v8hf, v4hf variants).
10643         (vmaxnm): New (v8hf, v4hf variants).
10644         (vminf): New (v8hf, v4hf variants).
10645         (vminnm): New (v8hf, v4hf variants).
10646         (vpmaxf): New (v4hf variant).
10647         (vpminf): New (v4hf variant).
10648         (vpadd): New (v4hf variant).
10649         (vrecps): New (v8hf, v4hf variants).
10650         (vrsqrts): New (v8hf, v4hf variants).
10651         (vabs): New (v8hf, v4hf variants).
10652         (vneg): New (v8hf, v4hf variants).
10653         (vrecpe): New (v8hf, v4hf variants).
10654         (vrnd): New (v8hf, v4hf variants).
10655         (vrnda): New (v8hf, v4hf variants).
10656         (vrndm): New (v8hf, v4hf variants).
10657         (vrndn): New (v8hf, v4hf variants).
10658         (vrndp): New (v8hf, v4hf variants).
10659         (vrndx): New (v8hf, v4hf variants).
10660         (vrsqrte): New (v8hf, v4hf variants).
10661         (vmul_lane): Add v4hf and v8hf variants.
10662         (vmul_n): Add v4hf and v8hf variants.
10663         (vext): New (v8hf, v4hf variants).
10664         (vcvts): New (v8hi, v4hi variants).
10665         (vcvts): New (v8hf, v4hf variants).
10666         (vcvtu): New (v8hi, v4hi variants).
10667         (vcvtu): New (v8hf, v4hf variants).
10668         (vcvts_n): New (v8hf, v4hf variants).
10669         (vcvtu_n): New (v8hi, v4hi variants).
10670         (vcvts_n): New (v8hi, v4hi variants).
10671         (vcvtu_n): New (v8hf, v4hf variants).
10672         (vbsl): New (v8hf, v4hf variants).
10673         (vcvtas): New (v8hf, v4hf variants).
10674         (vcvtau): New (v8hf, v4hf variants).
10675         (vcvtms): New (v8hf, v4hf variants).
10676         (vcvtmu): New (v8hf, v4hf variants).
10677         (vcvtns): New (v8hf, v4hf variants).
10678         (vcvtnu): New (v8hf, v4hf variants).
10679         (vcvtps): New (v8hf, v4hf variants).
10680         (vcvtpu): New (v8hf, v4hf variants).
10682 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10684         * config/arm/arm-builtins.c (hf_UP): New.
10685         (si_UP): New.
10686         (vfp_builtin_data): New.  Update comment.
10687         (enum arm_builtins): Include "arm_vfp_builtins.def".
10688         (ARM_BUILTIN_VFP_PATTERN_START): New.
10689         (arm_init_vfp_builtins): New.
10690         (arm_init_builtins): Add arm_init_vfp_builtins.
10691         (arm_expand_vfp_builtin): New.
10692         (arm_expand_builtins): Update for arm_expand_vfp_builtin.  Fix
10693         long line.
10694         * config/arm/arm_vfp_builtins.def: New file.
10695         * config/arm/t-arm (arm.o): Add arm_vfp_builtins.def.
10696         (arm-builtins.o): Likewise.
10698 2016-09-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
10700         PR ipa/77677
10701         * ipa-cp.c (propagate_vr_accross_jump_function): Drop TREE_OVERFLOW
10702         from constant while creating value range.
10704 2016-09-23  Renlin Li  <renlin.li@arm.com>
10706         * ira.c (ira): Move ira_use_lra_p initialization code to ...
10707         (ira_init_once): Here.
10709 2016-09-23  Uros Bizjak  <ubizjak@gmail.com>
10710             Jakub Jelinek  <jakub@redhat.com>
10712         * hooks.h (hook_uint_uintp_false): Rename to...
10713         (hook_bool_uint_uintp_false): ... this.
10714         * hooks.c (hook_uint_uintp_false): Rename to...
10715         (hook_bool_uint_uintp_false): ... this.
10716         * target.def (elf_flags_numeric): Use hook_bool_uint_uintp_false
10717         instead of hook_uint_uintp_false.
10719 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10721         * config/arm/arm-builtins.c (arm_init_neon_builtin): New.
10722         (arm_init_builtins): Move body of a loop to the standalone
10723         function arm_init_neon_builtin.
10724         (arm_expand_neon_builtin_1): New.  Update comment.  Function body
10725         moved from arm_neon_builtin with some white-space fixes.
10726         (arm_expand_neon_builtin): Move code into the standalone function
10727         arm_expand_neon_builtin_1.
10729 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10731         * config/arm/iterators.md (VCVTHI): New.
10732         (NEON_VCMP): Add UNSPEC_VCLT and UNSPEC_VCLE.  Fix a long line.
10733         (NEON_VAGLTE): New.
10734         (VFM_LANE_AS): New.
10735         (VH_CVTTO): New.
10736         (V_reg): Add HF, V4HF and V8HF.  Fix white-space.
10737         (V_HALF): Add V4HF.  Fix white-space.
10738         (V_if_elem): Add HF, V4HF and V8HF.  Fix white-space.
10739         (V_s_elem): Likewise.
10740         (V_sz_elem): Fix white-space.
10741         (V_elem_ch): Likewise.
10742         (VH_elem_ch): New.
10743         (scalar_mul_constraint): Add V8HF and V4HF.
10744         (Is_float_mode): Fix white-space.
10745         (Is_d_reg): Add V4HF and V8HF.  Fix white-space.
10746         (q): Add HF.  Fix white-space.
10747         (float_sup): New.
10748         (float_SUP): New.
10749         (cmp_op_unsp): Add UNSPEC_VCALE and UNSPEC_VCALT.
10750         (neon_vfm_lane_as): New.
10751         * config/arm/neon.md (add<mode>3_fp16): New.
10752         (sub<mode>3_fp16): New.
10753         (mul<mode>3add<mode>_neon): New.
10754         (fma<VH:mode>4_intrinsic): New.
10755         (fmsub<VCVTF:mode>4_intrinsic): Fix white-space.
10756         (fmsub<VH:mode>4_intrinsic): New.
10757         (<absneg_str><mode>2): New.
10758         (neon_v<absneg_str><mode>): New.
10759         (neon_v<fp16_rnd_str><mode>): New.
10760         (neon_vrsqrte<mode>): New.
10761         (neon_vpaddv4hf): New.
10762         (neon_vadd<mode>): New.
10763         (neon_vsub<mode>): New.
10764         (neon_vmulf<mode>): New.
10765         (neon_vfma<VH:mode>): New.
10766         (neon_vfms<VH:mode>): New.
10767         (neon_vc<cmp_op><mode>): New.
10768         (neon_vc<cmp_op><mode>_fp16insn): New
10769         (neon_vc<cmp_op_unsp><mode>_fp16insn_unspec): New.
10770         (neon_vca<cmp_op><mode>): New.
10771         (neon_vca<cmp_op><mode>_fp16insn): New.
10772         (neon_vca<cmp_op_unsp><mode>_fp16insn_unspec): New.
10773         (neon_vc<cmp_op>z<mode>): New.
10774         (neon_vabd<mode>): New.
10775         (neon_v<maxmin>f<mode>): New.
10776         (neon_vp<maxmin>fv4hf: New.
10777         (neon_<fmaxmin_op><mode>): New.
10778         (neon_vrecps<mode>): New.
10779         (neon_vrsqrts<mode>): New.
10780         (neon_vrecpe<mode>): New (VH variant).
10781         (neon_vdup_lane<mode>_internal): New.
10782         (neon_vdup_lane<mode>): New.
10783         (neon_vcvt<sup><mode>): New (VCVTHI variant).
10784         (neon_vcvt<sup><mode>): New (VH variant).
10785         (neon_vcvt<sup>_n<mode>): New (VH variant).
10786         (neon_vcvt<sup>_n<mode>): New (VCVTHI variant).
10787         (neon_vcvt<vcvth_op><sup><mode>): New.
10788         (neon_vmul_lane<mode>): New.
10789         (neon_vmul_n<mode>): New.
10790         * config/arm/unspecs.md (UNSPEC_VCALE): New
10791         (UNSPEC_VCALT): New.
10792         (UNSPEC_VFMA_LANE): New.
10793         (UNSPECS_VFMS_LANE): New.
10795 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10797         * config/s390/s390.md ("*extzv<mode>_zEC12", "*extzv<mode>_z10")
10798         ("*extzv<mode><clobbercc_or_nocc>"):
10799         Correct a typo in a comment.
10800         Merged patterns.
10801         ("*insv<mode>_zEC12", "*insv<mode>_z10")
10802         ("*insv<mode><clobbercc_or_nocc>"): Ditto.
10803         ("*insv<mode>_zEC12_appendbitsleft")
10804         ("*insv<mode><clobbercc_or_nocc>_appendbitsleft")
10805         ("*insv<mode>_z10_appendbitsleft"): Ditto.
10806         ("*insv<mode>_zEC12_noshift", "*insv<mode>_z10_noshift")
10807         ("*insv<mode><clobbercc_or_nocc>_noshift"): Ditto.
10808         Provide pattern with operands switched.
10809         ("*pre_z10_extv<mode>"):
10810         Use new subst patterns.
10811         ("*extzvdi<clobbercc_or_nocc>_lshiftrt", "*<risbg_n>_ior_and_sr_ze")
10812         ("*extvsidi<clobbercc_or_nocc>", "*<risbg_n>_and_subregdi_rotr")
10813         ("*<risbg_n>_and_subregdi_rotl", "*<risbg_n>_di_and_rot")
10814         ("*insv_z10_noshift_cc", "*insv_z10_noshift_cconly")
10815         ("*<risbg_n>_<mode>_ior_and_lshiftrt")
10816         ("*<risbg_n>_sidi_ior_and_lshiftrt")
10817         ("*trunc_sidi_and_subreg_lshrt<clobbercc_or_nocc>"):
10818         New patterns.
10819         ("*extzv_<mode>_sll", "*extzv_<mode>_srl")
10820         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
10821         ("*extzv_<mode>_sll<clobbercc_or_nocc>"): Renamed patterns, use risbgn
10822         on zEC12.
10823         ("SINT"): New mode_iterator with SI, HI, QI.
10824         * config/s390/subst.md ("clobbercc_or_nocc_subst", "z10_or_zEC12_cond")
10825         ("clobbercc_or_nocc", "risbg_n"): New constructs for risbg pattern
10826         duplication.
10828 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10830         * config/s390/predicates.md ("contiguous_bitmask_operand"): Adapt to
10831         new interface of s390_contiguous_bitmask_p.
10832         ("contiguous_bitmask_nowrap_operand"): New predicate.
10833         ("*anddi3_cc", "*anddi3_cconly", "*anddi3"): Replace NxxDq with NxxDw.
10834         * config/s390/constraints.md ("NxxDw", "NxxSq"): Adapt to new interface
10835         of s390_contiguous_bitmask_p.
10836         ("NxxDw"): Rename NxxDq constraint to NxxDw.
10837         ("NxxSw"): New constraint.
10838         * config/s390/s390.md ("*andsi3_zarch"): Enable bitmask wraparound.
10839         * config/s390/s390-protos.h (s390_contiguous_bitmask_p): Updated
10840         interface.
10841         (s390_contiguous_bitmask_nowrap_p): Export.
10842         * config/s390/s390.c (s390_contiguous_bitmask_nowrap_p): New name of
10843         former s390_contiguous_bitmask_p.
10844         (s390_contiguous_bitmask_p): Use s390_contiguous_bitmask_nowrap_p to
10845         detect contiguous bit ranges with wraparound.  Change signature to
10846         return START and END position instead of POS and LENGTH.
10847         (s390_contiguous_bitmask_vector_p): Remove extra code for continous bit
10848         ranges with wraparound.
10849         (s390_extzv_shift_ok): Use s390_contiguous_bitmask_nowrap_p.
10850         (s390_contiguous_bitmask_vector_p,s390_extzv_shift_ok,print_operand):
10851         Adapt to new signature of s390_contiguous_bitmask_p.
10853 2016-09-23  Bin Cheng  <bin.cheng@arm.com>
10855         * tree-vect-loop-manip.c (create_intersect_range_checks_index): New.
10856         (create_intersect_range_checks): New.
10857         (vect_create_cond_for_alias_checks): Call above function.
10859 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10861         * config/arm/iterators.md (Code iterators): Fix some white-space
10862         in the comments.
10863         (GLTE): New.
10864         (ABSNEG): New
10865         (FCVT): Moved from vfp.md.
10866         (VCVT_HF_US_N): New.
10867         (VCVT_SI_US_N): New.
10868         (VCVT_HF_US): New.
10869         (VCVTH_US): New.
10870         (FP16_RND): New.
10871         (absneg_str): New.
10872         (FCVTI32typename): Moved from vfp.md.
10873         (sup): Add UNSPEC_VCVTA_S, UNSPEC_VCVTA_U, UNSPEC_VCVTM_S,
10874         UNSPEC_VCVTM_U, UNSPEC_VCVTN_S, UNSPEC_VCVTN_U, UNSPEC_VCVTP_S,
10875         UNSPEC_VCVTP_U, UNSPEC_VCVT_HF_S_N, UNSPEC_VCVT_HF_U_N,
10876         UNSPEC_VCVT_SI_S_N, UNSPEC_VCVT_SI_U_N,  UNSPEC_VCVTH_S_N,
10877         UNSPEC_VCVTH_U_N, UNSPEC_VCVTH_S and UNSPEC_VCVTH_U.
10878         (vcvth_op): New.
10879         (fp16_rnd_str): New.
10880         (fp16_rnd_insn): New.
10881         * config/arm/unspecs.md (UNSPEC_VCVT_HF_S_N): New.
10882         (UNSPEC_VCVT_HF_U_N): New.
10883         (UNSPEC_VCVT_SI_S_N): New.
10884         (UNSPEC_VCVT_SI_U_N): New.
10885         (UNSPEC_VCVTH_S): New.
10886         (UNSPEC_VCVTH_U): New.
10887         (UNSPEC_VCVTA_S): New.
10888         (UNSPEC_VCVTA_U): New.
10889         (UNSPEC_VCVTM_S): New.
10890         (UNSPEC_VCVTM_U): New.
10891         (UNSPEC_VCVTN_S): New.
10892         (UNSPEC_VCVTN_U): New.
10893         (UNSPEC_VCVTP_S): New.
10894         (UNSPEC_VCVTP_U): New.
10895         (UNSPEC_VCVTP_S): New.
10896         (UNSPEC_VCVTP_U): New.
10897         (UNSPEC_VRND): New.
10898         (UNSPEC_VRNDA): New.
10899         (UNSPEC_VRNDI): New.
10900         (UNSPEC_VRNDM): New.
10901         (UNSPEC_VRNDN): New.
10902         (UNSPEC_VRNDP): New.
10903         (UNSPEC_VRNDX): New.
10904         * config/arm/vfp.md (<absneg_str>hf2): New.
10905         (neon_vabshf): New.
10906         (neon_v<fp16_rnd_str>hf): New.
10907         (neon_vrndihf): New.
10908         (addhf3): New.
10909         (subhf3): New.
10910         (divhf3): New.
10911         (mulhf3): New.
10912         (*mulsf3neghf_vfp): New.
10913         (*negmulhf3_vfp): New.
10914         (*mulsf3addhf_vfp): New.
10915         (*mulhf3subhf_vfp): New.
10916         (*mulhf3neghfaddhf_vfp): New.
10917         (*mulhf3neghfsubhf_vfp): New.
10918         (fmahf4): New.
10919         (neon_vfmahf): New.
10920         (fmsubhf4_fp16): New.
10921         (neon_vfmshf): New.
10922         (*fnmsubhf4): New.
10923         (*fnmaddhf4): New.
10924         (neon_vsqrthf): New.
10925         (neon_vrsqrtshf): New.
10926         (FCVT): Move to iterators.md.
10927         (FCVTI32typename): Likewise.
10928         (neon_vcvth<sup>hf): New.
10929         (neon_vcvth<sup>si): New.
10930         (neon_vcvth<sup>_nhf_unspec): New.
10931         (neon_vcvth<sup>_nhf): New.
10932         (neon_vcvth<sup>_nsi_unspec): New.
10933         (neon_vcvth<sup>_nsi): New.
10934         (neon_vcvt<vcvth_op>h<sup>si): New.
10935         (neon_<fmaxmin_op>hf): New.
10937 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10939         * config/s390/s390.md (bitoff, bitoff_plus): Neq mode attributes.
10940         ("*extzv<mode>_zEC12", "*insv<mode>_zEC12", "*insv<mode>_z10")
10941         ("*insv<mode>_zEC12_appendbitsleft")
10942         ("*insv<mode>_z10_appendbitsleft", "*r<noxa>sbg_<mode>_sll")
10943         ("*r<noxa>sbg_<mode>_srl"): Use new attributes.
10945 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
10947         * ipa-cp.c (ipcp_store_vr_results): Avoid static local var zero.
10948         * sreal.h (sreal::min, sreal::max): Avoid static local vars,
10949         construct values without normalization.
10950         * tree-ssa-sccvn.c (vn_reference_lookup_3): Don't initialize
10951         static local lhs_ops to vNULL.
10953 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10954             Jiong Wang <jiong.wang@arm.com>
10956         * config/arm/arm.c (coproc_secondary_reload_class): Make HFmode
10957         available when FP16 instructions are available.
10958         (output_move_vfp): Add support for 16-bit data moves.
10959         (arm_validize_comparison): Fix some white-space.  Support HFmode
10960         by conversion to SFmode.
10961         * config/arm/arm.md (truncdfhf2): Fix a comment.
10962         (extendhfdf2): Likewise.
10963         (cstorehf4): New.
10964         (movsicc): Fix some white-space.
10965         (movhfcc): New.
10966         (movsfcc): Fix some white-space.
10967         (*cmovhf): New.
10968         * config/arm/vfp.md (*arm_movhi_vfp): Disable when VFP FP16
10969         instructions are available.
10970         (*thumb2_movhi_vfp): Likewise.
10971         (*arm_movhi_fp16): New.
10972         (*thumb2_movhi_fp16): New.
10973         (*movhf_vfp_fp16): New.
10974         (*movhf_vfp_neon): Disable when VFP FP16 instructions are available.
10975         (*movhf_vfp): Likewise.
10976         (extendhfsf2): Enable when VFP FP16 instructions are available.
10977         (truncsfhf2):  Enable when VFP FP16 instructions are available.
10979 2016-09-23  Martin Liska  <mliska@suse.cz>
10981         * config/s390/vx-builtins.md: Replace 'adress' with 'address'.
10983 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
10985         * config/arm/arm.c (arm_evpc_neon_vuzp): Add support for V8HF and
10986         V4HF modes.
10987         (arm_evpc_neon_vtrn): Likewise.
10988         (arm_evpc_neon_vrev): Likewise.
10989         (arm_evpc_neon_vext): Likewise.
10990         * config/arm/arm_neon.h (vbsl_f16): New.
10991         (vbslq_f16): New.
10992         (vdup_n_f16): New.
10993         (vdupq_n_f16): New.
10994         (vdup_lane_f16): New.
10995         (vdupq_lane_f16): New.
10996         (vext_f16): New.
10997         (vextq_f16): New.
10998         (vmov_n_f16): New.
10999         (vmovq_n_f16): New.
11000         (vrev64_f16): New.
11001         (vrev64q_f16): New.
11002         (vtrn_f16): New.
11003         (vtrnq_f16): New.
11004         (vuzp_f16): New.
11005         (vuzpq_f16): New.
11006         (vzip_f16): New.
11007         (vzipq_f16): New.
11008         * config/arm/arm_neon_buillins.def (vdup_n): New (v8hf, v4hf variants).
11009         (vdup_lane): New (v8hf, v4hf variants).
11010         (vext): New (v8hf, v4hf variants).
11011         (vbsl): New (v8hf, v4hf variants).
11012         * config/arm/iterators.md (VDQWH): New.
11013         (VH): New.
11014         (V_double_vector_mode): Add V8HF and V4HF.  Fix white-space.
11015         (Scalar_mul_8_16): Fix white-space.
11016         (Is_d_reg): Add V4HF and V8HF.
11017         * config/arm/neon.md (neon_vdup_lane<mode>_internal): New.
11018         (neon_vdup_lane<mode>): New.
11019         (neon_vtrn<mode>_internal): Replace VDQW with VDQWH.
11020         (*neon_vtrn<mode>_insn): Likewise.
11021         (neon_vzip<mode>_internal): Likewise. Also fix white-space.
11022         (*neon_vzip<mode>_insn): Likewise
11023         (neon_vuzp<mode>_internal): Likewise.
11024         (*neon_vuzp<mode>_insn): Likewise
11025         * config/arm/vec-common.md (vec_perm_const<mode>): New.
11027 2016-09-23  Jiong Wang  <jiong.wang@arm.com>
11028             Matthew Wahab  <matthew.wahab@arm.com>
11030         * config/arm/arm.c (output_move_vfp): Weaken assert to allow HImode.
11031         (arm_hard_regno_mode_ok): Allow HImode values in VFP registers.
11032         * config/arm/arm.md (*movhi_bytes): Disable when VFP registers are
11033         available.  Also fix some white-space.
11034         * config/arm/vfp.md (*arm_movhi_vfp): New.
11035         (*thumb2_movhi_vfp): New.
11037 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
11039         * config/arm/arm-c.c (arm_cpu_builtins): Define
11040         "__ARM_FEATURE_FP16_SCALAR_ARITHMETIC" and
11041         "__ARM_FEATURE_FP16_VECTOR_ARITHMETIC".
11043 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
11045         * doc/sourcebuild.texi (ARM-specific attributes): Add anchor for
11046         arm_v8_1a_neon_ok.  Add entries for arm_v8_2a_fp16_scalar_ok,
11047         arm_v8_2a_fp16_scalar_hw, arm_v8_2a_fp16_neon_ok and
11048         arm_v8_2a_fp16_neon_hw.
11049         (Add options): Add entries for arm_v8_1a_neon, arm_v8_2a_scalar,
11050         arm_v8_2a_neon.
11052 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
11054         * doc/sourcebuild.texi (ARM-specific attributes): Add entries for
11055         arm_fp16_alternative_ok and arm_fp16_none_ok.
11057 2016-09-23  Martin Liska  <mliska@suse.cz>
11059         * ipa-icf.c (sem_variable::merge): Replace adress with address.
11061 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
11063         * config/arm/arm-arches.def ("armv8.1-a"): Add FL_CRC32.
11064         ("armv8.2-a"): New.
11065         ("armv8.2-a+fp16"): New.
11066         * config/arm/arm-protos.h (FL2_ARCH8_2): New.
11067         (FL2_FP16INST): New.
11068         (FL2_FOR_ARCH8_2A): New.
11069         * config/arm/arm-tables.opt: Regenerate.
11070         * config/arm/arm.c (arm_arch8_2): New.
11071         (arm_fp16_inst): New.
11072         (arm_option_override): Set arm_arch8_2 and arm_fp16_inst.  Check
11073         for incompatible fp16-format settings.
11074         * config/arm/arm.h (TARGET_VFP_FP16INST): New.
11075         (TARGET_NEON_FP16INST): New.
11076         (arm_arch8_2): Declare.
11077         (arm_fp16_inst): Declare.
11078         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for
11079         march=armv8.2-a and march=armv8.2-a+fp16.
11080         * config/arm/t-aprofile (Arch Matches): Add entries for armv8.2-a
11081         and armv8.2-a+fp16.
11082         * doc/invoke.texi (ARM Options): Add "-march=armv8.1-a",
11083         "-march=armv8.2-a" and "-march=armv8.2-a+fp16".
11085 2016-09-23  Martin Liska  <mliska@suse.cz>
11087         * doc/extend.texi: Remove fused-madd from i386 target options.
11089 2016-09-23  Martin Liska  <mliska@suse.cz>
11091         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
11092         Handle movbe.
11094 2016-09-23  Martin Liska  <mliska@suse.cz>
11096         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
11097         Handle crc32.
11099 2016-09-23  Martin Liska  <mliska@suse.cz>
11101         PR target/71652
11102         * config/i386/i386.c (ix86_option_override_internal): Change
11103         signature and return false when there's an error related to
11104         arch string.
11105         (release_options_strings): New function.
11106         (ix86_valid_target_attribute_tree): Call the function.
11108 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
11110         * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)
11111         instead of vec_safe_length (CONSTRUCTOR_ELTS (...)).
11112         (gen_hsa_ctor_assignment): Likewise.
11113         * print-tree.c (print_node): Likewise.
11114         * tree-dump.c (dequeue_and_dump): Likewise.
11115         * tree-sra.c (sra_modify_constructor_assign): Likewise.
11116         * expr.c (store_constructor): Likewise.
11117         * fold-const.c (operand_equal_p): Likewise.
11118         * tree-pretty-print.c (dump_generic_node): Likewise.
11119         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Likewise.
11120         * ipa-icf-gimple.c (func_checker::compare_operand): Likewise.
11122 2016-09-23  Richard Biener  <rguenther@suse.de>
11124         * hooks.h (hook_uint_uintp_false): Declare.
11126 2016-09-22  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
11128         * config/avr/avr.c (avr_rtx_costs_1): Handle DImode MULT.
11129         (avr_address_cost): Replace 61 with MAX_LD_OFFSET(mode).
11131 2016-09-22  Martin Sebor  <msebor@redhat.com>
11133         PR target/77676
11134         * gimple-ssa-sprintf.c (target_int_min, target_int_max): Use
11135         HOST_BITS_PER_WIDE_INT, make a static local variable auto.
11136         (target_int_min): Correct computation.
11137         (format_integer): Use long long as the argument for the ll length
11138         modifier.
11139         (format_floating): Use target_int_max().
11140         (get_string_length): Same.
11141         (format_string): Avoid setting the bounded flag for strings
11142         of unknown length.
11143         (try_substitute_return_value): Avoid setting range info when
11144         the result isn't bounded.
11145         * varasm.c (assemble_name): Increase buffer size.
11147 2016-09-22  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11148             Terry Guo  <terry.guo@arm.com>
11150         * target.def (elf_flags_numeric): New target hook.
11151         * targhooks.h (default_asm_elf_flags_numeric): New.
11152         * varasm.c (default_asm_elf_flags_numeric): New.
11153         (default_elf_asm_named_section): Use new target hook.
11154         * config/arm/arm.opt (mpure-code): New.
11155         * config/arm/arm.h (SECTION_ARM_PURECODE): New.
11156         * config/arm/arm.c (arm_asm_init_sections): Add section
11157         attribute to default text section if -mpure-code.
11158         (arm_option_check_internal): Diagnose use of option with
11159         non supported targets and/or options.
11160         (arm_asm_elf_flags_numeric): New.
11161         (arm_function_section): New.
11162         (arm_elf_section_type_flags): New.
11163         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Disable
11164         for -mpure-code.
11165         * doc/texi (TARGET_ASM_ELF_FLAGS_NUMERIC): New.
11166         * doc/texi.in (TARGET_ASM_ELF_FLAGS_NUMERIC): Likewise.
11168 2016-09-22  Jan Hubicka  <hubicka@ucw.cz>
11170         * regcprop.c (copyprop_hardreg_forward_1): Remove noop moves.
11172 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11174         * emit-rtl.c (next_cc0_user): Make argument type rtx_insn *.
11175         * rtl.h: Adjust prototype.
11177 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11179         * emit-rtl.c (next_active_insn): Change argument type to rtx_insn *.
11180         (prev_active_insn): Likewise.
11181         (active_insn_p): Likewise.
11182         * rtl.h: Adjust prototypes.
11183         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
11184         * config/arc/arc.md: Likewise.
11185         * config/pa/pa.c (branch_to_delay_slot_p): Likewise.
11186         (branch_needs_nop_p): Likewise.
11187         (use_skip_p): Likewise.
11188         * config/sh/sh.c (gen_block_redirect): Likewise.
11189         (split_branches): Likewise.
11190         * reorg.c (optimize_skip): Likewise.
11191         (fill_simple_delay_slots): Likewise.
11192         (fill_slots_from_thread): Likewise.
11193         (relax_delay_slots): Likewise.
11194         * resource.c (mark_target_live_regs): Likewise.
11196 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11198         * config/cris/cris.c (cris_asm_output_case_end): Change argument
11199         type to rtx_insn *.
11200         * emit-rtl.c (next_nonnote_nondebug_insn): Likewise.
11201         (prev_nonnote_nondebug_insn): Likewise.
11202         * config/cris/cris-protos.h: Adjust prototype.
11203         * rtl.h: Likewise.
11204         * jump.c (rtx_renumbered_equal_p): Adjust.
11206 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11208         * emit-rtl.c (prev_real_insn): Change argument type to rtx_insn *.
11209         * rtl.h: Adjust prototype.
11210         * config/sh/sh.md: Adjust.
11211         * dwarf2out.c (add_var_loc_to_decl): Likewise.
11213 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11215         * emit-rtl.c (next_nondebug_insn): Change argument type to rtx_insn *.
11216         (prev_nondebug_insn): Likewise.
11217         * loop-doloop.c (doloop_condition_get): Likewise.
11218         * rtl.h: Adjust prototype.
11219         * cfgloop.h: Likewise.
11221 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11223         * emit-rtl.c (next_nonnote_insn): Change argument type to rtx_insn *.
11224         (prev_nonnote_insn): Likewise.
11225         * jump.c (reversed_comparison_code_parts): Likewise.
11226         (reversed_comparison): Likewise.
11227         * rtl.h: Adjust prototypes.
11228         * config/arc/arc.md: Adjust.
11229         * cse.c (find_comparison_args): Likewise.
11230         * reorg.c (redundant_insn): Change return type to rtx_insn *.
11231         (fix_reg_dead_note): Change argument type to rtx_insn *.
11232         (delete_prior_computation): Likewise.
11233         (delete_computation): Likewise.
11234         (fill_slots_from_thread): Adjust.
11235         (relax_delay_slots): Likewise.
11236         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
11237         (simplify_relational_operation_1): Likewise.
11238         (simplify_ternary_operation): Likewise.
11240 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11242         * config/arc/arc-protos.h (arc_label_align): Change type of
11243         variables from rtx to rtx_insn *.
11244         * config/arc/arc.c (arc_label_align): Likewise.
11245         * config/arm/arm.c (any_sibcall_could_use_r3): Likewise.
11246         * config/bfin/bfin.c (workaround_speculation): Likewise.
11247         * config/c6x/c6x.c (find_next_cycle_insn): Likewise.
11248         (find_last_same_clock): Likewise.
11249         (reorg_split_calls): Likewise.
11250         * config/cris/cris-protos.h (cris_cc0_user_requires_cmp): Likewise.
11251         * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise.
11252         * config/h8300/h8300-protos.h (same_cmp_preceding_p): Likewise.
11253         (same_cmp_following_p): Likewise.
11254         * config/h8300/h8300.c (same_cmp_preceding_p): Likewise.
11255         (same_cmp_following_p): Likwise.
11256         * config/m32r/m32r.c (m32r_expand_epilogue): Likewise.
11257         * config/nds32/nds32-protos.h (nds32_target_alignment): Likewise.
11258         * config/nds32/nds32.c (nds32_target_alignment): Likewise.
11259         * config/rl78/rl78.c (rl78_alloc_physical_registers_op2): Likewise.
11260         (rl78_alloc_physical_registers_cmp): Likewise.
11261         (rl78_alloc_physical_registers_umul): Likewise.
11262         (rl78_calculate_death_notes): Likewise.
11263         * config/s390/s390-protos.h (s390_label_align): Likewise.
11264         * config/s390/s390.c (s390_label_align): Likewise.
11265         * config/sh/sh.c (barrier_align): Likewise.
11266         * config/sparc/sparc-protos.h (emit_cbcond_nop): Likewise.
11267         * config/sparc/sparc.c (sparc_asm_function_epilogue): Likewise.
11268         (emit_cbcond_nop): Likewise.
11270 2016-09-22  Martin Liska  <mliska@suse.cz>
11272         PR ipa/77653
11273         * ipa-icf.c (sem_variable::merge): Yield merge operation if
11274         alias address matters, not necessarily address of original.
11276 2016-09-22  Richard Biener  <rguenther@suse.de>
11278         PR middle-end/77697
11279         * gimple-fold.c (fold_array_ctor_reference): Turn asserts into
11280         fold fails.
11282 2016-09-22  Richard Biener  <rguenther@suse.de>
11284         PR middle-end/77677
11285         * gimple-match-head.c (gimple_resimplify1): Drop TREE_OVERFLOW
11286         from constant folding results.
11287         (gimple_resimplify2): Likewise.
11288         (gimple_resimplify3): Likewise.
11290 2016-09-22  Richard Biener  <rguenther@suse.de>
11292         PR middle-end/77678
11293         * expr.c (expand_expr_real_1): Guard array access against negative
11294         offset.
11296 2016-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11298         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN instead
11299         of MPFR_RNDN.
11300         (format_floating): Likewise.
11302 2016-09-22  Jakub Jelinek  <jakub@redhat.com>
11304         PR fortran/77665
11305         * tree-inline.c (remap_gimple_stmt): Set has_simduid_loops
11306         for all IFN_GOMP_SIMD_* internal fns, not just for
11307         IFN_GOMP_SIMD_ORDERED_*.
11309 2016-09-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
11311         PR target/77670
11312         * config/rs6000/predicates.md (invert_fpmask_comparison_operator):
11313         New predicate that matches the ISA 3.0 XSCMP{EQ,GT,GE}DP
11314         instructions when you want to invert the test.
11315         * config/rs6000/rs6000.md (fpmask<mode>): Use the arguments in the
11316         correct order for XXSEL.
11317         (mov<SFDF:mode><SFDF2:mode>cc_invert_p9): Define the inverted test
11318         for using XSCMP{EQ,GT,GE}DP.
11320 2016-09-21  David Malcolm  <dmalcolm@redhat.com>
11322         * genconstants.c (main): Introduce noop_reader and convert call
11323         to read_md_files to a method call.
11324         * genenums.c (main): Likewise.
11325         * genmddeps.c (main): Likewise.
11326         * genpreds.c (write_tm_constrs_h): Replace use of "in_fname" with
11327         rtx_reader_ptr->get_top_level_filename ().
11328         (write_tm_preds_h): Likewise.
11329         (write_insn_preds_c): Likewise.
11330         * gensupport.c (class gen_reader): New subclass of rtx_reader.
11331         (rtx_handle_directive): Convert to...
11332         (gen_reader::handle_unknown_directive): ...this.
11333         (init_rtx_reader_args_cb): Convert return type from bool to
11334         rtx_reader *.  Create a gen_reader instance, using it for the
11335         call to read_md_files.  Return it if no errors occur.
11336         (init_rtx_reader_args): Convert return type from bool to
11337         rtx_reader *.
11338         * gensupport.h (init_rtx_reader_args_cb): Likewise.
11339         (init_rtx_reader_args_cb): Likewise.
11340         * read-md.c (struct file_name_list): Move to class rtx_reader.
11341         (read_md_file): Delete in favor of rtx_reader::m_read_md_file.
11342         (read_md_filename): Delete in favor of
11343         rtx_reader::m_read_md_filename.
11344         (read_md_lineno): Delete in favor of rtx_reader::m_read_md_lineno.
11345         (in_fname): Delete in favor of rtx_reader::m_toplevel_fname.
11346         (base_dir): Delete in favor of rtx_reader::m_base_dir.
11347         (first_dir_md_include): Delete in favor of
11348         rtx_reader::m_first_dir_md_include.
11349         (last_dir_md_include_ptr): Delete in favor of
11350         rtx_reader::m_last_dir_md_include_ptr.
11351         (max_include_len): Delete.
11352         (rtx_reader_ptr): New.
11353         (fatal_with_file_and_line): Use get_filename and get_lineno
11354         accessors of rtx_reader_ptr.
11355         (require_char_ws): Likewise.
11356         (rtx_reader::read_char): New method, based on ::read_char.
11357         (rtx_reader::unread_char): New method, based on ::unread_char.
11358         (read_escape): Use get_filename and get_lineno accessors of
11359         rtx_reader_ptr.
11360         (read_braced_string): Use get_lineno accessor of rtx_reader_ptr.
11361         (read_string): Use get_filename and get_lineno accessors of
11362         rtx_reader_ptr.
11363         (rtx_reader::rtx_reader): New ctor.
11364         (rtx_reader::~rtx_reader): New dtor.
11365         (handle_include): Convert from a function to...
11366         (rtx_reader::handle_include): ...this method, converting
11367         handle_directive from a callback to a virtual function.
11368         (handle_file): Likewise, converting to...
11369         (rtx_reader::handle_file): ...this method.
11370         (handle_toplevel_file): Likewise, converting to...
11371         (rtx_reader::handle_toplevel_file): ...this method.
11372         (rtx_reader::get_current_location): New method.
11373         (parse_include): Convert from a function to...
11374         (rtx_reader::add_include_path): ...this method, dropping redundant
11375         update to unused max_include_len.
11376         (read_md_files): Convert from a function to...
11377         (rtx_reader::read_md_files): ...this method, converting
11378         handle_directive from a callback to a virtual function.
11379         (noop_reader::handle_unknown_directive): New method.
11380         * read-md.h (directive_handler_t): Delete this typedef.
11381         (in_fname): Delete.
11382         (read_md_file): Delete.
11383         (read_md_lineno): Delete.
11384         (read_md_filename): Delete.
11385         (class rtx_reader): New class.
11386         (rtx_reader_ptr): New decl.
11387         (class noop_reader): New subclass of rtx_reader.
11388         (read_char): Reimplement in terms of rtx_reader::read_char.
11389         (unread_char): Reimplement in terms of rtx_reader::unread_char.
11390         (read_md_files): Delete.
11391         * read-rtl.c (read_rtx_code): Update for deletion of globals
11392         read_md_filename and read_md_lineno.
11394 2016-09-21  Jason Merrill  <jason@redhat.com>
11396         * input.h (from_macro_definition_at): New.
11398 2016-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
11400         * doc/rtl.texi (JUMP_LABEL): Document RETURN and SIMPLE_RETURN values.
11402 2016-09-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11404         PR tree-optimization/77550
11405         * tree-vect-stmts.c (create_array_ref): Change parameters.
11406         (get_group_alias_ptr_type): New function.
11407         (vectorizable_store, vectorizable_load): Use get_group_alias_ptr_type.
11409 2016-09-21  Marek Polacek  <polacek@redhat.com>
11411         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
11412         Add falls through comment.
11414 2016-09-21  Richard Biener  <rguenther@suse.de>
11416         * dwarf2out.c (remove_child_with_prev): Clear child->die_sib.
11417         (replace_child): Likewise.
11418         (remove_child_TAG): Adjust.
11419         (move_marked_base_types): Likewise.
11420         (prune_unused_types_prune): Clear die_sib of removed children.
11422 2016-09-21  Georg-Johann Lay  <avr@gjlay.de>
11424         PR target/77326
11425         * config/avr/avr.c (avr_notice_update_cc) [CC_NONE]: If insn
11426         touches some regs mentioned in cc_status, do CC_STATUS_INIT.
11428 2016-09-21  Richard Biener  <rguenther@suse.de>
11430         PR tree-optimization/77648
11431         * tree-ssa-structalias.c (process_constraint): Handle all DEREF
11432         with complex RHS.
11433         (make_transitive_closure_constraints): Adjust comment.
11434         (make_any_offset_constraints): New function.
11435         (handle_rhs_call): Make sure to first expand a pointer to all
11436         subfields before transitively closing it.
11437         (handle_const_call): Likewise.  Properly expand returned
11438         pointers as well.
11439         (handle_pure_call): Likewise.
11441 2016-09-21  Richard Biener  <rguenther@suse.de>
11442             Jakub Jelinek  <jakub@redhat.com>
11444         PR tree-optimization/77621
11445         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
11446         group at non-vectorizable stmts.
11448 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
11450         PR tree-optimization/72835
11451         * tree-ssa-reassoc.c (make_new_ssa_for_def): New.
11452         (make_new_ssa_for_all_defs): Likewise.
11453         (zero_one_operation): Replace all SSA_NAMEs defined in the chain.
11455 2016-09-20  Martin Sebor  <msebor@redhat.com>
11457         PR middle-end/49905
11458         * Makefile.in (OBJS): Add gimple-ssa-sprintf.o.
11459         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Redefine.
11460         * config/linux.c (gnu_libc_printf_pointer_format): New function.
11461         * config/sol2.h (TARGET_PRINTF_POINTER_FORMAT): Same.
11462         * config/sol2.c (solaris_printf_pointer_format): New function.
11463         * doc/invoke.texi (-Wformat-length, -fprintf-return-value): New
11464         options.
11465         * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Document.
11466         * doc/tm.texi: Regenerate.
11467         * gimple-fold.h (get_range_strlen): New function.
11468         (get_maxval_strlen): Declare existing function.
11469         * gimple-fold.c (get_range_strlen): Add arguments and compute both
11470         maximum and minimum.
11471          (get_range_strlen): Define overload.
11472         (get_maxval_strlen): Adjust.
11473         * gimple-ssa-sprintf.c: New file and pass.
11474         * passes.def (pass_sprintf_length): Add new pass.
11475         * targhooks.h (default_printf_pointer_format): Declare new function.
11476         (gnu_libc_printf_pointer_format): Same.
11477         (solaris_libc_printf_pointer_format): Same.
11478         * targhooks.c (default_printf_pointer_format): Define new function.
11479         * tree-pass.h (make_pass_sprintf_length): Declare new function.
11480         * print-tree.c: Increase buffer size.
11482 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
11484         * tree-vrp.c (get_value_range): Teach PARM_DECL to use ipa-vrp results.
11486 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
11488         * common.opt: New option -fipa-vrp.
11489         * ipa-cp.c (ipa_get_vr_lat): New.
11490         (ipcp_vr_lattice::print): Likewise.
11491         (print_all_lattices): Call ipcp_vr_lattice::print.
11492         (ipcp_vr_lattice::meet_with): New.
11493         (ipcp_vr_lattice::meet_with_1): Likewise.
11494         (ipcp_vr_lattice::top_p): Likewise.
11495         (ipcp_vr_lattice::bottom_p): Likewsie.
11496         (ipcp_vr_lattice::set_to_bottom): Likewise.
11497         (set_all_contains_variable): Call VR set_to_bottom.
11498         (initialize_node_lattices): Init VR lattices.
11499         (propagate_vr_accross_jump_function): New.
11500         (propagate_constants_accross_call): Call
11501         propagate_vr_accross_jump_function.
11502         (ipcp_store_vr_results): New.
11503         (ipcp_driver): Handle VR.
11504         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Handle VR.
11505         (ipa_set_jf_unknown): Likewise.
11506         (ipa_compute_jump_functions_for_edge): Likewise.
11507         (ipa_node_params_t::duplicate): Likewise.
11508         (ipa_write_jump_function): Likewise.
11509         (ipa_read_jump_function): Likewise.
11510         (write_ipcp_transformation_info): Likewise.
11511         (read_ipcp_transformation_info): Likewise.
11512         (ipcp_update_vr): New.
11513         (ipcp_transform_function): Handle VR.
11514         * ipa-prop.h (struct ipa_vr): New.
11515         * cgraph.c: Include tree-vrp.h.
11516         * cgraphunit.c: Likewise.
11517         * ipa-utils.c: Likewise.
11518         * ipa.c: Likewise.
11519         * opts.c: Likewise.
11520         * toplev.c: Likewise.
11521         * ipa-devirt.c: Likewise.
11522         * ipa-inline-transform.c: Likewise.
11523         * ipa-inline.c: Likewise.
11524         * ipa-profile.c: Likewise.
11526 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
11528         * doc/invoke.texi: Document -fdump-tree-evrp.
11529         * passes.def: Define new pass_early_vrp.
11530         * timevar.def: Define new TV_TREE_EARLY_VRP.
11531         * tree-pass.h (make_pass_early_vrp): New.
11532         * tree-ssa-propagate.c: Make replace_uses_in non static.
11533         * tree-ssa-propagate.h: Export replace_uses_in.
11534         * tree-vrp.c (extract_range_for_var_from_comparison_expr): New.
11535         (extract_range_from_assert): Factor out
11536         extract_range_for_var_from_comparison_expr.
11537         (vrp_initialize_lattice): New.
11538         (vrp_initialize): Factor out vrp_initialize_lattice.
11539         (vrp_valueize): Fix it to reject complex value ranges.
11540         (vrp_free_lattice): New.
11541         (evrp_dom_walker::before_dom_children): Likewise.
11542         (evrp_dom_walker::after_dom_children): Likewise.
11543         (evrp_dom_walker::push_value_range): Likewise.
11544         (evrp_dom_walker::pop_value_range): Likewise.
11545         (execute_early_vrp): Likewise.
11546         (execute_vrp): Call vrp_initialize_lattice and vrp_free_lattice.
11547         (make_pass_early_vrp): New.
11549 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
11551         * config/i386/i386.md (mult->ashift peephole2s): Use pow2p_hwi
11552         instead of exact_log2.
11554 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
11556         PR target/77621
11557         * config/i386/i386.c (ix86_preferred_simd_mode) <case DFmode>:
11558         Don't return word_mode for !TARGET_VECTORIZE_DOUBLE.
11559         (ix86_add_stmt_cost): Penalize DFmode vector operations
11560         for !TARGET_VECTORIZE_DOUBLE.
11562 2016-09-20  Gerald Pfeifer  <gerald@pfeifer.com>
11564         * doc/invoke.texi (Warning Options): Simplify language.
11565         (Optimize Options): Complete sentence.
11567 2016-09-20  David Edelsohn  <dje.gcc@gmail.com>
11569         * dbxout.c (xcoff_debug_hooks):  Add filename parameter to
11570         early_finish hook.
11572 2016-09-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
11574         PR target/71395
11575         * config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
11576         inits on power8 and above, use the VMRGEW instruction instead of a
11577         permute.
11579         * config/rs6000/altivec.md (UNSPEC_VMRGEW_DIRECT): New unspec.
11580         (p8_vmrgew_v4sf_direct): New VMRGEW insn for V4SF floating
11581         initialization.
11583 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
11585         * config/aarch64/arm_neon.h
11586         (vst2_s64, vst2_u64, vst2_f64, vst2_s8): Add missing attributes.
11587         (vst3_s64, vst3_u64, vst3_f64, vst3_s8): Likewise.
11588         (vst4_s64, vst4_u64, vst4_f64, vst4_s8): Likewise.
11590 2016-09-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11592         * config/var/vax.h (ELIMINABLE_REGS): Define.
11593         (INITIAL_ELIMINATION_OFFSET): Define.
11595 2016-09-20  Jakub Jelinek  <jakub@redhat.com>
11597         PR middle-end/77624
11598         * builtins.c (fold_builtin_atomic_always_lock_free): Only look through
11599         cast to void * if the cast is from some other pointer type.
11601 2016-09-20  Richard Biener  <rguenther@suse.de>
11603         PR tree-optimization/77646
11604         * tree-ssa-sccvn.c (visit_reference_op_call): Always value-number
11605         a VDEF.
11607 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
11609         * config/aarch64/arm_neon.h: Add gnu_inline and artificial
11610         attributes to all inlined functions and make them extern.
11612 2016-09-20  Richard Biener  <rguenther@suse.de>
11614         * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
11615         hook.
11616         * debug.c (do_nothing_debug_hooks): Adjust.
11617         * dbxout.c (dbx_debug_hooks): Likewise.
11618         * sdbout.c (sdb_debug_hooks): Likewise.
11619         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
11620         (dwarf2out_finish): Move producer, filename and
11621         path annotation ...
11622         (dwarf2out_early_finish): ... here.  Remove in_lto_p special-casing.
11623         * cgraphunit.c (symbol_table::finalize_compilation_unit): Adjust.
11625 2016-09-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11627         PR c++/77434
11628         * doc/invoke.texi: Document -Wint-in-bool-context.
11630         PR middle-end/77421
11631         * dwarf2out.c (output_loc_operands): Fix an assertion.
11633 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
11635         * ginclude/float.h [__STDC_WANT_IEC_60559_BFP_EXT__]
11636         (CR_DECIMAL_DIG): New macro.
11638 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
11640         * ginclude/stddef.h (max_align_t) [__i386__]: Add __float128
11641         element.
11643 2016-09-19  Vladimir Makarov  <vmakarov@redhat.com>
11645         PR rtl-optimization/77416
11646         * lra-remat.c (operand_to_remat): Process hard coded insn
11647         registers.
11649 2016-09-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11651         * simplify-rtx.c (simplify_relational_operation_1): Add transformation
11652         (GTU (PLUS a C) (C - 1)) --> (LTU a -C).
11654 2016-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
11656         * target.def (lra_p): Wordsmithing.
11657         * doc/tm.texi: Regenerate.
11659 2016-09-19  Jakub Jelinek  <jakub@redhat.com>
11660             Jan Hubicka  <jh@suse.cz>
11662         PR target/77587
11663         * cgraph.c (cgraph_node::rtl_info): Pass &avail to
11664         ultimate_alias_target call, return NULL if avail < AVAIL_AVAILABLE.
11665         Call ultimate_alias_target just once, not up to 4 times.
11667 2016-09-19  Richard Biener  <rguenther@suse.de>
11669         * dwarf2out.c (early_dwarf_finished): New global.
11670         (set_early_dwarf::set_early_dwarf): Assert early_dwarf_finished
11671         is false.
11672         (dwarf2out_early_finish): Set early_dwarf_finished at the end,
11673         if called from LTO exit early.
11674         (dwarf2out_late_global_decl): When being during the early
11675         debug phase do not add locations but only const value attributes.
11676         Adjust the way we generate early DIEs for LTO.
11678 2016-09-19  Richard Biener  <rguenther@suse.de>
11680         PR middle-end/77605
11681         * tree-data-ref.c (analyze_subscript_affine_affine): Use the
11682         proper niter to bound the loops.
11684 2016-09-19  Richard Biener  <rguenther@suse.de>
11686         PR tree-optimization/77514
11687         * tree-ssa-pre.c (create_expression_by_pieces): Optimize
11688         search for folded stmt.
11690 2016-09-17  Jan Hubicka  <hubicka@ucw.cz>
11692         * passes.def (pass_early_thread_jumps): Schedule after forwprop.
11693         * tree-pass.h (make_pass_early_thread_jumps): Declare.
11694         * tree-ssa-threadbackward.c (fsm_find_thread_path,
11695         fsm_find_thread_path, profitable_jump_thread_path,
11696         fsm_find_control_statement_thread_paths,
11697         find_jump_threads_backwards): Add speed_p parameter.
11698         (pass_data_early_thread_jumps): New pass.
11699         (make_pass_early_thread_jumps): New function.
11701 2016-09-17  Andreas Schwab  <schwab@suse.de>
11703         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Add cast.
11704         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
11706 2016-09-16  Eric Botcazou  <ebotcazou@adacore.com>
11708         * recog.c (rest_of_handle_split_after_reload): Delete.
11709         (pass_split_after_reload::gate): New method.
11710         (pass_split_after_reload::execute): Call split_all_insns directly.
11712 2016-09-16  Jonathan Wakely  <jwakely@redhat.com>
11714         * doc/extend.texi (Integer Overflow Builtins): Fix type of out
11715         parameters for functions taking long long arguments.
11717 2016-09-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11719         PR target/77613
11720         * config/rs6000/rs6000.c (rtx_is_swappable_p): Add support for
11721         splat with truncate.
11723 2016-09-16  Jason Merrill  <jason@redhat.com>
11725         * hwint.h (least_bit_hwi, pow2_or_zerop, pow2p_hwi, ctz_or_zero):
11726         New.
11727         * hwint.c (exact_log2): Use pow2p_hwi.
11728         (ctz_hwi, ffs_hwi): Use least_bit_hwi.
11729         * alias.c (memrefs_conflict_p): Use pow2_or_zerop.
11730         * builtins.c (get_object_alignment_2, get_object_alignment)
11731         (get_pointer_alignment, fold_builtin_atomic_always_lock_free): Use
11732         least_bit_hwi.
11733         * calls.c (compute_argument_addresses, store_one_arg): Use
11734         least_bit_hwi.
11735         * cfgexpand.c (expand_one_stack_var_at): Use least_bit_hwi.
11736         * combine.c (force_to_mode): Use least_bit_hwi.
11737         (contains_muldiv, find_split_point, combine_simplify_rtx)
11738         (simplify_if_then_else, simplify_set, force_to_mode)
11739         (if_then_else_cond, simplify_and_const_int_1)
11740         (simplify_compare_const): Use pow2p_hwi.
11741         * cse.c (fold_rtx): Use pow2p_hwi.
11742         * emit-rtl.c (set_mem_attributes_minus_bitpos, adjust_address_1):
11743         Use least_bit_hwi.
11744         * expmed.c (synth_mult, expand_divmod): Use ctz_or_zero, ctz_hwi.
11745         (init_expmed_one_conv): Use pow2p_hwi.
11746         * expr.c (is_aligning_offset): Use pow2p_hwi.
11747         * fold-const.c (round_up_loc, round_down_loc): Use pow2_or_zerop.
11748         (fold_binary_loc): Use pow2p_hwi.
11749         * function.c (assign_parm_find_stack_rtl): Use least_bit_hwi.
11750         * gimple-fold.c (gimple_fold_builtin_memory_op): Use pow2p_hwi.
11751         * gimple-ssa-strength-reduction.c (replace_ref): Use least_bit_hwi.
11752         * hsa-gen.c (gen_hsa_addr_with_align, hsa_bitmemref_alignment):
11753         Use least_bit_hwi.
11754         * ifcvt.c (noce_try_store_flag_constants): Use pow2p_hwi.
11755         * ipa-cp.c (ipcp_alignment_lattice::meet_with_1): Use least_bit_hwi.
11756         * ipa-prop.c (ipa_modify_call_arguments): Use least_bit_hwi.
11757         * omp-low.c (oacc_loop_fixed_partitions)
11758         (oacc_loop_auto_partitions): Use least_bit_hwi.
11759         * rtlanal.c (nonzero_bits1): Use ctz_or_zero.
11760         * stor-layout.c (place_field): Use least_bit_hwi.
11761         * tree-pretty-print.c (dump_generic_node): Use pow2p_hwi.
11762         * tree-sra.c (build_ref_for_offset): Use least_bit_hwi.
11763         * tree-ssa-ccp.c (ccp_finalize): Use least_bit_hwi.
11764         * tree-ssa-math-opts.c (bswap_replace): Use least_bit_hwi.
11765         * tree-ssa-strlen.c (handle_builtin_memcmp): Use pow2p_hwi.
11766         * tree-vect-data-refs.c (vect_analyze_group_access_1)
11767         (vect_grouped_store_supported, vect_grouped_load_supported)
11768         (vect_permute_load_chain, vect_shift_permute_load_chain)
11769         (vect_transform_grouped_load): Use pow2p_hwi.
11770         * tree-vect-generic.c (expand_vector_divmod): Use ctz_or_zero.
11771         * tree-vect-patterns.c (vect_recog_divmod_pattern): Use ctz_or_zero.
11772         * tree-vect-stmts.c (vectorizable_mask_load_store): Use
11773         least_bit_hwi.
11774         * tsan.c (instrument_expr): Use least_bit_hwi.
11775         * var-tracking.c (negative_power_of_two_p): Use pow2_or_zerop.
11777 2016-09-16  Andreas Schwab  <schwab@suse.de>
11779         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use parameter
11780         OFFSET, not offset.
11781         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
11783 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
11785         PR target/77526
11786         * combine.c (rest_of_handle_combine): If any edges have been purged,
11787         free dominators if available.
11789 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
11790             Eric Botcazou  <ebotcazou@adacore.com>
11792         PR middle-end/77594
11793         * internal-fn.c (expand_arith_overflow) <case MINUS_EXPR>: Don't fall
11794         through into expand_addsub_overflow after expand_neg_overflow.
11796 2016-09-15  David Malcolm  <dmalcolm@redhat.com>
11798         * diagnostic-show-locus.c
11799         (selftest::test_fixit_insert_containing_newline): New function.
11800         (selftest::test_fixit_replace_containing_newline): New function.
11801         (selftest::diagnostic_show_locus_c_tests): Call the above.
11803 2016-09-15  Bin Cheng  <bin.cheng@arm.com>
11805         PR tree-optimization/77503
11806         * tree-vect-loop.c (vectorizable_reduction): Record reduction
11807         code for CONST_COND_REDUCTION at analysis stage and use it at
11808         transform stage.
11809         * tree-vectorizer.h (struct _stmt_vec_info): New field.
11810         (STMT_VINFO_VEC_CONST_COND_REDUC_CODE): New macro.
11811         * tree-vect-stmts.c (new_stmt_vec_info): Initialize above new
11812         field.
11814 2016-09-15  Richard Biener  <rguenther@suse.de>
11816         PR middle-end/77544
11817         * fold-const.c (split_tree): Do not split constant ~X.
11819 2016-09-15  Jakub Jelinek  <jakub@redhat.com>
11821         PR rtl-optimization/77425
11822         * sched-int.h (sd_iterator_cond): Don't update it_ptr->linkp if list
11823         is NULL.
11825         PR middle-end/77475
11826         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Simplify,
11827         use %qs instead of %s where desirable, use argument instead of arg in
11828         the diagnostic wording, add list of supported strategies and
11829         spellcheck hint.
11830         (ix86_option_override_internal): Emit target("m...") instead of
11831         option("m...") in the diagnostic.  Use %qs instead of %s in invalid
11832         -march/-mtune option diagnostic.  Add list of supported arches/tunings
11833         and spellcheck hint.  Remove prefix, suffix and sw variables, use
11834         main_args_p ? "..." : "..." in diagnostics to make translation
11835         possible.
11837 2016-09-15  Richard Biener  <rguenther@suse.de>
11839         * dwarf2asm.h (dw2_asm_output_offset): Add overload with
11840         extra offset argument.
11841         * dwarf2asm.c (dw2_asm_output_offset): Implement that.
11842         * doc/tm.texi.in (ASM_OUTPUT_DWARF_OFFSET): Adjust documentation
11843         to reflect new offset parameter.
11844         * doc/tm.texi: Regenerate.
11845         * config/darwin.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
11846         * config/darwin-protos.h (darwin_asm_output_dwarf_delta): Add
11847         offset argument.
11848         (darwin_asm_output_dwarf_offset): Likewise.
11849         * config/darwin.c (darwin_asm_output_dwarf_delta): Add offset
11850         argument.
11851         (darwin_asm_output_dwarf_offset): Pass offset argument through.
11852         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
11853         * config/i386/cygmin.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
11855 2016-09-15  Chung-Lin Tang  <cltang@codesourcery.com>
11857         PR fortran/72743
11858         * ipa-icf.c (set_alias_uids): New function.
11859         (sem_variable::merge): Use set_alias_uids to set DECL_PT_UID of
11860         all the merged variable's referring aliases.
11862 2016-09-15  Richard Biener  <rguenther@suse.de>
11864         PR tree-optimization/77514
11865         * tree-ssa-pre.c (create_expression_by_pieces): Handle garbage
11866         only forced_stmts sequence.
11868 2016-09-15  Kugan Vivekanandarajah  <kuganv@linaro.org>
11870         * tree-ssanames.h (FOR_EACH_SSA_NAME): New.
11871         * cfgexpand.c (update_alias_info_with_stack_vars): Use
11872         FOR_EACH_SSA_NAME to iterate over SSA variables.
11873         (pass_expand::execute): Likewise.
11874         * omp-simd-clone.c (ipa_simd_modify_function_body): Likewise.
11875         * tree-cfg.c (dump_function_to_file): Likewise.
11876         * tree-into-ssa.c (pass_build_ssa::execute): Likewise.
11877         (update_ssa): Likewise.
11878         * tree-ssa-alias.c (dump_alias_info): Likewise.
11879         * tree-ssa-ccp.c (ccp_finalize): Likewise.
11880         * tree-ssa-coalesce.c (build_ssa_conflict_graph): Likewise.
11881         (create_outofssa_var_map): Likewise.
11882         (coalesce_ssa_name): Likewise.
11883         * tree-ssa-operands.c (dump_immediate_uses): Likewise.
11884         * tree-ssa-pre.c (compute_avail): Likewise.
11885         * tree-ssa-sccvn.c (init_scc_vn): Likewise.
11886         (scc_vn_restore_ssa_info): Likewise.
11887         (free_scc_vn): Likwise.
11888         (run_scc_vn): Likewise.
11889         * tree-ssa-structalias.c (compute_points_to_sets): Likewise.
11890         * tree-ssa-ter.c (new_temp_expr_table): Likewise.
11891         * tree-ssa-copy.c (fini_copy_prop): Likewise.
11892         * tree-ssa.c (verify_ssa): Likewise.
11894 2016-09-14  Matthew Fortune  <matthew.fortune@imgtec.com>
11896         * config.gcc (mips*-mti-elf*, mips*-mti-linux*): Set mips32r2
11897         and mips64r2 as default 32-bit and 64-bit architectures.
11898         (mips*-img-elf*, mips*-img-linux*): Set mips32r6 and mips64r6
11899         as default 32-bit and 64-bit architectures.
11901 2016-09-14  Pat Haugen  <pthaugen@us.ibm.com>
11903         * loop-unroll.c (unroll_loop_runtime_iterations): Set probability
11904         of succ edge.
11906 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
11908         * target.def (lra_p): Change commentary (for the manual) for the
11909         new default.
11910         * doc/tm.texi: Regenerate.
11912 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
11914         * config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
11915         * config/arm/arm.c (TARGET_LRA_P): Delete macro.
11916         * config/i386/i386.c (TARGET_LRA_P): Delete macro.
11917         * config/nds32/nds32.c (TARGET_LRA_P): Delete macro.
11919 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
11921         * targhooks.c (default_lra_p): Return true instead of false.
11923 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
11925         * config/alpha/alpha.c (TARGET_LRA_P): New macro, defined to
11926         hook_bool_void_false.
11927         * config/avr/avr.c: Ditto.
11928         * config/bfin/bfin.c: Ditto.
11929         * config/c6x/c6x.c: Ditto.
11930         * config/cr16/cr16.c: Ditto.
11931         * config/cris/cris.c: Ditto.
11932         * config/epiphany/epiphany.c: Ditto.
11933         * config/fr30/fr30.c: Ditto.
11934         * config/frv/frv.c: Ditto.
11935         * config/h8300/h8300.c: Ditto.
11936         * config/ia64/ia64.c: Ditto.
11937         * config/iq2000/iq2000.c: Ditto.
11938         * config/lm32/lm32.c: Ditto.
11939         * config/m32c/m32c.c: Ditto.
11940         * config/m32r/m32r.c: Ditto.
11941         * config/m68k/m68k.c: Ditto.
11942         * config/mcore/mcore.c: Ditto.
11943         * config/microblaze/microblaze.c: Ditto.
11944         * config/mmix/mmix.c: Ditto.
11945         * config/mn10300/mn10300.c: Ditto.
11946         * config/moxie/moxie.c: Ditto.
11947         * config/msp430/msp430.c: Ditto.
11948         * config/nios2/nios2.c: Ditto.
11949         * config/nvptx/nvptx.c: Ditto.
11950         * config/pa/pa.c: Ditto.
11951         * config/pdp11/pdp11.c: Ditto.
11952         * config/rl78/rl78.c: Ditto.
11953         * config/sparc/sparc.c: Ditto.
11954         * config/spu/spu.c: Ditto.
11955         * config/stormy16/stormy16.c: Ditto.
11956         * config/tilegx/tilegx.c: Ditto.
11957         * config/tilepro/tilepro.c: Ditto.
11958         * config/v850/v850.c: Ditto.
11959         * config/vax/vax.c: Ditto.
11960         * config/visium/visium.c: Ditto.
11961         * config/xtensa/xtensa.c: Ditto.
11963 2016-09-14  Jakub Jelinek  <jakub@redhat.com>
11965         PR sanitizer/68260
11966         * tsan.c: Include target.h.
11967         (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
11968         (BOOL_CLEAR, BOOL_TEST_AND_SET): Define.
11969         (tsan_atomic_table): Add BUILT_IN_ATOMIC_CLEAR and
11970         BUILT_IN_ATOMIC_TEST_AND_SET entries.
11971         (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
11973 2016-09-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11974             Martin Liska  <mliska@suse.cz>
11976         PR middle-end/77574
11977         * predict.c (force_edge_cold): Add braces to a condition.
11979 2016-09-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11981         PR rtl-optimization/77289
11982         * lra-constraints.c (get_final_hard_regno): Removed.
11983         (get_hard_regno): Add new parameter final_p.
11984         (get_reg_class): Directly call lra_get_elimination_hard_regno.
11985         (operands_match_p): Adjust call to get_hard_regno.
11986         (uses_hard_regs_p): Likewise.
11987         (process_alt_operands): Likewise.
11989 2016-09-13  Joe Seymour  <joe.s@somniumtech.com>
11991         PR target/70713
11992         * config/msp430/msp430.c (msp430_start_function): Emit an error
11993         if a function is both weak and specifies an interrupt number.
11995 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
11997         PR tree-optimization/77454
11998         * tree-ssa-dom.c (optimize_stmt): Set modified flag on stmt after
11999         changing GIMPLE_COND.  Move update_stmt_if_modified call after this.
12000         Formatting fix.
12002 2016-09-13  Tamar Christina  <tamar.christina@arm.com>
12004         * config/aarch64/aarch64-builtins.c
12005         (aarch64_init_simd_builtins): Fix builtin type signature printing.
12007 2016-09-13  Uros Bizjak  <ubizjak@gmail.com>
12009         * config/alpha/alpha.c (alpha_pass_by_reference): Pass un-named
12010         SFmode and SCmode arguments by reference.
12012 2016-09-13  David Malcolm  <dmalcolm@redhat.com>
12014         * diagnostic-show-locus.c (selftest::test_one_liner_fixit_insert):
12015         Rename to...
12016         (selftest::test_one_liner_fixit_insert_before): ...this, and update
12017         for renaming of add_fixit_insert to add_fixit_insert_before.
12018         (selftest::test_one_liner_fixit_insert_after): New function.
12019         (selftest::test_one_liner_fixit_validation_adhoc_locations):
12020         Update for renaming of add_fixit_insert to add_fixit_insert_before.
12021         (selftest::test_one_liner_many_fixits): Likewise.
12022         (selftest::test_diagnostic_show_locus_one_liner): Update for
12023         renaming, call new test function.
12024         (selftest::test_diagnostic_show_locus_fixit_lines): Update for
12025         renaming of add_fixit_insert to add_fixit_insert_before.
12026         (selftest::test_fixit_consolidation): Likewise.
12027         * diagnostic.c (selftest::test_print_parseable_fixits_insert):
12028         Likewise.
12029         * edit-context.c (selftest::test_applying_fixits_insert): Rename to...
12030         (selftest::test_applying_fixits_insert_before): ...this.
12031         (selftest::test_applying_fixits_insert): Update for renaming of
12032         add_fixit_insert to add_fixit_insert_before.
12033         (selftest::test_applying_fixits_insert_after): New function.
12034         (selftest::test_applying_fixits_insert_after_at_line_end): New
12035         function.
12036         (selftest::test_applying_fixits_insert_after_failure): New function.
12037         (selftest::test_applying_fixits_multiple): Update for renaming of
12038         add_fixit_insert to add_fixit_insert_before.
12039         (selftest::change_line): Likewise.
12040         (selftest::test_applying_fixits_unreadable_file): Likewise.
12041         (selftest::test_applying_fixits_line_out_of_range): Likewise.
12042         (selftest::test_applying_fixits_column_validation): Likewise.
12043         (selftest::test_applying_fixits_column_validation): Likewise.
12044         (selftest::edit_context_c_tests): Update for renamed test function;
12045         call new test functions.
12047 2016-09-13  Pat Haugen  <pthaugen@us.ibm.com>
12049         PR tree-optimization/77536
12050         PR rtl-optimization/68212
12051         * config/rs6000/rs6000.md (div->recip splitter): Remove
12052         optimize_insn_for_speed_p condition.
12054 2016-09-13  Maciej W. Rozycki  <macro@imgtec.com>
12056         * optabs.c (prepare_cmp_insn): Update documentation comment.
12058 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
12059             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12061         PR middle-end/77475
12062         * opts.h (candidates_list_and_hint): Declare.
12063         * opts-common.c (candidates_list_and_hint): New function.
12064         (cmdline_handle_error): Use it.
12066 2016-09-12  David Malcolm  <dmalcolm@redhat.com>
12068         * edit-context.c (edited_line::get_len): New accessor.
12069         (edited_file::print_diff): Split out hunk-printing into...
12070         (edited_file::print_diff_hunk): New method.
12071         (edited_file::print_diff_line): New method.
12073 2016-09-12  Andrew Pinski  <apinski@cavium.com>
12075         * config/aarch64/aarch64-tuning-flags.def (SLOW_UNALIGNED_LDPW):
12076         New tuning option.
12077         * config/aarch64/aarch64.c (thunderx_tunings): Enable
12078         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW.
12079         (aarch64_operands_ok_for_ldpstp): Return false if
12080         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW and the mode
12081         was SImode and the alignment is less than 8 byte.
12082         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
12084 2016-09-12  Orlando Arias  <oarias@knights.ucf.edu>
12086         PR target/77570
12087         * config/msp430/msp430.md (delay_cycles_32x): Fix pushm/popm.
12089 2016-09-12  Marek Polacek  <polacek@redhat.com>
12091         * doc/extend.texi: Use lowercase "boolean".
12092         * doc/invoke.texi: Likewise.
12093         * doc/md.texi: Likewise.
12094         * target.def: Likewise.
12095         * doc/tm.texi: Regenerated.
12097 2016-09-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12099         PR middle-end/77426
12100         * expmed.c (synth_mult): Delete duplicate mode check.
12102 2016-09-10  Tom de Vries  <tom@codesourcery.com>
12104         PR C/71602
12105         * builtins.c (std_canonical_va_list_type): Strictly return non-null for
12106         va_list type only.
12107         * config/i386/i386.c (ix86_canonical_va_list_type): Same.
12108         * gimplify.c (gimplify_va_arg_expr): Handle &va_list.
12110 2016-09-09  Peter Bergner  <bergner@vnet.ibm.com>
12112         PR rtl-optimization/77289
12113         * lra-constraints.c (get_final_hard_regno): Add support for non hard
12114         register numbers.  Remove support for subregs.
12115         (get_hard_regno): Use SUBREG_P.  Don't call get_final_hard_regno().
12116         (get_reg_class): Delete removed get_final_hard_regno() argument.
12117         (uses_hard_regs_p): Call get_final_hard_regno().
12119 2016-09-09  Martin Sebor  <msebor@redhat.com>
12121         PR c/77520
12122         PR c/77521
12123         * pretty-print.c (pp_quoted_string): New function.
12124         (pp_format): Call it for %c and %s directives.
12126 2016-09-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12128         * doc/tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.
12129         (ELIMINABLE_REGS, TARGET_CAN_ELIMINATE,
12130         INITIAL_ELIMINATION_OFFSET) : Update documentation.
12131         * target.def (frame_pointer_required, can_eliminate): Likewise.
12132         * doc/tm.texi: Regenerated.
12133         * builtins.c (expand_builtin_setjmp_receiver): Remove #ifdef
12134         ELIMINABLE_REGS.
12135         * df-scan.c (df_hard_reg_init): Likewise.
12136         * ira.c (ira_setup_eliminable_regset): Likewise.
12137         * lra-eliminations.c (reg_eliminate_1, (update_reg_eliminate,
12138         init_elim_table): Likewise.
12139         * reload1.c (reg_eliminate_1, verify_initial_elim_offsets,
12140         set_initial_elim_offsets, update_eliminables,
12141         init_elim_table): Likewise.
12142         * rtlanal.c (get_initial_register_offset): Likewise.
12143         * config/ft32/ft32.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
12144         * config/m32r/m32r.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
12145         * config/moxie/moxie.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
12146         * config/vax/vax.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
12147         * config/fr30/fr30.h: Fix comment.
12148         * config/frv/frv.c: Likewise.
12149         * config/frv/frv.h: Likewise.
12150         * config/ft32/ft32.h: Likewise.
12151         * config/visium/visium.h: Likewise.
12152         * config/pa/pa64-linux.h: Likewise.
12153         * config/v850/v850.h: Likewise.
12154         * config/cris/cris.c: Likewise.
12155         * config/ia64/ia64.h: Likewise.
12156         * config/moxie/moxie.h: Likewise.
12157         * config/m32r/m32r.h: Likewise.
12159 2016-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
12161         PR target/77267
12162         * config.in: Regenerate.
12163         * config/i386/linux-common.h (MPX_LD_AS_NEEDED_GUARD_PUSH):
12164         New macro.
12165         (MPX_LD_AS_NEEDED_GUARD_PUSH): Ditto.
12166         (LIBMPXWRAPPERS_SPEC): Remove "--no-whole-archive" from
12167         static-libmpxwrappers case.
12168         (LIBMPX_SPEC): Add guards with MPX_LD_AS_NEEDED_GUARD_PUSH and
12169         MPX_LD_AS_NEEDED_GUARD_POP.
12170         * configure: Regenerate.
12171         * configure.ac (HAVE_LD_PUSHPOPSTATE_SUPPORT): New variable.
12172         defined if linker support "--push-state"/"--pop-state".
12174 2016-09-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12176         * doc/cpp.texi (__*_WIDTH__): Small wording fixes.
12178 2016-09-09  Joseph Myers  <joseph@codesourcery.com>
12180         * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__)
12181         (__LONG_WIDTH__, __LONG_LONG_WIDTH__, __PTRDIFF_WIDTH__)
12182         (__SIG_ATOMIC_WIDTH__, __SIZE_WIDTH__, __WCHAR_WIDTH__)
12183         (__WINT_WIDTH__, __INT_LEAST8_WIDTH__, __INT_LEAST16_WIDTH__)
12184         (__INT_LEAST32_WIDTH__, __INT_LEAST64_WIDTH__)
12185         (__INT_FAST8_WIDTH__, __INT_FAST16_WIDTH__, __INT_FAST32_WIDTH__)
12186         (__INT_FAST64_WIDTH__, __INTPTR_WIDTH__, __INTMAX_WIDTH__):
12187         Document.
12188         * ginclude/stdint-gcc.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Define
12189         width macros from TS 18661-1.
12190         * glimits.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Likewise.
12192 2016-09-08  Jakub Jelinek  <jakub@redhat.com>
12194         PR fortran/77516
12195         * omp-low.c (lower_rec_simd_input_clauses): Use max_vf for non-positive
12196         OMP_CLAUSE_SAFELEN_EXPR.
12198 2016-09-07  David Malcolm  <dmalcolm@redhat.com>
12200         * Makefile.in (OBJS): Add substring-locations.o.
12201         * langhooks-def.h (class substring_loc): New forward decl.
12202         (lhd_get_substring_location): New decl.
12203         (LANG_HOOKS_GET_SUBSTRING_LOCATION): New macro.
12204         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_GET_SUBSTRING_LOCATION.
12205         * langhooks.c (lhd_get_substring_location): New function.
12206         * langhooks.h (class substring_loc): New forward decl.
12207         (struct lang_hooks): Add field get_substring_location.
12208         * substring-locations.c: New file, taking definition of
12209         format_warning_va and format_warning_at_substring from
12210         c-family/c-format.c, making them non-static.
12211         * substring-locations.h (class substring_loc): Move class here
12212         from c-family/c-common.h.  Add and rewrite comments.
12213         (format_warning_va): New decl.
12214         (format_warning_at_substring): New decl.
12215         (get_source_location_for_substring): Add comment.
12217 2016-09-07  Eric Gallager  <egall@gwmail.gwu.edu>
12219         * config/i386/i386.c: Add 'U' suffix to processor feature bits
12220         to avoid -Wnarrowing warning.
12221         * config/i386/x86-tune.def: Likewise for DEF_TUNE selector bitmasks.
12222         * opts.c: Likewise for SANITIZER_OPT bitmasks.
12224 2016-09-07  Wilco Dijkstra  <wdijkstr@arm.com>
12226         * config/aarch64/aarch64.c (aarch64_legitimize_address):
12227         Avoid use of base_offset if offset already in range.
12229 2016-09-07  Kaz Kojima  <kkojima@gcc.gnu.org>
12231         * config/sh/sh-protos.h (struct sh_atomic_model,
12232         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
12233         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
12234         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Move to...
12235         * config/sh/sh.h (struct sh_atomic_model,
12236         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
12237         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
12238         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): ...here.
12239         Guard with __cplusplus.
12241 2016-09-06  Jakub Jelinek  <jakub@redhat.com>
12243         PR target/69255
12244         * config/i386/i386.c (ix86_expand_builtin): For builtin with
12245         unsupported or unknown ISA, use expand_call.
12247 2016-09-06  Martin Liska  <mliska@suse.cz>
12249         PR gcov-profile/77378
12250         PR gcov-profile/77466
12251         * tree-profile.c (tree_profiling): Detect whether target can use
12252         -fprofile-update=atomic.
12254 2016-09-06  Richard Biener  <rguenther@suse.de>
12256         PR tree-optimization/77479
12257         * tree-vrp.c (update_value_range): Extend overflow handling to
12258         VARYING.
12260 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
12262         PR target/77476
12263         * config/i386/i386.md (isa): Add x64_avx512bw.
12264         (*zero_extendsidi2): For alternative 11 use x64_avx512bw isa.
12265         (kmov_isa): New mode attr.
12266         (zero_extend<mode>di2): Use <kmov_isa> isa for the last alternative.
12267         (*zero_extend<mode>si2): Likewise.
12268         (*zero_extendqihi2): Use avx512dq isa for the last alternative.
12270 2016-09-05  Gerald Pfeifer  <gerald@pfeifer.com>
12272         * doc/invoke.texi (SPU Options): nops -> NOPs.
12273         (x86 Options): Ditto.
12275 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
12277         PR middle-end/77475
12278         * toplev.c (process_options): Temporarily set input_location
12279         to UNKNOWN_LOCATION around targetm.target_option.override () call.
12281 2016-09-05  Uros Bizjak  <ubizjak@gmail.com>
12283         PR rtl-optimization/77452
12284         * explow.c (plus_constant) <case MEM>: Extract scalar constant from
12285         inner-mode reference to a CONST_VECTOR constant in the constant pool.
12287 2016-09-05  Marek Polacek  <polacek@redhat.com>
12289         PR c/77423
12290         * doc/invoke.texi: Update -Wlogical-not-parentheses documentation.
12292 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
12294         PR other/77421
12295         * gensupport.c (alter_output_for_subst_insn): Remove redundant
12296         *insn_out == '*' test.  Don't copy unnecessary to yet another
12297         memory buffer, and don't leak it.
12299         PR rtl-optimization/77425
12300         * ipa-devirt.c (get_odr_type): Set val->id unconditionally.
12302 2016-09-03  Kirill Yukhin  <kirill.yukhin@intel.com>
12304         * ubsan.c (ubsan_use_new_style_p): Fix check for empty string.
12306 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
12308         * common.opt (fdiagnostics-generate-patch): New option.
12309         * diagnostic.c: Include "edit-context.h".
12310         (diagnostic_initialize): Initialize context->edit_context_ptr.
12311         (diagnostic_finish): Delete context->edit_context_ptr.
12312         (diagnostic_report_diagnostic): Add fix-it hints from the
12313         diagnostic to context->edit_context_ptr, if any.
12314         * diagnostic.h (class edit_context): Add forward decl.
12315         (struct diagnostic_context): Add field "edit_context_ptr".
12316         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
12317         -fdiagnostics-generate-patch.
12318         (-fdiagnostics-generate-patch): New item.
12319         * toplev.c: Include "edit-context.h".
12320         (process_options): Set global_dc->edit_context_ptr to a new
12321         edit_context if the options need one.
12322         (toplev::main): Handle -fdiagnostics-generate-patch by using
12323         global_dc->edit_context_ptr.
12325 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
12327         PR c/65467
12328         * gimplify.c (gimplify_adjust_omp_clauses_1): Diagnose implicit
12329         map and firstprivate clauses on target construct for _Atomic
12330         qualified decls.
12331         (gimplify_adjust_omp_clauses): Diagnose explicit firstprivate clauses
12332         on target construct for _Atomic qualified decls.
12333         * omp-low.c (use_pointer_for_field): Return true for _Atomic qualified
12334         decls.
12335         * omp-simd-clone.c (simd_clone_clauses_extract): Warn and give up for
12336         _Atomic qualified arguments not mentioned in uniform clause.
12338 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
12340         * Makefile.in (OBJS-libcommon): Add edit-context.o.
12341         * diagnostic-color.c (color_dict): Add "diff-filename",
12342         "diff-hunk", "diff-delete", and "diff-insert".
12343         (parse_gcc_colors): Update default value of GCC_COLORS in comment
12344         to reflect above changes.
12345         * doc/invoke.texi (-fdiagnostics-color): Update description of
12346         default GCC_COLORS, and of the supported capabilities.
12347         * edit-context.c: New file.
12348         * edit-context.h: New file.
12349         * input.c (struct fcache): Add field "missing_trailing_newline".
12350         (diagnostics_file_cache_forcibly_evict_file): Initialize it to
12351         true.
12352         (add_file_to_cache_tab): Likewise.
12353         (fcache::fcache): Likewise.
12354         (get_next_line): Update c->missing_trailing_newline.
12355         (location_missing_trailing_newline): New function.
12356         * input.h (location_missing_trailing_newline): New decl.
12357         * selftest-run-tests.c (selftest::run_tests): Call
12358         edit_context_c_tests.
12359         * selftest.h (edit_context_c_tests): New decl.
12361 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
12362             Richard Biener  <rguenth@suse.de>
12364         PR tree-optimization/77444
12365         * tree-ssa-loop-ivopts.c (cand_value_at): For pointers use sizetype
12366         as steptype, remove redundant initialization.
12368 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
12370         PR sanitizer/77396
12371         * sanopt.c: Include gimple-ssa.h, tree-phinodes.h and ssa-iterators.h.
12372         (sanopt_optimize_walker): Optimize away
12373         __asan_before_dynamic_init (...) followed by
12374         __asan_after_dynamic_init () without intervening memory loads/stores.
12375         * ipa-pure-const.c (special_builtin_state): Handle
12376         BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT and
12377         BUILT_IN_ASAN_AFTER_DYNAMIC_INIT.
12379 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12381         * cfg.c (free_original_copy_tables): Replace second assignment of
12382         bb_copy = NULL by bb_original = NULL.
12384 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
12386         PR other/77421
12387         * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
12388         assignment added in r216794.
12390 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
12392         * Makefile.in (OBJS): Add typed-splay-tree.o.
12393         * selftest-run-tests.c (selftest::run_tests): Call
12394         typed_splay_tree_c_tests.
12395         * selftest.h (typed_splay_tree_c_tests): New decl.
12396         * typed-splay-tree.c: New file.
12397         * typed-splay-tree.h (typed_splay_tree::foreach_fn): New typedef.
12398         (typed_splay_tree::max): New method.
12399         (typed_splay_tree::min): New method.
12400         (typed_splay_tree::foreach): New method.
12401         (typed_splay_tree::closure): New struct.
12402         (typed_splay_tree::inner_foreach_fn): New function.
12404 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12406         * ipa-cp.c (ipcp_store_bits_results): Change option name from
12407         -fipa-cp-bit to -fipa-bit-cp.
12409 2016-09-01  Martin Sebor  <msebor@redhat.com>
12411         PR tree-optimization/71831
12412         * tree-object-size.h: Return bool instead of the size and add
12413         argument for the size.
12414         * tree-object-size.c (compute_object_offset): Update signature.
12415         (addr_object_size): Same.
12416         (compute_builtin_object_size): Return bool instead of the size
12417         and add argument for the size.  Handle POINTER_PLUS_EXPR when
12418         optimization is disabled.
12419         (expr_object_size): Adjust.
12420         (plus_stmt_object_size): Adjust.
12421         (pass_object_sizes::execute): Adjust.
12422         * builtins.c (fold_builtin_object_size): Adjust.
12423         * doc/extend.texi (Object Size Checking): Update.
12424         * ubsan.c (instrument_object_size): Adjust.
12426 2016-09-01  Martin Sebor  <msebor@redhat.com>
12428         * genmatch.c (parser::parse_expr): Increase buffer size to guarantee
12429         it fits the output of the formatted function regardless of its
12430         arguments.
12431         * genmodes.c (parser::parse_expr): Same.
12432         * gimplify.c (gimplify_asm_expr): Same.
12433         * passes.c (pass_manager::register_one_dump_file): Same.
12434         * print-tree.c (print_node): Same.
12436 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
12438         * config/rs6000/altivec.md: Use VSCR_REGNO instead of 110 throughout.
12440 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
12442         * config/rs6000/altivec.md: Use VRSAVE_REGNO instead of 109 throughout.
12444 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
12446         * config/rs6000/altivec.md: Use CR6_REGNO instead of 74 throughout.
12447         * config/rs6000/vector.md: Ditto.
12448         * config/rs6000/vsx.md: Ditto.
12450 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
12452         * ipa-inline-analysis.c (param_change_prob): Get to the base object
12453         first in all cases.
12455 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
12457         * config/rs6000/rs6000.md (*restore_gpregs_<mode>_r11,
12458         *restore_gpregs_<mode>_r12, *restore_gpregs_<mode>_r1,
12459         *return_and_restore_gpregs_<mode>_r11,
12460         *return_and_restore_gpregs_<mode>_r12,
12461         *return_and_restore_gpregs_<mode>_r1,
12462         *return_and_restore_fpregs_<mode>_r11,
12463         *return_and_restore_fpregs_<mode>_r12,
12464         *return_and_restore_fpregs_<mode>_r1): Use the hard register LR_REGNO
12465         directly instead of via the "l" constraint.  Renumber operands.
12466         Fix whitespace.
12468 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
12470         * config/rs6000/altivec.md (*save_world, *save_vregs_<mode>_r11,
12471         save_vregs_<mode>_r12, *restore_vregs_<mode>_r11,
12472         *restore_vregs_<mode>_r12): Use LR_REGNO instead of 65.
12473         * config/rs6000/darwin.md (load_macho_picbase, load_macho_picbase_si,
12474         load_macho_picbase_di, *call_indirect_nonlocal_darwin64,
12475         *call_nonlocal_darwin64, *call_value_indirect_nonlocal_darwin64,
12476         *call_value_nonlocal_darwin64, reload_macho_picbase,
12477         reload_macho_picbase_si, reload_macho_picbase_di): Ditto.
12478         * config/rs6000/rs6000.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Ditto.
12479         * config/rs6000/rs6000.md (*save_gpregs_<mode>_r11,
12480         *save_gpregs_<mode>_r12, *save_gpregs_<mode>_r1,
12481         *save_fpregs_<mode>_r11, *save_fpregs_<mode>_r12,
12482         *save_fpregs_<mode>_r1): Ditto.
12483         * config/rs6000/spe.md (*save_gpregs_spe, *restore_gpregs_spe,
12484         *return_and_restore_gpregs_spe): Ditto.
12486 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
12488         * config/rs6000/rs6000.md
12489         (define_insn "*return_and_restore_fpregs_aix_<mode>_r11"): Delete
12490         the use of the link register.
12491         (define_insn "*return_and_restore_fpregs_aix_<mode>_r1"): Ditto.
12493 2016-09-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12494             Michael Meissner  <meissner@linux.vnet.ibm.com>
12496         PR target/72827
12497         * config/rs6000/rs6000.c (rs6000_legitimize_address): Avoid
12498         reg+reg addressing for TImode.
12499         (rs6000_legitimate_address_p): Only allow register indirect
12500         addressing for TImode, even without TARGET_QUAD_MEMORY.
12502 2016-09-01  Richard Biener  <rguenther@suse.de>
12504         PR middle-end/77436
12505         * tree-chrec.c (tree_fold_binomial): Use widest_int, properly
12506         check whether the result fits the desired result type.
12508 2016-09-01  Nathan Sidwell  <nathan@acm.org>
12510         * config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
12512 2016-09-01  Wilco Dijkstra  <wdijkstr@arm.com>
12514         * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
12515         New function.
12516         (TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT): Define.
12518 2016-09-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12520         * config/aarch64/aarch64.md (*ands<mode>_compare0): New pattern.
12521         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_NZmode
12522         for comparisons of integer ZERO_EXTEND against zero.
12524 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
12526         * config/i386/i386.c (ix86_option_override_internal): Also disable the
12527         STV pass if -mstackrealign is enabled.
12529 2016-08-31  Ilya Verbin  <iverbin@gmail.com>
12531         * config/i386/driver-i386.c (host_detect_local_cpu): Fix detection of
12532         AVX512IFMA.
12534 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
12536         * diagnostic-show-locus.c (class layout): Add field m_fixit_hints.
12537         (layout_range::intersects_line_p): New method.
12538         (test_range_contains_point_for_single_point): Rename to...
12539         (test_layout_range_for_single_point): ...this, and add testing
12540         for layout_range::intersects_line_p.
12541         (test_range_contains_point_for_single_line): Rename to...
12542         (test_layout_range_for_single_line): ...this,  and add testing
12543         for layout_range::intersects_line_p.
12544         (test_range_contains_point_for_multiple_lines): Rename to...
12545         (test_layout_range_for_multiple_lines): ...this,  and add testing
12546         for layout_range::intersects_line_p.
12547         (layout::layout): Populate m_fixit_hints.
12548         (layout::get_expanded_location): Handle the case of a line-span
12549         for a fix-it hint.
12550         (layout::validate_fixit_hint_p): New method.
12551         (get_line_span_for_fixit_hint): New function.
12552         (layout::calculate_line_spans): Add spans for fixit-hints.
12553         (layout::should_print_annotation_line_p): New method.
12554         (layout::print_any_fixits): Drop param "richloc", instead using
12555         validated fixits in m_fixit_hints.  Add "const" to hint pointers.
12556         (diagnostic_show_locus): Avoid printing blank annotation lines.
12557         (selftest::test_diagnostic_context::test_diagnostic_context):
12558         Initialize show_column and start_span.
12559         (selftest::test_diagnostic_context::start_span_cb): New static
12560         function.
12561         (selftest::test_diagnostic_show_locus_fixit_lines): New function.
12562         (selftest::diagnostic_show_locus_c_tests): Update for function
12563         renamings.  Call test_diagnostic_show_locus_fixit_lines.
12565 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
12567         PR tree-optimization/73714
12568         * match.pd (a * (1 << b)): Revert change from 2016-05-23.
12570 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
12572         * selftest.c: Move "namespace selftest {" to top of file,
12573         removing explicit "selftest::" qualifiers throughout.
12575 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
12577         * config/i386/avx512fintrin.h (__m512_u, __m512i_u, __m512d_u):
12578         New types.
12579         (_mm512_loadu_pd, _mm512_storeu_pd, _mm512_loadu_ps,
12580         _mm512_storeu_ps, _mm512_loadu_si512, _mm512_storeu_si512):
12581         Replace builtin with vector extension.
12582         * config/i386/avxintrin.h (__m256_u, __m256i_u, __m256d_u):
12583         New types.
12584         (_mm256_loadu_pd, _mm256_storeu_pd, _mm256_loadu_ps,
12585         _mm256_storeu_ps, _mm256_loadu_si256, _mm256_storeu_si256):
12586         Replace builtin with vector extension.
12587         * config/i386/emmintrin.h (__m128i_u, __m128d_u): New types.
12588         (_mm_loadu_pd, _mm_storeu_pd, _mm_loadu_si128, _mm_storeu_si128):
12589         Replace builtin with vector extension.
12590         * config/i386/xmmintrin.h (__m128_u): New type.
12591         (_mm_loadu_ps, _mm_storeu_ps): Replace builtin with vector extension.
12592         (_mm_load_ps, _mm_store_ps): Simplify.
12594 2016-08-31  Eric Botcazou  <ebotcazou@adacore.com>
12596         * config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.
12598 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
12600         * diagnostic-show-locus.c (colorizer::begin_state): Support more
12601         than 3 ranges per diagnostic by alternating between color 1 and
12602         color 2.
12603         (layout::layout): Replace use of rich_location::MAX_RANGES
12604         with richloc->get_num_locations ().
12605         (layout::calculate_line_spans): Replace use of
12606         rich_location::MAX_RANGES with m_layout_ranges.length ().
12607         (layout::print_annotation_line): Handle arbitrary numbers of
12608         ranges in caret-printing by defaulting to '^'.
12609         (selftest::test_one_liner_many_fixits): New function.
12610         (test_diagnostic_show_locus_one_liner): Call it.
12611         * diagnostic.c (diagnostic_initialize): Update for renaming
12612         of rich_location::MAX_RANGES to
12613         rich_location::STATICALLY_ALLOCATED_RANGES.
12614         * diagnostic.h (struct diagnostic_context): Likewise.
12616 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
12618         * selftest.c (selftest::named_temp_file::named_temp_file): New
12619         ctor.
12620         (selftest::temp_source_file::~temp_source_file): Move to...
12621         (selftest::named_temp_file::~named_temp_file): ...here.
12622         (selftest::test_named_temp_file): New function.
12623         (selftest::selftest_c_tests): Call test_named_temp_file.
12624         * selftest.h (class named_temp_file): New class.
12625         (class temp_source_file): Convert to a subclass of named_temp_file.
12627 2016-08-30  Segher Boessenkool  <segher@kernel.crashing.org>
12629         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
12630         USEs of LR_REGNO in returns and sibcalls.
12631         (rs6000_output_mi_thunk): Similar.
12632         (rs6000_sibcall_aix): Similar.
12633         * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
12634         sibcall_local64, sibcall_value_local32, sibcall_value_local64,
12635         sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
12636         Remove the USE of LR_REGNO from the patterns as well.  Delete an
12637         obsolete comment.
12638         (return_internal_<mode>): Delete.
12640 2016-08-30  Tamar Christina  <tamar.christina@arm.com>
12642         * config/aarch64/aarch64-simd.md
12643         (aarch64_ld2<mode>_dreg_le): New.
12644         (aarch64_ld2<mode>_dreg_be): New.
12645         (aarch64_ld2<mode>_dreg): Removed.
12646         (aarch64_ld3<mode>_dreg_le): New.
12647         (aarch64_ld3<mode>_dreg_be): New.
12648         (aarch64_ld3<mode>_dreg): Removed.
12649         (aarch64_ld4<mode>_dreg_le): New.
12650         (aarch64_ld4<mode>_dreg_be): New.
12651         (aarch64_ld4<mode>_dreg): Removed.
12652         (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
12654 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
12656         * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
12657         redundant location param.
12658         (test_one_liner_fixit_remove): Likewise.
12659         (test_one_liner_fixit_replace): Likewise.
12660         (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
12661         * gcc-rich-location.c
12662         (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
12663         get_range_from_loc.  Drop overload taking a const char *.
12664         * gcc-rich-location.h
12665         (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
12666         a const char *.
12668 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12670         * config/linux.c (linux_libc_has_function): Return true on musl.
12672 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12674         * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
12676 2016-08-30  Eric Botcazou  <ebotcazou@adacore.com>
12678         * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
12679         used for abnormal egdes.
12681 2016-08-30  Jakub Jelinek  <jakub@redhat.com>
12683         PR tree-optimization/72866
12684         * tree-vect-patterns.c (search_type_for_mask): Turn into
12685         a small wrapper, move all code to ...
12686         (search_type_for_mask_1): ... this new function.  Add caching
12687         and adjust recursive calls.
12689         PR debug/77363
12690         * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
12691         instead of lookup_type_die (type_main_variant (type)) even for array
12692         types.
12694         PR middle-end/77377
12695         * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
12696         constant pool reference return x instead of c.
12698 2016-08-29  Segher Boessenkool  <segher@kernel.crashing.org>
12700         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
12701         include MQ.
12703 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
12705         * input.c
12706         (selftest::test_make_location_nonpure_range_endpoints): Fix
12707         header comment.
12709 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
12711         * diagnostic-show-locus.c
12712         (selftest::test_one_liner_fixit_validation_adhoc_locations): New
12713         function.
12714         (selftest::test_diagnostic_show_locus_one_liner): Call it.
12715         * input.c (get_pure_location): Move to libcpp/line-map.c.
12716         * input.h (get_pure_location): Convert decl to an inline function
12717         calling implementation in libcpp.
12719 2016-08-29  Uros Bizjak  <ubizjak@gmail.com>
12721         PR target/77403
12722         * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
12723         template for intel asm dialect.
12724         (vec_set_hi_<mode><mask_name>): Ditto.
12726 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
12728         * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
12729         (selftest::fail_formatted): Likewise.
12731 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
12733         * input.c (make_location): Call get_start and get_finish
12734         on the endpoints to avoid storing packed ranges or ad-hoc
12735         ranges in them.
12736         (selftest::test_make_location_nonpure_range_endpoints): New function.
12737         (selftest::input_c_tests): Call it.
12738         * input.h (get_start): New inline function.
12740 2016-08-29  Tom de Vries  <tom@codesourcery.com>
12742         PR c/77398
12743         * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
12744         with assert.
12746 2016-08-29  Eric Botcazou  <ebotcazou@adacore.com>
12748         * Makefile.in (gcov-iov.h): Add dummy recipe.
12750 2016-08-29  Nathan Sidwell  <nathan@acm.org>
12752         * config/nvptx/nvptx.c: #include tree-vrp.h.
12754 2016-08-28  Eric Botcazou  <ebotcazou@adacore.com>
12756         PR target/77324
12757         * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
12758         HIGH+LO construct during reload.
12760 2016-08-28  Tom de Vries  <tom@codesourcery.com>
12762         PR lto/70955
12763         * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
12764         'sysv_abi va_list' attribute.
12765         (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
12766         (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
12767         attributes.
12769 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12771         * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
12772         * emit-rtl.c (unshare_all_rtl_1): Adjust.
12773         (unshare_all_rtl_again): Likewise.
12774         * function.c (assign_stack_local_1): Likewise.
12775         (assign_stack_temp_for_type): Likewise.
12777 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12779         * cfgbuild.c (make_edges): Adjust.
12780         * cfgrtl.c (can_delete_label_p): Likewise.
12781         * dwarf2cfi.c (create_trace_edges): Likewise.
12782         * except.c (sjlj_emit_dispatch_table): Likewise.
12783         * function.h (struct expr_status): make x_forced_labels a vector.
12784         * jump.c (rebuild_jump_labels_1): Adjust.
12785         * reload1.c (set_initial_label_offsets): Likewise.
12786         * stmt.c (force_label_rtx): Likewise.
12787         (expand_label): Likewise.
12789 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12791         * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
12793 2016-08-27  Patrick Palka  <ppalka@gcc.gnu.org>
12795         PR tree-optimization/71077
12796         PR tree-optimization/68542
12797         * fold-const.c (fold_relational_const): Fix folding of
12798         VECTOR_CST comparisons that have a scalar boolean result type.
12799         (selftest::test_vector_folding): New static function.
12800         (selftest::fold_const_c_tests): Call it.
12802 2016-08-27  Gerald Pfeifer  <gerald@pfeifer.com>
12804         * doc/extend.texi (SPU Built-in Functions): Remove stale
12805         references to material formerly at IBM and Sony.
12807 2016-08-26  David Edelsohn  <dje.gcc@gmail.com>
12809         PR target/77349
12810         * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
12812 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
12814         * diagnostic-show-locus.c
12815         (selftest::test_fixit_consolidation): New function.
12816         (selftest::diagnostic_show_locus_c_tests): Call it.
12817         * gcc-rich-location.h (gcc_rich_location): Eliminate unused
12818         constructor based on source_range.
12820 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
12822         * diagnostic-color.c (color_dict): Add "fixit-insert" and
12823         "fixit-delete".
12824         (parse_gcc_colors): Update description of default GCC_COLORS.
12825         * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
12826         (colorizer::set_fixit_insert): New method.
12827         (colorizer::set_fixit_delete): New method.
12828         (colorizer::get_color_by_name): New method.
12829         (colorizer::STATE_FIXIT_INSERT): New constant.
12830         (colorizer::STATE_FIXIT_DELETE): New constant.
12831         (class colorizer): Drop "_cs" suffix from fields.  Delete "_ce"
12832         fields in favor of new field "m_stop_color".  Add fields
12833         "m_fixit_insert" and "m_fixit_delete".
12834         (colorizer::colorizer): Update for above changes.  Replace
12835         colorize_start calls with calls to get_color_by_name.
12836         (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
12837         STATE_FIXIT_DELETE.  Update for field renamings.
12838         (colorizer::finish_state): Simplify by using m_stop_color,
12839         rather than multiple identical "*_ce" fields.
12840         (colorizer::get_color_by_name): New method.
12841         (layout::print_any_fixits): Print insertions and replacements
12842         using the "fixit-insert" color, and deletions using the
12843         "fixit-delete" color.
12844         * doc/invoke.texi (-fdiagnostics-color): Update description of
12845         default GCC_COLORS, and of the supported capabilities.
12847 2016-08-26  Max Filippov  <jcmvbkbc@gmail.com>
12849         * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
12850         current_function_static_stack_size variable with the static
12851         stack frame size of the current function when
12852         flag_stack_usage_info is enabled.
12854 2016-08-26  Nathan Sidwell  <nathan@acm.org>
12856         * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
12857         assignment inside if condition.
12859 2016-08-26  Richard Biener  <rguenther@suse.de>
12861         PR tree-optimization/69047
12862         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
12863         extracts similar to what FRE does.
12864         (non_rewritable_mem_ref_base): Likewise.
12866 2016-08-26  Joseph Myers  <joseph@codesourcery.com>
12868         * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
12869         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
12870         * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12871         * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12872         * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
12873         Likewise.
12874         * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12875         * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12876         * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12877         * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
12878         * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12880 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12882         PR target/70473
12883         * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
12884         reservation duration to 15 cycles.
12885         (cortex_a8_vfp_macs): Likewise.
12886         (cortex_a8_vfp_macd): Likewise.
12887         (cortex_a8_vfp_divs): Likewise.
12888         (cortex_a8_vfp_divd): Likewise.
12890 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12892         * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
12893         (aarch_macro_fusion_pair_p): Use above to avoid early return.
12895 2016-08-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12896             Martin Jambhor  <mjambor@suse.cz>
12898         * common.opt: New option -fipa-bit-cp.
12899         * doc/invoke.texi: Document -fipa-bit-cp.
12900         * opts.c (default_options_table): Add entry for -fipa-bit-cp.
12901         (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
12902         * tree-ssa-ccp.h: New header file.
12903         * tree-ssa-ccp.c: Include tree-ssa-ccp.h
12904         (bit_value_binop_1): Change to bit_value_binop_1 and export it.
12905         Replace all occurences of tree parameter by two new params: signop, int.
12906         (bit_value_unop_1): Change to bit_value_unop and export it.
12907         Replace all occurences of tree parameter by two new params: signop,
12908         int.
12909         (bit_value_binop): Change call from bit_value_binop_1 to
12910         bit_value_binop.
12911         (bit_value_assume_aligned): Likewise.
12912         (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
12913         (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
12914         to ccp_finalize.
12915         (ccp_finalize): Skip processing if val->mask == 0.
12916         * ipa-cp.c: Include tree-ssa-ccp.h
12917         (ipcp_bits_lattice): New class.
12918         (ipcp_param_lattice (bits_lattice): New member.
12919         (print_all_lattices): Call ipcp_bits_lattice::print.
12920         (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
12921         (initialize_node_lattices): Likewise.
12922         (propagate_bits_accross_jump_function): New function.
12923         (propagate_constants_accross_call): Call
12924         propagate_bits_accross_jump_function.
12925         (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
12926         (ipcp_store_bits_results): New function.
12927         (ipcp_driver): Call ipcp_store_bits_results.
12928         * ipa-prop.h (ipa_bits): New struct.
12929         (ipa_jump_func): Add new member bits of type ipa_bits.
12930         (ipa_param_descriptor): Change decl to decl_or_type.
12931         (ipa_get_param): Change decl to decl_or_type and assert on
12932         PARM_DECL.
12933         (ipa_get_type): New function.
12934         (ipcp_transformation_summary): New member bits.
12935         * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
12936         (ipa_populate_param_decls): Likewise.
12937         (ipa_dump_param): Likewise.
12938         (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
12939         function.
12940         (ipa_set_jf_unknown): Set ipa_bits::known to false.
12941         (ipa_compute_jump_functions_for_edge): Compute jump function for bits
12942         propagation.
12943         (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
12944         (ipa_write_jump_function): Add streaming for ipa_bits.
12945         (ipa_read_jump_function): Add support for reading streamed ipa_bits.
12946         (write_ipcp_transformation_info): Add streaming for ipa_bits
12947         summary for ltrans.
12948         (read_ipcp_transfomration_info): Add support for reading streamed
12949         ipa_bits.
12950         (ipcp_update_bits): New function.
12951         (ipcp_transform_function): Call ipcp_update_bits.
12953 2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12955         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
12956         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
12958 2016-08-25  David Edelsohn  <dje.gcc@gmail.com>
12960         * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
12962 2016-08-25  Richard Biener  <rguenther@suse.de>
12964         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
12965         Only add locations in late dwarf.
12966         (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
12967         (dwarf2out_early_finish): But do it here.
12969 2016-08-24  Michael Collison  <michael.collison@linaro.org>
12970             Michael Collison  <michael.collison@arm.com>
12972         * config/arm/arm-modes.def: Add new condition code mode CC_V
12973         to represent the overflow bit.
12974         * config/arm/arm.c (maybe_get_arm_condition_code):
12975         Add support for CC_Vmode.
12976         (arm_gen_unlikely_cbranch): New function to generate common
12977         rtl conditional branches for overflow patterns.
12978         * config/arm/arm-protos.h: Add prototype for
12979         arm_gen_unlikely_cbranch.
12980         * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
12981         addsi3_compareV_upper): New patterns to support signed
12982         builtin overflow add operations.
12983         (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
12984         New patterns to support unsigned builtin add overflow operations.
12985         (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
12986         builtin overflow subtract operations,
12987         (usubv<mode>4): New patterns to support unsigned builtin subtract
12988         overflow operations.
12989         (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
12990         to support builtin overflow negate operations.
12992 2016-08-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12994         Revert
12995         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12997         * explow.c (get_dynamic_stack_size): Take known alignment of stack
12998         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
12999         needed.
13001 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13003         * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
13004         MULTILIB_OPTIONS should be used.  Small wording fixes.
13005         * genmultilib: Memorize set of all option combinations in
13006         combination_space.  Detect if RHS of MULTILIB_REUSE uses an option not
13007         found in MULTILIB_OPTIONS by checking if option set is listed in
13008         combination_space.  Output new and existing error message to stderr.
13010 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13012         * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
13013         -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
13014         Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
13015         (MULTILIB_REUSE): Remove reuse rules for option set including
13016         -mfpu=fp-armv8 and -mfpu=vfpv4
13018 2016-08-24  Sebastian Huber  <sebastian.huber@embedded-brains.de>
13020         * config/arm/t-rtems: Add vfp multilib.
13022 2016-08-23  Ian Lance Taylor  <iant@golang.org>
13024         * config/s390/s390.c (s390_asm_file_start): Call
13025         default_file_start.
13027 2016-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
13029         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
13030         initialization of all 0's to the 0 constant, instead of directly
13031         generating XOR.  Add support for V4SImode vector initialization on
13032         64-bit systems with direct move, and rework the ISA 3.0 V4SImode
13033         initialization.  Change variables used in V4SFmode vector
13034         intialization.  For V4SFmode vector splat on ISA 3.0, make sure
13035         any memory addresses are in index form.  Add support for using
13036         VSPLTH/VSPLTB to initialize vector short and vector char vectors
13037         with all of the same element.
13038         (regno_or_subregno): New helper function to return a register
13039         number for either REG or SUBREG.
13040         (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
13041         Use regno_or_subregno where possible.
13042         (rs6000_split_v4si_init_di_reg): New helper function to build up a
13043         DImode value from two SImode values in order to generate V4SImode
13044         vector initialization on 64-bit systems with direct move.
13045         (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
13046         initialization.
13047         (rtx_is_swappable_p): V4SImode vector initialization insn is not
13048         swappable.
13049         * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
13050         declaration.
13051         * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
13052         attributes to initialize V8HImode and V16QImode vectors with the
13053         same element.
13054         (VSX_SPLAT_COUNT): Likewise.
13055         (VSX_SPLAT_SUFFIX): Likewise.
13056         (UNSPEC_VSX_VEC_INIT): New unspec.
13057         (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
13058         Allow SFmode values to come from Altivec registers.
13059         (vsx_init_v4si): New insn/split for V4SImode vector initialization
13060         on 64-bit systems with direct move.
13061         (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
13062         vector initializations, to allow V4SImode vector initializations
13063         on 64-bit systems with direct move.
13064         (vsx_splat_v4si): Likewise.
13065         (vsx_splat_v4si_di): Likewise.
13066         (vsx_splat_v4sf): Likewise.
13067         (vsx_splat_v4sf_internal): Likewise.
13068         (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
13069         register classes.
13070         (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
13071         (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
13072         initializing V8HImode and V16QImode vectors with the same
13073         element.
13074         * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
13075         optimization if -maltivec=be.
13077 2016-08-23  Christophe Lyon  <christophe.lyon@linaro.org>
13079         * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
13080         attribute for alternatives 3 and 4.
13082 2016-08-23  David Malcolm  <dmalcolm@redhat.com>
13084         * selftest.c (selftest::assert_str_contains): New function.
13085         (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
13086         * selftest.h (selftest::assert_str_contains): New decl.
13087         (ASSERT_STR_CONTAINS): New macro.
13089 2016-08-23  Richard Biener  <rguenther@suse.de>
13091         PR tree-optimization/77286
13092         * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
13093         the CFG here.
13094         (vect_transform_loop): Split exit edges of loop and scalar
13095         loop if required and at the appropriate time.
13097 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13099         * explow.c (get_dynamic_stack_size): Take known alignment of stack
13100         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
13101         needed.
13102         Correct a typo in a comment.
13104 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13106         * config/s390/s390.md ("*andc_split"): New splitter for and with
13107         complement.
13109 2016-08-23  Richard Biener  <rguenther@suse.de>
13111         PR tree-optimization/27336
13112         * tree-vrp.c (infer_value_range): Handle stmts that can throw
13113         by looking for a non-EH edge.
13114         (process_assert_insertions_for): Likewise.
13116 2016-08-23  Richard Biener  <rguenther@suse.de>
13118         PR middle-end/77305
13119         * statistics.c (statistics_counter_event): Robustify against
13120         NULL current_pass.
13122 2016-08-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
13124         * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
13125         for targets amdfam10 and barcelona.
13127 2016-08-22  Uros Bizjak  <ubizjak@gmail.com>
13129         * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
13130         (zero_extend<mode>di2): Ditto.
13131         (*zero_extend<mode>si2): Ditto.
13132         (*zero_extendqihi2): Ditto.
13134 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
13136         PR middle-end/77269
13137         * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
13138         (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
13140 2016-08-22  Patrick Palka  <ppalka@gcc.gnu.org>
13142         * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
13143         identical consecutive elements.
13144         [SSA_NAME]: Print the name's def stmt on its own line.  When printing
13145         the node's def stmt, avoid printing an unwanted trailing newline by
13146         replacing the call to print_gimple_stmt() with its inlined body and
13147         adjusting it to not set pp_needs_newline and to call pp_flush()
13148         instead of pp_newline_and_flush().
13150 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
13152         * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
13153         (float32_type_node, float64_type_node, float32x_type_node)
13154         (float128x_type_node): New macros.
13155         * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
13156         (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
13157         (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
13158         (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
13159         (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
13160         (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
13161         (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
13162         (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
13163         (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
13164         (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
13165         (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
13166         (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
13167         (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
13168         (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
13169         (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
13170         (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
13171         * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
13172         (copysign, fabs, huge_val, inf, nan, nans): Use it.
13173         * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
13174         and copysign.
13175         (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
13176         (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
13177         * doc/extend.texi (Other Builtins): Document these built-in
13178         functions.
13179         * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
13180         for nan and nans.
13182 2016-08-22  Gerald Pfeifer  <gerald@pfeifer.com>
13184         * doc/install.texi (Binaries): www.opencsw.org now uses https.
13186 2016-08-22  Richard Biener  <rguenther@suse.de>
13188         * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
13190 2016-08-21  Uros Bizjak  <ubizjak@gmail.com>
13192         PR target/77270
13193         * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
13194         TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
13195         non-SSE2 athlons only, otherwise prefer SSE prefetches.
13197 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
13199         * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
13200         (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
13201         (vrp_visit_switch_stmt): Likewise.
13202         (extract_range_from_stmt): Factored out from vrp_visit_stmt.
13203         (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
13204         (vrp_visit_stmt): Use extract_range_from_stmt.
13205         (vrp_visit_phi_node): Use extract_range_from_phi_node.
13207 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
13209         * Makefile.in: Add tree-vrp.h to GTFILES.
13210         * gengtype.c (open_base_files): Add tree-vrp.h.
13211         * asan.c: Add tree-vrp.h which now has the definition value_range_type.
13212         * builtins.c: Likewise.
13213         * fold-const.c: Likewise.
13214         * gimple-builder.c: Likewise.
13215         * gimple-laddress.c: Likewise.
13216         * hsa-gen.c: Likewise.
13217         * internal-fn.c: Likewise.
13218         * ssa.h: Likewise.
13219         * targhooks.c: Liewise,
13220         * tree-ssa-address.c: Likewise.
13221         * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
13222         * tree-vrp.c (struct value_range): Move to tree-vrp.h
13223         * tree-vrp.h: New file.
13225 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
13227         PR tree-optimization/61839
13228         * tree-vrp.c (two_valued_val_range_p): New.
13229         (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
13230         two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
13231         Also Convert VAR BINOP CST where VAR is two-valued to
13232         VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
13234 2016-08-19  David Malcolm  <dmalcolm@redhat.com>
13236         * diagnostic-show-locus.c
13237         (layout::annotation_line_showed_range_p): New method.
13238         (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
13239         Reimplement case fixit_hint::REPLACE to cover removals, and
13240         replacements where the range of the replacement isn't one
13241         of the ranges in the rich_location.
13242         (test_one_liner_fixit_replace): Likewise.
13243         (selftest::test_one_liner_fixit_replace_non_equal_range): New
13244         function.
13245         (selftest::test_one_liner_fixit_replace_equal_secondary_range):
13246         New function.
13247         (selftest::test_diagnostic_show_locus_one_liner): Call the new
13248         functions.
13249         * diagnostic.c (print_parseable_fixits): Remove case
13250         fixit_hint::REMOVE.
13252 2016-08-19  Uros Bizjak  <ubizjak@gmail.com>
13254         PR target/77270
13255         * config/i386/i386.c (ix86_option_override_internal): Remove
13256         PTA_PRFCHW from entries that also have PTA_3DNOW flag.
13257         Enable SSE prefetch also for TARGET_PREFETCHWT1.
13258         Do not try to enable TARGET_PRFCHW ISA flag here.
13259         * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
13260         Rewrite expander function body.
13261         (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
13263 2016-08-19  Joseph Myers  <joseph@codesourcery.com>
13265         PR c/32187
13266         * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
13267         (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
13268         (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
13269         (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
13270         (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
13271         (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
13272         (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
13273         (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
13274         (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
13275         tree_index values.
13276         (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
13277         macros.
13278         (struct floatn_type_info): New structure type.
13279         (floatn_nx_types): New variable declaration.
13280         * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
13281         (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
13282         (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
13283         * tree.c (floatn_nx_types): New variable.
13284         (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
13285         corresponding complex types.
13286         * target.def (floatn_mode): New hook.
13287         * targhooks.c: Include "real.h".
13288         (default_floatn_mode): New function.
13289         * targhooks.h (default_floatn_mode): New prototype.
13290         * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
13291         types.
13292         * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
13293         effective-target and dg-add-options keywords.
13294         (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
13295         Document new effective-target keywords.
13296         * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
13297         * doc/tm.texi: Regenerate.
13298         * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
13299         __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
13300         [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
13301         18661-3.
13302         * real.h (struct real_format): Add field ieee_bits.
13303         * real.c (ieee_single_format, mips_single_format)
13304         (motorola_single_format, spu_single_format, ieee_double_format)
13305         (mips_double_format, motorola_double_format)
13306         (ieee_extended_motorola_format, ieee_extended_intel_96_format)
13307         (ieee_extended_intel_128_format)
13308         (ieee_extended_intel_96_round_53_format, ibm_extended_format)
13309         (mips_extended_format, ieee_quad_format, mips_quad_format)
13310         (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
13311         (decimal_double_format, decimal_quad_format, ieee_half_format)
13312         (arm_half_format, real_internal_format: Initialize ieee_bits
13313         field.
13314         * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
13315         float128_type_node.  Set float80_type_node to float64x_type_node
13316         if appropriate and long_double_type_node not appropriate.
13317         * config/ia64/ia64.c (ia64_init_builtins): Likewise.
13318         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
13319         Initialize ieee_bits field.
13320         * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
13321         (rs6000_init_builtins): Set ieee128_float_type_node to
13322         float128_type_node.
13323         (rs6000_floatn_mode): New function.
13325 2016-08-19  Jakub Jelinek  <jakub@redhat.com>
13327         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
13328         _rdseed64_step): Uglify argument names and/or local variable names
13329         in inline functions.
13330         * config/i386/rtmintrin.h (_xabort): Likewise.
13331         * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
13332         _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
13333         _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
13334         _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
13335         _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
13336         _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
13337         _mm_maskz_ternarylogic_epi32): Likewise.
13338         * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
13339         __lwpins32, __lwpins64): Likewise.
13340         * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
13341         _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
13342         _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
13343         _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
13344         _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
13345         _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
13346         _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
13347         _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
13348         _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
13349         _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
13350         _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
13351         _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
13352         _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
13353         _mm256_mask_i64gather_epi32): Likewise.
13354         * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
13355         * config/i386/ia32intrin.h (__writeeflags): Likewise.
13356         * config/i386/pkuintrin.h (_wrpkru): Likewise.
13357         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
13358         _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
13359         _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
13360         _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
13361         _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
13362         _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
13363         _mm512_mask_prefetch_i64scatter_ps): Likewise.
13364         * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
13365         * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
13366         _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
13367         _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
13368         _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
13369         _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
13370         _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
13371         _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
13373         * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
13374         returning void.
13375         (_fxrstor, _fxsave64, _fxrstor64): Likewise.
13376         * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
13377         Likewise.
13378         * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
13379         * config/i386/pkuintrin.h (_wrpkru): Likewise.  Add space after
13380         function name.
13381         (_rdpkru_u32): Add space after function name.
13383         * config/i386/t-i386 (i386-c.o): Don't depend on
13384         i386-builtin-types.inc.
13385         (i386.o): Depend on i386-builtin-types.inc.
13387 2016-08-19  Matthew Wahab  <matthew.wahab@arm.com>
13389         PR target/77281
13390         * config/arm/arm.c (neon_valid_immediate): Delete declaration.
13391         Use const_vec_duplicate to check for duplicated elements.
13393 2016-08-19  Richard Biener  <rguenther@suse.de>
13395         PR tree-optimization/77290
13396         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
13397         Fix flag_tree_parallelize_loops check.
13399 2016-08-19  Richard Biener  <rguenther@suse.de>
13401         * match.pd (x | 0 -> x): Add.
13403 2016-08-19  Richard Biener  <rguenther@suse.de>
13405         PR tree-optimization/77286
13406         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
13407         Deal with virtual PHIs being out-of-order.
13409 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
13411         * doc/invoke.texi (fverbose-asm): Note that source code lines
13412         are emitted, and provide an example.
13413         * final.c (asm_show_source): New function.
13414         (final_scan_insn): Call asm_show_source.
13416 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
13418         * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
13419         param with diagnostic_kind.
13420         (class colorizer): Similarly replace field m_diagnostic with
13421         m_diagnostic_kind.
13422         (colorizer::colorizer): Replace diagnostic
13423         param with diagnostic_kind.
13424         (colorizer::begin_state): Update for above field change.
13425         (layout::layout): Replace diagnostic param with rich_location *
13426         and diagnostic_kind.
13427         (diagnostic_show_locus): Replace diagnostic param with richloc
13428         and diagnostic_kind.
13429         (class selftest::test_diagnostic_context): New class.
13430         (selftest::test_diagnostic_show_locus_unknown_location): New
13431         function.
13432         (selftest::test_one_liner_simple_caret): New function.
13433         (selftest::test_one_liner_caret_and_range): New function.
13434         (selftest::test_one_liner_multiple_carets_and_ranges): New
13435         function.
13436         (selftest::test_one_liner_fixit_remove): New function.
13437         (selftest::test_one_liner_fixit_replace): New function.
13438         (selftest::test_diagnostic_show_locus_one_liner): New function.
13439         (selftest::diagnostic_show_locus_c_tests): Call the new test
13440         functions.
13441         * diagnostic.c (diagnostic_initialize): Initialize
13442         colorize_source_p, show_ruler_p and parseable_fixits_p.
13443         (default_diagnostic_finalizer): Update for change to
13444         diagnostic_show_locus.
13445         (diagnostic_append_note): Likewise.
13446         * diagnostic.h (diagnostic_show_locus): Replace
13447         const diagnostic_info * param with location * and diagnostic_t.
13449 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
13451         * input.c (saved_line_table): New global.
13452         (class selftest::temp_line_table): Rename to line_table_test and
13453         move declaration to selftest.h, and drop field m_old_line_table.
13454         (selftest::temp_line_table::temp_line_table): Rename ctor to...
13455         (selftest::line_table_test::line_table_test): ...this.  Add a
13456         default ctor.  Store current value of line_table within
13457         saved_line_table.
13458         (selftest::temp_line_table::~temp_line_table): Rename dtor to...
13459         (selftest::line_table_test::~line_table_test): ...this, and
13460         restore line_table from the saved_line_table, rather than
13461         m_old_line_table.
13462         (selftest::test_accessing_ordinary_linemaps): Update for above
13463         renaming.
13464         (selftest::test_lexer): Likewise.
13465         (struct selftest::lexer_test): Likewise.
13466         (selftest::lexer_test::lexer_test): Likewise.
13467         (selftest::input_c_tests): Move the looping over test cases from
13468         here into...
13469         (selftest::for_each_line_table_case): New function.
13470         * input.h (saved_line_table): New decl.
13471         * selftest.h (struct selftest::line_table_case): New forward decl.
13472         (class selftest::line_table_test): New class, moved here from
13473         selftest::temp_line_table in input.c, and renamed.
13474         (selftest::for_each_line_table_case): New decl.
13476 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
13478         PR target/72839
13479         * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
13481 2016-08-18  Chung-Lin Tang  <cltang@codesourcery.com>
13483         PR middle-end/70895
13484         * gimplify.c (omp_add_variable): Adjust/add variable mapping on
13485         enclosing parallel construct for reduction variables on OpenACC loop
13486         directives.
13488 2016-08-18  Pierre-Marie de Rodat  <derodat@adacore.com>
13490         * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
13491         (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
13492         -gdwarf-3.
13493         (function_to_dwarf_procedure): Update comment.
13495 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
13497         * input.c (diagnostics_file_cache_forcibly_evict_file): New
13498         function.
13499         * input.h (diagnostics_file_cache_forcibly_evict_file): New
13500         declaration.
13501         * selftest.c (selftest::temp_source_file::~temp_source_file):
13502         Evict m_filename from the diagnostic file cache.
13504 2016-08-18  Richard Biener  <rguenther@suse.de>
13506         * tree-pass.h (make_pass_materialize_all_clones): Declare.
13507         * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
13508         make_pass_materialize_all_clones): New simple IPA pass encapsulating
13509         clone materialization.
13510         * passes.def (all_late_ipa_passes): Start with
13511         pass_materialize_all_clones.
13512         * cgraphunit.c (symbol_table::compile): Remove call to
13513         materialize_all_clones.
13514         * tree-into-ssa.c: Include statistics.h.
13515         (update_ssa): Count number of times we do incremental/rewrite
13516         SSA update.
13518 2016-08-18  Richard Biener  <rguenther@suse.de>
13520         PR tree-optimization/77282
13521         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
13522         When doing auto-parallelizing also prevent use of PHIs that
13523         carry dependences across loop backedges.
13525 2016-08-18  Tamar Christina  <tamar.christina@arm.com>
13526             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
13528         * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
13530 2016-08-18  Richard Biener  <rguenther@suse.de>
13532         * ssa-iterators.h (ssa_vuse_operand): New inline.
13533         * tree-if-conv.c (ifc_temp_var): Update virtual operand.
13534         (predicate_all_scalar_phis): Use remove_phi_node to remove
13535         phi nodes predicated.  Delay removing virtual PHIs.
13536         (predicate_mem_writes): Update virtual operands.
13537         (combine_blocks): Likewise.  Propagate out remaining virtual PHIs.
13538         (tree_if_conversion): Do not rewrite virtual SSA form.
13539         * tree-phinodes.c (release_phi_node): Make static.
13540         * tree-phinodes.h (release_phi_node): Remove.
13542 2016-08-18  Jakub Jelinek  <jakub@redhat.com>
13544         * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
13545         codes that appear in bdesc_* arrays, instead include i386-builtin.def
13546         twice to define those.
13547         (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
13548         bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
13549         bdesc_multi_arg): Define by including i386-builtin.def the third time.
13550         * config/i386/i386-builtin.def: New file.
13552 2016-08-17  David Malcolm  <dmalcolm@redhat.com>
13554         * input.c (get_source_range_for_char): Rename to...
13555         (selftest::get_source_range_for_char): ...this, and move within
13556         the #if CHECKING_P guard.
13557         (get_num_source_ranges_for_substring): Rename to...
13558         (selftest::get_num_source_ranges_for_substring): ...this, move
13559         within the #if CHECKING_P guard, and make static.
13560         (selftest::assert_num_substring_ranges): Initialize
13561         actual_num_ranges.
13563 2016-08-18  Alan Modra  <amodra@gmail.com>
13565         PR rtl-optimization/72771
13566         * reload.c (find_reloads): Don't assume that a subreg mem is OK
13567         when find_reloads_toplev returns address_reloaded==-1.
13568         (alternative_allows_const_pool_ref): Update comment.
13570 2015-08-17  Alan Hayward  <alan.hayward@arm.com>
13572         PR tree-optimization/71752
13573         * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
13574         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
13576 2016-08-17  Jakub Jelinek  <jakub@redhat.com>
13578         * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
13579         instead of testing ECF_NORETURN bit in gimple_call_flags.
13580         * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
13581         * predict.c (tree_bb_level_predictions): Likewise.
13582         * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
13584         PR middle-end/77259
13585         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
13586         turning a call into __builtin_unreachable-like noreturn call, adjust
13587         gimple_call_set_fntype.
13588         * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
13589         gimple_call_fntype has void return type.
13591 2016-08-17  Chung-Lin Tang  <cltang@codesourcery.com>
13593         * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
13594         maybe_lookup_decl, to handle nested acc loop directives.
13596 2016-08-17  Richard Biener  <rguenther@suse.de>
13598         PR tree-optimization/76490
13599         * tree-vrp.c (update_value_range): Preserve overflow infinities
13600         when intersecting with ranges from get_range_info.
13601         (operand_less_p): Handle overflow infinities correctly.
13602         (value_range_constant_singleton): Use vrp_operand_equal_p
13603         to handle overflow max/min correctly.
13604         (vrp_valueize): Likewise.
13605         (union_ranges): Likewise.
13606         (intersect_ranges): Likewise.
13607         (vrp_visit_phi_node): Improve iteration limitation to only
13608         apply when we'll possibly re-visit the PHI via a changed argument
13609         on the backedge.
13611 2016-08-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13613         * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
13614         (MULTILIB_REQUIRED): This by specifying multilib needing to be built
13615         rather than those that should not be built.
13617 2016-08-17  Stanislaw Halik  <sthalik@misaki.pl>
13619         PR target/66488
13620         * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
13622 2016-08-17  Richard Biener  <rguenther@suse.de>
13624         * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
13625         (verify_vssa): New function verifying virtual SSA form.
13626         (verify_ssa): Call it.
13627         * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
13628         Do not apply loop-closed SSA handling to virtuals.
13629         * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
13630         * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
13631         when rewriting their symbol.
13632         (prepare_def_site_for): Likewise.
13633         * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
13634         operands of moved stmts.
13636 2016-08-17  Richard Biener  <rguenther@suse.de>
13638         PR tree-optimization/23855
13639         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
13640         (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
13641         find guards to hoist.  Do not update SSA form but rewrite virtuals
13642         into loop closed SSA.
13643         (find_loop_guard): Adjust to skip already hoisted guards.  Do
13644         not mark virtuals for renaming or update SSA form.
13646 2016-08-17  Martin Liska  <mliska@suse.cz>
13648         * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
13649         a LONG_LONG_TYPE_SIZE comparison.
13650         * gcov-io.h: Remove macro definitions.
13651         * tree-profile.c (gimple_gen_edge_profiler): Replace usage
13652         of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
13653         comparison.
13655 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
13657         * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
13658         that builtins not mentioned in bdesc_* arrays come first, then
13659         the ones mentioned in bdesc_* arrays in the order they appear in
13660         the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
13661         IX86_BUILTIN__BDESC_*_LAST enumerator.
13662         (bdesc_mpx): Fix up a comment typo.
13663         (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
13664         __builtin_ia32_vpcomneu[bwdq] builtins.
13665         (BDESC_VERIFY, BDESC_VERIFYS): Define.
13666         (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
13667         enum ix86_builtins ordering.
13668         (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
13669         for direct bdesc_* array member access instead of searching all the
13670         arrays until an fcode match is found.
13672 2016-08-16  Uros Bizjak  <ubizjak@gmail.com>
13674         * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
13675         pattern as define_insn_and_split.  Split insn before reload to
13676         ashl<mode>3_1.
13677         (*<shift_insn><mode>3_mask): Ditto.  Split insn before reload to
13678         <shift_insn><mode>3_1.
13679         (*<rotate_insn><mode>3_mask): Ditto.  Split insn before reload to
13680         <rotate_insn><mode>3_1.
13682 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
13684         PR c/72857
13685         * input.c (get_source_range_for_substring): Rename to...
13686         (get_source_location_for_substring): ...this, adding param
13687         "caret_idx", and converting output param from source_range * to
13688         location_t *.
13689         (get_source_range_for_char): New function.
13690         (get_num_source_ranges_for_substring): Update comment to reflect
13691         above renaming.
13692         (assert_char_at_range): Update to use get_source_range_for_char
13693         rather than get_source_range_for_substring.
13694         (test_lexer_string_locations_concatenation_2): Likewise.
13695         * substring-locations.h (get_source_range_for_substring): Rename
13696         to...
13697         (get_source_location_for_substring): ...this, and adding param
13698         "caret_idx", and converting output param from source_range * to
13699         location_t *.
13701 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
13703         * input.c (class selftest::temp_source_file): Move to
13704         selftest.h.
13705         (selftest::temp_source_file::temp_source_file): Move to
13706         selftest.c.
13707         (selftest::temp_source_file::~temp_source_file): Likewise.
13708         * selftest.c (selftest::temp_source_file::temp_source_file): Move
13709         here from input.c.
13710         (selftest::temp_source_file::~temp_source_file): Likewise.
13711         * selftest.h (class selftest::temp_source_file): Move here from
13712         input.c
13714 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
13716         PR target/71910
13717         * tree-cfg.c (execute_fixup_cfg): Add node variable, use it.  Before
13718         inlining, add cgraph edge for the added __builtin_unreachable call.
13720         PR middle-end/67485
13721         * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
13722         only cast it to SHWI for the final comparison.
13724 2016-08-16  Martin Liska  <mliska@suse.cz>
13726         PR gcov-profile/36412
13727         * doc/gcov.texi: Document --hash-filenames(-x).
13728         * gcov.c (print_usage): Add the option.
13729         (process_args): Process the option, sort options alphabetically.
13730         (md5sum_to_hex): New function.
13731         (make_gcov_file_name): Do the md5sum and append it to a
13732         filename.
13734 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
13736         PR tree-optimization/69848
13737         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
13738         and swtich operands to avoid additional NOT instruction.
13739         (vcond<v_cmp_mixed><mode>): Ditto.
13740         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
13742 2016-08-16  Eric Botcazou  <ebotcazou@adacore.com>
13744         * doc/install.texi (*-*-solaris2*): Adjust latest change.
13746 2016-08-16  Richard Biener  <rguenther@suse.de>
13748         PR tree-optimization/76783
13749         * tree-ssa-propagate.c (ssa_prop_init): Use RPO order.  Clear
13750         BB visited flags at start.
13752 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
13754         PR tree-optimization/72817
13755         PR tree-optimization/73450
13756         * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
13757         multiple_of_p for adjusted IV.base.
13759 2016-08-15  Uros Bizjak  <ubizjak@gmail.com>
13761         PR target/72867
13762         * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
13763         Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
13764         for !flag_finite_math_only or flag_signed_zeros.
13765         (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
13766         *<code><mode>3_finite<mask_name><round_saeonly_name>.  Do not
13767         depend on flag_finite_math_only.
13768         (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
13769         New insn pattern.
13770         (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
13771         (*ieee_smin<mode>3): Ditto.
13772         (*ieee_smax<mode>3): Ditto.
13773         * config/i386/mmx.md (mmx_<code>v2sf3): Emit
13774         mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
13775         flag_signed_zeros.
13776         (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite.  Do not
13777         depend on flag_finite_math_only.
13778         (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
13779         (*mmx_<code>v2sf3): Remove.
13780         * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
13781         * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
13782         flag_signed_zeros instead of !flag_unsafe_math_optimizations.
13784 2016-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
13786         PR rtl-optimization/73650
13787         * lra-constraints.c (simple_move_p): If the insn is multiple_sets
13788         it is not a simple move.
13790 2016-08-15  Martin Liska  <mliska@suse.cz>
13792         PR driver/72765
13793         * gcc.c (do_spec_1): Call save_string with the right size.
13794         (save_string): Do an assert about string we copy.
13796 2016-08-15  Richard Biener  <rguenther@suse.de>
13798         * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
13799         * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
13800         TV_MACH_DEP.
13801         (pass_data_stv): Likewise.
13803 2016-08-15  Richard Biener  <rguenther@suse.de>
13805         PR tree-optimization/73434
13806         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
13807         TBAA info on the base when forwarding a non-invariant address.
13809 2016-08-15  Jakub Jelinek  <jakub@redhat.com>
13811         * dwarf2out.c (struct checksum_attributes): Add
13812         at_string_length_bit_size and at_string_length_byte_size fields.
13813         (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
13814         and DW_AT_string_length_byte_size.
13815         (die_checksum_ordered): Handle at_string_length_bit_size and
13816         at_string_length_byte_size.
13817         (gen_array_type_die): For dwarf_version >= 5 emit
13818         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
13819         (adjust_string_types): For dwarf_version >= 5 remove
13820         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
13821         (resolve_addr): Likewise.
13823         PR debug/71906
13824         * dwarf2out.c (string_types): New variable.
13825         (gen_array_type_die): Change early_dwarf handling of
13826         DW_AT_string_length, create DW_OP_call4 referencing the
13827         length var temporarily.  Handle parameters that are pointers
13828         to string length.
13829         (adjust_string_types): New function.
13830         (gen_subprogram_die): Temporarily set string_types to local var,
13831         call adjust_string_types if needed.
13832         (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
13833         New functions.
13834         (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
13836 2016-08-15  Eric Botcazou  <ebotcazou@adacore.com>
13838         * doc/install.texi (*-*-solaris2*): Fix version number and document
13839         requirement on GNU make for building libjava with the Solaris linker.
13841 2016-08-15  Martin Liska  <mliska@suse.cz>
13842             Jakub Jelinek  <jakub@redhat.com>
13844         PR tree-optimization/72824
13845         * tree-loop-distribution.c (const_with_all_bytes_same)
13846         <case VECTOR_CST>: Fix a typo.
13848 2016-08-14  Uros Bizjak  <ubizjak@gmail.com>
13850         PR target/76342
13851         * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
13852         Renamed from _mm512_undefined_si512.
13853         (_mm_undefined_si512): New definition.
13855 2016-08-13  Richard Biener  <rguenther@suse.de>
13857         * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
13858         into PHIs and update the lattice for its def.
13860 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
13862         PR c/71512
13863         * ubsan.c (instrument_si_overflow): Pass true instead of false
13864         to gsi_replace.
13865         (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
13866         of bbs.  Return TODO_cleanup_cfg if any returned true.
13868 2016-08-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
13870         * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
13871         ISA 3.0 MTVSRDD instruction.
13872         (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
13873         vecperm.
13875 2016-08-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13877         PR tree-optimization/71083
13878         * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
13879         bitfield access when possible.
13881 2016-08-12  Patrick Palka  <ppalka@gcc.gnu.org>
13883         PR middle-end/71654
13884         * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
13885         sign-changing cast from a shorter unsigned type to a wider
13886         signed type.
13888 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
13890         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
13891         vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
13892         vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
13894 2016-08-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13896         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
13897         Correct costs for vec_construct.
13899 2016-08-12  Bin Cheng  <bin.cheng@arm.com>
13901         PR tree-optimization/69848
13902         * tree-vectorizer.h (enum vect_def_type): New condition reduction
13903         type CONST_COND_REDUCTION.
13904         * tree-vect-loop.c (vectorizable_reduction): Support new condition
13905         reudction type CONST_COND_REDUCTION.
13907 2016-08-12  Richard Biener  <rguenther@suse.de>
13909         PR tree-optimization/57326
13910         * tree-ssa-pre.c (fully_constant_expression): Handle simplification
13911         returning an SSA name.
13912         (phi_translate_1): When fully_constant_expression returns a NAME
13913         make sure we have a leader for it.
13915 2016-08-12  Martin Liska  <mliska@suse.cz>
13916             Adam Fineman  <afineman@afineman.com>
13918         * gcov.c (process_file): Create .gcov file when .gcda
13919         file is missing.
13921 2016-08-12  Marek Polacek  <polacek@redhat.com>
13923         PR c/7652
13924         * alias.c (find_base_value): Adjust fall through comment.
13925         * cfgexpand.c (expand_debug_expr): Likewise.
13926         * combine.c (find_split_point): Likewise.
13927         (expand_compound_operation): Likewise.  Add FALLTHRU.
13928         (make_compound_operation): Adjust fall through comment.
13929         (canon_reg_for_combine): Add FALLTHRU.
13930         (force_to_mode): Adjust fall through comment.
13931         (simplify_shift_const_1): Likewise.
13932         (simplify_comparison): Likewise.
13933         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
13934         FALLTHRU.
13935         * config/aarch64/predicates.md: Likewise.
13936         * config/i386/i386.c (function_arg_advance_32): Likewise.
13937         (ix86_gimplify_va_arg): Likewise.
13938         (print_reg): Likewise.
13939         (ix86_print_operand): Likewise.
13940         (ix86_build_const_vector): Likewise.
13941         (ix86_expand_branch): Likewise.
13942         (ix86_sched_init_global): Adjust fall through comment.
13943         (ix86_expand_args_builtin): Add FALLTHRU.
13944         (ix86_expand_builtin): Likewise.
13945         (ix86_expand_vector_init_one_var): Likewise.
13946         * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
13947         (rs6000_adjust_cost): Likewise.
13948         (insn_must_be_first_in_group): Likewise.
13949         * config/rs6000/rs6000.md: Likewise.  Adjust fall through comment.
13950         * dbxout.c (dbxout_symbol): Adjust fall through comment.
13951         * df-scan.c (df_uses_record): Likewise.
13952         * dojump.c (do_jump): Add FALLTHRU.
13953         * dwarf2out.c (mem_loc_descriptor): Likewise.  Adjust fall through
13954         comment.
13955         (resolve_args_picking_1): Adjust fall through comment.
13956         (loc_list_from_tree_1): Likewise.
13957         * expmed.c (make_tree): Likewise.
13958         * expr.c (expand_expr_real_2): Add FALLTHRU.
13959         (expand_expr_real_1): Likewise.  Adjust fall through comment.
13960         * fold-const.c (const_binop): Adjust fall through comment.
13961         (fold_truth_not_expr): Likewise.
13962         (fold_cond_expr_with_comparison): Add FALLTHRU.
13963         (fold_binary_loc): Likewise.
13964         (contains_label_1): Adjust fall through comment.
13965         (multiple_of_p): Likewise.
13966         * gcov-tool.c (process_args): Add FALLTHRU.
13967         * genattrtab.c (check_attr_test): Likewise.
13968         (write_test_expr): Likewise.
13969         * genconfig.c (walk_insn_part): Likewise.
13970         * genpreds.c (validate_exp): Adjust fall through comment.
13971         (needs_variable): Likewise.
13972         * gensupport.c (get_alternatives_number): Add FALLTHRU.
13973         (subst_dup): Likewise.
13974         * gimple-pretty-print.c (dump_gimple_assign): Likewise.
13975         * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
13976         (gimplify_scan_omp_clauses): Add FALLTHRU.
13977         (goa_stabilize_expr): Likewise.
13978         * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
13979         through comment.
13980         * hsa-gen.c (get_address_from_value): Likewise.
13981         * ipa-icf.c (sem_function::hash_stmt): Likewise.
13982         * ira.c (ira_setup_alts): Add FALLTHRU.
13983         * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
13984         comment.
13985         * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
13986         * opts.c (common_handle_option): Likewise.
13987         * read-rtl.c (read_rtx_code): Likewise.
13988         * real.c (round_for_format): Likewise.
13989         * recog.c (asm_operand_ok): Likewise.
13990         * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
13991         * reload1.c (set_label_offsets): Likewise.
13992         (eliminate_regs_1): Likewise.
13993         (reload_reg_reaches_end_p): Likewise.
13994         * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
13995         (rtx_cost): Likewise.
13996         * sched-rgn.c (is_exception_free): Likewise.
13997         * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
13998         * stor-layout.c (int_mode_for_mode): Likewise.
13999         * toplev.c (print_to_asm_out_file): Likewise.
14000         (print_to_stderr): Likewise.
14001         * tree-cfg.c (gimple_verify_flow_info): Likewise.
14002         * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
14003         (chrec_fold_multiply): Likewise.
14004         (evolution_function_is_invariant_rec_p): Likewise.
14005         (for_each_scev_op): Likewise.
14006         * tree-data-ref.c (siv_subscript_p): Likewise.
14007         (get_references_in_stmt): Likewise.
14008         * tree.c (find_placeholder_in_expr): Adjust fall through comment.
14009         (substitute_in_expr): Likewise.
14010         (type_cache_hasher::equal): Likewise.
14011         (walk_type_fields): Likewise.
14012         * var-tracking.c (adjust_mems): Add FALLTHRU.
14013         (set_dv_changed): Adjust fall through comment.
14014         * varasm.c (default_function_section): Add FALLTHRU.
14016 2016-08-12  Marek Polacek  <polacek@redhat.com>
14018         PR c/7652
14019         * tree-complex.c (expand_complex_division): Add missing break.
14021 2016-08-12  Richard Biener  <rguenther@suse.de>
14023         * passes.c (execute_todo): Do not push/pop TV_TODO.
14024         (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
14025         (execute_one_pass): Likewise.
14026         * common.opt (ftime-report-details): New switch.
14027         * doc/invoke.texi (ftime-report-details): Document.
14028         * timevar.h (timer::print_row): Adjust signature.
14029         (timer::all_zero): New static helper.
14030         (timer::child_map_t): New typedef.
14031         (timer::time_var_def): Add children field.
14032         * timevar.c (timer::named_items::print): Adjust.
14033         (timer::~timer): Free timevar recorded children.
14034         (timer::pop_internal): When -ftime-report-details record
14035         time spent in sub-timevars.
14036         (timer::print_row): Adjust.
14037         (timer::print): Print sub-timevar stats, use all_zero.
14038         * timevar.def (TV_TODO): Remove.
14040 2016-08-12  Richard Biener  <rguenther@suse.de>
14042         PR tree-optimization/72851
14043         * tree-ssa-propagate.c: Include cfganal.h.  Rewrite block and stmt
14044         worklists to use bitmaps indexed in execution order.
14045         (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
14046         bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
14047         (cfg_blocks): Make a bitmap.
14048         (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
14049         New globals.
14050         (cfg_blocks_empty_p): Adjust.
14051         (cfg_blocks_add): Likewise.
14052         (cfg_blocks_get): Likewise.
14053         (add_ssa_edge): Likewise.
14054         (add_control_edge): Likewise.
14055         (simulate_stmt): Likewise.
14056         (process_ssa_edge_worklist): Likewise.
14057         (simulate_block): Likewise.
14058         (ssa_prop_init): Compute PRE order and stmt UIDs.
14059         (ssa_prop_fini): Adjust.
14060         (ssa_propagate): Adjust.
14062 2016-08-12  Richard Biener  <rguenther@suse.de>
14064         * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
14065         the currently executable edges have fixed ranges.  Always
14066         go through update_value_range.
14068 2016-08-12  Alexandre Oliva  <aoliva@redhat.com>
14070         PR debug/63240
14071         * langhooks-def.h
14072         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
14073         (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
14074         (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
14075         (LANG_HOOKS_DECLS): Add it.
14076         * langhooks.h (struct lang_hooks_for_decls): Add
14077         function_decl_defaulted.  Const_tree-ify
14078         function_decl_explicit_p and function_decl_deleted_p.
14079         * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
14080         attribute.  Add DW_AT_deleted instead of DW_AT_GNU_deleted,
14081         also at strict DWARF v5.
14083         PR debug/55641
14084         * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
14085         TYPE_QUAL_CONST in reference-typed decls.
14087         PR debug/49366
14088         * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
14089         in DW_OP_pieces, just enough to handle pointers to member
14090         functions.
14091         (gen_remaining_tmpl_value_param_die_attribute): Use a location
14092         expression on DWARFv5 if a constant value doesn't work.
14094 2016-08-11  David Malcolm  <dmalcolm@redhat.com>
14096         * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
14097         * selftest.c (selftest::test_assertions): New function.
14098         (selftest::selftest_c_tests): New function.
14099         * selftest.h (selftest::selftest_c_tests): New declaration.
14101 2016-08-11  Richard Biener  <rguenther@suse.de>
14102             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14104         PR rtl-optimization/72855
14105         * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
14107 2016-08-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14109         PR target/72863
14110         * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
14111         (vsx_store_<mode>): Likewise.
14113 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
14115         * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
14116         TImode CONST_WIDE_INT store.
14117         (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
14119 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
14121         * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
14122         mode if unaligned SSE load and store are optimal.
14124 2016-08-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14126         PR tree-optimization/71083
14127         * tree-predcom.c (ref_at_iteration): Correctly align the
14128         reference type.
14130 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14132         * config/s390/s390-builtin-types.def: Add INT128 types.
14133         * config/s390/s390-builtins.def: Add INT128 variants for the add
14134         sub low-level builtins dealing with TImode.
14135         * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
14136         via subreg when expanding a builtin.
14137         * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
14138         UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
14139         Fix comment.
14140         * config/s390/vecintrin.h: Adjust builtin names accordingly.
14141         * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
14142         ("vec_addc<mode>", "vec_addc_u128"): Merge to
14143         "vacc<bhfgq>_<mode>".
14144         ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
14145         ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
14146         ("vec_subc<mode>", "vec_subc_u128"): Merge to
14147         "vscbi<bhfgq>_<mode>".
14148         ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
14149         ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
14151 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14153         * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
14155 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
14157         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
14158         unused declaration.
14159         (vcond<v_cmp_mixed><mode>): Ditto.
14160         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
14162 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
14164         * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
14165         variable explicitly, also assert on it before use.
14167 2016-08-11  Richard Biener  <rguenther@suse.de>
14169         PR tree-optimization/72772
14170         * cfgloopmanip.c (create_preheader): Use split_edge if there
14171         is a single loop entry, avoiding degenerate PHIs.
14173 2016-08-11  Richard Biener  <rguenther@suse.de>
14175         * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
14176         unconditional TODO_cleanup_cfg.
14177         (pass_thread_jumps::execute): Initialize loops, perform a CFG
14178         cleanup only if we threaded a jump.
14180 2016-08-11  Alan Modra  <amodra@gmail.com>
14182         PR target/71680
14183         * lra-constraints.c (simplify_operand_subreg): Allow subreg
14184         mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
14185         slow.  Emit two reloads for slow mem case, first loading in
14186         fast innermode, then converting to required mode.
14188 2016-08-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
14190         * config/rs6000/altivec.h (vec_extract_exp): New macro.
14191         (vec_extract_sig): New macro.
14192         (vec_insert_exp): New macro.
14193         (vec_test_data_class): New macro.
14194         (scalar_extract_exp): New macro.
14195         (scalar_extract_sig): New macro.
14196         (scalar_insert_exp): New macro.
14197         (scalar_test_data_class): New macro.
14198         (scalar_test_neg): New macro.
14199         (scalar_cmp_exp_gt): New macro.
14200         (scalar_cmp_exp_lt): New macro.
14201         (scalar_cmp_exp_eq): New macro.
14202         (scalar_cmp_exp_unordered): New macro.
14203         * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
14204         to enforce constraint that operand is a 7-bit unsigned literal.
14205         * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
14206         for power9 built-ins.
14207         (BU_P9V_VSX_2): Likewise.
14208         (BU_P9V_64BIT_VSX_2): Likewise.
14209         (VSEEDP): Add scalar extract exponent support.
14210         (VSEESP): Add scalar extract signature support.
14211         (VSTDCNDP): Add scalar test negative support.
14212         (VSTDCNSP): Likewise.
14213         (VSIEDP): Add scalar insert exponent support.
14214         (VSCEDPGT): Add scalar compare exponent greater than support.
14215         (VSCEDPLT): Add scalar compare exponent less than support.
14216         (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
14217         (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
14218         (VSTDCDP): Add scalar test data class support.
14219         (VSTDCSP): Likewise.
14220         (VSEEDP): Add overload support for scalar extract exponent
14221         operation.
14222         (VSESDP): Add overload support for scalar extract signature
14223         operation.
14224         (VSTDCN): Add overload support for scalar test negative
14225         operation.
14226         (VSTDCNDP): Add overload support for scalar test negative
14227         operation.
14228         (VSTDCNSP): Add overload support for scalar test negative
14229         operation.
14230         (VSIEDP): Add overload support for scalar insert exponent
14231         operation.
14232         (VSTDC): Add overload support for scalar test data class
14233         operation.
14234         (VSTDCDP): Add overload support for scalar test data class
14235         operation.
14236         (VSTDCSP): Add overload support for scalar test data class
14237         opreation.
14238         (VSCEDPGT): Add overload support for scalar compare exponent
14239         greater than operation.
14240         (VSCEDPLT): Add overload support for scalar compare exponent
14241         less than operation.
14242         (VSCEDPEQ): Add overload support for scalar compare exponent
14243         test-for-equality operation.
14244         (VSCEDPUO): Add overload support for scalar compare exponent
14245         test-for-unordered operation.
14246         (VEEDP): Add vector extract exponent support.
14247         (VEESP): Likewise.
14248         (VESDP): Add vector extract significand support.
14249         (VESSP): Likewise.
14250         (VIEDP): Add vector insert exponent support.
14251         (VIESP): Likewise.
14252         (VTDCDP): Add vector test data class support.
14253         (VTDCSP): Likewise.
14254         (VES): Add overload support for vector extract significand operation.
14255         (VESDP): Likewise.
14256         (VESSP): Likewise
14257         (VEE): Add overload support for vector extract exponent operation.
14258         (VEEDP): Likewise.
14259         (VEESP): Likewise.
14260         (VTDC): Add overload support for vector test data class operation.
14261         (VTDCDP): Likewise.
14262         (VTDCSP): Likewise.
14263         (VIE): Add overload support for vector insert exponent operation.
14264         (VIEDP): Likewise.
14265         (VIESP): Likewise.
14266         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
14267         overloaded binary floating point functions.
14268         (altivec_resolve_overloaded_builtin): Improve error messages to
14269         distinguish between functions not supported in the current
14270         compiler configuration and functions that were invoked with an
14271         invalid parameter combination, and include the built-in function
14272         name in both error messages.
14273         * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
14274         New prototype.
14275         * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
14276         function.
14277         (rs6000_expand_binop_builtin): Add check to enforce that argument
14278         2 of the test data class operations is a 7-bit unsigned literal.
14279         (rs6000_invalid_builtin): Add code to issue an error message if a
14280         built-in function that requires the power9_vector and -m32
14281         command-line options is compiled without these options.
14282         * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
14283         (UNSPEC_VSX_SXSIGDP): New value.
14284         (UNSPEC_VSX_SXSIGPDP): New value.
14285         (UNSPEC_VSX_SIEXPDP): New value.
14286         (UNSPEC_VSX_SCMPEXPDP): New value.
14287         (UNSPEC_VSX_STSTDC): New value.
14288         (UNSPEC_VSX_VXEXP): New value.
14289         (UNSPEC_VSX_VXSIG): New value.
14290         (UNSPEC_VSX_VIEXP): New value.
14291         (UNSPEC_VSX_VTSTDC): New value.
14292         (xsxexpdp): New insn for scalar extract exponent.
14293         (xsxsigdp): New insn for scalar extract significand.
14294         (xsiexpdp): New insn for scalar insert exponent.
14295         (xscmpexpdp_<code>): New expansion for scalar compare exponents.
14296         (*xscmpexpdp): New insn for scalar compare exponents.
14297         (xststdc<Fvsx): New expansion for both single- and
14298         double-precision scalar test data class operations.
14299         (xststdcneg<Fvsx>): New expansion for both single- and
14300         double-precision scalar test for negative value operations.
14301         (*xststdc<Fvsx>): New insn for scalar test data class
14302         operation.
14303         (xvxexp<VSs>): New insn for single- and double-precision
14304         vector extract exponent operation.
14305         (xvxsig<VSs>): New insn for single- and double-precision
14306         vector extract significand operation.
14307         (xviexp<VSs>): New insn for single- and double-precision
14308         vector insert exponent operation.
14309         (xvtstdc<VSs>): New insn for single- and double-precision
14310         vector test data class operation.
14311         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
14312         built-in functions to represent the Power9 binary floating-point
14313         support instructions.
14315 2016-08-10  bin cheng  <bin.cheng@arm.com>
14317         * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
14319 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
14320             Renlin Li  <renlin.li@arm.com>
14321             Bin Cheng  <bin.cheng@arm.com>
14323         * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
14324         * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
14325         gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
14326         (aarch64_vcond_internal<mode><mode>): Delete pattern.
14327         (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
14328         (vcond<v_cmp_result><mode>): Ditto.
14329         (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
14330         (vcondu<mode><mode>): Ditto.
14331         (vcond<v_cmp_mixed><mode>): New pattern.
14332         (vcondu<mode><v_cmp_mixed>): New pattern.
14333         (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
14334         of aarch64_vcond_internal.
14336 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
14337             Renlin Li  <renlin.li@arm.com>
14338             Bin Cheng  <bin.cheng@arm.com>
14340         * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
14341         (vec_cmp<mode><v_cmp_result>): New pattern.
14342         (vec_cmpu<mode><mode>): New pattern.
14343         (vcond_mask_<mode><v_cmp_result>): New pattern.
14345 2016-08-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
14347         PR tree-optimization/71734
14348         * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
14349         REF_LOOP, invoke ref_indep_loop_p_1.
14350         (outermost_indep_loop): Pass LOOP argumnet where REF was defined
14351         to ref_indep_loop_p.
14352         (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
14353         combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
14354         is inside LOOP, do not cache dpendence value for loops with
14355         non-zero SAFELEN.
14356         (ref_indep_loop_p_2): Delete function.
14357         (can_sm_ref_p): Pass LOOP as additional argument to
14358         ref_indep_loop_p.
14360 2016-08-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
14362         PR target/72853
14363         * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
14364         being an offsettable address.
14366 2016-08-10  Martin Liska  <mliska@suse.cz>
14368         PR gcov-profile/58306
14369         * tree-profile.c (gimple_init_edge_profiler): Create conditionally
14370         atomic variants of profile update functions.
14372 2016-08-10  Martin Liska  <mliska@suse.cz>
14374         Cherry picked (and modified) from google-4_7 branch
14375         2012-12-26  Rong Xu  <xur@google.com>
14376         * common.opt (fprofile-update): Add new flag.
14377         * coretypes.h: Define enum profile_update.
14378         * doc/invoke.texi: Document -fprofile-update.
14379         * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
14380         GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
14381         * tree-profile.c (gimple_init_edge_profiler): Generate
14382         also atomic profiler update.
14383         (gimple_gen_edge_profiler): Likewise.
14385 2016-08-10  David Malcolm  <dmalcolm@redhat.com>
14387         * toplev.c (finalize): Set aux_info_file, asm_out_file, and
14388         stack_usage_file to NULL after fclose calls.
14390 2016-08-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
14392         PR target/71873
14393         * reload.c (push_reload): Compute subreg_in_class for
14394         subregs of constants and plus expressions. Remove special
14395         handling of SYMBOL_REFs.
14397 2016-08-10  Alan Modra  <amodra@gmail.com>
14399         PR target/71680
14400         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
14401         SImode for TARGET_E500_DOUBLE when given SImode.
14403 2016-08-09  David Wohlferd  <dw@LimeGreenSocks.com>
14405         * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
14406         unused variable __O.
14408 2016-08-09  Martin Liska  <mliska@suse.cz>
14410         * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
14411         _gcov_reset to __gcov_reset.
14412         * doc/gcov-tool.texi: Fix typo.
14414 2016-08-09  Martin Liska  <mliska@suse.cz>
14416         * value-prof.c (gimple_divmod_values_to_profile): Do not
14417         instrument MOD histogram if a value is not a SSA name.
14419 2016-08-09  Martin Liska  <mliska@suse.cz>
14421         * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
14422         values.
14424 2016-08-09  Renlin Li  <renlin.li@arm.com>
14426         PR middle-end/64971
14427         * calls.c (prepare_call_address): Convert funexp to Pmode when
14428         necessary.
14429         * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
14430         (sibcall_value): Likewise.
14432 2016-08-09  Marek Polacek  <polacek@redhat.com>
14434         PR c/7652
14435         * cselib.c (cselib_expand_value_rtx_1): Add return.
14436         * gengtype.c (dbgprint_count_type_at): Likewise.
14437         * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
14438         * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
14440 2016-08-09  Martin Jambor  <mjambor@suse.cz>
14442         PR ipa/71981
14443         * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
14444         if instance is a MEM_REF.
14446 2016-08-09  Uros Bizjak  <ubizjak@gmail.com>
14448         PR target/72843
14449         * config/i386/i386.md (*movtf_internal): Use
14450         lra_in_progress || reload_completed instead of !can_create_pseudo_p
14451         in the insn constraint.
14452         (*movxf_internal): Ditto.
14453         (*movdf_internal): Ditto.
14454         (*movsf_internal): Ditto.
14456 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
14458         PR tree-optimization/72772
14459         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
14460         for expanded base.
14462 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
14464         PR tree-optimization/72772
14465         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
14466         parameter STOP.
14467         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
14468         parameter STOP and update calls.  Move expand_simple_operations
14469         function call from here...
14470         (simplify_using_initial_conditions): ...to here.  Delete parameter
14471         STOP.
14472         (tree_simplify_using_condition): Delete parameter STOP.
14473         * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
14474         simplify_using_initial_conditions.
14476 2016-08-09  Matthew Fortune  <matthew.fortune@imgtec.com>
14478         PR c/65345
14479         * config/mips/mips.c (mips_atomic_assign_expand_fenv):
14480         Use create_tmp_var_raw instead of create_tmp_var.
14482 2016-08-09  Richard Biener  <rguenther@suse.de>
14484         * tree-ssa-threadbackward.c (profitable_jump_thread_path):
14485         Treat same SSA names related.
14487 2016-08-09  Jakub Jelinek  <jakub@redhat.com>
14489         PR tree-optimization/72824
14490         * tree-loop-distribution.c (const_with_all_bytes_same): Verify
14491         real_zerop is not negative.
14493 2016-08-09  Richard Biener  <rguenther@suse.de>
14495         PR tree-optimization/71802
14496         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
14497         all merge opportunities with the predecessor.
14499 2016-08-09  Richard Biener  <rguenther@suse.de>
14501         PR ipa/68273
14502         * ipa-prop.c (ipa_modify_formal_parameters): Build
14503         parameter types with natural alignment also for the
14504         over-aligned case.
14506 2016-08-08  Andi Kleen  <ak@linux.intel.com>
14508         * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
14510 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
14512         PR c/64955
14513         * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
14514         do-nothing langhook.
14515         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
14516         * langhooks.h (struct lang_hooks): Add run_lang_selftests.
14517         * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
14518         (selftest::run_tests): Call lang_hooks.run_lang_selftests.
14520 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
14522         PR bootstrap/72844
14523         * input.c: Ensure that HAVE_ICONV is defined.
14525 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
14527         PR middle-end/72781
14528         * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
14529         private vars for lastprivate and for linear iterator.
14531         PR middle-end/68762
14532         * omp-simd-clone.c: Include varasm.h.
14533         (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
14534         DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
14535         DECL_ONE_ONLY call make_decl_one_only.  Fix up spelling in comment and
14536         update function name.
14538 2016-07-29  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
14540         * config/avr/driver-avr.c (specfiles_doc_url): Remove.
14541         (avr_diagnose_devicespecs_error): Remove.
14542         (avr_devicespecs_file): Remove composing absolute path for specfile
14543         and its verbose info. Remove conditions to check specs-file,
14545 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
14547         PR rtl-optimization/72821
14548         * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
14549         just return false for them.
14551 2016-08-08  Alan Modra  <amodra@gmail.com>
14553         PR target/72771
14554         * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
14555         toc refs created during reload.  Update function comment.
14557 2016-08-08  Alan Modra  <amodra@gmail.com>
14559         PR target/72802
14560         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
14561         alternatives.  Put loads first, then stores, and reg/reg moves
14562         within same class later.  Delete attr length.
14564 2016-08-08  Alan Modra  <amodra@gmail.com>
14566         PR target/72802
14567         * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
14568         (mem_operand_ds_form): New predicate.
14569         * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
14570         * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
14571         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
14572         * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
14573         (extendsfdf2_fpr): Replace o constraint with wY.
14575 2016-08-07  Jan Hubicka  <hubicka@ucw.cz>
14577         * tree-ssa-threadbackward.c: Include tree-inline.h
14578         (profitable_jump_thread_path): Use estimate_num_insns to estimate
14579         size of copied block; for cold paths reduce duplication.
14580         (find_jump_threads_backwards): Remove redundant tests.
14581         (pass_thread_jumps::gate): Enable for -Os.
14583 2016-08-07  Jakub Jelinek  <jakub@redhat.com>
14585         PR c/72816
14586         * stor-layout.c (layout_decl): Fix up formatting.
14587         (relayout_decl): Allow DECL to be FIELD_DECL.
14589 2016-08-07  Alan Modra  <amodra@gmail.com>
14591         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
14593 2016-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
14595         * data-streamer-in.c (streamer_read_wide_int): New.
14596         (streamer_read_widest_int): Renamed function.
14597         * data-streamer-out.c (streamer_write_wide_int): New
14598         (streamer_write_widest_int): Renamed function.
14599         * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
14600         data-stream-in.c.
14601         (input_cfg): Call renamed function.
14602         * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
14603         data-stream-out.c.
14604         (output_cfg): Call renamed function.
14605         * data-streamer.h: Add declarations.
14607 2016-08-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14609         * tree-ssa-ccp.c (extend_mask): New param sgn.
14610         Remove ORing with wi::mask.
14611         (get_default_value): Adjust call to extend_mask to pass sign.
14612         (evaluate_stmt): Likewise.
14614 2016-08-06  Jakub Jelinek  <jakub@redhat.com>
14616         * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
14617         INT64_MAX.
14619 2016-08-06  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14621         * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
14622         transform if operand's type is pointer to function or method.
14624 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
14626         PR tree-optimization/18046
14627         * tree-ssa-threadedge.c: Include cfganal.h.
14628         (simplify_control_statement_condition): If simplifying a
14629         GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
14630         with the dominating ASSERT_EXPR before handing it off to VRP.
14631         Mention that a CASE_LABEL_EXPR may be returned.
14632         (thread_around_empty_blocks): Adjust to handle
14633         simplify_control_statement_condition() returning a
14634         CASE_LABEL_EXPR.
14635         (thread_through_normal_block): Likewise.
14636         * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
14637         a switch statement by trying to determine which case label
14638         will be taken.
14640 2016-08-05  Vladimir Makarov  <vmakarov@redhat.com>
14642         PR rtl-optimization/69847
14643         * lra-constraints.c (process_invariant_for_inheritance): Save
14644         pattern instead of src.
14645         (remove_inheritance_pseudos): Use the pattern.  Add assert.
14647 2016-08-05  David Malcolm  <dmalcolm@redhat.com>
14649         * input.c (string_concat::string_concat): New constructor.
14650         (string_concat_db::string_concat_db): New constructor.
14651         (string_concat_db::record_string_concatenation): New method.
14652         (string_concat_db::get_string_concatenation): New method.
14653         (string_concat_db::get_key_loc): New method.
14654         (class auto_cpp_string_vec): New class.
14655         (get_substring_ranges_for_loc): New function.
14656         (get_source_range_for_substring): New function.
14657         (get_num_source_ranges_for_substring): New function.
14658         (class selftest::lexer_test_options): New class.
14659         (struct selftest::lexer_test): New struct.
14660         (class selftest::ebcdic_execution_charset): New class.
14661         (selftest::ebcdic_execution_charset::s_singleton): New variable.
14662         (selftest::lexer_test::lexer_test): New constructor.
14663         (selftest::lexer_test::~lexer_test): New destructor.
14664         (selftest::lexer_test::get_token): New method.
14665         (selftest::assert_char_at_range): New function.
14666         (ASSERT_CHAR_AT_RANGE): New macro.
14667         (selftest::assert_num_substring_ranges): New function.
14668         (ASSERT_NUM_SUBSTRING_RANGES): New macro.
14669         (selftest::assert_has_no_substring_ranges): New function.
14670         (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
14671         (selftest::test_lexer_string_locations_simple): New function.
14672         (selftest::test_lexer_string_locations_ebcdic): New function.
14673         (selftest::test_lexer_string_locations_hex): New function.
14674         (selftest::test_lexer_string_locations_oct): New function.
14675         (selftest::test_lexer_string_locations_letter_escape_1): New function.
14676         (selftest::test_lexer_string_locations_letter_escape_2): New function.
14677         (selftest::test_lexer_string_locations_ucn4): New function.
14678         (selftest::test_lexer_string_locations_ucn8): New function.
14679         (selftest::uint32_from_big_endian): New function.
14680         (selftest::test_lexer_string_locations_wide_string): New function.
14681         (selftest::uint16_from_big_endian): New function.
14682         (selftest::test_lexer_string_locations_string16): New function.
14683         (selftest::test_lexer_string_locations_string32): New function.
14684         (selftest::test_lexer_string_locations_u8): New function.
14685         (selftest::test_lexer_string_locations_utf8_source): New function.
14686         (selftest::test_lexer_string_locations_concatenation_1): New
14687         function.
14688         (selftest::test_lexer_string_locations_concatenation_2): New
14689         function.
14690         (selftest::test_lexer_string_locations_concatenation_3): New
14691         function.
14692         (selftest::test_lexer_string_locations_macro): New function.
14693         (selftest::test_lexer_string_locations_stringified_macro_argument):
14694         New function.
14695         (selftest::test_lexer_string_locations_non_string): New function.
14696         (selftest::test_lexer_string_locations_long_line): New function.
14697         (selftest::test_lexer_char_constants): New function.
14698         (selftest::input_c_tests): Call the new test functions once per
14699         case within the line_table test matrix.
14700         * input.h (struct string_concat): New struct.
14701         (struct location_hash): New struct.
14702         (class string_concat_db): New class.
14703         * substring-locations.h: New header.
14705 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
14707         PR tree-optimization/72810
14708         * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
14709         the type of the case labels when truncating.
14711 2016-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
14713         PR Target/72819
14714         * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
14715         (aarch64_fp16_ptr_type_node): Likewise.
14716         * config/aarch64/aarch64-simd-builtins.c
14717         (aarch64_fp16_ptr_type_node): Define.
14718         (aarch64_init_fp16_types): New, refactored out of...
14719         (aarch64_init_builtins): ...here, update to call
14720         aarch64_init_fp16_types.
14721         * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
14722         HFmode.
14723         (aapcs_vfp_sub_candidate): Likewise.
14725 2016-08-05  Martin Liska  <mliska@suse.cz>
14726             Joshua Cranmer  <Pidgeot18@gmail.com>
14728         * gcov.c (line_t::has_block): New function.
14729         (enum loop_type): New enum.
14730         (handle_cycle): New function.
14731         (unblock): Likewise.
14732         (circuit): Likewise.
14733         (get_cycles_count): Likewise.
14734         (accumulate_line_counts): Use new loop detection algorithm.
14736 2016-08-05  Martin Liska  <mliska@suse.cz>
14738         * gcov.c (output_intermediate_file): Rename
14739         function_info::line_next to next_file_fn.
14740         (process_file): Likewise.
14741         (read_graph_file): Likewise.
14742         (accumulate_line_counts): Likewise.
14743         (output_lines): Likewise.
14745 2016-08-05  Richard Biener  <rguenther@suse.de>
14747         * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
14748         restriction on threading to a loop header.
14750 2016-08-05  Richard Biener  <rguenther@suse.de>
14752         * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
14753         * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
14754         adjust loop info accordingly.
14756 2016-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
14758         * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
14759         before folding call to __builtin_constant_p with parameters to false.
14761 2016-08-05  Alan Modra  <amodra@gmail.com>
14763         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
14764         code accidentally committed 2016-05-02 providing class when given
14765         NO_REGS.
14767 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
14769         * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
14770         the case label ranges that partially overlap with OP's value
14771         range.
14773 2016-08-04  Uros Bizjak  <ubizjak@gmail.com>
14775         PR target/72805
14776         * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
14777         Cast builtin function result to __mmask16 instead of __mmask8.
14778         (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
14779         (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
14780         (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
14782 2016-08-04  David Malcolm  <dmalcolm@redhat.com>
14784         * selftest.h (ASSERT_TRUE): Reimplement in terms of...
14785         (ASSERT_TRUE_AT): New macro.
14786         (ASSERT_FALSE): Reimplement in terms of...
14787         (ASSERT_FALSE_AT): New macro.
14788         (ASSERT_STREQ_AT): Fix typo in comment.
14790 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
14792         * gimple.c (preprocess_case_label_vec_for_gimple): When the case
14793         labels are exhaustive, designate the label with the widest
14794         range to be the default label.
14796 2016-08-04  Andrew Pinski  <apinski@cavium.com>
14798         * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
14799         (thunderx_tunings): Use thunderx_vector_cost instead of
14800         generic_vector_cost.
14802 2016-08-04  Martin Liska  <mliska@suse.cz>
14804         * gcov.c (main): Fix GNU coding style.
14805         (output_intermediate_file): Likewise.
14806         (process_file): Likewise.
14807         (generate_results): Likewise.
14808         (release_structures): Likewise.
14809         (create_file_names): Likewise.
14810         (find_source): Likewise.
14811         (read_graph_file): Likewise.
14812         (find_exception_blocks): Likewise.
14813         (canonicalize_name): Likewise.
14814         (make_gcov_file_name): Likewise.
14815         (mangle_name): Likewise.
14816         (accumulate_line_counts): Likewise.
14817         (output_branch_count): Likewise.
14818         (read_line): Likewise.
14820 2016-08-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14822         PR rtl-optimization/71779
14823         * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
14824         if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
14825         or if it was truncated.
14827         PR rtl-optimization/70903
14828         * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
14830 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
14832         * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
14833         accessing SSA_NAME_PTR_INFO.
14835 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
14837         PR 70677
14838         * common/config/avr/avr-common.c (avr_option_optimization_table)
14839         [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
14841 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
14843         PR 55181
14844         * config/avr/avr.md: New pattern to work around do_store_flag
14845         generating shift instructions for bit extractions.
14847 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
14849         * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
14850         BITMAP_ALLOC.
14851         (add_equivalence): Likewise.
14852         (get_value_range): Allocate value range with vrp_value_range_pool.
14853         (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
14854         (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
14856 2016-08-03  Peter Bergner  <bergner@vnet.ibm.com>
14858         * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
14859         the default for the rs6000 port.
14861 2016-08-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14863         PR middle-end/71876
14864         * calls.c (special_function_p): Remove special handling of
14865         "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
14866         prefix "__x".  Recognize "savectx", "vfork" and "getcontext" only
14867         without prefix.  Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
14869 2016-08-03  Vladimir Makarov  <vmakarov@redhat.com>
14871         PR middle-end/72778
14872         * lra-spills.c (regno_in_use_p): Check bb and regno modification.
14873         Don't stop on regular insns.
14875 2016-08-03  Nathan Sidwell  <nathan@codesourcery.com>
14877         * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
14878         size to DImode boundary.
14879         (nvptx_propagate): Likewise.
14881 2016-08-03  Alan Modra  <amodra@gmail.com>
14883         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
14884         float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
14885         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
14886         from -mefficient-unaligned-vector.  Note that this affects fp too.
14888 2016-08-03  Alan Modra  <amodra@gmail.com>
14890         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
14891         cost more.
14893 2016-08-03  Alan Modra  <amodra@gmail.com>
14895         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
14896         to a reg.  Localize vars.
14898 2016-08-03  Alan Modra  <amodra@gmail.com>
14900         * config/rs6000/rs6000.opt: Remove negatives from help strings
14901         and comments.
14903 2016-08-03  Alan Modra  <amodra@gmail.com>
14905         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
14906         Delete duplicated code.
14908 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
14910         PR middle-end/72778
14911         * lra-spills.c (regno_in_use_p): New.
14912         (lra_final_code_change): Use it.
14914 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
14916         PR rtl-optimization/69847
14917         * lra-int.h (struct lra-reg): Use restore_rtx instead of
14918         restore_regno.
14919         (lra_rtx_hash): New.
14920         * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
14921         of restore_regno.
14922         (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
14923         * lra-remat.c (rtx_hash): Rename and Move to lra.c.
14924         * lra-spills.c (lra_final_code_change): Don't delete insn when the
14925         next insn is USE with the same reg as the current insn source.
14926         * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
14927         of restore_regno.
14928         (lra_constraints_init): Call initiate_invariants.
14929         (lra_constraints_finish): Call finish_invariants.
14930         (struct invariant, invariant_t, invariant_ptr_t): New.
14931         (const_invariant_ptr_t, invariants, invariants_pool): New.
14932         (invariant_table, invariant_hash, invariant_eq_p): New.
14933         (insert_invariant, initiate_invariants, finish_invariants): New.
14934         (clear_invariants, invalid_invariant_regs): New.
14935         (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
14936         instead of restore_regno.
14937         (invariant_p, process_invariant_for_inheritance): New.
14938         (inherit_in_ebb): Implement invariant inheritance.
14939         (lra_inheritance): Initialize and finalize invalid_invariant_regs.
14940         (remove_inheritance_pseudos): Implement undoing invariant
14941         inheritance.
14942         (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
14943         instead of restore_regno.
14944         * lra-assigns.c (regno_live_length): New.
14945         (reload_pseudo_compare_func): Use regno_live_length.
14946         (assign_by_spills): Use restore_rtx instead of restore_regno.
14947         (lra_assign): Ditto.  Initiate regno_live_length.
14949 2016-02-08  James Greenhalgh  <james.greenhalgh@arm.com>
14951         * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
14952         __builtin_aarch64_fmindf.
14954 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
14956         PR tree-optimization/34114
14957         * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
14958         information for more control IVs.
14960 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
14962         PR tree-optimization/34114
14963         * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
14964         PLUS_EXPR case.  Handle SSA_NAME case.
14966 2016-08-02  Tamar Christina  <tamar.christina@arm.com>
14968         * config/aarch64/aarch64-simd-builtins.def
14969         (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
14970         (__builtin_aarch64_fmaxdf): Likewise.
14971         (__builtin_aarch64_smin_nandf): Likewise.
14972         (__builtin_aarch64_smax_nandf): Likewise.
14973         * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
14974         * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
14975         (<fmaxmin><mode>3): ...this.
14976         * config/aarch64/arm_neon.h (vmaxnm_f64): New.
14977         (vminnm_f64): Likewise.
14978         (vmin_f64): Likewise.
14979         (vmax_f64): Likewise.
14980         * config/aarch64/iterators.md (FMAXMIN): Merge with...
14981         (FMAXMIN_UNS): ...this.
14982         (fmaxmin): Merged with
14983         (fmaxmin_op): ...this...
14984         (maxmin_uns_op): ...in to this.
14986 2016-08-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
14988         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
14989         Add support for vec_extract on vector float, vector int, vector
14990         short, and vector char vector types.
14991         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
14992         vector float, vector int, vector short, and vector char
14993         optimizations on 64-bit ISA 2.07 systems for both constant and
14994         variable element numbers.
14995         (rs6000_split_vec_extract_var): Likewise.
14996         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
14997         Altivec registers on ISA 2.07 and above.
14998         (vsx_extract_v4sf): Delete alternative that hard coded element 0,
14999         which never was matched due to the split occuring before register
15000         allocation (and the code would not have worked on little endian
15001         systems if it did match).  Allow extracts to go to the Altivec
15002         registers if ISA 2.07 (power8).  Change from using "" around the
15003         C++ code to using {}'s.
15004         (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
15005         vec_extracts when the vector is in memory.
15006         (vsx_extract_v4sf_var): New insn to optimize vector float
15007         vec_extracts when the element number is variable on 64-bit ISA
15008         2.07 systems.
15009         (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
15010         for 64-bit ISA 2.07 as well as ISA 3.0.
15011         (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
15012         (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
15013         (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
15014         optimize vector int, vector short, and vector char vec_extracts
15015         when the vector is in memory.
15016         (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
15017         optimize vector int, vector short, and vector char vec_extracts
15018         when the element number is variable.
15020 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
15022         PR target/71948
15023         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
15024         does not overlap with other symbol flags.
15026 2016-08-01  Wilco Dijkstra  <wdijkstr@arm.com>
15028         * config/aarch64/aarch64.h (aarch64_frame):
15029         Remove padding0 and hardfp_offset.  Add locals_offset,
15030         initial_adjust, callee_adjust, callee_offset and final_adjust.
15031         * config/aarch64/aarch64.c (aarch64_layout_frame):
15032         Remove unused padding0 and hardfp_offset initializations.
15033         Choose frame layout and set frame variables accordingly.
15034         Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
15035         (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
15036         (aarch64_pop_regs): Likewise.
15037         (aarch64_expand_prologue): Remove all decision code, just emit
15038         prolog according to frame variables.
15039         (aarch64_expand_epilogue): Remove all decision code, just emit
15040         epilog according to frame variables.
15041         (aarch64_initial_elimination_offset): Use offset to local/arg area.
15043 2015-08-01  H.J. Lu  <hongjiu.lu@intel.com>
15045         PR target/72748
15046         * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
15047         fix_debug_reg_uses after changing source register mode to
15048         V1TImode if source register is undefined.
15050 2015-08-01  Alan Hayward  <alan.hayward@arm.com>
15052         PR tree-optimization/71818
15053         * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
15054         with non invariant evolutions
15056 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
15058         PR target/72767
15059         * config/avr/avr.md (length) [branch]: Correct insn length
15060         attribute for forward branches.
15062 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
15064         * doc/extend.texi (AVR Built-in Functions): Document
15065         __builtin_avr_nops.
15066         * config/avr/builtins.def (NOPS): New.
15067         * config/avr/avr.c (avr_expand_nops): New static function.
15068         (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
15070 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15072         * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
15073         performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
15074         addresses.
15076 2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>
15078         * config/aarch64/aarch64.c (vulcan_tunings): Update
15079         vulcan L1 cache_line_size.
15081 2016-07-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
15083         * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
15084         function that takes a vector memory address, a hard register, an
15085         element number and a temporary base register, and recreates an
15086         address that points to the appropriate element within the vector.
15087         * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
15088         (rs6000_split_vec_extract_var): Add support for the target of a
15089         vec_extract with variable element number being a scalar memory
15090         location.
15091         (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
15092         swappable.
15093         * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
15094         vsx_extract_<mode>_load insn with a new insn that optimizes
15095         storing either element to a memory location, using scratch
15096         registers to pick apart the vector and reconstruct the address.
15097         (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
15098         (vsx_extract_<mode>_store): Rework alternatives to more correctly
15099         support Altivec registers.  Add support for ISA 3.0 Altivec d-form
15100         store instruction.
15101         (vsx_extract_<mode>_var): Add support for extracting a variable
15102         element number from memory.
15104 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
15106         * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
15107         when testing for compares against constants of the form 0xabab.
15109 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
15111         PR tree-optimization/57558
15112         * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
15113         function.
15114         (vect_loop_versioning): Support versioning with niter assumptions.
15115         * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
15116         (vect_get_loop_niters): New parameter.  Reimplement to support
15117         assumptions in loop niter info.
15118         (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
15119         (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
15120         (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
15121         Support loop versioning for niters.
15122         * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
15123         (vect_free_loop_info_assumptions): New function.
15124         (vectorize_loops): Free loop niter info for loops with flag
15125         LOOP_F_ASSUMPTIONS set if vectorization failed.
15126         * tree-vectorizer.h (struct _loop_vec_info): New field
15127         num_iters_assumptions.
15128         (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
15129         (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
15130         (LOOP_REQUIRES_VERSIONING): New macro.
15131         (vect_free_loop_info_assumptions): New decl.
15133 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
15135         * cfgloop.h (struct loop): New field constraints.
15136         (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
15137         (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
15138         functions.
15139         * cfgloop.c (alloc_loop): Initialize new field.
15140         * cfgloopmanip.c (copy_loop_info): Copy constraints.
15141         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
15142         Adjust niter analysis wrto loop constraints.
15143         * doc/loop.texi (@node Number of iterations): Add description for loop
15144         constraints.
15146 2016-07-29  Marek Polacek  <polacek@redhat.com>
15148         PR c/7652
15149         * config/i386/i386.c (ix86_expand_args_builtin): Add break.
15150         (ix86_expand_round_builtin): Likewise.
15152 2016-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
15153             Georg-Johann Lay  <avr@gjlay.de>
15155         PR rtl-optimization/71976
15156         * combine.c (get_last_value): Return 0 if the argument for which
15157         the function is called has a wider mode than the recorded value.
15159 2016-07-29  Marek Polacek  <polacek@redhat.com>
15161         PR c/7652
15162         * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
15163         (altivec_expand_st_builtin): Likewise.
15165 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
15167         * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
15168         introduced in r238381.
15170 2016-07-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
15172         PR middle-end/68217
15173         * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
15174         & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
15176 2016-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
15178         * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
15179         New declaration.
15180         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
15181         Add support for vec_extract of vector double or vector long having
15182         a variable element number on 64-bit ISA 2.07 systems or newer.
15183         * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
15184         Likewise.
15185         (rs6000_split_vec_extract_var): New function to split a
15186         vec_extract built-in function with variable element number.
15187         (rtx_is_swappable_p): Variable vec_extracts and shifts are not
15188         swappable.
15189         * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
15190         (UNSPEC_VSX_EXTRACT): Likewise.
15191         (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
15192         direct move instructions to be generated on 64-bit ISA 2.07
15193         systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
15194         instruction.
15195         (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
15196         arguments for vec_extract variable element.
15197         (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
15198         vec_extract with variable element on V2DFmode and V2DImode
15199         vectors.
15200         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
15201         -mupper-regs-df requirement, since it isn't needed.
15202         (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
15203         do direct moves on 64-bit systems, which allows optimization of
15204         vec_extract on 64-bit ISA 2.07 systems and newer.
15206 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
15207 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
15209          * config/aarch64/aarch64.md
15210         (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
15211         statement and type.
15212         (<optab>qihi2_aarch64): Likewise, and split into two.
15213         (extendqihi2_aarch64): New.
15214         (zero_extendqihi2_aarch64): New.
15215         * config/aarch64/iterators.md (ldrxt): Remove.
15216         * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
15217         uxtb/uxth.
15219 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
15221         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
15223 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
15225         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
15226         (aarch64_push_reg): New function to push 1 or 2 registers.
15227         (aarch64_pop_reg): New function to pop 1 or 2 registers.
15228         (aarch64_expand_prologue): Use aarch64_push_regs.
15229         (aarch64_expand_epilogue): Use aarch64_pop_regs.
15231 2016-07-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
15233         PR tree-optimization/71734
15234         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
15235         attribute instead of REF_LOOP and use it.
15236         (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
15237         set it for Loops having non-zero safelen attribute.
15238         (ref_indep_loop_p): Pass zero as initial value for safelen.
15240 2016-07-28  Ilya Enkovich  <ilya.enkovich@intel.com>
15242         PR middle-end/72657
15243         PR target/72683
15244         * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
15245         call using chkp_gimple_call_builtin_p.
15246         (chkp_copy_bounds_for_assign): Likewise.
15248 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15250         * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
15251         * config/arm/arm-protos.h (struct tune_params): Likewise.
15252         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
15253         (cortex_a9_sched_adjust_cost): Likewise.
15254         (fa726te_sched_adjust_cost): Likewise.
15255         (arm_adjust_cost): Likewise.
15256         * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
15257         * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
15258         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
15259         * config/i386/i386.c (ix86_adjust_cost): Likewise.
15260         * config/ia64/ia64.c: Likewise.
15261         * config/m68k/m68k.c: Likewise.
15262         * config/mep/mep.c (mep_adjust_cost): Likewise.
15263         * config/microblaze/microblaze.c (microblaze_adjust_cost):
15264         * Likewise.
15265         * config/mips/mips.c (mips_adjust_cost): Likewise.
15266         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
15267         * Likewise.
15268         * config/pa/pa.c (pa_adjust_cost): Likewise.
15269         * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
15270         (rs6000_debug_adjust_cost): Likewise.
15271         * config/sh/sh.c (sh_adjust_cost): Likewise.
15272         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
15273         (hypersparc_adjust_cost): Likewise.
15274         (sparc_adjust_cost): Likewise.
15275         * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
15276         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
15277         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
15278         * Likewise.
15279         * config/visium/visium.c (visium_adjust_cost): Likewise.
15280         * doc/tm.texi: Regenerate.
15281         * haifa-sched.c (dep_cost_1): Adjust.
15282         * target.def: Merge adjust_cost and adjust_cost_2.
15284 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15286         * haifa-sched.c (add_to_speculative_block): Make twins a vector.
15288 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15290         * store-motion.c (struct st_expr): Make pattern_regs a vector.
15291         (extract_mentioned_regs): Append to a vector instead of
15292         returning a rtx_expr_list.
15293         (st_expr_entry): Adjust.
15294         (free_st_expr_entry): Likewise.
15295         (store_ops_ok): Likewise.
15296         (store_killed_in_insn): Likewise.
15297         (find_moveable_store): Likewise.
15299 2016-07-28  Martin Liska  <mliska@suse.cz>
15301         PR gcov-profile/68025
15302         * tree-profile.c (tree_profiling): Respect
15303         no_profile_instrument_function attribute.
15304         * doc/extend.texi: Document no_profile_instrument_function
15305         attribute.
15307 2016-07-28  Martin Liska  <mliska@suse.cz>
15309         PR rtl-optimization/70944
15310         * combine.c (make_compound_operation):
15311         Do not allow make_compound_operation for vector mode
15313 2016-07-28  Kugan Vivekanandarajah  <kuganv@linaro.org>
15315         PR middle-end/71994
15316         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
15317          before calling get_ops.
15319 2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15321         * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
15322         * tree.h (LOG2_BITS_PER_UNIT): ...to here.
15323         (BITS_PER_UNIT_LOG): Remove.
15324         (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
15325         * expr.c (expand_assignment): Likewise.
15326         * stor-layout.c (initialize_sizetypes): Likewise.
15328 2016-07-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
15330         * config/rs6000/vector.md (vec_extract<mode>): Change the calling
15331         signature of rs6000_expand_vector_extract so that the element
15332         number is a RTX instead of a constant integer.
15333         * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
15334         Likewise.
15335         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
15336         (altivec_expand_vec_ext_builtin): Likewise.
15337         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
15338         * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
15339         MFVSRLD instruction.
15341 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
15343         * input.c (get_pure_location): Move here from tree.c.
15344         (make_location): Likewise.  Add header comment.
15345         (selftest::test_accessing_ordinary_linemaps): Verify
15346         pure_location_p, make_location, get_location_from_adhoc_loc and
15347         get_range_from_loc.
15348         * input.h (get_pure_location): Move declaration here from tree.h.
15349         (get_finish): Likewise for inline function.
15350         (make_location): Likewise for declaration.
15351         * tree.c (get_pure_location): Move to input.c.
15352         (make_location): Likewise.
15353         * tree.h (get_pure_location): Move declaration to tree.h.
15354         (get_finish): Likewise for inline function.
15355         (make_location): Likewise for declaration.
15357 2016-07-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
15359         PR middle-end/71078
15360         * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
15362 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
15364         * system.h (STATIC_ASSERT): Use static_assert if building
15365         with C++11 onwards.
15367 2016-07-27  Richard Biener  <rguenther@suse.de>
15369         PR tree-optimization/72517
15370         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
15371         Revert change to not compute read-read dependences.
15373 2016-07-27  Richard Biener  <rguenther@suse.de>
15375         * predict.c (set_even_probabilities): Make nedges unsigned.
15377 2016-07-27  Martin Liska  <mliska@suse.cz>
15379         * predict.c (set_even_probabilities): Handle unlikely edges.
15380         (combine_predictions_for_bb): Likewise.
15382 2016-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
15384         PR target/71869
15385         * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
15386         __float128 support when we don't have hardware support, so that
15387         the IEEE built-in functions like isgreater, first call __unordkf3
15388         to make sure neither operand is a NaN, and if both operands are
15389         ordered, do the normal comparison.
15391 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
15393         * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
15394         name.
15395         (extract_code_and_val_from_cond_with_ops): Verify that name is
15396         either cond_op0 or cond_op1.
15398 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
15400         PR tree-optimization/18046
15401         * genmodes.c (emit_mode_size_inline): Emit an assert that
15402         verifies that mode is a valid array index.
15403         (emit_mode_nuinits_inline): Likewise.
15404         (emit_mode_inner_inline): Likewise.
15405         (emit_mode_unit_size_inline): Likewise.
15406         (emit_mode_unit_precision_inline): Likewise.
15407         * tree-vrp.c: Include params.h.
15408         (find_switch_asserts): Register edge assertions for the default
15409         label which correspond to the anti-ranges of each case label.
15410         * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
15411         * doc/invoke.texi: Document it.
15413 2016-07-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15415         * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
15416         and unnecessary call to gimple_bb.
15418 2016-07-26  Richard Biener  <rguenther@suse.de>
15420         PR rtl-optimization/71984
15421         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
15422         for VOIDmode.
15424 2016-07-26  Richard Biener  <rguenther@suse.de>
15426         PR middle-end/72517
15427         * expmed.c (extract_bit_field_1): Constrain the vector mode
15428         with element size matching the extraction mode size when
15429         choosing a better vector mode to do the extraction from.
15431 2016-07-26  Richard Biener  <rguenther@suse.de>
15432             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
15434         PR middle-end/70920
15435         * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
15436         pattern.
15438 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15440         * tree-ssa-structalias.c (struct scc_info): Change types of
15441         members to auto_sbitmap and auto_vec.
15442         (scc_info::scc_info): New constructor.
15443         (scc_info::~scc_info): New destructor.
15444         (init_scc_info): Remove.
15445         (free_scc_info): Remove.
15446         (find_indirect_cycles): Adjust.
15447         (perform_var_substitution): Likewise.
15448         (free_var_substitution_info): Likewise.
15450 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15452         * tree-outof-ssa.c (struct elim_graph): Change type of members
15453         to auto_vec and auto_sbitmap.
15454         (elim_graph::elim_graph): New constructor.
15455         (delete_elim_graph): Remove.
15456         (expand_phi_nodes): Adjust.
15458 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15460         * tree-outof-ssa.c (struct elim_graph): Remove typedef.
15461         (new_elim_graph): Adjust.
15462         (clear_elim_graph): Likewise.
15463         (delete_elim_graph): Likewise.
15464         (elim_graph_size): Likewise.
15465         (elim_graph_add_node): Likewise.
15466         (elim_graph_add_edge): Likewise.
15467         (elim_graph_remove_succ_edge): Likewise.
15468         (eliminate_name): Likewise.
15469         (eliminate_build): Likewise.
15470         (elim_forward): Likewise.
15471         (elim_unvisited_predecessor): Likewise.
15472         (elim_backward): Likewise.
15473         (elim_create): Likewise.
15474         (eliminate_phi): Likewise.
15475         (expand_phi_nodes): Likewise.
15477 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15479         * bt-load.c (compute_out): Use auto_sbitmap class.
15480         (link_btr_uses): Likewise.
15481         * cfganal.c (mark_dfs_back_edges): Likewise.
15482         (post_order_compute): Likewise.
15483         (inverted_post_order_compute): Likewise.
15484         (pre_and_rev_post_order_compute_fn): Likewise.
15485         (single_pred_before_succ_order): Likewise.
15486         * cfgexpand.c (pass_expand::execute): Likewise.
15487         * cfgloop.c (verify_loop_structure): Likewise.
15488         * cfgloopmanip.c (fix_bb_placements): Likewise.
15489         (remove_path): Likewise.
15490         (update_dominators_in_loop): Likewise.
15491         * cfgrtl.c (break_superblocks): Likewise.
15492         * ddg.c (check_sccs): Likewise.
15493         (create_ddg_all_sccs): Likewise.
15494         * df-core.c (df_worklist_dataflow): Likewise.
15495         * dse.c (dse_step3): Likewise.
15496         * except.c (eh_region_outermost): Likewise.
15497         * function.c (thread_prologue_and_epilogue_insns): Likewise.
15498         * gcse.c (prune_expressions): Likewise.
15499         (prune_insertions_deletions): Likewise.
15500         * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
15501         * graph.c (draw_cfg_nodes_no_loops): Likewise.
15502         * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
15503         * lcm.c (compute_earliest): Likewise.
15504         (compute_farthest): Likewise.
15505         * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
15506         (unroll_loop_runtime_iterations): Likewise.
15507         (unroll_loop_stupid): Likewise.
15508         * lower-subreg.c (decompose_multiword_subregs): Likewise.
15509         * lra-lives.c: Likewise.
15510         * lra.c (lra): Likewise.
15511         * modulo-sched.c (schedule_reg_moves): Likewise.
15512         (optimize_sc): Likewise.
15513         (get_sched_window): Likewise.
15514         (sms_schedule_by_order): Likewise.
15515         (check_nodes_order): Likewise.
15516         (order_nodes_of_sccs): Likewise.
15517         (order_nodes_in_scc): Likewise.
15518         * recog.c (split_all_insns): Likewise.
15519         * regcprop.c (pass_cprop_hardreg::execute): Likewise.
15520         * reload1.c (reload): Likewise.
15521         * sched-rgn.c (haifa_find_rgns): Likewise.
15522         (split_edges): Likewise.
15523         (compute_trg_info): Likewise.
15524         * sel-sched.c (init_seqno): Likewise.
15525         * store-motion.c (remove_reachable_equiv_notes): Likewise.
15526         * tree-into-ssa.c (update_ssa): Likewise.
15527         * tree-ssa-live.c (live_worklist): Likewise.
15528         * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
15529         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
15530         * Likewise.
15531         (try_peel_loop): Likewise.
15532         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
15533         * Likewise.
15534         * tree-ssa-pre.c (compute_antic): Likewise.
15535         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
15536         * tree-stdarg.c (reachable_at_most_once): Likewise.
15537         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
15538         * var-tracking.c (vt_find_locations): Likewise.
15540 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15542         * sbitmap.h (auto_sbitmap): New class.
15544 2016-07-26  Alan Modra  <amodra@gmail.com>
15546         PR target/72103
15547         * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
15548         sri->t_icode.
15550 2016-07-25  David Malcolm  <dmalcolm@redhat.com>
15552         * input.c (selftest::temp_source_file::temp_source_file): Fix
15553         missing "%s" in fprintf.
15555 2016-07-25  John David Anglin  <danglin@gcc.gnu.org>
15557         PR middle-end/71732
15558         * cselib.c (cselib_process_insn): Invalidate argument slots for
15559         const/pure calls.
15561 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15563         * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
15564         vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
15565         vmulxh_lane_f16, vmulxh_laneq_f16): New.
15567 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15569         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15570         * config/aarch64/aarch64.md (fma, fnma): Support HF.
15571         * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
15573 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15575         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15576         * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
15577         New.
15578         (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
15579         (add<mode>3): Likewise.
15580         (sub<mode>3): Likewise.
15581         (mul<mode>3): Likewise.
15582         (div<mode>3): Likewise.
15583         (*div<mode>3): Likewise.
15584         (<fmaxmin><mode>3): Extend to HF.
15585         * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
15586         (fabd<mode>3): Likewise.
15587         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
15588         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
15589         (aarch64_fmulx<mode>): Likewise.
15590         (aarch64_fac<optab><mode>): Likewise.
15591         (aarch64_frecps<mode>): Likewise.
15592         (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
15593         (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
15594         * config/aarch64/iterators.md (VHSDF_SDF): Delete.
15595         (VSDQ_HSDI): Support HI.
15596         (fcvt_target, FCVT_TARGET): Likewise.
15597         * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
15598         vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
15599         vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
15600         vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
15601         vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
15602         vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
15603         vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
15604         vrsqrtsh_f16): New.
15606 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15608         * config.gcc (aarch64*-*-*): Install arm_fp16.h.
15609         * config/aarch64/aarch64-builtins.c (hi_UP): New.
15610         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15611         * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
15612         mode.
15613         (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
15614         (aarch64_cm<optab><mode>): Likewise.
15615         * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
15616         (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
15617         (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
15618         (sqrt<mode>2): Likewise.
15619         (*sqrt<mode>2): Likewise.
15620         (abs<mode>2): Likewise.
15621         (<optab><mode>hf2): New pattern for HF mode.
15622         (<optab>hihf2): Likewise.
15623         * config/aarch64/arm_neon.h: Include arm_fp16.h.
15624         * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
15625         (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
15626         Support HF mode.
15627         * config/aarch64/arm_fp16.h: New file.
15628         (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
15629         vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
15630         vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
15631         vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
15632         vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
15633         vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
15634         vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
15635         vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
15636         vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
15637         vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
15638         vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
15639         vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
15640         vsqrth_f16): New.
15642 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15644         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
15645         reduc_smin_scal_): Use VDQIF_F16.
15646         (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
15647         * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
15648         Use VHSDF.
15649         (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
15650         * config/aarch64/iterators.md (VDQIF_F16): New.
15651         (vp): Support HF modes.
15652         * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
15653         vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
15655 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15657         * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
15658         "*aarch64_mulx_elt_from_dup<mode>".
15659         (*aarch64_mul3_elt<mode>): Update schedule type.
15660         (*aarch64_mul3_elt_from_dup<mode>): Likewise.
15661         (*aarch64_fma4_elt_from_dup<mode>): Likewise.
15662         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
15663         * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
15664         (f, fp): Support HF modes.
15665         * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
15666         vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
15667         vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
15668         vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
15669         vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
15670         vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
15672 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15674         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15675         * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
15676         modes.
15677         * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
15678         vfmsq_f16): New.
15680 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15682         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15683         * config/aarch64/aarch64-simd.md
15684         (aarch64_rsqrts<mode>): Extend to HF modes.
15685         (fabd<mode>3): Likewise.
15686         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
15687         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
15688         (aarch64_<maxmin_uns>p<mode>): Likewise.
15689         (<su><maxmin><mode>3): Likewise.
15690         (<maxmin_uns><mode>3): Likewise.
15691         (<fmaxmin><mode>3): Likewise.
15692         (aarch64_faddp<mode>): Likewise.
15693         (aarch64_fmulx<mode>): Likewise.
15694         (aarch64_frecps<mode>): Likewise.
15695         (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
15696         (add<mode>3): Extend to HF modes.
15697         (sub<mode>3): Likewise.
15698         (mul<mode>3): Likewise.
15699         (div<mode>3): Likewise.
15700         (*div<mode>3): Likewise.
15701         * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
15702         HF, V4HF and V8HF.
15703         * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
15704         * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
15705         vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
15706         vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
15707         vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
15708         vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
15709         vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
15710         vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
15711         vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
15712         vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
15713         vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
15714         vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
15715         vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
15716         vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
15718 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15720         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
15721         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15722         * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
15723         (neg<mode>2): Likewise.
15724         (abs<mode>2): Likewise.
15725         (<frint_pattern><mode>2): Likewise.
15726         (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
15727         (<optab><VDQF:mode><fcvt_target>2): Likewise.
15728         (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
15729         (ftrunc<VDQF:mode>2): Likewise.
15730         (<optab><fcvt_target><VDQF:mode>2): Likewise.
15731         (sqrt<mode>2): Likewise.
15732         (*sqrt<mode>2): Likewise.
15733         (aarch64_frecpe<mode>): Likewise.
15734         (aarch64_cm<optab><mode>): Likewise.
15735         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
15736         HF, V4HF and V8HF.
15737         * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
15738         (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
15739         (stype): New.
15740         * config/aarch64/arm_neon.h (vdup_n_f16): New.
15741         (vdupq_n_f16): Likewise.
15742         (vld1_dup_f16): Use vdup_n_f16.
15743         (vld1q_dup_f16): Use vdupq_n_f16.
15744         (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
15745         vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
15746         vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
15747         vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
15748         vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
15749         vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
15750         vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
15751         vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
15752         vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
15753         vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
15754         vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
15755         vsqrt_f16, vsqrtq_f16): New.
15757 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15759         * config/aarch64/aarch64-simd.md
15760         (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
15761         (aarch64_ext<mode>): Likewise.
15762         (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
15763         * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
15764         aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
15765         and V8HFmode.
15766         * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
15767         float16x8_t.
15768         (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
15769         __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
15770         vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
15771         vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
15772         vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
15773         vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
15774         vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
15775         New.
15776         (vmov_n_f16): Reimplement using vdup_n_f16.
15777         (vmovq_n_f16): Reimplement using vdupq_n_f16..
15779 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15781         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
15782         "frame_related_p".  Generate CFA annotation when it's necessary.
15783         (aarch64_expand_prologue): Use aarch64_add_constant.
15784         (aarch64_expand_epilogue): Likewise.
15785         (aarch64_output_mi_thunk): Pass "false" when calling
15786         aarch64_add_constant.
15788 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15790         * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
15791         sequences.
15793 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
15795         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
15796         Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
15797         (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
15798         (aarch64_build_constant): Delete.
15800 2016-07-25  Alexander Monakov  <amonakov@ispras.ru>
15802         Revert
15803         2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
15805         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
15806         flag_toplevel_reorder.
15808 2016-07-25  Richard Biener  <rguenther@suse.de>
15810         * cgraph.c (cgraph_node::verify_node): Compare against builtin
15811         by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
15812         * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
15813         * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
15814         (streamer_get_builtin_tree): Likewise.
15815         (streamer_write_builtin): Likewise.
15816         * lto-streamer.h (LTO_builtin_decl): Remove.
15817         * lto-streamer-in.c (lto_read_tree_1): Remove assert.
15818         (lto_input_scc): Remove LTO_builtin_decl handling.
15819         (lto_input_tree_1): Liekwise.
15820         * lto-streamer-out.c (lto_output_tree_1): Remove special
15821         handling of builtins.
15822         (DFS::DFS): Likewise.
15823         * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
15824         * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
15825         assert.
15826         (streamer_write_builtin): Remove.
15828 2016-07-25  Martin Liska  <mliska@suse.cz>
15830         * lto-cgraph.c (input_symtab): Don't call get_working_sets
15831         if flag_auto_profile is set to true.
15833 2016-07-25  Martin Liska  <mliska@suse.cz>
15835         PR gcov-profile/71868
15836         * cfgloopanal.c (expected_loop_iterations_unbounded): When we
15837         have a function with multiple latches, count them all.
15839 2016-07-25  Martin Liska  <mliska@suse.cz>
15841         * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
15843 2016-07-25  Martin Liska  <mliska@suse.cz>
15845         PR tree-optimization/71987
15846         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
15847         just for SSA_NAMEs. Fix GNU coding style.
15849 2016-07-25  Martin Liska  <mliska@suse.cz>
15851         PR gcov-profile/64874
15852         * gcov-io.h: Update command about file format.
15853         * gcov-iov.c (main): Adapt the numbering scheme.
15855 2016-07-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
15857         PR middle-end/66726
15858         * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
15859         whose result is used in PHI.
15860         (final_range_test_p): Likewise.
15861         (maybe_optimize_range_tests): Likewise.
15863 2016-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
15865         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
15866         Reformat two multi-line strings.
15868 2016-07-22  Martin Sebor  <msebor@redhat.com>
15870         * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
15872 2016-07-22  Martin Sebor  <msebor@redhat.com>
15874         PR c/71560
15875         * doc/extend.texi (Compound Literals): Correct and clarify.
15876         (Cast to Union): Same.
15878 2016-07-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15880         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
15881         comments to explain why certain error messages make mention of
15882         undocumented options.
15883         (rs6000_invalid_builtin): Change error messages to replace mention
15884         of undocumented options with mention of the -mcpu=power9 option
15885         that enables those undocumented options.
15886         * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
15887         (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
15888         definition of this macro to correct an existing error.
15889         * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
15890         mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
15891         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
15892         descriptions of built-in functions so that they depend on
15893         -mcpu=power9 instead of on the corresponding undocumented flags.
15894         * doc/invoke.texi (Option Summary):  Remove all mention of newly
15895         undocumented flags.
15896         (IBM RS/6000 and PowerPC Options): Likewise.
15897         * doc/md.texi (Constraints for Particuliar Machines): Remove all
15898         mention of newly undocumented flags.
15900 2016-07-22  Evgeny Stupachenko  <evstupac@gmail.com>
15902         * ipa-cp.c (determine_versionability): Do not create constprop clones,
15903         when target_clones attribute is set.
15905 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
15907         * common.opt (funsafe-loop-optimizations): Mark ignore.
15908         * doc/invoke.texi (funsafe-loop-optimizations): Remove.
15909         * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
15910         related code.
15911         * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
15912         * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
15914 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
15916         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
15917         Parameter.
15918         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
15919         Parameter.
15920         (number_of_iterations_exit): Warn missed loop optimization for
15921         possible infinite loops.
15923 2016-07-22  Segher Boessenkool  <segher@kernel.crashing.org>
15925         PR target/71216
15926         * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
15927         when to emit a ".machine" pseudo-op.
15929 2016-07-22  Martin Liska  <mliska@suse.cz>
15931         PR gcov-profile/69028
15932         PR gcov-profile/62047
15933         * coverage.c (coverage_compute_lineno_checksum): Do not
15934         calculate checksum for fns w/o xloc.file.
15935         (coverage_compute_profile_id): Likewise.
15937 2016-07-22  Georg-Johann Lay  <avr@gjlay.de>
15939         * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
15940         (avr_secondary_reload): ...and implementation.
15941         (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
15942         * config/avr/avr.md (reload_in<mode>): Remove insns.
15943         (adjust_len) [lpm]: Remove insn attribute value.
15944         * config/avr/predicates.md (flash_operand): Remove insn predicate.
15946 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15948         PR middle-end/71876
15949         * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
15950         attribute.
15951         * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
15952         * calls.c (special_function_p): Remove the special handling of the
15953         "__builtin_" prefix.
15955 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15957         PR middle-end/71876
15958         * calls.c (gimple_maybe_alloca_call_p): New function.  Return true
15959         if STMT may be an alloca call.
15960         (gimple_alloca_call_p, alloca_call_p): Return only true for the
15961         builtin alloca call.
15962         * calls.h (gimple_maybe_alloca_call_p): New function.
15963         * tree-inline.c (inline_forbidden_p_stmt): Use
15964         gimple_maybe_alloca_call_p here.
15966 2016-07-21  David Malcolm  <dmalcolm@redhat.com>
15968         * spellcheck-tree.c (best_macro_match::best_macro_match):
15969         Explictly specify the template arguments when invoking the base
15970         class constructor, to help older C++ compilers.
15972 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
15974         PR sanitizer/71953
15975         * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
15976         before builtin_decl_implicit.
15978 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
15980         * optabs.c (emit_condiitonal_move): Short circuit for identical
15981         sources.
15983 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
15985         * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
15986         max_seq_cost.  Removed fields: then_cost, else_cost, branch_cost.
15987         (noce_conversion_profitable_p): New.
15988         (noce_try_store_flag_constants): Use it.
15989         (noce_try_addcc): Likewise.
15990         (noce_try_store_flag_mask): Likewise.
15991         (noce_try_cmove): Likewise.
15992         (noce_try_cmove_arith): Likewise.
15993         (bb_valid_for_noce_process_p): Add to the cost parameter rather than
15994         overwriting it.
15995         (noce_convert_multiple_sets): Move cost model to here, from...
15996         (bb_ok_for_noce_convert_multiple_sets) ...here.
15997         (noce_process_if_block): Update calls for above changes.
15998         (noce_find_if_block): Record new noce_if_info parameters.
16000 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
16002         * target.def (max_noce_ifcvt_seq_cost): New.
16003         * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
16004         * doc/tm.texi: Regenerate.
16005         * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
16006         * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
16007         * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
16008         (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
16009         * doc/invoke.texi: Document new params.
16011 2016-07-21  Richard Biener  <rguenther@suse.de>
16013         PR tree-optimization/71947
16014         * tree-vrp.c (extract_range_from_assert): Singleton symbolic
16015         ranges have useful limit_vr information.
16017 2016-07-21  Richard Biener  <rguenther@suse.de>
16019         * function-tests.c (build_trivial_generic_function): Set
16020         BLOCK_SUPERCONTEXT of DECL_INITIAL.
16021         * omp-low.c (create_omp_child_function): Likewise.
16022         (grid_expand_target_grid_body): Likewise.
16023         * cgraphunit.c (init_lowered_empty_function): Likewise.
16024         (cgraph_node::expand_thunk): Likewise.
16025         * tree-parloops.c (create_loop_fn): Likewise.
16026         * ipa.c (cgraph_build_static_cdtor_1): Likewise.
16028 2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
16030         * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
16031         in comment.
16033 2016-07-21  Georg-Johann Lay  <avr@gjlay.de>
16035         * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
16036         (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
16037         (*insv.xor-extract, *insv.xor1-bit.0): New insns.
16038         (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
16039         values for insn attribute.
16040         * config/avr/avr.c (avr_out_insert_notbit): New function.
16041         (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
16042         ADJUST_LEN_INSV_NOTBIT_0/_7.
16043         * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
16045 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
16047         * tree-chrec.c (convert_affine_scev): New parameter.  Pass new arg.
16048         (chrec_convert_1, chrec_convert): Ditto.
16049         * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
16050         * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
16051         * tree-vrp.c (adjust_range_with_scev): Ditto.
16052         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
16053         (scev_var_range_cant_overflow): New function.
16054         (scev_probably_wraps_p): New parameter.  Call above function.
16055         * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
16057 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
16059         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
16060         by removing computation of may_be_zero.
16062 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
16064         * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
16066 2016-07-21  Andrew Sutton  <andrew.n.sutton@gmail.com>
16068         Improving concepts performance and diagnostics.
16069         * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
16070         for constraint satisfaction and subsumption.
16071         * timevar.h (auto_timevar): New constructor that matches the push/pop
16072         pattern of usage in pt.c.
16074 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
16076         * hwint.h (HOST_WIDE_INT_0): New define.
16077         (HOST_WIDE_INT_0U): Ditto.
16078         * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
16079         * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
16080         * simplify-rtx.c: Ditto.
16081         * tree-object-size.c: Ditto.
16083 2016-07-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16085         * config/s390/s390.c (s390_encode_section_info): Remove mode size
16086         check.
16088 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
16090         * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
16091         * combine.c: Use HOST_WIDE_INT_M1U instead of
16092         ~(unsigned HOST_WIDE_INT) 0.
16093         * double-int.h: Ditto.
16094         * dse.c: Ditto.
16095         * dwarf2asm.c:Ditto.
16096         * expmed.c: Ditto.
16097         * genmodes.c: Ditto.
16098         * match.pd: Ditto.
16099         * read-rtl.c: Ditto.
16100         * tree-ssa-loop-ivopts.c: Ditto.
16101         * tree-ssa-loop-prefetch.c: Ditto.
16102         * tree-vect-generic.c: Ditto.
16103         * tree-vect-patterns.c: Ditto.
16104         * tree.c: Ditto.
16106 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
16108         * config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
16109         constant addresses outside [0,0xc0] into a register.
16110         (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn.  And handle
16111         cases where the base address register is unused after.
16112         (avr_out_movhi_r_mr_reg_disp_tiny): Same.
16113         (avr_out_movhi_mr_r_reg_disp_tiny): Same.
16114         (avr_out_store_psi_reg_disp_tiny): Same.
16116 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
16118         Implement attribute progmem on reduced Tiny cores by adding
16119         flash offset 0x4000 to respective symbols.
16121         PR target/71948
16122         * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
16123         documentation how it works on reduced Tiny cores.
16124         (AVR Named Address Spaces): No support for reduced Tiny.
16125         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
16126         (avr_address_tiny_pm_p): New static function.
16127         (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
16128         if the address is in progmem.
16129         (avr_assemble_integer): Same.
16130         (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
16131         for symbol_ref in progmem.
16132         * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
16133         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
16134         magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
16136 2016-07-20  Patrick Palka  <ppalka@gcc.gnu.org>
16138         * configure.ac (thin_archive_support): New variable.  AC_SUBST it.
16139         * configure: Regenerate.
16140         * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
16141         (USE_THIN_ARCHIVES): New variable.
16142         (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
16143         this archive as a thin archive.
16145 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
16147         * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
16148         same location as last time, don't skip if we have fix-it hints.
16149         Clarify the skipping logic by converting it from one "if" clause
16150         to repeated "if" clauses.
16151         * spellcheck-tree.c: Include "cpplib.h".
16152         (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
16153         (best_macro_match::best_macro_match): New constructor.
16154         * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
16155         Move here from c/c-decl.c.
16156         (class best_macro_match): Move here from c/c-decl.c, converting
16157         from a typedef to a subclass, gaining a ctor.
16159 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
16161         * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
16162         * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
16163         define...
16164         (avr_addr_space_diagnose_usage): ...and implementation.
16165         (avr_addr_space_supported_p): New function.
16166         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
16167         report bad address space usage if that space is supported.
16168         (avr_insert_attributes): Same.  No more complain about unsupported
16169         address spaces.
16170         * config/avr/avr-c.c (tm_p.h): Include it.
16171         (avr_cpu_cpp_builtins): Only define addr-space related built-in
16172         macro if avr_addr_space_supported_p.
16174 2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
16176         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
16177         flag_toplevel_reorder.
16179 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
16181         * gcc-rich-location.c
16182         (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
16183         a const char *.
16184         * gcc-rich-location.h
16185         (gcc_rich_location::add_fixit_misspelled_id): Likewise.
16187 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
16189         * target.def (addr_space): Add new diagnose_usage to hook vector.
16190         * targhooks.c (default_addr_space_diagnose_usage): Add default
16191         implementation and...
16192         * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
16193         * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
16194         is some address space, call targetm.addr_space.diagnose_usage.
16195         * doc/tm.texi.in (Named Address Spaces): Add anchor for
16196         TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
16197         * doc/tm.texi: Regenerate.
16199 2016-07-20  Martin Liska  <mliska@suse.cz>
16201         PR middle-end/71898
16202         * graphite-isl-ast-to-gimple.c (later_of_the_two):
16203         Properly handly PHI stmts.
16205 2016-07-20  Bin Cheng  <bin.cheng@arm.com>
16207         PR tree-optimization/71503
16208         PR tree-optimization/71683
16209         * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
16210         and break.
16212 2016-07-20  Martin Liska  <mliska@suse.cz>
16214         * doc/invoke.texi (-fipa-ra): Document when the option is
16215         disabled. Fix a typo.
16217 2016-07-20  Martin Liska  <mliska@suse.cz>
16219         * Makefile.in: Include fibonacci_heap.c
16220         * fibonacci_heap.c: New file.
16221         * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
16222         (fibonacci_heap::union_with): Fix deletion of the second heap.
16223         * selftest-run-tests.c (selftest::run_tests): Incorporate
16224         fibonacci heap tests.
16225         * selftest.h: Declare fibonacci_heap_c_tests.
16227 2016-07-20  Martin Liska  <mliska@suse.cz>
16229         * selftest-run-tests.c (selftest::run_tests): New function.
16230         * selftest.h (sreal_c_tests): Declare.
16231         * sreal.c (sreal_verify_basics): New function.
16232         (verify_aritmetics): Likewise.
16233         (sreal_verify_arithmetics): Likewise.
16234         (verify_shifting): Likewise.
16235         (sreal_verify_shifting): Likewise.
16236         (void sreal_c_tests): Likewise.
16238 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
16240         PR rtl-optimization/71916
16241         * cfgrtl.c (contains_no_active_insn_p): Return false also for
16242         bb which have a single succ fake edge.
16244 2016-07-19  Aldy Hernandez  <aldyh@redhat.com>
16246         PR debug/71855
16247         * dwarf2out.c (gen_subprogram_die): Only call
16248         gen_unspecified_parameters_die while dumping early dwarf.
16250 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
16252         PR middle-end/71874
16253         * gimple-fold.c (fold_builtin_memory_op): Use
16254         get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
16256 2016-07-19  Uros Bizjak  <ubizjak@gmail.com>
16258         * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
16259         HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
16260         HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
16261         HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
16262         * combine.c: Ditto.
16263         * cse.c: Ditto.
16264         * dojump.c: Ditto.
16265         * double-int.c: Ditto.
16266         * dse.c: Ditto.
16267         * dwarf2out.c: Ditto.
16268         * expmed.c: Ditto.
16269         * expr.c: Ditto.
16270         * fold-const.c: Ditto.
16271         * function.c: Ditto.
16272         * fwprop.c: Ditto.
16273         * genmodes.c: Ditto.
16274         * hwint.c: Ditto.
16275         * hwint.h: Ditto.
16276         * ifcvt.c: Ditto.
16277         * loop-doloop.c: Ditto.
16278         * loop-invariant.c: Ditto.
16279         * loop-iv.c: Ditto.
16280         * match.pd: Ditto.
16281         * optabs.c: Ditto.
16282         * real.c: Ditto.
16283         * reload.c: Ditto.
16284         * rtlanal.c: Ditto.
16285         * simplify-rtx.c: Ditto.
16286         * stor-layout.c: Ditto.
16287         * toplev.c: Ditto.
16288         * tree-ssa-loop-ivopts.c: Ditto.
16289         * tree-vect-generic.c: Ditto.
16290         * tree-vect-patterns.c: Ditto.
16291         * tree.c: Ditto.
16292         * tree.h: Ditto.
16293         * ubsan.c: Ditto.
16294         * varasm.c: Ditto.
16295         * wide-int-print.cc: Ditto.
16296         * wide-int.cc: Ditto.
16297         * wide-int.h: Ditto.
16299 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
16301         * selftest.c (selftest::assert_streq): Handle NULL values of
16302         val_actual and val_expected.
16304 2016-07-19  Martin Jambor  <mjambor@suse.cz>
16306         PR fortran/71688
16307         * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
16308         rather than cgraph_create_node to get a call graph node.
16310 2016-07-19  Richard Biener  <rguenther@suse.de>
16312         * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
16313         handle all tcc_constant bases and valueize SSA names.
16314         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
16315         tcc_constant bases.
16317 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
16319         * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
16320         the flags of the exit block and bb2, not just the entry block.
16322 2016-07-19  Richard Biener  <rguenther@suse.de>
16324         PR tree-optimization/71901
16325         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
16326         align member, group stuff with the bitfield.
16327         (vn_ref_op_align_unit): New inline.
16328         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
16329         record element alignment and operand 3 unchanged.
16330         (ao_ref_init_from_vn_reference): Adjust.
16331         (valueize_refs_1): Likewise.
16332         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
16334 2016-07-19  Richard Biener  <rguenther@suse.de>
16336         PR tree-optimization/71908
16337         * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
16338         symbolic constants in a more reliable way.
16340 2016-07-19  Ilya Enkovich  <ilya.enkovich@intel.com>
16342         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
16343         comment.
16344         (vect_update_inits_of_drs): Likewise.
16345         (vect_create_cond_for_alias_checks): Likewise.
16346         * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
16348 2016-07-19  Richard Biener  <rguenther@suse.de>
16350         PR lto/71907
16351         * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
16352         with an abstract origin that is not an inlined function outer
16353         scope add a self-reference as abstract origin.
16354         * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
16356 2016-07-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
16358         PR target/71493
16359         * config/rs6000/rs6000.c (rs6000_function_value): Fix
16360         unintentional System V.4 structure return breakage for structures
16361         with a single floating point element.
16363 2016-07-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
16365         PR tree-optimization/71734
16366         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
16367         contains REF, use it to check safelen, assume that safelen value
16368         must be greater 1, fix style.
16369         (ref_indep_loop_p_2): Add REF_LOOP argument.
16370         (ref_indep_loop_p): Pass LOOP as additional argument to
16371         ref_indep_loop_p_2.
16373 2016-07-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16375         * cfgexpand.c (expand_stack_vars): Implement synamic stack space
16376         allocation in the prologue.
16377         * explow.c (get_dynamic_stack_base): New function to return an address
16378         expression for the dynamic stack base.
16379         (get_dynamic_stack_size): New function to do the required dynamic stack
16380         space size calculations.
16381         (allocate_dynamic_stack_space): Use new functions.
16382         (align_dynamic_address): Move some code from
16383         allocate_dynamic_stack_space to new function.
16384         * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
16386 2016-07-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16388         * config/s390/s390.c (s390_encode_section_info): Always set
16389         notaligned marker if mode size is 0 or no MEM_ALIGN info could be
16390         found.
16392 2016-07-18  Richard Biener  <rguenther@suse.de>
16394         PR tree-optimization/71893
16395         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
16396         for sizetype cast added by array_ref_element_size.
16397         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
16399 2016-07-16  John David Anglin  <danglin@gcc.gnu.org>
16401         * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
16402         register parameters.  Remove code to initialize argument pointer
16403         on TARGET_64BIT.  Optimize call to _mcount when it can be reached
16404         using a pc-relative branch.  Cleanup conditional code.
16405         * config/pa/pa.md (call_mcount): New expander.
16406         (call_mcount_nonpic): New insn.
16407         (call_mcount_pic): New insn and split.
16408         (call_mcount_pic_post_reload): New insn.
16409         (call_mcount_64bit): New insn and split.
16410         (call_mcount_64bit_post_reload): New insn.
16412 2016-07-15  Georg-Johann Lay  <avr@gjlay.de>
16414         * config/avr/predicates.md (const_m255_to_m1_operand): New.
16415         * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
16416         * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
16417         (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
16418         (*usum_widenqihi3, *udiff_widenqihi3)
16419         (*addhi3_zero_extend.const): New combiner insns.
16420         (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
16421         just 1 bit is affected.
16422         * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
16423         (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
16425 2016-07-15  Cesar Philippidis  <cesar@codesourcery.com>
16427         * omp-low.c (lower_omp_target): Mark data clauses with
16428         GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
16429         zero-length subarrays.
16431 2016-07-15  Richard Biener  <rguenther@suse.de>
16433         PR tree-optimization/71881
16434         * tree-loop-distribution.c (destroy_loop): Remove blocks in
16435         reverse DOM order to make debug temp generation happy.
16437 2016-07-15  Richard Biener  <rguenther@suse.de>
16439         PR tree-optimization/71887
16440         * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
16441         verify it is not zero for division / modulo handling.
16442         (value_replacement): Adjust.
16444 2016-07-15  Virendra Pathak  <virendra.pathak@broadcom.com>
16445             Julian Brown  <julian@codesourcery.com>
16447         * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
16448         * config/aarch64/aarch64-cost-tables.h
16449         (vulcan_extra_costs): New variable.
16450         * config/aarch64/aarch64.c
16451         (vulcan_addrcost_table): Likewise.
16452         (vulcan_regmove_cost): Likewise.
16453         (vulcan_vector_cost): Likewise.
16454         (vulcan_branch_cost): Likewise.
16455         (vulcan_tunings): Likewise.
16457 2016-07-15  Alexander Monakov  <amonakov@ispras.ru>
16459         * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
16460         (output_in_order): Loop over undefined variables too.  Output them
16461         via assemble_undefined_decl.  Skip variables that correspond to hard
16462         registers or have value-exprs.
16463         * varpool.c (symbol_table::output_variables): Handle undefined
16464         variables together with defined ones.
16466 2016-07-15  Richard Biener  <rguenther@suse.de>
16468         * tree-ssa-pre.c (get_representative_for): Make sure to return
16469         the value number of SSA names.
16470         (phi_translate_1): get_representative_for cannot return NULL.
16471         (do_pre_regular_insertion): Remove redundant call to
16472         fully_constant_expression.
16473         (do_pre_partial_partial_insertion): Likewise.
16475 2016-07-15  Bin Cheng  <bin.cheng@arm.com>
16477         * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
16478         (derive_simple_iv_with_niters): New function.
16479         (simple_iv): Rewrite using simple_iv_with_niters.
16480         * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
16481         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
16482         function.
16483         (number_of_iterations_exit): Rewrite using above function.
16484         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
16485         Decl.
16487 2016-07-15  Richard Biener  <rguenther@suse.de>
16489         * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
16490         vec_construct cost.
16492 2016-07-14  Jakub Jelinek  <jakub@redhat.com>
16494         PR tree-optimization/71872
16495         * tree-data-ref.c (get_references_in_stmt): Ignore references
16496         with is_gimple_constant get_base_address.
16498 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16500         * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
16501         (TARGET_HAVE_LDACQD): New macro.
16502         * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
16503         than TARGET_HAVE_LDACQ.
16504         (arm_load_acquire_exclusivedi): Likewise.
16505         (arm_store_release_exclusivedi): Likewise.
16507 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16509         PR rtl-optimization/71878
16510         * lra-constraints.c (match_reload): Pass information about other
16511         output operands.  Create new unique register value if matching input
16512         operand shares same register value as output operand being considered.
16513         (curr_insn_transform): Record output operands already processed.
16515 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16517         PR target/65951
16518         PR tree-optimization/70923
16519         * tree-vect-patterns.c: Include mult-synthesis.h.
16520         (target_supports_mult_synth_alg): New function.
16521         (synth_lshift_by_additions): Likewise.
16522         (apply_binop_and_append_stmt): Likewise.
16523         (vect_synth_mult_by_constant): Likewise.
16524         (target_has_vecop_for_code): Likewise.
16525         (vect_recog_mult_pattern): Use above functions to synthesize vector
16526         multiplication by integer constants.
16528 2016-07-14  Alan Modra  <amodra@gmail.com>
16530         * config/rs6000/altivec.md (altivec_mov<mode>): Disparage
16531         gpr alternatives.  Correct '*' placement on Y,r alternative.
16532         Add '*' on operand 1 of r,r alternative.
16534 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16536         * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
16537         * expmed.h: ... Here.
16539 2016-07-14  Jan Hubicka  <hubicka@ucw.cz>
16541         * gimple.h (stmt_can_terminate_bb_p): New function.
16542         * tree-cfg.c (need_fake_edge_p): Rename to ...
16543         (stmt_can_terminate_bb_p): ... this; return true if stmt can
16544         throw external; handle const and pure calls.
16545         * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
16547 2016-07-14  Richard Biener  <rguenther@suse.de>
16549         PR tree-optimization/71866
16550         * tree-ssa-pre.c (get_constant_for_value_id): Remove.
16551         (do_hoist_insertion): Avoid endless recursion when we
16552         didn't insert anything because we managed to simplify
16553         things down to a constant or SSA name.
16554         (fully_constant_expression): Re-write in terms of ...
16555         * tree-ssa-sccvn.h (vn_nary_simplify): ... this.  Declare.
16556         * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
16557         vn_nary_build_or_lookup_1.
16558         (vn_nary_build_or_lookup_1): Added flag and renamed from ...
16559         (vn_nary_build_or_lookup): ... this which now wraps it.
16561 2016-07-14  Alan Modra  <amodra@gmail.com>
16563         PR target/71733
16564         * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
16565         with p9_vector override before power9-dform override.
16567 2016-07-13  Andi Kleen  <ak@linux.intel.com>
16569         * value-prof.c (gimple_value_profile_transformations): Don't run
16570         when auto_profile is on.
16572 2016-07-13  Andi Kleen  <ak@linux.intel.com>
16574         * auto-profile.c (update_inlined_ind_target,
16575         afdo_indirect_call): Print information to dump file.
16577 2016-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
16579         * genrecog.c (special_predicate_operand_p): New function.
16580         (predicate_name): Move function.
16581         (validate_pattern): Don't warn about missing mode for all
16582         define_special_predicate predicates.
16584 2016-07-13  Bin Cheng  <bin.cheng@arm.com>
16586         * tree-vect-data-refs.c (vect_no_alias_p): New function.
16587         (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
16588         resolve alias checks which are known at compilation time.
16589         Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
16590         alias checks are resolved.  Move dump info for too many runtime
16591         alias checks to here...
16592         * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
16594 2016-07-13  Richard Biener  <rguenther@suse.de>
16596         PR tree-optimization/24574
16597         * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
16598         position and add shift, rotate, divison and modulo support
16599         for left zero.
16600         (value_replacement): Pass in argument position to absorbing_element_p.
16602 2016-07-13  Ilya Enkovich  <ilya.enkovich@intel.com>
16604         PR ipa/71633
16605         * ipa-inline-transform.c (inline_call): Support
16606         instrumented thunks.
16608 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16610         * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
16611         (TARGET_IDIV): Set for all Thumb targets provided they have hardware
16612         divide feature.
16613         * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
16614         Baseline.  Make initial alternative TARGET_32BIT only.
16615         (udivsi3): Likewise.
16616         * config/arm/thumb1.md (thumb1_cbz): New define_insn.
16617         * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
16618         target.
16620 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16622         * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
16623         * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
16624         availability with TARGET_HAVE_MOVT.
16625         (thumb_legitimate_constant_p): Strip the high part of a label_ref.
16626         (thumb1_rtx_costs): Also return 0 if setting a half word constant and
16627         MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
16628         UINTVAL.
16629         (thumb1_size_rtx_costs): Make set of half word constant also cost 1
16630         extra instruction if MOVW is available.  Use a cost variable
16631         incremented by COSTS_N_INSNS (1) when the condition match rather than
16632         returning an arithmetic expression based on COSTS_N_INSNS.  Make
16633         constant with bottom half word zero cost 2 instruction if MOVW is
16634         available.
16635         * config/arm/arm.md (define_attr "arch"): Add v8mb.
16636         (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
16637         target is ARMv8-M Baseline.
16638         (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
16639         (arm_movtas_ze): Likewise.
16640         * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
16641         alternative for constants satisfying j constraint.
16642         (thumb1_movsi_insn): Likewise.
16643         (movsi splitter for K alternative): Tighten condition to not trigger
16644         if movt is available and j constraint is satisfied.
16645         (Pe immediate splitter): Likewise.
16646         (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
16647         constant fitting in an halfword to use MOVW.
16648         * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
16649         effective target.
16651 2016-07-13  Richard Biener  <rguenther@suse.de>
16653         PR middle-end/71104
16654         * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
16655         gimplifying the LHS.  Make sure to gimplify a returning twice
16656         call LHS without using SSA names.
16658 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16660         * tree-data-ref.c (find_data_references_in_stmt): Remove
16661         unnecessary call to vec::release.
16662         (graphite_find_data_references_in_stmt): Likewise.
16663         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
16664         * tree-vect-stmts.c (vectorizable_condition): Likewise.
16666 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16668         * cfgexpand.c (expand_used_vars): Make the type of a local
16669         variable auto_vec.
16670         * genmatch.c (lower_for): Likewise.
16671         * haifa-sched.c (haifa_sched_init): Likewise.
16672         (add_to_speculative_block): Likewise.
16673         (create_check_block_twin): Likewise.
16674         * predict.c (handle_missing_profiles): Likewise.
16675         * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
16676         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
16677         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
16678         Likewise.
16679         (maybe_lower_iteration_bound): Likewise.
16680         * tree-ssa-sccvn.c (DFS): Likewise.
16681         * tree-stdarg.c (reachable_at_most_once): Likewise.
16682         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
16683         (vectorizable_store): Likewise.
16685 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16687         * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
16688         (sccvn_dom_walker): make cond_stack an auto_vec.
16690 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16692         * ree.c (struct ext_state): Make type of members auto_vec.
16693         (find_and_remove_re): Adjust.
16695 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16697         * cfgexpand.c (struct stack_vars_data): Make type of fields
16698         auto_vec.
16699         (expand_used_vars): Adjust.
16701 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16703         * ipa.c (record_cdtor_fn): Adjust.
16704         (build_cdtor_fns): Likewise.
16705         (ipa_cdtor_merge): Make static_ctors and static_dtors local
16706         variables.
16708 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16710         * genextract.c (struct accum_extract): Add constructor and make
16711         members auto_vec.
16712         (gen_insn): Adjust.
16714 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16716         * tree.c (struct free_lang_data_d): Add constructor and change
16717         types of members to ones that automatically manage resources.
16718         (fld_worklist_push): Adjust.
16719         (find_decls_types): Likewise.
16720         (find_decls_types_in_eh_region): Likewise.
16721         (free_lang_data_in_cgraph): Stop manually creating and
16722         destroying members of free_lang_data_d.
16724 2016-07-13  Uros Bizjak  <ubizjak@gmail.com>
16726         PR rtl-optimization/68961
16727         * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
16728         peephole variant.  Use sse_reg_operand predicates.
16730 2016-07-12  Uros Bizjak  <ubizjak@gmail.com>
16732         * config/i386/predicates.md (x86_64_immediate_operand)
16733         <case CONST_INT>: Remove unneeded truncation to DImode.
16734         <case CONST>: Ditto.
16735         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
16737 2016-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
16739         PR target/71805
16740         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
16741         The xxperm and xxpermr instructions require that the 2nd input
16742         operand overlap with the output operand, and not the 1st.
16743         (altivec_vperm_v8hiv16qi): Likewise.
16744         (altivec_vperm_<mode>_uns_internal): Likewise.
16745         (altivec_vpermr_<mode>_internal): Likewise.
16746         (vperm_v8hiv4si): Likewise.
16747         (vperm_v16qiv8hi): Likewise.
16749 2016-07-12  Nathan Sidwell  <nathan@acm.org>
16751         * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
16752         when -mno-pic-data-is-text-relative is in effect, by default.
16753         * doc/invoke.texi (mpic-data-is-text-relative): Document new
16754         behavior and clarify.
16756 2016-07-12  Martin Liska  <mliska@suse.cz>
16758         * params.def: Add avg-loop niter.
16759         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
16760         * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
16761         * doc/invoke.texi: Document the new parameter.
16763 2016-07-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16765         PR middle-end/71700
16766         * expr.c (store_constructor): Mask sign-extended bits when widening
16767         sub-word constructor element at the start of a word.
16769 2016-07-12  Martin Liska  <mliska@suse.cz>
16771         * Makefile.in: Append rule for params-options.h.
16772         * params-options.h: New file.
16774 2016-07-12  Martin Liska  <mliska@suse.cz>
16776         * ira-build.c (mark_loops_for_removal): Properly iterate
16777         loops.
16779 2016-07-12  Steven Bosscher  <steven@gcc.gnu.org>
16780             Richard Biener  <rguenther@suse.de>
16782         PR tree-optimization/23286
16783         PR tree-optimization/70159
16784         * doc/invoke.texi: Document -fcode-hoisting.
16785         * common.opt (fcode-hoisting): New flag.
16786         * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
16787         * tree-ssa-pre.c (pre_stats): Add hoist_insert.
16788         (do_regular_insertion): Rename to ...
16789         (do_pre_regular_insertion): ... this and amend general comments
16790         on insertion strathegy.
16791         (do_partial_partial_insertion): Rename to ...
16792         (do_pre_partial_partial_insertion): ... this.
16793         (do_hoist_insertion): New function.
16794         (insert_aux): Take flags on whether to do PRE and/or hoist insertion
16795         and call do_hoist_insertion properly.
16796         (insert): Adjust.
16797         (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
16798         (pass_pre::execute): Register hoist_insert stats.
16800 2016-07-12  Jakub Jelinek  <jakub@redhat.com>
16802         PR middle-end/71716
16803         * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
16804         for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
16805         is different from mode's bitsize.  Small cleanup.
16807 2016-07-12  Richard Biener  <rguenther@suse.de>
16809         PR rtl-optimization/68961
16810         * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
16811         to simplify to a non-constant.
16813 2016-07-11  Jakub Jelinek  <jakub@redhat.com>
16815         PR middle-end/71758
16816         * omp-low.c (expand_omp_target): Gimplify device.
16818         PR tree-optimization/71823
16819         * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
16820         to get vec_oprnds2 from op2.
16822 2016-07-11  Uros Bizjak  <ubizjak@gmail.com>
16824         * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
16825         Hoist common subexpressions.
16826         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
16828 2016-07-11  Pat Haugen  <pthaugen@us.ibm.com>
16830         PR target/71800
16831         * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
16832         prevent generation of 'stxsiwx' on pre Power8 hardware.
16834 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
16836         * input.c: Include cpplib.h.
16837         (selftest::temp_source_file): New class.
16838         (selftest::temp_source_file::temp_source_file): New ctor.
16839         (selftest::temp_source_file::~temp_source_file): New dtor.
16840         (selftest::should_have_column_data_p): New function.
16841         (selftest::test_should_have_column_data_p): New function.
16842         (selftest::temp_line_table): New class.
16843         (selftest::temp_line_table::temp_line_table): New ctor.
16844         (selftest::temp_line_table::~temp_line_table): New dtor.
16845         (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
16846         it to create a temp_line_table.
16847         (selftest::assert_loceq): Only verify LOCATION_COLUMN for
16848         locations that are known to have column data.
16849         (selftest::line_table_case): New struct.
16850         (selftest::test_reading_source_line): Move tempfile handling
16851         to class temp_source_file.
16852         (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
16853         (selftest::assert_token_loc_eq): New function.
16854         (ASSERT_TOKEN_LOC_EQ): New macro.
16855         (selftest::test_lexer): New function.
16856         (selftest::boundary_locations): New array.
16857         (selftest::input_c_tests): Call test_should_have_column_data_p.
16858         Loop over a test matrix of interesting values of location and
16859         default_range_bits, calling test_lexer on each case in the matrix.
16860         Move call to test_accessing_ordinary_linemaps into the matrix.
16861         * selftest.h (ASSERT_EQ): Reimplement in terms of...
16862         (ASSERT_EQ_AT): New macro.
16864 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
16866         PR target/71801
16867         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
16868         Don't convert TImode in debug insn.
16870 2016-07-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16872         Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
16873         * tree-core.h (tree_base::nothrow_flag): Adjust comment.
16874         (tree_type_common::lang_flag_7): New.
16875         (tree_type_common::spare): Reduce size.
16876         * tree.h (TYPE_ALIGN_OK): Remove.
16877         (TYPE_LANG_FLAG_7): New.
16878         (get_inner_reference): Adjust header.
16879         * print-tree.c (print_node): Adjust.
16880         * expr.c (get_inner_reference): Remove parameter keep_aligning.
16881         (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
16882         calls to get_inner_reference.
16883         (expand_expr_real_1): Adjust call to get_inner_reference.  Remove
16884         handling of TYPE_ALIGN_OK.
16885         * builtins.c (get_object_alignment_2): Adjust call to
16886         get_inner_reference.  Remove handling of VIEW_CONVERT_EXPR.
16887         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
16888         TYPE_ALIGN_OK.
16889         * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
16890         * cfgexpand.c (expand_debug_expr): Likewise.
16891         * dbxout.c (dbxout_expand_expr): Likewise.
16892         * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
16893         loc_list_from_tree, fortran_common): Likewise.
16894         * fold-const.c (optimize_bit_field_compare,
16895         decode_field_reference, fold_unary_loc, fold_comparison,
16896         split_address_to_core_and_offset): Likewise.
16897         * gimple-laddress.c (execute): Likewise.
16898         * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
16899         * gimplify.c (gimplify_scan_omp_clauses): Likewise.
16900         * hsa-gen.c (gen_hsa_addr): Likewise.
16901         * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
16902         * tsan.c (instrument_expr): Likewise.
16903         * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
16904         * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
16905         * tree-affine.c (tree_to_aff_combination,
16906         get_inner_reference_aff): Adjust calls to get_inner_reference.
16907         * tree-data-ref.c (split_constant_offset_1,
16908         dr_analyze_innermost): Likewise.
16909         * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
16910         * tree-sra.c (ipa_sra_check_caller): Likewise.
16911         * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
16912         * tree-ssa-math-opts.c (find_bswap_or_nop_load,
16913         bswap_replace): Likewise.
16914         * tree-vect-data-refs.c (vect_check_gather,
16915         vect_analyze_data_refs): Likewise.
16916         * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
16917         * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
16918         TYPE_ALIGN_OK.
16920 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
16922         * Makefile.in (selftest-valgrind): New phony target.
16923         * function-tests.c (selftest::build_cfg): Delete pass instances
16924         created by the test.
16925         (selftest::convert_to_ssa): Likewise.
16926         (selftest::test_expansion_to_rtl): Likewise.
16927         * tree-cfg.c (selftest::test_linear_chain): Release dominator
16928         vectors.
16929         (selftest::test_diamond): Likewise.
16931 2016-07-11  Richard Biener  <rguenther@suse.de>
16933         PR tree-optimization/71816
16934         * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
16935         than replacing all of its operands.
16937 2016-07-11  Alan Modra  <amodra@gmail.com>
16939         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
16940         (ctr<mode>): Add unspec.
16941         (ctr<mode>_internal*): Likewise.
16943 2016-07-08  James Bowman  <james.bowman@ftdichip.com>
16945         * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
16946         * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
16948 2016-07-08  Vladimir Makarov  <vmakarov@redhat.com>
16950         PR rtl-optimization/71621
16951         * lra-constraints.c (process_alt_operands): Check combination of
16952         reg class and mode.
16954 2016-07-08  Jason Merrill  <jason@redhat.com>
16955             Richard Biener  <rguenther@suse.de>
16957         P0145: Refining Expression Order for C++.
16958         * gimplify.c (initial_rhs_predicate_for): New.
16959         (gimplfy_modify_expr): Gimplify RHS before LHS.
16961 2016-07-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16963         PR target/71297
16964         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
16965         Allow standard error handling to take over when a wrong number
16966         of arguments is presented to __builtin_vec_ld () or
16967         __builtin_vec_st ().
16969 2016-07-08  Jiong Wang  <jiong.wang@arm.com>
16971         * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
16972         variants.
16973         (smin): Likewise.
16974         (fmax): New entry.
16975         (fmin): Likewise.
16976         * config/aarch64/arm_neon.h (vmaxnm_f32): Use
16977         __builtin_aarch64_fmaxv2sf.
16978         (vmaxnmq_f32): Likewise.
16979         (vmaxnmq_f64): Likewise.
16980         (vminnm_f32): Likewise.
16981         (vminnmq_f32): Likewise.
16982         (vminnmq_f64): Likewise.
16984 2016-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
16986         PR target/71806
16987         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
16988         enable -mfloat128-hardware by default.
16989         (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
16990         that IEEE 128-bit hardware support needs.
16991         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
16992         -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
16993         Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
16994         floating point requires.
16995         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
16996         -mfloat128 and -mfloat128-hardware changes.
16998 2016-07-08  Alan Hayward  <alan.hayward@arm.com>
17000         PR tree-optimization/71667
17001         * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
17003 2016-07-08  Martin Liska  <mliska@suse.cz>
17005         PR middle-end/71606
17006         * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
17007         folding produces SAVE_EXPRs, thus return false for the type.
17009 2016-07-07  Martin Liska  <mliska@suse.cz>
17011         * file-find.c (remove_prefix): New function.
17012         * file-find.h (remove_prefix): Declare the function.
17013         * gcc-ar.c (main): Skip a folder of the wrapper if
17014         a wrapped binary would point to the same file.
17016 2016-07-07  Jan Hubicka  <jh@suse.cz>
17018         * tree-scalar-evolution.c (iv_can_overflow_p): export.
17019         * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
17020         * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
17022 2016-07-07  Ilya Enkovich  <ilya.enkovich@intel.com>
17024         PR ipa/71624
17025         * ipa-inline-analysis.c (compute_inline_parameters): Set
17026         local.can_change_signature to false for intrumentation
17027         thunk callees.
17029 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17031         * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
17032         with TARGET_HAVE_MOVT.
17033         (TARGET_HAVE_MOVT): Define.
17034         * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
17035         availability with TARGET_HAVE_MOVT.
17036         * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
17037         availability.
17038         (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
17039         TARGET_THUMB2.
17040         (symbol_refs movsi splitter): Remove TARGET_32BIT check.
17041         (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
17042         * config/arm/constraints.md (define_constraint "j"): Use
17043         TARGET_HAVE_MOVT to check MOVT availability.
17045 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17047         * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
17049 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17051         * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
17052         (armv8-m.main): Likewise.
17053         (armv8-m.main+dsp): Likewise.
17054         * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
17055         (FL_FOR_ARCH8M_MAIN): Likewise.
17056         * config/arm/arm-tables.opt: Regenerate.
17057         * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
17058         armv8-m.main+dsp to BE8_LINK_SPEC.
17059         * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
17060         (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
17061         * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
17062         Baseline and Mainline.
17063         (arm_option_override_internal): Also disable arm_restrict_it when
17064         !arm_arch_notm.  Update comment for -munaligned-access to also cover
17065         ARMv8-M Baseline.
17066         (arm_file_start): Increase buffer size for printing architecture name.
17067         * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
17068         and armv8-m.main+dsp.
17069         (mno-unaligned-access): Clarify that this is disabled by default for
17070         ARMv8-M Baseline architectures as well.
17072 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17074         * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
17075         decide whether to prevent some libgcc routines being included for some
17076         multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
17077         link between this condition and the one in
17078         libgcc/config/arm/lib1func.S.
17080 2016-07-07  Richard Biener  <rguenther@suse.de>
17082         * tree-ssa-pre.c: Include alias.h.
17083         (compute_avail): If we have multiple VN_REFERENCEs with the
17084         same hashtable entry adjust that to make it a valid replacement
17085         for all of them with respect to alignment and aliasing
17086         when doing insertion.
17087         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
17088         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
17090 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
17092         PR target/70098
17093         PR target/71763
17094         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
17095         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
17096         constraint.
17098 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17100         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
17101         (adjust_mems): Adjust.
17102         (adjust_insn): Likewise.
17103         (prepare_call_arguments): Likewise.
17105 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17107         * gcse.c (struct ls_expr): Make stores field a vector.
17108         (ldst_entry): Adjust.
17109         (free_ldst_entry): Likewise.
17110         (print_ldst_list): Likewise.
17111         (compute_ld_motion_mems): Likewise.
17112         (update_ld_motion_stores): Likewise.
17114 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17116         * gcse.c (struct ls_expr): Remove loads field.
17117         (ldst_entry): Adjust.
17118         (free_ldst_entry): Likewise.
17119         (print_ldst_list): Likewise.
17120         (compute_ld_motion_mems): Likewise.
17122 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
17124         * store-motion.c (struct st_expr): Make antic_stores a vector.
17125         (st_expr_entry): Adjust.
17126         (free_st_expr_entry): Likewise.
17127         (print_store_motion_mems): Likewise.
17128         (find_moveable_store): Likewise.
17129         (compute_store_table): Likewise.
17130         (remove_reachable_equiv_notes): Likewise.
17131         (replace_store_insn): Likewise.
17132         (build_store_vectors): Likewise.
17134 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17136         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
17137         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
17139 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
17141         PR tree-optimization/71518
17142         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
17143         misalign also for outer loops with negative step.
17145 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
17147         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
17148         (cortex_a53_shift): Add mov_shift.
17149         (cortex_a53_shift_reg): Add new reservation for register shifts.
17150         (cortex_a53_alu): Remove bfm.
17151         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
17152         (cortex_a53_alu_extr): Add new reservation for EXTR.
17153         (bypasses): Improve bypass modelling.
17155 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
17157         PR target/50739
17158         * config/avr/avr.c (avr_asm_select_section): Strip off
17159         SECTION_DECLARED from flags when calling get_section.
17161 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
17163         * tree-vectorizer.h (vect_memory_access_type): Add
17164         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
17165         * tree-vect-stmts.c (compare_step_with_zero): New function.
17166         (perm_mask_for_reverse): Move further up file.
17167         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
17168         step is negative.
17169         (get_negative_load_store_type): New function.
17170         (get_load_store_type): Call it.  Add an ncopies argument.
17171         (vectorizable_mask_load_store): Update call accordingly and
17172         remove tests for negative steps.
17173         (vectorizable_store, vectorizable_load): Likewise.  Handle new
17174         memory_access_types.
17176 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
17178         * tree-vectorizer.h (vect_memory_access_type): New enum.
17179         (_stmt_vec_info): Add a memory_access_type field.
17180         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
17181         (vect_model_store_cost): Take an access type instead of a boolean.
17182         (vect_model_load_cost): Likewise.
17183         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
17184         vect_model_store_cost and vect_model_load_cost.
17185         * tree-vect-stmts.c (vec_load_store_type): New enum.
17186         (vect_model_store_cost): Take an access type instead of a
17187         store_lanes_p boolean.  Simplify tests.
17188         (vect_model_load_cost): Likewise, but for load_lanes_p.
17189         (get_group_load_store_type, get_load_store_type): New functions.
17190         (vectorizable_store): Use get_load_store_type.  Record the access
17191         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
17192         (vectorizable_load): Likewise.
17193         (vectorizable_mask_load_store): Likewise.  Replace is_store
17194         variable with vls_type.
17196 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
17198         * tree-vectorizer.h (vect_grouped_load_supported): Add a
17199         single_element_p parameter.
17200         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
17201         Check the PR65518 case here rather than in vectorizable_load.
17202         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
17203         * tree-vect-stmts.c (vectorizable_load): Likewise.
17205 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
17207         * tree-vectorizer.h (gather_scatter_info): New structure.
17208         (vect_check_gather_scatter): Return a bool rather than a decl.
17209         Replace return-by-pointer arguments with a single
17210         gather_scatter_info *.
17211         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
17212         (vect_analyze_data_refs): Update call accordingly.
17213         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
17214         (vectorizable_mask_load_store): Likewise.  Also record the
17215         offset dt and vectype in the gather_scatter_info.
17216         (vectorizable_store): Likewise.
17217         (vectorizable_load): Likewise.
17219 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
17221         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
17222         strided groups, use the cost of N scalar accesses instead
17223         of ncopies vector accesses.
17224         (vect_model_load_cost): Likewise.
17226 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
17228         * tree-vect-stmts.c (vect_cost_group_size): Delete.
17229         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
17230         variable to indicate when once-per-group costs are being used.
17231         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
17233 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
17235         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
17236         peeling-for-gaps condition.
17238 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17240         * config/s390/s390.c (s390_expand_vec_init): Force initializer
17241         element to register if it doesn't match general_operand.
17243 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
17244             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17246         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
17247         prototype.
17248         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
17249         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
17250         (SIGNBIT): New mode iterator.
17251         (Fsignbit): New mode attribute.
17252         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
17253         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
17254         when direct moves are available.
17255         (signbit<mode>2_dm): New define_insn_and_split).
17256         (signbit<mode>2_dm2): New define_insn.
17258 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17260         PR rtl-optimization/71594
17261         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
17262         into subregs of appropriate mode before trying to emit a conditional
17263         move.
17265 2016-07-05  Jan Hubicka  <jh@suse.cz>
17267         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
17268         (simple_iv): Use it.
17270 2016-07-05  Jan Hubicka  <jh@suse.cz>
17272         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
17274 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
17276         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
17277         "offmemok".
17279 2016-07-05  Jan Hubicka  <jh@suse.cz>
17281         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
17282         IV can overflow.
17284 2016-07-05  Richard Biener  <rguenther@suse.de>
17286         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
17287         Handle empty else block.
17288         (is_feasible_trace): Likewise.
17289         (split_paths): Likewise.
17291 2016-07-05  Richard Biener  <rguenther@suse.de>
17293         * tree-loop-distribution.c (distribute_loop): Fix issue with
17294         the cost model loop.
17296 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
17298         * config/arm/neon-testgen.ml: Delete.
17299         * config/arm/neon.ml: Delete.
17301 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
17303         PR c++/71739
17304         * tree.c (attribute_value_equal): Use get_attribute_name instead of
17305         directly using TREE_PURPOSE.
17307 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
17309         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
17310         * config/aarch64/aarch64_neon.h: Likewise.
17311         * config/aarch64/arm_neon.h: Likewise.
17312         * config/aarch64/atomics.md: Likewise.
17313         * config/aarch64/aarch64-simd-builtins.def: Likewise.
17314         * doc/invoke.texi: Likewise.
17316 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17318         * config/s390/s390.md: Add "z13" cpu_facility.
17319         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
17320         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
17321         condition" type instructions.
17323 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17324             Jeff Law  <law@redhat.com>
17326         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
17327         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
17329 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
17331         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
17332         permutation for TARGET_AVX512F.
17333         (ix86_expand_vec_one_operand_perm_avx512): New function.
17334         (expand_vec_perm_1): Invoke introduced function.
17335         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
17336         it may be not valid after vectorization.
17338 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17340         PR target/63874
17341         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
17342         typo in comment.  Only force to memory if it is a weak
17343         external reference.
17345 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
17346             Jiong Wang  <jiong.wang@arm.com>
17348         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
17349         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
17350         (AARCH64_FL_F16): New.
17351         (AARCH64_FL_FOR_ARCH8_2): New.
17352         (AARCH64_ISA_8_2): New.
17353         (AARCH64_ISA_F16): New.
17354         (TARGET_FP_F16INST): New.
17355         (TARGET_SIMD_F16INST): New.
17356         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
17357         ("fp"): Disabling "fp" also disables "fp16".
17358         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
17359         Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
17360         and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
17361         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
17363 2016-07-04  Jan Beulich  <jbeulich@suse.com>
17365         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
17367 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
17369         PR target/71720
17370         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
17371         the insns, use an insn form that does not adjust the offset on
17372         little endian systems.
17374 2016-07-01  Jan Beulich  <jbeulich@suse.com>
17376         * varasm.c (get_variable_section): Validate initializer in
17377         named .bss-like sections.
17379 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17381         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
17382         Exchange the order of the second and third operands in the vpermr
17383         instruction tmeplate.
17385 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
17387         PR target/71698
17388         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
17389         Disallow TDmode values.
17391 2016-07-01  Alan Modra  <amodra@gmail.com>
17393         PR rtl-optimization/71709
17394         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
17395         being set, not referenced.
17397 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
17399         PR tree-optimization/70729
17400         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
17401         of loop since it can be not valid after transformation.
17403 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17405         * config/arm/arm.c (thumb_reload_in_hi): Delete.
17406         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
17408 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
17410         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
17411         for NULL decl.
17413 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
17415         PR target/71677
17416         * config/rs6000/constraints.md (wY constraint): New constraint to
17417         match the requirements for the LXSD and STXSD instructions.
17418         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
17419         predicate to match the requirements for the LXSD and STXSD
17420         instructions.
17421         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
17422         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
17423         to make sure that the bottom 2 bits of offset are 0, the address
17424         form is offsettable, and no updating is done in the address mode.
17425         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
17426         (movdi_internal32): Likewise
17427         (movdi_internal64): Likewise.
17429 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
17431         PR tree-optimization/71707
17432         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
17433         strinfo even for ADDR_EXPR ptr.
17435 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17437         * config/rs6000/altivec.md (darn_32): Change the condition to
17438         TARGET_P9_MISC instead of TARGET_MODULO.
17439         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
17440         condition expression.
17441         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
17442         condition expression.
17443         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
17444         (DFP_TEST): New code iterator.
17445         (dfptstsfi_<code>_mode>): New define_expand.
17446         (*dfp_sgnfcnc_<mode>): New define_insn.
17447         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
17448         definition next to BU_P9_MISC_1 definition and change the MASK
17449         value to RS6000_BTM_P9_MISC.
17450         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
17451         (BU_P9_64BIT_MISC_0): Likewise.
17452         (BU_P9_DFP_MISC_0): New macro definition.
17453         (BU_P9_DFP_MISC_1): New macro definition.
17454         (BU_P9_DFP_MISC_2): New macro definition.
17455         (BU_P9_DFP_OVERLOAD_1): New macro definition.
17456         (BU_P9_DFP_OVERLOAD_2): New macro definition.
17457         (BU_P9_DFP_OVERLOAD_3): New macro definition.
17458         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
17459         (TSTSFI_LT_TD): Likewise.
17460         (TSTSFI_EQ_DD): Likewise.
17461         (TSTSFI_EQ_TD): Likewise.
17462         (TSTSFI_GT_DD): Likewise.
17463         (TSTSFI_GT_TD): Likewise.
17464         (TSTSFI_OV_DD): Likewise.
17465         (TSTSFI_OV_TD): Likewise.
17466         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
17467         (TSTSFI_LT_DD): Likewise.
17468         (TSTSFI_LT_TD): Likewise.
17469         (TSTSFI_EQ): Likewise.
17470         (TSTSFI_EQ_DD): Likewise.
17471         (TSTSFI_EQ_TD): Likewise.
17472         (TSTSFI_GT): Likewise.
17473         (TSTSFI_GT_DD): Likewise.
17474         (TSTSFI_GT_TD): Likewise.
17475         (TSTSFI_OV): Likewise.
17476         (TSTSFI_OV_DD): Likewise.
17477         (TSTSFI_OV_TD): Likewise.
17478         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
17479         overloaded test significance functions.
17480         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
17481         OPTION_MASK_P9_MISC into the representation of this mask.
17482         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
17483         of this mask.
17484         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
17485         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
17486         non-zero.
17487         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
17488         argument is a 6-bit unsigned literal value if the icode argument
17489         represents a DFP test significance built-in call.
17490         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
17491         flag used independently and in combination with the
17492         RS6000_BTM_64BIT flag.
17493         (rs6000_opt_masks): Add entry for power9-misc command-line option.
17494         (rs6000_builtin_mask_names): Add entry for power9-misc
17495         command-line option.
17496         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
17497         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
17498         RS6000_BTM_P9_MISC macros.
17499         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
17500         option and change the description of the -mpower9-vector option to
17501         enable only vector instructions, removing its erroneously claimed
17502         support for scalar instructions.
17503         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
17504         the ISA 3.0 digital floating point test significance built-in
17505         functions.
17507 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
17509         * config/aarch64/aarch64.c (cortexa35_tunings):
17510         Enable AES fusion.  Use cortexa57_branch_cost.
17511         (cortexa53_tunings): Use cortexa57_branch_cost.
17512         (cortexa72_tunings): Use cortexa57_branch_cost.
17513         Use AUTOPREFETCHER_WEAK.
17514         (cortexa73_tunings): Use cortexa57_branch_cost.
17516 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17517             James Greenhalgh  <james.greenhalgh@arm.com>
17519         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
17520         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
17521         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
17522         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
17523         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
17524         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
17525         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
17526         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
17527         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
17528         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
17529         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
17530         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
17531         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
17532         New intrinsics.
17534 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
17535             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17537         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
17538         New define_insn.
17539         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
17541 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
17543         PR driver/71651
17544         * gcc.c (driver::build_option_suggestions): Pass "option" to
17545         add_misspelling_candidates.
17546         * opts-common.c (add_misspelling_candidates): Add "option" param;
17547         use it to avoid adding negated forms for options marked with
17548         RejectNegative.
17549         * opts.h (add_misspelling_candidates): Add "option" param.
17551 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
17553         PR middle-end/71693
17554         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
17555         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
17556         first when permuting bitwise operation with rotate.  Cast
17557         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
17559 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
17561         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
17562         for misspelled param names.
17563         * params.c: Include spellcheck.h.
17564         (find_param_fuzzy): New function.
17565         * params.h (find_param_fuzzy): New prototype.
17566         * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
17567         * spellcheck.h (struct edit_distance_traits<const char *>):
17568         ...here.
17570 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
17572         * config/rs6000/predicates.md (const_0_to_7_operand): New
17573         predicate, recognize 0..7.
17574         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
17575         support for doing extracts from V16QImode, V8HImode, V4SImode
17576         under ISA 3.0.
17577         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
17578         vector extract support.
17579         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
17580         for ISA 3.0 vector extract.
17581         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
17582         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
17583         extracts of a constant element number from small integer vectors
17584         on 64-bit ISA 3.0 systems.
17585         (vsx_extract_<mode>_di): Likewise.
17586         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
17587         say when we can do ISA 3.0 vector extracts.
17588         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
17589         registers, using the stxsiwx instruction.
17591 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
17593         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
17594         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
17595         qdf24xx_regmove_cost, qdf24xx_tunings): New.
17596         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
17597         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
17598         * config/arm/arm.c (arm_qdf24xx_tune): New.
17600 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
17602         * config/aarch64/aarch64.c (cortexa53_tunings):
17603         Increase loop alignment to 8.  Set function alignment to 16.
17604         (cortexa35_tunings): Likewise.
17605         (cortexa57_tunings): Increase loop alignment to 8.
17606         (cortexa72_tunings): Likewise.
17607         (cortexa73_tunings): Likewise.
17609 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
17611         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
17612         for arm_fp16_ok and arm_fp16_hw.
17613         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
17614         arm_fp16_alternative.
17616 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
17618         PR tree-optimization/71655
17619         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
17620         types when swapping operands.
17622 2016-06-29  Martin Liska  <mliska@suse.cz>
17624         PR middle-end/71585
17625         * common.opt (flag_stack_protect): Mark the flag as optimization flag.
17626         * ipa-inline-transform.c (inline_call): Remove unnecessary call
17627         of build_optimization_node.
17629 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
17631         PR tree-optimization/70729
17632         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
17633         independent in loops having positive safelen value.
17634         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
17635         it may be not valid after vectorization.
17637 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
17639         PR tree-optimization/71625
17640         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
17641         is sorted by ascending list->offset.  If PTR is non-NULL and there is
17642         previous strinfo, call get_stridx_plus_constant.
17643         (get_stridx): Pass exp as second argument to get_addr_stridx.
17644         (addr_stridxptr): Add missing list = list->next, so that there can be
17645         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
17646         the list is sorted by ascending list->offset.
17647         (get_stridx_plus_constant): Adjust so that it can be also called with
17648         ADDR_EXPR instead of SSA_NAME as PTR.
17649         (handle_char_store): Pass NULL_TREE as second argument to
17650         get_addr_stridx.
17652 2016-06-29  Richard Biener  <rguenther@suse.de>
17654         PR rtl-optimization/68961
17655         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
17657 2016-06-29  Richard Biener  <rguenther@suse.de>
17659         PR middle-end/71002
17660         * alias.c (component_uses_parent_alias_set_from): Handle
17661         type punning through union accesses by using the union alias set.
17662         * gimple.c (gimple_get_alias_set): Remove union type punning case.
17664 2016-07-29  Richard Biener  <rguenther@suse.de>
17666         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
17667         precision not matching mode precision.
17669 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
17671         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
17672         pa_output_arg_descriptor.
17673         (call_val_symref_64bit_post_reload): Likewise.
17674         (call_val_powf_64bit_post_reload): Likewise.
17675         (sibcall_internal_symref_64bit): Likewise.
17676         (sibcall_value_internal_symref_64bit): Likewise.
17678 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
17680         PR middle-end/71626
17681         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
17682         a constant, force its SUBREG_REG into memory or register instead
17683         of whole op1.
17685 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
17687         PR target/58655
17688         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
17689         * doc/invoke.texi (AVR Options): Document it.
17691 2016-06-28  Walter Lee  <walt@tilera.com>
17693         * config/tilegx/linux.h: Do not include arch/icache.h
17694         (CLEAR_INSN_CACHE): Provide inlined definition directly.
17695         * config/tilepro/linux.h: Do not include arch/icache.h
17696         (CLEAR_INSN_CACHE): Provide inlined definition directly.
17698 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
17700         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
17701         for big-endian BIT_FIELD_REF.
17703 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
17705         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
17706         ('size' attribute): Add '128'.
17707         Include power9.md.
17708         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
17709         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
17710         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
17711         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
17712         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
17713         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
17714         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
17715         *trunc<mode>df2_odd): Set size attribute to '128'.
17716         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
17717         * config/rs6000/power6.md (power6-fp): Include dfp type.
17718         * config/rs6000/power7.md (power7-fp): Likewise.
17719         * config/rs6000/power8.md (power8-fp): Likewise.
17720         * config/rs6000/power9.md: New file.
17721         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
17722         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
17723         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
17724         htmsimple.
17725         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
17726         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
17727         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
17728         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
17729         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
17730         dfp_dscri_<mode>): Change type attribute to dfp.
17731         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
17732         attribute to vecsimple.
17733         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
17734         and prefetch streams.
17735         (rs6000_option_override_internal): Remove temporary code setting
17736         tuning to power8.  Don't set rs6000_sched_groups for power9.
17737         (last_scheduled_insn): Change to rtx_insn *.
17738         (divide_cnt, vec_load_pendulum): New variables.
17739         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
17740         (rs6000_issue_rate): Set issue rate for Power9.
17741         (is_power9_pairable_vec_type): New.
17742         (power9_sched_reorder2): New.
17743         (rs6000_sched_reorder2): Call new function for Power9 specific
17744         reordering.
17745         (insn_must_be_first_in_group): Remove Power9.
17746         (insn_must_be_last_in_group): Likewise.
17747         (force_new_group): Likewise.
17748         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
17749         Initialize divide_cnt/vec_load_pendulum.
17750         (_rs6000_sched_context, rs6000_init_sched_context,
17751         rs6000_set_sched_context): Handle context save/restore of new
17752         variables.
17754 2016-06-28  Richard Biener  <rguenther@suse.de>
17756         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
17757         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
17758         COMPONENT_REF operand.
17759         (nonoverlapping_component_refs_p): Likewise.
17760         * stor-layout.c (start_bitfield_representative): Mark
17761         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
17763 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
17765         * Makefile.in: Don't cat ../stage_current if it does not exist.
17767         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
17768         last argument is a bit-field.
17770         PR rtl-optimization/71673
17771         * internal-fn.c (expand_arith_overflow_result_store): Use
17772         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
17773         expand_simple_binop.
17775         PR middle-end/66867
17776         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
17777         expand_ifn_atomic_compare_exchange): New functions.
17778         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
17779         * tree.h (build_call_expr_internal_loc): Rename to ...
17780         (build_call_expr_internal_loc_array): ... this.  Fix up type of
17781         last argument.
17782         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
17783         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
17784         ATOMIC_COMPARE_EXCHANGE result.
17785         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
17786         * gimple-fold.h (optimize_atomic_compare_exchange_p,
17787         fold_builtin_atomic_compare_exchange): New prototypes.
17788         * gimple-fold.c (optimize_atomic_compare_exchange_p,
17789         fold_builtin_atomic_compare_exchange): New functions..
17790         * tree-ssa.c (execute_update_addresses_taken): If
17791         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
17792         of call when finding addressable vars, and if such var becomes
17793         non-addressable, call fold_builtin_atomic_compare_exchange.
17795 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
17797         PR target/71670
17798         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
17799         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
17801 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
17803         * config/rs6000/rs6000.md ('type' attribute): Add
17804         veclogical,veccmpfx,vecexts,vecmove insn types.
17805         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
17806         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
17807         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
17808         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
17809         *nabs<mode>2_hw): Change type to vecmove.
17810         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
17811         *boolcc<mode>3_internal, *eqv<mode>3_internal,
17812         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
17813         *ieee_128bit_vsx_abs<mode>2_internal,
17814         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
17815         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
17816         *ieee128_mtvsrd_32bit): Change type to veclogical.
17817         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
17818         *movdi_internal32, *movdi_internal64): Update insn types.
17819         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
17820         vsx_extract_<mode>): Change type to veclogical.
17821         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
17822         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
17823         *vsx_sign_extend_si_v2di): Change type to vecexts.
17824         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
17825         type to veclogical.
17826         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
17827         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
17828         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
17829         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
17830         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
17831         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
17832         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
17833         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
17834         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
17835         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
17836         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
17837         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
17838         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
17839         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
17840         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
17841         (ppc7450-vecsimple): Add veclogical, vecmove.
17842         (ppc7450-veccmp): Add veccmpfx.
17843         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
17844         vecmove.
17845         (ppc8540_vector_compare): Add veccmpfx.
17846         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
17847         * config/rs6000/cell.md (cell-fp): Add fpsimple.
17848         (cell-vecsimple): Add veclogical, vecmove.
17849         (cell-veccmp): Add veccmpfx.
17850         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
17851         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
17852         veccmpfx.
17853         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
17854         * config/rs6000/power4.md (power4-fp): Add fpsimple.
17855         (power4-vecsimple): Add veclogical, vecmove.
17856         (power4-veccmp): Add veccmpfx.
17857         * config/rs6000/power5.md (power5-fp): Add fpsimple.
17858         * config/rs6000/power6.md (power6-fp): Add fpsimple.
17859         (power6-vecsimple): Add veclogical, vecmove.
17860         (power6-veccmp): Add veccmpfx.
17861         * config/rs6000/power7.md (power7-fp): Add fpsimple.
17862         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
17863         * config/rs6000/power8.md (power8-fp): Add fpsimple.
17864         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
17865         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
17866         * config/rs6000/titan.md (titan_fp): Add fpsimple.
17867         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
17868         fpsimple.
17869         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
17871 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
17873         PR target/71656
17874         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
17875         OPTION_MASK_P9_DFORM_VECTOR.
17876         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
17877         disable -mpower9-dform-vector when using reload.
17878         (quad_address_p): Remove 'gpr_p' argument and all associated code.
17879         New 'strict' argument.  Update all callers.  Add strict addressing
17880         support.
17881         (rs6000_legitimate_offset_address_p): Remove call to
17882         virtual_stack_registers_memory_p.
17883         (rs6000_legitimize_reload_address): Add quad address support.
17884         (rs6000_legitimate_address_p): Move call to quad_address_p above
17885         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
17886         to account for new strict usage.
17887         (rs6000_output_move_128bit): Adjust quad_address_p args to account
17888         for new strict usage.
17889         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
17891 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
17893         PR target/70902
17894         PR target/71453
17895         PR target/71555
17896         PR target/71596
17897         PR target/71657
17898         * config/i386/i386.c (ix86_spill_class): Disable condition to
17899         always return NO_REGS.
17901 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
17903         * predict.c: Include gimple-pretty-print.h
17904         (predicted_by_loop_heuristics_p): Check also
17905         PRED_LOOP_EXIT_WITH_RECURSION
17906         (predict_loops): Find self recursive calls and use special purpose
17907         predictors for them; dump log about decisions.
17908         (pass_profile::execute): Dump info about #of iterations.
17909         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
17910         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
17912 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
17914         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
17915         output_asm_insn calls and shorten long lines.  Output .CALL
17916         argument descriptor using pa_output_arg_descriptor.  Add various
17917         inline $$dyncall and other optimizations.
17918         (pa_attr_length_indirect_call): Adjust ordering and lengths.
17920 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
17922         PR tree-optimization/71643
17923         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
17924         EH preds.
17926         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
17927         leak a bitmap if dep_bb is NULL.
17929         PR tree-optimization/71631
17930         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
17931         to rewrite_expr_tree even if negate_result, move new_lhs var
17932         declaration and initialization earlier, for powi_result set afterwards
17933         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
17934         if new_lhs != lhs, and don't shadow gsi var.
17936 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
17938         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
17939         Add in_loop parameter.
17940         (predict_loops): Add loop guard heuristics.
17941         * predict.def (PRED_LOOP_GUARD): New heuristics.
17943 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
17945         * predict.c: Include ipa-utils.h
17946         (tree_bb_level_prediction): Predict recursive calls.
17947         (tree_estimate_probability_bb): Skip inexpensive calls for call
17948         predictor.
17949         * predict.def (PRED_RECURSIVE_CALL): New.
17951 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17953         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
17954         (BU_FLOAT128_1): Likewise.
17955         (FABSQ): Likewise.
17956         (COPYSIGNQ): Likewise.
17957         (RS6000_BUILTIN_NANQ): Likewise.
17958         (RS6000_BUILTIN_NANSQ): Likewise.
17959         (RS6000_BUILTIN_INFQ): Likewise.
17960         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
17961         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
17962         (TARGET_FOLD_BUILTIN): New #define.
17963         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
17964         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
17965         (rs6000_fold_builtin): New target hook implementation, handling
17966         folding of 128-bit NaNs and infinities.
17967         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
17968         entries are filled in to avoid problems during bootstrap
17969         self-test; define builtins for 128-bit NaNs and infinities.
17970         (rs6000_opt_mask): Add entry for float128.
17971         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
17972         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
17973         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
17974         (const_str_type_node): New #define.
17975         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
17976         to a define_expand that dispatches to either copysign<mode>3_soft
17977         or copysign<mode>3_hard.
17978         (copysign<mode>3_hard): Rename from copysign<mode>3.
17979         (copysign<mode>3_soft): New define_insn.
17980         * doc/extend.texi: Document new builtins.
17982 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
17984         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
17985         PRIu64 instead of lu.
17987 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
17989         PR debug/71642
17990         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
17991         copy the type name.
17993 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
17995         PR tree-optimization/71647
17996         * omp-low.c (lower_rec_input_clauses): Convert
17997         omp_clause_aligned_alignment (c) to size_type_node for the
17998         last argument of __builtin_assume_aligned.
18000 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
18002         * configure.ac (calling ___tls_get_addr via GOT): New
18003         assembler/linker check.
18004         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
18005         assembler and linker supports calling ___tls_get_addr via GOT.
18006         Otherise, defined to 0.
18007         * config.in: Regenerated.
18008         * configure: Likewise.
18009         * config/i386/constraints.md (Yb): New constraint.
18010         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
18011         (REG_CLASS_NAMES): Likewise.
18012         (REG_CLASS_CONTENTS): Likewise.
18013         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
18014         the b constraint with the Yb constraint.  Call ___tls_get_addr
18015         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
18016         is 1.
18017         (*tls_local_dynamic_base_32_gnu): Likewise.
18018         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
18019         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
18020         (*tls_local_dynamic_base_64_<mode>): Likewise.
18022 2016-06-24  Martin Liska  <mliska@suse.cz>
18024         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
18025         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
18026         few functions.
18027         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
18028         argument to true if the expected number of iterations is
18029         loop-based.
18031 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
18033         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
18034         assemble for 32bit target.
18035         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
18036         and $ld_ix86_gld_32_opt to link for 32bit target.
18037         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
18038         * configure: Regenerate.
18040 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18042         * config/arm/arm.c (int_log2): Delete definition and prototype.
18043         (shift_op): Use exact_log2 instead of int_log2.
18044         (vfp3_const_double_for_fract_bits): Likewise.
18046 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
18048         * internal-fn.c (expand_arith_set_overflow): New function.
18049         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
18050         Use it.
18051         (expand_arith_overflow_result_store): Likewise.  Handle precision
18052         smaller than mode precision.
18053         * tree-vrp.c (extract_range_basic): For imag part, handle
18054         properly signed 1-bit precision result.
18055         * doc/extend.texi (__builtin_add_overflow): Document that last
18056         argument can't be pointer to enumerated or boolean type.
18057         (__builtin_add_overflow_p): Document that last argument can't
18058         have enumerated or boolean type.
18060 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
18061             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18063         * config/rs6000/predicates.md (splat_input_operand): Rework.
18064         Don't allow constants, since the insns that use this predicate
18065         don't support constants.  Constants are handled by other insns
18066         that are created via combine.  During and after register
18067         allocation, only allow indexed or indirect addresses, and not
18068         general addresses.  Only allow modes supported by the hardware.
18069         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
18070         comment.  Move check for using VSPLTIS<x> to a common location,
18071         instead of doing it in two different places.
18073 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
18075         * config/i386/driver-i386.c (host_detect_local_cpu): Set
18076         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
18077         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
18078         signature_CENTAUR_ebx.
18080 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
18082         PR target/66232
18083         PR target/67400
18084         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
18085         (as_ix86_gas_32_opt): This.
18086         (ld_ix86_tls_ldm_opt): Renamed to ...
18087         (ld_ix86_gld_32_opt): This.
18088         (R_386_TLS_LDM reloc): Updated.
18089         (R_386_GOT32X reloc): New assembler/linker check.
18090         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
18091         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
18092         defined to 0.
18093         * config.in: Regenerated.
18094         * configure: Likewise.
18095         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
18096         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
18097         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
18098         if ix86_force_load_from_GOT_p returns true.
18099         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
18100         ix86_force_load_from_GOT_p returns true.
18101         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
18102         the external function address via the GOT slot.
18103         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
18104         HAVE_AS_IX86_GOT32X before returning false.
18105         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
18106         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
18108 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
18110         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
18112 2016-06-23  Andi Kleen  <ak@linux.intel.com>
18114         * Makefile.in: Regenerate.
18115         * doc/install.texi: Document autoprofiledbootstrap.
18117 2016-06-23  Andi Kleen  <ak@linux.intel.com>
18119         * config/i386/gcc-auto-profile: New file.
18121 2016-06-23  Martin Liska  <mliska@suse.cz>
18123         PR middle-end/71619
18124         * predict.c (predict_loops): Revert the hunk that was removed
18125         in r237103.
18127 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
18129         * config.gcc: Add support for arm*-*-phoenix* targets.
18130         * config/arm/t-phoenix: New.
18131         * config/phoenix.h: New.
18133 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
18134             H.J. Lu  <hongjiu.lu@intel.com>
18136         PR target/67400
18137         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
18138         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
18139         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
18140         ix86_force_load_from_GOT_p returns true.
18141         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
18142         ix86_force_load_from_GOT_p returns true.
18143         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
18144         ix86_force_load_from_GOT_p returns true.
18145         (ix86_expand_move): Load the external function address via the
18146         GOT slot if ix86_force_load_from_GOT_p returns true.
18147         * config/i386/predicates.md (x86_64_immediate_operand): Return
18148         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
18149         (x86_64_zext_immediate_operand): Ditto.
18151 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
18153         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
18155 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
18157         PR c/70339
18158         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
18159         * diagnostic.c (pedwarn_at_rich_loc): New function.
18160         * spellcheck.h (best_match::best_match): Add a
18161         "best_distance_so_far" optional parameter.
18162         (best_match::set_best_so_far): New method.
18163         (best_match::get_best_distance): New accessor.
18164         (best_match::get_best_candidate_length): New accessor.
18166 2016-06-22  Nick Clifton  <nickc@redhat.com>
18168         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
18169         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
18170         modes are accepted as well.
18171         (ucompare_loc_descriptor): Likewise.
18172         (minmax_loc_descriptor): Likewise.
18173         (clz_loc_descriptor): Likewise.
18174         (popcount_loc_descriptor): Likewise.
18175         (bswap_loc_descriptor): Likewise.
18176         (rotate_loc_descriptor): Likewise.
18177         (mem_loc_descriptor): Likewise.
18178         (loc_descriptor): Likewise.
18180 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
18182         * common.opt (fdiagnostics-parseable-fixits): New option.
18183         * diagnostic.c: Include "selftest.h".
18184         (print_escaped_string): New function.
18185         (print_parseable_fixits): New function.
18186         (diagnostic_report_diagnostic): Call print_parseable_fixits.
18187         (selftest::assert_print_escaped_string): New function.
18188         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
18189         (selftest::test_print_escaped_string): New function.
18190         (selftest::test_print_parseable_fixits_none): New function.
18191         (selftest::test_print_parseable_fixits_insert): New function.
18192         (selftest::test_print_parseable_fixits_remove): New function.
18193         (selftest::test_print_parseable_fixits_replace): New function.
18194         (selftest::diagnostic_c_tests): New function.
18195         * diagnostic.h (struct diagnostic_context): Add field
18196         "parseable_fixits_p".
18197         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
18198         -fdiagnostics-parseable-fixits.
18199         (-fdiagnostics-parseable-fixits): New option.
18200         * opts.c (common_handle_option): Handle
18201         -fdiagnostics-parseable-fixits.
18202         * selftest-run-tests.c (selftest::run_tests): Call
18203         selftest::diagnostic_c_tests.
18204         * selftest.h (selftest::diagnostic_c_tests): New prototype.
18206 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
18208         PR tree-optimization/71488
18209         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
18210         comparison of boolean vectors.
18211         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
18212         of boolean vectors using bitwise operations.
18214 2016-06-22  Andreas Schwab  <schwab@suse.de>
18216         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
18217         Remove declaration.
18219 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
18221         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
18223 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18225         * config/i386/i386.c (print_reg): Emit an error message on attempt to
18226         print FLAGS_REG.
18228 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18230         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
18231         * config/arm/arm-cores.def (cortex-a73): New entry.
18232         (cortex-a73.cortex-a35): Likewise.
18233         (cortex-a73.cortex-a53): Likewise.
18234         * config/arm/arm-tables.opt: Regenerate.
18235         * config/arm/arm-tune.md: Likewise.
18236         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
18237         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
18238         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
18239         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
18240         * doc/invoke.texi (ARM Options): Document cortex-a73,
18241         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
18243 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18245         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
18246         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
18247         (cortex-a73.cortex-a35): Likewise.
18248         (cortex-a73.cortex-a53): Likewise.
18249         * config/aarch64/aarch64-tune.md: Regenerate.
18250         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
18251         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
18252         -mcpu and -mtune.
18254 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18256         * configure.ac (gcc_cv_as_compress_debug): Remove
18257         --compress-debug-sections as extra as switch.
18258         Handle gas --compress-debug-sections=type.
18259         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
18260         Handle gld --compress-debug-sections=type.
18261         * configure: Regenerate.
18263 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
18265         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
18267 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
18269         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
18270         (do_rewrite): likewise.
18272 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
18274         * common/config/mep/mep-common.c: Remove.
18275         * config.gcc: Remove mep-* support.
18276         * config/mep/constraints.md: Remove.
18277         * config/mep/default.h: Remove.
18278         * config/mep/intrinsics.h: Remove.
18279         * config/mep/intrinsics.md: Remove.
18280         * config/mep/ivc2-template.h: Remove.
18281         * config/mep/mep-c5.cpu: Remove.
18282         * config/mep/mep-core.cpu: Remove.
18283         * config/mep/mep-default.cpu: Remove.
18284         * config/mep/mep-ext-cop.cpu: Remove.
18285         * config/mep/mep-intrin.h: Remove.
18286         * config/mep/mep-ivc2.cpu: Remove.
18287         * config/mep/mep-pragma.c: Remove.
18288         * config/mep/mep-protos.h: Remove.
18289         * config/mep/mep.c: Remove.
18290         * config/mep/mep.cpu: Remove.
18291         * config/mep/mep.h: Remove.
18292         * config/mep/mep.md: Remove.
18293         * config/mep/mep.opt: Remove.
18294         * config/mep/predicates.md: Remove.
18295         * config/mep/t-mep: Remove.
18296         * doc/install.texi: Remove mep-* documentation.
18297         * doc/md.texi: Likewise.
18299 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
18301         * config.gcc: Remove support for avr-rtems.
18302         * config/avr/gen-avr-mmcu-specs.c: Likewise.
18303         * config/avr/rtems.h: Remove.
18304         * config/avr/t-rtems: Remove.
18306 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
18308         * config.gcc: Remove m32r-rtems support.
18309         * config/m32r/rtems.h: Remove.
18311 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
18313         * config.gcc: Remove h8300-rtems support.
18314         * config/h8300/rtems.h: Remove.
18315         * config/h8300/t-rtems: Remove.
18317 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
18319         * config.gcc: Remove support for knetbsd.
18320         * configure.ac: Likewise.
18321         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
18322         * config/knetbsd-gnu.h: Remove.
18323         * configure: Regenerate.
18325 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
18327         * config.gcc: Remove support for openbsd 2 and 3.
18328         * config/openbsd-oldgas.h: Remove.
18330 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
18332         * config.gcc: Remove interix support.
18333         * config/i386/i386-interix.h: Remove.
18334         * config/i386/interix.opt: Remove.
18335         * config/i386/t-interix: Remove.
18336         * configure: Regenerate.
18337         * configure.ac: Remove interix support.
18338         * doc/install.texi: Remove interix documentation.
18340 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
18342         * config/rs6000/rs6000.h: Add conditional preprocessing directives
18343         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
18344         not defined.
18346 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
18348         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
18349         they are both PLACEHOLDER_EXPRs.
18351 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
18353         * stor-layout.c (layout_type): Move setting complex MODE to
18354         layout_type, instead of setting it ahead of time by the caller.
18355         * tree.c (build_complex_type): Likewise.
18357 2016-06-21  Martin Liska  <mliska@suse.cz>
18359         * predict.c (force_edge_cold): Replace imposisble with
18360         impossible.
18362 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
18364         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
18365         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
18367 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
18369         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
18371 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
18372             Ilya Enkovich  <ilya.enkovich@intel.com>
18374         PR target/71549
18375         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
18376         New member function to convert V1TImode register to SUBREG
18377         TImode in debug insn.
18378         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
18379         after changing register mode to V1TImode.
18381 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
18383         * config/aarch64/aarch64-cores.def (vulcan): New core.
18384         * config/aarch64/aarch64-tune.md: Regenerate.
18385         * doc/invoke.texi: Document vulcan as an available option.
18387 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
18389         * cse.c (canon_asm_operands): New function extracted from...
18390         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
18391         either standalone or member of a PARALLEL.
18393 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
18395         PR target/30417
18396         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
18397         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
18398         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
18400 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
18402         PR target/71103
18403         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
18404         constant addresses if can_create_pseudo_p.
18406 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
18408         PR tree-optimization/71588
18409         * tree-ssa-strlen.c (valid_builtin_call): New function.
18410         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
18411         it.
18413 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
18415         PR middle-end/71581
18416         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
18417         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
18418         for conversion of scalar user var to complex type and use the
18419         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
18420         punt.
18422         PR rtl-optimization/71591
18423         * toplev.c (toplev::run_self_tests): If no_backend, complain and
18424         don't run any tests.
18426 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
18428         PR target/71571
18429         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
18430         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
18431         space for PIC with non-v32 and the common non-PIC "jump".
18433 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
18435         PR target/71559
18436         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
18437         returned values and add UN*/LTGT/*ORDERED cases with values matching
18438         D operand modifier on vcmp for AVX.
18440 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
18442         * config/aarch64/aarch64.opt
18443         (mpc-relative-literal-loads): Rename internal option name.
18444         * config/aarch64/aarch64.c
18445         (aarch64_nopcrelative_literal_loads): Rename to
18446         aarch64_pcrelative_literal_loads.
18447         (aarch64_expand_mov_immediate): Likewise.
18448         (aarch64_secondary_reload): Likewise.
18449         (aarch64_can_use_per_function_literal_pools_p): Likewise.
18450         (aarch64_override_options_after_change_1): Rename and simplify logic.
18451         (aarch64_classify_symbol): Merge large model checks into switch,
18452         remove pc-relative load check.
18454 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
18456         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
18457         costs relative to the cost of a register move.
18459 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
18461         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
18462         (vcvt_n_f64_u64): Likewise.
18463         (vcvt_n_s64_f64): Likewise.
18464         (vcvt_n_u64_f64): Likewise.
18465         (vcvt_f64_s64): Likewise.
18466         (vrecpe_f64): Likewise.
18467         (vcvt_f64_u64): Likewise.
18468         (vrecps_f64): Likewise.
18470 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
18472         * config/aarch64/aarch64.md
18473         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
18474         iterators.
18475         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
18476         attributes.
18477         * config/aarch64/aarch64-builtins.c
18478         (aarch64_types_binop_uss_qualifiers): Delete.
18479         (TYPES_BINOP_USS): Likewise.
18480         (aarch64_types_binop_sus_qualifiers): Likewise.
18481         (TYPES_BINOP_SUS): Likewise.
18482         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
18483         (TYPES_FCVTIMM_SUS): Likewise.
18484         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
18485         rather than BINOP.
18486         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
18487         (fcvtzs): Use SHIFTIMM rather than BINOP.
18488         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
18490 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
18492         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
18493         costs relative to the cost of a register move.
18495 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
18497         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
18498         Allow scalar/single vector modes to be tieable.
18500 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
18502         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
18504 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18506         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
18507         "alignement".
18508         * tree.h (TYPE_ALIGN): Likewise.
18510 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
18512         PR target/71103
18513         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
18515 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
18517         * config/avr/avr.c (avr_print_operand): Fix "format not a string
18518         literal" build warnings.
18519         (avr_print_operand_address): Dito.
18521 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
18523         PR target/71375
18524         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
18525         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
18527 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
18529         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
18531 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
18533         PR bootstrap/71435
18534         * reload1.c (reload): Pass 0 to finish_spills when called because
18535         update_eliminables_and_spill returns true and remove did_spill.
18536         (finish_spills): Adjust comment and document GLOBAL parameter.
18538 2016-06-17  DJ Delorie  <dj@redhat.com>
18540         PR target/71338
18541         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
18542         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
18543         (umulqihi3_virt): Likewise.
18544         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
18545         (umulqihi3_real): Likewise.
18547 2016-06-17  Martin Liska  <mliska@suse.cz>
18549         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
18551 2016-06-17  Martin Liska  <mliska@suse.cz>
18553         * predict.def: PRED_LOOP_EXIT from 92 to 85.
18555 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
18557         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
18558         __FAST_MATH__.
18559         (vaddq_f32): Likewise.
18560         (vmul_f32): Likewise.
18561         (vmulq_f32): Likewise.
18562         (vsub_f32): Likewise.
18563         (vsubq_f32): Likewise.
18565 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
18567         PR tree-optimization/71347
18568         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
18569         cost for all uses in group.
18571 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
18573         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
18574         insert gimple seq if it's not empty.
18576 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
18578         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
18579         member OFFSET.
18580         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
18581         rather than OFFSET.
18582         (comp_dr_with_seg_len_pair): Ditto.
18583         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
18584         struct dr_with_seg_len_pair against DR_OFFSET.
18585         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
18586         DR_OFFSET directly.
18588 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
18590         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
18592 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
18594         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
18595         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
18596         (pa_output_millicode_call): Likewise.
18597         (pa_output_call): Likewise.
18598         (pa_output_indirect_call): Likewise.
18599         (pa_asm_output_mi_thunk): Likewise.
18601 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
18603         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
18605 2016-06-16  Martin Liska  <mliska@suse.cz>
18607         * predict.c (combine_predictions_for_insn): When we find a first
18608         match predictor, we should consider just predictors with
18609         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
18610         DS theory predictor.
18611         (combine_predictions_for_bb): Likewise.
18613 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
18615         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
18616         with base of reference to struct.
18618 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
18620         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
18622 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
18624         PR target/71151
18625         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
18626         progmem_swtable_section.
18627         (progmem_swtable_section): Remove.
18628         (avr_asm_function_rodata_section): Remove.
18629         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
18630         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
18632 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
18634         * config/i386/driver-i386.c (host_detect_local_cpu): Set
18635         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
18636         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
18637         signature_CENTAUR_ebx.
18638         * config/i386/i386.c (ix86_option_override_internal): Add
18639         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
18640         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
18641         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
18643 2016-06-16  Martin Liska  <mliska@suse.cz>
18645         * predict.def: Add fortran loop preheader predictor.
18646         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
18647         fold IFN_BUILTIN_EXPECT with a known constant argument.
18649 2016-06-16  Martin Liska  <mliska@suse.cz>
18651         * predict.def: Add 'Fortran' to display text of all
18652         PRED_FORTRAN_* predictors.
18654 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
18656         PR target/71242
18657         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
18658         [IA64_BUILTIN_NANSQ]: Ditto.
18659         (ia64_fold_builtin): New function.
18660         (TARGET_FOLD_BUILTIN): New define.
18661         (ia64_init_builtins) Declare const_string_type node.
18662         Add __builtin_nanq and __builtin_nansq builtin functions.
18663         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
18665 2016-06-16  Nick Clifton  <nickc@redhat.com>
18667         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
18668         MSP430_HWMULT_ prefix to enum values.
18669         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
18670         * config/msp430/msp430.c: Update use of enum values.
18671         * config/msp430/msp430.md: Likewise.
18672         * config/msp430/msp430.opt: Likewise.
18674 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
18676         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
18677         of comparsions in the last iteration.
18679 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
18680             Joern Rennecke  <joern.rennecke@embecosm.com>
18682         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
18683         addresses.
18684         (arc_needs_pcl_p): Add GOTOFFPC.
18685         (arc_legitimate_pic_addr_p): Likewise.
18686         (arc_output_pic_addr_const): Likewise.
18687         (arc_legitimize_pic_address): Generate a pc-relative address using
18688         GOTOFFPC.
18689         (arc_output_libcall): Use @pcl syntax.
18690         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
18691         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
18692         (*movsi_insn): Use @pcl syntax.
18693         (doloop_begin_i): Likewise.
18695 2016-06-16  Martin Liska  <mliska@suse.cz>
18697         * predict.def: Define a new predictor.
18699 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
18701         * config/arc/arc.opt (mtp-regno): Update text.
18703 2016-06-16  Renlin Li  <renlin.li@arm.com>
18705         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
18707 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
18709         PR target/71554
18710         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
18711         (setcc + and peephole2): Likewise.
18713         PR rtl-optimization/71532
18714         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
18715         memory slots.
18717 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
18719         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
18720         DImode constants with XXSPLTIB in vector registers.
18721         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
18722         vsx_extract_<mode>_internal{1,2} into a single insn that handles
18723         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
18724         extraction of the element at the top of the register as a scalar
18725         value.
18726         (vsx_extract_<mode>_internal1): Likewise.
18727         (vsx_extract_<mode>_internal2): Likewise.
18728         * config/rs6000/constraints.md (wi constraint): Remove a comment
18729         about DImode not being allowed in Altivec registers.
18730         (wB constraint): New constraint for constants that can be
18731         generated in Altivec registers with VSPLTISW/VUPKHSW.
18732         * config/rs6000/predicates.md (xxspltib_constant_split): Update
18733         comments.
18734         (xxspltib_constant_nosplit): Likewise.
18735         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
18736         support for -mupper-regs-di to enable DImode to go into Altivec
18737         registers.
18738         (POWERPC_MASKS): Likewise.
18739         (power7 cpu): Likewise.
18740         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
18741         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
18742         for DImode being allowed in Altivec registers.  Update wi/wj
18743         constraints.  Set scalar_in_vmx_p flag.
18744         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
18745         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
18746         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
18747         (rs6000_opt_masks): Add -mupper-regs-di.
18748         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
18749         direct move to use wi and not wj.
18750         (lfiwzx): Likewise.
18751         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
18752         alternative.
18753         (floatunssi<mode>2_lfiwzx_mem): Likewise.
18754         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
18755         any VSX register, instead of just Altivec registers, to allow
18756         either operand to be an Altivec register or both.
18757         (fixuns_trunc<mode>di2_fctiduz): Likewise.
18758         (movdi_internal32): Add support for -mupper-regs-di.  Add support
18759         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
18760         the alternatives and attributes to be lined up to be easier to
18761         read.
18762         (movdi_internal64): Likewise.
18763         (64-bit DImode splitters): Change predicates to only split loading
18764         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
18765         load constants in ISA 3.0 or ISA 2.07 respectively.
18766         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
18767         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
18768         mention -mcpu=power9 sets these options.
18769         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
18770         wB constraint.
18772 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
18774         PR target/67353
18775         * config/avr/avr.c (avr_set_current_function): Warn misspelled
18776         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
18777         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
18778         by default to warn misspelled interrupt/ signal handler.
18779         * doc/invoke.texi (AVR Options): Document it. Update description
18780         for -nodevicelib option.
18782 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18784         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
18785         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
18786         (aarch64_<sur>shll2_n<mode>): Likewise.
18788 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
18790         PR middle-end/71529
18791         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
18792         DECL_CONTEXT for copied arguments.
18794 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
18796         PR tree-optimization/71483
18797         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
18798         for slp
18800 2016-06-15  Martin Liska  <mliska@suse.cz>
18802         * predict.c (tree_predict_by_opcode): Call predict_edge_def
18803         instead of predict_edge w/o a probability.
18805 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
18807         PR tree-optimization/71439
18808         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
18809         live PHIs.
18811 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18813         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
18814         register subregs in SET_SRC.
18816 2016-06-15  Richard Biener  <rguenther@suse.de>
18818         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
18819         store restrictions.
18821 2016-06-15  Richard Biener  <rguenther@suse.de>
18823         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
18824         not consider dependences between accesses that belong to the
18825         same group.
18826         (vect_analyze_data_ref_dependences): Do not analyze read-read
18827         or self-dependences.
18829 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
18831         * spellcheck-tree.c: Include spellcheck-tree.h rather than
18832         spellcheck.h.
18833         (find_closest_identifier): Reimplement in terms of
18834         best_match<tree,tree>.
18835         * spellcheck-tree.h: New file.
18836         * spellcheck.c (struct edit_distance_traits<const char *>): New
18837         struct.
18838         (find_closest_string): Reimplement in terms of
18839         best_match<const char *, const char *>.
18840         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
18841         overload to spellcheck-tree.h.
18842         (find_closest_identifier): Likewise.
18843         (struct edit_distance_traits<T>): New template.
18844         (class best_match): New class.
18846 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
18848         * selftest-run-tests.c (selftest::run_tests): Call
18849         selftest::spellcheck_tree_c_tests.
18850         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
18851         * spellcheck-tree.c: Include selftest.h and stringpool.h.
18852         (selftest::test_find_closest_identifier): New function.
18853         (selftest::spellcheck_tree_c_tests): New function.
18854         * spellcheck.c (selftest::test_find_closest_string): Verify that
18855         the order of the vec does not affect the results for this case.
18856         (selftest::test_data): New array.
18857         (selftest::test_metric_conditions): New function.
18858         (selftest::spellcheck_c_tests): Add a test of case-comparison.
18859         Call selftest::test_metric_conditions.
18861 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18863         * config/rs6000/rs6000-builtin.def (commentary): Typo.
18864         (BU_P9_MISC_1): Likewise.
18865         (BU_P9_64BIT_MISC_0): Likewise.
18866         (BU_P9_MISC_0): Likewise.
18868 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
18870         * gcc-rich-location.c
18871         (gcc_rich_location::add_fixit_misspelled_id): New method.
18872         * gcc-rich-location.h
18873         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
18875 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
18877         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
18878         FreeBSD 11 and above.
18880 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
18882         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
18884 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18886         * expmed.h: Close parenthesis in "at your option" in copyright
18887         boilerplate.
18888         * lower-subreg.h: Likewise.
18890 2016-06-14  Richard Biener  <rguenther@suse.de>
18892         PR middle-end/71526
18893         * genmatch.c (expr::gen_transform): Use in_type for comparisons
18894         if available.
18896 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18898         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
18899         New function.
18900         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
18901         mask+shift version.
18902         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
18903         New prototype.
18904         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
18905         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
18907 2016-06-14  Richard Biener  <rguenther@suse.de>
18909         PR tree-optimization/71522
18910         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
18911         copying into float copying.
18913 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
18915         PR tree-optimization/71520
18916         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
18917         (replace_block_by): Move user labels from bb1 to bb2.
18919 2016-06-14  Richard Biener  <rguenther@suse.de>
18921         PR middle-end/71310
18922         PR bootstrap/71510
18923         * expr.h (get_bit_range): Declare.
18924         * expr.c (get_bit_range): Export.
18925         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
18926         word_mode again to constrain the bitfield access.
18928 2016-06-14  Richard Biener  <rguenther@suse.de>
18930         PR tree-optimization/71521
18931         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
18932         division int_const_binop against zero divisor.
18934 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
18936         * config/i386/i386.md (signbittf2): New expander.
18937         * config/i386/sse.md (ptesttf2): New insn pattern.
18939 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
18941         PR bootstrap/71481
18942         * input.c (selftest::test_reading_source_line): Avoid reading from
18943         __FILE__ by creating a tempfile with known content and reading
18944         from that instead.
18946 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
18948         * pretty-print.c (assert_pp_format_colored): Skip the test if
18949         GCC_COLORS is set.
18950         (test_pp_format): Remove comment about GCC_COLORS.
18952 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
18954         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
18955         * pretty-print.c (assert_pp_format_va): Add location param and use
18956         it with ASSERT_STREQ_AT.
18957         (assert_pp_format): Add location param and pass it to
18958         assert_pp_format_va.
18959         (assert_pp_format_colored): Likewise.
18960         (ASSERT_PP_FORMAT_1): New.
18961         (ASSERT_PP_FORMAT_2): New.
18962         (ASSERT_PP_FORMAT_3): New.
18963         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
18964         explicitly, or implicitly via the above macros.
18965         * selftest.c (selftest::pass): Use a selftest::location rather
18966         than file and line.
18967         (selftest::fail): Likewise.  Print the function name.
18968         (selftest::fail_formatted): Likewise.
18969         (selftest::assert_streq): Use a selftest::location rather than
18970         file and line.
18971         * selftest.h (selftest::location): New struct.
18972         (SELFTEST_LOCATION): New macro.
18973         (selftest::pass): Accept a const location & rather than file
18974         and line.
18975         (selftest::fail): Likewise.
18976         (selftest::fail_formatted): Likewise.
18977         (selftest::assert_streq): Likewise.
18978         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
18979         (ASSERT_FALSE): Likewise.
18980         (ASSERT_EQ): Likewise.
18981         (ASSERT_NE): Likewise.
18982         (ASSERT_STREQ): Likewise.
18983         (ASSERT_PRED1): Likewise.
18984         (ASSERT_STREQ_AT): New macro.
18986 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
18988         * selftest.c (selftest::fail_formatted): New function.
18989         (selftest::assert_streq): New function.
18990         * selftest.h (selftests::fail_formatted): New decl.
18991         (selftest::assert_streq): New decl.
18992         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
18994 2016-06-13  Jeff Law  <law@redhat.com>
18996         PR tree-optimization/71403
18997         * tree-ssa-threadbackward.c
18998         (convert_and_register_jump_thread_path): No longer accept reference
18999         to path.  Do not pop items off the path anymore.
19000         (fsm_find_control_statement_thread_paths): Do not allow threading
19001         to a deeper loop nest.  Pop the last item off the path here rather
19002         than in convert_and_register_jump_thread_path.
19004 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
19005             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
19007         [AArch64] Emit division using the Newton series
19009         * config/aarch64/aarch64-protos.h
19010         (cpu_approx_modes): Add new member "division".
19011         (aarch64_emit_approx_div): Declare new function.
19012         * config/aarch64/aarch64.c
19013         (generic_approx_modes): New member "division".
19014         (exynosm1_approx_modes): Likewise.
19015         (xgene1_approx_modes): Likewise.
19016         (aarch64_emit_approx_div): Define new function.
19017         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
19018         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
19019         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
19020         * doc/invoke.texi (-mlow-precision-div): Describe new option.
19022 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
19023             Wilco Dijkstra  <wilco.dijkstra@arm.com>
19025         [AArch64] Emit square root using the Newton series
19027         * config/aarch64/aarch64-protos.h
19028         (aarch64_emit_approx_rsqrt): Replace with new function
19029         "aarch64_emit_approx_sqrt".
19030         (cpu_approx_modes): New member "sqrt".
19031         * config/aarch64/aarch64.c
19032         (generic_approx_modes): New member "sqrt".
19033         (exynosm1_approx_modes): Likewise.
19034         (xgene1_approx_modes): Likewise.
19035         (aarch64_emit_approx_rsqrt): Replace with new function
19036         "aarch64_emit_approx_sqrt".
19037         (aarch64_override_options_after_change_1): Handle new option.
19038         * config/aarch64/aarch64-simd.md
19039         (rsqrt<mode>2): Use new function instead.
19040         (sqrt<mode>2): New expansion and insn definitions.
19041         * config/aarch64/aarch64.md: Likewise.
19042         * config/aarch64/aarch64.opt
19043         (mlow-precision-sqrt): Add new option description.
19044         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
19046 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
19048         [AArch64] Add more choices for the reciprocal square root approximation
19050         Allow a target to prefer such operation depending on the operation mode.
19052         * config/aarch64/aarch64-protos.h
19053         (AARCH64_APPROX_MODE): New macro.
19054         (AARCH64_APPROX_{NONE,ALL}): Likewise.
19055         (cpu_approx_modes): New structure.
19056         (tune_params): New member "approx_modes".
19057         * config/aarch64/aarch64-tuning-flags.def
19058         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
19059         * config/aarch64/aarch64.c
19060         (generic_approx_modes): New core "cpu_approx_modes" structure.
19061         (exynosm1_approx_modes): Likewise.
19062         (xgene1_approx_modes): Likewise.
19063         (generic_tunings): New member "approx_modes".
19064         (cortexa35_tunings): Likewise.
19065         (cortexa53_tunings): Likewise.
19066         (cortexa57_tunings): Likewise.
19067         (cortexa72_tunings): Likewise.
19068         (exynosm1_tunings): Likewise.
19069         (thunderx_tunings): Likewise.
19070         (xgene1_tunings): Likewise.
19071         (use_rsqrt_p): New argument for the mode and use new member from
19072         "tune_params".
19073         (aarch64_builtin_reciprocal): Devise mode from builtin.
19074         (aarch64_optab_supported_p): New argument for the mode.
19075         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
19077 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
19079         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
19080         RS6000_BTM_MODULO flag into the set of flags that are considered
19081         to be part of the common configuration.
19083 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
19085         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
19086         difference unsigned.
19087         (vec_absdb): New macro for vector absolute difference unsigned
19088         byte.
19089         (vec_absdh): New macro for vector absolute difference unsigned
19090         half-word.
19091         (vec_absdw): New macro for vector absolute difference unsigned word.
19092         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
19093         (vadu<mode>3): New insn.
19094         (*p9_vadu<mode>3): New insn.
19095         * config/rs6000/rs6000-builtin.def (vadub): New built-in
19096         definition.
19097         (vaduh): New built-in definition.
19098         (vaduw): New built-in definition.
19099         (vadu): New overloaded built-in definition.
19100         (vadub): New overloaded built-in definition.
19101         (vaduh): New overloaded built-in definition.
19102         (vaduw): New overloaded built-in definition.
19103         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
19104         overloaded vector absolute difference unsigned functions.
19105         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
19106         the ISA 3.0 vector absolute difference unsigned built-in functions.
19108 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
19110         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
19111         update shared_lookup_references only once after changing operands.
19113 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
19115         PR middle-end/71373
19116         * tree-nested.c (convert_nonlocal_omp_clauses)
19117         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
19119         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
19120         * tree.def (CASE_LABEL_EXPR): Likewise.
19122 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19124         PR bootstrap/71481
19125         * input.c (test_builtins): Fix an assertion.
19127 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
19129         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
19130         (paritysi2): Ditto.
19131         (isinfxf2): Ditto.
19132         (isinf<mode>2): Ditto.
19134 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
19136         * ggc-tests.c (test_finalization): Only test need_finalization_p
19137         for GCC_VERSION >= 4003.
19139 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19141         * config/s390/vecintrin.h: Fix file description in comment.
19143 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19145         * config/s390/s390-builtin-types.def: Change builtin type naming
19146         scheme to match builtin-types.def.
19148 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
19150         * fold-const.c (optimize_minmax_comparison): Remove.
19151         (fold_comparison): Remove call to the above.
19152         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
19153         New transformations.
19155 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
19157         PR tree-optimization/71416
19158         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
19159         multiple entries
19161 2016-06-13  Martin Liska  <mliska@suse.cz>
19163         * predict.c (enum predictor_reason): Prefix enum with REASON_.
19164         (combine_predictions_for_insn): Likewise.
19165         (prune_predictions_for_bb): Likewise.
19166         (combine_predictions_for_bb): Likewise.
19168 2016-06-13  Richard Biener  <rguenther@suse.de>
19170         PR tree-optimization/71505
19171         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
19172         assert match comment.
19174 2016-06-13  Marek Polacek  <polacek@redhat.com>
19176         PR middle-end/71476
19177         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
19178         gimplify_switch_expr.
19179         (warn_switch_unreachable_r): New function.
19181 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19183         PR target/71379
19184         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
19185         one.
19187 2016-06-13  Richard Biener  <rguenther@suse.de>
19189         PR middle-end/64516
19190         * fold-const.c (fold_unary_loc): Preserve alignment when
19191         folding a VIEW_CONVERT_EXPR into a MEM_REF.
19193 2016-06-13  Martin Liska  <mliska@suse.cz>
19195         PR sanitizer/71458
19196         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
19197         w/ -fsanitize=bounds.
19199 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
19201         * config/i386/i386.c (ix86_init_builtins): Calculate
19202         FLOAT128_FTYPE_CONST_STRING function type only once.
19203         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
19204         built-in functions are available for x86-32 and x86-64 targets.
19206 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
19208         PR target/71241
19209         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
19210         New primitive type.
19211         (FLOAT128_FTYPE_CONST_STRING): New function type.
19212         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
19213         [IX86_BUILTIN_NANSQ]: Ditto.
19214         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
19215         (ix86_init_builtin_types): Declare const_string_type_node.
19216         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
19217         builtin functions.
19218         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
19219         * doc/extend.texi (x86 Built-in Functions): Document
19220         __builtin_nanq and __builtin_nansq.
19222 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
19224         PR target/71061
19225         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
19226         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
19227         length for pop patterns.
19228         (arm_attr_length_push_multi): Update comments.
19229         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
19230         attribute.
19231         (*pop_multiple_with_writeback_and_return): Likewise.
19232         (*pop_multiple_with_return): Likewise.
19234 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
19236         PR middle-end/71310
19237         * fold-const.c (optimize_bit_field_compare): Don't try to use
19238         word_mode unconditionally for reading the bit field, look at
19239         DECL_BIT_FIELD_REPRESENTATIVE instead.
19241 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
19243         PR middle-end/71478
19244         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
19245         vector integer type.
19247 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
19249         PR middle-end/71494
19250         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
19251         without LABEL_DECL, set *handled_ops_p to false instead of true.
19253 2016-06-10  Martin Sebor  <msebor@redhat.com>
19255         PR c/71392
19256         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
19257         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
19258         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
19259         them.
19260         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
19261         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
19262         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
19263         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
19264         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
19265         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
19266         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
19267         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
19269 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19271         * config/arm/arm.h (pool_vector_label,
19272         return_used_this_function): Remove.
19274 2016-06-10  Jeff Law  <law@redhat.com>
19276         PR tree-optimization/71335
19277         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
19278         zero length paths here.
19279         (convert_and_register_jump_thread_path): Remove hacks related to
19280         duplicated blocks in the jump thread path.
19281         (fsm_find_control_statement_thread_paths): Avoid putting the same
19282         block on the thread path twice, but ensure the thread path is
19283         unchanged from the caller's point of view.
19285 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
19287         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
19288         * predict.def (PRED_LOOP_BRANCH): Remove.
19290 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
19292         * Makefile.in (OBJS): Add ggc-tests.o.
19293         (GTFILES): Add ggc-tests.c.
19294         * ggc-tests.c: New file.
19295         * selftest-run-tests.c (selftest::run_tests): Call
19296         selftest::ggc_tests_c_tests.
19297         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
19299 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
19301         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
19303 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
19305         PR sanitizer/71480
19306         * varasm.c (place_block_symbol): Adjust alignment for asan protected
19307         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
19309 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
19311         * profile.c: Include cfgloop.h.
19312         (branch_prob): Compute estimated number of iterations.
19313         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
19314         recompute estimate number of iterations from profile.
19316 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19318         PR inline-asm/68843
19319         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
19320         must be grouped on top of stack.  Don't force early clobber
19321         on ordinary reg outputs.
19323 2016-06-10  Richard Biener  <rguenther@suse.de>
19325         * targhooks.c (default_builtin_vectorization_cost): Adjust
19326         vec_construct cost.
19328 2016-06-10  Richard Biener  <rguenther@suse.de>
19330         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
19331         to fold the RHS to a constant if possible.
19333 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
19335         PR middle-end/71373
19336         * tree-nested.c (convert_nonlocal_omp_clauses)
19337         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
19338         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
19339         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
19341         * gimplify.c (gimplify_adjust_omp_clauses): Discard
19342         OMP_CLAUSE_TILE.
19343         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
19345         * omp-low.c (scan_sharing_clauses): Don't expect
19346         OMP_CLAUSE__CACHE_.
19348 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
19350         PR tree-optimization/71407
19351         PR tree-optimization/71416
19352         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
19353         BIT_FIELD_REF type.
19355 2016-06-10  Richard Biener  <rguenther@suse.de>
19357         PR middle-end/71477
19358         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
19360 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
19362         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
19364 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
19365             Jiong Wang  <jiong.wang@arm.com>
19367         PR rtl-optimization/70751
19368         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
19369         spilled into memory.
19371 2016-06-09  Jonathan Yong  <10walls@gmail.com>
19373         Revert:
19374         2015-09-21  Jonathan Yong  <10walls@gmail.com>
19376         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
19377         sysroot/usr/lib/32api for additional win32 libraries,
19378         fixes failing Cygwin bootstrapping.
19380 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
19382         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
19383         Delete.
19385 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
19387         PR bootstrap/71471
19388         * pretty-print.c (pp_indent): Specify that %p is printed in a
19389         host-dependent manner.
19390         (test_pp_format): Remove the test for %p.
19392 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
19394         * config/mips/mips.c (mips_output_jump): Fix formatting.
19396 2016-06-09  Richard Biener  <rguenther@suse.de>
19398         PR tree-optimization/71462
19399         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
19400         removed blocks.
19402 2016-06-09  Martin Liska  <mliska@suse.cz>
19404         * predict.c (dump_prediction): Add new argument.
19405         (enum predictor_reason): New enum.
19406         (struct predictor_hash): New struct.
19407         (predictor_hash::hash): New function.
19408         (predictor_hash::equal): Likewise.
19409         (not_removed_prediction_p): New function.
19410         (prune_predictions_for_bb): Likewise.
19411         (combine_predictions_for_bb): Prune predictions.
19413 2016-06-09  Martin Liska  <mliska@suse.cz>
19415         * predict.c (filter_predictions): New function.
19416         (remove_predictions_associated_with_edge): Use the filter
19417         function.
19418         (equal_edge_p): New function.
19420 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
19422         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
19423         Correct usage of @samp vs @option, add @samp where appropriate.
19424         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
19425         Add armv6s-m and document it, as it is no official ARM name.
19427 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19429         * ifcvt.c (struct noce_if_info): Add transform_name field.
19430         (noce_try_move): Set if_info->transform_name to the function name.
19431         (noce_try_ifelse_collapse): Likewise.
19432         (noce_try_store_flag): Likewise.
19433         (noce_try_inverse_constants): Likewise.
19434         (noce_try_store_flag_constants): Likewise.
19435         (noce_try_addcc): Likewise.
19436         (noce_try_store_flag_mask): Likewise.
19437         (noce_try_cmove): Likewise.
19438         (noce_try_cmove_arith): Likewise.
19439         (noce_try_minmax): Likewise.
19440         (noce_try_abs): Likewise.
19441         (noce_try_sign_mask): Likewise.
19442         (noce_try_bitop): Likewise.
19443         (noce_convert_multiple_sets): Likewise.
19444         (noce_process_if_block): Print if_info->transform_name to
19445         dump_file if transformation succeeded.
19447 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19449         * config/arm/cortex-a57.md (cortex_a57_alu):
19450         Handle csel type.
19452 2016-06-08  Martin Sebor  <msebor@redhat.com>
19453             Jakub Jelinek  <jakub@redhat.com>
19455         PR c++/70507
19456         PR c/68120
19457         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
19458         BUILT_IN_MUL_OVERFLOW_P): New builtins.
19459         * builtins.c: Include gimple-fold.h.
19460         (fold_builtin_arith_overflow): Handle
19461         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
19462         (fold_builtin_3): Likewise.
19463         * doc/extend.texi (Integer Overflow Builtins): Document
19464         __builtin_{add,sub,mul}_overflow_p.
19466 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
19468         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
19469         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
19471 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
19473         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
19474         Rewrite, looking one level down for records and arrays.
19476 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
19478         * pretty-print.c: Include "selftest.h".
19479         (pp_format): Fix comment.
19480         (identifier_to_locale): Likewise.
19481         (selftest::test_basic_printing): New function.
19482         (selftest::assert_pp_format): New function.
19483         (selftest::test_pp_format): New function.
19484         (selftest::pretty_print_c_tests): New function.
19485         * selftest-run-tests.c (selftest::run_tests): Call
19486         selftest::pretty_print_c_tests.
19487         * selftest.h (pretty_print_c_tests): New declaration.
19489 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
19491         * invoke.texi (max-loop-headers-insns): Document.
19492         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
19493         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
19494         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
19496 2016-06-08  Richard Biener  <rguenther@suse.de>
19498         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
19499         on strided SLP loads and fall back to scalar loads in case
19500         we can't chunk them.
19502 2016-06-08  Richard Biener  <rguenther@suse.de>
19504         PR tree-optimization/71452
19505         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
19506         type used for the SSA rewrite has enough precision to cover
19507         the dynamic type of the location.
19509 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
19510             Richard Biener  <rguenther@suse.de>
19512         PR c++/71448
19513         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
19514         the same as DECL_P (base0) for indirect_base0.  Use equality_code
19515         in one further place.
19517 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
19519         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
19520         to one word if the field is known to overlap other words.
19521         (extract_bit_field_1): Likewise.
19522         (store_split_bit_field): Remove compensating code.
19523         (extract_split_bit_field): Likewise.
19525 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
19527         PR debug/71432
19528         PR ada/71413
19529         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
19531 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
19533         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
19534         VDQF.
19535         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
19536         (arch64_addpv4sf): Delete.
19537         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
19538         "gen_aarch64_addpv4sf".
19539         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
19540         builtin.
19541         (vpadds_f32): Likewise.
19542         (vpaddq_f32): Likewise.
19543         (vpaddq_f64): Likewise.
19545 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
19547         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
19548         VALLF.
19549         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
19550         to VALLF.  Rename to "fabd<mode>3".
19551         "*fabd_scalar<mode>3): Delete.
19552         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
19553         Use builtin.
19554         (vabdd_f64): Likewise.
19555         (vabd_f32): Likewise.
19556         (vabd_f64): Likewise.
19557         (vabdq_f32): Likewise.
19558         (vabdq_f64): Likewise.
19560 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
19562         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
19563         VALLF.
19564         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
19565         "aarch64_rsqrts<mode>".
19566         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
19567         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
19568         builtin.
19569         (vrsqrtsd_f64): Likewise.
19570         (vrsqrts_f32): Likewise.
19571         (vrsqrts_f64): Likewise.
19572         (vrsqrtsq_f32): Likewise.
19573         (vrsqrtsq_f64): Likewise.
19575 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
19577         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
19578         VALLF.
19579         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
19580         "aarch64_rsqrte<mode>".
19581         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
19582         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
19583         builtin.
19584         (vrsqrted_f64): Likewise.
19585         (vrsqrte_f32): Likewise.
19586         (vrsqrte_f64): Likewise.
19587         (vrsqrteq_f32): Likewise.
19588         (vrsqrteq_f64): Likewise.
19590 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
19592         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
19593         (ucvtf): Likewise.
19594         (fcvtzs): Likewise.
19595         (fcvtzu): Likewise.
19596         * config/aarch64/aarch64-simd.md
19597         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
19598         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
19599         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
19600         Use builtin.
19601         (vcvt_n_f32_u32): Likewise.
19602         (vcvt_n_s32_f32): Likewise.
19603         (vcvt_n_u32_f32): Likewise.
19604         (vcvtq_n_f32_s32): Likewise.
19605         (vcvtq_n_f32_u32): Likewise.
19606         (vcvtq_n_f64_s64): Likewise.
19607         (vcvtq_n_f64_u64): Likewise.
19608         (vcvtq_n_s32_f32): Likewise.
19609         (vcvtq_n_s64_f64): Likewise.
19610         (vcvtq_n_u32_f32): Likewise.
19611         (vcvtq_n_u64_f64): Likewise.
19612         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
19613         (VSDQ_SDI): Likewise.
19614         (fcvt_target): Support V4DI, V4SI and V2SI.
19615         (FCVT_TARGET): Likewise.
19617 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
19619         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
19620         (TYPES_BINOP_SUS): Likewise.
19621         (aarch64_simd_builtin_data): Update include file name.
19622         (aarch64_builtins): Likewise.
19623         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
19624         for conversion between scalar float-point and fixed-point.
19625         (ucvtf): Likewise.
19626         (fcvtzs): Likewise.
19627         (fcvtzu): Likewise.
19628         * config/aarch64/aarch64.md
19629         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
19630         pattern for conversion between scalar float to fixed-pointer.
19631         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
19632         (UNSPEC_FCVTZS): New UNSPEC enumeration.
19633         (UNSPEC_FCVTZU): Likewise.
19634         (UNSPEC_SCVTF): Likewise.
19635         (UNSPEC_UCVTF): Likewise.
19636         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
19637         Use builtin.
19638         (vcvtd_n_f64_u64): Likewise.
19639         (vcvtd_n_s64_f64): Likewise.
19640         (vcvtd_n_u64_f64): Likewise.
19641         (vcvtd_n_f32_s32): Likewise.
19642         (vcvts_n_f32_u32): Likewise.
19643         (vcvtd_n_s32_f32): Likewise.
19644         (vcvts_n_u32_f32): Likewise.
19645         * config/aarch64/iterators.md (fcvt_target): Support integer to float
19646         mapping.
19647         (FCVT_TARGET): Likewise.
19648         (FCVT_FIXED2F): New iterator.
19649         (FCVT_F2FIXED): Likewise.
19650         (fcvt_fixed_insn): New define_int_attr.
19652 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
19654         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
19655         some statements was removed.
19657 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
19659         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
19660         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
19661         (vect_can_advance_ivs_p): likewise.
19662         (vect_update_ivs_after_vectorizer): likewise.
19663         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
19664         (vect_analyze_scalar_cycles_1): likewise.
19665         (vect_analyze_loop_operations): likewise.
19666         (report_vect_op): likewise.
19667         (vect_is_slp_reduction): likewise.
19668         (vect_is_simple_reduction): likewise.
19669         (get_initial_def_for_induction): likewise.
19670         (vect_transform_loop): likewise.
19671         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
19672         (vect_recog_sad_pattern): likewise.
19673         (vect_recog_widen_sum_pattern): likewise.
19674         (vect_recog_widening_pattern): likewise.
19675         (vect_recog_divmod_pattern): likewise.
19676         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
19677         (vect_analyze_slp_instance): likewise.
19678         (vect_transform_slp_perm_load): likewise.
19679         (vect_schedule_slp_instance): likewise.
19681 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
19683         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
19684         (return_prediction): PRED_CONST_RETURN predict return as not taken.
19685         * predict.def (PRED_CONTINUE): Change hitrate 50->67
19686         (PRED_LOOP_BRANCH): Document predictor as broken.
19687         (PRED_LOOP_EXIT): Change hitrate 91->92.
19688         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
19689         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
19690         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
19691         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
19692         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
19693         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
19694         (PRED_CALL): Chane hitrate 71->67.
19695         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
19696         (PRED_GOTO): Document as unused right now.
19697         (PRED_CONST_RETURN): Change hitrate 67->69
19698         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
19699         (PRED_NULL_RETURN): Change hitrate 91->90.
19700         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
19701         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
19702         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
19704 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
19706         * config/rs6000/altivec.h: Add __builtin_vec_mul.
19707         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
19708         special case Altivec builtin.
19709         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
19710         VSX_BUILTIN_VEC_MUL (replaced with special case code).
19711         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
19712         code for ALTIVEC_BUILTIN_VEC_MUL.
19713         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
19714         for __builtin_vec_mul.
19716 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
19718         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
19719         -mno-htm.
19721 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
19723         * spellcheck.c (selftest::test_find_closest_string): New function.
19724         (spellcheck_c_tests): Call the above.
19726 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19728         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
19730 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
19732         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
19733         Yv=Yv,C alternatives.
19735 2016-06-07  Richard Biener  <rguenther@suse.de>
19737         PR c/61564
19738         * common.opt (ffast-math): Make Optimization.
19740 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
19741             Prachi Godbole  <prachi.godbole@imgtec.com>
19743         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
19744         `fabs' and `fneg' type attributes.
19745         (p5600_fpu_fabs): Add `fmove' to the comment.
19747 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
19749         * gimple.c: Include builtins.h
19750         (gimple_inexpensive_call_p): New function.
19751         * gimple.h (gimple_inexpensive_call_p): Declare.
19752         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
19753         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
19754         fix formatting.
19756 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
19758         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
19759         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
19760         warning_at_rich_loc, warning_n, pedwarn, permerror,
19761         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
19762         sorry, fatal_error, internal_error, internal_error_no_backtrace):
19763         Use the above.
19765 2016-06-07  Richard Biener  <rguenther@suse.de>
19767         PR tree-optimization/71428
19768         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
19769         BIT_FIELD_REF op vs. load.
19771 2016-06-07  Richard Biener  <rguenther@suse.de>
19773         PR middle-end/71423
19774         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
19775         for signed ops.
19777 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
19779         * config/pa/pa.md (call): Generate indirect long calls to non-local
19780         functions on TARGET_64BIT.
19781         (call_value): Likewise.
19783 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
19785         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
19786         pattern and subsequent splitters.
19787         (call_val_reg_64bit_post_reload): Likewise.
19789 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
19791         PR middle-end/71408
19792         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
19793         propagate_op_to_single_use.
19795 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
19797         PR middle-end/71281
19798         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
19800 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
19802         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
19803         (enum x86_dirflag_state): New enum.
19804         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
19805         (machine_function): Remove needs_cld.
19806         (ix86_current_function_needs_cld): Remove.
19807         * config/i386/i386.c (ix86_set_func_type): Set
19808         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
19809         (ix86_expand_prologue): Do not emit CLD here.
19810         (ix86_dirflag_mode_needed): New function.
19811         (ix86_dirflag_mode_entry): Ditto.
19812         (ix86_mode_needed): Handle X86_DIRFLAG entity.
19813         (ix86_mode_after): Ditto.
19814         (ix86_mode_entry): Ditto.
19815         (ix86_mode_exit): Ditto.
19816         (ix86_emit_mode_set): Ditto.
19817         * config/i386/i386.md (strmov_singleop): Set
19818         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
19819         Do not set ix86_current_function_needs_cld.
19820         (rep_mov): Ditto.
19821         (strset_singleop): Ditto.
19822         (rep_stos): Ditto.
19823         (cmpstrnqi_nz_1): Ditto.
19824         (cmpstrnqi_1): Ditto.
19825         (strlenqi_1): Ditto.
19827 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
19829         PR tree-optimization/71259
19830         * tree-vect-slp.c (vect_get_constant_vectors): For
19831         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
19832         one for constant op, and use COND_EXPR for non-constant.
19834 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
19836         * Makefile.in (OBJS): Add function-tests.o,
19837         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
19838         selftest-run-tests.o.
19839         (OBJS-libcommon): Add selftest.o.
19840         (OBJS-libcommon-target): Add selftest.o.
19841         (all.internal): Add "selftest".
19842         (all.cross): Likewise.
19843         (selftest): New phony target.
19844         (s-selftest): New target.
19845         (selftest-gdb): New phony target.
19846         (COLLECT2_OBJS): Add selftest.o.
19847         * bitmap.c: Include "selftest.h".
19848         (selftest::test_gc_alloc): New function.
19849         (selftest::test_set_range): New function.
19850         (selftest::test_clear_bit_in_middle): New function.
19851         (selftest::test_copying): New function.
19852         (selftest::test_bitmap_single_bit_set_p): New function.
19853         (selftest::bitmap_c_tests): New function.
19854         * common.opt (fself-test): New.
19855         * diagnostic-show-locus.c: Include "selftest.h".
19856         (make_range): New function.
19857         (test_range_contains_point_for_single_point): New function.
19858         (test_range_contains_point_for_single_line): New function.
19859         (test_range_contains_point_for_multiple_lines): New function.
19860         (assert_eq): New function.
19861         (test_get_line_width_without_trailing_whitespace): New function.
19862         (selftest::diagnostic_show_locus_c_tests): New function.
19863         * et-forest.c: Include "selftest.h".
19864         (selftest::test_single_node): New function.
19865         (selftest::test_simple_tree): New function.
19866         (selftest::test_disconnected_nodes): New function.
19867         (selftest::et_forest_c_tests): New function.
19868         * fold-const.c: Include "selftest.h".
19869         (selftest::assert_binop_folds_to_const): New function.
19870         (selftest::assert_binop_folds_to_nonlvalue): New function.
19871         (selftest::test_arithmetic_folding): New function.
19872         (selftest::fold_const_c_tests): New function.
19873         * function-tests.c: New file.
19874         * gimple.c: Include "selftest.h".
19875         Include "gimple-pretty-print.h".
19876         (selftest::verify_gimple_pp): New function.
19877         (selftest::test_assign_single): New function.
19878         (selftest::test_assign_binop): New function.
19879         (selftest::test_nop_stmt): New function.
19880         (selftest::test_return_stmt): New function.
19881         (selftest::test_return_without_value): New function.
19882         (selftest::gimple_c_tests): New function.
19883         * hash-map-tests.c: New file.
19884         * hash-set-tests.c: New file.
19885         * input.c: Include "selftest.h".
19886         (selftest::assert_loceq): New function.
19887         (selftest::test_accessing_ordinary_linemaps): New function.
19888         (selftest::test_unknown_location): New function.
19889         (selftest::test_builtins): New function.
19890         (selftest::test_reading_source_line): New function.
19891         (selftest::input_c_tests): New function.
19892         * rtl-tests.c: New file.
19893         * selftest-run-tests.c: New file.
19894         * selftest.c: New file.
19895         * selftest.h: New file.
19896         * spellcheck.c: Include "selftest.h".
19897         (selftest::levenshtein_distance_unit_test_oneway): New function,
19898         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
19899         (selftest::levenshtein_distance_unit_test): Likewise.
19900         (selftest::spellcheck_c_tests): Likewise.
19901         * toplev.c: Include selftest.h.
19902         (toplev::run_self_tests): New.
19903         (toplev::main): Handle -fself-test.
19904         * toplev.h (toplev::run_self_tests): New.
19905         * tree.c: Include "selftest.h".
19906         (selftest::test_integer_constants): New function.
19907         (selftest::test_identifiers): New function.
19908         (selftest::test_labels): New function.
19909         (selftest::tree_c_tests): New function.
19910         * tree-cfg.c: Include "selftest.h".
19911         (selftest::push_fndecl): New function.
19912         (selftest::test_linear_chain): New function.
19913         (selftest::test_diamond): New function.
19914         (selftest::test_fully_connected): New function.
19915         (selftest::tree_cfg_c_tests): New function.
19916         * vec.c: Include "selftest.h".
19917         (selftest::safe_push_range): New function.
19918         (selftest::test_quick_push): New function.
19919         (selftest::test_safe_push): New function.
19920         (selftest::test_truncate): New function.
19921         (selftest::test_safe_grow_cleared): New function.
19922         (selftest::test_pop): New function.
19923         (selftest::test_safe_insert): New function.
19924         (selftest::test_ordered_remove): New function.
19925         (selftest::test_unordered_remove): New function.
19926         (selftest::test_block_remove): New function.
19927         (selftest::reverse_cmp): New function.
19928         (selftest::test_qsort): New function.
19929         (selftest::vec_c_tests): New function.c.
19930         * wide-int.cc: Include selftest.h and wide-int-print.h.
19931         (selftest::from_int <wide_int>): New function.
19932         (selftest::from_int <offset_int>): New function.
19933         (selftest::from_int <widest_int>): New function.
19934         (selftest::assert_deceq): New function.
19935         (selftest::assert_hexeq): New function.
19936         (selftest::test_printing <VALUE_TYPE>): New function template.
19937         (selftest::test_ops <VALUE_TYPE>): New function template.
19938         (selftest::test_comparisons <VALUE_TYPE>): New function template.
19939         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
19940         template.
19941         (selftest::wide_int_cc_tests): New function.
19943 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19945         PR middle-end/37780
19946         * ifcvt.c (noce_try_ifelse_collapse): New function.
19947         Declare prototype.
19948         (noce_process_if_block): Call noce_try_ifelse_collapse.
19949         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
19950         (simplify_ternary_operation): Use the above to simplify
19951         conditional CLZ/CTZ expressions.
19953 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19955         PR middle-end/37780
19956         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
19957         define_insn_and_split.
19959 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19961         PR middle-end/37780
19962         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
19964 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19966         PR c/24414
19967         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
19968         Implicitly clobber memory for basic asm with non-empty assembler
19969         string.  Use targetm.md_asm_adjust also here.
19970         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
19971         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
19972         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
19973         non-empty assembler string.
19974         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
19975         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
19976         (decode_asm_operands): Handle basic asm in PARALLEL block.
19977         (extract_insn): Handle basic asm in PARALLEL block.
19978         * doc/extend.texi: Mention new behavior of basic asm.
19979         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
19980         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
19981         branch_needs_nop_p): Use asm_noperands.
19983 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
19985         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
19986         Include the M7 SPARC DFA scheduler.
19987         New attribute v3pipe.
19988         Annotate insns with v3pipe where appropriate.
19989         Define cpu_feature vis4.
19990         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
19991         Add (V8QI "8") to vbits.
19992         Add insns {add,sub}v8qi3
19993         Add insns ss{add,sub}v8qi3
19994         Add insns us{add,sub}{v8qi,v4hi}3
19995         Add insns {min,max}{v8qi,v4hi,v2si}3
19996         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
19997         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
19998         * config/sparc/niagara4.md: Add a comment explaining the
19999         discrepancy between the documented latenty numbers and the
20000         implemented ones.
20001         * config/sparc/niagara7.md: New file.
20002         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
20003         supports SPARC5 and VIS 4.0 instructions.
20004         * configure: Regenerate.
20005         * config.in: Likewise.
20006         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
20007         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
20008         TARGET_CPU_niagara7.
20009         (ASM_CPU64_DEFAULT_SPEC): Likewise.
20010         (CPP_CPU_SPEC): Handle niagara7.
20011         (ASM_CPU_SPEC): Likewise.
20012         * config/sparc/sparc-opts.h (processor_type): Add
20013         PROCESSOR_NIAGARA7.
20014         (mvis4): New option.
20015         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
20016         (AS_NIAGARA7_FLAG): Define.
20017         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
20018         (CPP_CPU64_DEFAULT_SPEC): Likewise.
20019         (CPP_CPU_SPEC): Handle niagara7.
20020         (ASM_CPU_SPEC): Likewise.
20021         * config/sparc/sparc.c (niagara7_costs): Define.
20022         (sparc_option_override): Handle niagara7 and adjust cache-related
20023         parameters with better values for niagara cpus.  Also support VIS4.
20024         (sparc32_initialize_trampoline): Likewise.
20025         (sparc_use_sched_lookahead): Likewise.
20026         (sparc_issue_rate): Likewise.
20027         (sparc_register_move_cost): Likewise.
20028         (dump_target_flag_bits): Support VIS4.
20029         (sparc_vis_init_builtins): Likewise.
20030         (sparc_builtins): Likewise.
20031         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
20032         VIS4 4.0.
20033         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
20034         UltraSparc M7.
20035         * config/sparc/sparc.opt (sparc_processor_type): New value
20036         niagara7.
20037         * config/sparc/visintrin.h (__attribute__): Prototypes for the
20038         VIS4 builtins.
20039         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
20040         -mvis4.
20041         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
20042         VIS4 builtins.
20044 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
20046         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
20048 2016-06-06  Richard Biener  <rguenther@suse.de>
20050         PR tree-optimization/71398
20051         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
20052         remove edges.
20054 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
20056         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
20057         ft32_expand_prolog, ft32_expand_epilogue):
20058         Handle pretend_args.
20059         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
20060         * config/ft32/ft32.md: Add pretend_returner.
20062 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
20064         PR target/71389
20065         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
20066         Copy op1 RTX to avoid invalid sharing.
20067         (ix86_expand_vector_move_misalign): Ditto.
20069 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
20071         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
20072         ATTRIBUTE_UNUSED.
20074 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
20076         * predict.c (predicted_by_loop_heuristics_p): New function.
20077         (predict_iv_comparison): Use it.
20078         (predict_loops): Walk from innermost loops; do not predict edges
20079         leaving multiple loops multiple times; implement
20080         PRED_LOOP_ITERATIONS_MAX heuristics.
20081         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
20083 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
20085         * cfg.c (check_bb_profile): Do not report mismatched profiles when
20086         only edges out of BB are EH edges.
20088 2016-06-04  Martin Sebor  <msebor@redhat.com>
20089             Marcin Baczyński  <marbacz@gmail.com>
20091         PR c/48116
20092         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
20093         a void expression in a void function.
20095 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
20097         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
20098         aux; dump reasons of decisions.
20099         (should_duplicate_loop_header_p): Likewise.
20100         (do_while_loop_p): Likewise.
20101         (ch_base::copy_headers): Dump asi num insns duplicated.
20103 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
20105         PR tree-optimization/71405
20106         * tree-ssa.c (execute_update_addresses_taken): For clobber with
20107         incompatible type, build a new clobber with the right type instead
20108         of building a VIEW_CONVERT_EXPR around it.
20110 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
20112         PR tree-optimization/52171
20113         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
20114         by_pieces_ninsns instead of move_by_pieces_ninsns.
20116 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
20118         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
20119         for reg+reg addressing mode.
20121 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20123         * rs6000-c.c (c/c-tree.h): Add #include.
20124         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
20125         in C++ when found in the base position of vec_ld or vec_st.
20127 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
20129         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
20130         use of profile unless profile status is PROFILE_READ.
20131         * profile.c (compute_branch_probabilities): Set profile status
20132         only after reporting predictor hitrates.
20134 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
20136         PR target/71276
20137         PR target/71277
20138         * common.opt (ffp-int-builtin-inexact): New option.
20139         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
20140         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
20141         (ceil@var{m}2): Document dependence on this option.
20142         * ipa-inline-transform.c (inline_call): Handle
20143         flag_fp_int_builtin_inexact.
20144         * ipa-inline.c (can_inline_edge_p): Likewise.
20145         * config/i386/i386.md (rintxf2): Do not test
20146         flag_unsafe_math_optimizations.
20147         (rint<mode>2_frndint): New define_insn.
20148         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
20149         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
20150         for 387 instead of extending and truncating.
20151         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
20152         !flag_trapping_math instead of flag_unsafe_math_optimizations.
20153         Change to frndint<mode>2_<rounding>.
20154         (frndintxf2_<rounding>_i387): Likewise.  Change to
20155         frndint<mode>2_<rounding>_i387.
20156         (<rounding_insn>xf2): Likewise.
20157         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
20158         !flag_trapping_math instead of flag_unsafe_math_optimizations for
20159         x87.  Test TARGET_ROUND || !flag_trapping_math ||
20160         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
20161         SSE.  Use ROUND_NO_EXC in constant operand of
20162         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
20163         for 387 instead of extending and truncating.
20165 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
20166             Julia Koval  <julia.koval@intel.com>
20168         PR target/66960
20169         PR target/67630
20170         PR target/67634
20171         PR target/67841
20172         PR target/68037
20173         PR target/68618
20174         PR target/68661
20175         PR target/69575
20176         PR target/69596
20177         PR target/69734
20178         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
20179         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
20180         all registers, except for function return registers if there are
20181         no caller-saved registers.
20182         (ix86_set_func_type): New function.
20183         (ix86_set_current_function): Call ix86_set_func_type to set
20184         no_caller_saved_registers and func_type.  Call reinit_regs if
20185         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
20186         nor x87 instructions in interrupt handler nor function with
20187         no_caller_saved_registers attribute.
20188         (ix86_function_ok_for_sibcall): Return false if there are no
20189         caller-saved registers.
20190         (type_natural_mode): Don't warn ABI change for MMX in interrupt
20191         handler.
20192         (ix86_function_arg_advance): Skip for callee in interrupt handler.
20193         (ix86_function_arg): Return special arguments in interrupt handler.
20194         (ix86_promote_function_mode): Promote pointer to word_mode only
20195         for normal functions.
20196         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
20197         interrupt handler.
20198         (ix86_epilogue_uses): New function.
20199         (ix86_hard_regno_scratch_ok): Likewise.
20200         (ix86_save_reg): Preserve all registers in interrupt handler
20201         after reload.  Preserve all registers, except for function return
20202         registers, if there are no caller-saved registers after reload.
20203         (find_drap_reg): Always use callee-saved register if there are
20204         no caller-saved registers.
20205         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
20206         for interrupt handler.
20207         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
20208         Emit cld instruction if stringops are used in interrupt handler
20209         or interrupt handler isn't a leaf function.
20210         (ix86_expand_epilogue): Generate interrupt return for interrupt
20211         handler and pop the 'ERROR_CODE' off the stack before interrupt
20212         return in exception handler.
20213         (ix86_expand_call): Disallow calling interrupt handler directly.
20214         If there are no caller-saved registers, mark all registers that
20215         are clobbered by the call which returns as clobbered.
20216         (ix86_handle_no_caller_saved_registers_attribute): New function.
20217         (ix86_handle_interrupt_attribute): Likewise.
20218         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
20219         attributes.
20220         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
20221         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
20222         accumulation in interrupt function if stack may be realigned to
20223         avoid DRAP.
20224         (EPILOGUE_USES): New.
20225         (function_type): New enum.
20226         (machine_function): Add func_type and no_caller_saved_registers.
20227         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
20228         (interrupt_return): New pattern.
20229         * doc/extend.texi: Document x86 interrupt and
20230         no_caller_saved_registers attributes.
20232 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
20234         PR tree-optimization/52171
20235         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
20236         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
20237         Look for constant strings.  Move some code to emit_block_cmp_hints
20238         and use it.
20239         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
20240         * defaults.h (COMPARE_MAX_PIECES): New macro.
20241         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
20242         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
20243         (clear_by_pieces_1): Don't declare.  Move definition before use.
20244         (can_do_by_pieces): New static function.
20245         (can_move_by_pieces): Use it.  Return bool.
20246         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
20247         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
20248         (class pieces_addr); New.
20249         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
20250         pieces_addr::adjust, pieces_addr::increment_address,
20251         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
20252         functions for it.
20253         (class op_by_pieces_d): New.
20254         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
20255         functions for it.
20256         (class move_by_pieces_d, class compare_by_pieces_d,
20257         class store_by_pieces_d): New subclasses of op_by_pieces_d.
20258         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
20259         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
20260         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
20261         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
20262         compare_by_pieces_d::finish_mode): New member functions.
20263         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
20264         functions.
20265         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
20266         (emit_block_cmp_hints): New function.
20267         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
20268         use the newly defined classes.
20269         * expr.h (by_pieces_constfn): New typedef.
20270         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
20271         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
20272         (move_by_pieces_ninsns): Don't declare.
20273         (can_move_by_pieces): Change return value to bool.
20274         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
20275         (compare_by_pieces_branch_ratio): New hook.
20276         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
20277         (by_pieces_ninsns): Declare.
20278         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
20279         COMPARE_BY_PIECES.
20280         (default_compare_by_pieces_branch_ratio): New function.
20281         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
20282         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
20283         * doc/tm.texi: Regenerate.
20284         * tree-ssa-strlen.c: Include "builtins.h".
20285         (handle_builtin_memcmp): New static function.
20286         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
20287         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
20289 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
20291         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
20292         relevant stmts which are simple and invariant.
20293         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
20294         instead of simple and invariant
20296 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
20298         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
20299         (vectorizable_reduction): Check for new relevant state.
20300         (vectorizable_live_operation): vectorize live stmts using
20301         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
20302         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
20303         (vect_stmt_relevant_p): Check for stmts which are only used live.
20304         (process_use): Use of a stmt does not inherit it's live value.
20305         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
20306         (vect_analyze_stmt): Check for new relevant state.
20307         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
20308         outside the loop, but not inside it.
20310 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
20312         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
20313         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
20314         (vect_get_vec_def_for_operand): Split out code.
20316 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
20318         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
20320 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
20322         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
20324 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20326         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
20328 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
20330         PR middle-end/71387
20331         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
20332         to noreturn e->callee->decl that has void return type and void
20333         arguments, adjust gimple_call_fntype and remove lhs even if it had
20334         previously addressable type.
20336 2016-06-02  Jeff Law  <law@redhat.com>
20338         PR tree-optimization/71328
20339         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
20340         error when checking for a jump back onto the copied path.
20342 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
20344         * config/microblaze/microblaze.c (get_branch_target): Add return
20345         NULL_RTX for the non-CALL_P case.
20346         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
20347         (insert_wic): Remove unused local "j".
20349 2016-06-02  Martin Liska  <mliska@suse.cz>
20351         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
20353 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
20354             Julia Koval  <julia.koval@intel.com>
20356         * function.c (assign_parm_setup_stack): Force source into a
20357         register if needed.
20358         * target.def (function_incoming_arg): Update documentation to
20359         allow arbitrary address computation based on hard register.
20360         * doc/tm.texi: Regenerated.
20362 2016-06-02  Martin Liska  <mliska@suse.cz>
20364         * predict.c (combine_predictions_for_bb): Fix first match in
20365         cases where a first predictor contains more than one occurence
20366         in list of predictors.  Take the best value in such case.
20368 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20370         PR rtl-optimization/71295
20371         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
20372         offset would go over the size of the inner mode reject it.
20374 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
20376         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
20377         x=x,x and v=v,m instead of x=x,m.
20379         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
20380         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
20381         alternative to v=rm,C.
20383         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
20384         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
20385         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
20386         instead of vex for the last two above mentioned alternatives.
20388 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20390         PR target/70830
20391         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
20393 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
20395         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
20397 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
20399         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
20400         from int to unsigned.
20402 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
20404         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
20405         alternatives, eliminating preferred register class.  Add support
20406         for the MTVSRDD instruction in ISA 3.0.
20407         (vsx_splat_v4si_internal): Use splat_input_operand instead of
20408         reg_or_indexed_operand.
20409         (vsx_splat_v4sf_internal): Likewise.
20411 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
20413         PR target/71186
20414         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
20415         for loading up all 0's or all 1's.
20417 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20419         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
20421 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
20423         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
20424         extension.
20425         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
20426         * gcc.c (set_source_date_epoch_envvar): New function, sets
20427         the SOURCE_DATE_EPOCH environment variable to the current time.
20429 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
20431         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
20432         the factor for live Phi nodes.
20434 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
20436         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
20437         * tree-parloops.c (parallelize_loops): likewise.
20438         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
20439         tree_unswitch_outer_loop): likewise.
20441 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
20443         PR middle-end/71371
20444         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
20445         around creation of the temporary.
20447 2016-06-01  Richard Biener  <rguenther@suse.de>
20449         PR tree-optimization/71366
20450         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
20451         (unloop_loops): Move removing edges here ...
20452         (try_unroll_loop_completely): ... from here.
20453         (try_peel_loop): ... and here.
20454         (tree_unroll_loops_completely_1): Track parent loops via
20455         bitmap of header BBs.
20456         (tree_unroll_loops_completely): Adjust for that.
20458 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20460         * config/rs6000/altivec.h (vec_slv): New macro.
20461         (vec_srv): New macro.
20462         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
20463         (UNSPEC_VSRV): New value.
20464         (vslv): New insn.
20465         (vsrv): New insn.
20466         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
20467         (vsrv): New builtin definition.
20468         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
20469         define argument types for new builtin.
20470         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
20471         new builtin.
20472         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
20473         functions.
20475 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
20476             Jocelyn Mayer  <l_indien@magic.fr>
20478         PR target/67310
20479         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
20480         detect processor family for signature_CENTAUR_ebx.
20481         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
20482         signature_CENTAUR_ebx.
20483         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
20484         <default>: Pass x86-64 for has_longmode.
20486 2016-06-01  Nathan Sidwell  <nathan@acm.org>
20488         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
20489         undefined weak.
20491 2016-06-01  Richard Biener  <rguenther@suse.de>
20493         PR tree-optimization/71261
20494         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
20495         of stmts successfully put in the bool pattern.  Remove
20496         single-use restriction.
20497         (adjust_bool_pattern_cast): Add cast at the use site via the
20498         pattern def sequence.
20499         (adjust_bool_pattern): Remove recursion, maintain a hash-map
20500         of patterned defs.  Use the pattern def seqence instead of
20501         multiple independent patterns.
20502         (sort_after_uid): New qsort compare function.
20503         (adjust_bool_stmts): New function to process stmts in the bool
20504         pattern in IL order.
20505         (vect_recog_bool_pattern): Adjust.
20506         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
20507         (ifcvt_walk_pattern_tree): Likewise.
20508         (stmt_is_root_of_bool_pattern): Likewise.
20509         (ifcvt_repair_bool_pattern): Likewise.
20510         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
20512 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
20514         * loop-unroll.c (decide_unroll_constant_iterations,
20515         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
20516         likely upper bounds.
20517         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
20519 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
20521         * tree-core.h (enum omp_clause_code): Remove
20522         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
20524 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20526         * config/arm/sync.md (arm_store_exclusive<mode>):
20527         Use 'H' output modifier on operands[2] rather than creating a new
20528         entry in out-of-bounds memory of the operands array.
20529         (arm_store_release_exclusivedi): Likewise.
20531 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20533         * config/arm/arm.c (arm_fusion_enabled_p): New function.
20534         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
20535         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
20536         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
20538 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
20540         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
20541         into account live statements for mask producers.
20543 2016-06-01  Richard Biener  <rguenther@suse.de>
20545         PR tree-optimization/71311
20546         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
20547         restrict to non-INTEGER_CST @0.
20549 2016-06-01  Richard Biener  <rguenther@suse.de>
20551         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
20552         (relational patterns): Use :c to avoid pattern duplications.
20554 2016-06-01  Richard Biener  <rguenther@suse.de>
20556         * genmatch.c (comparison_code_p): New predicate.
20557         (swap_tree_comparison): New function.
20558         (commutate): Add for_vec parameter to append new for entries.
20559         Support commutating relational operators by swapping it alongside
20560         operands.
20561         (lower_commutative): Adjust.
20562         (dt_simplify::gen): Do not pass artificial operators to gen
20563         functions.
20564         (decision_tree::gen): Do not add artificial operators as parameters.
20565         (parser::parse_expr): Verify operator commutativity when :c is
20566         applied.  Allow :C to override this.
20567         * match.pd: Adjust patterns to use :C instead of :c where required.
20569 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
20571         PR tree-optimization/71077
20572         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
20573         the combining step, use boolean_false_node and boolean_true_node
20574         as the designated false/true return values.
20576 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
20578         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
20579         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
20580         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
20581         PRED_LOOP_EXIT.
20583 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
20585         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
20586         of flags impliying the register renaming.
20587         * toplev.c (process_options): Do not imply flag_rename_registers with
20588         loop peeling.
20590 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
20592         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
20593         default implementation.
20595 2016-05-31  Nathan Sidwell  <nathan@acm.org>
20597         * dwarf2out.c (cur_line_info_table): Add GTY marker.
20599 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
20601         * config/sh/constraints.md (b): Remove constraint.
20602         * config/sh/predicates.md (arith_reg_operand): Remove
20603         TARGET_REGISTER_P.
20604         * config/sh/sh-modes.def (PDI): Remove.
20605         * config/sh/sh.c (sh_target_reg_class,
20606         sh_optimize_target_register_callee_saved): Remove functions.
20607         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
20608         (sh_expand_epilogue): Update comment.
20609         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
20610         sh_secondary_reload): Remove TARGET_REGS related code.
20611         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
20612         TARGET_REGISTER_P): Remove macros.
20613         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
20614         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
20615         TR1_REG, TR2_REG): Remove constants.
20616         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
20618 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
20620         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
20621         define_expand patterns.
20622         (adddi3_compact): Rename to adddi3.
20623         (subdi3_compact): Rename to subdi3.
20624         (*negdi2): Rename to negdi2.
20625         (*abs<mode>2): Rename to abs<mode>2.
20627 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
20629         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
20630         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
20631         (atomic_sub_fetchsi): ... this new pattern.
20632         (mvtc): Add CC_REG clobber.
20634 2016-05-31  Marek Polacek  <polacek@redhat.com>
20636         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
20638 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20640         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
20641         aarch64_fusion_enabled_p to check for fusion capabilities.
20643 2016-05-31  Richard Biener  <rguenther@suse.de>
20645         PR tree-optimization/71352
20646         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
20647         minus one and a negate.
20649 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20651         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
20652         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
20653         Delete prototype.
20654         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
20655         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
20656         Remove use of aarch64_simd_attr_length_move, set length attribute
20657         directly.
20658         (*aarch64_be_movoi): Likewise.
20659         (*aarch64_be_movci): Likewise.
20660         (*aarch64_be_movxi): Likewise.
20662 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
20664         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
20665         It no longer does that.
20666         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
20668 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
20670         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
20671         attribute __unused__.
20673 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20675         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
20676         * config/arm/arm.c (arm_arch_thumb1): Define.
20677         (arm_option_override): Initialize arm_arch_thumb1.
20678         * config/arm/arm.h (arm_arch_thumb1): Declare.
20679         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
20680         support Thumb-1 ISA.
20682 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
20684         PR target/71346
20685         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
20686         `Yv' for scalar operand.
20688 2016-05-31  Tom de Vries  <tom@codesourcery.com>
20690         PR tree-optimization/69068
20691         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
20692         phis with more than two args.
20694 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
20696         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
20697         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
20698         target.
20700 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
20702         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
20703         tune_64.
20704         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
20705         support on SPARC.
20706         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
20707         cpu_32, cpu_64, tune_32 and tune_64.
20708         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
20710 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
20712         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
20714 2016-05-30  Andi Kleen  <ak@linux.intel.com>
20716         * auto-profile.c (read_profile): Replace asserts with errors
20717         when file does not exist.
20718         * gcov-io.c (gcov_read_words): Dito.
20720 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20722         * tree-cfg.c (print_loop): Print likely upper bounds.
20724 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20726         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
20727         * opts.c (default_options): Enable peel loops at -O3.
20728         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
20729         (try_peel_loop): Do not re-peel already peeled loops;
20730         use likely upper bounds; fix profile updating.
20731         (pass_complete_unroll::execute): Initialize peeled_loops.
20733 2016-05-30  Martin Liska  <mliska@suse.cz>
20735         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
20736         computed costs by frequency of BB they belong to.
20737         (get_scaled_computation_cost_at): New function.
20739 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
20740             Marc Glisse  <marc.glisse@inria.fr>
20742         PR tree-optimization/71289
20743         * match.pd (-1 / B < A, A > -1 / B): New transformations.
20745 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20747         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
20749 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20751         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
20752         for peeled copies; avoid underflow when updating estimates; correctly
20753         scale loop profile.
20755 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
20757         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
20758         r236875. Corrected oe3 to oe2 as obvious.
20760 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
20762         PR middle-end/71269
20763         PR middle-end/71252
20764         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
20765         that inserted stmt will not dominate stmts that defines its operand.
20766         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
20767         (rewrite_expr_tree_parallel): Likewise.
20769 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
20771         PR middle-end/71252
20772         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
20773         all fields including stmt_to_insert are swapped.
20775 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20777         * predict.h (force_edge_cold): Declare.
20778         * predict.c (force_edge_cold): New function.
20779         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
20780         updating.
20781         (canonicalize_loop_induction_variables): Fix formating.
20783 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
20785         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
20786         (visium_expand_copysign): Use gen_int_mode directly.
20787         (visium_compute_frame_size): Minor tweaks.
20789 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
20791         * tree-vect-loop.c (vect_analyze_loop_2): Use
20792         likely_max_stmt_executions_int.
20794 2016-05-30  Tom de Vries  <tom@codesourcery.com>
20796         PR tree-optimization/69067
20797         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
20799 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
20801         PR target/71245
20802         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
20803         New peepholes to remove unneeded fild/fistp pairs.
20804         (define_peephole2 atomic_loaddi_fpu): Ditto.
20806 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20808         * predict.c (maybe_hot_frequency_p): Avoid division.
20810 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
20812         * doc/install.texi: Use https for shop.fsf.org.
20814 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20816         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
20817         likely_max_stmt_executions_int.
20819 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20821         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
20822         likely_max_stmt_executions_int.
20824 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20826         * profile.c (compute_branch_probabilities): Do not report hitrates
20827         here.
20828         (branch_prob): Report hitrates here.
20829         * predict.c (gimple_predict_edge): Do not assert profile status;
20830         fix formatting issues.
20832 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20834         * predict.c (edge_predicted_by_p): New function.
20835         (predict_paths_for_bb): Do not put multiple predictions of the same type
20836         on one edge.
20838 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20840         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
20841         commit.
20843 2016-05-28  Alan Modra  <amodra@gmail.com>
20845         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
20847 2016-05-28  Alan Modra  <amodra@gmail.com>
20849         PR rtl-optimization/71275
20850         * ira.c (ira): Free dominance info.
20852 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
20854         * doc/sourcebuild.texi: New address for upstream Go repository.
20856 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20858         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
20859         (TARGET_ARM_V7M): Likewise.
20861 2016-05-26  Jeff Law  <law@redhat.com>
20863         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
20864         (thread_across_edge): Remove calls to find_jump_threads_backwards.
20865         * passes.def: Add jump threading passes before DOM/VRP.
20866         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
20867         argument to a basic block from an edge.  Remove tests which are
20868         handled elsewhere.
20869         (pass_data_thread_jumps, class pass_thread_jumps): New.
20870         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
20871         (make_pass_thread_jumps): Likewise.
20872         * tree-pass.h (make_pass_thread_jumps): Declare.
20874 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
20876         * config/visium/visium-protos.h (split_double_move): Rename into...
20877         (visium_split_double_move): ...this.
20878         (visium_split_double_add): Declare.
20879         * config/visium/visium.c (split_double_move): Rename into...
20880         (visium_split_double_move): ...this.
20881         (visium_split_double_add): New function.
20882         (visium_expand_copysign): Renumber operands for consistency.
20883         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
20884         (DFmode move splitter): Likewise.
20885         (*addi3_insn): Split by means of visium_split_double_add.
20886         (*adddi3_insn_flags): Delete.
20887         (*plus_plus_sltu<subst_arith>): New insn.
20888         (*subdi3_insn): Split by means of visium_split_double_add.
20889         (subdi3_insn_flags): Delete.
20890         (*minus_minus_sltu<subst_arith>): New insn.
20891         (*negdi2_insn): Split by means of visium_split_double_add.
20892         (*negdi2_insn_flags): Delete.
20894 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
20896         * configure.ac: Treat a --with-headers option without argument
20897         the same as the default (i.e. consult sys-include directory).
20898         * configure: Regenerate.
20900 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20902         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
20903         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
20904         prototype.
20905         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
20906         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
20908 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
20910         PR target/63596
20911         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
20912         tree-stdarg analysis results.
20913         (aarch64_setup_incoming_varargs): Likewise.
20915 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
20917         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
20918         va_list_gpr_counter_field and va_list_fpr_counter_field.
20920 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
20922         PR67609
20923         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
20924         * config/aarch64/aarch64.c
20925         (aarch64_cannot_change_mode_class): Remove function.
20926         * config/aarch64/aarch64-protos.h
20927         (aarch64_cannot_change_mode_class): Remove.
20929 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
20931         * cfgloop.c (record_niter_bound): Record likely upper bounds.
20932         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
20933         get_likely_max_loop_iterations_int): New.
20934         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
20935         any_likely_upper_bound.
20936         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
20937         Declare.
20938         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
20939         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
20940         upper bound.
20941         (unroll_loop_constant_iterations): Likewise.
20942         (unroll_loop_runtime_iterations): Likewise.
20943         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
20944         * lto-streamer-out.c (output_cfg): Likewise.
20945         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
20946         bounds.
20947         (canonicalize_loop_induction_variables): Dump likely upper bounds.
20948         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
20949         (likely_max_loop_iterations): New.
20950         (likely_max_loop_iterations_int): New.
20951         (likely_max_stmt_executions): New.
20952         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
20953         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
20954         likely_max_stmt_executions): Declare.
20956 2016-05-27  Marek Polacek  <polacek@redhat.com>
20958         PR middle-end/71308
20959         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
20961 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20963         * config/s390/s390.md (2x risbg splitters): Use
20964         reg_overlap_mentioned_p instead of rtx_equal_p.
20966 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20968         * combine.c (make_compound_operation): Take known zero bits into
20969         account when checking for possible zero_extend.
20971 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20973         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
20974         Use const_int_operand for operand 2 predicate.  Simplify expand code
20975         as a result.
20977 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
20979         PR middle-end/71279
20980         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
20981         into comparison.
20983 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20985         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
20986         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
20987         that returns CC_SESWPmode and CC_ZESWPmode.
20988         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
20989         and CC_SESWPmode.
20990         (aarch64_rtx_costs): Likewise.
20992 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
20994         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
20995         for ISA 3.0 min/max support.
20996         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
20997         conditional move support.
20998         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
20999         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
21000         available.
21001         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
21002         conditional moves where the comparison type is different from move
21003         type.
21004         (fp_minmax): New code iterator for smin/smax.
21005         (minmax): New code attributes for min/max.
21006         (SMINMAX): Likewise.
21007         (smax<mode>3): Combine min, max insns into one insn using the
21008         fp_minmax code iterator.  Add support for ISA 3.0 min/max
21009         instructions that don't need -ffast-math.
21010         (s<minmax><mode>3): Likewise.
21011         (smax<mode>3_vsx): Likewise.
21012         (smin<mode>3): Likewise.
21013         (s<minmax><mode>3_vsx): Likewise.
21014         (smin<mode>3_vsx): Likewise.
21015         (pre-VSX min/max splitters): Likewise.
21016         (s<minmax><mode>3_fpr): Likewise.
21017         (movsfcc): Rewrite floating point conditional moves to combine
21018         SFmode/DFmode into a single insn.
21019         (mov<mode>cc): Likewise.
21020         (movdfcc): Likewise.
21021         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
21022         SFDF2 iterators to handle all combinations.
21023         (fseldfsf4): Likewise.
21024         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
21025         (fseldfdf4): Likewise.
21026         (fselsfdf4): Likewise.
21027         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
21028         comparison instructions that set a 0/-1 mask, and use it for
21029         floating point conditional move via XXSEL.
21030         (fpmask<mode>): Likewise.
21031         (xxsel<mode>): Likewise.
21032         * config/rs6000/predicates.md (min_max_operator): Delete, no
21033         longer used.
21034         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
21035         instructions that generate a 0/-1 mask for use with XXSEL.
21036         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
21037         say whether floating point min/max is available, either through
21038         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
21039         (TARGET_MINMAX_DF): Likewise.
21041 2016-05-27  Alan Modra  <amodra@gmail.com>
21043         PR rtl-optimization/71275
21044         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
21045         for update_equiv_regs and combine_and_move_insns.
21047 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
21049         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
21050         if_then_else or cond RTXes to calculate attribute value.
21051         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
21052         <attr "length_immediate>: Ditto.
21053         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
21054         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
21055         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
21056         <attr "type">: Ditto.
21057         <attr "prefix_data16">: Ditto.
21058         <attr "prefix_extra">: Ditto.
21059         <attr "length_immediate">: Ditto.
21060         <attr "prefix">: Ditto.
21061         (vec_set<mode>_0) <attr "isa">: Ditto.
21062         <attr "prefix_extra">: Ditto.
21063         <attr "length_immediate">: Ditto.
21064         <attr "prefix">: Ditto.
21065         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
21066         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
21067         (sse2_storelpd) <attr "prefix_data16">: Ditto.
21068         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
21069         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
21070         <attr "length_immediate">: Ditto.
21071         <attr "prefix">: Ditto.
21072         (sse2_movsd) <attr "length_immediate">: Ditto.
21073         <attr "prefix">: Ditto.
21074         (vec_concatv2df)  <attr "isa">: Ditto.
21075         <attr "prefix">: Ditto.
21076         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
21077         (*vec_extractv2di_1) <attr "isa">: Ditto.
21078         <attr "type">: Ditto.
21079         <attr "length_immediate">: Ditto.
21080         <attr "prefix_rex">: Ditto.
21081         <attr "prefix_extra">: Ditto.
21082         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
21083         <attr "prefix_extra">: Ditto.
21084         <attr "length_immediate">: Ditto.
21085         (vec_concatv2di) <attr "isa">: Ditto.
21086         <attr "prefix_extra">: Ditto.
21087         <attr "length_immediate">: Ditto.
21088         <attr "prefix">: Ditto.
21090 2016-05-26  Martin Liska  <mliska@suse.cz>
21092         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
21093         function.
21094         (operator+): Likewise.
21095         (operator-): Likewise.
21096         (comp_cost::operator+=): Likewise.
21097         (comp_cost::operator-=): Likewise.
21098         (comp_cost::operator/=): Likewise.
21099         (comp_cost::operator*=): Likewise.
21100         (operator<): Likewise.
21101         (operator==): Likewise.
21102         (operator<=): Likewise.
21103         (new_cost): Remove.
21104         (infinite_cost_p): Likewise.
21105         (add_costs): Likewise.
21106         (sub_costs): Likewise.
21107         (compare_costs): Likewise.
21108         (set_group_iv_cost): Use the newly introduced functions.
21109         (get_address_cost): Likewise.
21110         (get_shiftadd_cost): Likewise.
21111         (force_expr_to_var_cost): Likewise.
21112         (split_address_cost): Likewise.
21113         (ptr_difference_cost): Likewise.
21114         (difference_cost): Likewise.
21115         (get_computation_cost_at): Likewise.
21116         (determine_group_iv_cost_generic): Likewise.
21117         (determine_group_iv_cost_address): Likewise.
21118         (determine_group_iv_cost_cond): Likewise.
21119         (autoinc_possible_for_pair): Likewise.
21120         (determine_group_iv_costs): Likewise.
21121         (cheaper_cost_pair): Likewise.
21122         (iv_ca_recount_cost): Likewise.
21123         (iv_ca_set_no_cp): Likewise.
21124         (iv_ca_set_cp): Likewise.
21125         (iv_ca_cost): Likewise.
21126         (iv_ca_new): Likewise.
21127         (iv_ca_dump): Likewise.
21128         (iv_ca_narrow): Likewise.
21129         (iv_ca_prune): Likewise.
21130         (iv_ca_replace): Likewise.
21131         (try_add_cand_for): Likewise.
21132         (try_improve_iv_set): Likewise.
21133         (find_optimal_iv_set): Likewise.
21135 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
21137         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
21138         that internal functions will clobber all caller-saved registers.
21140 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
21142         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
21143         Return a better case_values_threshold when optimizing.
21145 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
21147         * config/aarch64/aarch64-simd.md (aarch64_combinez):
21148         Add ? to integer variant.
21149         (aarch64_combinez_be): Likewise.
21151 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
21153         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
21154         instead of x constraint.
21155         (vcvtps2ph256<mask_name>): Likewise.
21157         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
21158         alternative.  Formatting fix.
21160         * config/i386/sse.md
21161         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
21162         to ...
21163         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
21164         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
21165         maybe_evex prefix instead of vex.
21166         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
21167         EXT_REX_SSE_REG_P (op0) case in the splitter.
21169 2016-05-25  Jeff Law  <law@redhat.com>
21171         PR tree-optimization/71272
21172         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
21173         Update comments.  Add test for empty path.
21175 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
21177         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
21178         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
21179         special case builtin.
21180         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
21181         code for ALTIVEC_BUILTIN_VEC_CMPNE.
21182         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
21183         for __builtin_vec_cmpne.
21185 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
21187         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
21188         redundant test and bail out if the type of the new operand is not
21189         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
21191 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
21193         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
21194         (x_ix86_target_flags_explicit): Remove.
21195         * config/i386/i386.c (ix86_function_specific_save): Do not copy
21196         x_ix86_target_flags_explicit.
21197         (ix86_function_specific_restore): Ditto.
21199 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
21200             H.J. Lu  <hongjiu.lu@intel.com>
21202         PR target/70738
21203         * common/config/i386/i386-common.c
21204         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
21205         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
21206         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
21207         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
21208         (-mgeneral-regs-only): Add new option.
21209         * config/i386/i386.c (ix86_option_override_internal): Don't enable
21210         x87 instructions if only general registers are allowed.
21211         (ix86_target_string): Add ix86_flags argument. Handle additional
21212         flags options through ix86_flags argument.  Update all callers.
21213         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
21215 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21217         PR rtl-optimization/66940
21218         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
21219         decrementing desired_val will not overflow before performing these
21220         operations.
21222 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
21224         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
21225         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
21226         * config/i386/i386.c (enum ix86_builtins): Add
21227         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
21228         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
21229         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
21230         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
21231         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
21232         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
21233         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
21234         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
21235         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
21236         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
21237         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
21238         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
21239         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
21240         __builtin_ia32_cvtps2dq512_mask.
21241         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
21242         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
21243         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
21244         * config/i386/sse.md
21245         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
21246         Rename to ...
21247         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
21248         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
21249         to ...
21250         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
21251         (avx512f_vec_pack_sfix_v8df): New define_expand.
21252         (avx512f_roundpd512): Rename to ...
21253         (avx512f_round<castmode>512): ... this.  Change iterator.
21254         (avx512f_roundps512_sfix): New define_expand.
21255         (round<mode>2_sfix): Change iterator.
21257 2016-05-25  Nick Clifton  <nickc@redhat.com>
21259         * config/msp430/msp430.c (msp430_attr): Produce an error if a
21260         static interrupt handler is detected.
21261         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
21262         default linker script.
21263         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
21264         the low part of a symbolic pointer.
21266 2016-05-25  Richard Biener  <rguenther@suse.de>
21268         PR tree-optimization/71261
21269         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
21270         interesting stmt instead of immediate uses when looking
21271         for the use operand to replace.
21273 2016-05-25  Martin Liska  <mliska@suse.cz>
21275         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
21277 2016-05-25  Richard Biener  <rguenther@suse.de>
21279         PR tree-optimization/71264
21280         * tree-vect-stmts.c (vect_init_vector): Properly deal with
21281         vector type val.
21283 2016-05-25  Martin Liska  <mliska@suse.cz>
21285         PR tree-optimization/71239
21286         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
21287         if DECL_SIZE is NULL.
21289 2016-05-25  Richard Biener  <rguenther@suse.de>
21291         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
21292         * tree-if-conv.c (pass_data_if_conversion): Use it.
21294 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21296         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
21297         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
21298         * varpool.c (varpool_node::get_availability): Likewise.
21300 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
21302         * config/rs6000/altivec.md (VNEG iterator): New iterator for
21303         VNEGW/VNEGD instructions.
21304         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
21305         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
21306         support for ISA 3.0 VNEGW/VNEGD instructions.
21308 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
21310         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
21311         pointers inside OACC_DATA regions.
21312         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
21313         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
21314         (gimplify_adjust_omp_clauses): Fix typo in comment.
21316 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
21318         * config/rs6000/altivec.md (VParity): New mode iterator for vector
21319         parity built-in functions.
21320         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
21321         zeros.
21322         (p9v_parity<mode>2): Likewise.
21323         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
21324         parity.
21325         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
21326         (parity<mode>2): ISA 3.0 expander for vector parity.
21327         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
21328         power9 built-ins.
21329         (BU_P9_64BIT_MISC_0): Likewise.
21330         (BU_P9_MISC_0): Likewise.
21331         (BU_P9V_AV_1): Likewise.
21332         (BU_P9V_AV_2): Likewise.
21333         (BU_P9V_AV_3): Likewise.
21334         (BU_P9V_AV_P): Likewise.
21335         (BU_P9V_VSX_1): Likewise.
21336         (BU_P9V_OVERLOAD_1): Likewise.
21337         (BU_P9V_OVERLOAD_2): Likewise.
21338         (BU_P9V_OVERLOAD_3): Likewise.
21339         (VCTZB): Add vector count trailing zeros support.
21340         (VCTZH): Likewise.
21341         (VCTZW): Likewise.
21342         (VCTZD): Likewise.
21343         (VPRTYBD): Add vector parity support.
21344         (VPRTYBQ): Likewise.
21345         (VPRTYBW): Likewise.
21346         (VCTZ): Add overloaded vector count trailing zeros support.
21347         (VPRTYB): Add overloaded vector parity support.
21348         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
21349         overloaded vector count trailing zeros and parity instructions.
21350         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
21351         vector parity support.
21352         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
21353         trailing zeros support.
21354         (vec_cntlz): Likewise.
21355         (vec_vctzb): Likewise.
21356         (vec_vctzd): Likewise.
21357         (vec_vctzh): Likewise.
21358         (vec_vctzw): Likewise.
21359         (vec_vprtyb): Add ISA 3.0 vector parity support.
21360         (vec_vprtybd): Likewise.
21361         (vec_vprtybw): Likewise.
21362         (vec_vprtybq): Likewise.
21363         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
21364         the ISA 3.0 vector count trailing zeros and vector parity built-in
21365         functions.
21367 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
21369         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
21370         when there is stmt_to_insert.
21372 2016-05-24  Martin Sebor  <msebor@redhat.com>
21374         PR c++/71147
21375         * tree.h (complete_or_array_type_p): New inline function.
21377 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
21379         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
21380         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
21381         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
21383         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
21384         Limit 1st alternative to noavx isa, split 2nd alternative into one
21385         noavx and one avx alternative, use *x and Bm in the former and
21386         x and m in the latter.
21388         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
21389         of sse4 for the first alternative, drop %v from the template
21390         and d operand modifier.  Split second alternative into one sse4_noavx
21391         and one avx alternative, use *x instead of *v in the former and v
21392         instead of *v in the latter.
21393         (*sse4_1_extractps): Use noavx isa instead of * for the first
21394         alternative, drop %v from the template.  Split second alternative into
21395         one noavx and one avx alternative, use *x instead of *v in the
21396         former and v instead of *v in the latter.
21397         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
21398         with noavx and the last one with avx.
21399         (sse4_1_phminposuw): Guard first alternative with noavx isa,
21400         split the second one into one noavx and one avx alternative,
21401         use *x and Bm in the former and x and m in the latter one.
21402         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
21403         alternatives.
21405         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
21406         first two alternatives to noavx, use *x instead of *v in the second
21407         one, add avx alternative without *.
21408         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
21409         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
21410         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
21412 2016-05-24  Jeff Law  <law@redhat.com>
21414         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
21415         New function, extracted from...
21416         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
21417         Allow simple copies and constant initializations in the SSA chain.
21419 2016-05-24  Marek Polacek  <polacek@redhat.com>
21421         PR c/71249
21422         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
21423         scope.
21425 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
21427         PR c++/71257
21428         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
21429         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
21430         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
21431         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
21432         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
21434 2016-05-24  Richard Biener  <rguenther@suse.de>
21436         PR tree-optimization/71240
21437         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
21438         has integral type.
21440 2016-05-24  Richard Biener  <rguenther@suse.de>
21442         PR tree-optimization/71230
21443         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
21445 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
21447         * tree-vectorizer.h (vectorizable_comparison): Delete.
21448         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
21449         PURE_SLP_STMT check.
21450         * tree-vect-stmts.c (vectorizable_call): Likewise.
21451         (vectorizable_simd_clone_call): Likewise.
21452         (vectorizable_conversion): Likewise.
21453         (vectorizable_assignment): Likewise.
21454         (vectorizable_shift): Likewise.
21455         (vectorizable_operation): Likewise.
21456         (vectorizable_load): Likewise.
21457         (vectorizable_condition): Likewise.
21458         (vectorizable_store): Likewise.  Assert that we don't have
21459         hybrid SLP.
21460         (vectorizable_comparison): Make static.  Remove redundant
21461         PURE_SLP_STMT check.
21462         (vect_transform_stmt): Assert that we always have an slp_node
21463         if PURE_SLP_STMT.
21465 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21467         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
21468         operands[2] against 1 with comparison against CONST1_RTX.
21469         (<shift>di3_neon): Likewise.
21470         * config/arm/predicates.md (const0_operand): Replace with comparison
21471         against CONST0_RTX.
21473 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21475         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
21476         operands[2] against 1 with comparison against CONST1_RTX.
21477         (ashrdi3): Likewise.
21478         (lshrdi3): Likewise.
21479         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
21480         UINTVAL.
21481         (ashrsi3): Likewise.
21482         (lshrsi3): Likewise.
21483         (rotrsi3): Likewise.
21484         (define_split above *compareqi_eq0): Likewise.
21485         (define_split above "prologue"): Likewise.
21486         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
21487         * config/arm/predicates.md (shift_operator): Likewise.
21488         (shift_nomul_operator): Likewise.
21489         (sat_shift_operator): Likewise.
21490         (thumb1_cmp_operand): Likewise.
21491         (const_neon_scalar_shift_amount_operand): Replace manual range
21492         check with IN_RANGE.
21493         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
21494         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
21496 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21498         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
21499         with HOST_WIDE_INT_1.
21500         (insv): Likewise.
21501         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
21502         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
21503         (arm_canonicalize_comparison): Likewise.
21504         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
21505         HOST_WIDE_INT_1.
21506         (thumb1_size_rtx_costs): Likewise.
21507         (vfp_const_double_index): Replace cast of 1 to unsigned
21508         HOST_WIDE_INT with HOST_WIDE_INT_1U.
21509         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
21510         HOST_WIDE_INT_1.
21511         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
21512         HOST_WIDE_INT with HOST_WIDE_INT_1U.
21513         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
21514         HOST_WIDE_INT with HOST_WIDE_INT_1.
21516 2016-05-24  Marek Polacek  <polacek@redhat.com>
21518         * tree-cfg.h (should_remove_lhs_p): New predicate.
21519         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
21520         * gimplify.c (gimplify_modify_expr): Likewise.
21521         * tree-cfg.c (verify_gimple_call): Likewise.
21522         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
21523         * gimple-fold.c: Include "tree-cfg.h".
21524         (gimple_fold_call): Use should_remove_lhs_p.
21526 2016-05-24  Richard Biener  <rguenther@suse.de>
21528         PR tree-optimization/71253
21529         * cfganal.h (control_dependences): Make robust against edge
21530         and BB removal.
21531         (control_dependences::control_dependences): Remove edge_list argument.
21532         (control_dependences::get_edge): Remove.
21533         (control_dependences::get_edge_src): Add.
21534         (control_dependences::get_edge_dest): Likewise.
21535         (control_dependences::m_el): Make a vector of edge src/dest index.
21536         * cfganal.c (control_dependences::find_control_dependence): Adjust.
21537         (control_dependences::control_dependences): Likewise.
21538         (control_dependences::~control_dependence): Likewise.
21539         (control_dependences::get_edge): Remove.
21540         (control_dependences::get_edge_src): Add.
21541         (control_dependences::get_edge_dest): Likewise.
21542         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
21543         get_edge_src.
21544         (perform_tree_ssa_dce): Adjust.
21545         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
21546         get_edge_src.
21547         (pass_loop_distribution::execute): Adjust.  Do loop destroying
21548         conditional on changed.
21550 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21552         PR target/69857
21553         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
21554         return.  Reindent transformation comment and mention the ARM state
21555         behavior.
21557 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
21559         PR middle-end/71252
21560         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
21561         after build_and_add_sum creates new use stmt.
21563 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
21565         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
21566         load_lanes/grouped_load classification comes first.  Don't check
21567         whether the vectorization factor is a multiple of the group size
21568         for load_lanes.
21570 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
21572         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
21573         GROUP_GAP for single-element interleaving.
21574         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
21575         variable.
21577 2016-05-24  Richard Biener  <rguenther@suse.de>
21579         PR middle-end/70434
21580         PR c/69504
21581         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
21582         bases which are accessed with non-invariant indices.
21583         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
21584         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
21586 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
21588         PR middle-end/71170
21589         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
21590         (add_to_ops_vec): Add stmt_to_insert.
21591         (add_repeat_to_ops_vec): Init stmt_to_insert.
21592         (insert_stmt_before_use): New.
21593         (transform_add_to_multiply): Remove mult_stmt insertion and add it
21594         to ops vector.
21595         (get_ops): Init stmt_to_insert.
21596         (maybe_optimize_range_tests): Likewise.
21597         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
21598         (rewrite_expr_tree_parallel): Likewise.
21599         (reassociate_bb): Likewise.
21601 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
21603         PR target/71201
21604         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
21605         ISA 3.0 xxperm fusion alternative.
21606         (altivec_vperm_v8hiv16qi): Likewise.
21607         (altivec_vperm_<mode>_uns_internal): Likewise.
21608         (vperm_v8hiv4si): Likewise.
21609         (vperm_v16qiv8hi): Likewise.
21611 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
21612             Kelvin Nilsen  <kelvin@gcc.gnu.org>
21614         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
21615         vpermr/xxpermr on ISA 3.0.
21616         (altivec_expand_vec_perm_le): Likewise.
21617         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
21618         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
21619         ISA 3.0.
21621 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
21623         * config/i386/i386.h (IS_STACK_MODE): Enable for
21624         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
21625         SSE_FLOAT_MODE_P macros.
21626         * config/i386/i386.c (ix86_preferred_reload_class): Use
21627         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
21628         Cleanup regclass processing for CONST_DOUBLE_P.
21629         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
21630         (ix86_rtx_costs): Remove redundant TARGET_80387 check
21631         with IS_STACK_MODE macro.
21632         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
21633         with TARGET_SSE2.
21634         (*movdf_internal): Use IS_STACK_MODE macro.
21635         (*movsf_internal): Ditto.
21637 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
21639         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
21640         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
21642 2016-05-23  Jeff Law  <law@redhat.com>
21644         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
21645         extracted from ...
21646         (fsm_find_control_statement_thread_paths): Call it.
21648 2016-05-23  Martin Jambor  <mjambor@suse.cz>
21650         PR ipa/71234
21651         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
21652         from_global_constant if t is not NULL.
21654 2016-05-23  Marek Polacek  <polacek@redhat.com>
21656         PR c/49859
21657         * common.opt (Wswitch-unreachable): New option.
21658         * doc/invoke.texi: Document -Wswitch-unreachable.
21659         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
21660         warning.
21662 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
21664         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
21665         TMR_INDEX is non-NULL.
21667 2016-05-23  Richard Biener  <rguenther@suse.de>
21669         PR tree-optimization/71230
21670         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
21671         (try_special_add_to_ops): ... here.  Always test for single-use.
21673 2016-05-23  Martin Jambor  <mjambor@suse.cz>
21675         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
21676         default block if a PHI node in the original one would be resized.
21678 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
21680         PR tree-optimization/58135
21681         * tree-vect-slp.c: When group size is not multiple
21682         of vector size, allow splitting of store group at
21683         vector boundary.
21685 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
21687         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
21689 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
21691         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
21692         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
21693         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
21694         of 64x2.
21696         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
21697         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
21698         v constraint instead of x and vinserti32x4 insn.
21700         * config/i386/sse.md (i128vldq): New mode iterator.
21701         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
21702         avx512dq and avx512vl alternatives.
21704         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
21705         constraint, use maybe_evex prefix instead of vex.
21706         (vec_dupv4sf): Use v constraint instead of x for output
21707         operand except for noavx alternative, use Yv constraint
21708         instead of x for input.  Use maybe_evex prefix instead of vex.
21709         (*vec_dupv4si): Likewise.
21710         (*vec_dupv2di): Likewise.
21712 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
21714         PR middle-end/40921
21715         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
21716         (linearize_expr_tree): Call try_special_add_to_ops.
21717         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
21719 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
21721         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
21722         to computed stack_usage.
21724 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
21726         PR target/71103
21727         * config/avr/avr.md (define_expand "mov<mode>"): If the source
21728         operand is subreg (symbol_ref) then move the symbol ref to register.
21730 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
21732         * tree.c (array_at_struct_end_p): Look through MEM_REF.
21734 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
21736         PR middle-end/71179
21737         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
21738         VECTOR type.
21740 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
21742         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
21743         ranges by calling get_single_symbol and tidy up.  Look more closely
21744         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
21746 2016-05-20  Jeff Law  <law@redhat.com>
21748         * bitmap.c (bitmap_find_bit): Remove useless test.
21750 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
21752         * function.c (thread_prologue_and_epilogue_insns): Commit the
21753         insertion of the epilogue.
21755 2016-05-20  Martin Jambor  <mjambor@suse.cz>
21757         PR tree-optimization/70884
21758         * tree-sra.c (initialize_constant_pool_replacements): Do not check
21759         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
21760         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
21761         of constant pool data as a reason for scalarization.
21763 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
21765         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
21766         for naked functions.
21767         (thumb1_expand_prologue): Likewise.
21769 2016-05-20  Nathan Sidwell  <nathan@acm.org>
21771         * config/nvptx/nptx.c (nvptx_option_override): Only set
21772         flag_toplevel_reorder, if not explicitly specified.  Set
21773         flag_no_common, unless explicitly specified.
21775 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
21777         * calls.c (can_implement_as_sibling_call_p): Mark param
21778         reg_parm_stack_space with ATTRIBUTE_UNUSED.
21780 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
21782         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
21783         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
21784         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
21785         constants.
21786         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
21787         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
21788         and CASE_CONST_ANY.
21790 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
21792         * config/nvptx/nvptx.md (sincossf3): New pattern.
21794 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
21796         * calls.c (maybe_complain_about_tail_call): New function.
21797         (initialize_argument_information): Call
21798         maybe_complain_about_tail_call when clearing *may_tailcall.
21799         (can_implement_as_sibling_call_p): Call
21800         maybe_complain_about_tail_call when returning false.
21801         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
21802         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
21803         if tail-call optimization fails.
21804         * cfgexpand.c (expand_call_stmt): Initialize
21805         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
21806         * gimple-pretty-print.c (dump_gimple_call): Dump
21807         gimple_call_must_tail_p.
21808         * gimple.c (gimple_build_call_from_tree): Call
21809         gimple_call_set_must_tail with the value of
21810         CALL_EXPR_MUST_TAIL_CALL.
21811         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
21812         (gimple_call_set_must_tail): New function.
21813         (gimple_call_must_tail_p): New function.
21814         * print-tree.c (print_node): Update printing of TREE_STATIC
21815         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
21816         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
21817         trailing comment listing applicable flags.
21818         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
21820 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
21822         * calls.c (expand_call): Move "Rest of purposes for tail call
21823         optimizations to fail" to...
21824         (can_implement_as_sibling_call_p): ...this new function, and
21825         split into multiple "if" statements.
21827 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
21829         * cfgloop.h (expected_loop_iterations_unbounded,
21830         expected_loop_iterations): Unconstify.
21831         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
21832         profile with known upper bound; return 3 when profile is absent.
21833         (expected_loop_iterations): Update.
21835 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
21837         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
21838         and get_max_loop_iterations_int.
21840 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
21842         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
21843         realistic upper bounds here.
21845 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
21847         PR c++/71210
21848         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
21849         calls if the LHS is variable length or has addressable type.
21850         If targets[0]->decl is a noreturn call with void return type and
21851         zero arguments, adjust fntype and remove lhs in that case.
21853 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
21855         PR tree-optimization/71079
21856         PR tree-optimization/71206
21857         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
21859 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21861         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
21862         (get_vec_alignment_for_array_decl): Likewise.
21863         (get_vec_alignment_for_record_decl): Likewise.
21864         (increase_alignment::execute): Move code to find alignment to
21865         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
21866         (type_align_map): New hash_map.
21868 2016-05-20  Richard Guenther  <rguenther@suse.de>
21870         PR tree-optimization/29756
21871         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
21872         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
21873         * fold-const.c (operand_equal_p): Likewise.
21874         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
21875         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
21876         * tree-inline.c (estimate_operator_cost): Likewise.
21877         * tree-pretty-print.c (dump_generic_node): Likewise.
21878         * tree-ssa-operands.c (get_expr_operands): Likewise.
21879         * cfgexpand.c (expand_debug_expr): Likewise.
21880         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
21881         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
21882         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
21883         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
21884         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
21885         (execute_update_addresses_taken): Do it.
21887 2016-05-20  Richard Biener  <rguenther@suse.de>
21889         PR tree-optimization/71185
21890         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
21891         register operations.
21893 2016-05-20  Richard Biener  <rguenther@suse.de>
21895         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
21896         gimple_seq_add_seq_without_update.
21897         (release_bb_predicate): Assert we have no operands to free.
21898         (if_convertible_loop_p_1): Calculate post dominators later.
21899         Do not free BB predicates here.
21900         (combine_blocks): Do not recompute BB predicates.
21901         (version_loop_for_if_conversion): Save BB predicates around
21902         loop versioning.
21904 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
21906         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
21907         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
21908         code.  Ignore sibcalls on EDGE_IGNORE edges.
21909         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
21910         on edges for sibcalls that run without prologue.  The rest of the
21911         function is combined from...
21912         (fix_fake_fallthrough_edge): ... this, and ...
21913         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
21914         function argument, make it a local variable.
21916 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
21918         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
21919         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
21920         for 32-bit mode and SEH for 64-bit.
21921         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
21922         TARGET_64BIT_DEFAULT.
21924 2016-05-19  Ryan Burn  <contact@rnburn.com>
21926         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
21927         * gengtype.c (open_base_files): Add cilk.h to ifiles.
21929 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
21931         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
21932         force pending loads from memory.
21934 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
21936         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
21937         (UNSPEC_DARN_32): New unspec constant.
21938         (UNSPEC_DARN_RAW): New unspec constant.
21939         (darn_32): New instruction.
21940         (darn_raw): New instruction.
21941         (darn): New instruction.
21942         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
21943         support and documentation for this macro.
21944         (BU_P9_MISC_1): New macro definition.
21945         (BU_P9_64BIT_MISC_0): New macro definition.
21946         (BU_P9_MISC_0): New macro definition.
21947         (darn_32): New builtin definition.
21948         (darn_raw): New builtin definition.
21949         (darn): New builtin definition.
21950         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
21951         RS6000_BUILTIN_0 directives to surround each occurrence of
21952         #include "rs6000-builtin.def".
21953         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
21954         RS6000_BTM_64BIT flags to the returned mask, depending on
21955         configuration.
21956         (def_builtin): Correct an error in the assignments made to the
21957         debugging variable attr_string.
21958         (rs6000_expand_builtin): Add support for no-operand built-in
21959         functions.
21960         (builtin_function_type): Remove fatal_error assertion that is no
21961         longer valid.
21962         (rs6000_common_init_builtins): Add support for no-operand built-in
21963         functions.
21964         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
21965         definition.
21966         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
21967         definition.
21968         (RS6000_BTM_64BIT): New macro definition.
21969         * doc/extend.texi: Document __builtin_darn (void),
21970         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
21971         functions.
21973 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
21975         * tree-vect-loop.c (vect_analyze_loop_2): Use also
21976         max_loop_iterations_int.
21978 2016-05-19  Marek Polacek  <polacek@redhat.com>
21980         PR tree-optimization/71031
21981         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
21982         condition and adjust the code a bit.
21984 2016-05-19  Martin Liska  <mliska@suse.cz>
21986         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
21987         auto_vec instead of vec.
21989 2016-05-19  Martin Liska  <mliska@suse.cz>
21991         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
21993 2016-05-19  Martin Liska  <mliska@suse.cz>
21995         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
21997 2016-05-19  Martin Liska  <mliska@suse.cz>
21999         * ipa-pure-const.c (set_function_state): Remove an existing
22000         funct_state.
22001         (remove_node_data): Do not free it as it's released
22002         in set_function_state.
22004 2016-05-19  Martin Liska  <mliska@suse.cz>
22006         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
22007         bitmap.
22009 2016-05-19  Martin Liska  <mliska@suse.cz>
22011         * omp-simd-clone.c (simd_clone_adjust): Release vector.
22013 2016-05-19  Martin Liska  <mliska@suse.cz>
22015         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
22016         an auto_vec instead of re-creating it.
22018 2016-05-19  Martin Liska  <mliska@suse.cz>
22020         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
22021         auto_vec instead of vec.
22023 2016-05-19  Martin Liska  <mliska@suse.cz>
22025         * lto-section-in.c (lto_get_section_data): Call
22026         lto_check_version with additional argument.
22027         * lto-streamer.c (lto_check_version): Add new argument.
22028         * lto-streamer.h (lto_check_version): Likewise.
22030 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22032         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
22033         Don't add cost of inner memory when handling sign-extended loads.
22035 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
22037         PR rtl-optimization/71148
22038         * cse.c (cse_main): Free dominance info.
22039         (rest_of_handle_cse): Don't free dominance info.
22040         (rest_of_handle_cse2): Likewise.
22041         (rest_of_handle_cse_after_global_opts): Likewise.
22043 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22045         PR target/71056
22046         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
22047         NULL_TREE early if NEON is not available.  Remove now redundant check
22048         in ARM_CHECK_BUILTIN_MODE.
22050 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
22052         PR sanitizer/64354
22053         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
22054         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
22055         * doc/cpp.texi: Document new macros.
22057 2016-05-19  Bin Cheng  <bin.cheng@arm.com>
22059         PR tree-optimization/69848
22060         * tree-vect-loop.c (vectorizable_reduction): Don't factor
22061         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
22063 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
22065         * function.c (thread_prologue_and_epilogue_insn): Move the
22066         "goto epilogue_done" one block later.
22068 2016-05-19  Richard Biener  <rguenther@suse.de>
22070         PR tree-optimization/70729
22071         * passes.def: Move LIM pass before PRE.  Remove no longer
22072         required copyprop and move first DCE out of the loop pipeline.
22074 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
22076         PR driver/69265
22077         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
22078         (OBJS-libcommon-target): ...here.
22079         * opts-common.c: Include spellcheck.h.
22080         (cmdline_handle_error): Build a vec of valid options and use it
22081         to suggest provide hints for misspelled arguments.
22083 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
22085         PR c++/71100
22086         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
22087         lhs if it has TREE_ADDRESSABLE type.
22089 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
22091         PR target/71145
22092         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
22093         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
22095 2016-05-18  Martin Jambor  <mjambor@suse.cz>
22097         PR ipa/69708
22098         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
22099         input for NOP_EXPR pass-through functions.
22100         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
22101         aggregate global constant VAR_DECLs in constant jump functions.
22103 2016-05-18  Martin Jambor  <mjambor@suse.cz>
22105         PR ipa/69708
22106         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
22107         from TREE_READONLY parameters.
22109 2016-05-18  Martin Jambor  <mjambor@suse.cz>
22111         PR ipa/69708
22112         * cgraph.h (cgraph_indirect_call_info): New field
22113         guaranteed_unmodified.
22114         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
22115         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
22116         appropriate.
22117         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
22118         pass the parameter value to ipa_find_agg_cst_for_param.
22119         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
22120         guaranteed_unmodified, store AA results there instead of bailing out
22121         if present.
22122         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
22123         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
22124         (find_constructor_constant_at_offset): New function.
22125         (ipa_find_agg_cst_from_init): Likewise.
22126         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
22127         static initializers of contants, report back through a new paameter
22128         from_global_constant if that was the case.
22129         (try_make_edge_direct_simple_call): Also pass parameter value to
22130         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
22131         appropriate.
22132         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
22133         (ipa_read_indirect_edge_info): Likewise.
22134         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
22135         (ipa_load_from_parm_agg): Likewise.
22137 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
22139         PR rtl-optimization/71150
22140         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
22141         check.
22143 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
22145         PR target/70915
22146         * config/rs6000/constraints.md (wE constraint): New constraint
22147         for a vector constant that can be loaded with XXSPLTIB.
22148         (wM constraint): New constraint for a vector constant of a 1's.
22149         (wS constraint): New constraint for a vector constant that can be
22150         loaded with XXSPLTIB and a vector sign extend instruction.
22151         * config/rs6000/predicates.md (xxspltib_constant_split): New
22152         predicates for wE/wS constraints.
22153         (xxspltib_constant_nosplit): Likewise.
22154         (easy_vector_constant): Add support for constants that can be
22155         loaded via XXSPLTIB.
22156         (all_ones_constant): New predicate for vector constant with all
22157         1's set.
22158         (splat_input_operand): Add support for ISA 3.0 word splat operations.
22159         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
22160         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
22161         instruction and possibly with a sign extension.
22162         (output_vec_const_move): Add support for XXSPLTIB. If we are
22163         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
22164         instead of XXLXOR/XXLORC.
22165         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
22166         operations.
22167         (rs6000_legitimize_reload_address): Likewise.
22168         (rs6000_output_move_128bit): Use output_vec_const_move to emit
22169         constants.
22170         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
22171         combine VSX_M and VSX_M2 into one iterator.
22172         (VSX_M2): Likewise.
22173         (VSINT_84): New iterators for loading constants with XXSPLTIB.
22174         (VSINT_842): Likewise.
22175         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
22176         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
22177         XXSPLTIB instruction.
22178         (xxspltib_<mode>_nosplit): Likewise.
22179         (xxspltib_<mode>_split): New insn to load up constants with
22180         XXSPLTIB and a sign extend instruction.
22181         (vsx_mov<mode>): Replace single move that handled all vector types
22182         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
22183         moves (when -mvsx-timode is in effect) into the main vector
22184         moves.  Eliminate separate moves for <VSr> <VSa>, where the
22185         preferred register class (<VSr>) is listed first, and the
22186         secondary register class (<VSa>) is listed second with a '?' to
22187         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
22188         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
22189         that if the register was involved in a slow operation, the
22190         clear/set operation does not wait for the slow operation to
22191         finish.  Adjust the length attributes for 32-bit mode.  Use
22192         rs6000_output_move_128bit and drop the use of the string
22193         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
22194         spacing so that the alternatives and attributes don't generate
22195         long lines, and put things in columns, so that it is easier to
22196         match up the operands and attributes with the insn alternatives.
22197         (vsx_mov<mode>_64bit): Likewise.
22198         (vsx_mov<mode>_32bit): Likewise.
22199         (vsx_movti_64bit): Fold movti into normal vector moves.
22200         (vsx_movti_32bit): Likewise.
22201         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
22202         splat instructions.
22203         (vsx_splat_v4si_internal): Likewise.
22204         (vsx_splat_v4sf_internal): Likewise.
22205         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
22206         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
22207         extend vector elements.
22208         (vsx_sign_extend_hi_<mode>): Likewise.
22209         (vsx_sign_extend_si_v2di): Likewise.
22210         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
22211         declaration.
22212         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
22213         constraints.  Add trailing period to wL documentation.
22215 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
22217         PR middle-end/71020
22218         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
22219         * tree-dfa.c (replace_abnormal_ssa_names): New function.
22220         * tree-call-cdce.c: Include tree-dfa.h.
22221         (can_guard_call_p): New function, extracted from...
22222         (can_use_internal_fn): ...here.
22223         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
22224         and return void.
22225         (shrink_wrap_one_built_in_call): Likewise.
22226         (use_internal_fn): Likewise.
22227         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
22228         and return void.  Call replace_abnormal_ssa_names.
22229         (pass_call_cdce::execute): Check can_guard_call_p during the
22230         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
22231         will always change something.
22233 2016-05-18  Martin Jambor  <mjambor@suse.cz>
22235         PR ipa/70646
22236         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
22237         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
22239 2016-05-18  Martin Jambor  <mjambor@suse.cz>
22241         PR ipa/70646
22242         * ipa-inline.h (condition): New field size.
22243         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
22244         for comaprison and store it into the new condition.
22245         (evaluate_conditions_for_known_args): Use condition size to check
22246         access sizes for all but CHANGED conditions.
22247         (unmodified_parm_1): New parameter size_p, store access size into it.
22248         (unmodified_parm): Likewise.
22249         (unmodified_parm_or_parm_agg_item): Likewise.
22250         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
22251         (set_cond_stmt_execution_predicate): Extract access sizes and store
22252         them to conditions.
22253         (set_switch_stmt_execution_predicate): Likewise.
22254         (will_be_nonconstant_expr_predicate): Likewise.
22255         (will_be_nonconstant_predicate): Likewise.
22256         (inline_read_section): Stream condition size.
22257         (inline_write_summary): Likewise.
22259 2016-05-18  Richard Biener  <rguenther@suse.de>
22261         * tree-ssa-loop-im.c (determine_max_movement): Properly add
22262         condition cost to PHI cost instead of total_cost.
22264 2016-05-18  Martin Liska  <mliska@suse.cz>
22266         PR fortran/70856
22267         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
22268         merged variables.
22270 2016-05-18  Richard Biener  <rguenther@suse.de>
22272         * lto-streamer.h (LTO_major_version): Bump to 6.
22274 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
22276         * function.c (make_split_prologue_seq, make_prologue_seq,
22277         make_epilogue_seq): New functions, factored out from...
22278         (thread_prologue_and_epilogue_insns): Here.
22280 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
22282         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
22283         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
22284         of before.  Add a comment.
22286 2016-05-18  Bin Cheng  <bin.cheng@arm.com>
22288         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
22289         expression pointer, not pointer to the pointer.
22291 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
22293         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
22294         (avx2_pbroadcast<mode>): Add another alternative with v instead
22295         of x constraints in it, using <pbroadcast_evex_isa> isa.
22296         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
22298         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
22299         constraint x instead of v in second alternative, add avx512bw
22300         alternative.
22302         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
22303         constraint x instead of v in second alternative, add avx512bw
22304         alternative.
22306         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
22307         constraint x instead of v in second alternative, add avx512bw
22308         alternative.
22310         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
22311         avx512bw alternative.
22313 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
22315         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
22316         array to 128 chars.
22317         (define_insn "*andnottf3"): Ditto.
22318         (define_insn "*<code><mode>3"/any_logic): Ditto.
22319         (define_insn "*<code>tf3"/any_logic): Ditto.
22320         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
22321         operand to block AVX-512VL insn variant emit when it is not enabled.
22323 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
22325         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
22326         constraint fot SF mode.
22328 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
22329             Kirill Yukhin  <kirill.yukhin@intel.com>
22331         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
22332         modifiers.
22333         (define_insn "rsqrt14<mode>"): Ditto.
22334         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
22335         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
22336         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
22337         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
22338         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
22339         Ditto.
22340         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
22341         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
22342         * config/i386/i386.c (ix86_print_operand): Expand check for size
22343         override codes for Intel syntax.
22345 2016-05-18  Richard Biener  <rguenther@suse.de>
22347         PR tree-optimization/71168
22348         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
22349         initialization earlier.
22351 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
22353         * config/aarch64/aarch64-simd.md
22354         (aarch64_reduc_plus_internal<mode>): Rename to...
22355         (reduc_plus_scal): ...This, and remove previous implementation.
22357 2016-05-18  Richard Biener  <rguenther@suse.de>
22359         * passes.def: Put late dse and cd_dce in canonical order.
22361 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
22363         * ipa-inline-transform.c (preserve_function_body_p): Look for
22364         first non-thunk clone.
22365         (save_function_body): Save into first non-thunk.
22366         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
22367         up call stmt id.
22368         (lto_output_node): Inline thunks don't need body in every
22369         partition.
22370         * lto-streamer-in.c: Do not fixup thunk clones.
22371         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
22372         thunks.
22373         * tree-inline.c (copy_bb): Be prepared for target node to be new after
22374         folding suceeds.
22376 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
22378         PR middle-end/63586
22379         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
22380         (reassociate_bb): Call transform_add_to_multiply.
22382 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
22384         * config/aarch64/aarch64.c (all_extensions): Removed unused
22385         static variable.
22387 2016-05-17  Nathan Sidwell  <nathan@acm.org>
22389         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
22390         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
22392 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
22394         PR tree-optimization/54579
22395         PR middle-end/55299
22396         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
22398 2016-05-17  Marek Polacek  <polacek@redhat.com>
22400         PR ipa/71146
22401         * tree-inline.c (expand_call_inline): Call
22402         maybe_remove_unused_call_args.
22404 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
22406         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
22407         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
22408         * doc/md.texi (fmin@var{m}3): Likewise.
22410 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
22412         * match.pd (X & C): New transformation.
22414 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
22416         * match.pd (~X & Y): New transformation.
22418 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
22420         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
22421         information for new SSA_NAME.
22422         (simplify_conversion_using_ranges): Get range through get_range_info
22423         instead of get_value_range.
22425 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
22427         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
22428         Remove inline assembly.
22429         (vmvn_s16): Likewise.
22430         (vmvn_s32): Likewise.
22431         (vmvn_u8): Likewise.
22432         (vmvn_u16): Likewise.
22433         (vmvn_u32): Likewise.
22434         (vmvnq_s8): Likewise.
22435         (vmvnq_s16): Likewise.
22436         (vmvnq_s32): Likewise.
22437         (vmvnq_u8): Likewise.
22438         (vmvnq_u16): Likewise.
22439         (vmvnq_u32): Likewise.
22440         (vmvn_p8): Likewise.
22441         (vmvnq_p16): Likewise.
22443 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
22445         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
22446         Use builtin.
22447         (vmul_n_s16): Likewise.
22448         (vmul_n_s32): Likewise.
22449         (vmul_n_u16): Likewise.
22450         (vmul_n_u32): Likewise.
22451         (vmulq_n_f32): Likewise.
22452         (vmulq_n_f64): Likewise.
22453         (vmulq_n_s16): Likewise.
22454         (vmulq_n_s32): Likewise.
22455         (vmulq_n_u16): Likewise.
22456         (vmulq_n_u32): Likewise.
22458 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
22460         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
22461         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
22463 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
22465         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
22466         to *aarch64_fma4_elt_from_dup<mode>.
22467         (*aarch64_fnma4_elt_to_128df): Rename to
22468         *aarch64_fnma4_elt_from_dup<mode>.
22469         * config/aarch64/arm_neon.h (vfma_n_f64): New.
22470         (vfms_n_f32): Likewise.
22471         (vfms_n_f64): Likewise.
22472         (vfmsq_n_f32): Likewise.
22473         (vfmsq_n_f64): Likewise.
22475 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
22477         * wide-int.h: Change fixed_wide_int_storage from class to struct.
22479 2016-05-17  Richard Biener  <rguenther@suse.de>
22481         PR tree-optimization/71132
22482         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
22483         Only add control dependences for blocks in the loop.
22484         (build_rdg): Adjust.
22485         (generate_code_for_partition): Return whether loop should
22486         be destroyed and delay that.
22487         (distribute_loop): Likewise.
22488         (pass_loop_distribution::execute): Record loops to be destroyed
22489         and perform delayed destroying of loops.
22491 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22493         PR target/70809
22494         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
22496 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
22498         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
22500 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
22502         PR target/71114
22503         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
22504         insertion point for instructions generated by validize_mem.
22506 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
22508         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
22509         in brackets.
22511 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
22513         * config/aarch64/aarch64.c
22514         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
22515         rather than a macro.
22517 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
22519         * doc/invoke.texi (AArch64 Options): Various updates.
22521 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
22523         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
22524         into instrumentation thunks.
22525         * cif-code.def (CIF_CHKP): New.
22527 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
22529         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
22531 2016-05-16  Martin Jambor  <mjambor@suse.cz>
22533         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
22534         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
22536 2016-05-16  Marek Polacek  <polacek@redhat.com>
22538         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
22539         commentary.
22541 2016-05-16  Martin Jambor  <mjambor@suse.cz>
22543         PR hsa/70857
22544         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
22545         the outlined kernel function.
22547 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
22549         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
22550         (ISA_HAS_DLSA): Ditto.
22552 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
22554         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
22556 2016-05-16  Nathan Sidwell  <nathan@acm.org>
22558         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
22559         (nvptx_name_replacement): Restore.  Add comment.
22560         (write_fn_proto, write_fn_proto_from_insn,
22561         nvptx_output_call_insn): Restore
22562         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
22564 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
22566         * config/aarch64/aarch64.md
22567         (add<mode>3_compareC_cconly_imm): Remove use of %w.
22568         (add<mode>3_compareC_imm): Likewise.
22569         (<optab>si3_uxtw): Split into register and immediate variants.
22570         (andsi3_compare0_uxtw): Likewise.
22571         (and<mode>3_compare0): Likewise.
22572         (and<mode>3nr_compare0): Likewise.
22573         (stack_protect_test_<mode>): Don't use %x for memory operands.
22575 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
22577         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
22579 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
22581         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
22582         Split integer shifts into shift_reg and bfm.
22583         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
22584         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
22585         (ror<mode>3_insn): Likewise.
22586         (<optab>si3_insn_uxtw): Likewise.
22587         (<optab><mode>3_insn): Change to rotate_imm.
22588         (extr<mode>5_insn_alt): Likewise.
22589         (extrsi5_insn_uxtw): Likewise.
22590         (extrsi5_insn_uxtw_alt): Likewise.
22592 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
22594         * doc/tm.texi: Regenerate.
22595         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
22596         (TARGET_INVALID_RETURN_TYPE): Remove.
22597         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
22598         TARGET_INVALID_RETURN_TYPE.
22599         * target.def (invalid_parameter_type): Remove.
22600         (invalid_return_type): Remove.
22602 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
22604         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
22605         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
22606         calls from thunk.
22607         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
22608         gimple body.
22609         (preserve_function_body_p): No need to preserve function body
22610         * cif-codes.def (CIF_THUNK): Remove.
22611         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
22613 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
22615         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
22617 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
22619         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
22620         for thunks.
22622 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
22624         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
22625         (inline_small_functions): Do not look for function symbol when
22626         resetting caches.
22628 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
22630         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
22631         of inline thunks
22633 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
22634             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22635             Jiong Wang  <jiong.wang@arm.com>
22637         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
22638         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
22639         Define __ARM_FP16_ARGS when appropriate.
22640         * config/arm/arm.c (arm_invalid_parameter_type): Remove
22641         declaration.
22642         (arm_invalid_return_type): Likewise.
22643         (TARGET_INVALID_PARAMETER_TYPE): Remove.
22644         (TARGET_INVALID_RETURN_TYPE): Remove.
22645         (aapcs_vfp_sub_candidate): Allow HFmode.
22646         (aapcs_vfp_allocate): Add comment.  Support HFmode.
22647         (aapcs_vfp_allocate_return_reg): Likewise.
22648         (struct aapcs_cp_arg_layout): Slightly reword comments for
22649         is_return_candidate and allocate_return_reg.
22650         (output_mov_vfp): Update assert.
22651         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
22652         condition.
22653         (arm_invalid_parameter_type): Remove.
22654         (amr_invalid_return_type): Remove.
22655         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
22656         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
22657         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
22659 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
22661         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
22662         * config/aarch64/arch64-protos.h
22663         (aarch64_legitimize_reload_address): Remove.
22664         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
22665         Remove.
22667 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
22669         * configure.ac: Add ACX_NONCANONICAL_HOST.
22670         * configure: Regenerate.
22671         * Makefile.in: Set host_noncanonical.
22673 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
22675         PR target/71097
22676         * config/i386/i386.md (*movtf_internal): Before register allocation,
22677         do not allow FP constants for CM_MEDIUM memory model, allow only
22678         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
22679         (*movxf_internal): Ditto.
22680         (*movdf_internal): Ditto.
22681         (*movsf_internal): Ditto.
22683 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
22685         PR rtl-optimization/67483
22686         * combine.c (make_compound_operation): Don't call extract_left_shift
22687         with negative shift amounts.
22689 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
22691         PR bootstrap/71071
22692         * fold-const.c (fold_checksum_tree): Allow modification
22693         of TYPE_ALIAS_SET during folding.
22695         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
22696         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
22697         (ix86_split_to_parts): Likewise.  Fix up formatting.
22699 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
22701         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
22702         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
22703         printf format.
22705 2016-05-13  Nathan Sidwell  <nathan@acm.org>
22707         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
22708         (nvptx_name_replacement): Delete.
22709         (write_fn_proto, write_fn_proto_from_insn,
22710         nvptx_output_call_insn): Remove nvptx_name_replacement call.
22711         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
22712         * langhooks.c (add_builtin_funcction_common): Call
22713         targetm.mangle_decl_assembler_name.
22715         * config/nvptx/nvptx.c (write_fn_proto): Handle
22716         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
22718 2016-05-13  Martin Liska  <mliska@suse.cz>
22720         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
22721         and PRIu64 in printf format.
22723 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22725         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
22726         comment.
22728 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22730         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
22731         Change --param max-completely-peeled-times to
22732         --param max-completely-peel-times in dump file printing.
22734 2016-05-13  Richard Biener  <rguenther@suse.de>
22736         PR tree-optimization/42587
22737         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
22738         (find_bswap_or_nop_1): Likewise.
22739         (bswap_replace): Likewise.
22741 2016-05-13  Martin Liska  <mliska@suse.cz>
22743         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
22744         Initialize a variable with default value.
22746 2016-05-13  Martin Liska  <mliska@suse.cz>
22748         * doc/invoke.texi: Enhance explanation of error recovery
22749         of sanitizers.
22751 2016-05-13  Martin Liska  <mliska@suse.cz>
22753         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
22754         (struct cost_pair): Change inv_expr_id (int) to inv_expr
22755         (iv_inv_expr_ent *).
22756         (struct iv_inv_expr_ent): Comment struct fields.
22757         (sort_iv_inv_expr_ent): New function.
22758         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
22759         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
22760         a hash_map between iv_inv_expr_ent and number of usages.
22761         (niter_for_exit): Fix coding style.
22762         (tree_ssa_iv_optimize_init): Use renamed variable.
22763         (determine_base_object): Fix coding style.
22764         (alloc_iv): Likewise.
22765         (find_interesting_uses_outside): Likewise.
22766         (add_candidate_1): Likewise.
22767         (add_standard_iv_candidates): Likewise.
22768         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
22769         (prepare_decl_rtl): Fix coding style.
22770         (get_address_cost): Likewise.
22771         (get_shiftadd_cost): Likewise.
22772         (force_expr_to_var_cost): Likewise.
22773         (compare_aff_trees): Likewise.
22774         (get_expr_id): Restructure the function.
22775         (get_loop_invariant_expr_id): Renamed to
22776         get_loop_invariant_expr.
22777         (get_computation_cost_at): Replace usage of inv_expr_id with
22778         inv_expr.
22779         (get_computation_cost): Likewise.
22780         (determine_group_iv_cost_generic): Likewise.
22781         (determine_group_iv_cost_address): Likewise.
22782         (iv_period): Fix coding style.
22783         (iv_elimination_compare_lt): Likewise.
22784         (may_eliminate_iv): Likewise.
22785         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
22786         inv_expr.
22787         (determine_group_iv_costs): Dump invariant expressions.
22788         (iv_ca_recount_cost): Use the newly added hash_map.
22789         (iv_ca_set_remove_invariants): Fix coding style.
22790         (iv_ca_set_add_invariants): Fix coding style.
22791         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
22792         invariants.
22793         (iv_ca_set_cp): Likewise.
22794         (iv_ca_new): Initialize the newly added hash_map and remove
22795         initialization of fields.
22796         (iv_ca_free): Delete the hash_map.
22797         (iv_ca_dump): Dump invariant expressions.
22798         (iv_ca_extend): Fix coding style.
22799         (try_add_cand_for): Likewise.
22800         (create_new_ivs): Dump information about # of avg iterations and
22801         # of used invariant expressions.
22802         (rewrite_use_compare): Fix coding style.
22803         (free_loop_data): Set default value for max_inv_expr_id.
22805 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
22807         * cse.c (rest_of_handle_cse): Use cleanup_cfg
22808         returned value cse_cfg_altered computation.
22809         (rest_of_handle_cse2): Likewise.
22810         (rest_of_handle_cse_after_global_opts): Likewise.
22812 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22814         PR target/53440
22815         * config/arm/arm.c (arm32_output_mi_thunk): New.
22816         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
22817         to split Thumb1 vs TARGET_32BIT functionality.
22818         (arm_thumb1_mi_thunk): New.
22820 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22822         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
22823         to true.
22825 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22827         PR target/71080
22828         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
22830 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
22832         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
22833         (expand_builtin_trap): Emit a regular call.
22834         (set_builtin_user_assembler_name): Remove obsolete cases.
22835         * dse.c (scan_insn): Adjust.
22836         * except.c: Include calls.h.
22837         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
22838         emit a regular call to setjmp.
22839         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
22840         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
22841         (emit_block_move_via_libcall): Delete.
22842         (block_move_fn): Delete.
22843         (init_block_move_fn): Likewise.
22844         (emit_block_move_libcall_fn): Likewise.
22845         (emit_block_op_via_libcall): New function.
22846         (set_storage_via_libcall): Tidy up and use memset builtin.
22847         (block_clear_fn): Delete.
22848         (init_block_clear_fn): Likewise.
22849         (clear_storage_libcall_fn): Likewise.
22850         (expand_assignment): Call emit_block_move_via_libcall.
22851         Do not include gt-expr.h.
22852         * expr.h (emit_block_op_via_libcall): Declare.
22853         (emit_block_copy_via_libcall): New inline function.
22854         (emit_block_move_via_libcall): Likewise.
22855         (emit_block_comp_via_libcall): Likewise.
22856         (block_clear_fn): Delete.
22857         (init_block_move_fn): Likewise.
22858         (init_block_clear_fn): Likewise.
22859         (emit_block_move_via_libcall): Likewise.
22860         (set_storage_via_libcall): Add default parameter value.
22861         * libfuncs.h (enum libfunc_index): Remove obsolete values.
22862         (abort_libfunc): Delete.
22863         (memcpy_libfunc): Likewise.
22864         (memmove_libfunc): Likewise.
22865         (memcmp_libfunc): Likewise.
22866         (memset_libfunc): Likewise.
22867         (setbits_libfunc): Likewise.
22868         (setjmp_libfunc): Likewise.
22869         (longjmp_libfunc): Likewise.
22870         (profile_function_entry_libfunc): Likewise.
22871         (profile_function_exit_libfunc): Likewise.
22872         (gcov_flush_libfunc): Likewise.
22873         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
22874         and DECL_VISIBILITY on the declaration.
22875         (init_optabs): Do not initialize obsolete libfuncs.
22876         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
22877         * tree-core.h (ECF_RET1): Define.
22878         (ECF_TM_PURE): Adjust.
22879         (ECF_TM_BUILTIN): Likewise.
22880         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
22881         (build_common_builtin_nodes): Initialize abort builtin.
22882         Add ECF_RET1 on memcpy, memmove and memset builtins.
22883         Pass final flags for alloca and alloca_with_align builtins.
22884         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
22885         obsolete builtins.
22886         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
22887         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
22888         set_storage_via_libcall and call emit_block_copy_via_libcall.
22890 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
22892         * config/i386/i386.md (*call_got_x32): Change operand 0 to
22893         DImode before it is passed to ix86_output_call_operand.
22894         (*call_value_got_x32): Ditto for operand 1.
22896 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
22898         PR rtl-optimization/70904
22899         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
22900         reload for wide mode.
22902 2016-05-12  Marek Polacek  <polacek@redhat.com>
22904         PR c/70756
22905         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
22906         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
22907         * langhooks.h (incomplete_type_error): Likewise.
22908         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
22909         parameter, pass it down to incomplete_type_error.
22910         * tree.h (size_in_bytes): New inline overload.
22911         (size_in_bytes_loc): Renamed from size_in_bytes.
22913 2016-05-12  Richard Biener  <rguenther@suse.de>
22915         PR tree-optimization/71059
22916         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
22917         nary before looking up or entering the expression into the VN
22918         hashes.
22919         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
22920         Make sure to re-use NARYs without result as inserted by
22921         phi-translation.
22923 2016-05-12  Richard Biener  <rguenther@suse.de>
22925         PR tree-optimization/71062
22926         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
22927         field.
22928         * tree-ssa-structalias.c (set_uids_in_ptset): Set
22929         vars_contains_restrict if the var is a restrict tag.
22930         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
22931         do not disambiguate pointers against it.
22932         (dump_points_to_solution): Re-structure and adjust for new
22933         vars_contains_restrict flag.
22934         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
22936 2016-05-12  Martin Liska  <mliska@suse.cz>
22938         * doc/invoke.texi: Explain connection between
22939         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
22941 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
22943         PR tree-optimization/71006
22944         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
22945         consider COND_EXPR as a mask producer.
22947 2016-05-12  Marek Polacek  <polacek@redhat.com>
22949         PR driver/71063
22950         * opts.c (common_handle_option): Detect missing argument for --help^.
22952 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22954         PR target/70830
22955         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
22956         when popping the PC and within an interrupt handler routine.
22957         Add missing tab to output of "ldmfd".
22958         (output_return_instruction): Output LDMFD with SP update rather
22959         than POP when returning from interrupt handler.
22961 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
22963         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
22964         TARGET_64BIT && TARGET_AVX512DQ.
22965         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
22966         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
22967         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
22968         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
22969         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
22970         (*vec_extractv4si_zext): Add avx512dq alternative.
22971         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
22972         use v instead of x constraint in other alternatives where possible.
22974         * config/i386/sse.md (sse2_loadld): Use v instead of x
22975         constraint in alternatives 0,1,4.
22977         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
22978         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
22979         v constraints instead of x and <pinsr_evex_isa> isa attribute.
22981         PR target/71019
22982         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
22983         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
22984         is not emitted unless TARGET_AVX512BW.
22985         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
22986         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
22987         for the result operand.
22989         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
22990         constraint instead of x in avx alternatives.  Use maybe_evex instead
22991         of vex prefix.
22993         * config/i386/constraints.md (Yv): New constraint.
22994         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
22995         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
22996         * config/i386/i386.md (avx512fvecmode): New mode attr.
22997         (*pushtf): Use v constraint instead of x.
22998         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
22999         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
23000         (*absneg<mode>2): Use Yv constraint instead of x constraint.
23001         (*absnegtf2_sse): Likewise.
23002         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
23003         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
23004         avx512f alternatives.
23005         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
23007 2016-05-12  Richard Biener  <rguenther@suse.de>
23009         PR tree-optimization/71060
23010         * tree-data-ref.c (initialize_data_dependence_relation): Do not
23011         require exact match of DR_BASE_OBJECT but only matching address and
23012         type.
23014 2016-05-12  Richard Biener  <rguenther@suse.de>
23016         PR tree-optimization/70986
23017         * cfganal.c: Include cfgloop.h.
23018         (dfs_find_deadend): Prefer to take edges exiting loops.
23020 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23022         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
23023         compile and run time.
23025 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
23027         PR c/43651
23028         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
23030 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
23032         * config/i386/i386.c (legitimize_pic_address): Use
23033         copy_to_suggested_reg instead of gen_movsi.
23035 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
23037         * config/rs6000/predicates.md (quad_memory_operand): Move most of
23038         the code into quad_address_p and call it to share code with
23039         vsx_quad_dform_memory_operand.
23040         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
23041         d-form support.
23042         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
23043         bit instead of being a separate word.  Split -mpower9-dform into
23044         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
23045         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
23046         for the register class supporting 128-bit quad word memory offsets.
23047         (mode_supports_vsx_dform_quad): Helper function to return if the
23048         register class uses quad word memory offsets.
23049         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
23050         (rs6000_debug_reg_global): Always print if we are using LRA or not.
23051         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
23052         instructions are enabled, set up the appropriate addr_masks for
23053         128-bit types.
23054         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
23055         -mpower9-dform-scalar, instead of -mpower9-dform.
23056         (rs6000_option_override_internal): Split -mpower9-dform into two
23057         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
23058         -mpower9-dform switch sets or clears both.  If we are not using
23059         the LRA register allocator, do not enable -mpower9-dform-vector by
23060         default.  If we are using LRA, enable -mpower9-dform-vector and
23061         -mvsx-timode if it is appropriate.  Issue a warning if either
23062         -mpower9-dform-vector or -mvsx-timode are explicitly used without
23063         enabling LRA.
23064         (quad_address_offset_p): New helper function to return if the
23065         offset is legal for quad word memory instructions.
23066         (quad_address_p): New function to determin if GPR or vector
23067         register quad word memory addresses are legal.
23068         (mem_operand_gpr): Validate quad word address offsets.
23069         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
23070         d-form (register + offset) instructions.
23071         (offsettable_ok_by_alignment): Likewise.
23072         (rs6000_legitimate_offset_address_p): Likewise.
23073         (legitimate_lo_sum_address_p): Likewise.
23074         (rs6000_legitimize_address): Likewise.
23075         (rs6000_legitimize_reload_address): Add more debug statements for
23076         -mdebug=addr.
23077         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
23078         d-form instructions.
23079         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
23080         d-form instructions.  Distinguish different cases in debug
23081         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
23082         d-form instructions.
23083         (rs6000_preferred_reload_class): Likewise.
23084         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
23085         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
23086         of the ISA 2.06 indexed memory instructions.
23087         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
23088         use them to save/restore the saved vector registers instead of
23089         using Altivec instructions.
23090         (rs6000_emit_epilogue): Likewise.
23091         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
23092         (rs6000_opt_masks): Split -mpower9-dform into
23093         -mpower9-dform-scalar and -mpower9-dform-vector.
23094         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
23095         was not selected.
23096         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
23097         ISA 3.0 vector indexed memory instructions, and fold the code into
23098         the normal mov<mode> patterns.
23099         (p9_vecstore_<mode>): Likewise.
23100         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
23101         instructions.
23102         (vsx_movti_64bit): Likewise.
23103         (vsx_movti_32bit): Likewise.
23104         * config/rs6000/constraints.md (wO constraint): New constraint for
23105         ISA 3.0 vector d-form support.
23106         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
23107         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
23108         include -mpower9-dform-vector until we switch over to LRA.
23109         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
23110         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
23111         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
23112         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
23113         for -mpower9-dform and -mlra.
23114         * doc/md.texi (wO constraint): Document wO constraint.
23116 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
23118         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
23119         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
23120         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
23121         Move handling of non-insn arguments inline into the sole user:
23122         (output_trans_func): ...here.
23123         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
23124         in emitted function prototype.
23125         (output_internal_insn_latency_func): Ditto.  Simplify.
23126         (output_internal_maximal_insn_latency_func): Ditto.  Delete
23127         always-unused argument.
23128         (output_insn_latency_func): Ditto.
23129         (output_maximal_insn_latency_func): Ditto.
23131 2016-05-11  Richard Biener  <rguenther@suse.de>
23133         PR tree-optimization/71055
23134         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
23135         sth with precision not equal to access size verify we don't chop
23136         off bits.
23138 2016-05-11  Richard Biener  <rguenther@suse.de>
23140         PR debug/71057
23141         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
23142         (dwarf2out_finish): Move retry_incomplete_types call ...
23143         (dwarf2out_early_finish): ... here.
23145 2016-05-11  Richard Biener  <rguenther@suse.de>
23147         PR middle-end/71002
23148         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
23149         if the langhook insists on it.
23150         * fold-const.c (make_bit_field_ref): Add arg for the original
23151         reference and preserve its alias-set.
23152         (decode_field_reference): Take exp by reference and adjust it
23153         to the original memory reference.
23154         (optimize_bit_field_compare): Adjust callers.
23155         (fold_truth_andor_1): Likewise.
23156         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
23158 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
23160         PR middle-end/70807
23161         * cfgrtl.h (delete_insn_and_edges): Now return bool.
23162         * cfgrtl.c (delete_insn_and_edges): Likewise.
23163         * config/i386/i386.c (convert_scalars_to_vector): Remove
23164         redundant code.
23165         * cse.c (cse_insn): Compute cse_cfg_altered.
23166         (delete_trivially_dead_insns): Likewise.
23167         (cse_cc_succs): Likewise.
23168         (rest_of_handle_cse): Free dominance info if required.
23169         (rest_of_handle_cse2): Likewise.
23170         (rest_of_handle_cse_after_global_opts): Likewise.
23172 2016-05-11  Alan Modra  <amodra@gmail.com>
23174         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
23175         abi_v4_pass_in_fpr): New functions.
23176         (rs6000_function_arg_boundary): Exclude complex IBM long double
23177         from 64-bit alignment when ABI_V4.
23178         (rs6000_function_arg, rs6000_function_arg_advance_1,
23179         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
23181 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
23183         PR rtl-optimization/71028
23184         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
23185         jump with just a return in the fallthrough block if the branch
23186         block contains just a return as well.
23188 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
23190         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
23191         * match.pd ((X & Y) ^ Y): ... this.
23192         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
23193         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
23195 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
23197         * read-md.c (require_char_ws): New function.
23198         (read_string): Simplify using require_char_ws.
23199         (handle_constants): Likewise.
23200         (handle_enum): Likewise.
23201         (handle_file): Likewise.
23202         * read-md.h (require_char_ws): New declaration.
23203         * read-rtl.c (read_conditions): Simplify using require_char_ws.
23204         (read_mapping): Likewise.
23205         (read_rtx_code): Likewise.
23206         (read_nested_rtx): Likewise.
23208 2016-05-10  James Norris  <jnorris@codesourcery.com>
23210         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
23211         if offloading is enabled and -fopenacc or -fopenmp is specified.
23212         (CRTOFFLOADEND): Likewise.
23213         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
23214         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
23216 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
23218         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
23219         gotoff_operand code paths.  Use copy_to_suggested_regs and
23220         expand_simple_binop where appropriate.  Cleanup.
23222 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
23224         PR target/70799
23225         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
23226         integer constants.
23227         (dimode_scalar_chain::vector_const_cost): New.
23228         (dimode_scalar_chain::compute_convert_gain): Handle constants.
23229         (dimode_scalar_chain::convert_op): Likewise.
23230         (dimode_scalar_chain::convert_insn): Likewise.
23232 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
23234         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
23235         unary operation, not a binary one.
23237 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
23239         PR middle-end/70877
23240         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
23241         calls with type casted fndecl.
23243 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
23245         PR tree-optimization/70786
23246         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
23247         * calls.c (initialize_argument_information): Bind bounds
23248         with corresponding args passed by reference.
23250 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
23252         PR target/70927
23253         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
23254         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
23255         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
23256         accordingly.
23258 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23260         PR target/70963
23261         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
23262         code for a zero scale factor.
23263         (vsx_xvcvdpuxds_scale): Likewise.
23265 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
23267         * diagnostic-show-locus.c (layout::layout): Call show_ruler
23268         if show_ruler_p was set on the context.
23269         (layout::show_ruler): New method.
23270         * diagnostic.h (struct diagnostic_context): Add field
23271         "show_ruler_p".
23273 2016-05-10  Richard Biener  <rguenther@suse.de>
23275         PR tree-optimization/71039
23276         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
23277         (chk_uses): New function.
23278         (propagate_with_phi): Verify we can safely replicate the lhs of an
23279         aggregate assignment on all incoming edges.
23281 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
23283         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
23284         Forward declare.
23285         (rx_atomic_sequence): New class.
23286         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
23287         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
23288         non-inline.
23289         (rx_atomic_sequence::rx_atomic_sequence,
23290         rx_atomic_sequence::~rx_atomic_sequence): New functions.
23291         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
23292         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
23293         CTRLREG_INTB): New constants.
23294         (FETCHOP): New code iterator.
23295         (fethcop_name, fetchop_name2): New iterator code attributes.
23296         (QIHI): New mode iterator.
23297         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
23298         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
23299         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
23301 2016-05-10  Martin Liska  <mliska@suse.cz>
23303         * tree-inline.c (remap_dependence_clique): Do not remap
23304         debugging statements.
23306 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23308         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
23309         ("*fixuns_truncdfdi2_z13")
23310         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
23311         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
23312         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
23314 2016-05-10  Richard Biener  <rguenther@suse.de>
23316         PR tree-optimization/70497
23317         PR tree-optimization/28367
23318         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
23319         split out from ...
23320         (visit_reference_op_load): ... here.
23321         (vn_reference_lookup_3): Use it to handle subreg-like accesses
23322         with simplified BIT_FIELD_REFs.
23323         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
23324         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
23325         correctly.
23327 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
23329         * dwarf2out.c (add_abstract_origin_attribute): Adjust
23330         documentation comment.  For BLOCK nodes, add a
23331         DW_AT_abstract_origin attribute that points to the DIE generated
23332         for the origin BLOCK.
23333         (gen_lexical_block_die): Call add_abstract_origin_attribute for
23334         blocks from inlined functions.
23336 2016-05-10  Alan Modra  <amodra@gmail.com>
23338         PR target/70947
23339         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
23340         regrename modifying insns saving lr before __morestack call.
23341         * config/rs6000/rs6000.md (split_stack_return): Similarly for
23342         insns restoring lr after __morestack call.
23344 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
23346         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
23347         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
23348         expanders.
23349         * config/i386/sse.md (vec_interleave_high<mode>,
23350         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
23351         <avx512>_vpermt2var<mode>3_maskz): Likewise.
23353 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
23355         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
23356         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
23357         parallel reassociation for power8 and forward.
23359 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
23361         * config/i386/i386.md (absneg splitters with general regs): Use
23362         general_reg_operand predicate.
23363         (btsq peephole2): Use x86_64_immediate_operand to check if new
23364         value is suitable for immediate operand.  Generate emitted insn
23365         using RTL expressions.
23366         (btcq peephole2): Ditto.
23367         (btrq peephole2): Ditto.  Generate correct immediate operand
23368         for AND masking.
23370 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
23372         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
23373         bitpos.
23375 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
23377         * tree-affine.c (wide_int_constant_multiple_p): Add missing
23378         pointer dereference.
23380 2016-05-09  Richard Biener  <rguenther@suse.de>
23382         PR tree-optimization/70985
23383         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
23384         op0 isn't a gimple register.
23386 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
23388         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
23389         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
23390         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
23391         (i6400_fpu_mult): New cpu units.
23392         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
23393         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
23394         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
23395         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
23396         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
23397         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
23398         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
23399         (i6400_msa_long_float4, i6400_msa_long_float5)
23400         (i6400_msa_long_float8, i6400_msa_fdiv_df)
23401         (i6400_msa_fdiv_sf): New reservations.
23402         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
23403         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
23404         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
23405         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
23406         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
23407         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
23408         (msa_short_cmp, msa_short_float2, msa_short_logic3)
23409         (msa_short_store4, msa_long_load, msa_short_store)
23410         (msa_long_logic, msa_long_float2, msa_long_float4)
23411         (msa_long_float5, msa_long_float8, msa_long_mult)
23412         (msa_long_fdiv, msa_long_div): New reservations.
23414 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
23415             Sameera Deshpande  <sameera.deshpande@imgtec.com>
23416             Matthew Fortune  <matthew.fortune@imgtec.com>
23417             Graham Stott  <graham.stott@imgtec.com>
23418             Chao-ying Fu  <chao-ying.fu@imgtec.com>
23420         * config.gcc: Add MSA header file for mips*-*-* target.
23421         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
23422         (Ubv8i, Urv8):  New constraints.
23423         * config/mips/mips-ftypes.def: Add function types for MSA
23424         builtins.
23425         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
23426         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
23427         * config/mips/mips-msa.md: New file.
23428         * config/mips/mips-protos.h
23429         (mips_split_128bit_const_insns): New prototype.
23430         (mips_msa_idiv_insns): Likewise.
23431         (mips_split_128bit_move): Likewise.
23432         (mips_split_128bit_move_p): Likewise.
23433         (mips_split_msa_copy_d): Likewise.
23434         (mips_split_msa_insert_d): Likewise.
23435         (mips_split_msa_fill_d): Likewise.
23436         (mips_expand_msa_branch): Likewise.
23437         (mips_const_vector_same_val_p): Likewise.
23438         (mips_const_vector_same_bytes_p): Likewise.
23439         (mips_const_vector_same_int_p): Likewise.
23440         (mips_const_vector_shuffle_set_p): Likewise.
23441         (mips_const_vector_bitimm_set_p): Likewise.
23442         (mips_const_vector_bitimm_clr_p): Likewise.
23443         (mips_msa_vec_parallel_const_half): Likewise.
23444         (mips_msa_output_division): Likewise.
23445         (mips_ldst_scaled_shift): Likewise.
23446         (mips_expand_vec_cond_expr): Likewise.
23447         * config/mips/mips.c (enum mips_builtin_type): Add
23448         MIPS_BUILTIN_MSA_TEST_BRANCH.
23449         (mips_gen_const_int_vector_shuffle): New prototype.
23450         (mips_const_vector_bitimm_set_p): New function.
23451         (mips_const_vector_bitimm_clr_p): Likewise.
23452         (mips_const_vector_same_val_p): Likewise.
23453         (mips_const_vector_same_bytes_p): Likewise.
23454         (mips_const_vector_same_int_p): Likewise.
23455         (mips_const_vector_shuffle_set_p): Likewise.
23456         (mips_symbol_insns): Forbid loading symbols via immediate for
23457         MSA.
23458         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
23459         stores.
23460         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
23461         MSA.
23462         (mips_lx_address_p): Add support load indexed address for MSA.
23463         (mips_address_insns): Add calculation of instructions needed for
23464         stores and loads for MSA.
23465         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
23466         CONST_VECTOR for MSA and let it fall through.
23467         (mips_ldst_scaled_shift): New function.
23468         (mips_subword_at_byte): Likewise.
23469         (mips_msa_idiv_insns): Likewise.
23470         (mips_legitimize_move): Validate MSA moves.
23471         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
23472         calculation of costs for MSA division.
23473         (mips_split_move_p): Check if MSA moves need splitting.
23474         (mips_split_move): Split MSA moves if necessary.
23475         (mips_split_128bit_move_p): New function.
23476         (mips_split_128bit_move): Likewise.
23477         (mips_split_msa_copy_d): Likewise.
23478         (mips_split_msa_insert_d): Likewise.
23479         (mips_split_msa_fill_d): Likewise.
23480         (mips_output_move): Handle MSA moves.
23481         (mips_expand_msa_branch): New function.
23482         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
23483         Reinstate 'y' modifier.
23484         (mips_file_start): Add MSA .gnu_attribute.
23485         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
23486         FPRs.
23487         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
23488         (mips_class_max_nregs): Add register size for MSA supported mode.
23489         (mips_cannot_change_mode_class): Allow conversion between MSA
23490         vector modes and TImode.
23491         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
23492         instruction.
23493         (mips_secondary_reload_class): Force MSA loads/stores via memory.
23494         (mips_preferred_simd_mode): Add preffered modes for MSA.
23495         (mips_vector_mode_supported_p): Add MSA supported modes.
23496         (mips_autovectorize_vector_sizes): New function.
23497         (mips_msa_output_division): Likewise.
23498         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
23499         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
23500         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
23501         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
23502         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
23503         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
23504         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
23505         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
23506         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
23507         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
23508         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
23509         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
23510         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
23511         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
23512         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
23513         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
23514         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
23515         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
23516         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
23517         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
23518         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
23519         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
23520         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
23521         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
23522         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
23523         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
23524         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
23525         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
23526         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
23527         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
23528         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
23529         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
23530         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
23531         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
23532         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
23533         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
23534         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
23535         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
23536         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
23537         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
23538         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
23539         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
23540         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
23541         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
23542         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
23543         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
23544         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
23545         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
23546         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
23547         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
23548         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
23549         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
23550         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
23551         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
23552         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
23553         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
23554         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
23555         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
23556         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
23557         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
23558         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
23559         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
23560         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
23561         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
23562         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
23563         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
23564         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
23565         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
23566         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
23567         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
23568         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
23569         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
23570         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
23571         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
23572         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
23573         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
23574         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
23575         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
23576         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
23577         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
23578         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
23579         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
23580         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
23581         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
23582         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
23583         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
23584         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
23585         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
23586         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
23587         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
23588         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
23589         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
23590         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
23591         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
23592         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
23593         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
23594         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
23595         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
23596         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
23597         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
23598         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
23599         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
23600         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
23601         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
23602         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
23603         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
23604         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
23605         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
23606         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
23607         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
23608         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
23609         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
23610         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
23611         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
23612         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
23613         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
23614         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
23615         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
23616         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
23617         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
23618         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
23619         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
23620         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
23621         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
23622         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
23623         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
23624         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
23625         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
23626         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
23627         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
23628         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
23629         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
23630         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
23631         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
23632         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
23633         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
23634         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
23635         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
23636         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
23637         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
23638         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
23639         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
23640         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
23641         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
23642         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
23643         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
23644         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
23645         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
23646         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
23647         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
23648         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
23649         move_v builtins.
23650         (mips_get_builtin_decl_index): New array.
23651         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
23652         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
23653         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
23654         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
23655         (mips_init_builtins): Initialize mips_get_builtin_decl_index
23656         array.
23657         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
23658         hook.
23659         (mips_expand_builtin_insn): Prepare operands for
23660         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
23661         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
23662         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
23663         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
23664         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
23665         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
23666         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
23667         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
23668         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
23669         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
23670         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
23671         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
23672         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
23673         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
23674         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
23675         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
23676         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
23677         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
23678         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
23679         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
23680         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
23681         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
23682         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
23683         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
23684         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
23685         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
23686         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
23687         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
23688         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
23689         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
23690         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
23691         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
23692         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
23693         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
23694         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
23695         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
23696         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
23697         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
23698         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
23699         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
23700         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
23701         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
23702         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
23703         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
23704         These are set implicitly and an error is reported if overridden.
23705         (mips_expand_builtin_msa_test_branch): New function.
23706         (mips_expand_msa_shuffle): Likewise.
23707         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
23708         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
23709         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
23710         (mips_expand_vec_unpack): Add support for MSA.
23711         (mips_expand_vector_init): Likewise.
23712         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
23713         instead of const0_rtx.
23714         (mips_msa_vec_parallel_const_half): New function.
23715         (mips_gen_const_int_vector): Likewise.
23716         (mips_gen_const_int_vector_shuffle): Likewise.
23717         (mips_expand_msa_cmp): Likewise.
23718         (mips_expand_vec_cond_expr): Likewise.
23719         * config/mips/mips.h
23720         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
23721         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
23722         specified.
23723         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
23724         (ISA_HAS_MSA): New macro.
23725         (UNITS_PER_MSA_REG): Likewise.
23726         (BITS_PER_MSA_REG): Likewise.
23727         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
23728         (MSA_REG_FIRST): New macro.
23729         (MSA_REG_LAST): Likewise.
23730         (MSA_REG_NUM): Likewise.
23731         (MSA_REG_P): Likewise.
23732         (MSA_REG_RTX_P): Likewise.
23733         (MSA_SUPPORTED_MODE_P): Likewise.
23734         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
23735         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
23736         * config/mips/mips.md: Include mips-msa.md.
23737         (alu_type): Add simd_add.
23738         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
23739         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
23740         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
23741         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
23742         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
23743         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
23744         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
23745         simd_move, simd_load, simd_store.  Choose "multi" for moves
23746         for "qword_mode".
23747         (qword_mode): New attribute.
23748         (insn_count): Add instruction count for quad moves.
23749         Increase the count for MIPS SIMD division.
23750         (UNITMODE): Add UNITMODEs for vector types.
23751         (addsub): New code iterator.
23752         * config/mips/mips.opt (mmsa): New option.
23753         * config/mips/msa.h: New file.
23754         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
23755         specified.
23756         * config/mips/mti-linux.h: Likewise.
23757         * config/mips/predicates.md
23758         (const_msa_branch_operand): New constraint.
23759         (const_uimm3_operand): Likewise.
23760         (const_uimm4_operand): Likewise.
23761         (const_uimm5_operand): Likewise.
23762         (const_uimm8_operand): Likewise.
23763         (const_imm5_operand): Likewise.
23764         (aq10b_operand): Likewise.
23765         (aq10h_operand): Likewise.
23766         (aq10w_operand): Likewise.
23767         (aq10d_operand): Likewise.
23768         (const_m1_operand): Likewise.
23769         (reg_or_m1_operand): Likewise.
23770         (const_exp_2_operand): Likewise.
23771         (const_exp_4_operand): Likewise.
23772         (const_exp_8_operand): Likewise.
23773         (const_exp_16_operand): Likewise.
23774         (const_vector_same_val_operand): Likewise.
23775         (const_vector_same_simm5_operand): Likewise.
23776         (const_vector_same_uimm5_operand): Likewise.
23777         (const_vector_same_uimm6_operand): Likewise.
23778         (const_vector_same_uimm8_operand): Likewise.
23779         (par_const_vector_shf_set_operand): Likewise.
23780         (reg_or_vector_same_val_operand): Likewise.
23781         (reg_or_vector_same_simm5_operand): Likewise.
23782         (reg_or_vector_same_uimm6_operand): Likewise.
23783         * doc/extend.texi (MIPS SIMD Architecture Functions): New
23784         section.
23785         * doc/invoke.texi (-mmsa): Document new option.
23787 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23789         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
23790         * configure: Regenerate.
23791         * config.in: Regenerate.
23792         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
23793         on -fvtable-verify.
23794         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
23795         (ENDFILE_VTV_SPEC): Define.
23797 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
23799         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
23800         registers in all interrupt handlers if necessary.
23801         (rl78_option_override): Add warning.
23802         (MUST_SAVE_MDUC_REGISTERS): New macro.
23803         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
23804         * config/rl78/rl78.c (check_mduc_usage): New function.
23805         (mduc_regs): New structure to hold MDUC register data.
23806         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
23807         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
23808         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
23809         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
23810         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
23811         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
23813 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
23815         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
23816         (tree-ssa-loop-niter.h): Ditto.
23817         (idx_within_array_bound, ref_within_array_bound): New functions.
23818         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
23819         Factor out check on writable base object to ...
23820         (base_object_writable): ... here.
23822 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23824         * config/arm/arm.md (probe_stack): Add modes to set source
23825         and destination.
23827 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
23829         * regrename.c (base_reg_class_for_rename): New static function.
23830         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
23832 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
23834         * cgraph.c (thunk_adjust): Export.
23835         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
23836         * cgraphunit.c (thunk_adjust): Export.
23837         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
23838         thunks.
23839         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
23840         inlinable.
23841         * tree-inline.c (expand_call_inline): Expand thunks inline.
23843 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
23845         PR target/70998
23846         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
23847         (*sse2_vd_cvtss2sd): Ditto.
23848         * config/i386/i386.md
23849         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
23850         Generate *sse2_vd_cvtsd2ss pattern.
23851         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
23852         Generate *sse2_vd_cvtss2sd pattern.
23854 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
23856         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
23857         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
23858         users.
23860 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
23862         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
23863         * config/sh/sh.c: Define and declare variables on first use throughout
23864         the file.
23865         (current_function_interrupt): Change to bool type.
23866         (frame_insn): Rename to emit_frame_insn and update users.
23867         (push_regs): Use bool for 'interrupt_handler' argument.
23868         (save_schedule_s): Remove.
23869         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
23870         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
23871         targetm.asm_out.unaligned_op.di.
23872         (gen_far_branch): Remove redundant forward declaration.
23873         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
23874         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
23875         (sh_set_return_address, sh_function_ok_for_sibcall,
23876         scavenge_reg): Update comments.
23877         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
23878         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
23879         (sh_attr_renesas_p): Remove unnecessary parentheses.
23880         (branch_dest): Simplify.
23881         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
23882         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
23883         (CUMULATIVE_ARGS): Change macro to typedef.
23884         (current_function_interrupt): Change to bool type.
23885         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
23886         Surround with __cplusplus ifdef.
23887         (sh_compare_op0, sh_compare_op1): Remove.
23888         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
23890 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
23892         * config/arm/arm.md (arch): Add neon.
23893         (arch_enabled): Return yes for arch neon when TARGET_NEON.
23894         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
23895         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
23896         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
23897         attributes for alt renumbering.  Mark alt 3 as non-predicable.
23898         (thumb2_movdf_vfp): Likewise.
23900 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
23902         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
23903         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
23904         (*andqi_1): Add preferred_for_speed attribute to disparage
23905         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
23906         (*<code>qi_1): Ditto.
23907         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
23908         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
23909         (*ashlqi3_1): Ditto.
23910         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
23911         Add preferred_for_size attribute to disparage alternative 0 and
23912         preferred_for_speed attribute to disparage alternative 1 for
23913         TARGET_PARTIAL_REG_STALL targets.
23915 2016-05-07  Tom de Vries  <tom@codesourcery.com>
23917         PR tree-optimization/70956
23918         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
23919         def.
23921 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
23923         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
23924         * config/sh/sh.c (sh_cbranch_distance): Implement it.
23925         * config/sh/sh.md (branch_zero): Remove define_attr.
23926         (define_delay): Disable delay slot if branch distance is one insn.
23928 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
23930         * config/i386/i386.md (LEAMODE): New mode attribute.
23931         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
23932         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
23933         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
23934         operand 2 predicate.
23935         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
23936         (*lea<mode>_general_3): Ditto.
23937         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
23939 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
23941         * genmddump.c (main): Convert argv from char ** to const char **.
23943 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
23945         * coretypes.h (OVERRIDE): New macro.
23946         (FINAL): New macro.
23948 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
23950         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
23951         allow coalescing if the types are compatible.
23953 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
23955         * pass_manager.h (pass_manager::register_pass_name): New method.
23956         (pass_manager::get_pass_by_name): New method.
23957         (pass_manager::create_pass_tab): New method.
23958         (pass_manager::m_name_to_pass_map): New field.
23959         * passes.c (name_to_pass_map): Delete global in favor of field
23960         "m_name_to_pass_map" of pass_manager.
23961         (register_pass_name): Rename from a function to...
23962         (pass_manager::register_pass_name): ...this method, updating
23963         for renaming of global "name_to_pass_map" to field
23964         "m_name_to_pass_map".
23965         (create_pass_tab): Rename from a function to...
23966         (pass_manager::create_pass_tab): ...this method, updating
23967         for renaming of global "name_to_pass_map" to field.
23968         (get_pass_by_name): Rename from a function to...
23969         (pass_manager::get_pass_by_name): ...this method.
23970         (enable_disable_pass): Convert use of get_pass_by_name to
23971         a method call, locating the pass_manager singleton.
23973 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
23975         * genattr-common.c (main): Convert argv from char ** to const char **.
23976         * genattr.c (main): Likewise.
23977         * genattrtab.c (main): Likewise.
23978         * genautomata.c (initiate_automaton_gen): Likewise.
23979         (main): Likewise.
23980         * gencodes.c (main): Likewise.
23981         * genconditions.c (main): Likewise.
23982         * genconfig.c (main): Likewise.
23983         * genconstants.c (main): Likewise.
23984         * genemit.c (main): Likewise.
23985         * genenums.c (main): Likewise.
23986         * genextract.c (main): Likewise.
23987         * genflags.c (main): Likewise.
23988         * genmddeps.c (main): Likewise.
23989         * genopinit.c (main): Likewise.
23990         * genoutput.c (main): Likewise.
23991         * genpeep.c (main): Likewise.
23992         * genpreds.c (main): Likewise.
23993         * genrecog.c (main): Likewise.
23994         * gensupport.c (init_rtx_reader_args_cb): Likewise.
23995         (init_rtx_reader_args): Likewise.
23996         * gensupport.h (init_rtx_reader_args_cb): Likewise.
23997         (init_rtx_reader_args): Likewise.
23998         * gentarget-def.c (main): Likewise.
23999         * read-md.c (read_md_files): Likewise.
24000         * read-md.h (read_md_files): Likewise.
24002 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
24004         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
24005         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
24006         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
24007         Remove unused predicate.
24008         (register_and_not_fp_reg_operand): Ditto.
24010 2016-05-06  Martin Liska  <mliska@suse.cz>
24012         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
24013         instead of vec as the vector is local to the function.
24015 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
24017         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
24018         avx512bw alternative.
24020         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
24021         before the ashr<mode>3 pattern.
24023         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
24024         v instead of x in vex or maybe_vex alternatives, use
24025         maybe_evex instead of vex in prefix.
24027         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
24028         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
24029         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
24030         in vex or maybe_vex alternatives, use maybe_evex instead of vex
24031         in prefix.
24033         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
24034         v instead of x in vex or maybe_vex alternatives, use
24035         maybe_evex instead of vex in prefix.
24037         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
24038         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
24039         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
24040         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
24041         alternatives, use maybe_evex instead of vex in prefix.
24043         * config/i386/sse.md (vec_interleave_lowv4sf,
24044         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
24045         v instead of x in vex or maybe_vex alternatives, use
24046         maybe_evex instead of vex in prefix.
24048         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
24049         v instead of x in vex or maybe_vex alternatives, use
24050         maybe_evex instead of vex in prefix.
24052         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
24053         v constraint instead of x.
24055 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
24057         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
24058         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
24059         equality first.
24061 2016-05-06  Richard Biener  <rguenther@suse.de>
24063         PR tree-optimization/70948
24064         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
24065         Properly clobber all fields of va_list for __builtin_va_start.
24067 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
24069         PR debug/70935
24070         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
24071         loop latch destination.
24073 2016-05-06  Martin Liska  <mliska@suse.cz>
24075         * tree-ssa-uninit.c: Apply manual changes
24076         to the GNU coding style.
24077         (prune_uninit_phi_opnds): Rename from
24078         prune_uninit_phi_opnds_in_unrealizable_paths.
24080 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
24082         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
24083         mspace): Remove deprecated options.
24084         * doc/invoke.texi (SH options): Remove -mspace.
24086 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
24088         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
24090 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
24092         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
24093         corresponding combine split pattern.
24095 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
24097         PR target/58219
24098         * config/sh/predicates.md (long_displacement_mem_operand): New.
24099         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
24100         Add movi20, movi20s alternatives.  Adjust length attribute for
24101         alternatives.
24102         (movsi_ie): Allow for any FPU.  Adjust length attribute for
24103         alternatives.
24104         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
24105         attribute for alternatives.
24106         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
24107         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
24108         length attribute for alternatives.
24110 2016-05-06  Richard Biener  <rguenther@suse.de>
24112         PR tree-optimization/70960
24113         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
24115 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
24117         PR target/52933
24118         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
24119         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
24121 2016-05-06  Marek Polacek  <polacek@redhat.com>
24123         PR sanitizer/70875
24124         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
24126 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
24128         PR target/54089
24129         * config/sh/sh.md (*rotcr): Add another variant.
24131 2016-05-06  Richard Biener  <rguenther@suse.de>
24133         PR middle-end/70931
24134         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
24136 2016-05-06  Richard Biener  <rguenther@suse.de>
24138         PR middle-end/70941
24139         * fold-const.c (split_tree): Always convert to the original type
24140         before negating.
24142 2016-05-06  Richard Biener  <rguenther@suse.de>
24144         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
24145         (fwprop_addr): Likewise.
24147 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
24149         PR target/70873
24150         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
24151         New prototype.
24152         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
24153         * config/i386/i386.md (push mem splitter): Use find_constant_src in
24154         the splitter condition.
24155         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
24156         the splitter condition.
24157         (FP float_extend load splitter): Ditto.
24159 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
24161         * config/i386/i386.md (peehole2 patterns): Change true_regnum
24162         to REGNO in all peephole2 patterns.
24163         (post-reload splitters): Change true_regnum to REGNO in
24164         post-reload splitters.
24165         (zero_extend splitters): Use general_reg_operand and
24166         nonimmediate_gr_operand predicates.
24168 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
24170         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
24171         v constraint instead of x.
24173 2016-05-05  Alan Modra  <amodra@gmail.com>
24175         PR target/68662
24176         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
24177         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
24178         TARGET_NO_FP_IN_TOC for -mrelocatable.
24179         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
24180         TARGET_RELOCATABLE test.
24181         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
24182         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
24183         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
24184         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
24185         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
24186         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
24187         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
24188         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
24189         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
24190         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
24191         Likewise.
24192         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
24193         (rs6000_stack_info): Likewise.
24194         (rs6000_elf_asm_out_constructor): Likewise.
24195         (rs6000_elf_asm_out_destructor): Likewise.
24196         (rs6000_elf_declare_function_name): Likewise.
24197         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
24198         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
24199         Don't define.
24201 2016-05-05  Alan Modra  <amodra@gmail.com>
24203         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
24205 2016-05-05  Alan Modra  <amodra@gmail.com>
24207         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
24208         out-of-line gpr restore for one or two regs if that would add
24209         a save of lr.
24211 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
24213         PR target/70873
24214         * config/i386/i386.md
24215         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
24216         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
24217         as operand 0 predicate.
24218         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
24219         Ditto.
24220         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
24221         Ditto.  Emit the pattern using RTX.
24223         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
24224         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
24225         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
24226         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
24227         Ditto.
24228         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
24229         sse_reg_operand as operand 0 predicate.
24231         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
24232         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
24233         instead of gen_rtx_REG.
24234         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
24235         Ditto.
24237 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
24239         * function.c (emit_use_return_register_into_block): Delete.
24240         (gen_return_pattern): Delete.
24241         (emit_return_into_block): Delete.
24242         (active_insn_between): Delete.
24243         (convert_jumps_to_returns): Delete.
24244         (emit_return_for_exit): Delete.
24245         (thread_prologue_and_epilogue_insns): Delete all code dealing with
24246         simple_return for shrink-wrapped blocks.
24247         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
24248         end of blocks that need one.
24249         (get_unconverted_simple_return): Delete.
24250         (convert_to_simple_return): Delete.
24251         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
24252         (convert_to_simple_return): Ditto.
24254 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
24256         * cfgcleanup.c (bb_is_just_return): New function.
24257         (try_optimize_cfg): Simplify jumps to return, branches to return,
24258         and branches around return.
24260 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
24262         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
24263         branch to a return.
24265 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
24267         PR c++/70906
24268         PR c++/70933
24269         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
24270         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
24271         assert flags & OEP_HASH_CHECK, instead of asserting it
24272         never happens.  Handle TARGET_EXPR.
24273         * fold-const.c (operand_equal_p): For hash verification,
24274         or in OEP_HASH_CHECK into flags.
24276 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
24278         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
24279         comment.
24280         (compute_samebase_partition_bases): Fix typo.
24282 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
24284         * config/i386/sse.md (vec_interleave_highv8sf,
24285         vec_interleave_lowv8sf, vec_interleave_highv4df,
24286         vec_interleave_lowv4df): Remove constraints from expanders.
24288         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
24290 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
24292         * tree-inline.c (expand_call_inline): Fix path dealing with
24293         making lhs of call statement undefined.
24295 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
24297         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
24298         Check availability on NODE, too.
24299         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
24300         (cgraph_node::call_for_symbol_and_aliases): Likewise.
24301         (varpool_node::call_for_symbol_and_aliase): Likewise.
24302         * ipa-pure-const.c (add_new_function): Analyze all bodies.
24303         (propagate_pure_const): Propagate across interposable functions, too.
24304         (skip_function_for_local_pure_const): Do not skip interposable bodies
24305         with aliases.
24306         (pass_local_pure_const::execute): Update.
24308 2016-05-04  Marek Polacek  <polacek@redhat.com>
24310         * doc/invoke.texi: Document -Wdangling-else.
24312 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
24314         * config.gcc: Error out when conflicting multilib is detected.  Do not
24315         loop over multilibs since no combination is legal.
24317 2016-05-04  Alan Modra  <amodra@gmail.com>
24319         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
24320         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
24321         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
24322         Align .toc.
24324 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
24326         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
24327         Clean up p5600 comments.
24329 2016-05-04  Richard Biener  <rguenther@suse.de>
24331         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
24332         constructor simplifications.
24333         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
24335 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
24337         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
24338         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
24339         result.set_rtx is null instead of aborting.
24340         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
24341         Always enable.
24342         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
24343         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
24344         *mov<mode>_store_postinc): New patterns.
24346 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
24348         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
24349         as commutative.  Check both conversions are NOP.
24350         ((A & B) OP (C & B)): Remove.
24352 2016-05-04  Alan Modra  <amodra@gmail.com>
24354         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
24356 2016-05-04  Alan Modra  <amodra@gmail.com>
24358         PR target/70866
24359         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
24360         when cr2,3,4 are all fixed regs.
24362 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
24364         PR rtl-optimization/57193
24365         * opts.c (default_options_table): Revert OPT_frename_registers change.
24366         * doc/invoke.texi (-frename-registers, -O2): Likewise.
24368 2016-05-03  Martin Sebor  <msebor@redhat.com>
24370         PR c++/66561
24371         * builtins.c (fold_builtin_FILE): New function.
24372         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
24373         (fold_builtin_0): Call them.
24374         * gimplify.c (gimplify_call_expr): Remove the handling of
24375         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
24377         PR c++/66561
24378         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
24379         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
24380         constants.
24382         PR c++/66639
24383         * doc/extend.texi (Function Names as Strings): Update __func__,
24384         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
24385         constants.
24387 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
24388             Richard Biener  <rguenther@suse.de>
24390         PR tree-optimization/70916
24391         * tree-if-conv.c: Include cfganal.h.
24392         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
24393         and remove_fake_exit_edges around the optimization pass.
24395 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
24397         * cgraph.c (symbol_table::create_edge): Set inline_failed.
24398         (cgraph_edge::make_direct): Likewise.
24399         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
24400         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
24401         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
24402         (CIF_THUNK): New code.
24403         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
24404         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
24405         (compute_inline_parameters): Set inline_failed for thunks.
24406         (inline_analyze_function): Cleanup.
24407         * ipa-inline.c (can_inline_edge_p): Do not deal with
24408         call_stmt_cannot_inline_p.
24409         (can_early_inline_edge_p): Likewise.
24410         (early_inliner): Initialize inline_failed.
24411         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
24413 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
24415         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
24416         from nonimm_ssenomem_operand.
24417         (nonimm_ssenomem_operand): New predicate.
24418         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
24419         as operand 0 predicate.
24420         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
24421         Disable unsupported alternatives using "enabled" attribute.
24422         Use register_ssemem_operand as operand 0 predicate.
24423         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
24425 2016-05-03  Marek Polacek  <polacek@redhat.com>
24427         PR c/70859
24428         * input.c (expansion_point_location): New function.
24429         * input.h (expansion_point_location): Declare.
24431 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
24433         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
24434         occurence with frame_offset_ ones.
24436 2016-05-03  Alan Modra  <amodra@gmail.com>
24438         PR rtl-optimization/70890
24439         * ira.c (combine_and_move_insns): When moving def_insn, remove
24440         equivs on use_insn.
24442 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
24444         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
24445         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
24446         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
24447         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
24449 2016-05-03  Alan Modra  <amodra@gmail.com>
24451         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
24452         for SAVE_MULTIPLE/STORE_MULTIPLE.
24454 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
24456         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
24457         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
24459 2016-05-03  Richard Biener  <rguenther@suse.de>
24461         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
24462         default true.
24463         (gimplify_arg): Likewise.
24464         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
24465         re-writing the result to a decl if required.
24466         (internal_get_tmp_var): Add allow_ssa parameter
24467         and override into_ssa with it.
24468         (get_formal_tmp_var): Adjust.
24469         (get_initialized_tmp_var): Add allow_ssa parameter.
24470         (gimplify_arg): Add allow_ssa parameter and avoid generating
24471         SSA names for the result false.
24472         (gimplify_call_expr): If the call may return twice do not
24473         gimplify parameters into SSA.
24474         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
24475         (gimplify_modify_expr): Adjust assert.  For noreturn calls
24476         with a SSA name LHS adjust its def.
24477         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
24478         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
24479         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
24480         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
24481         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
24482         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
24483         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
24484         (optimize_target_teams): Do not allow SSA names for clause operands.
24485         (gimplify_expr): Likewise for where we mark the result addressable.
24486         * passes.def (pass_init_datastructures): Remove.
24487         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
24488         (rewrite_stmt): Likewise.
24489         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
24490         (replace_locals_op): Replace SSA names.
24491         (copy_gimple_seq_and_replace_locals): Init src_cfun.
24492         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
24493         * cgraph.c (release_function_body): Free CFG annotations only
24494         when we have a CFG.  Simplify.
24495         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
24496         force_gimple_operand instead of get_initialized_tmp_var.
24497         * tree-pass.h (make_pass_init_datastructures): Remove.
24498         * tree-ssa.c (execute_init_datastructures): Remove.
24499         (pass_data_init_datastructures): Likewise.
24500         (class pass_init_datastructures): Likewise.
24501         (make_pass_init_datastructures): Likewise.
24502         * omp-low.c (create_omp_child_function): Init SSA data structures.
24503         (grid_expand_target_grid_body): Likewise.
24504         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
24505         name before adding it to names_to_release.
24506         (remove_bb): Always release SSA defs.
24507         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
24508         before dereferencing it.
24509         * cgraphunit.c (init_lowered_empty_function): Always
24510         int SSA data structures.
24511         * tree-ssanames.c (release_defs): Remove assert that we are in
24512         SSA form.
24513         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
24515 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
24516             Uros Bizjak  <ubizjak@gmail.com>
24518         PR rtl-optimization/70467
24519         * config/i386/predicates.md (x86_64_hilo_int_operand,
24520         x86_64_hilo_general_operand): New predicates.
24521         * config/i386/constraints.md (Wd): New constraint.
24522         * config/i386/i386.md (mode attr di): Use Wd instead of e.
24523         (general_hilo_operand): New mode attr.
24524         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
24525         instead of <general_operand>.
24526         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
24527         x86_64_hilo_general_operand instead of <general_operand>.
24529 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
24531         PR tree-optimization/70916
24532         * tree-if-conv.c (constant_or_ssa_name): Removed.
24533         (fold_build_cond_expr): Use is_gimple_val instead of
24534         constant_or_ssa_name.
24536         PR tree-optimization/70916
24537         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
24538         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
24540         PR target/49244
24541         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
24542         (optimize_atomic_bit_test_and): New function.
24543         (pass_fold_builtins::execute): Use it.
24544         * optabs.def (atomic_bit_test_and_set_optab,
24545         atomic_bit_test_and_complement_optab,
24546         atomic_bit_test_and_reset_optab): New optabs.
24547         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
24548         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
24549         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
24550         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
24551         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
24552         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
24553         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
24554         * doc/md.texi (atomic_bit_test_and_set@var{mode},
24555         atomic_bit_test_and_complement@var{mode},
24556         atomic_bit_test_and_reset@var{mode}): Document.
24557         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
24558         atomic_bit_test_and_complement<mode>,
24559         atomic_bit_test_and_reset<mode>): New expanders.
24560         (atomic_bit_test_and_set<mode>_1,
24561         atomic_bit_test_and_complement<mode>_1,
24562         atomic_bit_test_and_reset<mode>_1): New insns.
24564 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
24566         PR rtl-optimization/70687
24567         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
24568         instead of unsigned HOST_WIDE_INT.
24570 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
24572         PR rtl-optimization/44281
24573         * hard-reg-set.h (struct target_hard_regs): New field
24574         x_fixed_nonglobal_reg_set.
24575         (fixed_nonglobal_reg_set): New macro.
24576         * reginfo.c (init_reg_sets_1): Initialize it.
24577         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
24578         of fixed_reg_set.
24579         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
24581 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
24583         PR tree-optimization/56541
24584         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
24585         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
24586         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
24587         (any_complicated_phi): new static variable.
24588         (aggressive_if_conv): delete.
24589         (if_convertible_phi_p): support phis with more than two arguments.
24590         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
24591         critical pred edges.
24592         (ifcvt_split_critical_edges): support phis with more than two
24593         arguments by checking new parameter.  only split critical edges
24594         if needed.
24595         (tree_if_conversion): handle simd pragma marked loop using new
24596         local variable aggressive_if_conv.  check any_complicated_phi.
24598 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
24600         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
24601         before using it.
24603 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
24605         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
24606         cbase.
24608 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
24610         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
24611         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
24612         define_insn_and_split.
24613         (mulsi3_i): New define_insn_and_split.
24614         (mulsi3_call): Convert to define_insn.
24615         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
24616         Remove constraints.
24618 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
24620         * machmode.h (mode_complex): Add support to give the complex mode
24621         for a given mode.
24622         (GET_MODE_COMPLEX_MODE): Likewise.
24623         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
24624         stored by build_complex_type and gfc_build_complex_type instead of
24625         trying to figure out the appropriate mode based on the size. Raise
24626         an assertion error, if the type was not set.
24627         * genmodes.c (struct mode_data): Add field for the complex type of
24628         the given type.
24629         (blank_mode): Likewise.
24630         (make_complex_modes): Remember the complex mode created in the
24631         base type.
24632         (emit_mode_complex): Write out the mode_complex array to map a
24633         type mode to the complex version.
24634         (emit_insn_modes_c): Likewise.
24635         * tree.c (build_complex_type): Set the complex type to use before
24636         calling layout_type.
24637         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
24638         support for __float128 complex datatypes.
24639         (rs6000_hard_regno_mode_ok): Likewise.
24640         (rs6000_setup_reg_addr_masks): Likewise.
24641         (rs6000_complex_function_value): Likewise.
24642         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
24643         __float128 and __ibm128 complex.
24644         (FLOAT128_IBM_P): Likewise.
24645         (ALTIVEC_ARG_MAX_RETURN): Likewise.
24646         * doc/extend.texi (Additional Floating Types): Document that
24647         -mfloat128 must be used to enable __float128.  Document complex
24648         __float128 and __ibm128 support.
24650 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
24652         PR target/49244
24653         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
24654         char/short arguments promoted to int because of promote_prototypes.
24656 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
24658         * config/i386/predicates.md (register_ssemem_operand): New predicate.
24659         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
24660         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
24661         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
24662         alternatives using "enabled" attribute.  Use register_ssemem_operand
24663         as operand 1 predicate.
24664         (*cmpi<unord>xf_i387): Split XFmode pattern from
24665         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
24666         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
24667         *absneg<mode>2_i387.  Disable unsupported alternatives using
24668         "enabled" attribute.
24669         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
24671 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
24673         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
24674         marker.
24675         (oacc_loop_process): Check mask for loop termination.
24677 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
24679         * cif-code.def (CIF_THUNK): Add.
24680         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
24681         accidental change.
24683 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
24685         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
24686         (dump_inline_summary): Dump it.
24687         (fp_expression_p): New predicate.
24688         (estimate_function_body_sizes): Use it.
24689         (inline_merge_summary): Merge fp_expressions.
24690         (inline_read_section): Read fp_expressions.
24691         (inline_write_summary): Write fp_expressions.
24692         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
24693         codegen boundary if either caller or callee is !fp_expressions.
24694         * ipa-inline.h (inline_summary): Add fp_expressions.
24695         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
24696         to fp_expressions be sure the fp generation flags are updated.
24698 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
24700         PR rtl-optimization/70467
24701         * cse.c (cse_insn): Handle no-op MEM moves after folding.
24703         PR rtl-optimization/70467
24704         * ipa-pure-const.c (check_call): Handle internal calls even in
24705         ipa mode like in local mode.
24707 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
24709         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
24711 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
24713         * match.pd (X u< X, X u> X): New transformations.
24715 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
24717         * flag-types.h (enum warn_strict_overflow_code): Move ...
24718         * coretypes.h: ... here.
24719         * fold-const.h (fold_overflow_warning): Declare.
24720         * fold-const.c (fold_overflow_warning): Make non-static.
24721         (fold_comparison): Move the transformation of X +- C1 CMP C2
24722         into X CMP C2 -+ C1 ...
24723         * match.pd: ... here.
24724         * gimple-fold.c (fold_stmt_1): Protect with
24725         fold_defer_overflow_warnings.
24727 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
24729         * omp-low.c (struct oacc_loop): Add 'inner' field.
24730         (new_oacc_loop_raw): Initialize it to zero.
24731         (oacc_loop_fixed_partitions): Initialize it.
24732         (oacc_loop_auto_partitions): Partition outermost loop to outermost
24733         available partitioning.
24735 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
24737         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
24738         register_operand.
24739         (umulsidi3): Likewise.
24740         (indirect_jump): Fix jump instruction assembly patterns.
24742 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
24744         PR target/70860
24745         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
24746         (nvptx_function_value): Assert non-NULL cfun.
24748 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
24750         PR rtl-optimization/70886
24751         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
24753         * cselib.h (rtx_equal_for_cselib_1): Declare.
24754         (rtx_equal_for_cselib_p: New inline function.
24755         * cselib.c (rtx_equal_for_cselib_p): Delete.
24756         (rtx_equal_for_cselib_1): Make public.
24758 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
24760         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
24761         (register_mixssei387nonimm_operand): Remove predicate.
24762         * config/i386/i386.md (*fop_<mode>_comm): Merge from
24763         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
24764         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
24765         for TARGET_MIX_SSE_I387 alternatives.
24766         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
24767         Disable unsupported alternatives using "enabled" attribute.  Use
24768         nonimm_ssenomem_operand as operand 1 predicate.  Also check
24769         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
24771 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
24773         * tree.c (cst_and_fits_in_hwi): Simplify.
24775 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
24777         * tree.h (wi::to_wide): New function.
24778         * expr.c (expand_expr_real_1): Use wi::to_wide.
24779         * fold-const.c (int_const_binop_1): Likewise.
24780         (extract_muldiv_1): Likewise.
24782 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
24784         * wide-int.h: Update offset_int and widest_int documentation.
24785         (WI_SIGNED_SHIFT_RESULT): New macro.
24786         (wi::binary_shift): Define signed_shift_result_type for
24787         shifts on offset_int- and widest_int-like types.
24788         (generic_wide_int): Support <<= and >>= if << and >> are supported.
24789         * tree.h (int_bit_position): Use shift operators instead of wi::
24790          shifts.
24791         * alias.c (adjust_offset_for_component_ref): Likewise.
24792         * expr.c (get_inner_reference): Likewise.
24793         * fold-const.c (fold_comparison): Likewise.
24794         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
24795         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
24796         * tree-dfa.c (get_ref_base_and_extent): Likewise.
24797         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
24798         (stmt_kills_ref_p): Likewise.
24799         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
24800         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
24801         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
24802         (ao_ref_init_from_vn_reference): Likewise.
24804 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
24806         * wide-int.h: Update offset_int and widest_int documentation.
24807         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
24808         (wi::binary_traits): Allow ordered comparisons between offset_int and
24809         offset_int, between widest_int and widest_int, and between either
24810         of these types and basic C types.
24811         (operator <, <=, >, >=): Define for the same combinations.
24812         * tree.h (tree_int_cst_lt): Use comparison operators instead
24813         of wi:: comparisons.
24814         (tree_int_cst_le): Likewise.
24815         * gimple-fold.c (fold_array_ctor_reference): Likewise.
24816         (fold_nonarray_ctor_reference): Likewise.
24817         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
24818         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
24819         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
24820         * tree-sra.c (completely_scalarize): Likewise.
24821         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
24822         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
24823         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
24824         (check_for_binary_op_overflow): Likewise.
24825         (search_for_addr_array): Likewise.
24826         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
24828 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
24830         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
24831         (arc_save_restore): Likewise.
24832         (arc_dwarf_register_span): Likewise.
24833         (arc_output_pic_addr_const): Initialize suffix variable.
24835 2016-05-02  Martin Liska  <mliska@suse.cz>
24837         * symbol-summary.h (function_summary::function_summary):
24838         Remove checking assert for all cgraph nodes.
24839         (function_summary::get): Check summary_uid.
24840         (symtab_insertion): Check summary_uid.
24842 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
24844         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
24845         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
24846         bmaskn instruction.
24847         (arc_dwarf_register_span): Remove enum keyword.
24848         (compact_memory_operand_p): New function.
24849         * config/arc/arc.h (reg_class): Add code density register classes.
24850         (REG_CLASS_NAMES): Likewise.
24851         (REG_CLASS_CONTENTS): Likewise.
24852         * config/arc/arc.md (*movqi_insn): Add code density instructions.
24853         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
24854         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
24855         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
24856         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
24857         constraints.
24858         (h, Rcd, Rsd, Rzd): New register constraints.
24859         (T): Use compact_memory_operand_p function.
24860         * config/arc/predicates.md (compact_load_memory_operand): Remove.
24862 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
24864         * config/sh/sh.md (*negnegt, *movtt): Remove.
24866 2016-05-02  Marek Polacek  <polacek@redhat.com>
24867             Tom de Vries  <tom@codesourcery.com>
24869         PR tree-optimization/70700
24870         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
24871         bigger than FIRST_REF_NODE.
24873 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
24875         PR target/52898
24876         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
24877         TARGET_CMPEQDI_T.
24878         (prepare_cbranch_operands): Don't use scratch register.  Assume that
24879         function is used when pseudos can be created.
24880         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
24881         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
24882         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
24883         define_expand.  Allow it only when pseudos can be created.
24884         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
24886 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
24888         * config/i386/constraints.md (BC): Only allow -1 operands.
24889         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
24890         Add "enabled" attribute.  Update XI mode attribute calculation.
24891         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
24892         (*movoi_internal_avx): Update XI mode attribute calculation.
24893         (*movti_internal): Ditto.
24895 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
24897         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
24898         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
24900 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
24902         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
24903         statement on instruction code.  Remove trailing spaces.
24904         (altivec_expand_stv_builtin): Likewise.
24906 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
24908         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
24909         (TARGET_FPU_DOUBLE): Simplify.
24910         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
24911         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
24912         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
24913         with 'TARGET_FPU_DOUBLE'.
24914         * config/sh/sh.md: Likewise.
24916 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
24918         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
24919         SH_DIV_STR_FOR_SIZE): Remove.
24920         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
24921         SH_DIV_STR_FOR_SIZE): Remove.
24923 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
24925         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
24926         logical_reg_operand): Delete.
24927         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
24928         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
24929         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
24930         match_operand and match_test.
24931         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
24932         variables on their first use.  Return bool values.
24933         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
24934         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
24935         arith_reg_operand for input operand.  Remove empty constraints.
24936         (xorsi3): Delete.
24937         (*xorsi3_compact): Rename to xorsi3.
24938         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
24939         (*zero_extend<mode>si2_disp_mem): Update comment.
24940         (mov_nop): Delete.
24942 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
24944         * config/sh/t-sh: Remove SH5 support.
24945         * config.gcc: Likewise.
24946         * configure: Likewise.
24948 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24950         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
24952 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
24954         * config/sh/sh.c (register_sh_passes, sh_option_override,
24955         sh_print_operand, prepare_move_operands,
24956         sh_can_follow_jump): Remove TARGET_SH1 checks.
24957         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
24958         PROMOTE_MODE): Likewise.
24959         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
24960         movdi): Likewise.
24962 2016-04-30  Alan Modra  <amodra@gmail.com>
24964         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
24965         restoring when fixed_reg_p, but allow out-of-line or stmw save.
24966         Check for user regs later to avoid unnecessary looping over regs.
24967         Merge user reg check with non-saved reg check.  Don't force
24968         inline VR restore when static chain used.
24969         (rs6000_frame_related): Omit eh_frame info for user regs when
24970         saving.
24971         (fixed_regs_p): Delete.
24973 2016-04-30  Alan Modra  <amodra@gmail.com>
24975         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
24976         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
24977         Update all uses.
24979 2016-04-30  Alan Modra  <amodra@gmail.com>
24981         PR target/69645
24982         * config/rs6000/rs6000.c (fixed_reg_p): New function.
24983         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
24984         Update all uses.
24986 2016-04-30  Alan Modra  <amodra@gmail.com>
24988         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
24989         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
24990         flag_pic test for Darwin.
24992 2016-04-30  Alan Modra  <amodra@gmail.com>
24994         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
24995         throw_calls_crossed.
24996         (REG_FREQ_CALLS_CROSSED): Delete.
24997         (REG_N_THROWING_CALLS_CROSSED): Delete.
24998         * regstat.c (regstat_bb_compute_ri): Don't calculate
24999         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
25000         (dump_reg_info): Don't print call cross frequency.
25001         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
25002         and REG_N_THROWING_CALLS_CROSSED.
25004 2016-04-30  Alan Modra  <amodra@gmail.com>
25006         * regs.h (struct reg_info_t): Delete live_length.
25007         (REG_LIVE_LENGTH): Delete macro.
25008         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
25009         local_live, local_processed and local_live_last_luid params.
25010         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
25011         Formatting fixes.
25012         (regstat_compute_ri): Adjust for above.  Don't set
25013         REG_LIVE_LENGTH.
25014         (dump_reg_info): Don't print live length.
25015         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
25016         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
25017         Localize loop_depth var.
25019 2016-04-30  Alan Modra  <amodra@gmail.com>
25021         * ira.c (enum valid_equiv): New.
25022         (validate_equiv_mem): Return enum.
25023         (update_equiv_mem): Create replacement in more cases.
25024         (add_store_equivs): Update validate_equiv_mem call.
25026 2016-04-30  Alan Modra  <amodra@gmail.com>
25028         * ira.c (combine_and_move_insns): Rather than scanning insns,
25029         use DF infrastucture to find use and def insns.
25031 2016-04-30  Alan Modra  <amodra@gmail.com>
25033         ira.c (combine_and_move_insns): Move invariant conditions..
25034         (ira.c): ..to here.  Call combine_and_move_insns before
25035         add_store_equivs.  Call grow_reg_equivs later.  Allocate
25036         req_equiv later using max_reg_num() rather than global max_regno.
25037         (contains_replace_regs): Delete.
25038         (add_store_equivs): Remove contains_replace_regs test.
25040 2016-04-30  Alan Modra  <amodra@gmail.com>
25042         * ira.c (struct equiv_mem_data): New.
25043         (equiv_mem, equiv_mem_modified): Delete static vars.
25044         (validate_equiv_mem_from_store): Use "data" param to communicate..
25045         (validate_equiv_mem): ..from here.
25047 2016-04-30  Alan Modra  <amodra@gmail.com>
25049         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
25050         split out from..
25051         (update_reg_equivs): ..here.  Move allocation and freeing of
25052         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
25053         end_alias_analysis to..
25054         (ira): ..here.
25056 2016-04-30  Alan Modra  <amodra@gmail.com>
25058         * ira.c (pdx_subregs): Delete.
25059         (struct equivalence): Add pdx_subregs field.
25060         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
25061         pdx_subregs access.
25062         (update_equiv_regs): Don't create or free pdx_subregs.  Update
25063         pdx_subregs access.
25065 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25067         * config/rs6000/altivec.h: Change definitions of vec_xl and
25068         vec_xst.
25069         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
25070         (LD_ELEMREV_V2DI): New.
25071         (LD_ELEMREV_V4SF): New.
25072         (LD_ELEMREV_V4SI): New.
25073         (LD_ELEMREV_V8HI): New.
25074         (LD_ELEMREV_V16QI): New.
25075         (ST_ELEMREV_V2DF): New.
25076         (ST_ELEMREV_V2DI): New.
25077         (ST_ELEMREV_V4SF): New.
25078         (ST_ELEMREV_V4SI): New.
25079         (ST_ELEMREV_V8HI): New.
25080         (ST_ELEMREV_V16QI): New.
25081         (XL): New.
25082         (XST): New.
25083         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
25084         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
25085         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
25086         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
25087         (altivec_expand_builtin): Add handling for
25088         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
25089         (rs6000_invalid_builtin): Add error-checking for
25090         RS6000_BTM_P9_VECTOR.
25091         (altivec_init_builtins): Define builtins used to implement vec_xl
25092         and vec_xst.
25093         (rs6000_builtin_mask_names): Define power9-vector.
25094         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
25095         (RS6000_BTM_P9_VECTOR): Define.
25096         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
25097         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
25098         (vsx_ld_elemrev_v2df): Likewise.
25099         (vsx_ld_elemrev_v4sf): Likewise.
25100         (vsx_ld_elemrev_v4si): Likewise.
25101         (vsx_ld_elemrev_v8hi): Likewise.
25102         (vsx_ld_elemrev_v16qi): Likewise.
25103         (vsx_st_elemrev_v2df): Likewise.
25104         (vsx_st_elemrev_v2di): Likewise.
25105         (vsx_st_elemrev_v4sf): Likewise.
25106         (vsx_st_elemrev_v4si): Likewise.
25107         (vsx_st_elemrev_v8hi): Likewise.
25108         (vsx_st_elemrev_v16qi): Likewise.
25109         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
25110         grammar.
25112 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
25114         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
25115         out into ...
25116         (simplify_control_stmt_condition_1): ... here.  Recurse into
25117         BIT_AND_EXPRs and BIT_IOR_EXPRs.
25119 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
25121         PR target/69810
25122         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
25123         (zero_extendqi<mode>2_dot): Revert earlier conversion from
25124         define_insn_and_split to define_insn.
25125         (zero_extendqi<mode>2_dot2): Same.
25126         (extendqi<mode>2_dot): Same.
25127         (extendqi<mode>2_dot2): Same.
25129 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
25131         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
25132         (probe_stack): New expander.
25133         (probe_stack_<mode>): New insn pattern.
25135 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
25137         * config/i386/i386.md
25138         (operations with memory inputs setting flags peephole2):
25139         Remove uneeded REG_P checks.  Cleanup pattern generation.
25141 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
25143         * tree-vect-loop.c (vect_transform_loop): Fix
25144         nb_iterations_upper_bound computation for vectorized loop.
25146 2016-04-29  Marek Polacek  <polacek@redhat.com>
25147             Jakub Jelinek  <jakub@redhat.com>
25149         PR sanitizer/70342
25150         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
25151         TARGET_EXPR_SLOT as a base.
25153 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
25155         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
25156         with 'rCm2' constraints to limit possible immediate size.
25157         (*load_zeroextendqisi_update): Likewise.
25158         (*load_signextendqisi_update): Likewise.
25159         (*loadhi_update): Likewise.
25160         (*load_zeroextendhisi_update): Likewise.
25161         (*load_signextendhisi_update): Likewise.
25162         (*loadsi_update): Likewise.
25163         (*loadsf_update): Likewise.
25165 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
25167         * config/i386/predicates.md (constm1_operand): Fix comparison.
25169 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
25171         * testsuite/gcc.target/arc/ieee_eq.c: New test.
25173 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
25175         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
25176         remaining SH5 related settings.
25177         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
25178         shmedia_prepare_call_address): Delete.
25179         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
25180         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
25181         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
25182         UNSUPPORTED_SH2A): Remove m5 checks.
25183         (sh_divide_strategy_e): Remove SH5 division strategies.
25184         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
25185         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
25187 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
25189         * config/s390/s390.c (s390_rtx_costs): Update documentation.
25191 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25193         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
25194         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
25195         Change lder to ldr.
25196         * config/s390/vector.md ("mov<mode>"): Likewise.
25198 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
25200         * config/s390/constraints.md ("U", "W"): Invoke
25201         s390_mem_constraint with "ZR" and "ZT".
25202         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
25203         addresses when using LRA.  Accept also short displacements for S
25204         and T constraints.  Do not check for long displacement target for
25205         S and T constraints.
25206         (s390_mem_constraint): Remove handling of U and W constraints.
25207         * config/s390/s390.md (various patterns): Remove the short
25208         displacement constraints (Q and R) if a long displacement
25209         constraint is present.  Add longdisp as required CPU capability.
25210         * config/s390/vector.md: Likewise.
25211         * config/s390/vx-builtins.md: Likewise.
25213 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
25215         PR target/60040
25216         * reload1.c (reload): Call finish_spills before
25217         restarting reload loop. Skip select_reload_regs
25218         if update_eliminables_and_spill returns true.
25220 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
25222         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
25223         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
25224         (umulhisi3_imm): Update predicates and constraint letters.
25225         (umulhisi3_reg): Declare instruction as commutative.
25226         * config/arc/constraints.md (J12, J16): New constraints.
25227         * config/arc/predicates.md (short_unsigned_const_operand): New
25228         predicate.
25229         (arc_short_operand): Likewise.
25230         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
25232 2016-04-29  Richard Biener  <rguenther@suse.de>
25234         PR tree-optimization/13962
25235         PR tree-optimization/65686
25236         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
25237         * tree-ssa-alias.c (ptrs_compare_unequal): New function
25238         using PTA to compare pointers.
25239         * match.pd: Add pattern for pointer equality compare simplification
25240         using ptrs_compare_unequal.
25242 2016-04-29  Richard Biener  <rguenther@suse.de>
25244         * stor-layout.c (layout_type): Do not build a pointer-to-element
25245         type for arrays.
25247 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
25249         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
25250         Use SWI mode iterator.  Use general_reg_operand predicate.
25251         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
25252         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
25253         predicates.
25255 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
25257         PR middle-end/70843
25258         * fold-const.c (operand_equal_p): Don't verify hash value equality
25259         if arg0 == arg1.
25260         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
25261         and OMP_CLAUSE.
25263 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
25265         PR target/70858
25266         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
25267         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
25268         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
25269         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
25270         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
25272 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
25274         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
25275         to info.  Don't initialize separate fields to 0.  Clean up
25276         formatting a bit.
25278 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
25280         * config/i386/i386.md (peephole2s for operations with memory inputs):
25281         Use SWI mode iterator.
25282         (peephole2s for operations with memory outputs): Ditto.
25283         Do not check for stack checking probe.
25285         (probe_stack): Remove expander.
25287 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
25288             Andrew Burgess  <andrew.burgess@embecosm.com>
25290         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
25291         operands as 32-bits.
25293 2016-04-28  Jason Merrill  <jason@redhat.com>
25295         * gdbinit.in: Skip line-map.h.
25297 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
25298             Andrew Burgess  <andrew.burgess@embecosm.com>
25300         * config/arc/arc.c (arc_conditional_register_usage): Take
25301         TARGET_RRQ_CLASS into account.
25302         (arc_print_operand): Support printing 'p' and 's' operands.
25303         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
25304         as 0.
25305         (TARGET_RRQ_CLASS): Define.
25306         (IS_POWEROF2_OR_0_P): Define.
25307         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
25308         alternatives.
25309         (*tst_movb): New define_insn.
25310         (*tst): Avoid recognition if it could prevent '*tst_movb'
25311         combination; replace c/CnL with c/Chs alternative.
25312         (*tst_bitfield_tst): New define_insn.
25313         (*tst_bitfield_asr): New define_insn.
25314         (*tst_bitfield): New define_insn.
25315         (andsi3_i): Add Rrq variant.
25316         (extzv): New define_expand.
25317         (insv): New define_expand.
25318         (*insv_i): New define_insn.
25319         (*movb): New define_insn.
25320         (*movb_signed): New define_insn.
25321         (*movb_high): New define_insn.
25322         (*movb_high_signed): New define_insn.
25323         (*movb_high_signed + 1): New define_split pattern.
25324         (*mrgb): New define_insn.
25325         (*mrgb + 1): New define_peephole2 pattern.
25326         (*mrgb + 2): New define_peephole2 pattern.
25327         * config/arc/arc.opt (mbitops): New option for nps400, uses
25328         TARGET_NPS_BITOPS_DEFAULT.
25329         * config/arc/constraints.md (q): Make register class conditional.
25330         (Rrq): New register constraint.
25331         (Chs): New constraint.
25332         (Clo): New constraint.
25333         (Chi): New constraint.
25334         (Cbf): New constraint.
25335         (Cbn): New constraint.
25336         (C18): New constraint.
25337         (Cbi): New constraint.
25339 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
25341         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
25342         dst->popcount.
25343         (bitmap_intersection_of_preds): Ditto.
25344         (bitmap_union_of_succs): Ditto.
25345         (bitmap_union_of_preds): Ditto.
25346         * sbitmap.c (do_popcount): Delete.
25347         (BITMAP_DEBUGGING): Delete.
25348         (sbitmap_verify_popcount): Delete.
25349         (sbitmap_alloc): Don't initialize the popcount field.
25350         (sbitmap_alloc_with_popcount): Delete.
25351         (sbitmap_resize): Don't resize the popcount array.
25352         (sbitmap_vector_alloc): Don't initialize the popcount field.
25353         (bitmap_copy): Don't copy the popcount array.
25354         (bitmap_clear): Don't clear the popcount array.
25355         (bitmap_clear): Delete the popcount array handling.
25356         (bitmap_ior_and_compl): Delete the popcount assert.
25357         (bitmap_not): Ditto.
25358         (bitmap_and_compl): Ditto.
25359         (bitmap_and): Delete the popcount array handling.
25360         (bitmap_xor): Ditto.
25361         (bitmap_ior): Ditto.
25362         (bitmap_or_and): Delete the popcount assert.
25363         (bitmap_and_or): Ditto.
25364         (popcount_table): Delete.
25365         (sbitmap_elt_popcount): Delete.
25366         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
25367         (bitmap_set_bit): Delete the popcount assert.
25368         (bitmap_clear_bit): Ditto.
25369         (sbitmap_free): Don't free the popcount array.
25370         (sbitmap_alloc_with_popcount): Delete declaration.
25371         (sbitmap_popcount): Ditto.
25373 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
25374             Andrew Burgess  <andrew.burgess@embecosm.com>
25376         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
25377         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
25378         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
25379         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
25380         * config/arc/arc.opt (mcmem): New option.
25381         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
25382         supply length for r/m alternative.
25383         (*extendqisi2_ac): Likewise.
25384         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
25385         r/Uex alternative.
25386         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
25387         (movhi_insn): Likewise.
25388         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
25389         (*zero_extendqihi2_i): Add r/Ucm alternative.
25390         (*zero_extendqisi2_ac): Likewise.
25391         (*zero_extendhisi2_i): Likewise.
25392         * config/arc/constraints.md (Uex): New memory constraint.
25393         (Ucm): New define_constraint.
25394         * config/arc/predicates.md (long_immediate_loadstore_operand):
25395         Return 0 for MEM with cmem_address address.
25396         (cmem_address_0): New predicates.
25397         (cmem_address_1): Likewise.
25398         (cmem_address_2): Likewise.
25399         (cmem_address): Likewise.
25401 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
25403         * config/rs6000/rs6000.c (machine_function): Rename
25404         insn_chain_scanned_p to spe_insn_chain_scanned_p.
25405         (rs6000_stack_info): Adjust.
25407 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
25408             Andrew Burgess  <andrew.burgess@embecosm.com>
25410         * config/arc/constraints.md (Usd): Convert to define_constraint.
25411         (Us<): Likewise.
25412         (Us>): Likewise.
25414 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
25416         PR target/70821
25417         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
25418         Add new peephole2 where the first insn is *mov<mode>_or instead of
25419         *mov<mode>_internal.
25421 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
25423         * tracer.c (bb_seen): Make static.
25425 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
25427         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
25428         support, setup defaults.
25429         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
25430         * config/arc/arc.c (arc_init): Add NPS400 support.
25431         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
25432         (TARGET_ARC700): NPS400 is also an ARC700.
25433         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
25435 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
25437         PR target/70668
25438         * config/nds32/nds32.md (casesi): Don't access the operands array
25439         out of bounds.
25441 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
25443         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
25444         (or $-1,reg peephole2): Ditto.
25445         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
25447 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
25449         * doc/extend.texi (Common Function Attributes) [optimize]:
25450         Discourage use of the optimize attribute.
25452 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
25454         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
25455         special case builtin.
25456         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
25457         ALTIVEC_BUILTIN_VEC_ADDE.
25458         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
25459         support for ALTIVEC_BUILTIN_VEC_ADDE.
25460         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
25461         for __builtin_vec_adde.
25463 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
25465         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
25466         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
25468 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25470         PR testsuite/70595
25471         * doc/sourcebuild.texi (Effective-Target Keywords, Other
25472         attributes): Document cilkplus_runtime.
25474 2016-04-28  Martin Jambor  <mjambor@suse.cz>
25476         * tree-cfg.c (verify_expr): Verify that local declarations belong to
25477         this function.  Call verify_expr on MEM_REFs and bases of other
25478         handled_components.
25480 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25482         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
25483         for WORD_REGISTER_OPERATIONS to runtime check.
25485 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
25487         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
25489 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
25491         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
25492         big-endian compilation.
25493         * config/arc/arc.md (addf3): Likewise.
25494         (subdf3): Likewise.
25495         (muldf3): Likewise.
25497 2016-04-28  Richard Biener  <rguenther@suse.de>
25499         PR tree-optimization/70840
25500         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
25501         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
25502         Mark x * pow(x,c) -> pow(x,c+1) commutative.
25503         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
25505 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25507         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
25508         and explain why in a comment.
25510 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
25512         * config/arc/arc.md (cpu_facility): Add fpx variant.
25513         (subdf3): Prohibit use reverse sub when assist operations option
25514         is enabled.
25515         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
25516         instructions only when FPX is enabled.
25517         * testsuite/gcc.target/arc/trsub.c: New test.
25519 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
25521         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
25522         mult_operator when calculating "type" attribute.
25523         (*fop_<mode>_1_i387): Ditto.
25524         (*fop_xf_1_i387): Ditto.
25525         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
25526         Use std::swap to swap operands.  Use RTL expressions to generate
25527         converted pattern.
25529 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
25530             Joern Rennecke  <joern.rennecke@embecosm.com>
25532         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
25533         declaration.
25534         (emit_pic_move): Remove.
25535         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
25536         * config/arc/arc.c (emit_pic_move): Removed.
25537         (TARGET_HAVE_TLS): Define.
25538         (arc_conditional_register_usage): Test for arc_tp_regno.
25539         (arc_print_operand, arc_print_operand_address): Handle TLS
25540         unspecs.
25541         (arc_needs_pcl_p): New function.
25542         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
25543         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
25544         (arc_raw_symbolic_reference_mentioned_p): Likewise.
25545         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
25546         (arc_legitimize_tls_address): Likewise.
25547         (DTPOFF_ZERO_SYM): Define.
25548         (arc_legitimize_pic_address): Make it static, handle TLS cases.
25549         (arc_output_pic_addr_const): Print TLS unspecs.
25550         (prepare_pic_move): New function, replaces emit_pic_move.
25551         (arc_legitimate_constant_p): Handle TLS unspecs.
25552         (arc_legitimate_address_p): Likewise.
25553         (arc_rewrite_small_data_p): Use assert for TLS constants.
25554         (prepare_move_operands): Use prepare_pic_move.
25555         (arc_legitimize_address): Legitimize tls addresses.
25556         (arc_epilogue_uses): Check for arc_tp_regno.
25557         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
25558         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
25559         Define.
25560         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
25561         Likewise.
25562         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
25563         %(arc_tls_extra_start_spec).
25564         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
25565         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
25566         (EH_USES): Define.
25567         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
25568         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
25569         (UNSPEC_TLS_OFF): Add.
25570         (R10_REG): Define.
25571         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
25572         (get_thread_pointersi): New patterns.
25573         * config/arc/arc.opt (mtp-regno): New option.
25574         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
25575         (move_dest_operand): Likewise.
25576         * configure: Regenerate.
25577         * configure.ac: Add arc*-*-* case to test for tls.
25578         * doc/invoke.texi (ARC options): Document mtp-regno.
25580 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
25582         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
25583         the new ARC HS SIMD instructions.
25584         (arc_preferred_simd_mode): New function.
25585         (arc_autovectorize_vector_sizes): Likewise.
25586         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
25587         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
25588         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
25589         (arc_init_builtins): Add new SIMD builtin types.
25590         (arc_split_move): Handle 64 bit vector moves.
25591         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
25592         (TARGET_PLUS_QMACW): Define.
25593         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
25594         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
25595         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
25596         (VSUBADD4H): New builtins.
25597         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
25598         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
25600 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
25601             Matthias Klose  <doko@debian.org>
25603         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
25605 2016-04-28  Richard Biener  <rguenther@suse.de>
25607         PR middle-end/70777
25608         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
25609         canonicalization.
25611 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
25613         * common/config/sh/sh-common.c: Remove SH5 support.
25614         * config/sh/constraints.md: Likewise.
25615         * config/sh/config/sh/elf.h: Likewise.
25616         * config/sh/linux.h: Likewise.
25617         * config/sh/netbsd-elf.h: Likewise.
25618         * config/sh/predicates.md: Likewise.
25619         * config/sh/sh-c.c: Likewise.
25620         * config/sh/sh-protos.h: Likewise.
25621         * config/sh/sh.c: Likewise.
25622         * config/sh/sh.h: Likewise.
25623         * config/sh/sh.md: Likewise.
25624         * config/sh/sh.opt: Likewise.
25625         * config/sh/sync.md: Likewise.
25626         * config/sh/sh64.h: Delete.
25627         * config/sh/shmedia.h: Likewise.
25628         * config/sh/shmedia.md: Likewise.
25629         * config/sh/sshmedia.h: Likewise.
25630         * config/sh/t-netbsd-sh5-64: Likewise.
25631         * config/sh/t-sh64: Likewise.
25632         * config/sh/ushmedia.h: Likewise.
25634 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
25636         * config/i386/i386.md (sign_extend to memory peephole2s): Use
25637         general_reg_operand instead of register_operand predicate.
25639 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
25641         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
25643 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
25645         * match.pd (A - B > A, A + B < A): New transformations.
25647 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
25649         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
25650         which defaults to true.  Emit an outer pair of parentheses only if
25651         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
25652         don't emit parentheses for the right-hand operand.
25654 2016-04-27  Jeff Law  <law@redhat.com>
25656         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
25658 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25660         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
25661         (altivec_lvx_<mode>_internal): Document.
25662         (altivec_lvx_<mode>_2op): New define_insn.
25663         (altivec_lvx_<mode>_1op): Likewise.
25664         (altivec_lvx_<mode>_2op_si): Likewise.
25665         (altivec_lvx_<mode>_1op_si): Likewise.
25666         (altivec_stvx_<mode>): Remove.
25667         (altivec_stvx_<mode>_internal): Document.
25668         (altivec_stvx_<mode>_2op): New define_insn.
25669         (altivec_stvx_<mode>_1op): Likewise.
25670         (altivec_stvx_<mode>_2op_si): Likewise.
25671         (altivec_stvx_<mode>_1op_si): Likewise.
25672         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
25673         Expand vec_ld and vec_st during parsing.
25674         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
25675         changes.
25676         (altivec_expand_stvx_be): Likewise.
25677         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
25678         address-masking behavior in RTL.
25679         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
25680         address-masking behavior in RTL.
25681         (altivec_expand_builtin): Change builtin code arguments for calls
25682         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
25683         (insn_is_swappable_p): Avoid incorrect swap optimization in the
25684         presence of lvx/stvx patterns.
25685         (alignment_with_canonical_addr): New function.
25686         (alignment_mask): Likewise.
25687         (find_alignment_op): Likewise.
25688         (recombine_lvx_pattern): Likewise.
25689         (recombine_stvx_pattern): Likewise.
25690         (recombine_lvx_stvx_patterns): Likewise.
25691         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
25692         stvx patterns from expand.
25693         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
25694         expansions.
25695         (vector_altivec_store_<mode>): Likewise.
25697 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
25699         * config/aarch64/aarch64.md
25700         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
25701         remove the "fp" attributes.
25702         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
25703         add the "simd" attributes.
25704         (*movdf_aarch64): Likewise.
25705         (*movtf_aarch64): Remove the "fp" attributes.
25706         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
25707         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
25709 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
25711         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
25712         rtx to rtx_code_label *.
25713         * rtl.h (maybe_set_first_label_num): Likewise.
25715 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
25717         * df-core.c (df_add_problem): Make the problem param be const.
25718         (df_remove_problem): Make local "problem" be const.
25719         * df-problems.c (problem_RD): Make const.
25720         (problem_LR): Likewise.
25721         (problem_LIVE): Likewise.
25722         (problem_MIR): Likewise.
25723         (problem_CHAIN): Likewise.
25724         (problem_WORD_LR): Likewise.
25725         (problem_NOTE): Likewise.
25726         (problem_MD): Likewise.
25727         * df-scan.c (problem_SCAN): Likewise.
25728         * df.h (struct df_problem): Make field "dependent_problem" be
25729         const.
25730         (struct dataflow): Likewise for field "problem".
25731         (df_add_problem): Make param const.
25733 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
25735         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
25736         inter-unit moves to/from vector registers are enabled.  Do not disable
25737         for TARGET_MMX.
25739 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
25741         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
25742         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
25743         #define to...
25744         (enum df_problem_id): ...this new enum.
25745         (struct df_problem): Convert field "id" from "int" to
25746         enum df_problem_id.
25748 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
25750         * rtl.def: Update comment for "things in the instruction chain" to
25751         reflect the removal of the leading "i" field for INSN_UID in
25752         r210360.  Fix bogus apostrophe.
25754 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
25756         * config/i386/i386.md
25757         (lea arith with mem operand + setcc peephole2): Set operator mode.
25759 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
25761         PR target/70155
25762         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
25763         (dimode_scalar_to_vector_candidate_p): This.
25764         (timode_scalar_to_vector_candidate_p): New function.
25765         (scalar_to_vector_candidate_p): Likewise.
25766         (timode_check_non_convertible_regs): Likewise.
25767         (timode_remove_non_convertible_regs): Likewise.
25768         (remove_non_convertible_regs): Likewise.
25769         (remove_non_convertible_regs): Renamed to ...
25770         (dimode_remove_non_convertible_regs): This.
25771         (scalar_chain::~scalar_chain): Make it virtual.
25772         (scalar_chain::compute_convert_gain): Make it pure virtual.
25773         (scalar_chain::mark_dual_mode_def): Likewise.
25774         (scalar_chain::convert_insn): Likewise.
25775         (scalar_chain::convert_registers): Likewise.
25776         (scalar_chain::add_to_queue): Make it protected.
25777         (scalar_chain::emit_conversion_insns): Likewise.
25778         (scalar_chain::replace_with_subreg): Likewise.
25779         (scalar_chain::replace_with_subreg_in_insn): Likewise.
25780         (scalar_chain::convert_op): Likewise.
25781         (scalar_chain::convert_reg): Likewise.
25782         (scalar_chain::make_vector_copies): Likewise.
25783         (scalar_chain::convert_registers): New pure virtual function.
25784         (class dimode_scalar_chain): New class.
25785         (class timode_scalar_chain): Likewise.
25786         (scalar_chain::mark_dual_mode_def): Renamed to ...
25787         (dimode_scalar_chain::mark_dual_mode_def): This.
25788         (timode_scalar_chain::mark_dual_mode_def): New function.
25789         (timode_scalar_chain::convert_insn): Likewise.
25790         (dimode_scalar_chain::convert_registers): Likewise.
25791         (scalar_chain::compute_convert_gain): Renamed to ...
25792         (dimode_scalar_chain::compute_convert_gain): This.
25793         (scalar_chain::replace_with_subreg): Renamed to ...
25794         (dimode_scalar_chain::replace_with_subreg): This.
25795         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
25796         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
25797         (scalar_chain::make_vector_copies): Renamed to ...
25798         (dimode_scalar_chain::make_vector_copies): This.
25799         (scalar_chain::convert_reg): Renamed to ...
25800         (dimode_scalar_chain::convert_reg ): This.
25801         (scalar_chain::convert_op): Renamed to ...
25802         (dimode_scalar_chain::convert_op): This.
25803         (scalar_chain::convert_insn): Renamed to ...
25804         (dimode_scalar_chain::convert_insn): This.
25805         (scalar_chain::convert): Call convert_registers.
25806         (convert_scalars_to_vector): Change to scalar_chain pointer to
25807         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
25808         in 32-bit mode.  Delete scalar_chain pointer.  Call
25809         free_dominance_info in 64-bit mode.
25810         (pass_stv::gate): Remove TARGET_64BIT check.
25811         (ix86_option_override): Put the 64-bit STV pass before the CSE
25812         pass.
25814 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
25816         * dwarf2out.h (struct dw_loc_descr_node): Remove the
25817         dw_loc_frame_offset field.
25818         * dwarf2out.c (new_loc_descr): Likewise.
25819         (resolve_args_picking_1): Turn the VISITED hash set into a
25820         FRAME_OFFSET hash map. Use it to associate a frame offset to
25821         visited nodes. Remove uses of the CHECKING_P macro.
25822         (resolve_args_picking): Update call to resolve_args_picking_1.
25824 2016-04-27  Martin Liska  <mliska@suse.cz>
25826         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
25827         (free_loop_data): Release vuses of groups.
25829 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
25831         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
25832         instead of redundant use_id and boolean have_use_for.
25833         (struct iv_use): Change sub_id into group_id.  Remove field next.
25834         Move fields: related_cands, n_map_members, cost_map and selected
25835         to ...
25836         (struct iv_group): ... here.  New structure.
25837         (struct iv_common_cand): Use structure declaration directly.
25838         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
25839         (MAX_CONSIDERED_USES): Rename macro to ...
25840         (MAX_CONSIDERED_GROUPS): ... here.
25841         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
25842         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
25843         (dump_uses): Rename to ...
25844         (dump_groups): ... here.  Update all uses.
25845         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
25846         (find_induction_variables): Refactor format of dump information.
25847         (record_sub_use): Delete.
25848         (record_use): Update all uses.
25849         (record_group): New function.
25850         (record_group_use, find_interesting_uses_op): Call above functions.
25851         Update all uses.
25852         (find_interesting_uses_cond): Ditto.
25853         (group_compare_offset): New function.
25854         (split_all_small_groups): Rename to ...
25855         (split_small_address_groups_p): ... here.  Update all uses.
25856         (split_address_groups):  Update all uses.
25857         (find_interesting_uses): Refactor format of dump information.
25858         (add_candidate_1): Update all uses.  Remove redundant check on iv,
25859         base and step.
25860         (add_candidate, record_common_cand): Remove redundant assert.
25861         (add_iv_candidate_for_biv): Update use.
25862         (add_iv_candidate_derived_from_uses): Update all uses.
25863         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
25864         (alloc_use_cost_map): Ditto.
25865         (set_use_iv_cost, get_use_iv_cost): Rename to ...
25866         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
25867         (determine_use_iv_cost_generic): Ditto.
25868         (determine_group_iv_cost_generic): Ditto.
25869         (determine_use_iv_cost_address): Ditto.
25870         (determine_group_iv_cost_address): Ditto.
25871         (determine_use_iv_cost_condition): Ditto.
25872         (determine_group_iv_cost_cond): Ditto.
25873         (determine_use_iv_cost): Ditto.
25874         (determine_group_iv_cost): Ditto.
25875         (set_autoinc_for_original_candidates): Update all uses.
25876         (find_iv_candidates): Update all uses.  Refactor dump information.
25877         (determine_use_iv_costs): Ditto.
25878         (determine_iv_costs): Ditto.
25879         (iv_ca_cand_for_use): Rename to ...
25880         (iv_ca_cand_for_group): ... here.  Update all uses.
25881         (iv_ca_add_use, iv_ca_add_group): Ditto.
25882         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
25883         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
25884         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
25885         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
25886         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
25887         (create_new_iv, adjust_iv_update_pos): Ditto.
25888         (rewrite_use_address): Delete.
25889         (rewrite_use_address_1): Rename to ...
25890         (rewrite_use_address): ... here.
25891         (rewrite_use_compare): Update all uses.
25892         (rewrite_use): Delete.
25893         (rewrite_uses): Rename to ...
25894         (rewrite_groups): ... here.  Update all uses.
25895         (remove_unused_ivs, free_loop_data): Update all uses.
25896         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
25898 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25900         * rtlanal.c (nonzero_bits1): Convert preprocessor check
25901         for WORD_REGISTER_OPERATIONS to runtime check.
25903 2016-04-27  Richard Biener  <rguenther@suse.de>
25905         PR ipa/70760
25906         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
25907         aggregate_value_p to determine if a function result is
25908         returned by reference.
25909         (ipa_pta_execute): Functions having their address taken are
25910         not automatically nonlocal.
25912 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
25914         PR sanitizer/70683
25915         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
25916         * fold-const.c (operand_equal_p): If flag_checking and
25917         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
25918         and if it returns non-zero, assert iterative_hash_expr on both
25919         args is the same.
25921 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
25923         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
25925 2016-04-27  Nick Clifton  <nickc@redhat.com>
25927         PR middle-end/49889
25928         * varasm.c (merge_weak): Generate an error if an attempt is made
25929         to convert a non-weak static function into a weak, public function.
25931 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
25933         * params.def (MAX_PARTITION_SIZE): New param.
25934         * doc/invoke.texi: Document lto-max-partition.
25936 2016-04-27  Richard Biener  <rguenther@suse.de>
25938         PR ipa/70785
25939         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
25940         function cummulating used_from_other_partition, externally_visible
25941         and force_output from aliases.
25942         (refered_from_nonlocal_var): Likewise.
25943         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
25944         node flags properly.
25946 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
25948         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
25949         (-Wmemset-elt-size): New item.
25951 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
25953         PR ada/70759
25954         * stor-layout.h (internal_reference_types): Delete.
25955         * stor-layout.c (reference_types_internal): Likewise.
25956         (internal_reference_types): Likewise.
25957         (layout_type) <REFERENCE_TYPE>: Adjust.
25959 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
25961         PR sanitizer/70683
25962         * tree.h (inchash::add_expr): Add FLAGS argument.
25963         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
25964         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
25965         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
25966         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
25967         if swap_tree_comparison (code) is smaller than code, hash that
25968         and arguments in the other order.  Hash CONVERT_EXPR the same
25969         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
25970         of ADDR_EXPR of decl as the decl itself.  Add or remove
25971         OEP_ADDRESS_OF from recursive flags as needed.  For
25972         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
25973         operands commutatively and only the third one normally.
25974         For internal CALL_EXPR hash in CALL_EXPR_IFN.
25976 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
25978         * config/rtems.h (LIB_SPEC): Add -latomic.
25980 2016-04-27  Joel Sherrill  <joel@rtems.org>
25982         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
25983         xilink.ld and flags not relevant to RTEMS.
25985 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
25987         * toplev.c (backend_init_target): Avoid calling init_reload when using
25988         LRA.
25990 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
25992         * reorg.c (try_merge_delay_insns): Declare i and j inside the
25993         for loops rather than one for the whole function.
25995 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
25997         * match.pd (X + CST CMP X): New transformation.
25999 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
26001         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
26002         * fold-const.c (fold_binary_loc): Remove 2 transformations
26003         superseded by match.pd.
26004         * match.pd (x+x -> x*2): Generalize to integers.
26006 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
26008         * config/i386/i386.md (operation on memory peephole): Duplicate an
26009         existing peephole and adapt it to match lea rather than an operation
26010         that clobbers CC.
26012         PR rtl-optimization/57193
26013         * opts.c (default_options_table): Add OPT_frename_registers at -O2
26014         and above.
26015         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
26017 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
26019         * tree-if-conv.c (any_pred_load_store): New static variable.
26020         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
26021         any_pred_load_store instead of and_mask_load_store.
26022         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
26023         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
26024         (combine_blocks, tree_if_conversion): Ditto.
26026 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
26028         PR tree-optimization/70771
26029         PR tree-optimization/70775
26030         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
26031         virtual PHI nodes.  Delete parameter.
26032         (if_convertible_loop_p_1): Delete argument to above function.
26033         (predicate_all_scalar_phis): Delete code handling single-argument
26034         PHIs.
26035         (tree_if_conversion): Mark and update virtual SSA.
26037 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26039         PR target/61821
26040         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
26041         (x86_elf_aligned_common): Rename to ...
26042         (x86_elf_aligned_decl_common): ... this.
26043         Add decl arg.  Switch to .lbss for largecomm object.  Use
26044         LARGECOMM_SECTION_ASM_OP.
26045         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
26046         renaming.
26047         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
26048         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
26049         Pass new decl arg.
26050         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
26051         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
26053 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26055         PR target/59407
26056         * config/i386/i386.c (SECTION_LARGE): Define.
26057         (x86_64_elf_select_section): Set it for large data/bss sections.
26058         Only clear SECTION_WRITE for .lrodata.
26059         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
26060         data/bss sections.
26061         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
26062         * varasm.c (default_elf_asm_named_section): Grow flagchars.
26063         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
26064         SECTION_MACH_DEP.
26065         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
26066         * doc/tm.texi: Regenerate.
26068 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
26070         PR bootstrap/70704
26071         * configure.ac (--enable-checking): Document extra flag, for
26072         non-release builds default to --enable-checking=yes,extra.
26073         If misc checking and extra checking, define CHECKING_P to 2 instead
26074         of 1.
26075         * common.opt (fchecking=): Add.
26076         * doc/invoke.texi (-fchecking=): Document.
26077         * doc/install.texi: Document --enable-checking changes.
26078         * configure: Regenerated.
26079         * config.in: Regenerated.
26081 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
26083         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
26084         attribute instead of which_alternative.
26085         * config/i386/sse.md (*mov<mode>_internal): Ditto.
26086         Use EXT_REX_SSE_REG_P where appropriate.
26088 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
26090         * config/i386/predicates.md (const0_operand): Do not match
26091         const_wide_int code.
26092         (const1_operand): Ditto.
26094 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
26096         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
26097         for SSE constm1 operands and TARGET_AVX512VL.
26098         (*movti_internal): Ditto.
26099         (*mov<mode>_or): Use constm1_operand predicate.
26100         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
26101         for SSE vector_all_ones operands and TARGET_AVX512VL.
26102         * config/i386/predicates.md (constm1_operand): New predicate.
26103         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
26104         emission of constant -1 load.
26106 2016-04-25  Jason Merrill  <jason@redhat.com>
26108         * gdbinit.in: Skip is-a.h.
26110         * attribs.c (register_scoped_attributes): Fix logic.
26111         * attribs.h: Declare register_scoped_attributes.
26113 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26115         * config/rs6000/rs6000-builtin.def: Correct pasto error for
26116         stxvd2x and stxvw4x built-in functions.
26118 2016-04-25  DJ Delorie  <dj@redhat.com>
26120         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
26121         (ashrhi3): Likewise.
26122         (lshrhi3): Likewise.
26124 2016-04-25  Richard Biener  <rguenther@suse.de>
26126         PR tree-optimization/70780
26127         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
26128         wasn't visited yet.
26129         (compute_antic): Mark blocks with abnormal preds as visited as
26130         they have a final empty antic-in solution already.
26132 2016-04-25  Michael Collison  <michael.collison@linaro.org>
26134         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
26136 2016-04-25  Michael Collison  <michael.collison@linaro.org>
26138         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
26139         mode is VQI to improve mixed mode vectorization.
26140         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
26141         define_insn to match low half of signed vaddw.
26142         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
26143         define_insn to match high half of signed vaddw.
26144         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
26145         define_insn to match low half of unsigned vaddw.
26146         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
26147         define_insn to match high half of unsigned vaddw.
26148         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
26149         (arm_simd_check_vect_par_cnst_half_p): Likewise.
26150         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
26151         for new function.
26152         (arm_simd_check_vect_par_cnst_half_p): Likewise.
26153         * config/arm/predicates.md (vect_par_constant_high): Support
26154         big endian and simplify by calling
26155         arm_simd_check_vect_par_cnst_half
26156         (vect_par_constant_low): Likewise.
26158 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
26160         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
26161         predicate for operand 2.
26163 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
26164             H.J. Lu  <hongjiu.lu@intel.com>
26166         * config/i386/i386-protos.h (standard_sse_constant_p): Add
26167         machine_mode argument.
26168         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
26169         constm1_rtx operands.  For VOIDmode constants, get mode from
26170         pred_mode.  Check mode size if the mode is supported by ABI.
26171         (standard_sse_constant_opcode): Do not use standard_constant_p.
26172         Strictly check ABI support for all-ones operands.
26173         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
26174         immediates. Update calls to standard_sse_constant_p.
26175         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
26176         (ix86_rtx_costs): Ditto.
26177         * config/i386/i386.md (*movxi_internal_avx512f): Use
26178         nonimmediate_or_sse_const_operand instead of vector_move_operand.
26179         Use (v,BC) alternative instead of (v,C). Use register_operand
26180         checks instead of MEM_P.
26181         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
26182         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
26183         isa attribute.  Use register_operand checks instead of MEM_P.
26184         (*movti_internal): Use nonimmediate_or_sse_const_operand for
26185         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
26186         alternative and corresponding sse2 isa attribute.
26187         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
26188         to standard_sse_constant_p.
26189         (FP constant splitters): Ditto.
26190         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
26191         (C): Ditto.
26192         * config/i386/predicates.md (constm1_operand): Remove.
26193         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
26194         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
26195         vector_all_ones_operand instead of constm1_operand.
26197 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
26199         * print-rtl.c (print_rtx_insn_vec): New function.
26200         * print-rtl.h: New prototype.
26201         * store-motion.c (struct st_expr): Make avail_stores a vector.
26202         (st_expr_entry): Adjust.
26203         (free_st_expr_entry): Likewise.
26204         (print_store_motion_mems): Likewise.
26205         (find_moveable_store): Likewise.
26206         (compute_store_table): Likewise.
26207         (delete_store): Likewise.
26208         (build_store_vectors): Likewise.
26210 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
26212         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
26214 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
26216         * vec.h (vec_safe_contains): New function.
26217         (vec::contains): Likewise.
26218         (vec::begin): Likewise.
26219         (vec::end): Likewise.
26221 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
26223         PR sanitizer/70712
26224         * cfgexpand.c (expand_stack_vars): Fix typo.
26226 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
26228         * system.h (list, map, set, vector): Include conditionally.
26229         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
26230         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
26231         * ipa-icf.c (INCLUDE_LIST): Define.
26232         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
26233         * config/sh/sh.c (INCLUDE_VECTOR): Define.
26234         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
26235         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
26236         * cp/logic.cc (INCLUDE_LIST): Define.
26237         * fortran/trans-common.c (INCLUDE_MAP): Define.
26239 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
26241         * auto-profile.c: Remove <string.h> include.
26242         * ipa-icf-gimple.c: Remove <list> include.
26243         * diagnostic.c: Remove <new> include.
26244         * genmatch.c: Likewise.
26245         * pretty-print.c: Likewise.
26246         * toplev.c: Likewise
26247         * c/c-objc-common.c: Likewise.
26248         * cp/error.c: Likewise.
26249         * fortran/error.c: Likewise.
26251 2016-04-22  Richard Biener  <rguenther@suse.de>
26253         * lto-streamer-in.c (input_ssa_names): Do not allocate
26254         GIMPLE_NOP for all SSA names.
26255         * lto-streamer-out.c (output_ssa_names): Do not output
26256         SSA names that should have been released.
26258 2016-04-22  Richard Biener  <rguenther@suse.de>
26260         PR tree-optimization/70740
26261         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
26262         VDEF.
26264 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
26266         PR target/70750
26267         * config/i386/predicates.md (call_insn_operand): Replace
26268         sibcall_memory_operand with memory_operand.
26270 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
26272         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
26273         has_single_use() tests.
26274         (register_edge_assert_for_1): Likewise.
26275         (find_assert_locations_1): Check the liveness bitmap instead of
26276         checking has_single_use().
26278 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
26280         PR target/70728
26281         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
26282         Extract AVX-512BW constraint from AVX.
26284 2016-04-21  Richard Biener  <rguenther@suse.de>
26286         PR tree-optimization/70725
26287         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
26288         for phi_convertible_by_degenerating_args.
26289         (predicate_all_scalar_phis): Handle single-argument PHIs.
26291 2016-04-21  Richard Biener  <rguenther@suse.de>
26293         PR middle-end/70747
26294         * fold-const.c (fold_comparison): Return properly typed
26295         constant boolean.
26297 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
26299         PR tree-optimization/70715
26300         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
26301         after expanding BASE using expand_simple_operations.
26303 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
26305         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
26306         New transformations.
26308 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
26310         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
26312 2016-04-20  Jan Hubicka  <jh@suse.cz>
26314         * ipa-inline.c (can_inline_edge_p): Pass caller info to
26315         ultiimate_alias_target.
26316         (update_callee_keys): Likewise.
26317         (lookup_recursive_calls): Likewise.
26318         (speculation_useful_p): Likewise.
26320 2016-04-20  Jan Hubicka  <jh@suse.cz>
26322         PR ipa/70018
26323         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
26324         (set_nothrow_flag_1): ... this; handle interposition correctly;
26325         recurse on aliases and thunks.
26326         (cgraph_node::set_nothrow_flag): New.
26327         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
26328         functions compiled with non-call exceptions that binds to current
26329         def.
26330         (propagate_nothrow): Be safe WRT interposition.
26331         * cgraph.h (set_nothrow_flag): Update prototype.
26333 2016-04-18  Jan Hubicka  <jh@suse.cz>
26335         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
26336         max_loop_iterations_int.
26337         (tree_unswitch_outer_loop): Likewise.
26339 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
26341         PR tree-optimization/69489
26342         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
26343         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
26344         Revise dump message.
26345         (if_convertible_bb_p): Remove check on edge count of basic block's
26346         predecessors.
26348 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
26350         PR tree-optimization/56625
26351         PR tree-optimization/69489
26352         * tree-data-ref.h (DR_INNERMOST): New macro.
26353         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
26354         hashing struct innermost_loop_behavior.
26355         (ref_DR_map): Remove.
26356         (innermost_DR_map): New map.
26357         (baseref_DR_map): Revise comment.
26358         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
26359         to innermost_DR_map accroding to its innermost loop behavior.
26360         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
26361         to its innermost loop behavior.
26362         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
26363         Add initialization for innermost_DR_map.  Record memory reference
26364         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
26365         have innermost loop behavior.
26366         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
26367         innermost_DR_map.
26369 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
26371         * config/i386/i386.md (*lea<mode>_general_1): Rename from
26372         *lea_general_1.  Use explicit SWI12 mode interator.
26373         (*lea<mode>_general_2): Rename from *lea_general_2.
26374         Use explicit SWI12 mode interator.
26375         (*lea<mode>_general_3): Rename from *lea_general_3.
26376         Use explicit SWI12 mode interator.
26377         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
26378         Use explicit SWI12 mode interator.
26379         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
26380         Use explicit SWI48 mode interator.
26382 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
26384         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
26385         Short-cut unaligned load and store cases.  Handle all integer
26386         vector modes.
26387         (ix86_expand_vector_move_misalign): Short-cut unaligned load
26388         and store cases.  Call ix86_avx256_split_vector_move_misalign
26389         directly without checking mode class.
26391 2016-04-20  Andrew Pinski  <apinski@cavium.com>
26392             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26394         PR target/64971
26395         * config/aarch64/aarch64.md (sibcall): Force call
26396         address to be DImode for ILP32.
26397         (sibcall_value): Likewise.
26399 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
26401         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
26403 2016-04-20  Richard Biener  <rguenther@suse.de>
26405         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
26406         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
26407         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
26408         (maybe_push_res_to_seq): Adjust.
26409         * gimple-fold.c (maybe_build_generic_op): Likewise.
26411 2016-04-20  Marek Polacek  <polacek@redhat.com>
26413         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
26414         rather than true.
26416 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
26418         * config/i386/sse.md (vec_unpacks_lo_hi): Always
26419         use kmovw to support AVX512F target.
26421 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
26423         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
26425 2016-04-20  Marek Polacek  <polacek@redhat.com>
26427         PR tree-optimization/70725
26428         * tree-if-conv.c (is_false_predicate): New function.
26429         (predicate_mem_writes): Use it.
26431 2016-04-20  Richard Biener  <rguenther@suse.de>
26433         PR tree-optimization/70726
26434         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
26435         shift amounts from a pattern stmt operand.
26437 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
26439         PR target/70674
26440         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
26441         stack_restore_from_fpr pattern when restoring r15.
26442         (s390_optimize_prologue): Strip away the memory barrier in the
26443         parallel when trying to get rid of restore insns.
26444         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
26445         definition for loading the stack pointer from an FPR.  Compared to
26446         the normal move insn this pattern includes a full memory barrier.
26448 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
26450         PR middle-end/70680
26451         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
26452         implicitly linear or lastprivate iterator on the outer context.
26454 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
26456         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
26457         alignment check.
26458         * config/i386/i386.md (ssememalign): Removed.
26459         * config/i386/sse.md: Remove ssememalign attribute from patterns.
26461 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
26463         PR target/69201
26464         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
26465         const short * to __builtin_ia32_loaddquhi512_mask.
26466         (_mm512_maskz_loadu_epi16): Likewise.
26467         (_mm512_mask_storeu_epi16): Pass short * to
26468         __builtin_ia32_storedquhi512_mask.
26469         (_mm512_mask_loadu_epi8): Pass const char * to
26470         __builtin_ia32_loaddquqi512_mask.
26471         (_mm512_maskz_loadu_epi8): Likewise.
26472         (_mm512_mask_storeu_epi8): Pass char * to
26473         __builtin_ia32_storedquqi512_mask.
26474         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
26475         const double * to __builtin_ia32_loadupd512_mask.
26476         (_mm512_mask_loadu_pd): Likewise.
26477         (_mm512_maskz_loadu_pd): Likewise.
26478         (_mm512_storeu_pd): Pass double * to
26479         __builtin_ia32_storeupd512_mask.
26480         (_mm512_mask_storeu_pd): Likewise.
26481         (_mm512_loadu_ps): Pass const float * to
26482         __builtin_ia32_loadups512_mask.
26483         (_mm512_mask_loadu_ps): Likewise.
26484         (_mm512_maskz_loadu_ps): Likewise.
26485         (_mm512_storeu_ps): Pass float * to
26486         __builtin_ia32_storeups512_mask.
26487         (_mm512_mask_storeu_ps): Likewise.
26488         (_mm512_mask_loadu_epi64): Pass const long long * to
26489         __builtin_ia32_loaddqudi512_mask.
26490         (_mm512_maskz_loadu_epi64): Likewise.
26491         (_mm512_mask_storeu_epi64): Pass long long *
26492         to __builtin_ia32_storedqudi512_mask.
26493         (_mm512_loadu_si512): Pass const int * to
26494         __builtin_ia32_loaddqusi512_mask.
26495         (_mm512_mask_loadu_epi32): Likewise.
26496         (_mm512_maskz_loadu_epi32): Likewise.
26497         (_mm512_storeu_si512): Pass int * to
26498         __builtin_ia32_storedqusi512_mask.
26499         (_mm512_mask_storeu_epi32): Likewise.
26500         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
26501         char * to __builtin_ia32_storedquqi256_mask.
26502         (_mm_mask_storeu_epi8): Likewise.
26503         (_mm256_mask_loadu_epi16): Pass const short * to
26504         __builtin_ia32_loaddquhi256_mask.
26505         (_mm256_maskz_loadu_epi16): Likewise.
26506         (_mm_mask_loadu_epi16): Pass const short * to
26507         __builtin_ia32_loaddquhi128_mask.
26508         (_mm_maskz_loadu_epi16): Likewise.
26509         (_mm256_mask_loadu_epi8): Pass const char * to
26510         __builtin_ia32_loaddquqi256_mask.
26511         (_mm256_maskz_loadu_epi8): Likewise.
26512         (_mm_mask_loadu_epi8): Pass const char * to
26513         __builtin_ia32_loaddquqi128_mask.
26514         (_mm_maskz_loadu_epi8): Likewise.
26515         (_mm256_mask_storeu_epi16): Pass short * to.
26516         __builtin_ia32_storedquhi256_mask.
26517         (_mm_mask_storeu_epi16): Pass short * to.
26518         __builtin_ia32_storedquhi128_mask.
26519         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
26520         const double * to __builtin_ia32_loadupd256_mask.
26521         (_mm256_maskz_loadu_pd): Likewise.
26522         (_mm_mask_loadu_pd): Pass onst double * to
26523         __builtin_ia32_loadupd128_mask.
26524         (_mm_maskz_loadu_pd): Likewise.
26525         (_mm256_mask_storeu_pd): Pass double * to
26526         __builtin_ia32_storeupd256_mask.
26527         (_mm_mask_storeu_pd): Pass double * to
26528         __builtin_ia32_storeupd128_mask.
26529         (_mm256_mask_loadu_ps): Pass const float * to
26530         __builtin_ia32_loadups256_mask.
26531         (_mm256_maskz_loadu_ps): Likewise.
26532         (_mm_mask_loadu_ps): Pass const float * to
26533         __builtin_ia32_loadups128_mask.
26534         (_mm_maskz_loadu_ps): Likewise.
26535         (_mm256_mask_storeu_ps): Pass float * to
26536         __builtin_ia32_storeups256_mask.
26537         (_mm_mask_storeu_ps): ass float * to
26538         __builtin_ia32_storeups128_mask.
26539         (_mm256_mask_loadu_epi64): Pass const long long * to
26540         __builtin_ia32_loaddqudi256_mask.
26541         (_mm256_maskz_loadu_epi64): Likewise.
26542         (_mm_mask_loadu_epi64): Pass const long long * to
26543         __builtin_ia32_loaddqudi128_mask.
26544         (_mm_maskz_loadu_epi64): Likewise.
26545         (_mm256_mask_storeu_epi64): Pass long long * to
26546         __builtin_ia32_storedqudi256_mask.
26547         (_mm_mask_storeu_epi64): Pass long long * to
26548         __builtin_ia32_storedqudi128_mask.
26549         (_mm256_mask_loadu_epi32): Pass const int * to
26550         __builtin_ia32_loaddqusi256_mask.
26551         (_mm256_maskz_loadu_epi32): Likewise.
26552         (_mm_mask_loadu_epi32): Pass const int * to
26553         __builtin_ia32_loaddqusi128_mask.
26554         (_mm_maskz_loadu_epi32): Likewise.
26555         (_mm256_mask_storeu_epi32): Pass int * to
26556         __builtin_ia32_storedqusi256_mask.
26557         (_mm_mask_storeu_epi32): Pass int * to
26558         __builtin_ia32_storedqusi128_mask.
26559         * config/i386/i386-builtin-types.def (PCSHORT): New.
26560         (PINT64): Likewise.
26561         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
26562         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
26563         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
26564         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
26565         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
26566         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
26567         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
26568         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
26569         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
26570         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
26571         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
26572         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
26573         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
26574         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
26575         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
26576         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
26577         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
26578         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
26579         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
26580         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
26581         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
26582         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
26583         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
26584         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
26585         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
26586         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
26587         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
26588         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
26589         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
26590         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
26591         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
26592         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
26593         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
26594         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
26595         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
26596         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
26597         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
26598         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
26599         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
26600         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
26601         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
26602         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
26603         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
26604         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
26605         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
26606         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
26607         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
26608         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
26609         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
26610         use UNSPEC_STOREU.
26611         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
26612         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
26613         load nor store.
26614         (ix86_expand_vector_move_misalign): Likewise.
26615         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
26616         to scalar function prototype for unaligned load/store builtins.
26617         (ix86_expand_special_args_builtin): Updated.
26618         * config/i386/sse.md (UNSPEC_LOADU): Removed.
26619         (UNSPEC_STOREU): Likewise.
26620         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
26621         (VI_ULOADSTORE_F_AVX512VL): Likewise.
26622         (ssescalarsize): Handle V4TI, V2TI and V1TI.
26623         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
26624         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
26625         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
26626         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
26627         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
26628         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
26629         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
26630         (<avx512>_storedqu<mode>_mask): Likewise.
26631         (*sse4_2_pcmpestr_unaligned): Likewise.
26632         (*sse4_2_pcmpistr_unaligned): Likewise.
26633         (*mov<mode>_internal): Renamed to ...
26634         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
26635         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
26636         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
26637         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
26639 2016-04-19  Richard Biener  <rguenther@suse.de>
26641         PR tree-optimization/70171
26642         * tree-ssa-phiprop.c: Include stor-layout.h.
26643         (phiprop_insert_phi): Handle the aggregate copy case.
26644         (propagate_with_phi): Likewise.
26646 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
26648         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
26649         instead of simplify_gen_subreg (... , 0).
26650         (ix86_delegitimize_address): Ditto.
26651         (ix86_split_divmod): Ditto.
26652         (ix86_split_copysign_const): Ditto.
26653         (ix86_split_copysign_var): Ditto.
26654         (ix86_expand_args_builtin): Ditto.
26655         (ix86_expand_round_builtin): Ditto.
26656         (ix86_expand_special_args_builtin): Ditto.
26657         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
26658         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
26659         (udivmodqi4): Ditto.
26660         (absneg splitters): Ditto.
26661         (*jcc_bt<mode>_1): Ditto.
26663 2016-04-19  Richard Biener  <rguenther@suse.de>
26665         PR tree-optimization/70724
26666         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
26667         restoring out from ...
26668         (free_scc_vn): ... here.
26669         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
26670         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
26671         tail merging.
26672         (pass_fre::execute): Restore SSA info.
26674 2016-04-19  Richard Biener  <rguenther@suse.de>
26676         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
26677         * gimple-walk.c (walk_gimple_op): Initialize it.
26678         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
26679         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
26680         remapping SSA names of defs.
26681         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
26682         adjustment.
26684 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
26686         PR middle-end/70689
26687         * lra-constraints.c (equiv_substition_p): New.
26688         (process_alt_operands): Use it.
26689         (swap_operands): Swap it.
26690         (curr_insn_transform): Update it.
26692 2016-04-18  Michael Matz  <matz@suse.de>
26694         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
26695         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
26696         * tree-core.h (tree_type_common.align): Use bit-field.
26697         (tree_type_common.spare): New.
26698         (tree_decl_common.off_align): Make smaller.
26699         (tree_decl_common.align): Use bit-field.
26701         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
26702         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
26703         (scan_sharing_clauses): Ditto.
26704         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
26705         (omp_finish_file): Ditto.
26706         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
26707         (layout_decl): Ditto.
26708         (relayout_decl): Ditto.
26709         (finalize_record_size): Use SET_TYPE_ALIGN.
26710         (finalize_type_size): Ditto.
26711         (finish_builtin_struct): Ditto.
26712         (layout_type): Ditto.
26713         (initialize_sizetypes): Ditto.
26714         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
26715         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
26716         (lookup_field_for_decl): Use SET_DECL_ALIGN.
26717         (get_chain_field): Ditto.
26718         (get_trampoline_type): Ditto.
26719         (get_nl_goto_field): Ditto.
26720         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
26721         SET_DECL_ALIGN.
26722         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
26723         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
26724         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
26725         (build_qualified_type): Use SET_TYPE_ALIGN.
26726         (build_aligned_type, build_range_type_1): Ditto.
26727         (build_atomic_base): Ditto.
26728         (build_common_tree_nodes): Ditto.
26729         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
26730         (expand_one_stack_var_at): Ditto.
26731         * coverage.c (build_var): Use SET_DECL_ALIGN.
26732         * except.c (init_eh): Ditto.
26733         * function.c (assign_parm_setup_block): Ditto.
26734         * symtab.c (increase_alignment_1): Ditto.
26735         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
26736         * tree-vect-stmts.c (ensure_base_align): Ditto.
26737         * varasm.c (align_variable): Ditto.
26738         (assemble_variable): Ditto.
26739         (build_constant_desc): Ditto.
26740         (output_constant_def_contents): Ditto.
26742         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
26743         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
26744         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
26745         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
26746         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
26748 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
26750         PR target/70708
26751         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
26752         replace %vmovsd with "%vmovq".
26753         (vec_concatv2df): Likewise.
26755 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
26757         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
26758         (*vec_extractv2si_0): Ditto.
26759         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
26760         (zero_extended_scalar_load_operand splitters): Ditto.
26761         (vec_extract splitters): Ditto.
26762         (*vec_extractv4si_0_zext): Ditto.
26763         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
26764         and lowpart_subreg.
26765         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
26766         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
26767         (*sse4_1_extractps): Use lowpart_subreg.
26768         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
26770 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26772         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
26773         gld requirements.
26774         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
26775         Mention Solaris 11 packaging changes.
26776         Update gas and gld requirements.
26777         Remove reference to pre-Solaris 10 bug.
26778         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
26779         systems and bugs.
26780         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
26781         with cc.
26783 2016-04-17  Jan Hubicka  <jh@suse.cz>
26785         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
26786         max_loop_iterations_int.
26788 2016-04-18  Richard Biener  <rguenther@suse.de>
26790         PR tree-optimization/43434
26791         * tree-ssa-structalias.c (struct vls_data): New.
26792         (visit_loadstore): Handle all pointer-based accesses.
26793         (compute_dependence_clique): Compute a bitmap of restrict tags
26794         assigned bases and pass it to visit_loadstore.
26796 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
26798         PR target/70711
26799         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
26800         armv8.1-a and armv8.1-a+crc.
26802 2016-04-18  Richard Biener  <rguenther@suse.de>
26804         PR tree-optimization/70701
26805         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
26806         references after translating through a memcpy.
26808 2016-04-18  Richard Biener  <rguenther@suse.de>
26810         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
26811         (compute_antic): ... here.  For partial antic use regular
26812         postorder and scrap iteration.
26813         (compute_partial_antic_aux): Remove unused return value.
26814         (init_pre): Do not allocate postorder.
26815         (fini_pre): Do not free postorder.
26817 2016-04-18  Richard Biener  <rguenther@suse.de>
26819         PR middle-end/37870
26820         * expmed.c (extract_bit_field_1): Remove broken case
26821         using a wider MODE_INT mode.
26823 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
26825         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
26826         unless compiling with at least GCC-4.8.
26828 2016-04-17  Jan Hubicka  <jh@suse.cz>
26830         PR bootstrap/70706
26831         * graphite.c (graphite_finalize): Update call to
26832         tree_estimate_probability.
26833         * predict.h (tree_estimate_probability): Update prototype.
26835 2016-04-17  Jan Hubicka  <jh@suse.cz>
26837         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
26838         (tree_estimate_probability): Likewise.
26839         (pass_profile::execute): Update.
26840         (report_predictor_hitrates): New function.
26841         * profile.c (compute_branch_probabilities): Use it.
26842         * predict.h (report_predictor_hitrates): Declare.
26844 2016-04-17  Jan Hubicka  <jh@suse.cz>
26846         PR ipa/70018
26847         * cgraph.h (cgraph_node::set_const_flag,
26848         cgraph_node::set_pure_flag): Update prototype to return bool;
26849         update comment.
26850         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
26851         of interposable symbol are interposable, too.
26852         (cgraph_set_const_flag_1): Rename to ...
26853         (set_const_flag_1): ... this one; change to self recursive function
26854         instead of call_for_symbol_thunks_and_aliases. Handle correctly
26855         clearnig the flag in all variants and also virtual thunks of const
26856         functions are pure; track if any change was done.
26857         (cgraph_node::set_const_flag): Update.
26858         (struct set_pure_flag_info): New struct.
26859         (cgraph_set_pure_flag_1): Rename to ...
26860         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
26861         rather than pointer encoded flags; track if any changes was done;
26862         handle correctly clearning flag and setting flag of aliases already
26863         declared const.
26864         (cgraph_node::set_pure_flag): Update.
26865         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
26867 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26869         PR other/70433
26870         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
26871         backslash in label.
26873 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26875         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
26876         '{}<> ' as escape-for-record.
26878 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26880         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
26881         structure.
26883 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26885         PR other/70185
26886         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
26887         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
26888         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
26889         * passes.c (finish_optimization_passes): Only call
26890         finish_graph_dump_file if dfi->graph_dump_initialized.
26891         (execute_function_dump, pass_init_dump_file): Use
26892         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
26894 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26896         PR tree-optimization/70256
26897         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
26898         (debug_varmap): New function.
26900 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26902         PR other/70183
26903         * passes.c (pass_manager::register_pass): Propagate pflags.
26905 2016-04-17  Tom de Vries  <tom@codesourcery.com>
26907         PR other/68875
26908         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
26909         * passes.c (pass_manager::pass_manager): Declare and init p_start in
26910         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
26911         check if it's equal to p_start.
26912         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
26914 2016-04-15  Jan Hubicka  <jh@suse.cz>
26916         PR ipa/70018
26917         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
26918         function does not bind to current def.
26919         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
26920         handle conservatively calls to functions that does not need to bind
26921         to current def.
26922         (check_call): Update call of worse_state.
26923         (ignore_edge_for_nothrow): Update.
26924         (ignore_edge_for_pure_const): Likewise.
26925         (propagate_pure_const): Update calls to worse_state.
26926         (skip_function_for_local_pure_const): Reformat comments.
26928 2016-04-15  Jan Hubicka  <jh@suse.cz>
26930         PR ipa/70018
26931         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
26932         (cgraph_node::function_symbol): Likewise.
26933         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
26934         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
26935         (symtab_node::ultimate_alias_target): Add REF parameter.
26936         (symtab_node::binds_to_current_def_p): Declare.
26937         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
26938         (cgraph_node::function_symbol): Likewise.
26939         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
26940         (cgraph_node::get_availability): Likewise.
26941         (cgraph_edge::binds_to_current_def_p): New inline function.
26942         (varpool_node::get_availability): Add REF parameter.
26943         (varpool_node::ultimate_alias_target): Likewise.
26944         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
26945         (symtab_node::binds_to_current_def_p): Likewise.
26946         * varpool.c (varpool_node::get_availability): Likewise.
26948 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
26950         PR target/70662
26951         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
26952         Fix mode size check.
26954 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
26956         * BASE-VER: Set to 7.0.0.
26958 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
26960         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
26962 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26964         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
26965         architecture revisions.
26967 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
26969         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
26970         * config/i386/i386.c (ix86_using_red_zone): No longer static.
26971         * config/i386/i386.md (stack decrement to push peepholes): Guard
26972         with !x86_using_red_zone ().
26974 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
26976         PR c++/70675
26977         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
26978         to dump_generic_node.
26979         (NIY): Pass also flags to do_niy.
26981 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26983         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
26984         (simd_clone_vector_of_formal_parm_types)
26985         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
26986         (simd_clone_mangle, simd_clone_create)
26987         (simd_clone_adjust_return_type, create_tmp_simd_array)
26988         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
26989         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
26990         (ipa_simd_modify_function_body, simd_clone_linear_addend)
26991         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
26992         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
26993         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
26994         * omp-simd-clone.c: ... this new file.
26995         (simd_clone_vector_of_formal_parm_types): Make it static.
26996         * Makefile.in (OBJS): Add omp-simd-clone.o.
26998 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
27000         PR target/70662
27001         * config/i386/sse.md: Use proper memory operand modifiers.
27004 2016-04-15  Richard Biener  <rguenther@suse.de>
27005         Alan Modra  <amodra@gmail.com>
27007         PR tree-optimization/70130
27008         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
27009         when alignment stays not the same and no not use the realign
27010         scheme then.
27012 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
27014         PR target/70669
27015         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
27016         direct move handlers for KFmode. Change TFmode handlers test from
27017         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
27019 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
27021         PR c++/70594
27022         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
27023         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
27024         (inlined_polymorphic_ctor_dtor_block_p): Use it.
27025         * tree-ssa-live.c (remove_unused_scope_block_p): When
27026         in_ctor_dtor_block, avoid discarding not just BLOCKs with
27027         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
27028         block_ultimate_origin is FUNCTION_DECL.
27029         (remove_unused_locals): If current_function_decl is
27030         polymorphic_ctor_dtor_p, pass initial true to
27031         remove_unused_scope_block_p' is_ctor_dtor_block.
27033 2016-04-14  Martin Sebor  <msebor@redhat.com>
27035         PR c++/69517
27036         PR c++/70019
27037         PR c++/70588
27038         * doc/extend.texi (Variable Length): Revert.
27040 2016-04-14  Marek Polacek  <polacek@redhat.com>
27041             Jan Hubicka  <hubicka@ucw.cz>
27043         PR c++/70029
27044         * tree.c (verify_type): Disable the canonical type of main variant
27045         check.
27047 2016-04-14  Jason Merrill  <jason@redhat.com>
27049         * cfgexpand.c, expr.c: Revert previous change.
27051 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
27053         PR middle-end/70643
27054         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
27055         when building a mem ref for the incoming reduction variable.
27057 2016-04-14  Richard Biener  <rguenther@suse.de>
27059         PR tree-optimization/70614
27060         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
27061         loop if the evolution dropped to chrec_dont_know.
27062         (interpret_condition_phi): Likewise.
27064 2016-04-14  Richard Biener  <rguenther@suse.de>
27066         PR tree-optimization/70623
27067         * tree-ssa-pre.c (changed_blocks): Make global ...
27068         (compute_antic): ... local here.  Move and fix worklist
27069         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
27070         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
27071         worklist handling, dump when ANTIC_IN changed.
27072         (compute_partial_antic_aux): Remove worklist handling.
27073         (init_pre): Do not compute post dominators.  Add a comment about
27074         the CFG order chosen.
27075         (fini_pre): Do not free post dominators.
27077 2016-04-13  Martin Sebor  <msebor@redhat.com>
27079         PR c++/69517
27080         PR c++/70019
27081         PR c++/70588
27082         * doc/extend.texi (Variable Length): Document C++ specifics.
27084 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
27086         PR c++/70641
27087         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
27088         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
27089         eh edges have been purged.
27091         PR c++/70594
27092         * tree-sra.c (create_access_replacement,
27093         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
27094         gets fancy name.
27095         * tree-pretty-print.c (dump_fancy_name): New function.
27096         (dump_decl_name, dump_generic_node): Use it.
27098 2016-04-13  Jason Merrill  <jason@redhat.com>
27100         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
27101         * expr.c (expand_expr_real_1): Likewise.
27103 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
27105         * config/i386/i386.md (kunpckhi): Swap operands.
27106         (kunpcksi): Likewise.
27107         (kunpckdi): Likewise.
27108         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
27109         (vec_pack_trunc_<mode>): Likewise.
27111 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
27113         PR debug/70628
27114         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
27116         PR middle-end/70633
27117         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
27118         gimplification turns some element into non-constant.
27120         PR debug/70628
27121         * rtl.h (convert_memory_address_addr_space_1): New prototype.
27122         * explow.c (convert_memory_address_addr_space_1): No longer static,
27123         add NO_EMIT argument and don't call convert_modes if true, pass
27124         it down recursively, remove break after return.
27125         (convert_memory_address_addr_space): Adjust caller.
27126         * simplify-rtx.c (simplify_unary_operation_1): Call
27127         convert_memory_address_addr_space_1 instead of convert_memory_address,
27128         if it returns NULL, don't simplify.
27130 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
27132         PR target/70630
27133         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
27135 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
27137         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
27138         Bump the upper SIMDLEN limits, so that if the return type or
27139         characteristic type if the return type is void can be passed in
27140         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
27141         allowed.
27143 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
27145         PR target/70640
27146         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
27147         Do not use "=" constraint on an input constraint.
27148         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
27149         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
27150         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
27151         generates (neg (abs ...)) instead of (abs ...).
27153 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
27155         PR rtl-optimization/70596
27156         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
27157         just invalidate LRA data and reset them.  Adjust dump wording.
27159 2016-04-12  Martin Liska  <mliska@suse.cz>
27161         Revert
27162         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
27164         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
27165         estimates here.
27166         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
27167         max_loop_iterations_int.
27168         (tree_unswitch_outer_loop): Likewise.
27169         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
27170         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
27172 2016-04-12  Tom de Vries  <tom@codesourcery.com>
27174         PR tree-optimization/68756
27175         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
27176         instead of new_name.
27178 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
27180         PR tree-optimization/70602
27181         * tree-sra.c (generate_subtree_copies): Don't write anything into
27182         constant pool decls.
27184         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
27185         regardless whether there are depend clauses or not.
27187 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
27189         PR target/70381
27190         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
27191         target attribute and pragma from changing the -mfloat128
27192         and -mfloat128-hardware options.
27194         * doc/extend.texi (Additional Floating Types): Document PowerPC
27195         __float128 restrictions.
27197 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
27199         PR target/70133
27200         * config/aarch64/driver-aarch64.c
27201         (aarch64_get_extension_string_for_isa_flags): New.
27202         (arch_extension): Rename to...
27203         (aarch64_arch_extension): ...This.
27204         (ext_to_feat_string): Rename to...
27205         (aarch64_extensions): ...This.
27206         (aarch64_core_data): Keep track of architecture extension flags.
27207         (cpu_data): Rename to...
27208         (aarch64_cpu_data): ...This.
27209         (aarch64_arch_driver_info): Keep track of architecture extension
27210         flags.
27211         (get_arch_name_from_id): Rename to...
27212         (get_arch_from_id): ...This, change return type.
27213         (host_detect_local_cpu): Update and reformat for renames, handle
27214         extensions through common infrastructure.
27216 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
27218         PR target/70133
27219         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
27220         track of a canonical flag name.
27221         (all_extensions): Likewise.
27222         (arch_to_arch_name): Also track extension flags enabled by the arch.
27223         (all_architectures): Likewise.
27224         (aarch64_parse_extension): Move to here.
27225         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
27226         rework.
27227         (aarch64_rewrite_selected_cpu): Update for above change.
27228         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
27229         are handled, such that the single explicit value enabled by an
27230         extension is kept seperate from the implicit values it also enables.
27231         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
27232         to here.
27233         (aarch64_parse_extension): New.
27234         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
27235         here to config/aarch64/aarch64-protos.h.
27236         (aarch64_parse_extension): Move from here to
27237         common/config/aarch64/aarch64-common.c.
27238         (aarch64_option_print): Update.
27239         (aarch64_declare_function_name): Likewise.
27240         (aarch64_start_file): Likewise.
27241         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
27242         the canonical flag for extensions.
27243         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
27244         flags.
27246 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
27248         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
27249         AARCH64_FL_CRC.
27251 2016-04-09  Tom de Vries  <tom@codesourcery.com>
27253         PR tree-optimization/68953
27254         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
27255         first to last subscript.
27257 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
27259         PR tree-optimization/70586
27260         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
27261         for any calls.
27263 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
27265         PR lto/70289
27266         PR ipa/70348
27267         PR tree-optimization/70373
27268         PR middle-end/70533
27269         PR middle-end/70534
27270         PR middle-end/70535
27271         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
27272         clauses for acc parallel reductions as necessary.  Error on those
27273         that are private.
27274         * omp-low.c (scan_sharing_clauses): Don't install variables which
27275         are used in acc parallel reductions.
27276         (lower_rec_input_clauses): Remove dead code.
27277         (lower_oacc_reductions): Add support for reference reductions.
27278         (lower_reduction_clauses): Remove dead code.
27279         (lower_omp_target): Don't remap variables appearing in acc parallel
27280         reductions.
27281         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
27283 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
27285         PR middle-end/70593
27286         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
27287         with multiple SSA_NAME defs, force the outputs other than first
27288         to be live before calling live_track_process_def on each output.
27290         PR rtl-optimization/70574
27291         * fwprop.c (forward_propagate_and_simplify): Don't add
27292         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
27293         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
27294         paradoxical subregs within *loc.
27296 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
27298         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
27299         -ftree-parallelize-loops={0,1}.
27300         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
27301         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
27302         * config/ia64/hpux.h (LIB_SPEC): Likewise.
27303         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
27304         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
27306 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
27308         PR sanitizer/70541
27309         * asan.c (instrument_derefs): If we get unknown location, extract it
27310         with EXPR_LOCATION.
27311         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
27313 2016-04-08  Tom de Vries  <tom@codesourcery.com>
27315         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
27316         implicit firstprivate clause.
27318 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27320         PR target/70566
27321         * config/arm/thumb2.md (tst + branch-> lsls + branch
27322         peephole below *orsi_not_shiftsi_si): Require that condition
27323         register is dead after the peephole.
27324         (second peephole after the above): Likewise.
27326 2016-04-08  Alan Modra  <amodra@gmail.com>
27328         PR target/70117
27329         * builtins.c (fold_builtin_classify): For IBM extended precision,
27330         look at just the high-order double to test for NaN.
27331         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
27332         test just the high double for Inf but both doubles for subnormal
27333         limit.
27335 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
27337         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
27338         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
27339         node->simdclone->mask_mode != VOIDmode masks.
27340         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
27341         earlier, use it instead of node->simdclone.
27342         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
27343         Set clonei->mask_mode.
27345 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
27347         PR c/70436
27348         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
27349         Pass it through to cp_parser_already_scoped_statement.
27350         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
27351         it through to cp_parser_statement.
27352         (cp_parser_statement): Pass IF_P through to
27353         cp_parser_iteration_statement.
27354         (cp_parser_pragma): Adjust call to
27355         cp_parser_iteration_statement.
27357 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
27359         PR c/70436
27360         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
27361         resolve a future -Wparentheses warning.
27362         * omp-low.c (scan_sharing_clauses): Likewise.
27363         * tree-parloops.c (eliminate_local_variables): Likewise.
27365 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
27367         PR rtl-optimization/70398
27368         * lra-constraints.c (process_address_1): Check zero scale and code
27369         for reloading with zero scale.
27371 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
27373         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
27374         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
27376 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
27378         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
27379         Add support for AVX512F clones, include them by default for
27380         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
27381         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
27382         up to 128.
27384         PR middle-end/70550
27385         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
27386         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
27387         firstprivate clauses.
27388         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
27389         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
27390         (lower_omp_target): Set TREE_NO_WARNING for
27391         non-addressable possibly uninitialized vars which are copied into
27392         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
27394 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
27396         * config/pa/predicates.md (integer_store_memory_operand): Accept
27397         REG+D operands with a large offset when reload_in_progress is true.
27398         (floating_point_store_memory_operand): Likewise.
27400 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
27402         PR c++/70336
27403         * match.pd (nested int casts): Limit to GIMPLE.
27405 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
27407         PR ipa/66223
27408         * ipa-devirt.c (maybe_record_node): Fix comment; use
27409         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
27411 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
27413         PR rtl-optimization/70542
27414         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
27415         if there are any uses other than insn or debug insns.
27417 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
27418             Jakub Jelinek  <jakub@redhat.com>
27420         PR tree-optimization/70509
27421         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
27422         Shift HOST_WIDE_INT_1U instead of 1.
27424 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
27426         PR tree-optimization/70509
27427         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
27428         of the vector base type for index.
27430 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
27432         PR target/70510
27433         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
27435 2016-04-05  Richard Biener  <rguenther@suse.de>
27437         PR tree-optimization/70526
27438         * tree-sra.c (build_ref_for_offset): Use prev_base to
27439         extract the alias pointer type.
27441 2016-04-05  Richard Biener  <rguenther@suse.de>
27443         * dse.c (struct store_info): Remove alias_set member.
27444         (struct read_info_type): Likewise.
27445         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
27446         spill_deleted, clear_alias_set_lookup): Remove.
27447         (get_group_info): Remove dead base == NULL_RTX case.
27448         (dse_step0): Remove initialization of removed variables.
27449         (delete_dead_store_insn): Reomve alias set dumping.
27450         (free_read_records): Remove alias_set handling.
27451         (canon_address): Remove alias_set_out parameter.
27452         (record_store): Remove spill_alias_set, it's always zero.
27453         (check_mem_read_rtx): Likewise.
27454         (dse_step2): Rename from ...
27455         (dse_step2_nospill): ... this.  Adjust.
27456         (scan_stores): Rename from ...
27457         (scan_stores_nospill): ... this.
27458         (scan_reads): Rename from ...
27459         (scan_reads_nospill): ... this.
27460         (scan_stores_spill, scan_reads_spill): Remove.
27461         (dse_step3_scan): Remove for_spills argument which is always false.
27462         (dse_step3): Likewise.
27463         (dse_step5): Rename from ...
27464         (dse_step5_nospill): ... this.  Remove alias_set handling.
27465         (rest_of_handle_dse): Adjust.
27467 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
27469         PR target/70525
27470         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
27471         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
27472         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
27473         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
27475 2016-04-05  Richard Biener  <rguenther@suse.de>
27477         PR middle-end/70499
27478         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
27479         non-register type temporaries into SSA.
27481 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
27483         PR ipa/66223
27484         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
27485         calls when sanitizing.
27486         (possible_polymorphic_call_target_p): Fix formatting.
27488 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27489             Jakub Jelinek  <jakub@redhat.com>
27491         PR middle-end/70457
27492         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
27493         to ensure a call statement is compatible with a built-in's
27494         prototype.
27495         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
27496         Likewise.
27498 2016-04-04  Richard Biener  <rguenther@suse.de>
27500         PR rtl-optimization/70484
27501         * rtl.h (canon_output_dependence): Declare.
27502         * alias.c (canon_output_dependence): New function.
27503         * dse.c (record_store): Use canon_output_dependence rather
27504         than canon_true_dependence.
27506 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
27508         PR ipa/68881
27509         * cgraph.h (symtab_node::copy_visibility_from): New function.
27510         * symtab.c (symtab_node::copy_visibility_from): New function.
27511         * ipa-visibility.c (optimize_weakref): New function.
27512         (function_and_variable_visibility): Use it.
27514 2016-04-04  Martin Liska  <mliska@suse.cz>
27516         PR hsa/70402
27517         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
27518         value that is really in range handled by SBR instruction.
27519         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
27520         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
27521         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
27523 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
27525         PR target/70416
27526         PR target/67391
27527         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
27528         set, but not for SP_REG operands.
27530 2016-04-02  Martin Sebor  <msebor@redhat.com>
27532         PR c++/67376
27533         * fold-const.c (maybe_nonzero_address): New function.
27534         (fold_comparison): Call it.  Fold equality and relational
27535         expressions involving null pointers.
27536         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
27538 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
27540         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
27541         the "Y" constraint (scalar FP 0.0 immediate).
27543         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
27544         Add the "const_double" to the list of operand constraints.
27546 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
27548         PR rtl-optimization/70467
27549         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
27550         If low word of the last operand is 0, just emit addition/subtraction
27551         for the high word.
27553 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
27555         PR target/70404
27556         * config/s390/s390.c (s390_expand_insv): Check for everything
27557         constant instead of just VOIDmode stuff.
27559 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
27561         PR target/70496
27562         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
27564 2016-04-01  Nathan Sidwell  <nathan@acm.org>
27566         * tree.def (TRY_CATCH_EXPR): Correct documentation.
27568 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
27570         PR rtl-optimization/70461
27571         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
27572         is necessary.
27574 2016-03-31  Martin Liska  <mliska@suse.cz>
27576         PR hsa/70399
27577         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
27578         a tree value or an immediate integer value to a buffer
27579         that is eventually copied to a BRIG section.
27580         (emit_immediate_operand): Call the function here.
27581         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
27582         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
27583         of class' fields that are removed.
27584         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
27585         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
27586         m_brig_repr_size fields.
27588 2016-03-31  Martin Liska  <mliska@suse.cz>
27590         PR hsa/70391
27591         * hsa-gen.c (hsa_function_representation::update_dominance): New
27592         function.
27593         (convert_addr_to_flat_segment): Likewise.
27594         (gen_hsa_memory_set): New alignment argument.
27595         (gen_hsa_ctor_assignment): Likewise.
27596         (gen_hsa_insns_for_single_assignment): Provide alignment
27597         to gen_hsa_ctor_assignment.
27598         (gen_hsa_insns_for_direct_call): Add new argument.
27599         (expand_lhs_of_string_op): New function.
27600         (expand_string_operation_builtin): Likewise.
27601         (expand_memory_copy): New function.
27602         (expand_memory_set): New function.
27603         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
27604         (convert_switch_statements): Change signature.
27605         (generate_hsa): Use a return value of the function.
27606         (pass_gen_hsail::execute): Do not call
27607         convert_switch_statements here.
27608         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
27609         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
27610         (hsa_function_representation::update_dominance): New function.
27612 2016-03-31  Martin Liska  <mliska@suse.cz>
27614         PR hsa/70391
27615         * hsa-brig.c (emit_directive_variable): Emit alignment
27616         according to hsa_symbol::m_align.
27617         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
27618         (dump_hsa_symbol): Dump alignment of HSA symbols.
27619         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
27620         (gen_hsa_addr_with_align): New function.
27621         (hsa_bitmemref_alignment): Use newly added function.
27622         (gen_hsa_insns_for_load): Likewise.
27623         (gen_hsa_insns_for_store): Likewise.
27624         (gen_hsa_memory_copy): New argument added.
27625         (gen_hsa_insns_for_single_assignment): Respect
27626         alignment for assignments processed via gen_hsa_memory_copy.
27627         (gen_hsa_insns_for_direct_call): Likewise.
27628         (gen_hsa_insns_for_return): Likewise.
27629         (gen_function_def_parameters): Set default alignment.
27630         * hsa.c (hsa_object_alignment): New function.
27631         (hsa_byte_alignment): Pasted function.
27632         * hsa.h (hsa_symbol::m_align): New field.
27634 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
27636         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
27637         scratch field for goto case.
27639 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
27641         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
27643 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
27645         PR target/70442
27646         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
27647         (scalar_chain::convert_insn): Call convert_op for reg
27648         moves to handle undefined registers.
27650 2016-03-31  Nathan Sidwell  <nathan@acm.org>
27652         PR c++/70393
27653         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
27654         Assert we don't want to move backwards.
27656 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
27658         PR target/70453
27659         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
27661 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
27663         PR rtl-optimization/70460
27664         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
27665         with operand from REG_LABEL_OPERAND, instead substitute
27666         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
27667         Don't do anything for REG_NON_LOCAL_GOTO jumps.
27669 2016-03-31  Martin Liska  <mliska@suse.cz>
27671         * passes.c (execute_one_pass): Do not call
27672         todo_after for a discarded function.
27674 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
27676         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
27677         (no_cost, infinite_cost): Initialize the new field.
27678         (get_computation_cost_at): Record setup cost.
27679         (determine_use_iv_cost_address): Skip cost computation for sub
27680         uses if we can estimate it without losing accuracy.
27682 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
27684         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
27685         estimates here.
27686         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
27687         max_loop_iterations_int.
27688         (tree_unswitch_outer_loop): Likewise.
27689         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
27690         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
27692 2016-03-30  Richard Biener  <rguenther@suse.de>
27694         PR middle-end/70450
27695         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
27697 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
27699         PR target/70421
27700         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
27701         in gen_blendm expander.
27703 2016-03-30  Nick Clifton  <nickc@redhat.com>
27705         PR target/62254
27706         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
27707         case where we are already provided with an SImode SUBREG.
27709 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
27711         PR target/70439
27712         * config/i386/i386.c (ix86_expand_epilogue): Properly check
27713         conflict between DRAP register and __builtin_eh_return.
27715 2016-03-30  Michael Matz  <matz@suse.de>
27716             Richard Biener  <rguenther@suse.de>
27718         PR ipa/12392
27719         * ipa-polymorphic-call.c (struct type_change_info): Change
27720         speculative to an unsigned allowing to limit the work we do.
27721         (csftc_abort_walking_p): New inline function..
27722         (check_stmt_for_type_change): Limit the number of may-defs
27723         skipped for speculative devirtualization to
27724         max-speculative-devirt-maydefs.
27725         * params.def (max-speculative-devirt-maydefs): New param.
27726         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
27728 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
27730         PR target/63890
27731         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
27732         and TARGET_MACHO.
27734 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
27736         PR tree-optimization/59124
27737         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
27738         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
27740 2016-03-29  Jeff Law  <law@redhat.com>
27742         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
27744 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
27746         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
27747         to HOST_WIDE_INT.
27749 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
27751         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
27752         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
27753         gcrt0.o if linking dynamically.
27755 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
27757         PR ipa/70283
27758         * ipa-devirt.c (methods_equal_p): New function.
27759         (compare_virtual_tables): Use it.
27760         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
27761         * cgraphclones.c (clone_function_name_1): Use
27762         symbol_table::symbol_suffix_separator.
27763         * coverage.c (build_var): Likewise.
27764         * symtab.c (symbol_table::symbol_suffix_separator): New.
27766 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
27768         PR rtl-optimization/70429
27769         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
27770         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
27771         mode != result_mode.
27773         PR c++/70353
27774         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
27776         PR tree-optimization/70405
27777         * ssa-iterators.h (num_imm_uses): Add missing braces.
27779 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
27781         PR rtl-optimization/68695
27782         * ira-color.c (allocno_copy_cost_saving): New.
27783         (improve_allocation): Use it.
27785 2016-03-29  Richard Henderson  <rth@redhat.com>
27787         PR middle-end/70355
27788         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
27790 2016-03-29  Richard Biener  <rguenther@suse.de>
27792         PR middle-end/70424
27793         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
27794         use alignment returned by get_pointer_alignment_1 if it is
27795         bigger than BITS_PER_UNIT.
27796         * builtins.c (get_pointer_alignment_1): Do not return true
27797         for alignment extracted from SSA info.
27799 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
27801         * config/ft32/ft32.opt (mnodiv): New.
27802         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
27803         * doc/invoke.texi (FT32 Options -mnodiv): New.
27805 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
27807         PR target/70406
27808         * config/i386/i386.md (define_split, andn): Fix modes.
27810 2016-03-26  Richard Biener  <rguenther@suse.de>
27811             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
27813         PR ipa/70366
27814         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
27815         instead of
27816         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
27817         as 2nd argument to cl_optimization_restore().
27819 2016-03-25  Richard Henderson  <rth@redhat.com>
27821         PR target/70120
27822         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
27823         * config/aarch64/aarch64-protos.h: Declare it.
27824         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
27826 2016-03-25  Alan Modra  <amodra@gmail.com>
27828         PR target/70052
27829         * config/rs6000/constraints.md (j): Simplify.
27830         * config/rs6000/predicates.md (easy_fp_constant): Exclude
27831         decimal float 0.D.
27832         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
27833         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
27834          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
27835         in all constraint alternatives.
27836         (movtd_64bit_nodm): Delete "j" constraint alternative.
27838 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
27840         * tree-ssa-propagate.c: Enhance docs for
27841         SSA_PROP_NOT_INTERESTING.
27843 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
27845         * doc/extend.texi: Fix typo in documentation to pure attribute.
27847 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
27849         PR target/70319
27850         * config/pa/pa.md (bswapdi2): Use a scratch register.
27852 2016-03-24  Richard Henderson  <rth@redhat.com>
27854         PR middle-end/69845
27855         * fold-const.c (extract_muldiv_1): Correct test for multiplication
27856         overflow.
27858 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
27860         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
27861         using ix86_expand_binary_operator instead of gen_andsi3.
27863 2016-03-24  Richard Biener  <rguenther@suse.de>
27865         PR tree-optimization/70396
27866         * tree-vect-stmts.c (vectorizable_comparison): Use
27867         get_vectype_for_scalar_type.
27869 2016-03-24  Richard Biener  <rguenther@suse.de>
27871         PR middle-end/70370
27872         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
27873         with register bases.
27875 2016-03-24  Richard Biener  <rguenther@suse.de>
27877         PR tree-optimization/70372
27878         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
27879         build_all_ones_cst to also handle vector types correctly.
27881 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
27883         PR target/70381
27884         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
27885         -mfloat128 here.
27887 2016-03-23  Marek Polacek  <polacek@redhat.com>
27889         PR c++/69884
27890         * doc/invoke.texi: Document -Wignored-attributes.
27892 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
27894         PR tree-optimization/69042
27895         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
27896         parameter from 30 to 40.
27898 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
27900         PR tree-optimization/69042
27901         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
27902         for use with constant offset stripped in base.
27904 2016-03-23  Richard Biener  <rguenther@suse.de>
27906         PR middle-end/70251
27907         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
27908         mode compatibility check.
27909         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
27911 2016-03-23  Jeff Law  <law@redhat.com>
27913         PR tree-optimization/64058
27914         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
27915         CONFLICT_COUNT.
27916         (struct ssa_conflicts): Move up earlier in the file.
27917         (conflicts_, var_map_): New static variables.
27918         (initialize_conflict_count): New function to initialize the
27919         CONFLICT_COUNT field for each conflict pair.
27920         (compare_pairs): Lazily initialize the conflict count and use it
27921         as the first tie-breaker.
27922         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
27923         and wipe conflicts_ and map_ around the call to qsort.  Remove
27924         special case for 2 coalesce pairs.
27925         * bitmap.c (bitmap_count_unique_bits): New function.
27926         (bitmap_count_bits_in_word): New function, extracted from
27927         bitmap_count_bits.
27928         (bitmap_count_bits): Use bitmap_count_bits_in_word.
27929         * bitmap.h (bitmap_count_unique_bits): Declare it.
27931 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
27933         PR target/69917
27934         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
27935         transparent alias chain for decl assembler name.
27936         * config/sol2.c (solaris_assemble_visibility): Likewise.
27938 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27940         * config/arm/arm1020e.md (1020call_op): Reduce reservation
27941         duration.
27942         (v10_fdivs): Likewise.
27943         (v10_fdivd): Likewise.
27945 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27947         PR driver/70132
27948         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
27949         to not call fclose twice on file.
27951 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
27953         PR tree-optimization/70354
27954         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
27955         oprnd0 is wider than oprnd1 and there is a cast from the wider
27956         type to oprnd1, mask it with the mask of the narrower type.
27958         PR target/70321
27959         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
27960         Optimize TARGET_STV splitters, if high or low word of last argument
27961         is 0 or -1.
27963 2016-03-22  Jeff Law  <law@redhat.com>
27965         PR target/70232
27966         tree-ssa-threadbackward.c
27967         (fsm_find_control_statement_thread_paths): Correctly distinguish
27968         between old style jump threads vs FSM jump threads.
27970 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
27972         PR target/70302
27973         * config/i386/i386.c (scalar_chain::convert_op): Support
27974         uninitialized register usage case.
27976 2016-03-22  Richard Biener  <rguenther@suse.de>
27978         PR middle-end/70251
27979         * genmatch.c (gen_transform): Adjust last parameter to a three-state
27980         int...
27981         (capture::gen_transform): ... to change behavior when substituting
27982         a condition into cond or not-cond expr context.
27983         (dt_simplify::gen_1): Adjust.
27984         * gimple-match-head.c: Include gimplify.h for unshare_expr.
27985         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
27986         last change and instead change to
27987         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
27988         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
27990 2016-03-22  Anthony Green  <green@moxielogic.com>
27992         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
27993         issue for moxiebox targets.
27994         (CC1PLUS_SPEC): Ditto.
27996 2016-03-22  Richard Biener  <rguenther@suse.de>
27998         PR middle-end/70333
27999         * fold-const.c (extract_muldiv_1): Properly perform multiplication
28000         in the wide type.
28002 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
28004         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
28006 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
28008         PR target/70325
28009         * config/i386/i386.c (def_builtin): Handle
28010         OPTION_MASK_ISA_AVX512VL to be and-ed with other
28011         bits.
28012         (const struct builtin_description bdesc_special_args[]):
28013         Remove duplicate ISA bits.
28015 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
28017         PR target/70329
28018         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
28019         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
28020         in a way that works also for AVX512BW.
28022         PR target/70300
28023         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
28024         instead of source if operands[1] is xmm16 and above and
28025         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
28026         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
28028         PR c++/70295
28029         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
28030         on assign if (*from_p) is a comparison, set it to
28031         TREE_NO_WARNING (*from_p).
28033 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
28035         PR middle-end/70326
28036         * lra.c (restore_scratches): Ignore deleted insns.
28038 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
28039             Jakub Jelinek  <jakub@redhat.com>
28041         PR tree-optimization/70317
28042         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
28043         to HONOR_NANS.
28045 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
28047         PR target/70327
28048         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
28049         of ix86_expand_move.
28050         (movoi): Ditto.
28051         (movti): Use general_operand for operand 1 predicate.
28053 2016-03-21  Martin Liska  <mliska@suse.cz>
28055         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
28056         insns.
28057         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
28059 2016-03-21  Martin Liska  <mliska@suse.cz>
28061         PR ipa/70306
28062         * ipa-icf.c (sem_function::parse): Skip static
28063         constructors and destructors.
28065 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
28067         PR target/70296
28068         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
28069         function-like macro, peek following token(s) if it is followed
28070         by CPP_OPEN_PAREN token with optional padding in between, and
28071         if not, don't treat it like a macro.
28073 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28074             Alexander Monakov  <amonakov@ispras.ru>
28076         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
28077         for the stabs debug format.
28079 2016-03-21  Richard Biener  <rguenther@suse.de>
28081         PR tree-optimization/70310
28082         * tree-vect-generic.c (expand_vector_condition): Fold the built
28083         condition.
28085 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
28087         PR target/70293
28088         * config/i386/sse.md (define_insn "*vec_dup<mode>"/AVX2):
28089         Block third alternative for AVX-512VL target,
28091 2016-03-21  Martin Liska  <mliska@suse.cz>
28093         PR hsa/70234
28094         * hsa-brig.c (emit_function_directives): Mark unemitted
28095         global variables for emission.
28096         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
28097         (get_symbol_for_decl): Likewise.
28098         * hsa.h (struct hsa_symbol): New flag.
28100 2016-03-21  Richard Biener  <rguenther@suse.de>
28102         PR tree-optimization/70288
28103         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
28104         we do not estimate unsimplified all-constant conditionals or
28105         switches as optimized away.
28107 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
28109         PR rtl-optimization/69102
28110         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
28111         when we have a readonly dependency context.
28113 2016-03-18  Jeff Law  <law@redhat.com>
28115         PR rtl-optimization/70263
28116         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
28117         (update_equiv_regs): When trying to move a store to after the insn
28118         that sets the source of the store, make sure the store occurs after
28119         the insn that sets the source of the store.  When successful note
28120         the REG_EQUIV note created in the dump file.
28122 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
28123             Bernd Schmidt  <bschmidt@redhat.com>
28125         * doc/extend.texi: Document more potential problems with basic asms.
28127 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
28129         PR rtl-optimization/70278
28130         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
28131         VOIDmode.
28133 2016-03-18  Jason Merrill  <jason@redhat.com>
28135         * calls.c (load_register_parameters): Fix zero size sibcall logic.
28137 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
28139         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
28140         values to 128b regs.
28142 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
28144         PR tree-optimization/70252
28145         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
28146         boolean vector has a proper number of elements.
28147         (supportable_narrowing_operation): Likewise.
28149 2016-03-18  Tom de Vries  <tom@codesourcery.com>
28151         PR ipa/70269
28152         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
28154 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
28156         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
28157         instead of replace_rtx for DEBUG_INSNs.
28159 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
28161         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
28162         load type reservations.
28164 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
28166         PR target/70188
28167         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
28168         define_constraint for "Q" and "T" constraints.
28170 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
28172         Tweak the pipeline model for Exynos M1
28174         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
28175         model.
28177 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
28179         PR c/70264
28180         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
28181         where one or both locations aren't within a line_map.
28183 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
28185         PR driver/70192
28186         * opts.c (finish_options): Don't set flag_pie to the default if
28187         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
28188         if it is -1.
28190 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
28192         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
28193         true as ALL_REGS argument to replace_rtx.
28195 2016-03-17  Richard Biener  <rguenther@suse.de>
28197         PR debug/70271
28198         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
28199         last.
28201 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
28203         PR target/70245
28204         * rtl.h (replace_rtx): Add ALL_REGS argument.
28205         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
28206         equality and assert mode is the same, instead of just rtx pointer
28207         equality.
28208         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
28209         true as ALL_REGS argument to replace_rtx.
28211 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
28213         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
28214         for boolean vector with vector mode only.
28215         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
28217 2016-03-17  Nick Clifton  <nickc@redhat.com>
28219         PR target/70162
28220         * config/rx/rx.c (rx_print_integer): Print negative constants in
28221         decimal.
28223 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
28225         PR target/70261
28226         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
28228 2016-03-16  Richard Henderson  <rth@redhat.com>
28229             Richard Biener  <rguenth@suse.de>
28231         PR middle-end/70240
28232         PR middle-end/68215
28233         PR tree-opt/68714
28234         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
28235         first operand as is_gimple_condexpr.
28237         PR middle-end/70240
28238         PR middle-end/68215
28239         Revert r231575
28240         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
28241         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
28242         Do not gimplify the result.
28243         (do_unop): Adjust call to tree_vec_extract.
28244         (do_binop): Likewise.
28245         (do_compare): Likewise.
28246         (do_plus_minus): Likewise.
28247         (do_negate): Likewise.
28248         (expand_vector_condition): Likewise.
28249         (do_cond): Likewise.
28251 2016-03-16  Richard Henderson  <rth@redhat.com>
28253         PR target/70048
28254         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
28255         (aarch64_classify_address): Use it.
28256         (aarch64_legitimize_address): Force all subexpressions of PLUS
28257         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
28259 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
28260             Richard Biener  <rguenth@suse.de>
28262         PR target/70245
28263         * rtlanal.c (replace_rtx): For REG, if from is a REG,
28264         return to even if only REGNO is equal, and assert
28265         mode is the same.
28267 2016-03-11  Jeff Law  <law@redhat.com>
28269         PR rtl-optimization/70224
28270         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
28272 2016-03-16  Richard Henderson  <rth@redhat.com>
28274         PR middle-end/70199
28275         * function.h (struct function): Add has_forced_label_in_static.
28276         * gimplify.c (force_labels_r): Set it.
28277         * lto-streamer-in.c (input_struct_function_base): Read it.
28278         * lto-streamer-out.c (output_struct_function_base): Write it.
28279         * tree-inline.c (has_label_address_in_static_1): Remove.
28280         (copy_forbidden): Remove fndecl parameter; test
28281         has_forced_label_in_static.
28282         (inline_forbidden_p): Update call to copy_forbidden.
28283         (tree_versionable_function_p): Likewise.
28284         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
28285         (chkp_versioning): Likewise.
28286         * tree-inline.h (copy_forbidden): Update decl.
28288 2016-03-16  Marek Polacek  <polacek@redhat.com>
28290         PR c/70093
28291         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
28292         function being thunked if the result type doesn't have fixed size.
28293         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
28294         doesn't have fixed size.
28296 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
28298         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
28299         reporting malformed loop nest.
28301 2016-03-16  Tom de Vries  <tom@codesourcery.com>
28303         PR lto/70187
28304         * ipa-devirt.c (possible_polymorphic_call_targets): Move
28305         nodes.length () == 1 test to before first nodes[0] access.
28307 2016-03-16  Tom de Vries  <tom@codesourcery.com>
28309         PR tree-optimization/68715
28310         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
28311         single_pred_p test.
28313 2016-03-16  Tom de Vries  <tom@codesourcery.com>
28315         PR tree-optimization/68809
28316         * graphite-scop-detection.c (same_close_phi_node): Test if result types
28317         are the same.
28319 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
28320             Sandra Loosemore  <sandra@codesourcery.com>
28322         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
28323         on leaf attribute. Mention ELF interposition problems.
28325 2016-03-16  Alan Modra  <amodra@gmail.com>
28327         PR rtl-optimization/69195
28328         PR rtl-optimization/47992
28329         * ira.c (indirect_jump_optimize): Ignore artificial defs.
28330         Add comments.
28332 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
28334         PR bootstrap/69513
28335         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
28337 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
28339         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
28341 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
28343         PR rtl-optimization/70222
28344         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
28345         optimization if mode is different from result_mode, queue up masking
28346         of the result in outer_op.  Formatting fix.
28348         PR middle-end/70239
28349         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
28350         of safe_grow.
28352 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
28354         PR rtl-optimization/69032
28355         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
28356         looping backwards over basic block insns.
28358 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
28360         PR target/66660
28361         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
28362         to non-speculative when propagating trap bits.
28364 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
28366         PR rtl-optimization/63384
28367         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
28368         DEBUG_INSN_P insns.
28370 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
28372         PR target/64411
28373         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
28374         factored out from ...
28375         (sched_analyze_insn): ... here.
28376         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
28377         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
28378         get_implicit_reg_pending_clobbers in it.
28379         (setup_id_reg_sets): Use setup_id_implicit_regs.
28380         (deps_init_id): Ditto.
28382 2016-03-15  Tom de Vries  <tom@codesourcery.com>
28384         PR ipa/70161
28385         * cgraph.c (cgraph_node::get_body): Save, reset and restore
28386         dump_file_name.
28387         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
28388         execute_function_dump.
28389         (execute_one_pass): Don't dump function if it will be dumped after ipa
28390         transform.
28392 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
28394         * genrecog.c (match_pattern_2): If pred is NULL don't call
28395         safe_predicate_mode on it.
28397 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
28399         PR middle-end/70219
28400         * lra-constraints.c (delete_move_and_clobber): Change assertion
28401         to also allow dregno == 0.
28403 2016-03-14  Richard Henderson  <rth@redhat.com>
28405         PR tree-opt/68714
28406         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
28407         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
28408         (reassociate_bb): Use optimize_vec_cond_expr; avoid
28409         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
28410         on vectors.
28412 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
28414         PR target/70083
28415         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
28416         regs.
28417         (lra_create_live_ranges_1): initialize hard register biggest_mode to
28418         VOIDmode.
28419         * lra-constraints.c (split_reg): For hard regs, try to find the
28420         biggest single-register mode used in the function.
28422 2016-03-14  Richard Biener  <rguenther@suse.de>
28424         PR tree-optimization/56365
28425         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
28426         constants to compare against.
28428 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
28430         PR target/70098
28431         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
28432         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
28433         (define_split for the GPR case): Use int_reg_operand instead of
28434         gpc_reg_operand for the output.
28436 2016-03-14  Tom de Vries  <tom@codesourcery.com>
28438         PR tree-optimization/70045
28439         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
28440         create_empty_if_region_on_edge argument.
28442 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
28444         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
28445         (STACK_CHECK_PROTECT): Likewise.
28446         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
28447         (STACK_CHECK_PROTECT): Likewise.
28448         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
28449         (STACK_CHECK_PROTECT): Likewise.
28450         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
28451         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
28452         (STACK_CHECK_PROTECT): Likewise.
28454 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
28456         PR rtl-optimization/69307
28457         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
28458         registers in modes that span more than one register.
28460 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
28462         PR target/69614
28463         * lra-constraints.c (delete_move_and_clobber): New.
28464         (remove_inheritance_pseudos): Use it.
28466 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
28468         PR ada/70017
28469         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
28470         the libcall is LCT_THROW.
28471         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
28472         for the checking routine.
28474 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
28476         PR target/70131
28477         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
28478         optimization if we have direct move.
28479         (roundu32<mode>2_fprs): Likewise.
28481 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
28483         PR target/70123
28484         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
28485         be rematerialized.
28486         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
28487         Arguments swapped.  All callers changed.  Take reg_renumber into
28488         account, and Calculate and compare register ranges for hard regs.
28490 2016-03-11  Jeff Law  <law@redhat.com>
28492         PR tree-optimization/70190
28493         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
28494         Handle cases where we can not extract the taken edge, even though we
28495         found a constant value.
28497         PR tree-optimization/64058
28498         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
28499         (num_coalesce_pairs): Move up earlier in file.
28500         (find_coalesce_pair): Initialize the INDEX field for each pair
28501         discovered.
28502         (compare_pairs): No longer sort on the elements in each pair.
28503         Instead break ties with the index of the coalesce pair.
28505 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28507         PR target/70002
28508         * config/aarch64/aarch64-protos.h
28509         (aarch64_save_restore_target_globals): New prototype.
28510         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
28511         Call the above when popping pragma.
28512         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
28513         New function.
28514         (aarch64_set_current_function): Rewrite using the above.
28516 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
28518         PR tree-optimization/70177
28519         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
28520         (extract_ops_from_tree): ... this.  In the 2 argument
28521         overload remove _1 suffix.
28522         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
28523         (extract_ops_from_tree): ... this.
28524         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
28525         Adjust callers.
28526         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
28527         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
28528         extract_ops_from_tree instead of 2 operand one.
28530 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
28532         PR tree-optimization/70013
28533         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
28534         for constant-pool entries.
28536 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
28538         PR rtl-optimization/70174
28539         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
28540         followed by gen_lowpart on force_reg instead of just gen_lowpart.
28542         PR tree-optimization/70169
28543         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
28544         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
28545         for unknown codes.
28547 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
28548             Jakub Jelinek  <jakub@redhat.com>
28550         PR target/70160
28551         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
28552         of uninitialized values.
28554 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28556         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
28557         define_expand.
28558         ("*trunctddd2"): New pattern definition.
28559         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
28560         TD->DD truncation.
28562 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28564         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
28565         definitions for BFP and DFP rounding modes.
28566         ("fixuns_truncdddi2", "fixuns_trunctddi2")
28567         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
28568         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
28569         ("fix_trunctf<mode>2"): Use the new constants instead of magic
28570         numbers.
28572 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28574         * config/s390/constraints.md: Adjust comment.
28575         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
28576         s390_decompose_addrstyle_without_index.
28577         * config/s390/predicates.md (shift_count_or_setmem_operand):
28578         Rename to setmem_operand.
28579         * config/s390/s390-protos.h
28580         (s390_decompose_shift_count): Rename to
28581         s390_decompose_addrstyle_without_index.
28582         * config/s390/s390.c (s390_decompose_shift_count)
28583         (s390_mem_constraint, print_shift_count_operand)
28584         (print_operand_address, print_operand): Rename
28585         s390_decompose_shift_count to
28586         s390_decompose_addrstyle_without_index and rename
28587         print_shift_count_operand to print_addrstyle_operand troughout the
28588         file.
28589         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
28590         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
28591         Rename shift_count_or_setmem_operand to setmem_operand.
28592         * config/s390/vx-builtins.md ("vec_insert<mode>")
28593         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
28594         nonmemory_operand.
28596 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
28598         PR target/70168
28599         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
28600         Handle overlapping retval and newval.
28602 2016-03-10  Nick Clifton  <nickc@redhat.com>
28604         PR target/7044
28605         * config/aarch64/aarch64.c
28606         (aarch64_override_options_after_change_1): When forcing
28607         flag_omit_frame_pointer to be true, use a special value that can
28608         be detected if this function is called again, thus preventing
28609         flag_omit_leaf_frame_pointer from being forced to be false.
28611 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28613         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
28614         Set x_flag_omit_leaf_frame_pointer when handling
28615         -momit-leaf-frame-pointer.
28617 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
28619         PR lto/69589
28620         * cgraph.c (cgraph_node::dump): Dump split_part and
28621         indirect_call_target.
28622         * cgraph.h (cgraph_node): Add indirect_call_target flag.
28623         * ipa.c (has_addr_references_p): Cleanup.
28624         (is_indirect_call_target_p): New.
28625         (walk_polymorphic_call_targets): Do not mark virtuals that may be
28626         called indirectly as local.
28627         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
28629 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
28631         PR ipa/69630
28632         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
28633         on cxa_pure_virtual.
28635 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
28637         PR lto/69589
28638         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
28640 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
28642         PR lto/69589
28643         * tree.c (need_assembler_name_p): Only record main variant type names.
28645 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
28647         PR target/70113.
28648         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
28649         Always define to 0 or 1.
28650         (TARGET_FIX_ERR_A53_843419): New macro.
28651         * config/aarch64/aarch64-elf-raw.h
28652         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
28653         * config/aarch64/aarch64-linux.h: Likewise.
28654         * config/aarch64/aarch64.c
28655         (aarch64_override_options_after_change_1): Do not default
28656         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
28657         843419 is on.
28658         (aarch64_attributes): Handle fix-cortex-a53-843419.
28659         (aarch64_can_inline_p): Likewise.
28660         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
28662 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
28663             Jakub Jelinek  <jakub@redhat.com>
28665         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
28666         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
28667         DECL_COMMONS if flag_unconstrained_commons is set.
28668         * tree-dfa.c (get_ref_base_and_extent): Likewise.
28669         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
28670         (funconstrained-commons): Document.
28672 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
28674         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
28675         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
28677 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
28679         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
28680         has a proper number of elements.
28682 2016-03-10  Alan Modra  <amodra@gmail.com>
28684         PR rtl-optimization/69195
28685         PR rtl-optimization/47992
28686         * ira.c (recorded_label_ref): Delete.
28687         (update_equiv_regs): Return void.
28688         (indirect_jump_optimize): New function.
28689         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
28690         before regstat_compute_ri.  Don't rebuild_jump_labels here.
28691         Delete update_regstat.
28693 2016-03-10  Richard Biener  <rguenther@suse.de>
28695         PR tree-optimization/70128
28696         * tree-ssa-structalias.c (set_uids_in_ptset): Set
28697         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
28699 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
28701         PR tree-optimization/70152
28702         * tree-sra.c (replace_removed_params_ssa_names): Copy over
28703         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
28705         PR target/70086
28706         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
28707         instead of gen_sse2_loadlpd.
28708         * config/i386/sse.md (*vec_concatv2df): Rename to...
28709         (vec_concatv2df): ... this.
28711         PR tree-optimization/70127
28712         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
28714 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
28716         PR c/68473
28717         PR c++/70105
28718         * diagnostic-show-locus.c (compatible_locations_p): New function.
28719         (layout::layout): Sanitize ranges using compatible_locations_p.
28721 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
28723         PR c/68473
28724         PR c++/70105
28725         * diagnostic-show-locus.c (layout_range::layout_range): Replace
28726         location_range param with three const expanded_locations * and a
28727         bool.
28728         (layout::layout): Replace call to
28729         rich_location::lazily_expand_location with get_expanded_location.
28730         Extract the range and perform location expansion here, passing
28731         the results to the layout_range ctor.
28732         * diagnostic.c (source_range::debug): Delete.
28733         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
28734         of rich_location::get_expanded_location.
28735         * gcc-rich-location.c (get_range_for_expr): Delete.
28736         (gcc_rich_location::add_expr): Reimplement to avoid the
28737         rich_location::add_range overload that took a location_range,
28738         passing a location_t instead.
28740 2016-03-09  Richard Biener  <rguenther@suse.de>
28741         Jakub Jelinek  <jakub@redhat.com>
28743         PR tree-optimization/70138
28744         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
28745         Also skip vect_double_reduction_def.
28747 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
28749         PR target/70049
28750         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
28751         if the operand is "m".
28753 2016-03-09  Nathan Sidwell  <nathan@acm.org>
28755         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
28757 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
28759         * config/i386/i386.c (processor_target_table): Fix cost table
28760         intialization order for znver1.
28762 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
28764         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
28765         - becuase -> because.
28766         * ipa-reference.c (ignore_module_statics): Likewise.
28767         * cgraph.c (cgraph_node::get_body): Likewise.
28768         * ipa-inline.c (early_inliner): Likewise.
28769         * ipa-devirt.c (types_same_for_odr): Likewise.
28770         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
28771         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
28773 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28775         * tree-ssa-math-opts.c: Fix typo in comment.
28777 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
28779         PR target/70110
28780         * config/i386/i386.c (scalar_chain::make_vector_copies,
28781         scalar_chain::convert_reg): Call end_sequence in between
28782         get_insns and emit_conversion_insns rather than after both
28783         calls.
28785 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
28787         PR target/70064
28788         * config/i386/i386.h (machine_function): Add
28789         pc_thunk_call_expanded flag.
28790         (ix86_pc_thunk_call_expanded): New define.
28791         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
28792         (*set_got): Rename insn pattern from set_got.
28793         (*set_got_labelled): Rename inst pattern from set_got_labelled.
28794         * config/i386/i386.c (ix86_compute_frame_layout): Use
28795         ix86_pc_thunk_call_expanded to prevent red-zone.
28797 2016-03-07  Martin Jambor  <mjambor@suse.cz>
28799         * hsa.h (hsa_get_ctor_statements): Declare.
28800         (hsa_get_dtor_statements): Likewise.
28801         (hsa_get_kernel_dispatch_type): Likewise.
28802         * hsa.c (hsa_get_ctor_statements): New function.
28803         (hsa_get_dtor_statements): Likewise.
28804         (hsa_get_kernel_dispatch_type): Likewise.
28805         * hsa-brig.c (hsa_cdtor_statements): Removed.
28806         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
28807         hsa_get_dtor_statements.
28808         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
28809         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
28811 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
28813         * config/arm/arm-cores.def (cortex-r8): New.
28814         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
28815         * config/arm/arm-tune.md: Likewise.
28816         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
28818 2016-03-07  Martin Sebor  <msebor@redhat.com>
28820         PR rtl-optimization/19705
28821         * doc/invoke.texi (Options That Control Optimization): Clarify
28822         -fno-branch-count-reg.
28824 2016-02-26  Richard Biener  <rguenther@suse.de>
28825             Jeff Law  <law@redhat.com>
28827         PR tree-optimization/69740
28828         * cfghooks.c (remove_edge): Request loop fixups if we delete
28829         an edge that might turn an irreducible loop into a natural
28830         loop.
28831         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
28832         Move after definition of loops_state_clear.
28834 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
28836         PR rtl-optimization/69052
28837         * rtlanal.c (commutative_operand_precedence): Set higher precedence
28838         to CONST_WIDE_INT.
28840 2016-03-07  Tom de Vries  <tom@codesourcery.com>
28842         PR tree-optimization/70116
28843         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
28844         is_tm_ending stmts and ubsan/asan internal functions.
28845         (find_duplicate): Use it.  Don't test is_tm_ending here.
28847 2016-03-07  Richard Biener  <rguenther@suse.de>
28849         PR tree-optimization/70115
28850         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
28851         (propagate_constants_for_unrolling): Use replace_uses_by.
28853 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
28855         PR middle-end/69916
28856         * omp-low.c (struct oacc_loop): Add ifns.
28857         (new_oacc_loop_raw): Initialize it.
28858         (finish_oacc_loop): Clear mask & flags if no ifns.
28859         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
28860         (oacc_loop_xform_loop): Add ifns arg & adjust.
28861         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
28863 2016-03-07  Richard Henderson  <rth@redhat.com>
28865         PR rtl-opt/70061
28866         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
28867         (insert_value_copy_on_edge): Likewise.
28869 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28871         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
28873 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28875         PR target/62281
28876         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
28878 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
28880         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
28882 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
28884         Fix sseimul type attribute.
28885         * config/i386/znver1.md
28886         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
28887         znver1_sseimul_avx256_load) : Fix the type attribute.
28888         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
28889         pipe usage and latency.
28891 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
28893         PR c++/70084
28894         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
28895         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
28896         to the right type.
28898 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
28900         PR c/69973
28901         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
28903         PR rtl-optimization/69941
28904         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
28905         the reg share its mode.
28907 2016-03-04  Jeff Law  <law@redhat.com>
28909         PR tree-optimization/69196
28910         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
28911         If the both SSA_NAMEs are anonymous, then consider them unassociated
28912         and include the PHI in the statement count.
28914 2016-03-05  Tom de Vries  <tom@codesourcery.com>
28916         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
28917         construct in oacc routine.  Check for oacc region in oacc routine.
28919 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
28921         PR target/70062
28922         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
28923         2016-02-22 changes, instead don't recurse if RECUR is already true.
28924         Don't change *dynamic_check if RECUR.  Adjust recursive caller
28925         to pass true to the new argument.
28926         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
28928         PR target/70059
28929         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
28930         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
28931         fixes.
28932         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
28934 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
28936         PR rtl-optimization/57676
28937         * lra-assigns.c (lra_assign): Guard test for maximum iterations
28938         with flag_checking.
28940 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
28942         * tree-vect-patterns.c (search_type_for_mask): Handle
28943         comparison of booleans.
28945 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
28947         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
28948         Fix @xref usage.
28950         PR debug/69947
28951         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
28952         all other ops that have dw_val_class_die_ref operands,
28953         and DW_OP_GNU_entry_value.
28955 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28957         PR rtl-optimization/69904
28958         * config/arm/arm.c (arm_cannot_copy_insn_p):
28959         Return true for load-exclusive instructions.
28961 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
28963         PR target/70021
28964         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
28965         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
28966         the pattern no matter if it is used just by non-pattern, pattern
28967         or mix thereof.
28968         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
28969         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
28970         oprnd1 def_stmt is in pattern, don't look through it.
28972 2016-03-03  Marek Polacek  <polacek@redhat.com>
28974         PR middle-end/70050
28975         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
28977 2016-03-03  Martin Liska  <mliska@suse.cz>
28979         PR tree-optimization/70043
28980         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
28981         previous statement if we see a debug statement.
28983 2016-03-03  Richard Biener  <rguenther@suse.de>
28985         PR tree-optimization/55936
28986         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
28987         parameter and guard unsafe equivalence use.
28988         (vrp_evaluate_conditional_warnv_with_ops): Always use
28989         safe equivalences but not via the quadratic compare_names
28990         helper.
28992 2016-03-03  Michael Collison  <michael.collison@linaro.org>
28994         PR target/70014
28995         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
28996         for operand 1 to s_register_operand. Change predicate for operand
28997         2 to arm_not_immediate_operand.
28999 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
29001         * doc/tm.texi: Regenerated.
29003 2016-03-02  Richard Henderson  <rth@redhat.com>
29005         PR rtl-opt/67145
29006         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
29007         simplification when all args are positive non-fixed registers.
29009 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
29011         * target.def (lra_p): Specify that new ports should use LRA.
29013 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
29015         PR libgomp/69555
29016         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
29017         gimplify_type_sizes the type they refer to.
29018         (omp_notice_variable): Handle reference vars to VLAs.
29019         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
29020         reference to VLA decls in the second pass instead of first pass.
29022 2016-03-02  Tom de Vries  <tom@codesourcery.com>
29024         PR tree-optimization/68659
29025         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
29026         new_expr == NULL_TREE.
29027         (get_new_name): Handle ADDR_EXPR.
29029 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
29031         PR rtl-optimization/69052
29032         * loop-invariant.c (canonicalize_address): New function.
29033         (inv_can_prop_to_addr_use): Check validity of address expression
29034         which is canonicalized by above function.
29036 2016-03-02  Alan Modra  <amodra@gmail.com>
29038         PR ipa/69990
29039         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
29040         larger alignment.
29042 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
29044         PR target/70028
29045         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
29046         (*movhi_internal): Put mask moves from and to memory separately
29047         from moves from/to GPRs.
29049 2016-03-02  Richard Biener  <rguenther@suse.de>
29051         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
29052         GENERIC expressions in GIMPLE.
29054 2016-03-02  Richard Biener  <rguenther@suse.de>
29056         * config/i386/i386.c (type_natural_mode): Fix typo.
29058 2016-03-02  Nick Clifton  <nickc@redhat.com>
29060         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
29062 2016-03-02  Richard Biener  <rguenther@suse.de>
29063             Uros Bizjak  <ubizjak@gmail.com>
29065         PR target/67278
29066         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
29068 2016-03-02  Richard Biener  <rguenther@suse.de>
29070         PR middle-end/67278
29071         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
29073 2016-03-02  Marek Polacek  <polacek@redhat.com>
29075         PR c/67854
29076         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
29077         "is promoted to" warning.
29079 2016-03-01  DJ Delorie  <dj@redhat.com>
29081         * config.gcc: Deprecate mep-*.
29083 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
29085         PR middle-end/70025
29086         * lra-constraints.c (regno_val_use_in): New.
29087         (match_reload): Use it instead of regno_use_in.
29089 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
29091         PR rtl-optimization/70007
29092         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
29093         references present in REG_EQUAL notes attached to non-SET patterns.
29095 2016-03-01  Jeff Law  <law@redhat.com>
29097         PR tree-optimization/69196
29098         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
29099         Appropriately clamp the number of statements to copy when the
29100         thread path does not traverse a loop backedge.
29102         PR tree-optimization/69196
29103         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
29104         Do count some PHIs in the thread path against the insn count.  Decrease
29105         final statement count by one as the control statement in the last
29106         block will get removed.  Remove special cased code for handling PHIs
29107         in the last block.
29109 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
29111         PR target/70027
29112         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
29113         asm dialect alternatives to explicit GOTPCREL calls.
29115 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
29117         PR ada/70017
29118         * ira.c (do_reload): Issue warning for generic stack checking here...
29119         * reload1.c (reload): ...instead of here and streamline it.
29121 2016-03-01  Nick Clifton  <nickc@redhat.com>
29123         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
29125 2016-03-01  Richard Biener  <rguenther@suse.de>
29127         PR tree-optimization/69983
29128         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
29129         types and fall back to operand_equal_p.
29131 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29133         Revert
29134         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29136         * config/s390/constraints.md ("jm8"): New constraint.
29137         * config/s390/predicates.md ("const_int_8bitset_operand"): New
29138         predicate.
29139         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
29140         into ...
29141         ("*setmem_long<setmem_and>"): New pattern.
29142         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
29143         into ...
29144         ("*setmem_long_31z<setmem_and>"): New pattern.
29145         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
29146         New substitution rules with the required attributes.
29149 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29151         Revert
29152         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29154         * gensupport.c (process_substs_on_one_elem): Split loop to
29155         complete mark_operands_used_in_match_dup on all expressions in the
29156         vector first.
29157         (adjust_operands_numbers): Inline into process_substs_on_one_elem
29158         and remove function.
29160 2016-03-01  Richard Biener  <rguenther@suse.de>
29162         PR middle-end/70022
29163         * fold-const.c (fold_indirect_ref_1): Fix range checking for
29164         vector BIT_FIELD_REF extract.
29166 2016-03-01  Richard Biener  <rguenther@suse.de>
29168         PR tree-optimization/69994
29169         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
29171 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
29173         PR tree-optimization/69956
29174         * tree-vect-stmts.c (supportable_widening_operation): Support
29175         multi-step conversion of boolean vectors.
29176         (supportable_narrowing_operation): Likewise.
29178 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29180         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
29181         anymore.
29183 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29185         * config/s390/subst.md (DSI_VI): New mode iterator.
29186         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
29187         * config/s390/vector.md ("vec_set<mode>"): Move expander before
29188         the insn definition.
29189         ("*vec_set<mode>"): Change predicate and add alternative to
29190         support only either register or const_int operands as element
29191         selector.
29192         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
29193         operands.
29194         ("vec_extract<mode>"): New expander.
29195         ("*vec_extract<mode>"): New insn definition supporting reg and
29196         const_int element selectors.
29197         ("*vec_extract<mode>_plus"): New insn definition supporting
29198         reg+const_int element selectors.
29199         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
29200         following expander+insn definition.
29201         ("<vec_shifts_name><mode>3"): New expander.
29202         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
29204 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29206         * config/s390/s390.md ("*tabort_1"): Change predicate to
29207         nonmemory_operand.  Add a second alternative to cover
29208         register as well as const int operands.
29209         ("*tabort_1_plus"): New pattern definition.
29211 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29213         * config/s390/s390.md ("*ashrdi3_cc_31")
29214         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
29215         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
29216         Merge insn definitions into ...
29217         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
29218         New pattern definition.
29219         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
29220         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
29221         ("*ashr<mode>3_and"): Merge insn definitions into ...
29222         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
29223         New pattern definition.
29224         * config/s390/subst.md ("addr_style_op_cc_subst")
29225         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
29226         substitutions patterns plus attributes.
29227         Add ashiftrt to SUBST iterator.
29229 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29231         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
29232         op2 to nonmemory_operand.
29233         ("*<shift>di3_31", "*<shift>di3_31_and"):
29234         Merge into single pattern definition ...
29235         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
29236         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
29237         pattern definition ...
29238         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
29239         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
29240         iterator.
29242 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29244         * config/s390/predicates.md (const_int_6bitset_operand): New
29245         predicate.
29246         * config/s390/s390.md: Include subst.md.
29247         ("rotl<mode>3"): New expander.
29248         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
29249         ...
29250         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
29251         * config/s390/subst.md: New file.
29253 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29255         * config/s390/s390.md ("op_type", "atype", "length" attributes):
29256         Remove RRR type.  It doesn't really exist.
29257         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
29258         attributes.
29259         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
29260         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
29261         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
29262         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
29263         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
29264         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
29265         `enabled' attribute.
29267 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29269         * gensupport.c (process_substs_on_one_elem): Split loop to
29270         complete mark_operands_used_in_match_dup on all expressions in the
29271         vector first.
29272         (adjust_operands_numbers): Inline into process_substs_on_one_elem
29273         and remove function.
29275 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
29277         PR target/69706
29278         * config/sparc/sparc.c (NWORDS_UP): Rename to...
29279         (CEIL_NWORDS): ...this.  Use CEIL macro.
29280         (compute_fp_layout): Adjust to above renaming.
29281         (function_arg_union_value): Likewise.
29282         (sparc_arg_partial_bytes): Likewise.
29283         (sparc_function_arg_advance): Likewise.
29285 2016-02-29  Jeff Law  <law@redhat.com>
29287         PR tree-optimization/70005
29288         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
29289         where an object with a boolean range is compared against a value
29290         outside [0..1].
29292         PR tree-optimization/69999
29293         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
29294         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
29295         loop cleanups.
29297 2016-02-29  Richard Biener  <rguenther@suse.de>
29299         PR tree-optimization/69994
29300         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
29301         (get_unary_op): Look through nop conversions.
29302         (ops_equal_values_p): New function, look for equality diregarding
29303         nop conversions.
29304         (eliminate_plus_minus_pair): Use ops_equal_values_p
29305         (repropagate_negates): Do not use get_unary_op here.
29307 2016-02-29  Martin Liska  <mliska@suse.cz>
29309         * system.h: Poison ENABLE_CHECKING macro.
29311 2016-02-29  Martin Liska  <mliska@suse.cz>
29313         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
29314         is presented in dump flags.
29315         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
29316         (hsa_regalloc): Likewise.
29318 2016-02-19  Richard Biener  <rguenther@suse.de>
29320         PR tree-optimization/69980
29321         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
29322         permutation of those we need to keep.
29324 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
29326         PR target/69706
29327         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
29328         (NWORDS_UP): ...this
29329         (init_cumulative_args): Minor tweaks.
29330         (sparc_promote_function_mode): Likewise.
29331         (scan_record_type): Delete.
29332         (traverse_record_type): New function template.
29333         (classify_data_t): New structure type.
29334         (classify_registers): New inline function.
29335         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
29336         exhausted.  Instantiate traverse_record_type on classify_registers and
29337         deal with the case of a structure passed in slot #15 with no FP field
29338         in the first word.
29339         (assign_data_t): New structure type.
29340         (compute_int_layout): New static function.
29341         (compute_fp_layout): Likewise.
29342         (count_registers): New inline function.
29343         (assign_int_registers): New static function.
29344         (assign_fp_registers): Likewise.
29345         (assign_registers): New inline function.
29346         (function_arg_record_value_1): Delete.
29347         (function_arg_record_value_2): Likewise.
29348         (function_arg_record_value_3): Likewise.
29349         (function_arg_record_value): Adjust to above changes.  Instantiate
29350         traverse_record_type on count_registers to first count the number of
29351         registers to be used and then on assign_registers to assign them.
29352         (function_arg_union_value): Adjust to above renaming.
29353         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
29354         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
29355         case of a structure passed in slot #15
29356         (sparc_function_arg_advance): Likewise.
29357         (function_arg_padding): Minor tweak.
29359 2016-02-29  Richard Biener  <rguenther@suse.de>
29361         PR tree-optimization/69720
29362         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
29363         the adjustment_def path for possibly vectorized defs.
29364         (vect_create_epilog_for_reduction): Handle vectorized initial
29365         defs properly.
29367 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
29369         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
29371 2016-02-27  Jeff Law  <law@redhat.com>
29373         Revert
29374         2016-02-26  Richard Biener  <rguenther@suse.de>
29375                     Jeff Law  <law@redhat.com>
29377         PR tree-optimization/69740
29378         * cfghooks.c (remove_edge): Request loop fixups if we delete
29379         an edge that might turn an irreducible loop into a natural
29380         loop.
29382 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
29384         PR rtl-optimization/69896
29385         * tree-vect-generic.c (get_compute_type): Avoid single element
29386         vector types.
29388 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
29390         Rename the AArch64 tuning option and related functions to enable the
29391         Newton series for the reciprocal square root to reflect its
29392         approximative characteristic.
29394         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
29395         function to "aarch64_emit_approx_rsqrt".
29396         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
29397         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
29398         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
29399         (xgene1_tunings): Likewise.
29400         (use_rsqrt_p): Likewise.
29401         (aarch64_emit_swrsqrt): Use new function name.
29402         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
29403         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
29404         text explaining this option.
29405         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
29407 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
29409         PR target/69969
29410         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
29411         complain about -mallow-movmisalign without -mvsx if
29412         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
29414 2016-02-26  Joel Sherrill  <joel@rtems.org>
29416         * config.gcc: Add x86_64-*-rtems*.
29417         * config/i386/rtems-64.h: New file.
29419 2016-02-26  Joel Sherrill  <joel@rtems.org>
29421         * config.gcc: Add aarch64-*-rtems*.
29422         * config/aarch64/rtems.h: New file.
29424 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
29426         PR target/69946
29427         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
29428         shift amount using %h.  Add comment.
29430 2016-02-26  Richard Biener  <rguenther@suse.de>
29431             Jeff Law  <law@redhat.com>
29433         PR tree-optimization/69740
29434         * cfghooks.c (remove_edge): Request loop fixups if we delete
29435         an edge that might turn an irreducible loop into a natural
29436         loop.
29438 2016-02-26  Martin Jambor  <mjambor@suse.cz>
29440         PR middle-end/69920
29441         * tree-sra.c (sra_modify_assign): Do not remove loads of
29442         uninitialized aggregates to SSA_NAMEs.
29444 2016-02-26  Richard Henderson  <rth@redhat.com>
29446         PR target/69709
29447         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
29448         pseudo in case the target rtx matches the source of the left
29449         shift.
29451 2016-02-26  Martin Jambor  <mjambor@suse.cz>
29453         PR hsa/69568
29454         * hsa.h (hsa_type_packed_p): Declare.
29455         * hsa.c (hsa_type_packed_p): New function.
29456         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
29457         loads.
29458         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
29459         * hsa-brig.c (emit_basic_insn): Likewise.
29461 2016-02-26  Martin Jambor  <mjambor@suse.cz>
29463         pr hsa/69674
29464         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
29465         pointers.
29466         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
29468 2016-02-26  Martin Jambor  <mjambor@suse.cz>
29470         * hsa.h (is_a_helper): New overload for hsa_op_immed for
29471         hsa_op_with_type operands.
29472         (hsa_unsigned_type_for_type): Declare.
29473         * hsa.c (hsa_unsigned_type_for_type): New function.
29474         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
29475         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
29476         the finalizer.  Do not emit extra move.
29478 2016-02-26  Martin Jambor  <mjambor@suse.cz>
29480         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
29481         atomic operations in private segment.
29483 2016-02-26  Martin Jambor  <mjambor@suse.cz>
29485         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
29486         statements to wi->info.  Also disallow omp simd constructs.
29487         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
29488         for not gridifying.  Dump special string for omp_for.
29490 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29492         PR target/69245
29493         * config/aarch64/aarch64.c (aarch64_set_current_function):
29494         Save/restore target globals when switching to
29495         target_option_default_node.
29497 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29499         PR target/69613
29500         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
29501         Return 0 if !SHIFT_COUNT_TRUNCATED.
29503 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
29504             Eric Botcazou  <ebotcazou@adacore.com>
29506         PR rtl-optimization/69891
29507         * dse.c (scan_insn): If we can't figure out memset arguments
29508         or they are non-constant, call clear_rhs_from_active_local_stores.
29510 2016-02-26  Martin Liska  <mliska@suse.cz>
29512         * doc/extend.texi: Mention clog10, clog10f an clog10l
29513         in Builtins section.
29515 2016-02-26  Martin Liska  <mliska@suse.cz>
29517         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
29518         CHECKING_P.
29519         (resolve_args_picking_1): Likewise.
29520         * dwarf2out.h (struct GTY): Likewise.
29522 2016-02-26  Martin Liska  <mliska@suse.cz>
29524         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
29525         with flag_checking.
29526         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
29528 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29529             Martin Liska  <mliska@suse.cz>
29531         * doc/install.texi: Mention --enable-valgrind-annotations.
29533 2016-02-26  Richard Biener  <rguenther@suse.de>
29535         PR tree-optimization/69551
29536         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
29537         looking through aliases adjust DECL_PT_UID to refer to the
29538         ultimate alias target.
29540 2016-02-25  Martin Liska  <mliska@suse.cz>
29542         PR middle-end/69919
29543         * alloc-pool.c (after_memory_report): New variable.
29544         * alloc-pool.h (base_pool_allocator ::release): Do not use
29545         the infrastructure if after_memory_report.
29546         * toplev.c (toplev::main): Mark after memory report.
29548 2016-02-25  Richard Biener  <rguenther@suse.de>
29550         PR tree-optimization/48795
29551         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
29553 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
29555         PR driver/68463
29556         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
29557         offloading is enabled and -fopenacc or -fopenmp is specified.
29558         (CRTOFFLOADEND): Likewise.
29559         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
29560         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
29561         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
29562         (offload_objects_file_name): New static var.
29563         (tool_cleanup): Remove offload_objects_file_name file.
29564         (find_offloadbeginend): Replace with ...
29565         (find_crtoffloadtable): ... this.
29566         (run_gcc): Remove offload_argc and offload_argv.
29567         Get offload_objects_file_name from -foffload-objects=... option.
29568         Read names of object files with offload from this file, pass them to
29569         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
29570         don't pass offloadbegin and offloadend to the linker.  Don't pass
29571         offload non-LTO files to the linker, because now they're not claimed.
29573 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
29575         PR ipa/69630
29576         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
29577         on builtin_unreachable.
29579 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
29581         PR rtl-optimization/69896
29582         * regcprop.c: Include cfgrtl.h.
29583         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
29584         than remembered mode, either delete it (if noop_move_p), or
29585         treat like copy_p but not noop_p instruction.
29587 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
29589         PR debug/69705
29590         * dwarf2out.c (gen_variable_die): Work around buggy LTO
29591         - allow NULL decl for Fortran DW_TAG_common_block variables.
29593 2016-02-24  Jason Merrill  <jason@redhat.com>
29595         * common.opt (flifetime-dse): Add -flifetime-dse=1.
29597 2016-02-24  Richard Biener  <rguenther@suse.de>
29598             Jakub Jelinek  <jakub@redhat.com>
29600         PR middle-end/69760
29601         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
29602         conditionally executed ops to well-defined overflow behavior.
29604 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
29606         PR middle-end/69915
29607         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
29608         elements.
29610 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29612         PR rtl-optimization/69886
29613         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
29614         argument.  Use it when checking validity of set instructions.
29615         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
29616         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
29617         callsite.
29618         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
29619         * store-motion.c (find_moveable_store): Update
29620         can_assign_to_reg_without_clobbers_p callsite.
29622 2016-02-24  Richard Biener  <rguenther@suse.de>
29624         PR middle-end/68963
29625         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
29626         bogus check.
29627         (record_nonwrapping_iv): Do not fall back to the low/high bound
29628         for non-constant IV bases if the stmt is not always executed.
29630 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29632         * config/arm/arm-cores.def (cortex-a32): New entry.
29633         * config/arm/arm-tables.opt: Regenerate.
29634         * config/arm/arm-tune.md: Regenerate.
29635         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
29636         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
29637         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
29638         for -mcpu and -mtune.
29640 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29642         PR target/69875
29643         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
29644         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
29645         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
29646         (atomic_loaddi_1): Delete.
29647         (atomic_loaddi): Rewrite expander using the above changes.
29649 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
29651         PR c/69918
29652         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
29653         2 to 3.
29655 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
29656             Richard Biener  <rguenth@suse.de>
29658         PR middle-end/69909
29659         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
29660         set_mem_attributes if tem is SSA_NAME which got expanded
29661         as a MEM.
29663 2016-02-24  Richard Biener  <rguenther@suse.de>
29665         PR tree-optimization/69907
29666         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
29667         end of permutations for BB vectorization.
29669 2016-02-24  Christian Bruel  <christian.bruel@st.com>
29671         * config/arm/arm-c.c (arm_option_override): Initialize
29672         target_option_current_node.
29673         * config/arm/arm.c (arm_pragma_target_parse): Replace
29674         build_target_option_node call by target_option_current_node.
29675         Set target_option_current_node.
29676         Fix comments.
29678 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
29680         PR target/69810
29681         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
29682         define_insn_and_split to define_insn.
29683         (zero_extendqi<mode>2_dot2): Same.
29684         (extendqi<mode>2_dot): Same.
29685         (extendqi<mode>2_dot2): Same.
29687 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
29689         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
29690         and add bypass for AES{D,E} and AESMC pairs.
29691         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
29692         and AESMC pairs.
29694 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
29696         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
29697         series for reciprocal square root in Exynos M1.
29699 2016-02-23  Martin Sebor  <msebor@redhat.com>
29701         PR c/69759
29702         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
29703         __builtin_alloca_with_align.
29705 2016-02-23  Richard Henderson  <rth@redhat.com>
29707         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
29708         (ix86_register_pragmas): Remove __seg_tls.
29709         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
29710         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
29711         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
29712         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
29713         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
29714         * doc/extend.texi (__seg_tls): Remove item.
29716 2016-02-23  Richard Biener  <rguenther@suse.de>
29718         * alloc-pool.h (struct allocation_object): Make id member
29719         conditional on CHECKING_P again.
29720         (get_instance): Adjust.
29721         (base_pool_allocator): Likewise.
29723 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
29725         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
29726         (parallelize_loops): In OpenACC kernels mode, set n_threads to
29727         zero.
29728         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
29729         flag_openacc.
29730         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
29732 2016-02-23  Richard Biener  <rguenther@suse.de>
29734         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
29735         * bitmap.h (struct bitmap_usage): Likewise.
29736         (bitmap_move): Declare.
29737         * bitmap.c (register_overhead): Take size_t argument.
29738         (bitmap_move): New function.
29739         * df-problems.c (df_rd_transfer_function): Use bitmap_move
29740         to properly account overhead.
29741         * tree.c (free_node): Use tree_size.
29743 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
29745         PR c++/69902
29746         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
29747         when inverting comparison.
29749         PR c/69900
29750         * common.opt (Wunreachable-code): Add Warning flag.
29752 2016-02-23  Mark Wielaard  <mjw@redhat.com>
29753             Jakub Jelinek  <jakub@redhat.com>
29755         PR c/69911
29756         * cgraphunit.c (check_global_declaration): Check main_input_filename
29757         and DECL_SOURCE_FILE are not NULL.
29759 2016-02-23  Martin Jambor  <mjambor@suse.cz>
29761         PR tree-optimization/69666
29762         * tree-sra.c (sra_modify_assign): Do not attempt to create
29763         default_def replacements for unscalarizable regions.
29765 2016-02-20  Mark Wielaard  <mjw@redhat.com>
29767         PR c/28901
29768         * cgraphunit.c (check_global_declaration): Check level of
29769         warn_unused_const_variable and main_input_filename.
29770         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
29771         (-Wunused-variable): For C implies -Wunused-const-variable=1.
29772         (-Wunused-const-variable): Explain levels 1 and 2.
29774 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
29776         PR target/69888
29777         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
29778         identical arguments.  Formatting and spelling fixes.
29780         PR target/69885
29781         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
29782         be specified.
29784         PR target/69894
29785         PR target/69895
29786         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
29787         and m68k-devices.def.
29788         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
29789         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
29791 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
29793         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
29794         and HImode registers.
29796 2016-02-22  Richard Biener  <rguenther@suse.de>
29798         PR tree-optimization/69882
29799         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
29800         preserve permutations present because of gaps.
29801         (vect_supported_load_permutation_p): Always continue checking
29802         permutations after vect_attempt_slp_rearrange_stmts.
29804 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
29806         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
29807         min_profitable_estimate, rather than min_profitable_iters.
29809 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
29811         PR target/69885
29812         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
29813         SImode for last match_operand.
29815 2016-02-22  Martin Liska  <mliska@suse.cz>
29817         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
29818         return bitsize - 1 as the return value.
29820 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
29822         PR target/69806
29823         PR target/54089
29824         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
29825         Handle negative shift counts.
29826         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
29827         force_reg on the shift constant.
29828         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
29829         (lshrsi3_d): Handle negative shift counts.
29831 2016-02-22  Richard Biener  <rguenther@suse.de>
29832             Tom de Vries  <tom@codesourcery.com>
29834         * graph.c: Include dumpfile.h.
29835         (print_graph_cfg): Split into three overloads.
29836         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
29838 2016-02-22  Tom de Vries  <tom@codesourcery.com>
29840         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
29841         dump-fn.
29843 2016-02-22  Richard Biener  <rguenther@suse.de>
29845         PR ipa/37448
29846         * ipa-inline-transform.c (inline_call): When not updating
29847         overall summaries adjust self size by the growth estimate.
29848         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
29849         hash-set, do not update overall summaries here.  Renamed from ...
29850         (inline_to_all_callers): ... this which is now wrapping the
29851         above and performing delayed overall summary update.
29852         (early_inline_small_functions): Delay updating of the overall
29853         summary.
29855 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
29857         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
29858         variable.
29860 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
29862         PR driver/69805
29863         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
29864         :%* in %:gt() argument.
29865         (greater_than_spec_func): Adjust for expecting only numbers,
29866         if there are more than two numbers, compare the last two.
29868 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
29870         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
29871         -Wnarrowing with -std.
29873 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
29875         PR c++/69851
29876         * expr.c (store_field): Don't use bit-field path if exp is
29877         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
29878         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
29879         and the assignment can be performed by bitwise copy.  Formatting
29880         fix.
29882         PR middle-end/69838
29883         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
29884         call copy_reg_eh_region_note_forward on before and/or after sequences
29885         and remove note from insn if it no longer can throw.
29887         PR target/69820
29888         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
29889         if TARGET_AVX512BW.
29891 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29893         * config/s390/vector.md: Add missing commutative operand markers
29894         to the patterns which qualify for one.
29895         * config/s390/vx-builtins.md: Likewise.
29897 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29899         * config/s390/vector.md (VI, VI_QHS): Add single element vector
29900         types to mode iterators.
29901         (vec_double): ... and mode attribute.
29902         * config/s390/vx-builtins.md (non_vec_int): Likewise.
29904 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29906         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
29907         Change the predicate of op2 from nonimmediate to general and let
29908         reload fix it if necessary.
29910 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29912         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
29914 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29916         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
29917         mode.
29919 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29921         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
29922         * config/s390/s390.c (s390_expand_vec_movstr): New function.
29923         * config/s390/s390.md ("movstr<P:mode>"): Call
29924         s390_expand_vec_movstr.
29926 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29928         * config/s390/s390.md: Add missing output modifier for operand 1
29929         to print it as address properly.
29931 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29933         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
29934         * config/s390/2964.md: New file.
29935         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
29936         of insn grouping attributes depending on the CPU level.
29937         (s390_get_unit_mask): New function.
29938         (s390_sched_score): Remove the OOO from the scheduling macros.
29939         Add loop to calculate a score for the instruction mix.
29940         (s390_sched_reorder): Likewise plus improve debug output.
29941         (s390_sched_variable_issue): Rename macros as above.  Calculate
29942         the unit distances after actually scheduling an insn.  Improve
29943         debug output.
29944         (s390_sched_init): Clear last_scheduled_unit_distance array.
29945         * config/s390/s390.md: Include 2964.md.
29947 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
29949         PR target/69671
29950         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
29951         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
29952         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
29953         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
29954         *avx512f_<code>v8div16qi2_mask_1): New insns.
29956 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
29958         PR target/68404
29959         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
29960         2016-02-09 change.
29962         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
29963         earlyclobber from target.  Use wF constraint for fused memory
29964         address.
29965         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
29967 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
29968             Martin Liska  <mliska@suse.cz>
29970         PR sanitizer/69863
29971         * cfgexpand.c (asan_sanitize_stack_p): New function.
29972         (partition_stack_vars): Use the function.
29973         (expand_stack_vars): Likewise.
29974         (defer_stack_allocation): Likewise.
29975         (expand_used_vars): Likewise.
29977 2016-02-18  Richard Biener  <rguenther@suse.de>
29979         PR middle-end/69553
29980         * fold-const.c (operand_equal_p): Properly compare offsets for
29981         IMAGPART_EXPR and ARRAY_REF.
29983 2016-02-18  Nick Clifton  <nickc@redhat.com>
29985         PR target/62254
29986         PR target/69610
29987         * config/arm/arm.c (arm_option_override_internal): Disable
29988         interworking if the target does not support thumb instructions.
29989         (arm_reload_in_hi): Handle the case where a register to register
29990         move needs reloading because there is no simple pattern to handle
29991         it.
29992         (arm_reload_out_hi): Likewise.
29994 2016-02-18  Richard Biener  <rguenther@suse.de>
29996         PR middle-end/69854
29997         * match.pd: Don't use fold_binary or fold_unary for folding
29998         constants.
30000 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
30002         PR c++/69850
30003         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
30004         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
30005         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
30006         warn on gimple_no_warning_p statements.
30008 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
30010         * doc/extend.texi (C++ Attributes): Correct description of
30011         warn_unused type attribute.
30013 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
30015         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
30016         correct instruction.
30018 2016-02-17  Richard Biener  <rguenther@suse.de>
30020         PR rtl-optimization/69609
30021         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
30022         (find_traces_1_round): When ending a trace update cached priority
30023         of successors.
30024         (bb_to_key): Use cached priority when available.
30025         (copy_bb): Initialize cached priority.
30026         (reorder_basic_blocks_software_trace_cache): Likewise.
30028 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30030         PR target/69161
30031         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
30032         New predicate.
30033         (aarch64_comparison_operator): Break overly long line into two.
30034         (aarch64_comparison_operation): Likewise.
30035         * config/aarch64/aarch64.md (cstorecc4): Use
30036         aarch64_comparison_operator_mode instead of
30037         aarch64_comparison_operator.
30038         (cstore<mode>4): Likewise.
30039         (aarch64_cstore<mode>): Likewise.
30040         (*cstoresi_insn_uxtw): Likewise.
30041         (cstore<mode>_neg): Likewise.
30042         (*cstoresi_neg_uxtw): Likewise.
30044 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30046         PR target/69161
30047         * config/arm/predicates.md (arm_comparison_operator_mode):
30048         New predicate.
30049         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
30050         instead of arm_comparison_operator.
30051         (*mov_negscc): Likewise.
30052         (*mov_notscc): Likewise.
30053         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
30054         (*thumb2_mov_negscc): Likewise.
30055         (*thumb2_mov_negscc_strict_it): Likewise.
30056         (*thumb2_mov_notscc): Likewise.
30057         (*thumb2_mov_notscc_strict_it): Likewise.
30059 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
30061         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
30062         Add missing return.
30064 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
30066         * config/visium/visium.c (machine_libfunc_index): New enum.
30067         (machine_libfuncs): New structure.
30068         (visium_libfuncs): New static variable.
30069         (TARGET_INIT_LIBFUNCS): Define to...
30070         (visium_init_libfuncs): ...this.  New function.
30071         (expand_block_move_4): Use the appropriate libfunc.
30072         (expand_block_move_2): Likewise.
30073         (expand_block_move_1): Likewise.
30074         (expand_block_set_4): Likewise.
30075         (expand_block_set_2): Likewise.
30076         (expand_block_set_1): Likewise.
30077         (visium_trampoline_init): Likewise.
30079 2016-02-17  Nick Clifton  <nickc@redhat.com>
30081         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
30082         TI's devices.csv file as of March 2016.
30084 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
30086         PR Target/48344
30087         * opts-global.c (handle_common_deferred_options): Introduce and
30088         initialize two global variables to remember command-line options
30089         specifying a stack-limiting register.
30090         * opts.h: Add extern declarations of the two new global variables.
30091         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
30092         variable based on the values of the two new global variables.
30094 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
30096         PR c/69835
30097         * common.opt (Wnonnull-compare): New warning.
30098         * doc/invoke.texi (-Wnonnull): Remove text about comparison
30099         of arguments against NULL.
30100         (-Wnonnull-compare): Document.
30101         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
30102         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
30103         * passes.def (pass_warn_nonnull_compare): Add.
30104         * gimple-ssa-nonnull-compare.c: New file.
30106 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
30108         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
30109         AARCH64_EXTRA_TUNE_RECIP_SQRT.
30111 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
30113         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
30114         reciprocal sqrt for -mlow-precision-recip-sqrt.
30116 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
30117             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
30119         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
30120         always use lane loads to construct non-constant vectors.
30122 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
30124         * config/aarch64/aarch64.md
30125         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
30126         constraints for operand 3.
30127         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
30129 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
30130             Richard Biener  <rguenther@suse.de>
30132         PR tree-optimization/69820
30133         * tree-vect-patterns.c (type_conversion_p): Return false if
30134         *orig_type is unsigned single precision or boolean.
30135         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
30136         Formatting fix.
30138 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
30140         PR rtl-optimization/69764
30141         PR rtl-optimization/69771
30142         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
30143         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
30145 2016-02-16  Richard Biener  <rguenther@suse.de>
30147         PR tree-optimization/69776
30148         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
30149         sets from caller.
30150         (indirect_refs_may_alias_p): Likewise.
30151         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
30152         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
30153         according to tbaa_p.
30154         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
30155         (optimize_stmt): For redundant store discovery do not allow tbaa.
30157 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
30159         PR tree-optimization/69714
30160         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
30161         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
30163 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
30165         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
30166         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
30167         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
30168         * config/arc/arc.c (arc_init): Check FPU options.
30169         (get_arc_condition_code): Handle new CC_FPU* modes.
30170         (arc_select_cc_mode): Likewise.
30171         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
30172         register pair only. Allow access for ARCv2 accumulator.
30173         (gen_compare_reg): Whenever we have FPU support use FPU compare
30174         instructions.
30175         (arc_reorg): Don't generate brcc insns when FPU compare
30176         instructions are involved.
30177         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
30178         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
30179         floating point emulation.
30180         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
30181         (REVERSE_CONDITION): Add new CC_FPU* modes.
30182         (TARGET_FP_SP_BASE): Define.
30183         (TARGET_FP_DP_BASE): Likewise.
30184         (TARGET_FP_SP_FUSED): Likewise.
30185         (TARGET_FP_DP_FUSED): Likewise.
30186         (TARGET_FP_SP_CONV): Likewise.
30187         (TARGET_FP_DP_CONV): Likewise.
30188         (TARGET_FP_SP_SQRT): Likewise.
30189         (TARGET_FP_DP_SQRT): Likewise.
30190         (TARGET_FP_DP_AX): Likewise.
30191         * config/arc/arc.md (ARCV2_ACC): New constant.
30192         (type): New fpu type attribute.
30193         (SDF): Conditional iterator.
30194         (cstore<mode>, cbranch<mode>): Change expand condition.
30195         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
30196         handles FPU/FPX cases as well.
30197         * config/arc/arc.opt (mfpu): New option.
30198         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
30199         Renamed.
30200         (adddf3, muldf3, subdf3): Removed.
30201         * config/arc/predicates.md (proper_comparison_operator): Recognize
30202         CC_FPU* modes.
30203         * config/arc/fpu.md: New file.
30204         * doc/invoke.texi (ARC Options): Document mfpu option.
30206 2016-02-16  Richard Biener  <rguenther@suse.de>
30208         PR rtl-optimization/69291
30209         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
30210         noce_operand_ok check.
30212 2016-02-16  Tom de Vries  <tom@codesourcery.com>
30214         PR lto/67709
30215         * omp-low.c (simd_clone_create): Remove call to
30216         symtab->call_cgraph_insertion_hooks.
30218 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
30220         PR tree-optimization/69802
30221         * tree-ssa-reassoc.c (update_range_test): If op is
30222         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
30223         op == 1 test of precision 1 integral op, otherwise handle
30224         that case as op itself.  Fix up formatting.
30225         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
30226         up formatting.
30228 2016-02-16  Richard Biener  <rguenther@suse.de>
30230         PR tree-optimization/69586
30231         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
30232         types for conversion sources.
30234 2016-02-16  Richard Biener  <rguenther@suse.de>
30236         PR middle-end/69801
30237         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
30238         mask OEP_ADDRESS_OF.
30240 2016-02-16  Alan Modra  <amodra@gmail.com>
30242         PR target/68973
30243         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
30244         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
30245         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
30246         (p8_mtvsrwz): New.
30247         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
30248         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
30249         (p8_fmrgow_<mode>): Likewise.
30250         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
30251         changes.
30252         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
30253         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
30254         to use movdi_internal64.  Remove op0_di.
30255         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
30257 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
30259         Add support for the FCCMP insn types
30261         * config/aarch64/aarch64.md (fccmp): Change insn type.
30262         (fccmpe): Likewise.
30263         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
30264         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
30265         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
30266         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
30267         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
30268         * config/arm/types.md (fccmps): Add new insn type.
30269         (fccmpd): Likewise.
30271 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
30273         * alias.c (get_alias_set): Fix a typo in comment.
30275 2016-02-15  Richard Biener  <rguenther@suse.de>
30277         PR tree-optimization/69595
30278         * match.pd: Complete range test simplification to true.
30280 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
30282         PR rtl-optimization/69648
30283         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
30284         pic_offset_table_rtx.
30286         PR rtl-optimization/69752
30287         * ira.c (update_equiv_regs): When looking for more than a single SET,
30288         also take other side effects into account.
30290 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
30292         * config/s390/s390.c (s390_function_profiler): Add a new sequence
30293         for z900+ CPUs in 31-bit mode.
30295 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
30297         * common/config/s390/s390-common.c (s390_supports_split_stack):
30298         New function.
30299         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
30300         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
30301         * config/s390/s390.c (struct machine_function): New field
30302         split_stack_varargs_pointer.
30303         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
30304         in s390_emit_prologue.
30305         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
30306         vararg pointer.
30307         (morestack_ref): New global.
30308         (SPLIT_STACK_AVAILABLE): New macro.
30309         (s390_expand_split_stack_prologue): New function.
30310         (s390_live_on_entry): New function.
30311         (s390_va_start): Use split-stack vararg pointer if appropriate.
30312         (s390_asm_file_end): Emit the split-stack note sections.
30313         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
30314         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
30315         (UNSPECV_SPLIT_STACK_CALL): New unspec.
30316         (UNSPECV_SPLIT_STACK_DATA): New unspec.
30317         (split_stack_prologue): New expand.
30318         (split_stack_space_check): New expand.
30319         (split_stack_data): New insn.
30320         (split_stack_call): New expand.
30321         (split_stack_call_*): New insn.
30322         (split_stack_cond_call): New expand.
30323         (split_stack_cond_call_*): New insn.
30325 2016-02-15  Richard Biener  <rguenther@suse.de>
30327         PR tree-optimization/69783
30328         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
30329         Add trivially correct cases.
30331 2016-02-15  Tom de Vries  <tom@codesourcery.com>
30333         PR lto/69655
30334         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
30335         do_force_output.
30336         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
30338 2016-02-15  Richard Biener  <rguenther@suse.de>
30340         PR tree-optimization/69776
30341         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
30342         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
30343         indicate whether we can use TBAA to disambiguate against stores.
30344         Use alias-set zero if not.
30345         (visit_reference_op_store): Do not use TBAA when looking up
30346         redundant stores.
30347         * tree-ssa-pre.c (compute_avail): Use TBAA here.
30348         (eliminate_dom_walker::before_dom_children): But not when looking
30349         up redundant stores.
30351 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
30353         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
30355 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
30357         *  config/i386/znver1.md
30358         (znver1_pop, znver1_pop_mem,
30359         znver1_load_imov_double_store,
30360         znver1_load_imov_direct_store,
30361         znver1_load_imov_direct_load,
30362         znver1_load_imov_double_load): Add new.
30363         (znver1_insn, znver1_insn_load): Add icmov type.
30364         (znver1_sseavx_fma,
30365         znver1_sseavx_fma_load,
30366         znver1_avx256_fma,
30367         znver1_avx256_fma_load): Fix pipe usage.
30369 2016-02-14  Alan Modra  <amodra@gmail.com>
30371         PR target/68973
30372         * reload.c (find_reloads_address_1): For pre/post-inc/dec
30373         with an invalid hard reg, reload just the reg not the entire
30374         pre/post-inc/dec address expression.
30376 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
30378         PR target/67260
30379         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
30380         fixed R1_REG scratch reg.
30381         (sibcall_value_pcrel_fdpic): Likewise.
30383 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
30385         PR target/67636
30386         PR target/64345
30387         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
30389 2016-02-12  Walter Lee  <walt@tilera.com>
30391         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
30392         * config/tilegx/t-tilegx: Likewise.
30394 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
30396         PR other/69554
30397         * diagnostic-show-locus.c (struct line_span): New struct.
30398         (layout::get_first_line): Delete.
30399         (layout::get_last_line): Delete.
30400         (layout::get_num_line_spans): New member function.
30401         (layout::get_line_span): Likewise.
30402         (layout::print_heading_for_line_span_index_p): Likewise.
30403         (layout::get_expanded_location): Likewise.
30404         (layout::calculate_line_spans): Likewise.
30405         (layout::m_first_line): Delete.
30406         (layout::m_last_line): Delete.
30407         (layout::m_line_spans): New field.
30408         (layout::layout): Update comment.  Replace m_first_line and
30409         m_last_line with m_line_spans, replacing their initialization
30410         with a call to calculate_line_spans.
30411         (diagnostic_show_locus): When printing source lines and
30412         annotations, rather than looping over a single span
30413         of lines, instead loop over each line_span within
30414         the layout, with an inner loop over the lines within them.
30415         Call the context's start_span callback when changing line spans.
30416         * diagnostic.c (diagnostic_initialize): Initialize start_span.
30417         (diagnostic_build_prefix): Break out the building of the location
30418         part of the string into...
30419         (diagnostic_get_location_text): ...this new function, rewriting
30420         it from nested ternary expressions to a sequence of "if"
30421         statements.
30422         (default_diagnostic_start_span_fn): New function.
30423         * diagnostic.h (diagnostic_start_span_fn): New typedef.
30424         (diagnostic_context::start_span): New field.
30425         (default_diagnostic_start_span_fn): New prototype.
30427 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
30429         PR driver/69779
30430         * gcc.c (driver::finalize): Fix cleanup of "specs".
30432 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
30434         PR driver/69265
30435         PR driver/69453
30436         * gcc.c (driver::driver): Initialize m_option_suggestions.
30437         (driver::~driver): Clean up m_option_suggestions.
30438         (suggest_option): Convert to...
30439         (driver::suggest_option): ...this, and split out into
30440         driver::build_option_suggestions and find_closest_string.
30441         (driver::build_option_suggestions): New function, from
30442         first half of suggest_option.  Special-case
30443         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
30444         the sanitizer_opts array.  For options of enum types, add the
30445         various enum values to the candidate strings.
30446         (driver::handle_unrecognized_options): Remove "const".
30447         * gcc.h (driver::handle_unrecognized_options): Likewise.
30448         (driver::build_option_suggestions): New decl.
30449         (driver::suggest_option): New decl.
30450         (driver::m_option_suggestions): New field.
30451         * opts-common.c (add_misspelling_candidates): New function.
30452         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
30453         and make non-static.
30454         * opts.h (sanitizer_opts): New array decl.
30455         (add_misspelling_candidates): New function decl.
30456         * spellcheck.c (find_closest_string): New function.
30457         * spellcheck.h (find_closest_string): New function decl.
30459 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
30461         PR rtl-optimization/69764
30462         PR rtl-optimization/69771
30463         * optabs.c (expand_binop_directly): For shift_optab_p, force
30464         convert_modes with VOIDmode if xop1 has VOIDmode.
30466 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
30468         PR target/69729
30469         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
30470         to correctly determine instrumentation thunks.
30472 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
30474         PR ipa/69241
30475         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
30476         type by reference, force lhs on the call.
30478         PR ipa/68672
30479         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
30480         Compute retval and retbnd early in all cases if split_part_return_p
30481         and return_bb is not EXIT.  Remove all clobber stmts and reset
30482         all debug stmts that refer to SSA_NAMEs defined in split part,
30483         except if it is retval, in that case replace the old retval with the
30484         lhs of the call to the split part.
30486 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
30488         revert:
30489         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
30491         PR middle-end/66726
30492         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
30493         whose result is used in PHI.
30494         (maybe_optimize_range_tests): Likewise.
30495         (final_range_test_p): Likweise.
30497 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
30499         PR middle-end/66726
30500         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
30501         whose result is used in PHI.
30502         (maybe_optimize_range_tests): Likewise.
30503         (final_range_test_p): Likweise.
30505 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
30507         * cgraph.c: Spelling fixes - behaviour -> behavior and
30508         neighbour -> neighbor.
30509         * target.def: Likewise.
30510         * sel-sched.c: Likewise.
30511         * config/mips/mips.c: Likewise.
30512         * config/arc/arc.md: Likewise.
30513         * config/arm/cortex-a57.md: Likewise.
30514         * config/arm/arm.c: Likewise.
30515         * config/arm/neon.md: Likewise.
30516         * config/arm/arm-c.c: Likewise.
30517         * config/vms/vms-c.c: Likewise.
30518         * config/s390/s390.c: Likewise.
30519         * config/i386/znver1.md: Likewise.
30520         * config/i386/i386.c: Likewise.
30521         * config/ia64/hpux-unix2003.h: Likewise.
30522         * config/msp430/msp430.md: Likewise.
30523         * config/rx/rx.c: Likewise.
30524         * config/rx/rx.md: Likewise.
30525         * config/aarch64/aarch64-simd.md: Likewise.
30526         * config/aarch64/aarch64.c: Likewise.
30527         * config/nvptx/nvptx.c: Likewise.
30528         * config/bfin/bfin.c: Likewise.
30529         * config/cris/cris.opt: Likewise.
30530         * config/rs6000/rs6000.c: Likewise.
30531         * target.h: Likewise.
30532         * spellcheck.c: Likewise.
30533         * ira-build.c: Likewise.
30534         * tree-inline.c: Likewise.
30535         * builtins.c: Likewise.
30536         * lra-constraints.c: Likewise.
30537         * explow.c: Likewise.
30538         * hwint.h: Likewise.
30539         * targhooks.c: Likewise.
30540         * tree-vect-data-refs.c: Likewise.
30541         * expr.c: Likewise.
30542         * doc/tm.texi: Likewise.
30543         * doc/extend.texi: Likewise.
30544         * doc/install.texi: Likewise.
30545         * doc/md.texi: Likewise.
30546         * tree-ssa-tail-merge.c: Likewise.
30547         * sched-int.h: Likewise.
30548         * match.pd: Likewise.
30549         * sched-ebb.c: Likewise.
30550         * target.def (omit_struct_return_reg): Likewise.
30551         * gimple-ssa-isolate-paths.c: Likewise.
30552         (find_implicit_erroneous_behaviour): Renamed to...
30553         (find_implicit_erroneous_behavior): ... this.
30554         (find_explicit_erroneous_behaviour): Renamed to...
30555         (find_explicit_erroneous_behavior): ... this.
30556         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
30558 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
30560         PR rtl-optimization/64682
30561         PR rtl-optimization/69567
30562         PR rtl-optimization/69737
30563         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
30564         in I2 as well, just lose it.
30566 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30568         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
30569         New variable.
30570         (aarch64_last_printed_tune_string): Likewise.
30571         (aarch64_declare_function_name): Only output .arch assembler
30572         directive if it will be different from the previously output
30573         directive.  Same for .tune comment but only if -dA is set.
30574         (aarch64_start_file): New function.
30575         (TARGET_ASM_FILE_START): Define.
30577 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
30579         PR plugins/69758
30580         * Makefile.in (PLUGIN_HEADERS): Add params.list.
30582 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
30584         PR target/65313
30585         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
30586         -Wmaybe-uninitialized warning.
30588 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
30590         PR target/69713
30591         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
30593 2016-02-11  Richard Biener  <rguenther@suse.de>
30595         PR rtl-optimization/69291
30596         * ifcvt.c (noce_try_store_flag_constants): Do not allow
30597         subexpressions affected by changing the result.
30599 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
30601         PR target/69148
30602         * lra-constraints.c (curr_insn_transform): Find in/out operands
30603         for secondary memory moves.  Update dups.
30605 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
30607         PR tree-optimization/69652
30608         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
30609         to nested loop, did source re-formatting, skip debug statements,
30610         add check on statement with volatile operand, remove dead scalar
30611         statements.
30613 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
30614             Patrick Palka  <ppalka@gcc.gnu.org>
30616         PR ipa/69241
30617         PR c++/69649
30618         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
30619         calls if the return type is TREE_ADDRESSABLE.
30620         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
30621         * ipa-split.c (split_function): Fix doubled "we" in comment.
30622         Use void return type for the split part even if
30623         !split_point->split_part_set_retval.
30625 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
30627         PR tree-optimization/68021
30628         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
30629         when computing the value of biv cand by itself.
30631 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
30633         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
30634         (cortexa57_tunings): Likewise.
30635         (cortexa72_tunings): Likewise.
30636         (arch_macro_fusion_pair_p): Add support for AES fusion.
30637         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
30638         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
30639         Allow virtual registers before reload so early scheduling works.
30640         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
30641         correct latency and pipeline.
30642         (cortex_a57_crypto_complex): Likewise.
30643         (cortex_a57_crypto_xor): Likewise.
30644         (define_bypass): Add AES bypass.
30646 2016-02-10  Richard Biener  <rguenther@suse.de>
30648         PR tree-optimization/69726
30649         * passes.def: Add DCE pass before late uninit.
30650         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
30651         really fixup if-conversions job.
30653 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
30655         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
30656         (arm_cortex_a57_tune): Likewise.
30657         (aarch_macro_fusion_pair_p): Add support for AES fusion.
30658         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
30660 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
30662         * timevar.def (TV_PHASE_DBGINFO): Delete.
30663         (TV_PHASE_CHECK_DBGINFO): Likewise.
30664         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
30666 2016-02-10  Richard Biener  <rguenther@suse.de>
30668         PR tree-optimization/69719
30669         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
30670         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
30672 2016-02-09  Andrew Pinski  <apinski@cavium.com>
30674         PR tree-opt/69282
30675         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
30676         get_vcond_mask_icode returns false.
30678 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
30680         PR target/68404
30681         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
30682         an ADDIS that adds a pointer to a large constant that sets the
30683         upper16 bits with a load operation.
30685 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
30687         PR target/68532
30688         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
30689         order.
30690         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
30691         endian.
30692         (vzipq_s16): Likewise.
30693         (vzipq_s32): Likewise.
30694         (vzipq_f32): Likewise.
30695         (vzipq_u8): Likewise.
30696         (vzipq_u16): Likewise.
30697         (vzipq_u32): Likewise.
30698         (vzipq_p8): Likewise.
30699         (vzipq_p16): Likewise.
30701 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
30703         PR target/68532
30704         * config/arm/arm.c (neon_endian_lane_map): New function.
30705         (neon_vector_pair_endian_lane_map): New function.
30706         (arm_evpc_neon_vuzp): Allow for big endian lane order.
30707         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
30708         endian.
30709         (vuzpq_s16): Likewise.
30710         (vuzpq_s32): Likewise.
30711         (vuzpq_f32): Likewise.
30712         (vuzpq_u8): Likewise.
30713         (vuzpq_u16): Likewise.
30714         (vuzpq_u32): Likewise.
30715         (vuzpq_p8): Likewise.
30716         (vuzpq_p16): Likewise.
30718 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
30720         PR target/69634
30721         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
30722         debug insns.
30724 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
30726         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
30727         truncate const_int operand 1 to QImode.
30729 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
30731         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
30732         corresponding to an abnormal edge.
30734 2016-02-09  Tom de Vries  <tom@codesourcery.com>
30736         PR tree-optimization/69599
30737         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
30738         function.
30739         (find_func_aliases_for_builtin_call, find_func_clobbers)
30740         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
30741         partition.
30743 2016-02-09  Richard Biener  <rguenther@suse.de>
30745         PR tree-optimization/69715
30746         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
30747         LHS on calls as non-rewritable.
30749 2016-02-09  Tom de Vries  <tom@codesourcery.com>
30751         PR lto/69707
30752         * lto-wrapper.c (append_diag_options): New function.
30753         (compile_offload_image): Call append_diag_options.
30755 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
30757         PR other/69722
30758         * doc/extend.texi (Flag Output Operands): Correct sectioning.
30759         Minor copy-edit to fix verb tenses.
30761 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
30763         PR tree-optimization/69209
30764         * ipa-split.c (split_function): If split part is not
30765         returning retval, retval has gimple type but is not
30766         gimple value, force it into a SSA_NAME first.
30768 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
30770         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
30771         outdated section.
30773 2016-02-08  Jason Merrill  <jason@redhat.com>
30775         PR c++/69631
30776         * convert.c (convert_to_integer_1): Check dofold on truncation
30777         distribution.
30778         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
30779         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
30780         Rename from *_nofold.
30781         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
30782         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
30784 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
30786         PR target/60410
30787         * tree.c (build_common_tree_nodes): Remove short_double argument.
30788         All callers changed.
30789         * tree.h (build_common_tree_nodes): Adjust declaration.
30790         * doc/invoke.texi (-fshort-double): Remove documentation.
30791         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
30792         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
30793         * lto-wrapper.c (merge_and_complain, append_compiler_options)
30794         (append_linker_options): Don't handle OPT_fshort_double.
30796         PR rtl-optimization/68730
30797         * lra-remat.c (insn_to_cand_activation): New static variable.
30798         (lra_remat): Allocate and free it.
30799         (create_cand): New arg activation. Initialize a field in
30800         insn_to_cand_activation if it is nonnull.
30801         (create_cands): Pass the activation insn to create_cand when making
30802         a candidate involving an output reload.  Reorganize code a little.
30803         (do_remat): Keep track of active status of candidates in a separate
30804         bitmap.
30806 2016-02-08  Richard Biener  <rguenther@suse.de>
30808         PR tree-optimization/69719
30809         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
30810         Properly use absolute of the difference of the two offsets to
30811         compare or adjust the segment length.
30813 2016-02-08  Richard Biener  <rguenther@suse.de>
30814             Jeff Law  <law@redhat.com>
30816         PR target/68273
30817         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
30818         types for anonymous SSA names.
30820 2016-02-08   Richard Biener  <rguenther@suse.de>
30822         PR rtl-optimization/69274
30823         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
30825 2016-02-08  Jeff Law  <law@redhat.com>
30827         PR tree-optimization/65917
30828         * tree-ssa-dom.c (record_temporary_equivalences): Record both
30829         equivalences from if (x == y) style conditionals.
30830         (loop_depth_of_name): Remove.
30831         (record_equality): Remove loop depth check.
30832         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
30833         (const_and_copies::record_const_or_copy_raw): New member function.
30834         * tree-ssa-scopedtables.c
30835         (const_and_copies::record_const_or_copy_raw): New, factored out of
30836         (const_and_copies::record_const_or_copy): Call new member function.
30838 2016-02-05  Jeff Law  <law@redhat.com>
30840         PR tree-optimization/68541
30841         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
30842         (count_stmts_in_block): New function.
30843         (poor_ifcvt_candidate_code): Likewise.
30844         (is_feasible_trace): Add some heuristics to determine when path
30845         splitting is profitable.
30846         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
30847         is a diamond with a single exit.
30849 2016-02-05  Martin Sebor  <msebor@redhat.com>
30851         PR c++/69662
30852         * doc/invoke.texi: Update -Wplacement-new to take an optional
30853         argument.
30855 2016-02-06  Richard Henderson  <rth@redhat.com>
30857         PR c/69643
30858         * tree.c (tree_nop_conversion_p): Do not strip casts into or
30859         out of non-standard address spaces.
30861 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
30863         PR rtl-optimization/69691
30864         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
30866 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
30868         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
30869         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
30870         (*ieee128_mfvsrd_64bit): Likewise.
30871         (*ieee128_mfvsrd_32bit): Likewise.
30873 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
30875         PR target/69369
30876         Revert r232560:
30877         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
30879         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
30880         instrumented_version.
30882 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
30884         * doc/invoke.texi (Optimize Options): In table of --param options
30885         rename second occurrence of tracer-min-branch-ratio to
30886         tracer-min-branch-probability, rename
30887         tracer-min-branch-ratio-feedback to
30888         tracer-min-branch-probability-feedback and clarify description,
30889         rename sched-spec-state-edge-prob-cutoff to
30890         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
30891         to selsched-insns-to-rename, rename lto-minpartition to
30892         lto-min-partition, delete reorder-blocks-duplicate and
30893         reorder-blocks-duplicate-feedback.
30895 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
30897         * config/s390/s390.c (s390_register_info_set_ranges): Remove
30898         superfluous loops.
30900 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
30902         * doc/extend.texi: S/390: Correct some typos.
30904 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
30906         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
30908 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
30910         PR target/69625
30911         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
30912         (s390_register_info_gprtofpr): Use new macros above.
30913         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
30914         its name.
30915         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
30916         its name.  Adjust restore and save gpr ranges.
30917         (s390_register_info_set_ranges): New function.
30918         (s390_register_info): Use new macros above.  Call
30919         s390_register_info_set_ranges.
30920         (s390_optimize_register_info): Likewise.
30921         (s390_hard_regno_rename_ok): Use new macros.
30922         (s390_hard_regno_scratch_ok): Likewise.
30923         (s390_emit_epilogue): Likewise.
30924         (s390_can_use_return_insn): Likewise.
30925         (s390_optimize_prologue): Likewise.
30926         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
30928 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
30930         PR bootstrap/69677
30931         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
30932         alignment fixes.
30933         (ix86_option_override_internal): Disable TARGET_STV even for
30934         -m{incoming,preferred}-stack-boundary=3.
30936 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30938         * config.gcc: Mark deprecated rtems targets as obsolete.
30940 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
30942         PR rtl-optimization/64682
30943         PR rtl-optimization/69567
30944         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
30945         before I2 only if the register is both used and set in I2.
30947 2016-02-04  DJ Delorie  <dj@redhat.com>
30949         * config/msp430/msp430.c (msp430_start_function): Add function type.
30951 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
30953         PR fortran/69368
30954         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
30956 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
30958         PR rtl-optimization/69577
30959         Revert:
30960         2015-10-29  Richard Henderson  <rth@redhat.com>
30962         PR target/68124
30963         PR rtl-opt/67609
30964         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
30965         sse check to the exact conditions of PR 67609.
30967 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
30969         PR target/69667
30970         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
30971         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
30972         not allowed into the traditional Altivec registers.
30973         (movtd_64bit_nodm): Likewise.
30974         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
30976 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
30978         * config/aarch64/cortex-a57-fma-steering.c
30979         (aarch64_register_fma_steering): Remove "static" from arguments
30980         to register_pass.
30982 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
30984         PR target/69619
30985         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
30986         twice when complex.
30988 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
30990         * doc/invoke.texi: Delete -mno-fma4.
30992 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
30994         PR rtl-optimization/69577
30995         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
30996         (find_subregs_of_mode): Update accordingly.  Iterate over partial
30997         definitions.
30999 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
31001         * config/arm/arm-protos.h (neon_reinterpret): Remove.
31002         * config/arm/arm.c (neon_reinterpret): Remove.
31003         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
31004         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
31005         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
31006         vreinterpretti): Remove.
31007         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
31008         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
31009         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
31010         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
31011         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
31012         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
31013         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
31014         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
31015         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
31016         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
31017         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
31018         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
31019         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
31020         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
31021         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
31022         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
31023         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
31024         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
31025         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
31026         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
31027         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
31028         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
31029         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
31030         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
31031         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
31032         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
31033         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
31034         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
31035         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
31036         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
31037         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
31038         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
31039         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
31040         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
31041         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
31042         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
31043         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
31044         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
31045         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
31046         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
31047         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
31048         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
31049         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
31050         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
31051         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
31052         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
31053         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
31054         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
31055         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
31056         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
31057         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
31058         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
31059         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
31060         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
31061         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
31062         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
31063         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
31064         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
31065         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
31066         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
31067         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
31068         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
31069         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
31070         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
31071         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
31072         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
31073         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
31074         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
31075         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
31076         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
31077         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
31078         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
31079         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
31080         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
31081         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
31082         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
31083         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
31084         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
31085         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
31086         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
31087         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
31088         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
31089         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
31090         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
31091         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
31092         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
31093         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
31094         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
31095         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
31096         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
31097         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
31098         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
31099         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
31100         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
31101         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
31102         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
31103         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
31104         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
31105         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
31106         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
31107         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
31108         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
31109         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
31111 2016-02-04  Martin Liska  <mliska@suse.cz>
31113         PR sanitizer/69276
31114         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
31115         that are gimple_store_p.
31116         (maybe_instrument_call): Likewise.
31118 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
31120         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
31121         register scaling out of memory reference and comment why.
31123 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31125         PR target/65932
31126         PR target/67714
31127         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
31128         folding the source of a SET.
31130 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31132         PR target/65932
31133         PR target/67714
31134         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
31135         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
31137 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
31139         PR target/65932
31140         PR target/67714
31141         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
31142         HImode.
31144 2016-02-04  Christian Bruel  <christian.bruel@st.com>
31146         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
31147         * config/arm/arm.c (arm_set_current_function): Likewise.
31149 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
31150             Ilya Enkovich  <enkovich.gnu@gmail.com>
31151             H.J. Lu  <hongjiu.lu@intel.com>
31153         PR target/69454
31154         * config/i386/i386.c (convert_scalars_to_vector): Remove
31155         stack alignment fixes.
31156         (ix86_option_override_internal): Disable TARGET_STV if stack
31157         might not be aligned enough.
31158         (ix86_minimum_alignment): Assert that TARGET_STV is false.
31160 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
31162         * config/i386/x86-tune.def: Disable default prefetching
31163         for -march=znver1.
31165 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
31166             Vladimir Makarov  <vmakarov@redhat.com>
31168         PR target/69461
31169         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
31170         in validating fused toc addresses.
31172 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
31174         PR c/69627
31175         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
31176         range->m_caret fields if range->m_show_caret_p is false.
31178         PR target/69644
31179         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
31180         Force oldval into register if it does not satisfy reg_or_short_operand
31181         predicate.  Fix up formatting.
31183 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
31184             Alexandre Oliva  <aoliva@redhat.com>
31186         PR target/69461
31187         * lra-constraints.c (simplify_operand_subreg): Check additionally
31188         address validity after potential reloading.
31189         (process_address_1): Check insns validity.  In case of failure do
31190         nothing.
31192 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
31194         PR target/69118
31195         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
31196         Fix target.
31198 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
31200         * wide-int.cc (canonize_uhwi): New function.
31201         (wi::divmod_internal): Use it.
31203 2016-02-02  James Norris  <jnorris@codesourcery.com>
31205         * gimplify.c (omp_notice_variable): Add usage check.
31207 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
31209         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
31210         like LE, GE, LT, GT when emitting relational operator.
31212 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
31214         * ira-costs.c (find_costs_and_classes): Add extra argument.
31215         * target.def (ira_change_pseudo_allocno_class): Add parameter.
31216         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
31217         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
31218         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
31219         Add best_class parameter, and return it if not ALL_REGS.
31220         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
31221         Add parameter.
31222         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
31223         Update target hook.
31225 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
31227         * config/aarch64/aarch64.c
31228         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
31229         (aarch64_ira_change_pseudo_allocno_class): New function.
31231 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
31233         PR target/67032
31234         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
31236 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
31238         * config/avr/avr.c (avr_option_override): Set
31239         PARAM_ALLOW_STORE_DATA_RACES to 1.
31241 2016-02-02  Richard Biener  <rguenther@suse.de>
31243         PR tree-optimization/69595
31244         * match.pd: Add range test simplifications to true/false.
31246 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
31248         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
31249         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
31250         instead.
31252 2016-02-02  Richard Biener  <rguenther@suse.de>
31254         PR tree-optimization/69606
31255         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
31256         info on the result before moving a stmt.
31258 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
31260         PR middle-end/68542
31261         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
31262         branch with vector comparison.
31263         * config/i386/sse.md (VI48_AVX): New mode iterator.
31264         (define_expand "cbranch<mode>4): Add support for conditional branch
31265         with vector comparison.
31266         * tree-vect-loop.c (optimize_mask_stores): New function.
31267         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
31268         has_mask_store field of vect_info.
31269         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
31270         vectorized loops having masked stores after vec_info destroy.
31271         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
31272         correspondent macros.
31273         (optimize_mask_stores): Add prototype.
31275 2016-02-02  Alan Modra  <amodra@gmail.com>
31277         PR target/69548
31278         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
31279         allow subregs.
31281 2016-02-02  Alan Modra  <amodra@gmail.com>
31283         PR target/68662
31284         * config/rs6000/rs6000.c (need_toc_init): New var, set it
31285         whenever toc_label_name used.
31286         (rs6000_file_start): Don't set up toc section here,
31287         (rs6000_output_function_epilogue): do so here instead,
31288         (rs6000_xcoff_file_start): and here.
31289         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
31290         (load_toc_aix_di): Likewise.
31292 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
31294         PR rtl-optimization/69592
31295         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
31296         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
31297         (num_sign_bit_copies_binary_arith_p): New inline function.
31298         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
31300 2016-02-01  Jeff Law  <law@redhat.com>
31302         PR tree-optimization/69580
31303         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
31304         * tree-ssa-threadbackward.c
31305         (fsm_find_control_statement_thread_paths): Do not try to walk
31306         through large PHI nodes.
31308 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
31310         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
31311         when count is incremented above limit, don't analyze further
31312         insns afterwards.
31314         * omp-low.c (oacc_parse_default_dims): Avoid
31315         -Wsign-compare warning, make sure value fits into int
31316         rather than just unsigned int.
31318 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
31320         PR tree-optimization/67921
31321         * fold-const.c (split_tree): New parameters.  Convert pointer
31322         type variable part to proper type before negating.
31323         (fold_binary_loc): Pass new arguments to split_tree.
31325 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
31327         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
31328         (nvptx_goacc_validate_dims): Extend to handle global defaults.
31329         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
31330         * doc/tm.texti: Rebuilt.
31331         * doc/invoke.texi (fopenacc-dim): Document.
31332         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
31333         (append_compiler_options): Likewise.
31334         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
31335         (oacc_parse_default_dims): New.
31336         (oacc_validate_dims): Add USED arg.  Select non-unity default when
31337         possible.
31338         (oacc_loop_fixed_partitions): Return mask of used partitions.
31339         (oacc_loop_auto_partitions): Emit dump info.
31340         (oacc_loop_partition): Return mask of used partitions.
31341         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
31342         loop partitioning and validation calls.
31344 2016-02-01  Richard Biener  <rguenther@suse.de>
31346         PR middle-end/69556
31347         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
31349 2016-02-01  Richard Biener  <rguenther@suse.de>
31351         PR tree-optimization/69574
31352         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
31353         of asserting return chrec_dont_know.
31355 2016-02-01  Martin Liska  <mliska@suse.cz>
31357         * mem-stats-traits.h: Add copyright header.
31358         * mem-stats.h: Likewise.
31360 2016-02-01  Richard Biener  <rguenther@suse.de>
31362         PR tree-optimization/69579
31363         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
31364         Do not propagate through abnormal PHI results.
31366 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
31368         * postreload.c (reload_cse_simplify): Remove dead code.
31370 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
31372         PR rtl-optimization/69570
31373         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
31374         if there is more than one set, not if there is a single set.
31376 2016-02-01  Richard Henderson  <rth@redhat.com>
31378         PR rtl-opt/69535
31379         * combine.c (make_compound_operation): When looking through a
31380         subreg, make sure to re-extend to the width of the outer mode.
31382 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
31384         PR tree-optimization/69546
31385         * wide-int.cc (wi::divmod_internal): For unsigned division
31386         where both operands fit into uhwi, if o1 is 1 and o0 has
31387         msb set, if divident_prec is larger than bits per hwi,
31388         clear another quotient word and return 2 instead of 1.
31389         Similarly for remainder with msb in HWI set, if dividend_prec
31390         is larger than bits per hwi.
31392 2016-01-29  Martin Jambor  <mjambor@suse.cz>
31394         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
31395         Use short lowercase names.
31396         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
31397         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
31398         acq_rel one.  Protect warning agains segfaults if
31399         get_memory_order_name returns NULL.
31400         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
31401         with release semantics.  Do not warn if get_memory_order already did.
31402         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
31403         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
31404         if get_memory_order already did.
31406 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
31408         * doc/install.texi: Document that isl-0.16 is supported.
31410 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
31412         PR target/69299
31413         * config/i386/constraints.md (Bm): Describe as special memory
31414         constraint.
31415         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
31416         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
31417         * genpreds.c (struct constraint_data): Add is_special_memory.
31418         (have_special_memory_constraints, special_memory_start): New
31419         static vars.
31420         (special_memory_end): Ditto.
31421         (add_constraint): Add new arg is_special_memory.  Add code to
31422         process its true value.  Update have_special_memory_constraints.
31423         (process_define_constraint): Pass the new arg.
31424         (process_define_register_constraint): Ditto.
31425         (choose_enum_order): Process special memory.
31426         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
31427         function insn_extra_special_memory_constraint.
31428         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
31429         * gensupport.c (process_rtx): Process
31430         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
31431         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
31432         * ira-lives.c (single_reg_class): Use
31433         insn_extra_special_memory_constraint.
31434         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
31435         * lra-constraints.c (process_alt_operands): Ditto.
31436         (curr_insn_transform): Use insn_extra_special_memory_constraint.
31437         * recog.c (asm_operand_ok, preprocess_constraints): Process
31438         CT_SPECIAL_MEMORY.
31439         * reload.c (find_reloads): Ditto.
31440         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
31441         * stmt.c (parse_input_constraint): Use
31442         insn_extra_special_memory_constraint.
31444 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
31446         PR target/69530
31447         * lra-splill.c (lra_final_code_change): Revert r229087 by
31448         removing all sub-registers.
31450 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
31452         PR target/65604
31453         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
31455 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
31457         PR target/69551
31458         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
31459         SSE1, copy target into the temporary reg first before recursing
31460         on it.
31462 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
31464         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
31465         with vm.
31467 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
31469         * ginclude/stdarg.h: Test __cplusplus instead of
31470         __GXX_EXPERIMENTAL_CXX0X__.
31472 2016-01-29  Richard Biener  <rguenther@suse.de>
31474         PR tree-optimization/69547
31475         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
31476         Do not mark clobbers necessary.
31477         (mark_all_reaching_defs_necessary_1): Likewise.
31479 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
31481         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
31482         declaration name with %qs and print it in both error messages.
31483         Also fix indentation.
31485 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
31487         PR other/69006
31488         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
31489         trailing blank line from error message.
31491 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
31493         PR c++/69462
31494         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
31495         for C++-11.
31497 2016-01-29  Richard Biener  <rguenther@suse.de>
31499         PR middle-end/69537
31500         * match.pd: Allow all integral types when simplifying a
31501         widening or sign-changing conversion.
31503 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
31505         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
31506         back to setting codegen_error to fail codegen.
31508 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
31510         PR target/69459
31511         * config/i386/constraints.md (C): Only accept constant zero operand.
31512         (BC): New constraint.
31513         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
31514         instead of C constraint.
31515         * doc/md.texi (Machine Constraints): Update description
31516         of C constraint.
31518 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
31520         PR target/68400
31521         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
31523 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
31525         PR middle-end/69542
31526         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
31527         non-debug insns.
31529 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
31531         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
31532         branches if using guessed profile.
31534 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
31536         * graphite-optimize-isl.c (optimize_isl): Fix dump.
31538 2016-01-28  Richard Henderson  <rth@redhat.com>
31540         PR target/69305
31541         * config/aarch64/aarch64-modes.def (CC_Cmode): New
31542         * config/aarch64/aarch64-protos.h: Update.
31543         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
31544         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
31545         (aarch64_get_condition_code_1): Handle CC_Cmode.
31546         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
31547         (*add<mode>3_compareC_cconly_imm): New.
31548         (*add<mode>3_compareC_cconly): New.
31549         (*add<mode>3_compareC_imm): New.
31550         (add<mode>3_compareC): New.
31551         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
31552         to be first.  Use aarch64_carry_operation.
31553         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
31554         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
31555         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
31556         (subti3): Use subdi3_compare1.
31557         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
31558         (sub<mode>3_compare1): New.
31559         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
31560         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
31561         (*subsi3_carryin_uxtw): Likewise.
31562         (*ngc<mode>, *ngcsi_uxtw): Likewise.
31563         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
31564         * config/aarch64/iterators.md (DWI): New.
31565         * config/aarch64/predicates.md (aarch64_carry_operation): New.
31566         (aarch64_borrow_operation): New.
31568 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
31570         * graphite-optimize-isl.c (optimize_isl): Print a different debug
31571         message when isl does not return a valid schedule.
31573 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
31575         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
31576         Remove comments from class declarations: they are already in the code
31577         close by the defs.
31579 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
31581         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
31582         codegen_error_p.
31583         (ternary_op_to_tree): Same.
31584         (unary_op_to_tree): Same.
31585         (nary_op_to_tree): Same.
31586         (gcc_expression_from_isl_expr_op): Same.
31587         (gcc_expression_from_isl_expression): Same.
31588         (graphite_create_new_loop): Same.
31589         (graphite_create_new_loop_guard): Same.
31590         (build_iv_mapping): Same.
31591         (graphite_create_new_guard): Same.
31592         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
31593         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
31595 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
31597         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
31598         instead of setting codegen_error to fail codegen.
31600 2016-01-28  Jason Merrill  <jason@redhat.com>
31602         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
31604 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
31606         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
31607         Remove CONST_INT_P check in CCMP cost calculation.
31609 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
31611         * config/aarch64/aarch64.c (generic_vector_cost):
31612         Set vec_permute_cost.
31613         (cortexa57_vector_cost): Likewise.
31614         (exynosm1_vector_cost): Likewise.
31615         (xgene1_vector_cost): Likewise.
31616         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
31617         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
31618         Add vec_permute_cost entry.
31620 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
31622         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
31623         immediate as %1.
31624         (add<mode>3_compare0): Likewise.
31625         (addsi3_compare0_uxtw): Likewise.
31626         (add<mode>3nr_compare0): Likewise.
31627         (compare_neg<mode>): Likewise.
31628         (<optab><mode>3): Likewise.
31630 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
31632         * tree-vect-stmts.c (vectorizable_comparison): Add
31633         NULL check for vectype.
31635 2016-01-28  Richard Biener  <rguenther@suse.de>
31637         PR tree-optimization/69466
31638         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
31639         Account for PHIs we couldn't duplicate.
31641 2016-01-28  Martin Liska  <mliska@suse.cz>
31643         PR pch/68758
31644         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
31645         instead of ENABLE_VALGRIND_CHECKING.
31647 2016-01-27  Richard Henderson  <rth@redhat.com>
31649         PR rtl-opt/69447
31650         * lra-remat.c (subreg_regs): New.
31651         (dump_candidates_and_remat_bb_data): Dump it.
31652         (operand_to_remat): Reject if operand in subreg_regs.
31653         (set_bb_regs): Collect subreg_regs.
31654         (lra_remat): Init and free subreg_regs.  Compute
31655         calculate_local_reg_remat_bb_data before create_cands.
31657 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
31659         PR target/68986
31660         * config/i386/i386.c (ix86_update_stack_boundary): Don't
31661         change stack_alignment_needed for __tls_get_addr call.
31663 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
31665         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
31667 2016-01-27  Jeff Law  <law@redhat.com>
31669         PR tree-optimization/68398
31670         PR tree-optimization/69196
31671         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
31672         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
31673         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
31674         Only count PHIs in the last block in the path.  The others will
31675         const/copy propagate away.  Add heuristic to allow more irreducible
31676         subloops to be created when it is likely profitable to do so.
31678         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
31679         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
31680         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
31682 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
31684         PR lto/69254
31685         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
31686         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
31687         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
31688         * tree-streamer-in.c: Include asan.h.
31689         (streamer_get_builtin_tree): For builtins in sanitizer
31690         range call initialize_sanitizer_builtins and retry.
31692 2016-01-27  Ian Lance Taylor  <iant@google.com>
31694         * common.opt (fkeep-gc-roots-live): New undocumented option.
31695         * tree-ssa-loop-ivopts.c (add_candidate_1): If
31696         -fkeep-gc-roots-live, skip pointers.
31697         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
31698         NULL.
31700 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
31702         PR target/69512
31703         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
31704         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
31706 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
31708         PR target/68380
31709         * configure.ac: NetBSD provides SSP in its C library.
31710         * configure: Updated.
31712 2016-01-27  Richard Biener  <rguenther@suse.de>
31714         PR tree-optimization/69166
31715         * tree-vect-loop.c (vect_is_simple_reduction): Always check
31716         reduction code for commutativity / associativity.
31718 2016-01-27  Martin Jambor  <mjambor@suse.cz>
31720         PR tree-optimization/69355
31721         * tree-sra.c (analyze_access_subtree): Correct hole detection when
31722         total_scalarization fails.
31724 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
31726         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
31727         power9.
31729 2016-01-27  Christian Bruel  <christian.bruel@st.com>
31731         PR target/69245
31732         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
31733         Move arm_reset_previous_fndecl and set_target_option_current_node in
31734         the conditional part.  Call save_restore_target_globals.
31735         * config/arm/arm.c (arm_set_current_function):
31736         Refactor to better support #pragma target and attribute mix.
31737         Call save_restore_target_globals.
31738         * config/arm/arm-protos.h (save_restore_target_globals): New function.
31740 2016-01-27  Martin Liska  <mliska@suse.cz>
31742         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
31743         reference for an HSA kernel and its host function.
31745 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
31747         PR tree-optimization/69399
31748         * wide-int.h (wi::lrshift): For larger precisions, only
31749         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
31751 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
31753         * config/arc/predicates.md (proper_comparison_operator): Reject
31754         constant-constant comparison.
31756 2016-01-26  Tom de Vries  <tom@codesourcery.com>
31758         PR tree-optimization/69110
31759         * tree-data-ref.c (initialize_data_dependence_relation): Handle
31760         DR_NUM_DIMENSIONS == 0.
31762 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
31763             Sebastian Pop  <s.pop@samsung.com>
31765         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
31766         isl_ast_op_cond and isl_ast_op_select.
31767         (gcc_expression_from_isl_expr_op): Same.
31769 2016-01-26  Jason Merrill  <jason@redhat.com>
31771         PR c++/68782
31772         * tree.c (recompute_constructor_flags): Split out from
31773         build_constructor.
31774         (verify_constructor_flags): New.
31775         * tree.h: Declare them.
31777 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
31779         PR rtl-optimization/69217
31780         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
31781         are no TYPE_FIELDS set for the record type.
31783 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
31785         PR target/68662
31786         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
31787         toc_label_name unconditionally.
31788         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
31789         SYMBOL_REF string.  Use toc_label_name instead of constructing
31790         LCTOC1.
31791         (rs6000_elf_declare_function_name): Use toc_label_name instead of
31792         constructing LCTOC1.
31794 2016-01-26  Martin Sebor  <msebor@redhat.com>
31796         PR other/69477
31797         * doc/extend.texi (Common Type Attributes): Move text that talks about
31798         attribute packed from attribute aligned to the section discussing
31799         the former attribute for clarity.
31801 2016-01-26  Richard Henderson  <rth@redhat.com>
31803         PR middle-end/60908
31804         * trans-mem.c (tm_region_init): Mark entry block as visited.
31806 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
31808         PR other/69006
31809         * diagnostic-show-locus.c (layout::print_source_line): Replace
31810         call to pp_newline with call to layout::print_newline.
31811         (layout::print_annotation_line): Likewise.
31812         (layout::move_to_column): Likewise.
31813         (layout::print_any_fixits): After printing any fixits, print a
31814         trailing newline, if necessary.
31815         (layout::print_newline): New method, resetting any colorization
31816         before a newline.
31817         (diagnostic_show_locus): Move the pp_newline to before the
31818         early bailout.  Remove dummy block enclosing the layout instance.
31819         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
31820         of pp_newline_and_flush with pp_flush.
31821         (diagnostic_append_note): Delete use of pp_newline.
31822         (diagnostic_append_note_at_rich_loc): Delete.
31823         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
31824         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
31825         when newline characters are added to the buffer.
31827 2016-01-26  Michael Matz  <matz@suse.de>
31829         * configure.ac (ac_cv_std_swap_in_utility): New test.
31830         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
31831         * configure: Regenerate.
31832         * config.in: Regenerate.
31834 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
31836         * config/arc/arc.md (cstoresi4): Force operand into register.
31837         (arcset<code>): Fix predicate.
31838         (arcsetltu): Likewise.
31839         (arcsetgeu): Likewise.
31840         (arcsethi): Likewise.
31841         (arcsetls): Likewise.
31843 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
31845         PR tree-optimization/69483
31846         * gimple-fold.c (canonicalize_constructor_val): Return NULL
31847         if base has error_mark_node type.
31849 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
31851         PR target/68620
31852         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
31853         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
31854         New helper macros.
31855         (vget_lane_f16): Handle big-endian.
31856         (vgetq_lane_f16): Likewise.
31857         (vset_lane_f16): Likewise.
31858         (vsetq_lane_f16): Likewise.
31859         * config/arm/iterators.md (VQXMOV): Add V8HF.
31860         (VDQ): Add V4HF and V8HF.
31861         (V_reg): Handle V4HF and V8HF.
31862         (Is_float_mode): Likewise.
31863         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
31864         neon_vdup_nv8hf): New patterns.
31865         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
31866         Use VD_LANE iterator.
31867         (neon_vld1_dup<mode>): Use VQ2 iterator.
31869 2016-01-26  Nathan Sidwell  <nathan@acm.org>
31871         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
31872         (set_oacc_fn_attrib): Add IS_KERNEL arg.
31873         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
31874         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
31875         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
31876         (oacc_validate_dims): Add LEVEL arg, don't return level.
31877         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
31878         oacc_validate_dims.
31879         (execute_oacc_device_lower): Adjust, add more dump output.
31880         * tree-ssa-loop.c (gate_oacc_kernels): Use
31881         oacc_fn_attrib_kernels_p.
31882         * tree-parloops.c (create_parallel_loop): Adjust
31883         set_oacc_fn_attrib call.
31885 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
31887         PR lto/69254
31888         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
31889         (append_compiler_options): Handle -fcilkplus.
31890         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
31892 2016-01-26  Nick Clifton  <nickc@redhat.com>
31894         PR target/66655
31895         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
31896         been marked as DECL_ONE_ONLY but we do not the means to make it
31897         so, then do not allow it to bind locally.
31899 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
31901         PR lto/69254
31902         * opts.h (parse_sanitizer_options): New prototype.
31903         * opts.c (sanitizer_opts): New array.
31904         (parse_sanitizer_options): New function.
31905         (common_handle_option): Use parse_sanitizer_options.
31907 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
31909         PR target/68986
31910         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
31911         alignment adjustment to ...
31912         (ix86_update_stack_boundary): Here.  Don't over-align stack for
31913         __tls_get_addr.
31914         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
31915         if __tls_get_addr is called.
31917 2016-01-26  Christian Bruel  <christian.bruel@st.com>
31919         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
31921 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
31923         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
31925 2016-01-26  Richard Biener  <rguenther@suse.de>
31927         PR middle-end/69467
31928         * match.pd: Guard X * CST CMP 0 pattern with single_use.
31930 2016-01-26  Richard Biener  <rguenther@suse.de>
31932         PR tree-optimization/69452
31933         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
31934         (move_computations_dom_walker::before_dom_children): Rename
31935         to ...
31936         (move_computations_worker): This.
31937         (move_computations): Perform an RPO rather than a DOM walk.
31939 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
31941         PR target/69442
31942         * combine.c (combine_instructions): For REG_EQUAL note with
31943         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
31944         to the underlying register.
31945         * doc/rtl.texi (REG_EQUAL): Document the behavior of
31946         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
31948 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
31950         PR target/67896
31951         * config/aarch64/aarch64-builtins.c
31952         (aarch64_init_simd_builtin_types): Do not set structural
31953         equality to __Poly{8,16,64,128}_t types.
31955 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
31957         PR tree-optimization/69400
31958         * wide-int.cc (wi_pack): Take the precision as argument and
31959         perform canonicalization here rather than in the callers.
31960         Use the main loop to handle all full-width HWIs.  Add a
31961         zero HWI if in_len isn't a full result.
31962         (wi::divmod_internal): Update accordingly.
31963         (wi::mul_internal): Likewise.  Simplify.
31965 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
31966             Sebastian Pop  <s.pop@samsung.com>
31968         * graphite-poly.c (apply_poly_transforms): Simplify.
31969         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
31970         (print_isl_map): Same.
31971         (print_isl_union_map): Same.
31972         (print_isl_schedule): New.
31973         (debug_isl_schedule): New.
31974         * graphite-dependences.c (scop_get_reads): Do not call
31975         isl_union_map_add_map that is undocumented isl functionality.
31976         (scop_get_must_writes): Same.
31977         (scop_get_may_writes): Same.
31978         (scop_get_original_schedule): Remove.
31979         (scop_get_dependences): Do not call isl_union_map_compute_flow that
31980         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
31981         (compute_deps): Remove.
31982         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
31983         (debug_schedule_ast): New.
31984         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
31985         set_separate_option.
31986         (graphite_regenerate_ast_isl): Add dump.
31987         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
31988         from scop->transformed_schedule.
31989         (graphite_regenerate_ast_isl): Add more dump.
31990         * graphite-optimize-isl.c (optimize_isl): Set
31991         scop->transformed_schedule.  Check whether schedules are equal.
31992         (apply_poly_transforms): Move here.
31993         * graphite-poly.c (apply_poly_transforms): ... from here.
31994         (free_poly_bb): Static.
31995         (free_scop): Static.
31996         (pbb_number_of_iterations_at_time): Remove.
31997         (print_isl_ast): New.
31998         (debug_isl_ast): New.
31999         (debug_scop_pbb): New.
32000         * graphite-scop-detection.c (print_edge): Move.
32001         (print_sese): Move.
32002         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
32003         (build_scop_scattering): Remove.
32004         (create_pw_aff_from_tree): Assert instead of bailing out.
32005         (add_condition_to_pbb): Remove unused code, do not fail.
32006         (add_conditions_to_domain): Same.
32007         (add_conditions_to_constraints): Remove.
32008         (build_scop_context): New.
32009         (add_iter_domain_dimension): New.
32010         (build_iteration_domains): Initialize pbb->iterators.
32011         Call add_conditions_to_domain.
32012         (nested_in): New.
32013         (loop_at): New.
32014         (index_outermost_in_loop): New.
32015         (index_pbb_in_loop): New.
32016         (outermost_pbb_in): New.
32017         (add_in_sequence): New.
32018         (add_outer_projection): New.
32019         (outer_projection_mupa): New.
32020         (add_loop_schedule): New.
32021         (build_schedule_pbb): New.
32022         (build_schedule_loop): New.
32023         (embed_in_surrounding_loops): New.
32024         (build_schedule_loop_nest): New.
32025         (build_original_schedule): New.
32026         (build_poly_scop): Call build_original_schedule.
32027         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
32028         (free_poly_dr): Remove.
32029         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
32030         (free_poly_bb): Remove.
32031         (debug_loop_vec): Remove.
32032         (print_isl_ast): Declare.
32033         (debug_isl_ast): Declare.
32034         (scop_do_interchange): Remove.
32035         (scop_do_strip_mine): Remove.
32036         (scop_do_block): Remove.
32037         (flatten_all_loops): Remove.
32038         (optimize_isl): Remove.
32039         (pbb_number_of_iterations_at_time): Remove.
32040         (debug_scop_pbb): Declare.
32041         (print_schedule_ast): Declare.
32042         (debug_schedule_ast): Declare.
32043         (struct scop): Remove schedule.  Add original_schedule,
32044         transformed_schedule.
32045         (free_gimple_poly_bb): Remove.
32046         (print_generated_program): Remove.
32047         (debug_generated_program): Remove.
32048         (unify_scattering_dimensions): Remove.
32049         * sese.c (print_edge): ... here.
32050         (print_sese): ... here.
32051         (debug_edge): ... here.
32052         (debug_sese): ... here.
32053         * sese.h (print_edge): Declare.
32054         (print_sese): Declare.
32055         (dump_edge): Declare.
32056         (dump_sese): Declare.
32058 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
32059             Sebastian Pop  <s.pop@samsung.com>
32061         * Makefile.in: Set ISLVER in site.exp.
32063 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
32065         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
32066         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
32067         through DECL_VALUE_EXPR for expansion.
32069 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
32071         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
32072         the frame info after reload completed.
32074 2016-01-25  Jeff Law  <law@redhat.com>
32076         PR tree-optimization/69196
32077         PR tree-optimization/68398
32078         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
32079         tree-ssa-threadupdate.c.
32080         (determine_bb_domination_status): Prototype
32081         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
32082         (determine_bb_domination_status): No longer static.
32083         (valid_jump_thread_path): Remove code to detect characteristics
32084         of the jump thread path not associated with correctness.
32085         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
32086         Correct test for thread path length.  Count PHIs for real operands as
32087         statements that need to be copied.  Do not count ASSERT_EXPRs.
32088         Look at all the blocks in the thread path.  Compute and selectively
32089         filter thread paths based on threading through the latch, threading
32090         a multiway branch or crossing a multiway branch.
32092 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32094         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
32095         decl with __attribute__ ((unused)) annotation.
32097 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
32099         PR target/69421
32100         * tree-vect-stmts.c (vectorizable_condition): Check vectype
32101         of operands is compatible with a statement vectype.
32103 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
32105         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
32106         improve wording for mixed storage order support.
32108 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
32110         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
32111         (vcvt_u64_f64): Likewise.
32112         (vcvta_s64_f64): Likewise.
32113         (vcvta_u64_f64): Likewise.
32114         (vcvtm_s64_f64): Likewise.
32115         (vcvtm_u64_f64): Likewise.
32116         (vcvtn_s64_f64): Likewise.
32117         (vcvtn_u64_f64): Likewise.
32118         (vcvtp_s64_f64): Likewise.
32119         (vcvtp_u64_f64): Likewise.
32121 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
32123         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
32124         (arc_init): Check validity mll64 option.
32125         (arc_save_restore): Use double load/store instruction.
32126         (arc_expand_movmem): Likewise.
32127         (arc_split_move): Don't split if we have double load/store
32128         instructions. Returns a boolean.
32129         (arc_process_double_reg_moves): Change function to return boolean
32130         instead of a sequence of instructions.
32131         (arc_dwarf_register_span): New function.
32132         * config/arc/arc-protos.h (arc_split_move): Change prototype.
32133         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
32134         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
32135         (*movdf_insn): Likewise.
32136         * config/arc/arc.opt (mll64): New option.
32137         * config/arc/predicates.md (even_register_operand): New predicate.
32138         * doc/invoke.texi (ARC Options): Add mll64 documentation.
32140 2016-01-25  Richard Biener  <rguenther@suse.de>
32142         PR lto/69393
32143         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
32144         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
32145         DECL_NAMELESS.
32146         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
32148 2016-01-25  Richard Biener  <rguenther@suse.de>
32150         PR tree-optimization/69376
32151         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
32152         flag.
32153         (VN_INFO_ANTI_RANGE_P): New inline.
32154         (VN_INFO_RANGE_TYPE): Likewise.
32155         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
32156         SSA_NAME_ANTI_RANGE_P.
32157         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
32158         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
32159         Properly query VN_INFO_RANGE_TYPE.
32161 2016-01-25  Nick Clifton  <nickc@redhat.com>
32163         PR target/66655
32164         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
32166 2016-01-23  Tom de Vries  <tom@codesourcery.com>
32168         PR tree-optimization/69426
32169         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
32170         removed clobber.
32172 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
32174         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
32175         "the the" with "the" in the comments.
32176         * ipa-devirt.c (build_type_inheritance_graph,
32177         update_type_inheritance_graph): Likewise.
32178         * tree.c (build_function_type_list_1): Likewise.
32179         * cfgloopmanip.c (scale_loop_profile): Likewise.
32180         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
32181         * gimple-ssa-split-paths.c
32182         (find_block_to_duplicate_for_splitting_paths): Likewise.
32183         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
32184         * expr.c (convert_move): Likewise.
32185         * var-tracking.c (vt_stack_adjustments): Likewise.
32186         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
32187         * tree-vrp.c (test_for_singularity): Likewise.
32189         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
32190         directly instead of building a temporary tree.
32192         PR bootstrap/69434
32193         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
32194         remove <algorithm> include.
32196 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
32198         PR target/69432
32199         * config/i386/i386.c: Include dojump.h.
32200         (expand_small_movmem_or_setmem,
32201         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
32202         fixes.
32203         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
32204         if dynamic_check != -1.
32206 2016-01-21  Jeff Law  <law@redhat.com>
32208         PR middle-end/69347
32209         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
32210         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
32211         into dominated_by_p.
32212         (cprop_into_successor_phis): Avoid unnecessary tests.
32214 2016-01-22  Richard Henderson  <rth@redhat.com>
32216         PR target/69416
32217         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
32218         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
32220 2016-01-22  Michael Matz  <matz@suse.de>
32222         * system.h (string, algorithm): Include only conditionally.
32223         (new): Include always under C++.
32224         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
32225         * final.c (toplevel): Ditto.
32226         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
32227         * genconditions.c (write_header): Make gencondmd.c define
32228         INCLUDE_STRING.
32229         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
32231         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
32232         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
32234 2016-01-22  Christian Bruel  <christian.bruel@st.com>
32236         PR target/68674
32237         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
32239 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32241         PR target/69403
32242         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
32243         define_insn_and_split.  Ensure operands[1] and operands[0] do not
32244         get assigned the same register.
32246 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
32248         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
32250 2016-01-22  Christian Bruel  <christian.bruel@st.com>
32252         * config/arm/arm-c.c (arm_pragma_target_parse):
32253         Remove warn_builtin_macro_redefined overwrite.
32255 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
32257         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
32258         flag_non_call_exceptions compatibility.
32260 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
32262         PR debug/66668
32263         * dwarf2out.c (add_child_die_after): New function.
32264         (dwarf_qual_info_t): New type.
32265         (dwarf_qual_info): New variable.
32266         (qualified_die_p): New function.
32267         (modified_type_die): For -fdebug-types-section, ensure
32268         canonical order of qualifiers.  Put qualified DIEs adjacent
32269         to the corresponding non-qualified type DIE and search there
32270         for existing qualified DIEs.
32272 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
32274         * doc/extend.texi (scalar_storage_order type attribute): Document
32275         restriction on type punning and aliasing, and remove future tense.
32277 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
32279         PR target/69252
32280         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
32281         first stage.
32283 2016-01-21  Jeff Law  <law@redhat.com>
32285         PR middle-end/69347
32286         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
32287         useless call to record_temporary_equivalences.
32288         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
32289         allocate 10 slots in the bb_path vector and let it grow as needed.
32290         (fsm_find_control_statement_thread_paths): Similarly for the next_path
32291         vector.
32293 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
32295         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
32296         Detangle.
32297         * configure: Regenerate.
32299 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
32301         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
32302         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
32304 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
32306         PR middle-end/66178
32307         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
32308         drop EXPAND_INITIALIZER.
32309         * rtl.h (contains_symbolic_reference_p): Declare.
32310         * rtlanal.c (contains_symbolic_reference_p): New function.
32311         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
32312         a subtraction into a NOT if symbolic constants are involved.
32314 2016-01-21  Anton Blanchard  <anton@samba.org>
32315             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32317         PR target/63354
32318         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
32319         #define.
32320         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
32321         function.
32323 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
32325         * config/microblaze/microblaze.c
32326         (get_branch_target): New.
32327         (insert_wic_for_ilb_runout): New.
32328         (insert_wic): New.
32329         (microblaze_machine_dependent_reorg): New.
32330         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
32331         * config/microblaze/microblaze.md
32332         (UNSPEC_IPREFETCH): Define.
32333         (iprefetch): New pattern
32334         * config/microblaze/microblaze.opt
32335         (mxl-prefetch): New flag.
32337 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
32339         * config/microblaze/microblaze.h
32340         (FIXED_REGISTERS): Update in macro.
32341         (CALL_USED_REGISTERS): Update in macro.
32343 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
32345         PR rtl-optimization/68920
32346         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
32347         moves.
32349 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
32351         PR rtl-optimization/68990
32352         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
32353         pseudo instead of inheritance ones.
32355 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
32356             Nick Clifton  <nickc@redhat.com>
32358         PR target/69129
32359         PR target/69012
32360         * config/mips/mips.c (mips_compute_frame_info): Initialise
32361         args_size and hard_frame_pointer_offset fields of the frame
32362         structure before calling mips_global_pointer.
32364 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
32366         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
32367         label reference.
32368         * configure: Regenerate.
32370 2016-01-21  Richard Biener  <rguenther@suse.de>
32372         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
32374 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
32376         * config/s390/s390.c (s390_asm_declare_function_size): Add code
32377         to actually emit the .size directive.
32379 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
32380              Jakub Jelinek  <jakub@redhat.com>
32382         PR target/69187
32383         PR target/65624
32384         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
32385         args array size by one to avoid buffer overflow.
32387 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
32389         * config/s390/s390.md (pool_section_start): Use switch_to_section
32390         to select proper read-only data section instead of hardcoding
32391         .rodata.
32392         (pool_section_end): Use switch_to_section to match the above.
32394 2016-01-21  Richard Biener  <rguenther@suse.de>
32396         PR tree-optimization/69378
32397         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
32398         (set_ssa_val_to): Use it for dominance checks taking into
32399         account not executable edges.
32401 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
32403         PR c++/69355
32404         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
32405         for bitsize instead of GET_MODE_PRECISION (mode).
32407 2016-01-20  Martin Sebor  <msebor@redhat.com>
32409         PR c/52291
32410         * extend.texi (__sync Builtins): Clarify the semantics of
32411         __sync_fetch_and_OP built-ins on pointers.
32412         (__atomic Builtins): Same.
32414 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32415             Sebastian Pop  <s.pop@samsung.com>
32417         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
32418         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
32419         (is_valid_rename): Same.
32420         (translate_isl_ast_to_gimple::get_rename): Same.
32421         (translate_isl_ast_to_gimple::rename_all_uses): Same.
32422         (translate_isl_ast_to_gimple::rename_uses): Same.
32423         (get_new_name): Check for close_phi nodes.
32424         (copy_loop_phi_args): Use phi_node_kind.
32425         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
32426         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
32428 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32429             Sebastian Pop  <s.pop@samsung.com>
32431         Revert commit r229783.
32432         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
32433         Remove use of parameter_rename_map.
32434         (copy_def): Remove.
32435         (copy_internal_parameters): Remove.
32436         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
32437         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
32438         (free_sese_info): Do not free parameter_rename_map.
32439         (set_rename): Do not use parameter_rename_map.
32440         (rename_uses): Update call to set_rename.
32441         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
32442         * sese.h (parameter_rename_map_t): Remove.
32443         (struct sese_info_t): Remove field parameter_rename_map.
32445 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32446             Sebastian Pop  <s.pop@samsung.com>
32448         * graphite-isl-ast-to-gimple.c: Fix comment.
32449         * graphite-scop-detection.c (defined_in_loop_p): New.
32450         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
32451         names defined in loop.
32453 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32454             Sebastian Pop  <s.pop@samsung.com>
32456         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
32457         Discard unstructured if-then-else regions.
32459 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32460             Sebastian Pop  <s.pop@samsung.com>
32462         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
32463         (cleanup_loop_iter_dom): Remove.
32464         (build_loop_iteration_domains): Remove.
32465         (build_scop_context): Remove.
32466         (build_scop_iteration_domain): Remove.
32467         (add_loop_constraints): New.
32468         (build_iteration_domains): New.
32469         (build_poly_scop): Call build_iteration_domains.
32471 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32472             Sebastian Pop  <s.pop@samsung.com>
32474         * graphite-scop-detection.c
32475         (scop_detection::harmful_loop_in_region): Free dom and loops.
32476         (scop_detection::loop_body_is_valid_scop): Free bbs.
32478 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32479             Sebastian Pop  <s.pop@samsung.com>
32481         * graphite-scop-detection.c (record_loop_in_sese): New.
32482         (gather_bbs::before_dom_children): Call record_loop_in_sese.
32483         (build_scops): Remove call to build_sese_loop_nests.
32484         * sese.c (sese_record_loop): Remove.
32485         (build_sese_loop_nests): Remove.
32486         (new_sese_info): Remove region->loops.
32487         (free_sese_info): Same.
32488         * sese.h (sese_contains_loop): Same.
32489         (build_sese_loop_nests): Remove.
32490         (sese_contains_loop): Remove.
32492 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32493             Sebastian Pop  <s.pop@samsung.com>
32495         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
32496         loop_is_valid_in_scop.
32497         (scop_detection::harmful_stmt_in_region): Renamed
32498         harmful_loop_in_region.
32499         Call loop_is_valid_in_scop.
32501 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32502             Sebastian Pop  <s.pop@samsung.com>
32504         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
32505         isl_ast_node_mark.
32507 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32508             Sebastian Pop  <s.pop@samsung.com>
32510         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
32511         * graphite.h (struct poly_bb): Remove field is_reduction.
32512         (PBB_IS_REDUCTION): Remove.
32514 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
32515             Sebastian Pop  <s.pop@samsung.com>
32517         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
32518         (add_pdr_constraints): Same.
32519         (scop_get_reads): Same.
32520         (scop_get_must_writes): Same.
32521         (scop_get_may_writes): Same.
32522         (scop_get_original_schedule): Same.
32523         (extend_schedule): Same.
32524         (apply_schedule_on_deps): Same.
32525         (carries_deps): Same.
32526         (compute_deps): Same.
32527         (scop_get_dependences): Same.
32528         * graphite-isl-ast-to-gimple.c
32529         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
32530         * graphite-optimize-isl.c (get_schedule_for_band): Same.
32531         (get_schedule_for_band_list): Same.
32532         (get_schedule_map): Same.
32533         (apply_schedule_map_to_scop): Same.
32534         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
32535         (build_loop_iteration_domains): Same.
32536         (add_condition_to_pbb): Same.
32537         (add_param_constraints): Same.
32538         (pdr_add_memory_accesses): Same.
32539         (pdr_add_data_dimensions): Same.
32541 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
32543         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
32544         requirements.
32546 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
32548         * common.opt (feliminate-dwarf2-dups): Replace references to
32549         "DWARF 2" with just "DWARF".
32550         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
32551         * doc/extend.texi: Likewise.
32552         * doc/cpp.texi: Likewise.
32553         * doc/invoke.texi: Likewise.
32554         (Option Summary): Add -gdwarf to list of Debugging Options.
32555         (Debugging Options): Document -gdwarf.
32556         * doc/contrib.texi: Spell "DWARF" like that.
32558 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
32560         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
32561         warning.  Fix up formatting.
32563         PR middle-end/67653
32564         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
32565         attempt to mark memory input operand addressable and
32566         call prepare_gimple_addressable in that case.  Don't adjust
32567         input_location for diagnostics, use error_at instead.
32569 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
32571         * config/rs6000/ppc-auxv.h: New file.
32572         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
32573         (cpu_is): Likewise.
32574         (cpu_supports): Likewise.
32575         * config/rs6000/rs6000.c: include "ppc-auxv.h".
32576         (cpu_is_info): New variable.
32577         (cpu_supports_info): Likewise.
32578         (tcb_verification_symbol): Likewise.
32579         (cpu_builtin_p): Likewise.
32580         (cpu_expand_builtin): New function.
32581         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
32582         (rs6000_init_builtins): Likewise.
32583         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
32584         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
32585         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
32586         * configure: Regenerate.
32587         * config.in: Likewise.
32588         * doc/extend.texi (PowerPC Built-in Functions): Document
32589         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
32591 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
32593         PR target/68609
32594         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
32595         domain check.
32596         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
32597         for V4SFmode.
32599 2016-01-20  Richard Henderson  <rth@redhat.com>
32601         PR bootstrap/69343
32602         PR bootstrap/69339
32603         PR tree-opt/68964
32604         Revert:
32605         * tree.c (tm_define_builtin): New.
32606         (find_tm_vector_type): New.
32607         (build_tm_vector_builtins): New.
32608         (build_common_builtin_nodes): Call it.
32610 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
32612         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
32613         (arm_fp_ok): Likewise.
32614         (arm_fp): Likewise.
32615         (arm_crypto): Likewise.
32617 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
32618             Richard Biener  <rguenther@suse.de>
32620         PR tree-optimization/69328
32621         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
32622         vectors have same number of elements.
32623         (vectorizable_condition): Fix masked version recognition.
32625 2016-01-20  Richard Biener  <rguenther@suse.de>
32627         PR tree-optimization/69345
32628         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
32629         (VN_INFO_PTR_INFO): Likewise.
32630         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
32631         info when it is equal between non-dominating SSA names.
32632         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
32633         Make sure to look at original SSA infos.
32635 2016-01-20  Jeff Law  <law@redhat.com>
32637         PR target/25114
32638         * config/m68k/predicates.md (pow2_m1_operand): New predicate
32639         extracted from ...
32640         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
32641         (pc_or_label_operand): New predicate.
32642         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
32643         tests for small integers that are 2^n - 1.
32645 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
32647         * doc/invoke.texi (Options Summary): Add '.' after @xref.
32649 2016-01-19  Jeff Law  <law@redhat.com>
32651         PR middle-end/69347
32652         * tree-ssa-threadbackwards.c
32653         (fsm_find_control_statement_thread_paths): Do not try to lookup
32654         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
32656 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
32658         * doc/lto.texi: Remove text that says only Gold has linker plugin
32659         support.
32661 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
32663         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
32664         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
32665         the DIE accordingly.
32666         (modified_type_die): Add REVERSE parameter and pass it recursively,
32667         as well as to base_type_die.  Adjust presence check accordingly.
32668         (base_type_for_mode): Adjust call to modified_type_die.
32669         (add_type_attribute): Add REVERSE parameter and pass it to
32670         modified_type_die.
32671         (generic_parameter_die): Adjust call to add_type_attribute.
32672         (add_scalar_info): Likewise.
32673         (add_subscript_info): Likewise.
32674         (gen_array_type_die): Likewise.
32675         (gen_descr_array_type_die): Likewise.
32676         (gen_entry_point_die): Likewise.
32677         (gen_enumeration_type_die): Likewise.
32678         (gen_formal_parameter_die): Likewise.
32679         (gen_subprogram_die): Likewise.
32680         (gen_variable_die ): Likewise.
32681         (gen_const_die): Likewise.
32682         (gen_field_die): Likewise.
32683         (gen_pointer_type_die): Likewise.
32684         (gen_reference_type_die): Likewise.
32685         (gen_ptr_to_mbr_type_die): Likewise.
32686         (gen_inheritance_die): Likewise.
32687         (gen_subroutine_type_die): Likewise.
32688         (gen_typedef_die): Likewise.
32689         (force_type_die): Adjust call to modified_type_die.
32691 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
32693         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
32694         flow throughout the file.  Fix broken link to Objective-C 2.0
32695         documentation.
32696         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
32697         errors.
32699 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
32701         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
32703 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
32705         PR ipa/66223
32706         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
32707         (maybe_record_node): Record cxa_pure_virtual as the only possible
32708         target if there are not ohter candidates.
32709         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
32711 2016-01-19  Richard Biener  <rguenther@suse.de>
32713         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
32714         (get_memory_order): Likewise.
32716 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
32718         * tree-vect-stmts.c (vectorizable_store): Check
32719         rhs vectype.
32721 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
32723         PR jit/68446
32724         * gcc.c (driver::decode_argv): Add call to
32725         init_opts_obstack before init_options_struct.
32726         * opts.c (init_opts_obstack): Remove idempotency.
32727         (init_options_struct): Replace call to init_opts_obstack
32728         with a gcc_assert to verify that it has already been called.
32729         * toplev.c (toplev::main): Add call to init_opts_obstack before
32730         calls to init_options_struct.
32731         (toplev::finalize): Move cleanup of opts_obstack next to
32732         cleanup of save_decoded_options, clearing the latter, and
32733         save_decoded_options_count.
32735 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32737         PR target/69135
32738         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
32739         attribute to unconditional.  Remove %? from output template.
32741 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
32742             Jiong Wang  <jiong.wang@arm.com>
32744         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
32745         generated from different expand order.
32747 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
32749         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
32750         Add support for CCMP costing.
32752 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
32754         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
32755         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
32756         (fccmpe<mode>): Likewise.
32757         (fcmp): Rename to fcmp and globalize pattern.
32758         (fcmpe): Likewise.
32759         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
32760         (aarch64_gen_ccmp_next): Add FP support.
32762 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
32764         * target.def (gen_ccmp_first): Update documentation.
32765         (gen_ccmp_next): Likewise.
32766         * doc/tm.texi (gen_ccmp_first): Update documentation.
32767         (gen_ccmp_next): Likewise.
32768         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
32769         expand_ccmp_expr_1.  Improve comments.
32770         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
32771         (ccmp_ior<mode>): Remove pattern.
32772         (cmp<mode>): Remove expand.
32773         (cmp): Globalize pattern.
32774         (cstorecc4): Use cc_register.
32775         (mov<mode>cc): Remove ccmp_cc_register check.
32776         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
32777         Simplify after removal of CC_DNE/* modes.
32778         (aarch64_ccmp_mode_to_code): Remove.
32779         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
32780         In 'k' case use integer as condition.
32781         (aarch64_nzcv_codes): Remove inverted cases.
32782         (aarch64_code_to_ccmode): Remove.
32783         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
32784         comparison with CC register to be used in folowing CCMP/branch/CSEL.
32785         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
32786         pattern.  Return the comparison with CC register.  Invert conditions
32787         when bitcode is OR.
32788         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
32789         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
32791 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
32793         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
32794         instrumented_version.
32796 2016-01-19  Richard Biener  <rguenther@suse.de>
32798         PR tree-optimization/69336
32799         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
32800         handled components with get_ref_base_and_extent.
32801         (equal_mem_array_ref_p): Adjust.
32803 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
32805         PR debug/65779
32806         * shrink-wrap.c: Include valtrack.h.
32807         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
32808         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
32809         in between insn and where it will be moved to.  Call
32810         dead_debug_insert_temp.
32811         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
32812         first and dead_debug_local_finish at the end.
32813         For uses and defs bitmap, handle all regs in between REGNO and
32814         END_REGNO, not just the first one.
32816 2016-01-19  Richard Biener  <rguenther@suse.de>
32818         PR tree-optimization/69352
32819         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
32820         (equal_mem_array_ref_p): Constrain size and max size properly.
32821         Compare the reverse flag.
32823 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
32825         * ira.c (ira): Update regstat data if we deleted insns.
32827 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
32829         PR rtl-optimization/68955
32830         PR rtl-optimization/64557
32831         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
32832         here.  Fix up formatting.
32833         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
32835 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
32837         PR lto/69133
32838         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
32839         assume that the node has body.
32840         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
32841         check.
32843 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
32845         * lto-streamer-out.c (lto_output): Do not stream instrumentation
32846         thunks.
32848 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
32850         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
32851         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
32853 2016-01-19  Martin Jambor  <mjambor@suse.cz>
32854             Martin Liska  <mliska@suse.cz>
32855             Michael Matz  <matz@suse.de>
32857         * Makefile.in (OBJS): Add new source files.
32858         (GTFILES): Add hsa.c.
32859         * common.opt (disable_hsa): New variable.
32860         (-Whsa): New warning.
32861         * config.in (ENABLE_HSA): New.
32862         * configure.ac: Treat hsa differently from other accelerators.
32863         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
32864         $enable_offloading.
32865         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
32866         * doc/install.texi (Configuration): Document --with-hsa-runtime,
32867         --with-hsa-runtime-include, --with-hsa-runtime-lib and
32868         --with-hsa-kmt-lib.
32869         * doc/invoke.texi (-Whsa): Document.
32870         (hsa-gen-debug-stores): Likewise.
32871         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
32872         to invoke offload compiler for hsa acclerator.
32873         * opts.c (common_handle_option): Determine whether HSA offloading
32874         should be performed.
32875         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
32876         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
32877         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
32878         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
32879         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
32880         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
32881         GF_OMP_FOR_KIND_GRID_LOOP.
32882         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
32883         (pp_gimple_stmt_1): Likewise.
32884         * gimple-walk.c (walk_gimple_stmt): Likewise.
32885         * gimple.c (gimple_build_omp_grid_body): New function.
32886         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
32887         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
32888         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
32889         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
32890         GF_OMP_TEAMS_GRID_PHONY.
32891         (gimple_statement_omp_single_layout): Updated comments.
32892         (gimple_build_omp_grid_body): New function.
32893         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
32894         (gimple_omp_for_grid_phony): New function.
32895         (gimple_omp_for_set_grid_phony): Likewise.
32896         (gimple_omp_parallel_grid_phony): Likewise.
32897         (gimple_omp_parallel_set_grid_phony): Likewise.
32898         (gimple_omp_teams_grid_phony): Likewise.
32899         (gimple_omp_teams_set_grid_phony): Likewise.
32900         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
32901         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
32902         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
32903         (BUILT_IN_GOMP_TARGET): Updated type.
32904         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
32905         (adjust_for_condition): New function.
32906         (get_omp_for_step_from_incr): Likewise.
32907         (extract_omp_for_data): Moved parts to adjust_for_condition and
32908         get_omp_for_step_from_incr.
32909         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
32910         (fixup_child_record_type): Bail out if receiver_decl is NULL.
32911         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
32912         (scan_omp_parallel): Do not create child functions for phony
32913         constructs.
32914         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
32915         (scan_omp_1_op): Checking assert we are not remapping to
32916         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
32917         (parallel_needs_hsa_kernel_p): New function.
32918         (expand_parallel_call): Register apprpriate parallel child
32919         functions as HSA kernels.
32920         (grid_launch_attributes_trees): New type.
32921         (grid_attr_trees): New variable.
32922         (grid_create_kernel_launch_attr_types): New function.
32923         (grid_insert_store_range_dim): Likewise.
32924         (grid_get_kernel_launch_attributes): Likewise.
32925         (get_target_argument_identifier_1): Likewise.
32926         (get_target_argument_identifier): Likewise.
32927         (get_target_argument_value): Likewise.
32928         (push_target_argument_according_to_value): Likewise.
32929         (get_target_arguments): Likewise.
32930         (expand_omp_target): Call get_target_arguments instead of looking
32931         up for teams and thread limit.
32932         (grid_expand_omp_for_loop): New function.
32933         (grid_arg_decl_map): New type.
32934         (grid_remap_kernel_arg_accesses): New function.
32935         (grid_expand_target_kernel_body): New function.
32936         (expand_omp): Call it.
32937         (lower_omp_for): Do not emit phony constructs.
32938         (lower_omp_taskreg): Do not emit phony constructs but create for them
32939         a temporary variable receiver_decl.
32940         (lower_omp_taskreg): Do not emit phony constructs.
32941         (lower_omp_teams): Likewise.
32942         (lower_omp_grid_body): New function.
32943         (lower_omp_1): Call it.
32944         (grid_reg_assignment_to_local_var_p): New function.
32945         (grid_seq_only_contains_local_assignments): Likewise.
32946         (grid_find_single_omp_among_assignments_1): Likewise.
32947         (grid_find_single_omp_among_assignments): Likewise.
32948         (grid_find_ungridifiable_statement): Likewise.
32949         (grid_target_follows_gridifiable_pattern): Likewise.
32950         (grid_remap_prebody_decls): Likewise.
32951         (grid_copy_leading_local_assignments): Likewise.
32952         (grid_process_kernel_body_copy): Likewise.
32953         (grid_attempt_target_gridification): Likewise.
32954         (grid_gridify_all_targets_stmt): Likewise.
32955         (grid_gridify_all_targets): Likewise.
32956         (execute_lower_omp): Call grid_gridify_all_targets.
32957         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
32958         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
32959         (tree_omp_clause): Added union field dimension.
32960         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
32961         * tree.c (omp_clause_num_ops): Added number of arguments of
32962         OMP_CLAUSE__GRIDDIM_.
32963         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
32964         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
32965         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
32966         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
32967         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
32968         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
32969         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
32970         * tree-pass.h (make_pass_gen_hsail): Declare.
32971         (make_pass_ipa_hsa): Likewise.
32972         * ipa-hsa.c: New file.
32973         * lto-section-in.c (lto_section_name): Add hsa section name.
32974         * lto-streamer.h (lto_section_type): Add hsa section.
32975         * timevar.def (TV_IPA_HSA): New.
32976         * hsa-brig-format.h: New file.
32977         * hsa-brig.c: New file.
32978         * hsa-dump.c: Likewise.
32979         * hsa-gen.c: Likewise.
32980         * hsa.c: Likewise.
32981         * hsa.h: Likewise.
32982         * toplev.c (compile_file): Call hsa_output_brig.
32983         * hsa-regalloc.c: New file.
32985 2016-01-18  Jeff Law  <law@redhat.com>
32987         PR tree-optimization/69320
32988         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
32989         ranged object, do nothing if the RHS constant is not [0..1].
32990         (optimize_stmt): Comparing a boolean ranged object against a
32991         constant outside [0..1] results in a compile-time constant.
32993         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
32994         test.
32996 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
32998         * doc/invoke.texi (Invoking GCC): Add new section to menu.
32999         (Option Summary): Update to reflect new section and moved options.
33000         (C++ Dialect Options): Move -fstats to new section.
33001         (Debugging Options): Move all dump, statistics, and other GCC
33002         developer options to new section.  Rewrite section introduction
33003         and re-order remaining options to put the more basic ones first.
33004         (Optimization Options): Move -fira-verbose and -flto-report* to
33005         new section.
33006         (Developer Options): New section incorporating moved options.
33007         * doc/cppopts.texi (-dM): Update cross-reference.
33009 2016-01-18  Richard Henderson  <rth@redhat.com>
33011         PR target/69176
33012         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
33013         operands to pseudo only if CSE is expected.  Split long immediate
33014         operands only after reload, and for the stack pointer.
33015         (*add<GPI>3_pluslong): Remove.
33016         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
33017         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
33018         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
33019         (*add<GPI>3 peepholes): New.
33020         (*add<GPI>3 splitters): New.
33021         * config/aarch64/constraints.md (Upl): New.
33022         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
33024 2016-01-18  Richard Biener  <rguenther@suse.de>
33026         PR tree-optimization/69297
33027         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
33028         stmt at most once.
33029         (vect_bb_vectorization_profitable_p): Clear visited flag again.
33031 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
33033         PR middle-end/68542
33034         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
33035         of mixind vector and scalar types.
33036         (fold_relational_const): Add handling of vector
33037         comparison with boolean result.
33038         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
33039         comparison of vector operands with boolean result for EQ/NE only.
33040         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
33041         (verify_gimple_cond): Likewise.
33042         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
33043         valid type of VAL.
33045 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
33047         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
33048         !TARGET_OCTEON.
33050 2016-01-18  Richard Biener  <rguenther@suse.de>
33052         PR middle-end/69308
33053         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
33055 2016-01-18  Tom de Vries  <tom@codesourcery.com>
33057         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
33059 2016-01-18  Tom de Vries  <tom@codesourcery.com>
33061         * omp-low.c (set_oacc_fn_attrib): Make extern.
33062         * omp-low.h (set_oacc_fn_attrib): Declare.
33063         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
33064         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
33065         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
33066         Add and handle function parameter oacc_kernels_p.
33067         (find_reduc_addr, get_omp_data_i_param): New function.
33068         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
33069         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
33070         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
33071         Calculate dominance info.  Skip loops that are not in a kernels region
33072         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
33073         (pass_parallelize_loops::execute): Call parallelize_loops with
33074         oacc_kernels_p argument.
33075         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
33076         New member function.
33077         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
33078         * passes.def: Add argument to pass_parallelize_loops instantation.
33080 2016-01-18  Tom de Vries  <tom@codesourcery.com>
33082         * tree-parloops.c (pass_parallelize_loops::execute): Allow
33083         pass_parallelize_loops to be run outside the loop pipeline.
33085 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
33087         * tree-scalar-evolution.c (follow_copies_to_constant): New.
33088         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
33090 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
33092         PR target/63679
33093         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
33094         using get_ref_base_and_extent.
33095         (equal_mem_array_ref_p): New.
33096         (hashable_expr_equal_p): Add call to previous.
33098 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
33100         PR target/63679
33101         * tree-sra.c (disqualified_constants, constant_decl_p): New.
33102         (sra_initialize): Allocate disqualified_constants.
33103         (sra_deinitialize): Free disqualified_constants.
33104         (disqualify_candidate): Update disqualified_constants when appropriate.
33105         (create_access): Scan for constant-pool entries as we go along.
33106         (scalarizable_type_p): Add check against type_contains_placeholder_p.
33107         (maybe_add_sra_candidate): Allow constant-pool entries.
33108         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
33109         (initialize_constant_pool_replacements): New.
33110         (sra_modify_assign): Avoid mangling assignments created by previous,
33111         and don't generate writes into constant pool.
33112         (sra_modify_function_body): Call initialize_constant_pool_replacements.
33114 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
33116         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
33117         andnot instruction.
33118         (scalar_chain::convert_op): Likewise.
33119         * config/i386/i386.md (*andndi3_doubleword): New.
33121 2016-01-18  Richard Biener  <rguenther@suse.de>
33123         PR tree-optimization/69170
33124         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
33125         building a vector from scalar results of a pattern stmt.
33127 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
33129         * haifa-sched.c (autopref_multipass_init): Work around
33130         -Wmaybe-uninitialized warning.
33132 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
33134         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
33135         against the constant 0.
33137 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
33139         PR tree-optimization/68799
33140         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
33141         look up phi candidates in the statement-candidate map.
33142         (phi_add_costs): Likewise.
33143         (record_phi_increments): Likewise.
33144         (phi_incr_cost): Likewise.
33145         (ncd_with_phi): Likewise.
33146         (all_phi_incrs_profitable): Likewise.
33148 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
33150         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
33151         -Wmaybe-uninitialized warning.
33153 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
33155         * doc/invoke.texi (Invoking GCC): Add new section to menu.
33156         (Option Summary): Update to reflect new section and moved options.
33157         (C++ Dialect Options): Move -fvtable-verify and related options.
33158         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
33159         and profiling-related options.
33160         (Optimization Options): Move profile generation options and
33161         -fstack-protector and related options.
33162         (Instrumentation Options): New section incorporating moved options.
33163         (Code Generation Options): Move -finstrument-functions and
33164         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
33166 2016-01-16  Tom de Vries  <tom@codesourcery.com>
33168         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
33170 2016-01-16  Tom de Vries  <tom@codesourcery.com>
33172         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
33174 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
33176         * hash-table.h (hash_table::empty): Turn into an inline wrapper
33177         that checks whether the table is already empty.  Rename the
33178         original implementation to...
33179         (hash_table::empty_slot): ...this new private function.
33181 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
33183         PR diagnostic/68899
33184         * diagnostic-show-locus.c (layout::print_source_line): Move x
33185         offset of line until after call to
33186         get_line_width_without_trailing_whitespace.
33188 2016-01-15  Jeff Law  <law@redhat.com>
33190         PR tree-optimization/69270
33191         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
33192         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
33193         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
33194         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
33195         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
33196         ssa_name_has_boolean_range and constant_boolean_node.
33198 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
33200         PR rtl-optimization/69030
33201         * lra-spills.c (remove_pseudos): Check nrefs and make the function
33202         returning bool.
33203         (spill_pseudos): Delete debug insn for dead pseudo.
33204         (lra_spill): Initiate spill_hard_reg and slots memory separately.
33206 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
33208         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
33209         New.
33210         (TYPES_UNOPUS): Likewise.
33211         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
33212         builtin type, from UNOP to UNOPUS.
33213         (lbtruncuv4sf): Likewise.
33214         (lbtruncuv2df): Likewise.
33215         (lrounduv2sf): Likewise.
33216         (lrounduv4sf): Likewise.
33217         (lrounduv2df): Likewise.
33218         (lroundusf): Likewise.
33219         (lroundusf): Likewise.
33220         (lceiluv2sf): Likewise.
33221         (lceiluv4sf): Likewise.
33222         (lceiluv2df): Likewise.
33223         (lceilusf): Likewise.
33224         (lceiludf): Likewise.
33225         (lflooruv2sf): Likewise.
33226         (lflooruv4sf): Likewise.
33227         (lflooruv2df): Likewise.
33228         (lfloorusf): Likewise.
33229         (lfloorudf): Likewise.
33230         (lfrintnuv2sf): Likewise.
33231         (lfrintnuv4sf): Likewise.
33232         (lfrintnuv2df): Likewise.
33233         (lfrintnusf): Likewise.
33234         (lfrintnudf): Likewise.
33235         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
33236         conversion.
33237         (vcvtq_u32_f32): Likewise.
33238         (vcvtq_u64_f64): Likewise.
33239         (vcvta_u32_f32): Likewise.
33240         (vcvtaq_u32_f32): Likewise.
33241         (vcvtaq_u64_f64): Likewise.
33242         (vcvtm_u32_f32): Likewise.
33243         (vcvtmq_u32_f32): Likewise.
33244         (vcvtmq_u64_f64): Likewise.
33245         (vcvtn_u32_f32): Likwise.
33246         (vcvtnq_u32_f32): Likewise.
33247         (vcvtnq_u64_f64): Likewise.
33248         (vcvtp_u32_f32): Likewise.
33249         (vcvtpq_u32_f32): Likewise.
33250         (vcvtpq_u64_f64): Likewise.
33251         (vcvtmd_u64_f64): Likewise.
33252         (vcvtms_u32_f32): Likewise.
33253         (vcvtad_u64_f64): Likewise.
33254         (vcvtas_u32_f32): Likewise.
33255         (vcvtnd_u64_f64): Likewise.
33256         (vcvtns_u32_f32): Likewise.
33257         (vcvtpd_u64_f64): Likewise.
33258         (vcvtps_u32_f32): Likewise.
33260 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33262         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
33263         CSEL of zero_extended registers.
33265 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33267         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
33268         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
33270 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33272         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
33273         false when argument string is not found in the attributes table
33274         at all.
33276 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
33278         PR target/68609
33279         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
33280         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
33281         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
33282         precision estimate.
33284 2016-01-15  Richard Biener  <rguenther@suse.de>
33286         PR tree-optimization/66856
33287         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
33288         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
33289         (vect_create_new_slp_node): Increment stmt reference count.
33290         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
33291         an SLP tree before swapping operands.
33292         (vect_build_slp_tree): Likewise.
33293         (destroy_bb_vec_info): Free stmt info after SLP instances.
33294         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
33295         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
33296         (STMT_VINFO_NUM_SLP_USES): New macro.
33298 2016-01-15  Richard Biener  <rguenther@suse.de>
33300         PR debug/69137
33301         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
33302         (add_linkage_name): ... here.
33303         (gen_typedef_die): Use add_linkage_name_raw instead of
33304         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
33305         if necessary.
33307 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
33309         * gimplify.c (oacc_default_clause): Decode reference and pointer
33310         types for both kernels and parallel regions.
33312 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
33314         PR middle-end/69246
33315         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
33317 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
33319         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
33320         (convert_scalars_to_vector): Likewise.
33322 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
33324         * doc/extend.texi (Type Traits): Fix grammar.
33326 2016-01-15  Martin Jambor  <mjambor@suse.cz>
33328         * tree-inline.c (remap_decl): Use existing dclarations if
33329         remapping a type and prevent_decl_creation_for_types.
33330         (replace_locals_stmt): Do an initial remapping of non-VLA typed
33331         decls first.  Do real remapping with
33332         prevent_decl_creation_for_types set.
33333         * tree-inline.h (copy_body_data): New field
33334         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
33335         padding.
33337 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
33339         * config/s390/s390.opt (mmvcle): More verbose help text.
33341 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
33343         * config/s390/s390.opt: Add period to -mzvector option text.
33345 2016-01-15  Richard Biener  <rguenther@suse.de>
33347         PR tree-optimization/68961
33348         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
33349         of invariants in stores again.
33351 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
33353         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
33355 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
33357         * config/i386/i386.c (ix86_expand_branch): Don't split
33358         DI mode xor instruction to SI mode.
33360 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
33362         PR ipa/68148
33363         * ipa-icf.c (sem_function::merge): Virtual functions may become
33364         reachable even if they address is not taken and there are no
33365         idrect calls.
33367 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
33369         * lto-streamer-out.c (subtract_estimated_size): New function.
33370         (get_symbol_initial_value): Use it.
33372 2016-01-15  Christian Bruel  <christian.bruel@st.com>
33374         PR target/65837
33375         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
33376         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
33377         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
33378         use add_builtin_function_ext_scope instead of add_builtin_function.
33379         (neon_set_p, neon_crypto_set_p): Remove.
33380         (arm_init_builtins): Always call arm_init_neon_builtins and
33381         arm_init_crypto_builtins.
33382         (arm_expand_builtin): Check that builtins are allowed for the arch.
33383         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
33384         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
33385         arm_init_neon_builtins call.
33387 2016-01-15  Richard Biener  <rguenther@suse.de>
33389         PR tree-optimization/69117
33390         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
33391         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
33392         of the leader conservatively.
33393         (free_scc_vn): Restore original SSA name infos.
33395 2016-01-14  Jeff Law  <law@redhat.com>
33397         PR tree-optimization/69270
33398         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
33399         single bit of precision, verify it's also unsigned.
33400         (record_edge_info): Use constant_boolean_node rather than fold_convert
33401         to convert boolean_true/boolean_false to the right type.
33403 2016-01-14  Richard Henderson  <rth@redhat.com>
33405         PR rtl-opt/69014
33406         * loop-doloop.c (record_reg_sets): New.
33407         (doloop_optimize): Reject the transform if the sequence
33408         clobbers registers live at the end of the loop block.
33409         (doloop_optimize_loops): Enable df_live if needed.
33411 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
33413         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
33414         * config/rs6000/rs6000.c: Likewise.
33415         * config/rs6000/rs6000.h: Likewise.
33416         * config/rs6000/rs6000.md: Likewise.
33417         * doc/extend.texi: Likewsie.
33419 2016-01-14  Jeff Law  <law@redhat.com>
33421         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
33422         typo.
33424 2016-01-14  Richard Henderson  <rth@redhat.com>
33426         PR c/69272
33427         PR tree-opt/68964
33428         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
33429         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
33430         instead of builtin_decl_declared_p to test for declaration.
33432 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
33434         * doc/loop.texi (Loop Analysis and Representation): Document
33435         loop_depth function.
33437 2016-01-14  Tom de Vries  <tom@codesourcery.com>
33439         PR tree-optimization/68773
33440         * omp-low.c (expand_omp_target): Don't set force_output.
33441         * varpool.c (varpool_node::get_create): Same.
33442         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
33443         offload_funcs with force_output.
33445 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
33447         PR debug/69244
33448         * lra-eliminations.c (move_plus_up): Don't change anything if either
33449         the outer or inner subreg mode is not MODE_INT.
33450         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
33451         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
33453 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
33455         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
33456         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
33457         reduc_uplus_@var{m}): Remove.
33458         * expr.c (expand_expr_real_2): Remove expansion path for
33459         reduc_[us](min|max|plus) optabs.
33460         * optabs-tree.c (scalar_reduc_to_vector): Remove.
33461         * optabs-tree.h (scalar_reduc_to_vector): Remove.
33462         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
33463         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
33464         * tree-vect-loop.c (vectorizable_reduction): Remove test for
33465         reduc_[us](min|max|plus) optabs.
33467 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
33469         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
33470         (reduc_plus_scal_v2sf): New.
33471         (reduc_smax_v2sf): Rename to...
33472         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
33473         (reduc_smin_v2sf): Rename to...
33474         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
33476 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
33478         * alias.c (compare_base_symbol_refs): New function.
33479         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
33480         it.
33482 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
33484         PR middle-end/68146
33485         PR tree-optimization/69155
33486         * tree-complex.c: Include cfganal.h.
33487         (phis_to_revisit): New variable.
33488         (extract_component): Add phiarg_p argument.  Assert that returned
33489         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
33490         (update_phi_components): Partly rewrite to use loop over real/imag
33491         components instead of code duplication.  If extract_component returns
33492         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
33493         create_tmp_reg into the PHI node instead, and mention the phi triplet
33494         in phis_to_revisit.
33495         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
33496         in phis_to_revisit at the end.
33498 2016-01-14  Richard Biener  <rguenther@suse.de>
33500         PR tree-optimization/68060
33501         * tree-vect-loop.c (vect_is_simple_reduction): Check the
33502         outer loop reduction is only used in the inner loop before
33503         detecting a double reduction.
33505 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
33507         PR target/68269
33508         * combine.c (expand_field_assignment): Punt if compute_mode is
33509         unsupported scalar mode.
33511 2016-01-14  Richard Biener  <rguenther@suse.de>
33513         PR tree-optimization/66856
33514         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
33515         SLP node only if it built successfully.
33516         (vect_analyze_slp_instance): Adjust.
33518 2016-01-14  Jeff Law  <law@redhat.com>
33520         PR tree-optimization/69270
33521         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
33522         (record_edge_info): Use it.  Convert boolean_{true,false}_node
33523         to the type of op0.
33525 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
33527         PR ipa/66487
33528         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
33529         use block_ultimate_origin
33530         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
33532 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
33534         * doc/invoke.texi (Submodel Options): Rename section to
33535         "Machine-Dependent Options" to better reflect its content.
33536         Rewrite introductory text to remove archaic CPU names.
33537         Update references.
33539 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
33541         * doc/invoke.texi (Code Gen Options): Move section up in file,
33542         before target-specific options.  Update menu and option summary
33543         to reflect the new section ordering.
33545 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
33547         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
33548         (C++ Dialect Options): Add cross-reference to -std option.
33549         * doc/standards.texi (C++ Language): Document C++14 support.
33551 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
33553         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
33554         for pack/unpack functions for __ibm128.
33555         (PACK_IF): Likewise.
33556         (UNPACK_IF): Likewise.
33558         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
33559         support for __ibm128 pack/unpack functions.
33560         (rs6000_invalid_builtin): Likewise.
33561         (rs6000_init_builtins): Likewise.
33562         (rs6000_opt_masks): Likewise.
33564         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
33565         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
33566         functions
33567         (RS6000_BTM_COMMON): Likewise.
33569         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
33570         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
33571         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
33572         128-bit floating point.  Add support for the double values to be
33573         in Altivec registers for TF/IF packing and unpacking, but restrict
33574         TD packing sub-fields to be FPR registers.  Don't allow overlapped
33575         register support for packing.  Allow pack inputs to be memory
33576         locations.  Don't build generator functions for unpack<mode>_dm
33577         and unpack<mode>_nodm.
33578         (unpack<mode>_dm): Likewise.
33579         (unpack<mode>_nodm): Likewise.
33580         (pack<mode>): Likewise.
33582         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
33583         built-in functions to pack/unpack explicit __ibm128 values.
33584         (__builtin_unpack_ibm128): Likewise.
33586         * doc/extend.texi (PowerPC Built-in Functions): Document
33587         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
33589 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
33591         PR c/66208
33592         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
33593         Add new arg loc and pass it down as context.
33594         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
33595         to the location to use for the warning.
33596         (check_function_arguments): New arg loc.  All callers changed.  Pass
33597         it to check_function_nonnull.
33598         * c-common.h (check_function_arguments): Adjust declaration.
33600 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
33602         PR tree-optimization/69156
33603         * gimple.c (validate_type): Removed.
33604         (gimple_builtin_call_types_compatible_p): Use
33605         useless_type_conversion_p instead of validate_type.
33606         * value-prof.c (gimple_stringop_fixed_value): Fold
33607         icall_size to correct type.
33609 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
33611         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
33612         effects.
33614 2016-01-13  Richard Henderson  <rth@redhat.com>
33616         PR tree-opt/68964
33617         * target.def (builtin_tm_load, builtin_tm_store): Remove.
33618         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
33619         (ix86_builtin_tm_store): Remove.
33620         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
33621         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
33622         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
33623         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
33624         * doc/tm.texi: Rebuild.
33626         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
33627         (BUILT_IN_TM_MEMCPY_RTWN): New.
33628         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
33629         fallback from vector to integer helpers.
33630         (build_tm_load): Handle vector types directly, instead of
33631         via target hook.
33632         (build_tm_store): Likewise.
33633         (expand_assign_tm): Prepare for register types not handled by
33634         the above.  Copy them to memory and use memcpy.
33635         * tree.c (tm_define_builtin): New.
33636         (find_tm_vector_type): New.
33637         (build_tm_vector_builtins): New.
33638         (build_common_builtin_nodes): Call it.
33640 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
33642         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
33643         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
33645 2016-01-13  Tom de Vries  <tom@codesourcery.com>
33647         PR tree-optimization/69169
33648         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
33649         handled_struct_type param.
33650         (create_variable_info_for, intra_create_variable_infos): Call
33651         create_variable_info_for_1 with extra arg.
33653 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
33655         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
33656         and "armv8.1-a+crc" entries.
33658 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
33660         PR target/69228
33661         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
33662         Change first operand predicate from register_or_constm1_operand
33663         to register_operand.
33664         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
33665         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
33666         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
33667         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
33668         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
33669         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
33670         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
33671         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
33672         comparison with constm1_rtx from vec_prefetch_gen part.
33674 2016-01-13  Richard Biener  <rguenther@suse.de>
33676         PR tree-optimization/69013
33677         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
33678         Exchange assert for a test.
33680 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
33682         PR target/69247
33683         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
33685 2016-01-13  Richard Biener  <rguenther@suse.de>
33687         PR tree-optimization/69242
33688         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
33689         assert with a check.
33691 2016-01-13  Richard Biener  <rguenther@suse.de>
33693         PR tree-optimization/69186
33694         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
33695         Properly guard vect_update_misalignment_for_peel call.
33697 2016-01-12  Jeff Law  <law@redhat.com>
33699         PR tree-optimization/pr67755
33700         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
33701         "need_profile_correction".
33702         (thread_block_1): Initialize new field to false by default.  If we
33703         have multiple thread paths through a common joiner to different
33704         final targets, then set new field to true.
33705         (compute_path_counts): Only do count adjustment when it's really
33706         needed.
33708 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
33710         * doc/invoke.texi (Spec Files): Move section down in file, past
33711         all command-line option descriptions.
33713 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33715         PR middle-end/54809
33716         * doc/gty.texi: Remove documentation of mark_hook.
33717         * gengtype.c (struct write_types_data): Remove code to support
33718         mark_hook attribute.
33719         (walk_type): Likewise.
33720         (write_func_for_structure): Likewise.
33722 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
33724         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
33725         Directory Options, and -specs= to Overall Options.
33726         (Overall Options): Adjust similarly.  Reorder to group related
33727         options together.  Make -specs= cross-reference the spec file details.
33728         (Directory Options): Adjust similarly.
33730 2016-01-12  Jeff Law  <law@redhat.com>
33732         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
33734 2016-01-12  Olivier Hainque  <hainque@adacore.com>
33736         * gcc.c (spec_undefvar_allowed): New global.
33737         (process_command): Set to true when running for --version or --help,
33738         alone or together.
33739         (getenv_spec_function): When the variable is not defined, use the
33740         variable name as the variable value if we're allowed not to issue
33741         a fatal error.
33743 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
33745         PR tree-optimization/68911
33746         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
33747         information computed for expression "init + nit * step".
33749 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
33751         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
33752         about name of GCC executable.  Remove deleted node from menu.
33753         (Directory Options) <-B>: Remove cross-reference to deleted node.
33754         (Target Options): Delete section.
33756 2016-01-12  Christian Bruel  <christian.bruel@st.com>
33758         PR target/69180
33759         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
33760         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
33762 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
33764         PR target/69198
33765         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
33766         aligned_mem is properly set for AVX512-VL floating point masked
33767         stores.
33769         PR target/69175
33770         * ifcvt.c (cond_exec_process_if_block): When removing the last
33771         insn from then_bb, remove also any possible barriers that follow it.
33773 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
33775         PR target/68456
33776         PR target/69226
33777         * config/i386/iamcu.h (SIZE_TYPE): New macro.
33778         (PTRDIFF_TYPE): Likewise.
33779         (WCHAR_TYPE): Likewise.
33780         (WCHAR_TYPE_SIZE): Likewise.
33781         (STDINT_LONG32): Likewise.
33783 2016-01-12  Richard Biener  <rguenther@suse.de>
33785         PR tree-optimization/69053
33786         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
33787         convert initial value for cond reductions.
33789 2016-01-12  Richard Biener  <rguenther@suse.de>
33791         PR tree-optimization/69007
33792         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
33793         widen_sum after dot_prod and sad.
33795 2016-01-12  Richard Biener  <rguenther@suse.de>
33797         PR tree-optimization/69168
33798         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
33799         pattern stmt SLP type.
33800         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
33801         end up unused so cope with that case.
33803 2016-01-12  Richard Biener  <rguenther@suse.de>
33805         PR tree-optimization/69157
33806         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
33807         stmts def type only during analyze phase.
33808         (vectorizable_call): Likewise.
33809         (vectorizable_simd_clone_call): Likewise.
33810         (vectorizable_conversion): Likewise.
33811         (vectorizable_assignment): Likewise.
33812         (vectorizable_shift): Likewise.
33813         (vectorizable_operation): Likewise.
33814         (vectorizable_store): Likewise.
33815         (vectorizable_load): Likewise.
33817 2016-01-12  Richard Biener  <rguenther@suse.de>
33819         PR tree-optimization/69174
33820         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
33821         space.
33822         (vectorizable_load): Properly compute the number of loads needed
33823         for permuted strided SLP loads and do not spuriously assign
33824         to SLP_TREE_VEC_STMTS.
33826 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
33828         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
33829         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
33830         (MD_EXEC_PREFIX): Remove.
33831         (MD_STARTFILE_PREFIX) Removee.
33832         (FILE_NAME_ABSOLUTE_P): Remove.
33833         (CPP_SPEC): Do not read macros from sys/version.h.
33834         (LINK_COMMAND_SPEC): Remove.
33835         (LOCAL_INCLUDE_DIR): Remove.
33836         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
33837         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
33838         (POST_LINK_SPEC): Define to invoke stubify after linker
33839         (LIBSTDCXX): Remove define
33840         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
33841         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
33842         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
33843         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
33844         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
33845         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
33846         (i386_djgpp_asm_named_section): Add propotype of new procedure
33848         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
33849         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
33850         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
33851         in config/i386/djgpp.h).
33852         (STANDARD_STARTFILE_PREFIX_2): Define identical to
33853         STANDARD_STARTFILE_PREFIX_1.
33854         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
33855         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
33856         installation errors.
33857         (MAX_OFILE_ALIGNMENT): Define to 128.
33858         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
33860         * config/i386/djgpp.c: New file. Add implementation of
33861         i386_djgpp_asm_named_section.
33863         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
33865         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
33866         Add rule for building djgpp.o.
33868 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
33870         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
33871         (rtx_is_swappable_p): Reductions are swappable.
33872         (insn_is_swappable_p): V2DF reductions are swappable.
33874 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
33876         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
33877         reloads for other unsupported memory operands.
33879 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
33880             Jim Wilson  <jim.wilson@linaro.org>
33882         PR target/69194
33883         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
33884         copy_to_mode_reg instead of force_reg.
33886 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33888         PR target/69225
33889         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
33890         TARGET_80387 is true.
33892 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
33894         PR target/69071
33895         * lra-eliminations.c (move_plus_up): Only move plus up
33896         if subreg of the constant can be simplified into constant
33897         and use the simplified subreg of the constant instead of
33898         the original constant.
33900         * fold-const.c (fold_convertible_p): Don't return true
33901         for conversion of VECTOR_TYPE to same sized integral type.
33902         (fold_convert_loc): Fix up formatting.  Fold conversion of
33903         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
33904         instead of NOP_EXPR.
33906         PR tree-optimization/69214
33907         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
33908         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
33909         Formatting fix.
33911         PR tree-optimization/69207
33912         * tree-vect-slp.c (vect_get_constant_vectors): For
33913         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
33914         fold_convertible_p to vector_type's element type, and always
33915         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
33917 2016-01-11  Richard Biener  <rguenther@suse.de>
33919         PR tree-optimization/69173
33920         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
33921         fixup the cycle if all stmts are in a pattern.
33923 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
33925         PR middle-end/68999
33926         * alias.c (base_alias_check): Move check for addresses with
33927         alignment ANDs before the call for compare_base_decls.
33928         (memrefs_conflict_p): Return -1 for different decls
33929         that went through alignment adjustments.
33931 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33933         PR rtl-optimization/68796
33934         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
33935         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
33936         and QImode comparisons against zero with CC_NZmode.
33937         * config/aarch64/iterators.md (short_mask): New mode_attr.
33939 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33941         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
33942         (<avx512>_store<mode>_mask): Likewise.
33944 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
33945             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33947         PR rtl-optimization/68841
33948         * ifcvt.c (struct noce_if_info): Add orig_x field.
33949         (bbs_ok_for_cmove_arith): Add to_rename parameter.
33950         Don't record conflicts on to_rename if it's present.
33951         Allow memory destinations in sets.
33952         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
33953         blocks, passing orig_x to the checks.
33954         (noce_process_if_block): Set if_info->orig_x appropriately.
33956 2016-01-11  Tom de Vries  <tom@codesourcery.com>
33958         PR tree-optimization/69069
33959         * tree-parloops.c (create_parallel_loop): Add missing phi args.
33961 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
33963         PR rtl-optimization/68920
33964         * config/i386/i386.c (ix86_option_override_internal): Restrict number
33965         of conditional moves for  RTL if-conversion to 1 for
33966         TARGET_ONE_IF_CONV_INSN.
33967         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
33968         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
33969         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
33970         parameter to restirct number of conditional moves for
33971         RTL if-conversion.
33972         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
33973         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
33974         conditionl moves.
33976 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
33978         PR bootstrap/69123
33979         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
33980         onepart vars.  Fix typo in comment.  Fix reversed condition in
33981         unshare test.
33982         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
33984         PR bootstrap/69123
33985         * var-tracking.c (dump_onepart_variable_differences): New.
33986         (dataflow_set_different): If a detailed dump is requested,
33987         delay early returns and dump differences between onepart
33988         variables present before and after, and added variables.
33990 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
33992         PR target/69010
33993         * expr.c (expand_expr_real_1): For boolean vector constants
33994         with a scalar mode use const_scalar_mask_from_tree.
33995         (const_scalar_mask_from_tree): New.
33996         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
33997         assigned to a mask type to handle constants.
33999 2016-01-11  Martin Jambor  <mjambor@suse.cz>
34001         PR ipa/69044
34002         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
34003         useless parameters if we cannot change function signature.
34005 2016-01-11  Martin Jambor  <mjambor@suse.cz>
34007         PR ipa/66616
34008         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
34009         flag.
34011 2016-01-11  Tom de Vries  <tom@codesourcery.com>
34013         PR tree-optimization/69109
34014         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
34015         latch with phi.
34017 2016-01-11  Tom de Vries  <tom@codesourcery.com>
34019         PR tree-optimization/69108
34020         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
34021         res is not used in a phi.
34023 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
34025         PR 67425
34026         * common.opt (frandom-seed): Fix parameter name.
34027         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
34029 2016-01-11  Tom de Vries  <tom@codesourcery.com>
34031         PR tree-optimization/69058
34032         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
34033         not supported.
34035 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
34037         * config/arc/arc.opt (mdiv-rem): Add period to the end.
34038         (mcode-density): Likewise.
34040 2016-01-10  Tom de Vries  <tom@codesourcery.com>
34042         PR tree-optimization/69062
34043         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
34044         (parallelize_loops): Don't paralelize loop that has phi with address
34045         arg.
34047 2016-01-10  Tom de Vries  <tom@codesourcery.com>
34049         PR tree-optimization/69039
34050         * tree-parloops.c (try_create_reduction_list): Only allow single exit
34051         phi for reduction.
34053 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
34055         PR middle-end/68743
34056         * match.pd: Require target has function_c99_misc before doing
34057         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
34059 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
34061         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
34062         use GMPINC.
34063         * configure: Regenerate.
34065 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
34067         PR middle-end/50865
34068         PR tree-optimization/69097
34069         * fold-const.h (expr_not_equal_to): New prototype.
34070         * fold-const.c: Include stringpool.h and tree-ssanames.h.
34071         (expr_not_equal_to): New function.
34072         * match.pd (X % -Y is the same as X % Y): Don't optimize
34073         unless X is known not to be equal to minimum or Y is known
34074         not to be equal to -1.
34075         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
34076         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
34077         (simplify_stmt_using_ranges): Adjust caller.
34078         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
34079         substitute_and_fold.
34081 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
34083         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
34084         w/o DECL_NAME.
34086 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
34088         PR tree-optimization/69167
34089         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
34090         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
34091         ops[0] comparison.
34092         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
34094 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
34095             Richard Biener  <rguenther@suse.de>
34097         PR tree-optimization/68707
34098         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
34099         instances that can be handled via vect_load_lanes.
34101 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
34103         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
34104         if we can't determine address equivalence.
34105         * alias.c (compare_base_decl): Update for changed return value of
34106         symtab_node::equal_address_to.
34108 2016-01-08  Jason Merrill  <jason@redhat.com>
34110         PR c++/68983
34111         PR c++/67557
34112         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
34113         * expr.c (store_field): Not here.
34114         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
34115         call with TREE_ADDRESSABLE type.
34116         * tree-cfg.c (verify_gimple_call): Adjust.
34118 2016-01-08  Olivier Hainque  <hainque@adacore.com>
34120         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
34121         libc_internal.
34123 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
34125         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
34126         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
34127         (reduc_smin_v2sf): Rename to...
34128         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
34129         (reduc_splus_v2sf): Rename to...
34130         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
34132 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
34134         PR tree-optimization/69162
34135         * gimplify.c (gimplify_va_arg_expr): Encode original type of
34136         valist argument in another argument.
34137         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
34138         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
34139         to determine the va_list type, build a MEM_REF instead of
34140         build_fold_indirect_ref.
34142         PR tree-optimization/69172
34143         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
34144         gimple_build.
34146 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
34148         PR tree-optimization/67781
34149         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
34150         and cmpnop in two steps: first the ones not accessed in original
34151         gimple expression in a endian independent way and then the ones not
34152         accessed in the final result in an endian-specific way.
34154 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
34156         PR tree-optimization/69083
34157         * tree-vect-slp.c (vect_get_constant_vectors): For
34158         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
34159         element type.  If op is fold_convertible_p to vector_type's element
34160         type, use NOP_EXPR instead of VCE.
34162 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
34164         PR rtl-optimization/67778
34165         PR rtl-optimization/68634
34166         PR rtl-optimization/68909
34167         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
34168         block from the stack until done with it.  Remove a superfluous
34169         bitmap set.  Remove a superfluous bitmap test.
34171 2016-01-07  Martin Sebor  <msebor@redhat.com>
34173         PR c/68966
34174         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
34175         constraint on the type of arguments.
34177 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
34179         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
34180         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
34181         unaligned_access on the gcc_options set.
34182         * config/arm/arm.c (arm_option_override_internal): Use
34183         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
34185 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
34187         PR target/69140
34188         * config/i386/i386.c (ix86_frame_pointer_required): Enable
34189         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
34191 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
34193         Revert
34194         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
34196         PR target/69140
34197         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
34198         depending on frame_pointer_needed before remaining integer and SSE
34199         registers are saved.
34201 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
34203         PR 1078
34204         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
34206 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
34208         PR target/69171
34209         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
34210         Use the "xBm" constraint.
34211         (float<sseintvecmodelower><mode>2<mask_name><round_name):
34212         Likewise.
34213         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
34214         (sse_cvtsi2ssq<round_name>): Likewise.
34215         (sse_cvtss2si<round_name>): Likewise.
34216         (sse_cvtss2siq<round_name>): Likewise.
34217         (sse2_cvtsi2sdq<round_name>): Likewise.
34218         (sse2_cvtsd2si<round_name>): Likewise.
34219         (sse2_cvtsd2siq<round_name>): Likewise.
34220         * config/i386/subst.md (round_nimm_scalar_predicate): New
34221         predicate.
34223 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
34225         PR middle-end/67639
34226         * varasm.c (make_decl_rtl): Mark invalid register vars as
34227         DECL_EXTERNAL.
34229         PR rtl-optimization/66206
34230         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
34231         All callers changed.
34233 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
34235         PR tree-optimization/69141
34236         * tree-ssa-pre.c: Include langhooks.h.
34237         (eliminate_dom_walker::before_dom_children): Use
34238         lang_hooks.decl_printable_name instead of
34239         cgraph_node::get ()->name ().
34241         PR middle-end/68960
34242         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
34243         it and DECL_ALIGN too.
34245 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
34247         * config/mips/mips-ftypes.def: Sort to lexicographical order.
34249 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
34251         PR target/69140
34252         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
34253         depending on frame_pointer_needed before remaining integer and SSE
34254         registers are saved.
34256 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
34258         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
34259         mode iterator with VSX_M2.
34260         (*p9_vecstore_<mode>): Likewise.
34261         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
34262         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
34263         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
34264         (define_split for VSX_LE128 stores): Likewise.
34265         (define_peephole2 for TImode LE swaps): Likewise.
34266         (define_split for VSX_LE128 post-reload stores): Likewise.
34268 2016-01-06  Marek Polacek  <polacek@redhat.com>
34270         PR sanitizer/69099
34271         * convert.c (convert_to_integer_1): Adjust call to
34272         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
34273         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
34274         EXPR instead of ARG.
34275         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
34277 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
34279         PR 1078
34280         * doc/extend.texi (RL78 Variable Attributes): New section.
34282 2016-01-05  Marek Polacek  <polacek@redhat.com>
34284         PR c/69104
34285         * builtins.c (get_memmodel): Use expansion point location rather than
34286         the input location.  Call warning_at rather than warning.
34287         (expand_builtin_atomic_compare_exchange): Likewise.
34288         (expand_builtin_atomic_load): Likewise.
34289         (expand_builtin_atomic_store): Likewise.
34290         (expand_builtin_atomic_clear): Likewise.
34292 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
34294         PR target/68991
34295         * config/i386/i386.c (ix86_expand_vector_logical_operator):
34296         Replace nonimmediate_operand with vector_operand.
34297         * config/i386/predicates.md (vector_operand): New predicate.
34298         (general_vector_operand): Replace nonimmediate_operand with
34299         vector_operand.
34300         * config/i386/sse.md: Replace nonimmediate_operand with
34301         vector_operand and m constraint with Bm constraint on SSE
34302         patterns with 16-byte memory operand.
34303         * config/i386/subst.md (round_nimm_predicate): Replace
34304         nonimmediate_operand with vector_operand.
34305         (round_saeonly_nimm_predicate): Likewise.
34306         (round_saeonly_nimm_scalar_predicate): New.
34308 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
34310         PR target/68991
34311         * config/i386/constraints.md (Bm): New constraint.
34312         * config/i386/predicates.md (vector_memory_operand): New
34313         predicate.
34314         * config/i386/sse.md: Replace xm with xBm in plusminus and
34315         any_logic patterns.
34317 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
34319         PR 1078
34320         * doc/extend.texi (V850 Function Attributes): New section.
34321         (V850 Variable Attributes): New section.
34323 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
34325         PR 1078
34326         * doc/extend.texi (MicroBlaze Function Attributes): Document
34327         interrupt_handler and fast_interrupt attributes.
34329 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
34331         PR other/60465
34332         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
34333         for local symbolic operands.
34334         * config/ia64/predicates.md (local_symbolic_operand64): New
34335         predicate.
34337 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34339         PR rtl-optimization/68651
34340         * combine.c (combine_simplify_rtx): Canonicalize x + x into
34341         x << 1.
34343 2016-01-05  Nathan Sidwell  <nathan@acm.org>
34345         * alias.c (compare_base_decls): Use symtab_node::get.
34347 2016-01-05  Nick Clifton  <nickc@redhat.com>
34349         PR target/68770
34350         * ira-costs.c (copy_cost): Initialise the t_icode field of the
34351         secondary_reload_info structure.
34353         PR target/66655
34354         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
34355         decls if weak support is available.
34357 2016-01-04  Martin Sebor  <msebor@redhat.com>
34359         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
34361 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
34363         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
34364         OPTION_MASK_P9_DFORM.
34366         * config/rs6000/constraints.md (wo constraint): New constraint for
34367         ISA 3.0 (power9).
34369         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
34370         for wo constraint.
34371         (rs6000_init_hard_regno_mode_ok): Likewise.
34373         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
34374         wo constraint.
34376         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
34377         expanders not to have constraints.  Add support for ISA 3.0 xxperm
34378         instruction.  Add support for fusing xxlor with xxperm.
34379         (altivec_vperm_<mode>_internal): Likewise.
34380         (altivec_vperm_v8hiv16qi): Likewise.
34381         (altivec_vperm_<mode>v16q): Likewise.
34382         (altivec_vperm_<mode>_uns): Likewise.
34383         (vperm_v8hiv4si): Likewise.
34384         (vperm_v16qiv8hi): Likewise.
34386         * doc/md.texi (RS/6000 constraints): Document wo constraint.
34388 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
34390         Update copyright years.
34392         * gcc.c (process_command): Update copyright notice dates.
34393         * gcov-dump.c (print_version): Ditto.
34394         * gcov.c (print_version): Ditto.
34395         * gcov-tool.c (print_version): Ditto.
34396         * gengtype.c (create_file): Ditto.
34397         * doc/cpp.texi: Bump @copying's copyright year.
34398         * doc/cppinternals.texi: Ditto.
34399         * doc/gcc.texi: Ditto.
34400         * doc/gccint.texi: Ditto.
34401         * doc/gcov.texi: Ditto.
34402         * doc/install.texi: Ditto.
34403         * doc/invoke.texi: Ditto.
34405 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
34407         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
34408         modes larger than TImode as TImode if NEON is not enabled.
34410 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
34412         PR target/69100
34413         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
34414         mode for %f0-%f31 only if TARGET_FPU.
34416 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
34418         PR target/69072
34419         * config/sparc/sparc.c (scan_record_type): Take into account subfields
34420         to compute the PACKED_P predicate.
34421         (function_arg_record_value): Minor tweaks.
34423 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
34425         * doc/install.texi (--with-multilib-list): Describe the meaning of the
34426         option for arm*-*-* targets.
34428 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
34430         * doc/extend.texi (Common Function Attributes): Move docs for
34431         MSP430-specific attributes to....
34432         (MSP430 Function Attributes): ...here.  Delete the redundant
34433         entries and copy-edit the remaining text.
34434         (MSP430 Variable Attributes): Use uniform format for index
34435         entries and add a cross-reference to the corresponding function
34436         attribute docs.
34438 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
34440         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
34441         -finite-math typo.
34442         (x86 Options): Likewise.
34444 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
34446         PR 1078
34448         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
34449         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
34450         to corresponding attribute.
34452 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
34454         * doc/extend.texi (Common Function Attributes) <noplt>: Move
34455         to correct alphabetization of table.  Copy-edit and correct
34456         markup.
34457         <stack_protect>: Likewise.
34458         <target_clones>: Likewise.
34459         <simd>: Likewise.
34460         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
34461         Correct punctuation.
34462         (Code Gen Options) <-fno-plt>: Copy-edit.
34464 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
34466         PR target/68917
34467         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
34468         SI values.  Explicitly convert SI to DI and vice-versa.
34470 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
34472         PR tree-optimization/69070
34473         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
34474         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
34476         PR sanitizer/69055
34477         * ubsan.c (ubsan_instrument_float_cast): Call
34478         initialize_sanitizer_builtins.
34480         PR target/69015
34481         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
34483 Copyright (C) 2016 Free Software Foundation, Inc.
34485 Copying and distribution of this file, with or without modification,
34486 are permitted in any medium without royalty provided the copyright
34487 notice and this notice are preserved.